@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html {
  background-color: black;
}

.width1300 {
  width: 1300px;
  max-width: 90%;
  margin: clamp(40px, 10%, 200px) auto;
}

.landing {
  background-color: black;
  background-image: url(../img/b-ex.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: clamp(160px, 50vw, 600px);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  width: 100%;
}

a {
  text-decoration: none;
}

.c-headTitle {
  color: white;
  font-size: clamp(24px, 5vw, 100px);
  letter-spacing: 1.5vw;
  font-weight: 700;
  margin: clamp(125px, 28vw, 350px) 0 300px 0;
  text-align: center;
}

.center-col {
  margin: 0 16% 0 16%;
  width: 68%;
  -ms-grid-column-align: center;
  justify-self: center;
}

.single-eyecatch {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -150px;
}
.single-eyecatch img {
  width: 100%;
  margin: 0 auto;
  max-height: clamp(400px, 40vw, 700px);
  z-index: 1;
  object-fit: contain;
  object-position: center;
}
.single-eyecatch .text-container {
  position: absolute;
  width: 60%;
  z-index: 2;
}
.single-eyecatch .text-container h2,
.single-eyecatch .text-container h3 {
  width: fit-content;
  text-align: start;
  background-color: white;
  color: #000000;
  box-sizing: border-box;
  padding: 0 clamp(10px, 20vw, 20px);
  line-height: 180%;
  margin: 20px 0;
}
.single-eyecatch .text-container h2 {
  font-size: 3em;
}
.single-eyecatch .text-container h3 {
  font-size: 1.5em;
}
@media screen and (max-width: 1200px) {
  .single-eyecatch .text-container h2 {
    font-size: 2em;
  }
  .single-eyecatch .text-container h3 {
    font-size: 1em;
  }
}
@media screen and (max-width: 800px) {
  .single-eyecatch .text-container {
    width: 80%;
  }
  .single-eyecatch .text-container h2 {
    font-size: 1.5em;
  }
}

.l-blogContentBlock {
  background-color: #d1d3d4;
  margin: 0 auto clamp(40px, 10vw, 100px) auto;
  min-height: 400px;
  padding: clamp(40px, 10vw, 100px) 0 clamp(20px, 2vw, 50px) 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.l-blogContentBlock > * {
  width: 1000px;
  max-width: 80%;
  margin: auto;
}
.l-blogContentBlock .single-pagenation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #000000;
  letter-spacing: 0.2em;
  line-height: 200%;
  margin-top: clamp(40px, 10vw, 100px);
}
.l-blogContentBlock .single-pagenation a {
  color: #000000;
}
.l-blogContentBlock .single-pagenation a:hover {
  color: rgba(232, 232, 232, 0.1);
}
.l-blogContentBlock .single-related {
  max-width: 80%;
  margin: 50px auto;
}
.l-blogContentBlock .single-related h2 {
  letter-spacing: 0.1em;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: clamp(20px, 4vw, 40px);
}
.l-blogContentBlock .single-related .card-block {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.l-blogContentBlock .single-related .card-block .card {
  width: clamp(180px, 30%, 280px);
  margin: 16px;
  font-weight: 700;
}
.l-blogContentBlock .single-related .card-block .card .card-desc a {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  color: #000000;
}
.l-blogContentBlock .single-related .card-block .card .card-desc a:hover {
  color: #7d7d7d;
}
.l-blogContentBlock .single-related .card-block .card .card-desc .fc-gry {
  color: #7d7d7d;
}
.l-blogContentBlock .single-related .card-block .card .card-img img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .l-blogContentBlock .single-related h2 {
    font-size: 1em;
  }
}

/*# sourceMappingURL=single.css.map */
