@charset "euc-jp";
.review_info span {
  font-size: 1rem;
}
#custom-options-container {
  margin-bottom: 1vw !important;
}
.c-pass {
      border-bottom: 1px solid #dbdbdb;
    padding-bottom: 1vw;
}

.txt-pass {
      display: inline-block;
    font-weight: bold;
    margin-right: 2vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
}

.txt-passb {
      display: inline-block;
    font-weight: normal;
    margin-right: 2vw;
      margin-top: 1vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
}


.password_field {
	position: relative;
	border: 3px solid #ccc !important;
}

.password_field::before {
	position: absolute;
	content: "パスワード認証";
	font-size: 1rem;
	font-weight: bold;
}
.product__fav-item {
  margin-top: 10px;
}
.ttl-h2 {
   display: inline-block;
}

.kon {
  background-color: #203280 !important;
}
.custom-p {
      display: inline-block;
    background-color: #30B5F8;
    color: #ffffff;
    font-weight: bold;
    padding: 0 0.5rem;
}

a:hover {
  text-decoration: none;
}

.br br {
  display:none;
}
.br table tr td {
  font-family: '游明朝 Medium', serif;
}

.br table tr th {
  font-family: '游明朝 Medium', serif;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #ff7373;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}



.product-exp a {
  color: #000000;
}

.prd-opt-src {
  display: none !important;
}
.product-image {
  padding-right: 40px;
}

.product-image-main {
  margin-bottom: 1.6vw;
}
.product-image-main img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.product-image-thumb li {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}
.thumb {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 1px solid #dbdbdb;
}
.thumb-active {
  border: 1px solid #ecd062;
}
.product-exp {
  clear: both;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  line-height: 1.6;
}
.product-spec-block {
  margin-bottom: 3em;
}
  .product-spec-block table {
    width: 100%;
  }
    .product-spec-table {
      margin-bottom: 20px;
      border-top: 1px solid #dbdbdb;
    }
    .product-spec-table th {
      padding-top: 1em;
      padding-right: .5em;
      padding-bottom: 1em;
      border-right: 1px solid #dbdbdb;
      border-bottom: 1px solid #dbdbdb;
    }
    .product-spec-table td {
      overflow: hidden;
      padding-top: 1em;
      padding-bottom: 1em;
      padding-left: 1em;
      border-bottom: 1px solid #dbdbdb;
    }
      .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;
        }
        .product-unit {
          float: left;
          padding: .3em;
        }
        .product-init {
          display: none;
        }
          .product-init-num {
            width: 3em;
            text-align: right;
          }
        .product-option-table td div {
          margin-bottom: .5em;
        }
.product-info-lst {
  margin-bottom: 2em;
}
  .product-info-lst li {
    margin: 15px 0;
  }
  .product-info-lst a {
    color: #444;
    text-decoration: none;
  }
  .product-info-lst a:hover {
    text-decoration: underline;
  }
  .product-review {
    margin-bottom: 30px;
  }
  .product-review a {
    font-weight: bold;
  }
.social-share {
  margin-top: 1.5em;
}
  .social-share li {
    margin-bottom: .5em;
  }
.product-cart-btn {
  margin-top: 1em;
}




.product-member-sale-msg {
  color: #df7676;
}
.stock_error {
  margin: .5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 3;
}
#trackback {
  margin-bottom: 40px;
}
.trackback-block {
  clear: both;
}
  .trackback-url {
    padding: .5em;
  }
.together-block {
  clear: both;
}
.text-titles-list__detail-text {
  width: 85%;
}

/*  クイックカートイン CSS  */

.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}

@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }
}

.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
  
  .row {
  max-width: 1170px !important;
}

.col-lg-7 {
  width: 38.333333%;
}
}

.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}

.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}

.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, .1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}

.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}
.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}
.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #2169f3;
  box-shadow: 0 2px 0 #1a54c2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
  height: 58px;
  color: #e9f0fe;
  background-color: #1e5fdb;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}

.cart_in_modal__close-icon {
  cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}

.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}

div.button_wrap{
  margin-top:20px;
}

.five_wrap {
  width: 100% !important;
}

.icon_star {
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}


#custom-options-checkbox {
      border-bottom: 1px solid #dbdbdb;
    padding-bottom: 1vw;
}
#custom-options-container {
  margin-bottom: 3vw;
}

#custom-options-label {
	position: relative;
	padding-left: 1.2rem;
}

#custom-options-label::before {
	position: absolute;
	content: "■";
	color: #e6737b;
	font-size: 1rem;
	top: 0;
	left: 0;
}
@media screen and (max-width:640px) {
	.pc {
		display: none;
	}
}
@media screen and (min-width:641px) {
	.sp {
		display: none;
	}
}

.link-guide {
	margin-bottom: .5vw;
}

.link-return {
	margin-bottom: 1vw;
}

.revie-link {
  margin-bottom: 1vw;
      border-bottom: 1px solid #dbdbdb;
    padding-bottom: 1.1vw;
}

.link-contact {
/*
	margin-bottom: 4vw;
    padding-bottom: 4vw;
    border-bottom: 1px solid #dbdbdb;
*/
}

.social-share {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 2vw;
}


.social-share li {
/*
	width: 88px;
    height: 20px;
*/
}

.link-guide a {
	color: #000000;
	font-weight: bold;
	margin-bottom: 2vw;
	font-size: 1rem;
}

.link-return a {
	color: #000000;
	font-weight: bold;
	margin-bottom: 2vw;
	font-size: 1rem;
}

.link-contact a {
	position: relative;
	color: #000000;
	font-weight: bold;
	margin-bottom: 1vw;
	border: 1px solid #000000;
	border-radius: .5vw;
	font-size: 1rem;
	padding: 0.3vw 2.5vw 0.3vw 0.3vw;
}

.link-contact a::after {
	position: absolute;
	content: "";
	background-image: url(https://img07.shop-pro.jp/PA01461/290/etc/icn-mail.png?cmsp_timestamp=20220707183343);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 1.5vw;
    height: 2vw;
    top: 0.7vw;
    right: 0.5vw;
}



.product-spec-table *{font-size:18px}.btn-02{border:1px solid #e6737b;background:#e6737b}.btn-02:hover{border:1px solid #e6737b;background:#e6737b;opacity:.8}span.brown_big{color:#532718;font-weight:700;font-size:24px;line-height:48px}.product-exp{font-size:18px}p.more_button{width:280px}p.more_button a{display:block;font-size:20px;text-align:center;background:#532718;color:#fff;padding:18px}.product-review a{font-size:18px}.reviewlist+ul.unstyled a{font-size:18px}.review_ttl{font-size:18px;margin-top:8px;color:#532718}.review_ttl+div{font-size:16px;margin-top:8px}.shopcomment{margin-top:12px;font-size:16px}.shopcomment_ttl{font-size:18px;color:#532718}div.button_wrap{width:280px}.product-spec-block{margin-bottom:2.4em}


/* ========================================
      スマホの場合
======================================== */
@media only screen and (max-width: 768px) {
  .product_info_block{
    padding: 0 5.3vw !important;
  }
  
    .container-section{
    padding: 0 5.3vw !important;
  }
	
  .main-section {
    background-color: #ffffff;
    background-image: none;
  }

/* ========================================
     
======================================== */
  
  /* ========================================
        スマホかつRetinaの場合
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    
    .five_wrap {
  width: 100% !important;
}
    
    .c-pass {
      padding-bottom: 4vw;
    }
      
    #custom-options-container {
  margin-bottom: 4vw !important;
}
  .link-guide {
	margin-bottom: 2vw;
}

.link-return {
	margin-bottom: 4vw;
}
	  
  .link-contact a {
	   padding: 0.3vw 9vw 0.3vw 1vw !important;
}
	  
.revie-link {
 	 margin-top: 3vw;
    margin-bottom: 2vw;
  padding-bottom: 3.1vw;
}
	  
 .link-contact a::after {
	width: 5.5vw;
    height: 5vw;
    top: 1.5vw;
    right: 1.5vw;
}

    .product-info-lst {
      padding: 0 !important;
    }

.product-exp {
      padding: 0 0 3vw 0 !important;
  margin-bottom: 5vw !important;
    }
     
    .product_info_block {
       padding: 0 !important;
    }
    
    .topicpath-nav {
      margin-left: 5vw;
    }
  }
}
