.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */ }

.flex_jus_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center; }

.flex_jus_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between; }

.flex_align_item_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center; }

.flex_container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.pt35 {
  padding-top: 35px; }

.list_btn_product li {
  margin: 0px 15px 15px;
  width: 190px; }

.list_btn_product li a {
  font-family: 'Noto Serif JP', serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  color: #5b4245;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  border: 1px solid #cb9675;
  border-radius: 7px;
  padding: 3px 2%;
  height: 49px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s; }

.list_btn_product li a span {
  width: 100%;
  display: inline-block;
  line-height: 1.3; }

.list_btn_product li a::after {
  content: "";
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  position: absolute;
  width: 8px;
  margin-top: -3px;
  height: 8px;
  border-right: 1px solid #8a8b86;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-bottom: 1px solid #8a8b86; }

.list_btn_product li a:hover,
.list_btn_product li a.act {
  background-color: #cb9675;
  color: #ffffff; }

.list_btn_product li a:hover::after,
.list_btn_product li a.act::after {
  border-color: #ffffff;
  margin-top: 0px; }

.tt_product {
  font-size: 32px;
  font-family: 'Lora', serif;
  font-weight: 300;
  border-bottom: 1px solid #be2d37;
  color: #434735;
  text-transform: uppercase;
  padding-bottom: 3px;
  letter-spacing: 7px;
  margin-top: 65px;
  margin-bottom: 80px; }

.tt_product + .ud {
    margin-top: -27px;
    margin-bottom: 55px;
    padding-left: 1em;
    text-indent: -1em;
    font-family: 'Noto Serif JP', 'Lora', serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #be2d37;
}

.tt_item_product {
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #434735;
  background: url(../products/images/bg.png);
  padding: 3px 20px;
  margin-bottom: 20px; }

.list_product {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

/* .list_product li {
  width: 460px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; } */

.item_product {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 80px; }

.item_product .info_product,
.item_product .info_product table {
  width: 100%; }

.img_product {
  width: 400px;
  /* height: 524px; */
  height: 300px;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  border: 1px solid #ccc; overflow: hidden;
  transition: all 0.2s;
}

.img_product:hover {
  transition: all 0.2s;
  opacity: 0.8;
}

.img_product a {
  display: block;
  width: 100%;
  height: 100%; }

.img_product img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto !important;
  height: auto;
  max-width: 100%;
  max-height: 300px;
}

.img_product a {
  display: inline-block;
  position: relative; }

.img_product a::before {
  width: 43px;
  height: 43px;
  background: url(../products/images/zoom.png) no-repeat;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  content: ""; }

.info_product table th {
  text-align: center;
  background-color: #e8e8e8;
  width: 27%;
  font-weight: 500;
  vertical-align: middle; }

.info_product table th,
.info_product table td {
  border: 1px solid #cccccc;
  padding: 20px; }

.info_product table td {
  width: 73%; }

.info_product table td div {
  min-height: 152px; }

.info_product table tr td.price {
  text-align: right;
  font-size: 30px;
  font-weight: 500;
  line-height: 1; }

.info_product table tr td.price small {
  font-size: 14px;
  font-weight: 300; }

.inline_block {
  width: 100%;
  display: inline-block;
  margin-top: 45px; }

.prev_next {
  margin-bottom: 35px; }

.prev_next a {
  font-size: 15px;
  font-family: 'Noto Serif JP', serif;
  border-radius: 7px;
  background-color: #e4e4e3;
  display: inline-block;
  width: 135px;
  text-align: center;
  color: #000000;
  padding: 10px;
  background-repeat: no-repeat;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s; }

.prev_next a:hover {
  color: #ffffff;
  background-color: #cb9675; }

.prev_next .pull-left a {
  background-image: url(../products/images/prev.png);
  background-position: left 10px center; }

.prev_next .pull-right a {
  background-image: url(../products/images/next.png);
  background-position: right 10px center; }

/**/
#wrapper {
  position: relative; }

.bgshow {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  margin: auto;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shirt-box {
  display: none;
  min-width: 700px;
  /* height: 90%; */
  margin: 0 auto;
  position: relative;
  z-index: 999;

}

.shirt-box table {
  width: 100%;
}
.shirt-box table th,
.shirt-box table td {
  padding: 5px 10px;
  border: 1px solid #BBBBBB;
  background: #ffffff; }

/* .shirt-box table figure {
  text-align: center;
  position: relative;
  height: 300px;
} */

.shirt-box table figure img{
  width: auto;
  /* height: 100%; */
  max-height: 400px;
  object-fit: contain;
}

.shirt-box table figure .img-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}

/* .shirt-box table figure .img-txt span {
  display: inline-block;
  margin-right: 5px;
  color: #ffffff;
  background: #cb9675;
  padding: 3px 10px;
} */

.shirt-box table figure .img-txt .img-txtfix {
  display: inline-block;
  margin-right: 5px;
  color: #ffffff;
  background: #cb9675;
  padding: 3px 10px;
}



.shirt-box table figure .img-txt span:last-child {
  margin-bottom: 0;
}

.shirt-box table .mark {
  background: #000000;
  color: #ffffff;
  padding: 3px 10px;
  font-weight: normal;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
 }

.shirt-box table .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.shirt-box table thead tr th {
  font-weight: 500;
}

.shirt-box table thead .bn{
  border-bottom: none;
}

.shirt-box table thead tr:first-child th:first-child span.phone {
  display: block;
  font-size: 26px;
  font-weight: bold; }

.shirt-box table thead tr th span.price {
  display: block;
  font-size: 26px;
  font-weight: bold; }

.shirt-box table thead tr:first-child th:nth-child(2) .fz18 {
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
}

.shirt-box table thead tr:first-child th:nth-child(2) .fz18 .og-txt {
  font-size: 25px;
  color: #CB9675;
  font-weight: bold; }

.shirt-box table thead tr:first-child th:nth-child(3) .mark {
  margin-right: 0;
  margin-bottom: 10px; }

.shirt-box table thead tr:first-child th:nth-child(3) .flexbox span {
  margin-right: 34px;
  font-size: 16px;
  font-weight: bold; }

.shirt-box table thead tr:first-child th:nth-child(3) .flexbox span:last-child {
  margin-right: 0;
  font-weight: normal; }

.shirt-box table thead tr:nth-child(2) .flexbox span:last-child {
  width: calc(100% - 99px); }

.shirt-box table tbody tr td {
  width: 20%;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
}

.shirt-box textarea{
    resize: none;
}

.show {
  display: block; }

.shirt-box table tbody tr:nth-child(2) td, .shirt-box table tbody tr:nth-child(4) td{
  border-bottom: 1px solid #fff;
}

.shirt-box table tbody tr:nth-child(2) td,
.shirt-box table tbody tr:nth-child(4) td,
.shirt-box table tbody tr:nth-child(3) td,
.shirt-box table tbody tr:nth-child(5) td{
  padding: 0;
}


/* 28/08/2020 */

/* .img_product img{
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.shirt-box table figure .img-txt .img-txtfix{
  display: none;
}


.product .list_product li{
  width: calc(50% - 40px);
  width: -moz-calc(50% - 40px);
  width: -webkit-calc(50% - 40px);
  width: -ms-calc(50% - 40px);
  width: -o-calc(50% - 40px);
  margin-right: 80px;
}

.product .list_product li:nth-child(2n){
  margin-right: 0;
}

.btn-close{
  position: absolute;
  bottom: -30px;
  right: 0px;
  cursor: pointer;
}

.btn-close img{
  height: 20px;
}

.pd-box{
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 35px 3px #4d4d4d;
  box-shadow: 0px 0px 35px 3px #4d4d4d;
  padding: 20px;
  /* position: relative; */
  /* max-height: 90%;
  overflow-y: scroll; */
}

@media screen and (max-width: 1600px) {
  .pd-box{
    padding: 10px;
  }
  .shirt-box table tbody tr td{
    font-size: 16px;
  }
  .shirt-box table figure img{
    max-height: 280px;
  }
}



