@charset "utf-8";

/* by https://www.google.com/get/noto/#sans-jpan*/


/* @import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local('NotoSansCJKjp-Regular.otf'), url(../../common/fonts/NotoSansCJKjp-Regular.woff2) format('woff2'), url(../../common/fonts/NotoSansCJKjp-Regular.woff) format('woff'), url(../../common/fonts/NotoSansCJKjp-Regular.otf) format('opentype');
} */

.wrap {
  width: auto!important;
  max-width: 1400px;
  min-width: 1000px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

.wrap-override-full-width {
  width: calc(100vw);
  margin-left: calc((100vw - 100%) / -2);
}

/* recently product */
#BlockFavoriteProduct .owl-item .recent_img img,
#categoryProductRecentViewSec .owl-item .recent_img img
{
  /* allow resize #19128*/
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

#page_homepage .wrap {
  padding: 0 16px;
  min-width: auto;
}

.container {
  display: flex;
  justify-content: space-between;
}

.sidebar.custom {
  width: 23%;
  float: left;
}

#breadcrumb {
  width: 100%!important;
}

.oneColumn .content {
  width: 100%;
}

.text-error {
  color: #ff0000;
}

.breadcrumbList_item {
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none!important;
  }
  .is-sp {
    display: block;
  }
  .wrap {
    padding: 0 1rem;
    max-width: 100%;
    min-width: 100%;
    box-sizing: border-box;
  }
  #breadcrumb {
    width: 93.75%!important;
  }
  .container {
    display: block;
  }
  .sidebar {
    width: 100%;
    margin-top: 10px;
    max-width: 100% !important;
  }
  .sidebar.custom {
    width: 100%;
    float: none;
  }
  .content {
    width: 100%;
  }
  .frame1000 {
    width: 100%;
  }
  /* recently product */
  .owl-item .recent_img img {
    /* allow resize #19128*/
    /*width: 100%;*/
    /*height: 100%;*/
  }
  .item .product-item-price .discount_text {
    display: block;
    padding-top: 10px;
  }
}

@media screen and (max-width: 1450px) and (min-width: 768px) {
  .sidebar {
    width: auto;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
  }

  .wrap {
    min-width: auto;
  }
}

@media screen and (min-width: 768px) {
  .frame1000 {
    width: auto !important;
    min-width: 1000px;
    max-width: 1400px;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
  }
  .page-footer .frame1000 {
    width: 1000px !important;
    padding: 0;
  }

  .product-item-price {
    height: 38px;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-flow: wrap;
  }

  .product-item-price > * {
    width: 100%;
  }
  .item .product-item-price .discount .discount_price_text {
    margin-bottom: 5px;
  }

  .item .product-item-price .discount {
    margin-bottom: 0;
  }

  .item .product-item-price .price {
    padding: 5px 0;
  }
}

/* alert bootstrap */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning .caution_text {
  color: #856404;
  text-align: center;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success .caution_text {
  color: #155724;
  text-align: center;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

/* Icon */
.icon {
  width: 1.25em;
  height: 1.25em;
  text-align: center;
  display: inline-block;
  position: relative;
}

.icon-warning {
  background: url(../../icon/exclamation.svg) no-repeat;
}

.message-all-page .message .caution_text, .message-all-page .messages {
  white-space: pre-line;
}

.check-input-inline {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
}
.check-input-inline:last-child {
  padding-right: 0;
  display: flex;
  align-items: center;
}

.radio-custom {
  width:20px;
  height:20px;
  border-radius: 50%;
  left: -1px;
  position: relative;
  background-color: #dff0fb;
  display: inline-block;
  visibility: visible;
  border: 1px solid #b1b1b1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: content-box;
}
.radio-custom.error {
  background-color: #fffde1;
}
.check-input-inline input[type=radio]:checked {
  width:20px;
  height:20px;
  background-color: #818181;
  display: inline-block;
  visibility: visible;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: content-box;
  padding: 4px;
}

.product-unit-price {
  font-size: 80%;
}

.product-unit-tax, .product-yoridori-text {
  font-size: 0.6rem;
}

@media screen and (max-width: 767px) {
  .product-unit-tax, .product-yoridori-text {
    font-size: 70%;
  }
}