@charset "UTF-8";

/* ---------------------------------------------------------------*\
$common
\*--------------------------------------------------------------- */

/* contents */

.featured_products{
  margin-bottom: 24px;
}

.featured_products:first-child{
  margin-bottom: 4px;
}

.featured_products .image {
  position: relative;
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.featured_products > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.featured_products:last-of-type {
  margin-bottom: 0;
}

.featured_products .caution {
  padding: 0.4rem 0;
  font-family: ryo-display-plusn, serif;
  font-size: 11px;
  color: #000;
  text-align: right;
  letter-spacing: 0.015rem;
}

@media screen and (max-width: 480px) {
  .featured_products .caution {
    bottom: -18px;
    padding: 0;
    font-size: 1rem;
  }
}

/* other products */

.wrapper_others_products {
  width: 100% !important;
  margin-top: 120px !important;
}

.each_others {
  width: 48.5% !important;
}

/* ---------------------------------------------------------------*\
$480px
\*--------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  #wrapper_contents {
    width: 93% !important;
  }

  .featured_products {
    margin-bottom: 18px;
  }

  .featured_products .image {
    height: 200px;
  }

  .each_others {
    width: 100% !important;
  }

}
