@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Noto Sans Japanese", sans-serif;
  /* font-weight: (100,300,400,500,700,900) */
}
body img {
  height: 660px;
  width: 810px;
  display: inline-block;
  bottom: 0;
}

a {
  text-decoration: none;
}
a:visited, a :active {
  color: inherit;
}

main {
  position: relative;
  margin: 0 auto;
}

.caption-black {
  width: 100%;
  height: 160px;
  padding: 40px 50px;
  font-size: 100px;
  font-weight: 900;
  color: white;
  background-color: #bce2e8;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.caption {
  background-color: white;
  float: left;
  width: 100%;
  height: 160px;
  line-height: 100%;
  padding: 40px 50px;
  align-items: center;
  transition: all 0.3s;
  font-size: 100px;
  font-weight: 900;
  color: black;
  width: 100%;
  height: 100%;
  display: inline-block;
  transition-timing-function: ease-out;
}
.caption .bii-size-big {
  font-size: 90px;
  display: inline-block;
}
.caption a {
  display: flex;
}
.caption i {
  padding-right: 20px;
  align-items: flex-end;
}
.caption:hover {
  background-color: black;
  color: white;
}
.caption:hover .bii-size-big {
  color: white;
}

footer {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  pointer-events: none;
  width: 80%;
  transition: all 0.4s;
}
footer img {
  height: inherit;
  width: inherit;
  display: inline-block;
  float: right;
  bottom: 0;
}

@media all and (max-width: 750px) {
  footer {
    width: 100%;
  }
  .caption {
    font-size: 50px;
    padding: 20px 25px;
  }
  .caption .bii-size-big {
    font-size: 45px;
  }
  .caption i {
    padding-right: 10px;
  }
  .caption-black {
    font-size: 50px;
    padding: 20px 25px;
  }
  body img {
    height: 440px;
    width: 540px;
    display: inline-block;
    bottom: 0;
  }
}
@media all and (max-width: 500px) {
  footer {
    width: 500px;
  }
  body img {
    height: 100%;
    width: 100%;
    display: inline-block;
    bottom: 0;
  }
}/*# sourceMappingURL=ss-index.css.map */

.archive-notice {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 40px;
  text-align: center;
  background-color: black;
  color: white;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.archive-notice a {
  color: #bce2e8; /* 元のテーマカラーをリンク色に使用 */
  text-decoration: underline;
  font-weight: bold;
}

.archive-notice a:hover {
  text-decoration: none;
}