@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.ff_maru {
  font-family: "Zen Maru Gothic", serif; }

.ff_goz {
  font-family: "IBM Plex Sans JP", sans-serif; }

.ff-kiwi {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal; }

.ff-notosans {
  font-family: "Noto Sans JP", sans-serif; }

html {
  scroll-behavior: smooth; }

body {
  font-size: 16px;
  font-family: "Zen Maru Gothic", serif;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding-top: 130px; }

a {
  text-decoration: none;
  color: #444; }

a:hover {
  color: #d11; }

.global-header {
  padding: 16px 0;
  background: #fafafa;
  box-shadow: 0 0 8px #e0e0e0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999; }
  .global-header .container {
    display: flex;
    align-items: center; }

.header-logo {
  flex: 0 0 88px;
  line-height: 0; }

.header-menu {
  padding: 0 0 0 44px; }
  .header-menu ul {
    display: flex;
    align-items: center; }
  .header-menu li {
    padding: 0 16px; }

.header-hum {
  display: none; }

.global-footer {
  background: #fafafa;
  padding: 2rem 0;
  box-shadow: 0 -4px 8px #e0e0e0;
  position: relative;
  z-index: 10; }
  .global-footer p.fs07 {
    font-weight: 400; }

.footer-menu {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2em; }
  .footer-menu ul {
    padding: 0 44px 0 0;
    display: flex; }
  .footer-menu li {
    padding: 0 16px; }
  .footer-menu .footer-logo {
    flex: 0 0 88px; }

.title-sub {
  text-align: center; }
  .title-sub em {
    display: inline-block;
    padding: 0 0 1rem;
    margin-bottom: 2rem;
    min-width: 340px;
    background: url("../images/common/line-red.svg") no-repeat center bottom;
    background-size: contain; }
    .title-sub em img {
      height: 30px;
      width: auto; }

.title-sub-gray em {
  background-image: url("../images/common/line-gray.svg"); }

.title-sub-redpen em {
  position: relative; }
  .title-sub-redpen em::after {
    content: "";
    background: url("../images/common/i-pecil-red.svg") no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
    height: 40px;
    transform: translate(108%, 20%); }

.news-list li {
  border-bottom: 1px solid #ccc;
  padding: 8px 40px; }
  .news-list li time {
    padding-right: 1em; }

.article-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .article-list li {
    flex: 0 0 48%;
    margin: 0 0 2rem; }
    .article-list li a {
      display: block;
      background: #fff;
      border-radius: 12px;
      padding: 2rem; }
    .article-list li i {
      display: block;
      overflow: hidden;
      line-height: 0; }
      .article-list li i img {
        transition-duration: 0.4s;
        aspect-ratio: 16 / 9;
        object-fit: cover; }
    .article-list li span {
      display: flex;
      justify-content: space-between;
      font-size: 0.8rem;
      padding: 0.8em 0; }
      .article-list li span span {
        padding: 0 0 0 8px; }
    .article-list li em {
      color: #607a95; }
    .article-list li time {
      font-weight: 400;
      font-size: 0.8em;
      color: #777; }
    .article-list li a:hover i img {
      scale: 1.05; }

.category-list {
  display: flex;
  justify-content: space-between;
  padding-top: 4rem; }
  .category-list li {
    flex: 0 0 31%; }
    .category-list li a {
      display: block;
      position: relative;
      background: #607a95; }
    .category-list li i {
      display: block;
      overflow: hidden;
      line-height: 0;
      opacity: 0.4;
      transition-duration: 0.4s; }
      .category-list li i img {
        transition-duration: 0.4s; }
    .category-list li em {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 2; }
      .category-list li em img {
        height: 40px;
        width: auto; }
    .category-list li a:hover i {
      opacity: 0.1; }
      .category-list li a:hover i img {
        scale: 1.1; }

.top-kv {
  padding: 2rem;
  text-align: center;
  font-size: 1.2em; }

.top-kv-txt {
  flex: 0 0 30%; }
  .top-kv-txt h2 {
    padding-bottom: 8px; }

.top-kv-ph {
  flex: 0 0 68%;
  padding: 0 2rem; }
  .top-kv-ph img {
    box-shadow: 0 4px 6px #ccc; }

.top-kv-h1 {
  position: relative;
  padding: 2rem 3rem; }
  .top-kv-h1::before, .top-kv-h1::after {
    content: "";
    position: absolute;
    width: 50%;
    aspect-ratio: 4 / 1;
    border: 3px solid #ddd; }
  .top-kv-h1::before {
    left: 0;
    top: 0;
    border-bottom: 0;
    border-right: 0;
    border-radius: 8px 0 0 0; }
  .top-kv-h1::after {
    bottom: 0;
    right: 0;
    border-top: 0;
    border-left: 0;
    border-radius: 0 0 8px 0; }
  .top-kv-h1 h1 {
    font-size: 1.7em;
    font-weight: 900;
    padding-bottom: 4px; }
  .top-kv-h1 p {
    padding-top: 8px;
    position: relative;
    z-index: 2; }

.top-news {
  padding-bottom: 4em; }
  .top-news .container {
    background: rgba(246, 246, 246, 0.8);
    border-radius: 24px;
    padding: 4rem 1rem; }
  .top-news .news-list {
    margin-bottom: 2rem; }

.top-osusume {
  background: #f6f6f6;
  background: rgba(246, 246, 246, 0.89);
  padding: 4rem 0; }

.top-about {
  padding: 4rem 0; }
  .top-about figure {
    margin-bottom: 2rem; }
  .top-about p {
    padding-bottom: 2em; }

.page-wrap {
  padding: 4rem 0; }

.page-wrap2 {
  display: flex;
  justify-content: space-between; }
  .page-wrap2 .page-contents {
    flex: 0 0 72%; }
  .page-wrap2 .page-side {
    flex: 0 0 24%; }

.signle-title {
  padding: 0 0 40px; }
  .signle-title::after {
    content: "";
    display: block;
    background: url("../images/common/line-blue.svg");
    background-size: cover;
    height: 6px;
    width: 100%; }
  .signle-title h1 {
    font-size: 1.6em;
    font-weight: 500;
    padding: 0 0 16px; }
  .signle-title .page-tags {
    padding: 0 0 16px; }
  .signle-title time {
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 16px; }

.page-body {
  font-weight: 400;
  padding-bottom: 2rem; }
  .page-body a {
    text-decoration: underline; }
  .page-body p {
    margin-bottom: 1.5em;
    line-height: 2; }
  .page-body figure {
    margin-bottom: 2em; }
  .page-body figcaption {
    text-align: center;
    font-size: 14px;
    color: #555;
    padding-top: 8px; }
  .page-body h2 {
    margin-bottom: 1.0em;
    font-size: 1.2em; }
  .page-body h3 {
    font-size: 1.1em;
    margin-bottom: 1.0em; }
  .page-body table {
    margin-bottom: 1em;
    border-collapse: collapse; }
  .page-body td {
    padding: 8px;
    border: 1px solid #ddd; }
  .page-body figure + h2,
  .page-body p + h2 {
    padding-top: 1rem; }
  .page-body figure + h3,
  .page-body p + h3 {
    padding-top: 1rem; }

.side-link {
  margin-bottom: 3em;
  font-size: 0.85em; }
  .side-link i {
    display: block;
    overflow: hidden;
    line-height: 0; }
    .side-link i img {
      transition-duration: 0.4s; }
  .side-link a:hover i img {
    scale: 1.1; }
  .side-link em {
    display: block;
    font-weight: 500;
    padding-top: 4px; }
  .side-link .page-attr {
    margin-top: 4px; }
  .side-link .page-tags {
    padding-top: 8px; }

.page-attr {
  display: block; }
  .page-attr span {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin-right: 8px; }

.attr-pr {
  color: #44af35; }

.attr-original {
  color: #f29600; }

.attr-new {
  color: #fff;
  background: #ee5763;
  padding: 2px 16px;
  border-radius: 5px; }

.page-tags li {
  display: inline-block;
  font-weight: 500;
  font-size: 0.8em;
  margin: 0 8px 0 0; }
  .page-tags li a {
    display: block;
    padding: 4px 8px;
    border-radius: 4px;
    background: #eee;
    color: #607a95; }
  .page-tags li a:hover {
    background: #e50012;
    color: #fff; }

.archive-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .archive-body::after {
    width: 50%; }

.archive-list {
  flex: 0 0 48%;
  padding: 24px 0; }
  .archive-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    .archive-list a i {
      flex: 0 0 40%;
      overflow: hidden;
      line-height: 0; }
      .archive-list a i img {
        aspect-ratio: 4 / 3;
        object-fit: cover;
        transition-duration: 0.4s; }
    .archive-list a:hover i img {
      scale: 1.1; }
    .archive-list a em {
      flex: 0 0 56%; }
    .archive-list a .archive-attr {
      position: absolute;
      left: 40%;
      top: 0;
      transform: translate(-50%, -50%); }
      .archive-list a .archive-attr span {
        display: block;
        width: 48px;
        height: 48px; }
  .archive-list .page-tags {
    padding-top: 8px; }

.i-new {
  background: url("../images/common/i-new.png") no-repeat;
  background-size: cover; }

.i-pickup {
  background: url("../images/common/i-pickup.png") no-repeat;
  background-size: cover; }

.backnumber-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.backnumber-list {
  flex: 0 0 33%;
  padding: 0 1.5rem 3rem;
  text-align: center; }
  .backnumber-list a {
    display: block; }
  .backnumber-list i {
    line-height: 0;
    display: block;
    overflow: hidden;
    box-shadow: 0 4px 3px #ccc;
    margin-bottom: 1rem; }
    .backnumber-list i img {
      transition: all .4s; }
  .backnumber-list em {
    display: block;
    font-weight: 600; }
  .backnumber-list a:hover i img {
    scale: 1.1;
    rotate: 4deg; }

.present-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
  padding: 2rem 0 0; }
  .present-wrap figure {
    max-width: 320px;
    margin: auto; }
  .present-wrap dl {
    display: flex;
    justify-content: center;
    padding: 0 0 1em; }
  .present-wrap dt {
    padding: 0 2px;
    background: linear-gradient(transparent 50%, rgba(201, 202, 214, 0.6) 50%); }
  .present-wrap dd {
    padding: 0 8px; }

.present-col {
  flex: 0 0 50%; }

.news-content {
  border-radius: 12px;
  background: #f0f0f0;
  padding: 2rem 4rem;
  margin: 0 0 2rem; }
  .news-content time {
    font-size: 0.8em;
    margin-bottom: 1rem;
    display: block; }
  .news-content p:last-child {
    margin-bottom: 0; }

.related {
  border-top: 3px double #607a95;
  padding-top: 2rem;
  display: flex; }
  .related .archive-list {
    flex: 0 0 33%;
    padding: 0 1rem 2rem; }
    .related .archive-list a {
      display: block;
      position: relative; }
      .related .archive-list a i {
        display: block;
        margin-bottom: 8px; }
      .related .archive-list a .archive-attr {
        left: 95%; }

.pager {
  padding: 2rem 0; }

.pager-wrap {
  display: flex;
  justify-content: center; }
  .pager-wrap li {
    padding: 4px; }
  .pager-wrap li a {
    display: flex;
    position: relative;
    width: 40px;
    height: 38px;
    justify-content: center;
    align-items: center;
    transition: all 0.4s; }
  .pager-wrap li a:hover {
    opacity: 0.8; }
  .pager-wrap .pager-pre-max a::before, .pager-wrap .pager-pre-max a::after {
    content: "";
    position: absolute;
    top: 0%;
    width: 40%;
    height: 100%;
    background: url("../images/common/arw-l.svg") no-repeat center;
    background-size: 16px;
    left: 20%; }
  .pager-wrap .pager-pre-max a::after {
    left: 60%; }
  .pager-wrap .pager-pre a::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 100%;
    background: url("../images/common/arw-l.svg") no-repeat center;
    background-size: 16px;
    left: 50%; }
  .pager-wrap .pager-current a {
    background: url("../images/common/pager-current.svg") no-repeat;
    background-size: contain;
    color: #fff;
    cursor: default; }
  .pager-wrap .pager-link a {
    background: url("../images/common/pager.svg") no-repeat;
    background-size: contain; }

.pager-next-max a::before, .pager-next-max a::after {
  content: "";
  position: absolute;
  top: 0%;
  width: 40%;
  height: 100%;
  background: url("../images/common/arw-r.svg") no-repeat center;
  background-size: 16px;
  left: 20%; }
.pager-next-max a::after {
  left: 60%; }

.pager-next a::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 100%;
  background: url("../images/common/arw-r.svg") no-repeat center;
  background-size: 16px;
  left: 50%; }

.pager .pagination .nav-links {
  display: flex;
  justify-content: center; }
.pager .pagination a, .pager .pagination span {
  display: flex;
  position: relative;
  width: 40px;
  height: 38px;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  margin: 0 4px;
  overflow: hidden; }
.pager .pagination .page-numbers {
  background: url("../images/common/pager.svg") no-repeat;
  background-size: contain; }
.pager .pagination .current {
  background: url("../images/common/pager-current.svg") no-repeat;
  background-size: contain;
  color: #fff;
  cursor: default; }
.pager .pagination .next {
  text-indent: -9999px;
  background: none; }
  .pager .pagination .next::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 100%;
    background: url("../images/common/arw-r.svg") no-repeat center;
    background-size: 16px;
    left: 50%; }
.pager .pagination .prev {
  text-indent: -9999px;
  background: none; }
  .pager .pagination .prev::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 100%;
    background: url("../images/common/arw-l.svg") no-repeat center;
    background-size: 16px;
    left: 50%; }

.pagetopbtn {
  margin-bottom: 8px;
  position: sticky;
  bottom: 8px;
  padding-right: 2px;
  text-align: right;
  z-index: 40; }
  .pagetopbtn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background: #eee;
    font-size: 0.8em;
    text-align: center; }
  .pagetopbtn i {
    display: block;
    width: 1.2em;
    height: 0.6em;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    background: #555;
    margin-bottom: 0.253em; }
  .pagetopbtn a:hover {
    background: #f9f9f9; }
    .pagetopbtn a:hover i {
      background: #e50012; }

@media screen and (max-width: 1240px) {
  body {
    font-size: clamp(14px, 1.8vw, 18px);
    padding-top: 10vw; }

  .header-logo {
    flex: 0 0 8vw; }

  .header-menu {
    padding-left: 2vw; }
    .header-menu li {
      padding: 0 0.75vw; }

  .footer-menu ul {
    padding-right: 2vw; }
  .footer-menu li {
    padding: 0 0.75vw; }

  .top-kv {
    padding: 2rem 0; }

  .top-kv-txt {
    flex: 0 0 36%; }

  .top-kv-h1 {
    padding: 2vw; } }
@media screen and (max-width: 768px) {
  .global-header .container {
    max-width: 96%; } }
@media screen and (max-width: 736px) {
  body {
    padding-top: 80px; }

  .global-header .container {
    justify-content: space-between; }

  .header-logo {
    position: relative;
    z-index: 7;
    flex: 0 0 48px; }

  .header-menu {
    visibility: hidden;
    opacity: 0;
    display: block;
    transform: translateX(100%);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    width: 100%;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 5;
    background: #f0f0f0; }
    .header-menu ul {
      display: block;
      text-align: center;
      padding: 40px 0; }
    .header-menu li {
      padding: 24px;
      border-bottom: 1px dashed #ccc; }

  .header-hum {
    display: block;
    z-index: 6;
    position: relative;
    line-height: 1;
    text-align: center; }
    .header-hum a {
      display: block; }
    .header-hum span {
      position: relative;
      display: block;
      height: 23px; }
      .header-hum span i {
        width: 100%;
        min-width: 32px;
        height: 4px;
        display: block;
        border-radius: 4px;
        background: #607a95;
        position: absolute;
        left: 0;
        transition-duration: 0.4s; }
        .header-hum span i:nth-child(1) {
          top: 0; }
        .header-hum span i:nth-child(2) {
          top: calc(50% - 2px); }
        .header-hum span i:nth-child(3) {
          bottom: 0; }
    .header-hum em {
      font-weight: 400;
      font-size: 10px;
      white-space: nowrap;
      color: #607a95;
      display: block;
      padding: 6px 0 0;
      letter-spacing: -0.1em; }

  .header-menu-active {
    overflow: hidden; }
    .header-menu-active .header-menu {
      visibility: visible;
      opacity: 1;
      transform: translateX(0); }
    .header-menu-active .header-hum span i {
      top: calc(50% - 2px); }
      .header-menu-active .header-hum span i:nth-child(1) {
        transform: rotate(45deg); }
      .header-menu-active .header-hum span i:nth-child(2) {
        opacity: 0; }
      .header-menu-active .header-hum span i:nth-child(3) {
        transform: rotate(-45deg); }

  .footer-menu {
    text-align: center;
    flex-direction: column-reverse; }
    .footer-menu .footer-logo {
      width: 64px;
      flex: auto;
      margin: 0 auto 1rem; }
    .footer-menu ul {
      flex-wrap: wrap;
      justify-content: center; }
      .footer-menu ul li {
        flex: 0 0 50%;
        padding: 8px; }

  .title-sub em img {
    height: 30px; }

  .top-kv-h1 {
    display: inline-block;
    padding: 1rem 3rem; }

  .top-kv-ph {
    padding: 2rem 1rem; }

  .news-list li {
    padding: 8px; }

  .page-wrap {
    overflow: hidden; }

  .page-wrap2 {
    display: block; }

  .page-side {
    border-top: 3px double #607a95;
    padding-top: 4rem; }

  .archive-body {
    display: block; }

  .title-sub-redpen em::after {
    width: 10vw; }

  .archive-list a .archive-attr span {
    width: 8vw;
    height: 8vw; }

  .news-content {
    padding: 2rem; }

  .present-wrap {
    display: block; }
    .present-wrap figure {
      max-width: 100%; }

  .present-col {
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-bottom: 1px dotted #ddd; }
    .present-col:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; } }
@media screen and (max-width: 480px) {
  .title-sub em {
    min-width: 64%; }
    .title-sub em img {
      height: 8vw; }

  .article-list li {
    margin-bottom: 1em; }
    .article-list li span {
      display: block; }
      .article-list li span span {
        display: flex;
        justify-content: flex-start;
        padding: 8px 0 0; }
        .article-list li span span span {
          padding: 0 8px 0 0; }
    .article-list li a {
      padding: 1rem; }

  .backnumber-list {
    flex: 0 0 50%; }

  .pager {
    scale: 0.8; } }

/*# sourceMappingURL=style.css.map */
