/* =========================================================
parts
========================================================= */
@import url("https://fonts.googleapis.com/css?family=Fredoka+One|Noto+Sans+JP:500,700");
/* =========================================================
body
========================================================= */
html {
  font-size: 62.5%;
  letter-spacing: 0.03em;
  line-height: 1.3rem;
}

body {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.1rem;
  line-height: 1.45455;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

*:before, *:after {
  display: block;
}

a {
  text-decoration: none;
}

svg {
  vertical-align: bottom;
}

img {
  width: 100%;
}

html {
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}

@media screen and (min-width: 717px) {
  html {
    -ms-overflow-y: hidden;
    overflow-y: hidden;
  }
}

/* =========================================================
Style
========================================================= */
.blog-list {
  padding: 23px 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-item {
  width: calc(50% - 6.5px);
  margin: 24px 13px 0 0;
}

.blog-item:nth-child(-n+2) {
  margin-top: 0;
}

.blog-item:nth-child(2n) {
  margin-right: 0;
}

.blog-item a {
  color: #333;
}

.blog-item .img {
  position: relative;
  border: 1px solid #ddd;
}

.blog-item .no-image {
  width: 100%;
  padding-top: 100%;
}

.blog-item .no-image p {
  font-family: 'Fredoka One', cursive;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #bbb;
  font-size: 4vw;
  letter-spacing: .19em;
}

.blog-item .ico-buy {
  width: 37px;
  height: 37px;
  border-radius: 6px;
  background: #fa5a64;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -12px;
  left: 8px;
}

.blog-item .ico-buy svg {
  width: 19px;
  height: 20px;
  fill: #fff;
}

.blog-item .detail {
  margin: 5px auto 0;
}

.blog-item .horizon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.blog-item .logo {
  width: 40.36%;
  max-width: 98px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.blog-item .txt01 {
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
}

.blog-item .txt02 {
  height: calc(12px*1.3*3);
  margin: 6px auto 0;
  font-size: 1.2rem;
  line-height: 1.33333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 717px) {
  .blog-item {
    width: calc(25% - 30px);
    margin: 40px 40px 0 0;
  }
  .blog-item:nth-child(-n+4) {
    margin-top: 0;
  }
  .blog-item:nth-child(2n) {
    margin-right: 40px;
  }
  .blog-item:nth-child(4n) {
    margin-right: 0;
  }
  .blog-item .no-image p {
    font-size: 2vw;
  }
  .blog-item .ico-buy {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    position: absolute;
    top: -15px;
    left: 10px;
  }
  .blog-item .detail {
    margin: 7px auto 0;
  }
  .blog-item .txt01 {
    font-size: 1.2rem;
  }
  .blog-item .txt02 {
    height: calc(14px*1.33*3);
    margin: 12px auto 0;
    font-size: 1.4rem;
  }
}

.no-article {
  padding: 40px 0 0;
  text-align: center;
  font-size: 5vw;
  line-height: 1;
}

@media screen and (min-width: 717px) {
  .no-article {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=../css/maps/layout.css.map */
