@charset "UTF-8";
/* =====
* /ブログ一覧ページ レイアウト
============================================================================= */
.post-list-container .post-list-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 100px 0 0;
}

.post-list-container .post-list-block:before {
  content: "";
  display: block;
  background-image: url(https://cdn2.hubspot.net/hubfs/4549682/yachihachimangu-2019-theme/common/illust-bird.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 896px;
  height: 467px;
  position: absolute;
  top: -200px;
  right: -360px;
  margin: 0 auto;
  z-index: -1;
}

.post-list-container .post-list-block .post-item {
  display: block;
  width: calc(33.33% - 33px);
  margin: 80px 4.9% 0 0;
}

.post-list-container .post-list-block .post-item:first-of-type {
  width: 1000px;
  max-width: 100%;
  margin-top: 0;
}

.post-list-container .post-list-block .post-item:first-of-type a {
  width: 540px;
  max-width: 100%;
  margin: 0 auto;
}

.post-list-container .post-list-block .post-item:nth-of-type(3n+1) {
  margin-right: 0;
}

.post-list-container .post-list-block .post-item a {
  display: block;
  text-decoration: none;
}

.post-list-container .post-list-block .post-item a .image-block {
  position: relative;
  overflow: hidden;
  background-color: #000;
  outline: 1px solid transparent;
}

.post-list-container .post-list-block .post-item a .image-block:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.post-list-container .post-list-block .post-item a .image-block:after {
  content: "";
  display: block;
  background-image: url("https://cdn2.hubspot.net/hubfs/4549682/yachihachimangu-2019-theme/common/link-arrow.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  width: 50px;
  height: 16px;
  position: absolute;
  z-index: 1;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: -20px;
  -webkit-transition: left 0.5s 0.3s, opacity 0.5s 0s;
  transition: left 0.5s 0.3s, opacity 0.5s 0s;
}

.post-list-container .post-list-block .post-item a .image-block .image {
  position: absolute;
  width: 100.5%;
  height: 100.5%;
  top: -1px;
  right: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover;';
  -webkit-transform: translate3d(0, 0, 0) scale(1.01);
          transform: translate3d(0, 0, 0) scale(1.01);
  will-change: transform;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
  outline: 1px solid transparent;
}

.post-list-container .post-list-block .post-item a .text {
  margin: 12px 0 0;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
}

.post-list-container .post-list-block .post-item a .text .time.-in-category .time {
  display: inline-block;
  color: #B3B3B3;
  font-size: 13px;
  margin: 0 20px 0 0;
}

.post-list-container .post-list-block .post-item a .text .time.-in-category .category-wrap {
  display: inline-block;
}

.post-list-container .post-list-block .post-item a .text .time.-in-category .category {
  display: inline-block;
  margin: 0 8px 0 0;
  color: #C22047;
  font-size: 12px;
  position: relative;
  top: -1px;
}

.post-list-container .post-list-block .post-item a .text .time.-in-category .category:first-of-type {
  margin-left: 0;
}

.post-list-container .post-list-block .post-item a .text .title {
  margin: 0;
}

.post-list-container .post-list-block .post-item a:hover .text {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.post-list-container .post-list-block .post-item a:hover .post-title-wrap {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.post-list-container .post-list-block .post-item a:hover .image-block:after {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  left: 0;
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}

.post-list-container .post-list-block .post-item a:hover .image-block .image {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.post-sns-block {
  padding: 0 0 120px;
  border-bottom: 1px solid #C9C9C9;
  margin: 120px 0 0;
}

.post-sns-block .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 36px 0 0;
}

.post-sns-block .sns-list .basic-button.-dark-brown {
  width: calc(25% - 35px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px 17px 17px 75px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left 26px top 50%;
  word-break: break-word;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 46px;
}

.post-sns-block .sns-list .basic-button.-dark-brown:last-of-type {
  margin-right: 0;
}

.post-sns-block .sns-list .basic-button.-dark-brown.-twitter {
  background-image: url("https://cdn2.hubspot.net/hubfs/4506560/yachihachimangu-2019-theme/common/icon-sns-twitter.png");
  -webkit-background-size: 19px auto;
          background-size: 19px auto;
}

.post-sns-block .sns-list .basic-button.-dark-brown.-facebook {
  background-image: url("https://cdn2.hubspot.net/hubfs/4506560/yachihachimangu-2019-theme/common/icon-sns-facebook.png");
  -webkit-background-size: 10px auto;
          background-size: 10px auto;
}

.post-sns-block .sns-list .basic-button.-dark-brown.-instagram {
  background-image: url("https://cdn2.hubspot.net/hubfs/4506560/yachihachimangu-2019-theme/common/icon-sns-instagram.png");
  -webkit-background-size: 20px auto;
          background-size: 20px auto;
}

.post-sns-block .sns-list .basic-button.-dark-brown.-pinterest {
  background-image: url("https://cdn2.hubspot.net/hubfs/4506560/yachihachimangu-2019-theme/common/icon-sns-pinterest.png");
  -webkit-background-size: 21px auto;
          background-size: 21px auto;
}

.button-wrap {
  position: relative;
  margin-top: 60px;
  text-align: center;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  /* tablet 〜 PC */
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
  /* tablet */
}

@media screen and (min-width: 768px) and (max-width: 860px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  .post-list-container .post-list-block {
    display: block;
  }
  .post-list-container .post-list-block:before {
    width: 600px;
    right: -360px;
    height: 310px;
  }
  .post-list-container .post-list-block .post-item {
    width: 100%;
    margin-top: 50px;
  }
  .post-list-container .post-list-block .post-item a .image-block:after {
    opacity: 0.6 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    left: auto !important;
    right: 14px !important;
    bottom: 16px !important;
    top: auto !important;
  }
  .post-list-container .post-list-block .post-item a .text .time.-in-category .category-wrap {
    margin-right: 12px;
  }
  .post-list-container .post-list-block .post-item a .text .time.-in-category .category {
    margin-right: 8px;
  }
  .post-sns-block {
    margin: 80px 0 0;
  }
  .post-sns-block .sns-list {
    margin-top: 14px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .post-sns-block .sns-list .basic-button.-dark-brown {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 4px 10px;
    width: calc(33.33% - 9px);
    position: relative;
    background-position: left 50% top 10px;
    font-size: 2.0vw;
    text-align: center;
    margin-right: 0;
  }
  .post-sns-block .sns-list .basic-button.-dark-brown.-twitter {
    background-position: left 50% top 14px;
  }
}
