@charset "utf-8";

/*------------------------------
  index
------------------------------*/

/* content-kv */
.content-kv {
  height: 140px;
  background-color: #094;
}
@media only screen and (max-width:767px) {
  .content-kv {
    height: 60px;
  }
  .content-wrapper {
    padding: 5rem 2rem 0;
  }
}

.content-wrapper {
  padding: 10rem 0;
}
.content-box {
  margin: 0 -2.4rem;
}
@media only screen and (max-width:767px) {
  .content-wrapper {
    padding: 5rem 2rem;
  }
  .content-box {
    margin: 0;
  }
}

/* report-list */
.report-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.report-list li {
  width: calc((100% - 2px) / 3);
  margin-bottom: 2rem;
}
.report-list li:not(:nth-child(3n)) {
  margin-right: 1px;
}
.report-list li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.report-list li .photo {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.report-list li .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.report-list li .text {
  margin: 1rem 2.4rem 0;
}
.report-list li .date {
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: .06em;
}
.report-list li .title {
  margin-top: 1rem;
  letter-spacing: .05em;
}
@media only screen and (max-width:767px) {
  .report-list {
    margin: 0;
  }
  .report-list li {
    width: 100%;
  }
  .report-list li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .report-list li a {
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .report-list li .photo {
    width: 130px;
    height: 75px;
  }
  .report-list li .text {
    width: calc(100% - 150px);
    margin: 0;
  }
  .report-list li .title {
    margin-top: .5rem;
    line-height: 1.6;
  }
}


/*------------------------------
  post
------------------------------*/

.content-top {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .8rem 0;
}
.content-top .date {
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: .06em;
}
.content-top .tag {
  width: 70px;
  margin-left: 2rem;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: .08em;
  text-align: center;
}
.content-top .update {
  background-color: rgba(17,17,17,.5);
}
.content-top .discount {
  background-color: rgba(0,153,68,.5);
}
.content-top .title {
  width: 100%;
  font-size: 2rem;
  letter-spacing: .04em;
}
.content-box .box-catch {
  margin-bottom: 50px;
  text-align: center;
}
.content-box .wp-block-image,
.content-box .wp-block-gallery {
  margin: 50px 0;
  text-align: center;
}
.content-box .wp-block-image figcaption {
  font-weight: 400;
  font-size: 1.4rem;
}
@media only screen and (max-width:767px) {
  .content-top {
    margin: 2rem 0 -2rem;
  }
}
