/* Scss Document */
body {

  margin-top: 120px !important;
}
body ul {
  list-style: none;
}
body a, body a:visited {
  text-decoration: none;
  color: #bd0711;
}
body header {
  height: 120px;
}
body header a {
  padding: 4px 32px;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  background: #bd0711;
  position: fixed;
  z-index: 999;
  top: 60px;
}
body #content {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 750px) {
  body #content {
    width: 1168px;
  }
}
body #pagination {
  margin-bottom: 100px;
}
body section.indexBox {
  padding-top: 10px;
}
body .indexBox {
  display: grid;
  display: -webkit-grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  -webkit-grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  margin-bottom: 24px;
  grid-column-gap: 24px;
  -webkit-grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-grid-row-gap: 24px;
}
body .indexBox a {
  color: #333333;
}
@media screen and (min-width: 750px) {
  body .indexBox {
    grid-template-columns: repeat(4, 1fr);
    -webkit-grid-template-columns: repeat(4, 1fr);
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
    -ms-grid-rows: auto 24px auto 24px auto 24px auto 24px auto;
  }
}
body .indexBox h1 {
  margin: 0 20px;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: bold;
}
body .indexBox article {
  margin: 24px;
  position: relative;
  border-radius: 10px;
  background: #f2f3f5;
}
@media screen and (min-width: 750px) {
  body .indexBox article {
    margin: 0;
  }
}
body .indexBox article figure {
  height: 180px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}
body .indexBox article figure img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 750px) {
  body .indexBox article figure img {
    height: 120%;
  }
}
body .indexBox article p {
  display: none;
}
body .indexBox article div {
  padding: 20px;
}
body .indexBox article#article0 {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
@media screen and (min-width: 750px) {
  body .indexBox article#article0 {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
}
body .indexBox article#article1 {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
@media screen and (min-width: 750px) {
  body .indexBox article#article1 {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
}
body .indexBox article#article2 {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
@media screen and (min-width: 750px) {
  body .indexBox article#article2 {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
  }
}
body .indexBox article#article3 {
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}
@media screen and (min-width: 750px) {
  body .indexBox article#article3 {
    -ms-grid-column: 7;
    -ms-grid-row: 1;
  }
}
body .indexBox article#article4 {
  -ms-grid-column: 1;
  -ms-grid-row: 5;
}
@media screen and (min-width: 750px) {
  body .indexBox article#article4 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
}
body .indexBox article#article5 {
  -ms-grid-column: 1;
  -ms-grid-row: 6;
}
@media screen and (min-width: 750px) {
  body .indexBox article#article5 {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
}
body .indexBox article#article6 {
  -ms-grid-column: 1;
  -ms-grid-row: 7;
}
@media screen and (min-width: 750px) {
  body .indexBox article#article6 {
    -ms-grid-column: 5;
    -ms-grid-row: 3;
  }
}
body .indexBox article#article7 {
  -ms-grid-column: 1;
  -ms-grid-row: 8;
}
@media screen and (min-width: 750px) {
  body .indexBox article#article7 {
    -ms-grid-column: 7;
    -ms-grid-row: 3;
  }
}
body .indexBox article#article8 {
  -ms-grid-column: 1;
  -ms-grid-row: 9;
}
@media screen and (min-width: 750px) {
  body .indexBox article#article8 {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
}
body .indexBox article#article9 {
  -ms-grid-column: 1;
  -ms-grid-row: 10;
}
@media screen and (min-width: 750px) {
  body .indexBox article#article9 {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
  }
}
body .indexBox article#article10 {
  -ms-grid-column: 1;
  -ms-grid-row: 11;
}
@media screen and (min-width: 750px) {
  body .indexBox article#article10 {
    -ms-grid-column: 5;
    -ms-grid-row: 5;
  }
}
body .indexBox article#article11 {
  -ms-grid-column: 1;
  -ms-grid-row: 12;
}
@media screen and (min-width: 750px) {
  body .indexBox article#article11 {
    -ms-grid-column: 7;
    -ms-grid-row: 5;
  }
}
body .indexBox article#article12 {
  -ms-grid-column: 1;
  -ms-grid-row: 13;
}
@media screen and (min-width: 750px) {
  body .indexBox article#article12 {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
}
body .indexBox article#article13 {
  -ms-grid-column: 1;
  -ms-grid-row: 14;
}
@media screen and (min-width: 750px) {
  body .indexBox article#article13 {
    -ms-grid-column: 3;
    -ms-grid-row: 7;
  }
}
body .indexBox article#article14 {
  -ms-grid-column: 1;
  -ms-grid-row: 15;
}
@media screen and (min-width: 750px) {
  body .indexBox article#article14 {
    -ms-grid-column: 5;
    -ms-grid-row: 7;
  }
}
body .indexBox article#article15 {
  -ms-grid-column: 1;
  -ms-grid-row: 16;
}
@media screen and (min-width: 750px) {
  body .indexBox article#article15 {
    -ms-grid-column: 7;
    -ms-grid-row: 7;
  }
}
body .indexBox article#article16 {
  -ms-grid-column: 1;
  -ms-grid-row: 17;
}
@media screen and (min-width: 750px) {
  body .indexBox article#article16 {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
}
body .indexBox article#article17 {
  -ms-grid-column: 1;
  -ms-grid-row: 18;
}
@media screen and (min-width: 750px) {
  body .indexBox article#article17 {
    -ms-grid-column: 3;
    -ms-grid-row: 9;
  }
}
body .indexBox article#article18 {
  -ms-grid-column: 1;
  -ms-grid-row: 19;
}
@media screen and (min-width: 750px) {
  body .indexBox article#article18 {
    -ms-grid-column: 5;
    -ms-grid-row: 9;
  }
}
body .indexBox article#article19 {
  -ms-grid-column: 1;
  -ms-grid-row: 20;
}
@media screen and (min-width: 750px) {
  body .indexBox article#article19 {
    -ms-grid-column: 7;
    -ms-grid-row: 9;
  }
}
body .topixPage {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  -ms-grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
}
body .topixPage img {
  width: 100%;
  height: auto;
}
body .topixPage h1 {
  font-size: 1.8em;
  margin: 16px 0 8px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 750px) {
  body .topixPage {
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 64px;
    -ms-grid-template-columns: 64% 64px 1fr;
    -ms-grid-rows: 1fr;
  }
}
body .topixPage article {
  margin: 0 24px 60px;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
body .topixPage .post-meta {
  color: #909293;
}
body .topixPage .topixSide {
  display: none;
}
@media screen and (min-width: 750px) {
  body .topixPage .topixSide {
    display: block;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
}
body .topixPage .topixSide h3 {
  border-bottom: #d7d8db solid 1px;
  margin-bottom: 10px;
  line-height: 2;
}
body .topixPage .topixSide ul li {
  margin: 0;
}
body .topixPage .yarpp-thumbnails-horizontal {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-columns: 1fr 24px 1fr;
  -ms-grid-rows: 1fr 24px 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
@media screen and (min-width: 750px) {
  body .topixPage .yarpp-thumbnails-horizontal {
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
    -ms-grid-rows: 1fr;
  }
}
body .topixPage .yarpp-thumbnails-horizontal a {
  margin: 0;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: none;
  background: #f2f3f5;
  color: #333333;
}
body .topixPage .yarpp-thumbnails-horizontal a img {
  margin: 0;
  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}
body .topixPage .yarpp-thumbnails-horizontal a span {
  padding: 8px;
}
body .topixPage .yarpp-thumbnails-horizontal a#thumbnail0 {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
@media screen and (min-width: 750px) {
  body .topixPage .yarpp-thumbnails-horizontal a#thumbnail0 {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
}
body .topixPage .yarpp-thumbnails-horizontal a#thumbnail1 {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
@media screen and (min-width: 750px) {
  body .topixPage .yarpp-thumbnails-horizontal a#thumbnail1 {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
}
body .topixPage .yarpp-thumbnails-horizontal a#thumbnail2 {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
@media screen and (min-width: 750px) {
  body .topixPage .yarpp-thumbnails-horizontal a#thumbnail2 {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
  }
}
body .topixPage .yarpp-thumbnails-horizontal a#thumbnail3 {
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}
@media screen and (min-width: 750px) {
  body .topixPage .yarpp-thumbnails-horizontal a#thumbnail3 {
    -ms-grid-column: 7;
    -ms-grid-row: 1;
  }
}
body .topixPage .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
  max-height: none;
}
body .topixPage .ogp-form {
  margin: 24px 0;
}
body .topixPage .ogp-form a {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 120px 1fr;
  -ms-grid-columns: 120px 1fr;
  -ms-grid-rows: 1fr;
  padding: 16px;
  border: #d7d8db solid 1px;
  color: #333333;
  margin-bottom: 16px;
}
body .topixPage .ogp-form a .ogp-description {
  font-size: 0.9rem;
}
body .topixPage .ogp-form a figure {
  height: 90px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
body .topixPage .ogp-form a figure img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body .topixPage .ogp-form a div {
  margin-left: 16px;
}
body footer {
  background: #bd0711;
  padding-top: 50px;
}
body footer a {
  color: #fff;
}
body footer #linkArea {
  padding: 50px 15px 20px;
  color: #fff;
  background: #bd0711;
}
@media screen and (min-width: 750px) {
  body footer #linkArea {
    text-align: center;
  }
}
body footer #linkArea a {
  color: #fff;
  margin: 0 20px;
  display: block;
}
@media screen and (min-width: 750px) {
  body footer #linkArea a {
    display: inline;
  }
}
body footer #linkArea ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  list-style: none;
  margin-bottom: 20px;
}
body footer #linkArea ul li {
  margin: 0 20px;
}
body footer #linkArea ul li img {
  width: 35px;
  height: 40px;
}
body footer #linkArea p {
  margin-bottom: 40px;
}
iframe {
  border: 0;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 120px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  iframe {
    height: 100px;
  }
}

body.home.blog .fs-c-breadcrumb__listItem span{
display: none;
}
.yarpp-related h3 {font-size: 1.2em; line-height: 2em; font-weight: bold; color: #333333; margin-bottom: 30px; }
