@charset "UTF-8";
#main_vs .main_hd:after {
  background-image: url(../img/product/main_bg.jpg);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■product_wrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#product_wrap .h2p {
  letter-spacing: normal;
}

#product_wrap #select_area {
  padding-top: 95px;
}

#product_wrap #select_area .anchor01 {
  margin-bottom: 65px;
}

#product_wrap #select_area .anchor01 li a {
  padding: 0 40px;
}

#product_wrap #select_area .block {
  margin-bottom: 105px;
}

#product_wrap #select_area .block:last-of-type {
  margin-bottom: 0;
}

#product_wrap #select_area .block .open_area {
  display: none;
}

#product_wrap #select_area .ttl {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #a78461;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: normal;
  border-top: 3px solid #a78461;
  padding-top: 5px;
  margin-bottom: 45px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

#product_wrap #select_area .ttl h3 {
  padding: 100px 0 50px 0;
  background: url(../img/product/ico_01.png) no-repeat center 35px;
  background-size: 50px auto;
  border-top: 1px solid #a78461;
  border-bottom: 1px solid #a78461;
}

#product_wrap #select_area .ttl .icon {
  position: absolute;
  top: 50%;
  right: 25px;
}

#product_wrap #select_area .ttl .accordion_icon {
  position: relative;
  float: right;
  width: 60px;
  width: 60px;
}

#product_wrap #select_area .ttl .accordion_icon span {
  transition: all 0.15s linear;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #a78461;
}

#product_wrap #select_area .ttl .accordion_icon span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#product_wrap #select_area .ttl.open .accordion_icon span {
  transition: all 0.15s linear;
}

#product_wrap #select_area .ttl.open .accordion_icon span:nth-of-type(2) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#product_wrap #select_area .box {
  margin-bottom: 45px;
}

#product_wrap #select_area .box ul {
  text-align: center;
  margin: 0 -10px;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: normal;
}

#product_wrap #select_area .box ul li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#product_wrap #select_area .box ul a {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border: 1px solid #a78461;
  padding: 10px;
  background: url(../img/ico_arrow12.png) no-repeat right 10px bottom 10px;
  background-size: auto 11px;
  transition: all 0.15s linear;
}

#product_wrap #select_area .box ul a:hover {
  transition: all 0.15s linear;
  opacity: 1;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(167, 132, 97, 0.3);
  box-shadow: 5px 5px 0px 0px rgba(167, 132, 97, 0.3);
}

#product_wrap #select_area .box ul p {
  line-height: 1.4;
}

#product_wrap #select_area .box ul .img {
  line-height: 1;
  margin-bottom: 13px;
}

#product_wrap #select_area .box ul .img img {
  width: 100%;
  height: auto;
}

#product_wrap #select_area #soundproof_block .ttl h3 {
  background-image: url(../img/product/ico_02.png);
}

#product_wrap #select_area #others_block .ttl h3 {
  background-image: url(../img/product/ico_03.png);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■category_wrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#category_wrap .hd07 {
  font-size: 1.8rem;
  padding-bottom: 15px;
}

#category_wrap .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

#category_wrap .link li {
  width: 25%;
  border-right: 1px solid #a78461;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#category_wrap .link li:nth-of-type(4n+1) {
  border-left: 1px solid #a78461;
}

#category_wrap .link li a {
  display: block;
  width: 100%;
  padding: 0 22px 0 10px;
  background: url(../img/ico_arrow09.png) no-repeat right 10px center;
  background-size: 6px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#category_wrap .hd_wrap {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: normal;
  color: #a78461;
  line-height: 1.3;
  border: 1px solid #a78461;
  padding: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

#category_wrap .hd_wrap h4 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #a78461;
  min-height: 130px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#category_wrap .list {
  overflow: hidden;
  margin-bottom: 60px;
}

#category_wrap .list li {
  float: left;
  width: 25%;
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
}

#category_wrap .list li:nth-of-type(4n+1) {
  clear: left;
}

#category_wrap .list a {
  display: block;
  max-width: 212px;
  margin: 0 auto;
}

#category_wrap .list .img {
  border: 1px solid #c39f7a;
  margin-bottom: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

#category_wrap .list .img:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}

#category_wrap .list .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

#category_wrap .list .name {
  font-weight: 700;
  line-height: 1.62;
  margin-bottom: 5px;
}

#category_wrap .list .info {
  font-size: 1.3rem;
  line-height: 1.76;
  background: #faf6f0;
  padding: 5px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#category_wrap .list .info a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#category_wrap .list .info span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 45px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■productdetail_wrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#product_detail .main {
  overflow: hidden;
  margin-bottom: 40px;
}

#product_detail .main .img {
  width: 45%;
  border: 1px solid #a78461;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
}

#product_detail .main .img:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}

#product_detail .main .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

#product_detail .main .entry2018 {
  clear: none;
}

#product_detail .main .btn_type02 {
  background-color: #9d8267;
  margin-bottom: 15px;
}

#product_detail .entry2018 strong {
  font-weight: 700;
}

#product_detail .entry2018 a {
  color: #a78461;
  text-decoration: underline;
}

#product_detail .table01 {
  max-width: 500px;
  margin: 50px auto 0;
}

#product_detail .table01 th {
  width: 125px;
  white-space: nowrap;
}

#product_detail .table01 th, #product_detail .table01 td {
  font-size: 1.6rem;
  line-height: 1.7;
}

#product_detail .sub_area {
  margin-top: 50px;
  background: #f3f3f3;
  padding: 55px 0 60px;
}

#product_detail .sub_area .hd04 {
  margin-bottom: 25px;
}

#product_detail .sub_area #store_list ul.list li {
  border-right: none;
}

#product_detail .sub_area .bnr {
  text-align: center;
  margin-top: 40px;
}

#product_detail .sub_area .bnr img {
  max-width: 100%;
  height: auto;
}

#product_detail .btn_area {
  margin-top: 50px;
}

#product_detail .btn_area .btn01.auto {
  margin-bottom: 35px;
}

#product_detail .btn_area .btn01.auto a {
  background-color: #b69370;
}

#product_detail .btn_area .back_btn {
  text-align: center;
}

#product_detail .btn_area .back_btn li {
  display: inline-block;
  padding: 0 5px;
}

/*# sourceMappingURL=../../maps/shop/css/product.css.map */
