@charset "UTF-8";
.img-title-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0; }
  .img-title-block__box, .img-title-block__box--soldout {
    margin-bottom: 40px;
    position: relative;
    width: 47%;
    height: 250px;
    overflow: hidden; }
    @media screen and (max-width: 850px) {
      .img-title-block__box, .img-title-block__box--soldout {
        height: 200px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 500px) {
      .img-title-block__box, .img-title-block__box--soldout {
        height: 150px;
        width: 100%;
        justify-content: center;
        margin-bottom: 20px; } }
    .img-title-block__box--soldout::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: .7;
      z-index: 100;
      left: 0;
      top: 0;
      background-color: white; }
    .img-title-block__box--soldout::after {
      content: "只今在庫なし";
      position: absolute;
      z-index: 101;
      right: 40%;
      bottom: 40%;
      font-size: 1.2em; }
  .img-title-block__text {
    font-size: 14px;
    position: absolute;
    left: 10%;
    top: 40%;
    z-index: 50;
    color: white; }
  .img-title-block__title {
    font-size: 1.5em;
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: 700;
    color: inherit; }
  .img-title-block__subtitle {
    font-size: 0.8em;
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: lighter;
    color: inherit; }
  .img-title-block__img {
    position: absolute;
    right: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition-property: width;
    transition-duration: .5s; }
    .img-title-block__img::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: .5;
      background-color: black; }
    .img-title-block__img > img {
      width: 100%; }
    .img-title-block__img:hover {
      width: 120%;
      transition-property: width;
      transition-duration: .5s; }
  .img-title-block__link {
    color: inherit;
    text-decoration: none; }

.soldout-box {
  position: relative; }
  .soldout-box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .7;
    z-index: 100;
    left: 0;
    top: 0;
    background-color: white; }
  .soldout-box::before {
    content: "只今在庫なし";
    position: absolute;
    z-index: 101;
    right: 40%;
    top: 40%;
    font-size: 1.2em; }

/*# sourceMappingURL=img_title_block.css.map */
