@charset "utf-8";
@media only screen and (min-width: 1921px) { 
  body {
    width: 1920px;
    margin: auto;
  }
}
/* フォント */
.foot_link {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
  font-style: normal;
}
header {
  border-bottom: 1px solid #005F2F;
}
.flyout_gnav_wrap {
  width: 100%;
  overflow-x: hidden;
}
.flyout_gnav {
  position: fixed;
  top: 0;
  z-index: 103;
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
  overflow-y: scroll;
}
.nav_btn {
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 101;
  width: 92px;
  cursor: pointer;
}
.nav_btn img {
  width: 100%;
}
.nav_btn_close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
header .site_logo.header_link_bnr01 {
  height: 24px;
}
.flyout_gnav_inner {
  position: relative;
  width: 375px;
  margin: 0 0 0 auto;
  padding: 70px 10px 96px;
  border-radius: 0 0 10px 10px;
  background: #fff;
  box-sizing: border-box;
}
.flyout_gnav_list {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
}
.flyout_gnav_illust_01 {
  position: absolute;
  top: 0;
  left: 11px;
}
.flyout_gnav_illust_02 {
  position: absolute;
  bottom: 0;
  right: 25px;
}
.story_popup {
  cursor: pointer;
}
.header_link_bnr {
  display: flex;
  gap: 5px 0;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .nav_btn {
    top: 67px;
  }
  .header_link_bnr {
    gap: 0 10px;
    flex-direction: row;
  }
}
/* footer */
.footer_contents {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
}
.foot_link_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.foot_link_item {
  box-sizing: border-box;
  text-align: left;
  font-size: 11px;
}
.foot_link {
  color: #fff;
  text-decoration: none;
}
.foot_link_item:nth-child(3) .foot_link {
  padding: 0 18px 0 0;
  background: url(../assets/foot_link_pdf.svg) right center/16px 6px no-repeat;
}
@media (min-width: 576px) {
  .nav_btn {
    width: 100px;
  }
}
@media (min-width: 768px) {
  header .site_logo.header_link_bnr01 {
    height: 40px;
  }
  .foot_link_list {
    grid-template-columns: 24% 24% 24%;
  }
}
@media (min-width: 1280px) {
  .foot_link_item {
    font-size: 14px;
  }
  .footer_contents {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0;
  }
  .foot_link_list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}