@charset "euc-jp";

.ttl-h2 img {
  display: none;
}

.prd-opt-src {
  display: none !important;
}

.product-image {
  padding-right: 40px;
}

@media screen and (max-width:980px) {
  .product-image {
    padding-right: 0px;
  }

}

.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 < {
    $current_color
  }

  >;
}

.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;
  display: flex;
  align-items: center;
}

.product-info-lst li:before {
  content: "＞";
  font-size: 14px;
  display: block;
  margin-right: 2px;
}

.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;
  }

}

.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;
  }

}

.info {
  padding: 60px 0;
  clear: both;
}

.info img {
  max-width: 100%;
  height: auto;
}

.info_ttl {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info_ttl:before,
.info_ttl:after {
  content: "";
  display: inline-block;
  flex: 1;
  height: 1px;
  background-color: #707070;
}

.info_ttl > span {
  padding: 0 20px;
}

.info_list {
  padding: 30px 0 70px;
  display: flex;
  flex-wrap: wrap;
}

.info_item {
  margin: 40px 0 0 30px;
  max-width: 235px;
  width: 30%;
}

.info_item:nth-child(3n + 1) {
  margin: 40px 0 0 0;
}

.info_item:nth-child(-n + 3) {
  margin: 0 0 0 30px;
}

.info_item:first-child {
  margin: 0;
}

.info_item_img {
  margin: 0;
}

.info_item_img > figcaption {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  color: #FFF;
  background-color: #000;
  text-align: center;
  padding: 15px 0;
}

.info_cnt {
  border-top: 1px solid #707070;
  padding: 65px 0;
}

.info_intro {
}

.info_intro_img {
}

.info_intro_cnt {
  padding: 25px 0;
}

.info_intro_cnt:first-child {
  margin-top: 0;
}

.info_intro_ttl {
  font-size: 20px;
  display: flex;
  align-items: flex-end;
}

.info_intro_ttl:before {
  content: "";
  display: inline-block;
  background-image: url(https://www.noto-shochu.com/img/onlineshop/product/icon-ttl-deco@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 33px;
  height: 48px;
}

.info_intro_lead {
  margin-top: 30px;
}

.info_recom {
  padding: 55px 0;
}

.info_recom_dl {
  margin-top: 60px;
}

.info_recom_dl:first-child {
  margin-top: 0;
}

.info_recom_dl > dt {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.info_recom_dl > dt:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background-color: #707070;
  margin-right: 10px;
}

.info_recom_dl > dd {
  margin-top: 15px;
}

.info_recom_img {
  margin-top: 40px;
}

.info_recom_dl_row {
  display: flex;
}

.info_recom_dl_img {
}

.info_flow {
  padding: 60px 0;
  border-top: 1px solid #707070;
}

.info_flow_lead {
  font-size: 20px;
}

.info_flow_ttl {
  font-size: 26px;
}

.info_flow_list {
  margin-top: 35px;
  counter-reset: number 0;
}

.info_flow_item {
  margin-top: 35px;
  display: flex;
  align-items: center;
}

.info_flow_item:first-child {
  margin-top: 0;
}

.info_flow_item_img {
}

.info_flow_item_cnt {
  padding: 0 40px;
  flex: 1;
}

.info_flow_item_ttl {
  font-size: 20px;
}

.info_flow_item_ttl:before {
  content: counter(number) ".";
  counter-increment: number 1;
  display: inline-block;
  margin-right: 5px;
}

.info_flow_item_lead {
  margin-top: 15px;
}

.info_flow_example {
  margin-top: 85px;
  padding: 45px;
  background-color: #F7F7F8;
  display: flex;
  align-items: center;
}

.info_flow_example_img {
}

.info_flow_example_cnt {
  flex: 1;
  padding-left: 35px;
}

.info_flow_example_ttl {
  font-size: 18px;
}

.info_flow_example_list {
}

.info_flow_example_dl {
  display: flex;
}

.info_flow_example_dl > dt {
}

.info_flow_example_dl > dd {
}

@media screen and (max-width:1030px) {
}

@media screen and (max-width:768px) {
  .info {
    padding: 30px 0;
  }

  .info_ttl {
  }

  .info_ttl:before,
  .info_ttl:after {
  }

  .info_ttl > span {
  }

  .info_list {
    display: block;
    padding: 30px 0 40px;
  }

  .info_item {
    width: 100%;
    margin: 20px auto 0;
  }

  .info_item:nth-child(3n + 1) {
    margin: 20px auto 0;
  }

  .info_item:nth-child(-n + 3) {
    margin: 20px auto 0;
  }

  .info_item:first-child {
    margin: 0 auto;
  }

  .info_item_img {
  }

  .info_item_img > figcaption {
  }

  .info_cnt {
    padding: 40px 0;
  }

  .info_intro {
  }

  .info_intro_img {
  }

  .info_intro_cnt {
  }

  .info_intro_cnt:first-child {
  }

  .info_intro_ttl {
    font-size: 17px;
  }

  .info_intro_ttl:before {
  }

  .info_intro_lead {
    margin-top: 15px;
  }

  .info_recom {
    padding: 30px 0;
  }

  .info_recom_dl {
    margin-top: 30px;
  }

  .info_recom_dl:first-child {
  }

  .info_recom_dl > dt {
  }

  .info_recom_dl > dt:before {
  }

  .info_recom_dl > dd {
  }

  .info_recom_img {
  }

  .info_recom_dl_row {
    display: block;
    text-align: center;
  }

  .info_recom_dl_img {
  }

  .info_flow {
    padding: 30px 0;
  }

  .info_flow_lead {
    font-size: 18px;
  }

  .info_flow_ttl {
    font-size: 22px;
    margin-top: 10px;
  }

  .info_flow_list {
  }

  .info_flow_item {
    display: block;
    max-width: 225px;
    margin: 20px auto 0;
  }

  .info_flow_item:first-child {
    margin: 0 auto;
  }

  .info_flow_item_img {
    text-align: center;
  }

  .info_flow_item_cnt {
    padding: 10px 0;
  }

  .info_flow_item_ttl {
  }

  .info_flow_item_ttl:before {
  }

  .info_flow_item_lead {
    margin-top: 5px;
  }

  .info_flow_example {
    margin-top: 40px;
    padding: 20px;
    display: block;
  }

  .info_flow_example_img {
  }

  .info_flow_example_cnt {
    padding: 15px 0;
    max-width: 200px;
    margin: 0 auto;
  }

  .info_flow_example_ttl {
  }

  .info_flow_example_list {
  }

  .info_flow_example_dl {
  }

  .info_flow_example_dl > dt {
  }

  .info_flow_example_dl > dd {
  }

}
