@charset "utf-8";
/* vlockers-new-css ver.1.03 */
html, body {
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  min-width: 920px;
  /*overflow-x: auto;*/
}
img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
a:hover > img:not([src$=".gif"]) {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.fiore-hr {
  width: inherit;
  max-width: 98%;
  margin: 1rem auto 4rem;
  background-color: #fff;
  border-top: 1px dashed #cccccc;
}
.item-cont {
  width: 880px;
  margin: 0 auto;
  position: relative;
}
.item-wrap {
  padding: 10px 20px;
  background: url(/jp/vlockers/images/bg_concept_mid.gif) repeat-y;
}
.main-item--cont {
  display: flex;
  gap: 20px;
  padding: 0 10px 30px;
}
.item--photo {
  width: 300px;
}
.item--img {
  width: calc(100% - 300px);
}
.pfoto_list_title {
  color: #666;
  font-weight: bold;
  border-bottom: 1px solid #979797;
  border-right: 3px solid #979797;
  padding: 0 0 0;
  margin-bottom: 3px;
}
.pfoto_list_title span {
  border: 1px solid #979797;
  display: flex;
  padding: 1px 5px;
  margin: 0 2px 2px 0;
}
div.name_box_b {
  padding: 0 0 0 0;
}
div.photolistbox {
  width: 100%;
  margin: 0 0 0 0;
}
.photolist_thum {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #ccc 4px, #ccc 2px );
  display: grid;
  grid-template-columns: repeat(3 , 1fr);
  gap: 5px;
  padding: 4px;
  margin-bottom: 5px;
}
.opacity {
  background: #fff;
}
.buy_btn_non {
  margin: 0 0 0 0;
}
.photolist-notice {
  font-size: 10px;
  text-align: right;
  padding-bottom: 20px;
}
.item-detail--cont {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  padding: 0 10px 0;
}
.detail--text {
  width: calc(100% - 360px);
}
.detail-spec--cont {
  width: 360px;
}
/* detail--text */
.detail--text .detail--box:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.detail--box dt {
  font-size: 135%;
  font-weight: bold;
  color: #666;
  border-left: 10px solid #666;
  padding-left: 0.5em;
  line-height: 1.5;
  margin-bottom: 1em;
}
.detail--box dd {
  font-size: 13px;
  padding-left: 1em;
  line-height: 1.5;
}
/* detail--spec */
.detail--spec--cont {
  align-self: start;
}
.detail--spec {
  border: 1px solid #ccc;
  border-right: 4px solid #ccc;
  padding: 2px;
}
.spec-wrap {
  display: grid;
  grid-template-columns: 6em 1fr;
  border-bottom: 1px solid #fff;
}
.spec-wrap dt {
  background: #666;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
}
.spec-wrap dd {
  border-bottom: 1px dotted #ccc;
  padding: 10px;
}
.spec-wrap.spec-wrap--color dt {
  background: #ccc;
  color: #000;
  border-bottom: none;
}
.spec-wrap.spec-wrap--color dd {
  border-bottom: none;
}
.price-hontai {
  display: none;
}
/* 販売情報 テーブル */
.marketing th {
  width: 5em;
  vertical-align: top;
  font-weight: bold;
}

/* footer */
.fotter-cont {
  padding-top: 20px;
}
/* キャンペーンバナー */
.cp-ban {
  display: inline-block;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.cp-ban--txt {
  font-size: 90%;
  line-height: 1.8;
  text-align: center;
  margin-top: 0.5em;
}
.cp-ban:hover {
  opacity: 0.7;
}
.order-ban a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
/*-------------------------------
 magicpopup over write
---------------------------------*/
@media (max-width: 500px) {
  .mfp-bg , .mfp-wrap {
    min-width: 920px;
  }
  .mfp-content {
    position: relative;
    top: 15vh;
  }
}