@charset "UTF-8";

/* category-list
-----------------------------------------------------------------*/
#category-list {
  margin-bottom: 40px;
}

#category-list ul {
  justify-content: flex-start;
}

#category-list li {
  width: calc((100% - 8.5rem) / 6);
  margin-right: 1.7rem;
  margin-bottom: 1.7rem;
}

#category-list li:nth-child(6n) {
  margin-right: 0;
}

#category-list li a {
  display: block;
  text-align: center;
}

#category-list li .image {
  display: block;
  margin-bottom: 8px;
  border: 1px solid #EAE6DE;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

#category-list li .image::before {
  content: "";
  display: block;
  padding-top: 67.14%; /* 94 / 140 = 0.6714 */
}

#category-list li .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

#category-list li p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}

#category-list li a:hover .image img {
  transform: scale(1.1);
}

/* Scoping styles to #category-list */
#category-list h2.line-y {
  font-size: 22px;
  font-size: 2.2rem;
  background: unset;
}

@media only screen and (max-width: 767px) {
  #category-list h2.line-y {
    font-size: 18px;
    font-size: 1.8rem;
    background: unset;
  }
}

main h1 {
  height: 160px;
  margin-bottom: 16px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 160px;
  font-weight: bold;;
}
main h1 span.bg_illust {
  background: url('../../images/goods/bg_goods_left.png')no-repeat 0 bottom/auto 100%,url('../../images/goods/bg_goods_right.png')no-repeat right bottom/420px auto;
}
main h1 span {
  height: 160px
}
main h1 img {
  max-width: 248px;
}
main .btn a {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
}
main .btn .pc {
  position: absolute;
  display: block;
  max-width: 165px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.path ul {
  margin-bottom: 18px;
}
/* 検索エリアここから */
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;
}
/* 検索エリアここまで */
.pagenation li.prev,
.pagenation li.next {
  width: 20%;
}
main section .block-wrapper {
  margin-bottom: 20px;
}
main section .block-wrapper .block {
  width: calc((100% - 60px) / 3 - .01px);
  margin-right: 30px;
  margin-bottom: 26px;
}
main .goods-list .image-wrapper {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
}
main .goods-list .image-wrapper .image {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
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;
}
main .goods-list .btn a {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-size: 1.8rem;
}
main .goods-list .btn a img {
  max-width: 91px;
  vertical-align: middle;
}
main .goods-list .cap {
    position: relative; 
    margin-bottom: 10px; 
    margin-top: 50px; 
    font-size: 2rem; 
    font-weight: bold;
}
main .goods-list .cap:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #DBDBDB;
}
main .goods-list .cap span {
    position: relative; 
    padding: 0 20px 0 0; 
    background: #fff;
}
main .goods-list .sub-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pagenation.page-bottom {
  margin-top: 0;
  margin-bottom: 107px;
}
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(2) {
  margin-bottom: 24px;
}
.modal .modal-block .block#cate-block {
  margin-bottom: 31px;
}
.modal .modal-block .block#cate-block h3 {
  margin-bottom: 0;
}
.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 .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: 8px;
  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;
}
/* .modal #cam-check {
  padding: 20px 0 4px;
} */

.modal #rec-check {
  padding: 20px 0 4px;
}

@media screen and (max-width:768px){
  main h1 {
    margin-bottom: 12px;
  }
  main h1,
  main h1 span {
    height: 120px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 120px;
  }
  main h1 span.bg_illust {
    min-width: 100%;
    background: url('../../images/goods/bg_goods_left_sp.png')no-repeat -51px bottom/auto 120px,url('../../images/goods/bg_goods_right_sp.png')no-repeat right bottom/132px auto;
  }
  main h1 img {
    max-width: 158px;
  }
  .path ul {
    margin-bottom: 10px;
  }
  /* 検索ここから */
  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;
  }
  /* 検索ここまで */
  #goods-result-tag main h1 span.ttl-txt {
    padding-top: 10px;
  }
  .pagenation {
    margin-top: 0;
  }
  main section .block-wrapper {
    margin-bottom: 23px;
  }
  main section .block-wrapper .block,
  main section .block-wrapper .block:nth-child(3n) {
    width: calc((100% - 17px) / 2 - .01px);
    margin-right: 17px;
    margin-bottom: 24px;
  }
  main section .block-wrapper .block:nth-child(2n) {
    margin-right: 0;
  }
  main .goods-list .image-wrapper {
    margin-bottom: 7px;
  }
  main .goods-list .cate-list li {
    padding: 3px 6px 2px;
  }
  main .goods-list .goods-price {
    padding-top: 0;
  }
  main .goods-list .image-wrapper .wrap {
    height: 40px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 40px;
  }
  main .goods-list .image-wrapper .icon img {
    width: 16px;
  }
  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 .cap:before {
    display: none;
  }
  main .block .cate-list li:nth-child(3),
  main .block .cate-list li:nth-child(4) {
    display: none;
  }
  .pagenation.page-bottom {
    margin-bottom: 77px;
  }
  footer {
    margin-top: 18px;
  }
  .pagenation li.prev,
  .pagenation li.next {
    width: 120px;
  }
  .modal.remodal {
    width: 100%;
  }
  .modal .modal-block {
    padding-bottom: 100px;
    max-height: none;
    border-radius: 0;
  }
  .modal .modal-block .block-inner {
    overflow: visible;
    height: auto;
    padding: 30px 20px 0;
    max-height: none;
  }
  .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 .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 .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;
  }
}

/* category-list
-----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  h2.line-y {
    padding: 8px 0 7px 14px; /* This is a general style, but the user wants it scoped. */
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4545;
    background: -webkit-linear-gradient(left, #DD6D22 0%, #DD6D22 4px, transparent 4px, transparent 100%);
    background: linear-gradient(to right, #DD6D22 0%, #DD6D22 4px, transparent 4px, transparent 100%);
  }
  #category-list .btn-ctg span {
    display: block;
    max-width: 280px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #C6C2B8;
    border-radius: 25px;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 50px;
  }
  .btn-ctg a, .btn-ctg span {
    display: block;
    max-width: 280px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #C6C2B8;
    border-radius: 25px;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 50px;
  }
  #category-list {
    margin-bottom: 40px;
  }
  #category-list li {
    width: calc((100% - 40px) / 3);
    width: calc((100% - 2.6rem) / 3);
    margin-right: 1.3rem;
  }
  #category-list li:nth-child(3n) {
    margin-right: 0;
  }
  #category-list li:nth-child(n+7) {
    display: none;
  }
  #category-list li p {
    font-size: 14px;
    font-weight: bold;
  }
  #category-list .btn-more {
    margin-top: 0px;
  }
  #category-list .btn-more .btn {
    max-width: 240px;
    font-weight: bold;
    cursor: pointer;
  }
  #category-list .btn-more .btn span {
    background: url(/images/common/icon_accordion-plus.svg) no-repeat right 22px center / 14px auto;
    text-align: center;
  }
  #category-list .btn-more .btn.open span {
    background-image: url(/images/common/icon_accordion-minus.svg);
    text-align: center;
  }
  .hide-btn-more {
    display: none !important;
  }
}

.star-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 9px;
}

@media only screen and (max-width: 1200px) {
  .star-wrapper {
    justify-content: unset;
    flex-direction: column-reverse;
  }
}

.star.active {
  color: #EACC69;
}

.star {
  font-size: 1.8rem;
  color: #DBDBDB;
}

@media only screen and (max-width: 1200px) {
.star {
  font-size: 16px;
  color: #DBDBDB;
}
}

.star+.star {
  margin-left: 3px;
}

@media only screen and (max-width: 767px) {
  .star+.star {
    margin-left: 4px;
  }
}

.rating-value {
  font-size: 12px;
  margin-left: 0px;
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .rating-display {
    margin-right: auto;
  }

  #category-list li,
  #category-list li:nth-child(3n) {
    width: calc((100% - 60px) / 4 - .01px); /* 4カラム時のマージンを20pxに */
    margin-right: 20px;
    margin-bottom: 1.5rem;
  }

  #category-list li:nth-child(3n) {
    margin-right: 20px;
  }

  #category-list li:nth-child(4n) {
    margin-right: 0;
  }
}

#goods .star-wrapper {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  #goods .star-wrapper {
    margin-top: 5px;
  }
}

#goods .rating-value {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  #goods .goods-list .goods-name{
   margin-bottom: 14px;
  }
}
