#mainImg {
  margin-bottom: 60px;
  height: 100%;
  overflow: hidden;
}
#mainImg img {
  width: 100%;
}

#icon_sale {
  position: relative;
  width: 100%;
}
#icon_sale img {
  position: absolute;
  width: 100%;
  max-width: 192px;
  right: 20px;
  bottom: 100px;
}

.post #concept {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  position: relative;
}
.post #concept h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.post #concept h1 span {
  font-size: 11px;
  font-weight: bold;
  display: block;
  margin-top: -5px;
}
.post #concept div {
  width: 100%;
  max-width: 480px;
  font-weight: bold;
}
.post #concept .anchor {
  position: absolute;
  right: 0;
  bottom: 20px;
  color: #333;
}
.post #concept .anchor:after {
  content: "";
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  transform: rotate(45deg);
  right: 13px;
}

.item_txtArea {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  width: 310px;
  position: absolute;
  text-align: left;
}
.item_txtArea h2 {
  font-size: 28px;
  margin-bottom: 40px;
}

.item_img {
  width: 100%;
}
.item_img img {
  width: 50%;
  max-width: 490px;
}

#scanningArea {
  text-align: right;
  position: relative;
  margin-bottom: 60px;
}
#scanningArea .item_txtArea {
  top: 0%;
  left: 0%;
  width: 520px;
}
#scanningArea .item_img {
  width: 100%;
}
#scanningArea .item_img img {
  max-width: 377px;
}

#hasselbladArea {
  text-align: left;
  position: relative;
  margin-bottom: 80px;
}
#hasselbladArea .item_txtArea {
  top: 19%;
  right: 5%;
  width: 378px;
}
#hasselbladArea .item_img img {
  max-width: 383px;
}

#costArea {
  margin-bottom: 50px;
  font-weight: bold;
  overflow: auto;
}
#costArea h1 {
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: bold;
}
#costArea h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}
#costArea table {
  width: 100%;
  font-size: 12px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  color: #333;
  margin-bottom: 5px;
}
#costArea table th {
  text-align: center;
  padding: 5px 10px;
  background: #EEE;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  vertical-align: middle;
}
#costArea table td {
  padding: 5px 10px;
  text-align: left;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  vertical-align: middle;
}
#costArea table td.t_right {
  text-align: right;
}
#costArea table td.t_center {
  text-align: center;
}

#bnr_sale {
  margin-bottom: 20px;
}
#bnr_sale img {
  width: 100%;
}

.att {
  font-size: 14px;
  font-weight: normal;
  margin: 20px 0;
}

.disp_tax_type {
  text-align: right;
  margin-bottom: 5px;
  font-size: 12px;
}

.cost_att {
  text-align: left;
  margin-bottom: 50px;
}
.cost_att ul li {
  margin-bottom: 5px;
  font-size: 12px;
  list-style: disc;
  margin-left: 20px;
}

#snsArea {
  text-align: left;
}

#bnr_campaign {
  position: absolute;
  top: 155px;
  left: 20px;
  width: 50%;
  max-width: 448px;
}
#bnr_campaign img {
  width: 100%;
}

@media screen and (max-width: 980px) {
  #bnr_campaign {
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #icon_sale img {
    width: 25%;
    right: 10px;
    bottom: 34px;
  }
  .post #concept .anchor {
    position: absolute;
    right: 50%;
    bottom: -20px;
    color: #333;
  }
  .item_img {
    text-align: center;
  }
  .item_txtArea {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    width: 100%;
    position: relative;
    text-align: left;
  }
  .item_txtArea h2 {
    margin-bottom: 10px;
  }
  #scanningArea {
    text-align: left;
  }
  #scanningArea .item_txtArea {
    top: 0%;
    left: 0%;
    width: 100%;
    margin-bottom: 20px;
  }
  #hasselbladArea {
    margin-bottom: 30px;
  }
  #hasselbladArea .item_txtArea {
    top: 0%;
    right: 0%;
    width: 100%;
  }
  #bnr_campaign {
    top: 80px;
    width: 40%;
  }
}
@media screen and (max-width: 420px) {
  #bnr_campaign {
    display: none;
  }
}