@charset "UTF-8";
/*
Theme Name: shimurahibiki Theme
Theme URI: https://shimurahibiki.com
Author: TSUCHIHASHI Moe
Author URI: https://shimurahibiki.com
Description: 志村響のページのテーマ
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Lustria&family=Noto+Sans+JP:wght@400;500;600&family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?&family=Inter:wght@400;500;600&text=0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZéèàêç&display=swap");
html {
  scroll-behavior: smooth;
}
html body {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #0F0F0F;
  letter-spacing: 0.4px;
  line-height: 1.7;
}
html body * {
  transition: 0.7s;
}
html body p {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #0F0F0F;
  letter-spacing: 0.4px;
  line-height: 1.7;
}
html body a {
  color: #1A2464;
  font-weight: 600;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
html body a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #7182AD;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
html body a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
html body section {
  z-index: 0;
}
html body h2 {
  letter-spacing: 2px;
  line-height: 1;
  color: #2C365E;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  html body h2 {
    text-align: center;
    font-size: 22px;
  }
}
html body img {
  width: 100%;
}
html body table tr th {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #0F0F0F;
  letter-spacing: 0.4px;
  line-height: 1.7;
}
html body table tr td {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #0F0F0F;
  letter-spacing: 0.4px;
  line-height: 1.7;
}
html body .body__wrap {
  position: relative;
}
html body #load {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #2C365E;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
html body #load .loader {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  transition: none;
}
html body #load .loader-inner {
  margin: 0 auto;
  transition: none;
}
html body .loaded {
  opacity: 0;
  visibility: hidden;
}

header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  header {
    position: absolute;
  }
}
header .header__inner {
  width: 64%;
  height: 72px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 1280px) {
  header .header__inner {
    width: 84%;
  }
}
@media screen and (max-width: 768px) {
  header .header__inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header .header__inner {
    height: 48px;
  }
}
header .header__ttl {
  margin: 26px 48px 0 0;
  width: 264px;
}
@media screen and (max-width: 960px) {
  header .header__ttl {
    margin: 26px 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  header .header__ttl {
    margin: 12px 0 0 3%;
  }
}
@media screen and (max-width: 640px) {
  header .header__ttl {
    width: 64%;
    max-width: 240px;
  }
}
header nav ul {
  display: flex;
  margin-top: 26px;
}
@media screen and (max-width: 960px) {
  header nav ul {
    flex-direction: column;
    margin-top: 48px;
  }
}
header nav ul li {
  margin-right: 24px;
}
@media screen and (max-width: 960px) {
  header nav ul li {
    margin-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  header nav ul li {
    margin-right: 0;
  }
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li a {
  color: #1A2464;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  header nav ul li a {
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 960px) {
  header #nav {
    background: #2C365E;
    position: fixed;
    height: 100vh;
    width: 40%;
    right: -40%;
    top: 0;
    transition: 0.7s;
    z-index: 15;
  }
}
@media screen and (max-width: 960px) and (max-width: 640px) {
  header #nav {
    width: 60%;
    right: -60%;
  }
}
@media screen and (max-width: 960px) {
  header #nav ul {
    margin-top: 80px;
  }
  header #nav ul li {
    list-style-type: none;
    font-size: 20px;
  }
  header #nav ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    margin: 0 15px;
    padding: 15px 10px 10px 5px;
    transition: 0.5s;
    border-bottom: 1px solid #7182AD;
  }
  header .inner_line {
    display: block;
    position: absolute;
    left: 9px;
    width: 52px;
    height: 1.4px;
    background-color: #fff;
    transition: 1s;
    border-radius: 4px;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  header .inner_line {
    width: 30px;
  }
}
@media screen and (max-width: 960px) {
  header #line1 {
    top: 18px;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  header #line1 {
    top: 14px;
  }
}
@media screen and (max-width: 960px) {
  header #line2 {
    top: 34px;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  header #line2 {
    top: 23px;
  }
}
@media screen and (max-width: 960px) {
  header #line3 {
    bottom: 18px;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  header #line3 {
    bottom: 14px;
  }
}
@media screen and (max-width: 960px) {
  header .in {
    transform: translateX(-100%);
  }
  header .line_1 {
    transform: translateY(17px) rotate(-45deg);
    top: 0;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  header .line_1 {
    transform: translateY(10px) rotate(-45deg);
  }
}
@media screen and (max-width: 960px) {
  header .line_2 {
    opacity: 0;
  }
  header .line_3 {
    transform: translateY(-18px) rotate(45deg);
    bottom: 0;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  header .line_3 {
    transform: translateY(-10px) rotate(45deg);
  }
}
@media screen and (max-width: 960px) {
  header #overlay {
    background-color: rgba(255, 255, 255, 0);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 10;
    display: none;
  }
  header .in_overlay {
    display: block !important;
  }
}
header #hamburger {
  display: none;
}
@media screen and (max-width: 960px) {
  header #hamburger {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 72px;
    height: 72px;
    cursor: pointer;
    transition: 1s;
    background-color: #2C365E;
    z-index: 20;
  }
}
@media screen and (max-width: 768px) {
  header #hamburger {
    width: 48px;
    height: 48px;
  }
}

footer {
  background: #2C365E;
  height: 160px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 0;
  }
}
footer small {
  text-align: center;
  color: #fff;
  font-family: "Lustria", serif;
  font-size: 14px;
  letter-spacing: 2px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  footer small {
    bottom: -24px;
  }
}
footer .footer__inner {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 15px 0 0;
}
@media screen and (max-width: 1280px) {
  footer .footer__inner {
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  footer .footer__inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__inner {
    padding: 15px 4% 0;
  }
}
footer .footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .footer__link {
    margin-bottom: 30px;
    justify-content: space-evenly;
  }
}
footer .footer__link--ppolicy {
  font-size: 12px;
  margin-right: 24px;
}
footer .footer__link--ppolicy a {
  color: #1A2464;
  font-weight: 600;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
footer .footer__link--ppolicy a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #7182AD;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
footer .footer__link--ppolicy a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
footer .footer__link--ppolicy a {
  color: #f3f5f9;
}
footer .footer__link--sns {
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
}
footer .footer__link--sns a {
  width: 40px;
  margin-right: 16px;
}
footer .footer__link--sns a:last-child {
  margin-right: 0;
}

.toTop {
  width: 100%;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
.toTop__btn {
  width: 72px;
  height: 72px;
  background-color: rgba(0, 0, 20, 0.5);
  border-radius: 40px;
  right: 150px;
}
@media screen and (max-width: 1280px) {
  .toTop__btn {
    right: 50px;
  }
}
@media screen and (max-width: 960px) {
  .toTop__btn {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .toTop__btn {
    width: 56px;
    height: 56px;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .toTop__btn {
    right: 10px;
  }
}
.toTop__btn p {
  color: #fff;
  font-size: 11px;
  text-align: center;
  position: absolute;
  margin: auto;
  bottom: 13px;
  right: 0;
  left: 0;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .toTop__btn p {
    display: none;
  }
}
.toTop__btn::after {
  display: block;
  content: "";
  width: 10px;
  height: 25px;
  border-top: #fff solid 2px;
  border-right: #fff solid 1.5px;
  transform: skew(0, -50deg);
  position: absolute;
  right: 0;
  left: -6px;
  top: -12px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .toTop__btn::after {
    top: 8px;
  }
}/*# sourceMappingURL=style.css.map */