@charset "UTF-8";
body.font-basic-gothic {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.font-meiryo {
  font-family: "メイリオ", Meiryo, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.font-arial {
  font-family: Arial, Helvetica, sans-serif;
}
body.font-cosmic {
  font-family: "Comic Sans MS", cursive;
}
body.font-monospace {
  font-family: "Courier New", Courier, monospace;
}
body.font-georgia {
  font-family: Georgia, serif;
}
body.font-lucida {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
body.font-tahoma {
  font-family: Tahoma, Geneva, sans-serif;
}
body.font-times {
  font-family: "Times New Roman", Times, serif;
}
body.font-trebuchet {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
body.font-verdana {
  font-family: Verdana, Geneva, sans-serif;
}
body.font-basic-mincho {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", sans-serif;
}
body.font-cursive {
  font-family: Italianno, Zapf-Chancery, cursive;
}
body.font-fantasy {
  font-family: Western, fantasy;
}
html, body {
  color: #44443C;
  font-family: a-otf-ryumin-pr6n, serif;
}
#news-pickups {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.pickup-news-list-container {
  display: block;
  width: calc((100% - 40px) / 3);
  position: relative;
  margin: 10px auto;
}
.pickup-news-list-container:first-child {
  margin-left: 0px !important;
}
.pickup-news-list-container:last-child {
  margin-right: 0px !important;
}
.pickup-news-list-container .news-thumb {
  width: 100%;
  height: auto;
  max-height: 400px;
}
.pickup-news-list-container .news-thumb img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}
.pickup-news-list-container .news-thumb-bottom {
  text-align: left;
}
.pickup-news-list-container .news-thumb-bottom .news-thumb-bottom-inner {
  padding: 30px 50px 70px;
}
.pickup-news-list-container .news-thumb-bottom .newscatch {
  color: #D3B5A3;
  font-size: 13px;
  margin: 0 0 20px 0;
  line-height: 2;
}
.pickup-news-list-container .news-thumb-bottom .newsname {
  font-size: 20px;
  margin: 0 0 20px 0;
  line-height: 2;
}
.pickup-news-list-container .news-thumb-bottom .newsname a {
  text-decoration: none;
  color: #444431;
}
.pickup-news-list-container .news-thumb-bottom .newsdescription {
  color: #444431;
  font-size: 13px;
  margin: 20px 0 0 0;
  line-height: 2;
}
.readmore {
  width: 50%;
  max-width: 250px;
  position: absolute;
  bottom: 0;
  left: 50px;
}
.readmore a {
  display: block;
  background-color: #D3B5A3;
  color: #44443C;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  width: 100%;
  padding: 20px 0;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .pickup-news-list-container {
    width: 100%;
    margin: 0 0 50px !important;
  }
  .pickup-news-list-container:last-child {
    margin: 0 0 0 !important;
  }
  .pickup-news-list-container .news-thumb-bottom .news-thumb-bottom-inner {
    padding: 30px 25px 60px;
  }
  .pickup-news-list-container .news-thumb-bottom .newscatch {
    font-size: 12px;
  }
  .pickup-news-list-container .news-thumb-bottom .newsname {
    font-size: 16px;
  }
  .pickup-news-list-container .news-thumb-bottom .newsdescription {
    font-size: 12px;
  }
  .readmore {
    width: 70%;
    max-width: 250px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  }
}
