@charset "UTF-8";

.path ul {
  padding-top: 20px;
  margin-bottom: 15px;
}
.main-catch {
  margin-bottom: 30px;
  background: #F5EADA;
}
.main-catch .inner {
  max-width: 1080px;
  padding: 0;
}
#main-image {
  width: 55.5555%;
}
#main-image img {
  width: 100%;
}
#tv-info {
  position: relative;
  width: calc(100% - 55.5555%);
  background: url('../../../images/common/bg_ttl.png') repeat 0 0/cover;
}
#tv-info .tv-wrapper {
  position: absolute;
  max-width: 380px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
main #tv-info h1 {
  height: auto;
  padding-bottom: 22px;
  margin-bottom: 16px;
  border-bottom: 1px solid #fff;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}
main #tv-info .txt {
  line-height: 1.5;
  font-weight: bold;
}
main section:last-child {
  margin-bottom: 108px;
}
/* 検索エリアここから */
main .box-serach-o {
  margin-bottom: 34px;
}
main .box-serach-o .cate-area .result-tag {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #C7C2B7;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
main .box-serach-o .cate-area .result-tag.no-line {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
main .result-info {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
main .result-info .block {
  display: table-cell;
  width: calc(100% - 210px);
  font-weight: bold;
  vertical-align: bottom;
  white-space: nowrap;
  font-size: 0;
}
main .box-serach-o .btn {
  max-width: 210px;
  height: 40px;
  margin-right: 0;
}
main .box-serach-o .btn a {
  display: block;
  height: 40px;
  padding-right: 16px;
  border: 1px solid #E9E6DF;
  line-height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1A1A1A;
  background: #fff url('../../../images/common/icon_search_o.svg')no-repeat right 7px center/26px auto;
  box-shadow: none;
}
main .result-info .block:last-child {
  width: 210px;
  max-width: 210px;
}
main .result-num {
  display: inline-block;
  font-size: 26px;
  font-size: 2.6rem;
}
main .result-num span {
  display: inline-block;
  padding-left: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}
main .out-num {
  display: inline-block;
  vertical-align: baseline;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

/* 追加 */
.modal .modal-block input[type="text"] {
  display: inline-block;
  width: 100%;
  max-width: 172px;
  height: 40px;
  padding: 2px 20px;
  margin-right: 10px;
  border: 1px solid #1A1A1A;
  border-radius: 4px;
  line-height: 40px;
  background-color: #fff;
}
.modal .modal-block .price-input {
  padding-top: 14px;
  margin-top: 6px;
  border-top: 1px solid #DBDBDB;
}
.modal .modal-block .price-input span {
  display: inline-block;
  margin-right: 12px;
  font-weight: bold;
  vertical-align: bottom;
  font-size: 18px;
  font-size: 1.8rem;
}
.modal .modal-block select:invalid {
  color: #B7B7B7 !important;
}
.modal .modal-block select option {
  color: #1A1A1A;
}
.modal .modal-block select option:first-child,
.modal .modal-block select.default option {
  color: #B7B7B7 !important;
}
.modal .modal-block select {
  display: inline-block;
  width: 100%;
  max-width: 180px;
  height: 40px;
  padding: 9px 14px;
  border: 1px solid #1A1A1A;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1.8rem;
  text-overflow: '';
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("../../images/common/icon_select_down.svg") no-repeat right 14px center/12px auto;
}
.modal .modal-block select.no-active {
  border-color: #EFEFEF;
  background: #EFEFEF url("../../images/common/icon_select_down_g.svg") no-repeat right 14px center/12px auto;
}
.modal .modal-block select.active {
  background-color: #fff;
  border: 1px solid #1A1A1A;
  background: #fff url("../../images/common/icon_select_down.svg") no-repeat right 14px center/12px auto;
}
.modal .modal-block .select-input {
  display: inline-block;
  width: calc(100% / 2);
  max-width: 258px;
  margin-right: 30px;
  font-size: 0
}
.modal .modal-block .select-input:last-child {
  margin-right: 0;
}
.modal .modal-block .cap {
  display: inline-block;
  margin-right: 14px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
}
.modal #cam-check {
  padding: 20px 0 4px;
}
/* 追加ここまで */

/* 検索エリアここまで */
.pagenation li.prev,
.pagenation li.next {
  width: 20%;
}
.pagenation.page-bottom {
  margin-top: 0;
}
main section .block-wrapper .block {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 47px;
}
main .goods-list .image-wrapper {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}
main .goods-list .image-wrapper .wrap {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 60px;
  left: 0;
  bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
main .goods-list .image-wrapper .stock-txt {
  position: absolute;
  width: 100%;
  height: 60px;
  color: #fff;
}
main .goods-list .image-wrapper .stock-bg {
  position: absolute;
  width: 100%;
  height: 60px;
  background-color: #8B8B8B;
  mix-blend-mode: multiply;
}
main .block-wrapper .block:nth-child(3n) {
  margin-right: 0;
}
main .goods-list .goods-name {
  display: -webkit-box;
  margin-bottom: 2px;
}
main .goods-list .goods-price {
  margin-bottom: 2px;
}
main .goods-list a .image-wrapper {
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}
main .goods-list a .image-wrapper .image {
  line-height: 0;
  font-size: 1px;
  border-radius: 0;
}
main .goods-list .image-wrapper .image::before {
  padding-top: 70.4861%;
}
main .tv-line {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 4px;
  border-radius: 0 0 10px 10px;
  background-color: #DD6D22;
  text-align: center;
}
main .tv-line .txt {
  display: inline-block;
  padding-left: 31px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  background: url("../../../images/tv/icon_tv.png") no-repeat left center/24px auto;
}
main #histroy-goods {
  margin-top: 0;
}
footer {
  margin-top: 60px;
}
.remodal-overlay {
  z-index: 9999;
}
.remodal-wrapper {
  z-index: 99999;
}
.modal.remodal {
  max-width: 800px;
}
.modal .modal-block {
  border-radius: 20px;
}
.modal .modal-block .block-inner {
  height: 60vh;
  max-height: 600px;
  padding: 34px 50px;
}
.modal .modal-block .block:nth-child(4) {
  margin-bottom: 31px;
}
/* .modal .modal-block .block:nth-child(4) h3 {
  margin-bottom: 0;
} */
.modal .modal-block .btn-close button {
  background-color: #1A1A1A;
}
.modal .modal-block .input-form {
  border-top: 1px solid #C7C2B7;
  border-bottom: 1px solid #C7C2B7;
}
.modal h2 {
  margin-bottom: 32px;
  font-size: 22px;
  font-size: 2.2rem;
}
.modal .btn-area {
  padding: 20px 50px;
  margin-top: 29px;
  border-radius:  0 0 20px 20px;
  background-color: #F8F6ED;
}
.modal .btn-wrapper {
  width: 100%;
  max-width: 504px;
  font-size: 0;
  margin: 0 auto;
}
.modal .btn-wrapper .btn {
  display: inline-block;
  max-width: 240px;
  width: 50%;
  margin-right: 24px;
  margin-bottom: 0;
}
.modal .btn-wrapper .btn:last-child {
  margin-right: 0;
}
.modal .btn-wrapper .btn button {
  box-shadow: none;
  background: #DD6D22;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width:768px){
  .path ul {
    padding-top: 14px;
    margin-bottom: 14px;
  }
  main section:last-child {
    margin-bottom: 78px;
  }
  .main-catch {
    margin-bottom: 0;
  }
  #main-image {
    width: 100%;
  }
  #tv-info {
    position: relative;
    width: 100%;
    background: url('../../../images/common/bg_ttl.png') repeat 0 0/cover;
  }
  #tv-info .tv-wrapper {
    position: relative;
    max-width: none;
    padding: 16px 16px 24px;
    top: 0;
    left: 0;
    transform: none;
    -webkit- transform: none;
  }
  main #tv-info h1 {
    padding-bottom: 12px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  main #tv-info .txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7333;
  }
  /* 検索ここから */
  main .box-serach-o {
    padding: 7px 16px;
    border-radius: 0;
  }
  main .result-info .block {
    width: calc(100% - 170px);
  }
  main .result-info .block:last-child {
    width: 170px;
  }
  main .result-num {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
  main .result-num span {
    padding-left: 2px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  main .out-num {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
  }
  main .box-serach-o .btn a {
    padding-right: 21px;
    font-size: 14px;
    font-size: 1.4rem;
    background-size: 24px auto;
    background-position: right 5px center;
  }
  /* 検索ここまで */
  main .box-serach-o .pagenation {
    margin-top: 26px;
  }
  .pagenation li.prev,
  .pagenation li.next {
    width: 120px;
  }
  main section .block-wrapper .block,
  main section .block-wrapper .block:nth-child(3n) {
    width: calc((100% - 17px) / 2 - .01px);
    margin-right: 17px;
    margin-bottom: 23px;
  }
  main section .block-wrapper .block:nth-child(2n) {
    margin-right: 0;
  }
  main .goods-list .image-wrapper .wrap {
    height: 40px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 40px;
  }
  main .goods-list .image-wrapper .image::before {
    padding-top: 70%;
  }
  main .tv-line {
    height: 24px;
    line-height: 0;
  }
  main .tv-line .txt {
    padding-left: 25px;
    font-size: 13px;
    background-size: 19px;
    background-position: 0 3px;
    line-height: 24px;
  }
  main .goods-list .image-wrapper .stock-txt {
    height: 40px;
  }
  main .goods-list .image-wrapper .stock-bg {
    height: 40px;
  }
  main .goods-list .image-wrapper .status {
    line-height: 40px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  main .goods-list .image-wrapper .icon {
    right: 6px;
    bottom: 6px;
  }
  main .goods-list .image-wrapper .icon img {
    width: 16px;
  }
  main .goods-list .cate-list li {
    padding: 4px 6px 3px;
  }
  main .goods-list .cate-list li a {
    font-size: 11px;
  }
  main .block-wrapper.goods-list {
    margin-bottom: 10px;
  }
  main .goods-list .goods-price {
    margin-bottom: 5px;
  }
  main #histroy-goods {
    margin-top: 80px;
  }
  footer {
    margin-top: 18px;
  }
  .modal.remodal {
    width: 100%;
  }
  .modal .modal-block {
    padding-bottom: 100px;
    max-height: none;
    border-radius: 0;
  }

  /* 追加 */
  .modal .modal-block .block:nth-child(2),
  .modal .modal-block .block:nth-child(3) {
    margin-bottom: 30px;
  }
  .modal .modal-block .block:nth-child(5) .select-wrapper {
    padding-top: 8px;
  }
  .modal .modal-block input[type="text"] {
    max-width: 130px;
    height: 50px;
    margin-right: 6px;
    line-height: 50px;
  }
  .modal .modal-block input[type="text"]::placeholder {
    font-size: 12px;
  }
  .modal .modal-block .price-input span {
    margin-right: 12px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .modal .modal-block .price-input span:last-child {
    margin-right: 0;
  }
  .modal .modal-block .select-input {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .modal .modal-block .select-input:last-child {
    margin-bottom: 0;
  }
  .modal .modal-block select {
    height: 50px;
  }
  .modal .modal-block .cap {
    margin-right: 20px;
  }
  /* 追加ここまで */

  .modal .modal-block .block-inner {
    overflow: visible;
    height: auto;
    padding: 30px 20px 0;
    max-height: none;
  }
  .modal .modal-block .btn-close {
    position: fixed;
    right: 12px;
    top: 12px;
  }
  .modal .modal-block .btn-close button {
    padding: 12px 17px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .modal .modal-block .btn-close button img {
    width: 30px;
    height: 30px;
  }
  .modal h2 {
    text-align: left;
    margin-bottom: 32px;
  }
  .modal .modal-block .input-form th {
    display: block;
    width: 100%;
    padding: 7px 10px 6px;
    border-bottom: 1px solid #C7C2B7;
  }
  .modal .modal-block .input-form th span {
    display: inline-block;
  }
  .modal .modal-block .input-form td {
    display: block;
    width: 100%;
    padding: 16px 0;
  }
  .modal .modal-block .input-form tr:last-child th {
    border-bottom: 1px solid #C7C2B7;
  }
  .modal .modal-block .input-form .price .size-m {
    width: 50%;
    margin: 0;
  }
  .modal .modal-block .input-form td.tag {
    padding: 19px 0 9px;
  }
  .modal .modal-block .input-form .price .size-m input {
    display: inline-block;
    width: calc(100% - 45px);
    max-width: 120px;
  }
  .modal .modal-block .input-form .city .size-m,
  .modal .modal-block .input-form .city .size-m:first-child {
    display: block;
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .modal .modal-block .input-form .city .size-m .cell:last-child {
    text-align: right;
  }
  .modal .modal-block .input-form select {
    width: 100%;
  }
  .modal .btn-area {
    position: fixed;
    width: 100%;
    padding: 20px 16px;
    bottom: 0;
    border-radius: 0;
    text-align: center;
  }
  .modal .btn-wrapper {
    margin-top: 0;
  }
  .modal .btn-wrapper .btn {
    width: 120px;
  }
  .modal .btn-wrapper .btn:last-child {
    width: calc(100% - 144px - .01px);
    max-width: 240px;
  }
  .modal .btn-wrapper .btn-lg {
    max-width: 120px;
  }
}
