.inner {
  max-width: 1280px;
  margin: 0 auto;
}
.brand_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.brand_header .brand_img {
  height: 260px;
  width: 348px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.brand_header .brand_img.c {
  display: none;
}
.brand_header .cg_freespace_01 {
  width: calc(100% - 348px);
  padding: 40px;
}
.product_detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .product_detail {
    display: block;
  }
}
.product_detail .img {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
  .product_detail .img {
    width: 80%;
    margin: 0 auto 1em;
  }
}
@media only screen and (max-width: 375px) {
  .product_detail .img {
    width: 100%;
  }
}
.product_detail .txts {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
  .product_detail .txts {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 375px) {
  .product_detail .txts {
    width: 100%;
  }
}
.product_detail .product-order-exp {
  font-size: 0;
}
.product_detail .product-order-exp .keywords {
  display: none;
}
.product_detail .setsumei {
  padding: 20px 0;
  border-top: 1px dashed #444;
  border-bottom: 1px dashed #444;
  margin-bottom: 40px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .product_detail .setsumei {
    font-size: 3.2vw;
  }
}
.option_txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .option_txt {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 0 0;
  }
}
@media only screen and (max-width: 375px) {
  .option_txt {
    width: 100%;
    padding: 0 20px;
  }
}
.option_txt > * {
  display: none;
}
.option_txt .setsumei {
  display: none;
}
.option_txt .color_material,
.option_txt .size,
.option_txt .opt_links {
  display: block;
}
@media only screen and (max-width: 768px) {
  .option_txt .color_material,
  .option_txt .size,
  .option_txt .opt_links {
    margin-bottom: 2em;
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .option_txt .color {
    margin-bottom: 2em;
  }
}
.option_txt .color:before {
  content: 'COLOR';
  font-weight: bold;
  line-height: 2;
  display: block;
}
.option_txt .material:before {
  content: 'MATERIAL';
  font-weight: bold;
  line-height: 2;
  display: block;
}
.option_txt .size:before {
  content: 'SIZE';
  font-weight: bold;
  line-height: 2;
  display: block;
}
.option_txt .keywords {
  display: none;
}
#product #slider {
  width: 100%;
}
#product #slider img {
  width: 100%;
  margin: 0 auto;
}
#product #slider .slick-dots {
  padding: 0 0;
  margin: 0 0;
  position: static;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
#product #slider .slick-dots li {
  display: block;
  width: 22.9%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: calc(8% / 3);
  margin-top: 2%;
}
#product #slider .slick-dots li:nth-child(4n) {
  margin-right: 0;
}
#product #slider .slick-dots li button {
  -webkit-appearance: none;
  max-width: 150px;
  width: 100%;
  height: 112px;
  border-radius: 0;
  margin: 0 0;
  opacity: 0;
}
@media only screen and (max-width: 1280px) {
  #product #slider .slick-dots li button {
    height: 8.75vw;
  }
}
@media only screen and (max-width: 900px) {
  #product #slider .slick-dots li button {
    height: 8vw;
  }
}
@media only screen and (max-width: 768px) {
  #product #slider .slick-dots li button {
    height: 14vw;
  }
}
dl.detail {
  margin: 0 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}
dl.detail dt {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
dl.detail dd {
  font-weight: bold;
  margin-bottom: 30px;
}
dl.detail .dd_brand {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  dl.detail .dd_brand {
    font-size: 4.27vw;
  }
}
dl.detail .dd_item h2 {
  font-size: 24px;
  margin: 0 0;
}
@media only screen and (max-width: 768px) {
  dl.detail .dd_item h2 {
    font-size: 4.27vw;
  }
}
dl.detail .dd_price {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  dl.detail .dd_price {
    font-size: 4.27vw;
  }
}
dl.detail .dd_price .tax {
  font-size: 14px;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  dl.detail .dd_price .tax {
    font-size: 2.67vw;
  }
}
.product-option .opt_wrp,
.product-order .opt_wrp {
  display: flex;
  margin-bottom: 1em;
  position: relative;
}
.product-option .opt_wrp.has_select:after,
.product-order .opt_wrp.has_select:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #444;
  position: absolute;
  right: 10px;
  top: calc(50% - 2px);
}
@media only screen and (max-width: 900px) {
  .product-option .opt_wrp,
  .product-order .opt_wrp {
    width: 100%;
  }
}
.product-option .opt_ttl,
.product-order .opt_ttl {
  width: 80px;
  height: 48px;
  background-color: #444;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 48px;
}
.product-option select,
.product-order select,
.product-option input,
.product-order input {
  width: 100%;
  height: 48px;
  border-radius: 0 0;
  border: none;
  background-color: #ddd;
}
.product-option select,
.product-order select {
  appearance: none;
  -webkit-appearance: none;
}
.product-option .btn-addcart,
.product-order .btn-addcart {
  width: 100%;
  height: 80px;
  color: #fff;
  font-size: 1rem;
  padding: 0 0;
  margin: 0 0;
  border-radius: 0;
  background-color: #444;
  background-image: url("https://file003.shop-pro.jp/PA01415/351/img/cart.svg");
  background-repeat: no-repeat;
  background-size: auto 24px;
  background-position: 10% 50%;
}
.opt_links {
  margin: 0 0;
}
.opt_links li {
  list-style: none;
}
.opt_links li a {
  color: #444;
  text-decoration: underline;
}
.bottom {
  border-top: 1px solid #ddd;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bottom .table {
  padding: 0 20px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .bottom .table {
    width: 80%;
    margin: 0 auto 2em;
    padding: 0 0;
    font-size: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .bottom .table {
    width: 100%;
    padding: 0 20px;
  }
}
.bottom .tbody,
.bottom tr {
  display: block;
}
.bottom th,
.bottom td {
  display: block;
  border-top: none;
  padding: 0 0;
  line-height: 2;
}
#product .btn {
  margin: 2em 0;
  border-radius: 0;
  border: none;
  background-color: #000;
  color: #fff;
  padding: 0 3em;
}
@media only screen and (max-width: 768px) {
  #product .btn {
    font-size: 3.2vw;
  }
}
#product .btn2 {
  display: inline-block;
  border-radius: 0;
  border: none;
  background-color: #6a6a6a;
  color: #fff;
  padding: 0 3em;
}
@media only screen and (max-width: 768px) {
  #product .btn2 {
    font-size: 3.2vw;
  }
}
.¡Èkingaku¡É {
  opacity: 0;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
dl.detail .dd_price.priceoff{
  font-size:20px;
  color: #999;
}
dl.detail .dd_price.priceoff .offprice{
  color: red;
  font-size: 1.2em;
}
.items_show_link {
    text-align: center;
    margin: 20px 0;
}
.items_show_link a {
    background-color: #000;
    color: #fff;
    padding: 20px 40px;
    display: inline-block;
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
    .items_show_link {
        padding: 0 20px;
    }
    .items_show_link a {
        font-size: 3.2vw;
        width: 100%;
        padding: 28px 0;
    }
}

.slick-slider {
    -ms-touch-action: auto !important;
    touch-action: auto !important;
}
