@charset "UTF-8";

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

#wrapper_contents h3.category_title {
  font-family: ryo-display-plusn,serif;
  font-size: 2.2rem;
}

#wrapper_contents h3.category_title::after {
  display: block;
  width: 85px;
  margin: 8px 0 16px;
  content: '';
  border-bottom: solid 1px #c1b69c;
}

#wrapper_contents .description_category {
  margin-bottom: 110px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.4rem;
  line-height: 3rem;
}

/* each season */

#wrapper_contents .each_season {
  margin-top: 130px;
}

#wrapper_contents .each_season:nth-of-type(4) {
  border-bottom: none;
}

#wrapper_contents .season_title {
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-family: ryo-display-plusn,serif;
  font-size: 2.2rem;
  border-bottom: solid 1px #e8e8e8;
}

/* each product */

#wrapper_contents .each_product {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-top: 70px;
}

#wrapper_contents .each_product:nth-of-type(1) {
  margin-top: 0;
}

#wrapper_contents .thumbnail_product {
  width: 360px;
  height: 225px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#wrapper_contents .info_product {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 330px;
}

#wrapper_contents .margin_left {
  margin-left: auto;
}

#wrapper_contents .margin_right {
  margin-right: auto;
}

#wrapper_contents .product_title {
  font-family: ryo-display-plusn,serif;
  font-size: 2.2rem;
}

#wrapper_contents .product_title::after {
  display: block;
  width: 20px;
  margin: 8px 0 16px;
  content: '';
  border-bottom: solid 1px #111;
}

#wrapper_contents .description_product {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.4rem;
  line-height: 2.6rem;
}

/* ---------------------------------------------------------------*\
$480px
\*--------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  #wrapper_contents .each_product {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  #wrapper_contents h3.category_title {
    font-size: 1.8rem;
  }

  #wrapper_contents .thumbnail_product {
    width: 100%;
  }

  #wrapper_contents .description_category {
    margin-bottom: 0;
    font-size: 1.3rem;
  }

  #wrapper_contents .info_product {
    width: 100%;
  }

  #wrapper_contents .season_title {
    font-size: 2rem;
  }

  #wrapper_contents .product_title {
    margin-top: 14px;
    font-size: 2rem;
  }

  #wrapper_contents .each_product:nth-of-type(2n) {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #wrapper_contents .each_product {
    margin-top: 50px;
  }

  #wrapper_contents .each_season {
    margin-top: 80px;
  }
}
