@charset "UTF-8";
/* line 11, ../sass/top.scss */
.top-page #sp-home-btn {
  display: none;
}
/* line 14, ../sass/top.scss */
.top-page .main-top-container {
  padding: 0 0 20px;
}
@media (max-width: 480px) {
  /* line 14, ../sass/top.scss */
  .top-page .main-top-container {
    padding: 0 0 10px;
  }
}
/* line 19, ../sass/top.scss */
.top-page .main-top-container h1 {
  margin: 0;
  position: relative;
  overflow-x: hidden;
}
/* line 23, ../sass/top.scss */
.top-page .main-top-container h1 .splash-img {
  display: block;
  margin: 0 auto;
  height: auto;
  mix-blend-mode: darken;
  margin-right: 0;
  width: 99%;
  margin-left: auto;
}
@media (max-width: 480px) {
  /* line 23, ../sass/top.scss */
  .top-page .main-top-container h1 .splash-img {
    width: 110%;
    margin-left: -2%;
  }
}
/* line 36, ../sass/top.scss */
.top-page .main-top-container h1 .splash-logo {
  position: absolute;
  left: 74%;
  width: 21%;
  top: 8%;
  height: auto;
  opacity: 0.85;
}
@media (min-width: 891px) {
  /* line 36, ../sass/top.scss */
  .top-page .main-top-container h1 .splash-logo {
    display: none;
  }
}
/* line 47, ../sass/top.scss */
.top-page .main-top-container h1 span {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20%;
  font-size: 38px;
  font-family: "McLaren", sans-serif;
  color: #f8f8f3;
  z-index: 2;
  text-align: center;
  opacity: 0.9;
  line-height: 1.1;
  border: solid 2px #f8f8f3;
  padding: 2px;
}
/* line 67, ../sass/top.scss */
.top-page .zukan {
  margin-top: -17%;
  margin-bottom: 40px;
}
/* line 71, ../sass/top.scss */
.top-page .blog-post-list {
  width: 440px;
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin-top: -17%;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  border-radius: 10px;
  z-index: 2;
  position: relative;
}
@media (max-width: 480px) {
  /* line 71, ../sass/top.scss */
  .top-page .blog-post-list {
    width: 330px;
    max-width: calc(100% - 60px);
    padding: 8px;
    border-radius: 8px;
  }
}
/* line 90, ../sass/top.scss */
.top-page .blog-post-list li {
  display: inline-block;
  width: 25%;
  height: 0;
  padding-bottom: 25%;
  border: dotted 1px #272624;
  border-right: none;
  position: relative;
  flex: 0 0 auto;
}
@media (max-width: 480px) {
  /* line 90, ../sass/top.scss */
  .top-page .blog-post-list li {
    width: 33.33%;
    padding-bottom: 33.33%;
  }
}
/* line 103, ../sass/top.scss */
.top-page .blog-post-list li:last-child {
  border-right: dotted 1px #272624;
}
@media (max-width: 480px) {
  /* line 109, ../sass/top.scss */
  .top-page .blog-post-list li a:after {
    display: none;
  }
  /* line 112, ../sass/top.scss */
  .top-page .blog-post-list li a .article-detail-container {
    display: none;
  }
  /* line 117, ../sass/top.scss */
  .top-page .blog-post-list li:nth-child(3n) {
    border-right: dotted 1px #272624;
  }
  /* line 120, ../sass/top.scss */
  .top-page .blog-post-list li:nth-child(3n) a .article-detail-container {
    left: auto;
    right: -15px;
    transform: none;
  }
  /* line 127, ../sass/top.scss */
  .top-page .blog-post-list li:nth-child(n+4) {
    border-top: none;
  }
}
@media (min-width: 481px) {
  /* line 132, ../sass/top.scss */
  .top-page .blog-post-list li:nth-child(4n) {
    border-right: dotted 1px #272624;
  }
  /* line 135, ../sass/top.scss */
  .top-page .blog-post-list li:nth-child(n+5) {
    border-top: none;
  }
}
@media (min-width: 481px) and (max-width: 550px) {
  /* line 141, ../sass/top.scss */
  .top-page .blog-post-list li:nth-child(4n - 3) a .article-detail-container {
    left: -5vw;
    transform: none;
  }
  /* line 149, ../sass/top.scss */
  .top-page .blog-post-list li:nth-child(4n) a .article-detail-container {
    left: auto;
    right: -5vw;
    transform: none;
  }
}

/* line 158, ../sass/top.scss */
.top-page .blog-post-list li .index-no {
  position: absolute;
  left: 50%;
  width: auto;
  text-align: center;
  transform: translateX(-50%);
  font-size: 14px;
  color: #272624;
  bottom: 6px;
  text-decoration: none;
  font-family: "McLaren", sans-serif;
  font-weight: 400;
  opacity: 0.9;
}
@media (max-width: 640px) {
  /* line 158, ../sass/top.scss */
  .top-page .blog-post-list li .index-no {
    font-size: 13px;
  }
}
/* line 174, ../sass/top.scss */
.top-page .blog-post-list li .index-no.blank {
  opacity: 0.3;
  bottom: 12px;
}
/* line 179, ../sass/top.scss */
.top-page .blog-post-list li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
/* line 187, ../sass/top.scss */
.top-page .blog-post-list li a:hover {
  opacity: 1;
}
/* line 190, ../sass/top.scss */
.top-page .blog-post-list li a:hover .article-detail-container {
  opacity: 1;
  pointer-events: auto;
}
/* line 194, ../sass/top.scss */
.top-page .blog-post-list li a:hover:after {
  opacity: 1;
}
/* line 197, ../sass/top.scss */
.top-page .blog-post-list li a:hover img {
  transform: scale(1.03);
}
/* line 201, ../sass/top.scss */
.top-page .blog-post-list li a:after {
  content: "▼";
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  color: #FFF;
  font-size: 20px;
  line-height: 1;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
  display: none;
}
/* line 216, ../sass/top.scss */
.top-page .blog-post-list li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  mix-blend-mode: darken;
  transition: 0.3s;
}
/* line 225, ../sass/top.scss */
.top-page .blog-post-list li a .article-detail-container {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  background: #FFF;
  width: 200px;
  text-align: center;
  padding: 15px 10px;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  display: none;
}
/* line 240, ../sass/top.scss */
.top-page .blog-post-list li a .article-detail-container .article-date {
  color: #000;
  opacity: 0.4;
  font-size: 1.3rem;
  margin-bottom: 2px;
  font-weight: bold;
}
/* line 247, ../sass/top.scss */
.top-page .blog-post-list li a .article-detail-container .article-date .jp {
  font-size: 1rem;
}
/* line 251, ../sass/top.scss */
.top-page .blog-post-list li a .article-detail-container .article-ttl {
  color: #272624;
  font-size: 1.6rem;
  font-family: "McLaren", sans-serif;
  font-weight: 600;
  line-height: 1.3;
}
/* line 262, ../sass/top.scss */
.top-page .about-btn {
  display: block;
  font-size: 20px;
  font-family: "McLaren", sans-serif;
  font-weight: 600;
  margin: 40px auto 0;
  border: solid 2px #272624;
  border-radius: 24px;
  height: 48px;
  line-height: 44px;
  width: fit-content;
  padding: 0 36px;
  text-align: center;
  text-decoration: none;
  color: #272624;
  opacity: 0.9;
  transition: 0.3s;
}
@media (max-width: 480px) {
  /* line 262, ../sass/top.scss */
  .top-page .about-btn {
    font-size: 18px;
    height: 45px;
    line-height: 41px;
    padding: 0 34px;
    margin: 30px auto 0;
  }
}
/* line 286, ../sass/top.scss */
.top-page .about-btn:hover {
  opacity: 1;
  transform: scale(1.03);
}
