@charset "UTF-8";
main .archive-archives .title-link {
  display: block; }
  main .archive-archives .title-link .archive-archives__title {
    font-size: 4.8rem;
    margin: 36px auto;
    max-width: calc(100% - 120px); }
main .archive-archives .archives {
  width: 100%;
  max-width: calc(100% - 120px);
  margin: 50px auto 0;
  padding: 130px 160px 128px;
  background-color: #F0EEEC;
  border-radius: 3rem;
  text-align: center;
  position: relative; }
  main .archive-archives .archives .archives__page-title {
    position: absolute;
    top: -18px;
    left: 40px;
    font-size: 2.5rem; }
  main .archive-archives .archives .archives__box {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
    max-width: 920px;
    margin: 0 auto; }
    main .archive-archives .archives .archives__box .archives__box--item {
      width: calc((270 / 1366) * 100vw);
      height: calc((270 / 1366) * 100vw);
      max-width: 270px;
      max-height: 270px;
      overflow: hidden; }
      main .archive-archives .archives .archives__box .archives__box--item .archives__box--img {
        height: 100%; }
        main .archive-archives .archives .archives__box .archives__box--item .archives__box--img img {
          cursor: pointer;
          object-fit: cover;
          object-position: top;
          height: 100%;
          max-width: 100%; }
        main .archive-archives .archives .archives__box .archives__box--item .archives__box--img .archives__person {
          display: none; }
main .archive-archives .archives-null {
  max-width: calc(100% - 120px);
  margin: 100px auto;
  text-align: center; }
  main .archive-archives .archives-null p {
    margin-bottom: 50px; }
main .archive-archives .modal-block {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7); }
  main .archive-archives .modal-block span {
    position: absolute;
    transform: translate(50%, 50%);
    top: 5%;
    right: 5%;
    cursor: pointer; }
    main .archive-archives .modal-block span::before {
      content: "×";
      width: 30px;
      height: 30px;
      background: #232324;
      border-radius: 50%;
      display: block;
      color: #fff;
      text-align: center;
      line-height: 1.8em;
      font-weight: bold; }
  main .archive-archives .modal-block .img-section {
    width: 100%;
    height: fit-content;
    margin: 0 4%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 5%; }
    main .archive-archives .modal-block .img-section img {
      width: 50%;
      height: auto;
      object-fit: cover;
      object-position: top;
      max-height: 70vh; }
    main .archive-archives .modal-block .img-section .img-section__text {
      overflow: auto;
      color: #fff;
      width: 50%;
      max-height: 70vh; }
      main .archive-archives .modal-block .img-section .img-section__text .person__name {
        margin-bottom: 10px; }
      main .archive-archives .modal-block .img-section .img-section__text p {
        line-height: 1.8; }
        main .archive-archives .modal-block .img-section .img-section__text p a {
          color: #fff; }

@media screen and (max-width: 1366px) {
  main .archive-archives .archives {
    width: calc(100% - ((120 / 1366) * 100vw));
    padding: 130px calc((164 / 1366) * 100vw) 98px; }
    main .archive-archives .archives .archives__box {
      gap: calc((48 / 1366) * 100vw) 0;
      justify-content: space-between; }
      main .archive-archives .archives .archives__box::after {
        content: "";
        display: block;
        width: 300px; }
      main .archive-archives .archives .archives__box .archives__box--item {
        width: calc((270 / 1366) * 100vw); } }
@media screen and (max-width: 799px) {
  main .archive-archives .title-link {
    max-width: calc(100% - 60px);
    margin: 0 auto; }
    main .archive-archives .title-link .archive-archives__title {
      font-size: 3.0rem;
      display: inline; }
  main .archive-archives .archives {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    padding: 70px calc((114 / 800) * 100vw); }
    main .archive-archives .archives .archives__page-title {
      font-size: 2.3rem; }
    main .archive-archives .archives .archives__box {
      gap: 6vw 0; }
      main .archive-archives .archives .archives__box .archives__box--item {
        width: calc(50% - 3vw);
        height: auto;
        position: relative; }
        main .archive-archives .archives .archives__box .archives__box--item .archives__box--img {
          width: 100%;
          padding-top: 100%; }
          main .archive-archives .archives .archives__box .archives__box--item .archives__box--img img {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            transform: translate(-50%, -50%); }
  main .archive-archives .modal-block {
    max-width: 799px;
    padding: 0 10%; }
    main .archive-archives .modal-block span {
      top: 3%;
      right: 9%; }
    main .archive-archives .modal-block .img-section {
      margin: 0 5%;
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
      max-height: 80%;
      height: 100%;
      padding-top: 20px; }
      main .archive-archives .modal-block .img-section img {
        width: 100%;
        max-height: 50%;
        object-fit: cover; }
      main .archive-archives .modal-block .img-section .img-section__text {
        height: 50%;
        width: 100%; } }
html {
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-weight: 300;
  color: #232324;
  background-color: #fff; }

h1 {
  font-family: "century-gothic", sans-serif;
  font-weight: 700; }

h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 4.0rem;
  letter-spacing: 0.3rem; }

a {
  color: #232324;
  display: inline-block; }
  a:hover {
    opacity: 0.5; }

img {
  width: 100%; }

dl {
  margin: 0; }

.content-box {
  background-color: #F0EEEC;
  border-radius: 3rem;
  width: fit-content;
  height: 372px; }

.sp-only {
  display: none; }

.fade-load {
  opacity: 0;
  visibility: hidden;
  transition: all 1s; }

.fade-load.is-show {
  opacity: 1;
  visibility: visible; }

.fade-scroll {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s; }

.fade-scroll.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px); }

main {
  margin: 36px 0; }
  main .fv {
    max-width: calc(100% - 120px);
    margin: 0 auto;
    position: relative;
    height: calc(100vh - 100px); }
    main .fv .title {
      position: absolute;
      top: 0;
      z-index: 2;
      background-color: #fff;
      border-radius: 0 0 3rem 0;
      width: fit-content;
      padding: 0 56px 28px 0; }
      main .fv .title::before {
        content: '';
        background-image: url("../img/curve.svg");
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 87px;
        width: 3rem;
        height: 3rem; }
      main .fv .title::after {
        content: '';
        background-image: url("../img/curve.svg");
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        right: -9.4%;
        width: 3rem;
        height: 3rem; }
      main .fv .title span {
        font-weight: 600; }
      main .fv .title h1 {
        font-size: 4.8rem; }
    main .fv .img {
      position: absolute;
      top: 0;
      height: calc(100vh - 100px);
      width: 100%; }
      main .fv .img img {
        border-radius: 3rem;
        height: calc(100vh - 100px);
        object-fit: cover;
        object-position: 90%; }
    main .fv .news {
      position: absolute;
      bottom: 0;
      background-color: #fff;
      border-radius: 3rem 0 0 0;
      right: 0px;
      padding: 22px 0 12px 32px;
      width: 369px; }
      main .fv .news::before {
        content: '';
        background-image: url("../img/curve.svg");
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0;
        width: 3rem;
        height: 3rem;
        left: -8%;
        transform: rotate(180deg); }
      main .fv .news::after {
        content: '';
        background-image: url("../img/curve.svg");
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: -30px;
        right: 0;
        width: 3rem;
        height: 3rem;
        transform: rotate(180deg); }
      main .fv .news dl {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        font-size: 1.8rem;
        font-weight: 600;
        width: 230px;
        justify-content: space-between;
        margin-left: auto;
        gap: 10px 0; }
        main .fv .news dl dt {
          width: 34%; }
        main .fv .news dl dd {
          width: 66%;
          margin-left: 0;
          text-align: right; }
  main .about {
    max-width: calc(100% - 120px);
    margin: 100px 60px 0 auto;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 50px; }
    main .about * {
      width: fit-content; }
    main .about img {
      object-fit: cover;
      width: 310px;
      height: 100%; }
    main .about .about__content {
      position: relative; }
      main .about .about__content h2 {
        position: absolute;
        top: -28px;
        left: -20px; }
      main .about .about__content .about__box {
        padding: 75px 90px;
        height: fit-content; }
        main .about .about__content .about__box span {
          font-family: 'Poppins', sans-serif;
          font-weight: 600;
          font-size: 2.6rem; }
        main .about .about__content .about__box p {
          margin-top: 32px;
          line-height: 2em; }
  main .access {
    max-width: calc(100% - 60px);
    margin: 100px 60px 0 60px;
    display: flex;
    gap: 86px;
    align-items: center;
    width: 100%; }
    main .access iframe {
      border-radius: 3rem; }
    main .access .access__box {
      width: 40%; }
      main .access .access__box h2 {
        margin-bottom: 30px; }
      main .access .access__box p {
        line-height: 2em;
        margin-bottom: 24px; }
  main .contact {
    margin: 100px 15% auto auto;
    width: fit-content; }
    main .contact img {
      object-fit: cover;
      width: 310px;
      height: 100%;
      margin-top: 20px; }
    main .contact .contact__content {
      position: relative;
      min-width: 480px; }
      main .contact .contact__content h2 {
        position: absolute;
        top: 10px;
        left: -90px;
        z-index: 3; }
      main .contact .contact__content .contact__wrap {
        display: flex;
        align-items: center;
        gap: 50px; }
        main .contact .contact__content .contact__wrap .contact__box {
          padding: 48px 90px;
          text-align: center;
          height: fit-content; }
          main .contact .contact__content .contact__wrap .contact__box p {
            margin: 42px 0; }
          main .contact .contact__content .contact__wrap .contact__box img {
            width: 36px;
            height: 36px;
            object-fit: contain; }
  main .archives {
    width: calc(100% - 120px);
    margin: 100px auto 0;
    padding: 130px 160px 128px;
    background-color: #F0EEEC;
    border-radius: 3rem;
    text-align: center; }
    main .archives h2 {
      margin-bottom: 73px; }
    main .archives .archives__box {
      display: flex;
      gap: 48px;
      flex-wrap: wrap;
      max-width: 920px;
      margin: 0 auto; }
      main .archives .archives__box .archives__box--item {
        width: calc((270 / 1366) * 100vw);
        height: calc((270 / 1366) * 100vw);
        max-width: 270px;
        max-height: 270px;
        overflow: hidden; }
        main .archives .archives__box .archives__box--item .archives__box--img {
          height: 100%; }
          main .archives .archives__box .archives__box--item .archives__box--img img {
            cursor: pointer;
            object-fit: cover;
            object-position: center;
            height: 100%;
            max-width: 100%; }
    main .archives .archives__link {
      text-align: right;
      max-width: 920px;
      margin: 30px auto 0; }
      main .archives .archives__link a {
        font-weight: bold; }
  main .modal-block {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7); }
    main .modal-block span {
      position: absolute;
      transform: translate(50%, 50%);
      top: 5%;
      right: 5%;
      cursor: pointer; }
      main .modal-block span::before {
        content: "×";
        width: 30px;
        height: 30px;
        background: #232324;
        border-radius: 50%;
        display: block;
        color: #fff;
        text-align: center;
        line-height: 1.8em;
        font-weight: bold; }
    main .modal-block .img-section {
      width: 100%;
      height: fit-content;
      margin: 0 4%;
      max-width: 1200px;
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      gap: 5%; }
      main .modal-block .img-section img {
        width: 50%;
        height: auto;
        object-fit: cover;
        max-height: 70vh; }
      main .modal-block .img-section .img-section__text {
        color: #fff;
        width: 50%; }
  main .member {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 80px 60px 10px 60px; }
    main .member li a {
      position: relative; }
      main .member li a::after {
        content: '';
        background-image: url("../img/insta.svg");
        width: 1em;
        height: 1em;
        display: block;
        position: absolute;
        top: 5px;
        right: -30px; }
    main .member li span {
      margin-left: 1em;
      font-weight: bold; }

footer .top-btn {
  margin: 0 22px 72px auto;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px; }
  footer .top-btn span {
    background-color: #232324;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: block;
    position: relative; }
    footer .top-btn span::before {
      content: '';
      border-top: 2px solid #fff;
      width: 20px;
      position: absolute;
      top: 28px;
      transform: translateX(50%);
      right: 50%; }
    footer .top-btn span::after {
      content: '';
      background-color: #fff;
      clip-path: polygon(100% 85%, 100% 100%, 51% 53%, 0 100%, 0 85%, 51% 40%);
      width: 20px;
      height: 20px;
      position: absolute;
      top: 32px;
      transform: translateX(50%);
      right: 50%;
      display: block; }
  footer .top-btn p {
    width: fit-content;
    font-family: 'Poppins', sans-serif;
    font-weight: 600; }

@media screen and (max-width: 1366px) {
  main .archives {
    width: calc(100% - ((120 / 1366) * 100vw));
    padding: 130px calc((164 / 1366) * 100vw) 128px; }
    main .archives .archives__box {
      gap: calc((48 / 1366) * 100vw) 0;
      justify-content: space-between; }
      main .archives .archives__box::after {
        content: "";
        display: block;
        width: 300px; }
      main .archives .archives__box .archives__box--item {
        width: calc((270 / 1366) * 100vw); } }
@media screen and (max-width: 1047px) {
  main .about .about__content .about__box {
    padding: 75px 10%; }
  main .access {
    gap: 3%;
    justify-content: space-between; }
  main .contact .contact__content h2 {
    right: 160px; }
  main .contact .contact__content .contact__wrap a {
    width: 100%; }
  main .contact .contact__content .contact__wrap .contact__box {
    padding: 48px 10%; } }
@media screen and (max-width: 799px) {
  h2 {
    font-size: 3.0rem; }

  .content-box {
    border-radius: 3rem 0 0 3rem;
    width: 100%; }

  .sp-only {
    display: block; }

  .sp-none {
    display: none; }

  main {
    overflow: hidden; }
    main .fv {
      max-width: calc(100% - 60px); }
      main .fv .title {
        padding: 0 44px 18px 0;
        border-radius: 0 0 2rem 0; }
        main .fv .title::before {
          top: 100%; }
        main .fv .title::after {
          right: -30px; }
        main .fv .title h1 {
          font-size: 3.0rem; }
      main .fv .img img {
        object-position: 92%; }
      main .fv .news {
        bottom: -106px;
        padding: 0 0 22px 0;
        width: 100%;
        border-radius: 0; }
        main .fv .news::before {
          transform: rotate(270deg);
          top: -30px;
          left: 0; }
        main .fv .news h1 {
          text-align: left;
          overflow-wrap: break-word;
          line-height: 3.0rem; }
        main .fv .news dl {
          justify-content: flex-start;
          margin-left: 0;
          width: 100%; }
          main .fv .news dl dt {
            width: 76px; }
          main .fv .news dl dd {
            margin-left: 10px;
            width: calc(100% - 86px);
            text-align: left; }
    main .about {
      max-width: calc(100% - 30px);
      margin: 160px 0 0 30px;
      width: 100%;
      flex-direction: column-reverse; }
      main .about img {
        width: 294px;
        height: 294px;
        position: absolute;
        bottom: -220px;
        z-index: 1;
        right: -30px; }
      main .about .about__content {
        width: 100%; }
        main .about .about__content h2 {
          left: 30px;
          top: -21px;
          z-index: 1; }
        main .about .about__content .about__box {
          width: 100%;
          position: relative; }
          main .about .about__content .about__box span {
            font-size: 2.0rem; }
    main .access {
      max-width: calc(100% - 30px);
      margin: 126px 30px 0 0;
      width: 100%;
      flex-direction: column; }
      main .access iframe {
        width: 100%;
        position: relative;
        border-radius: 0 3rem 3rem 0; }
      main .access .access__box {
        text-align: left;
        width: 100%;
        padding-left: 30px; }
        main .access .access__box h2 {
          position: absolute;
          top: -56px;
          right: 30px; }
        main .access .access__box p {
          padding-top: 30px; }
          main .access .access__box p.station {
            padding-top: 0; }
    main .contact {
      max-width: calc(100% - 30px);
      margin: 100px 0 0 30px;
      width: 100%;
      flex-direction: column; }
      main .contact .contact__content {
        width: 100%;
        min-width: 100%; }
        main .contact .contact__content h2 {
          top: -22px;
          left: 30px; }
        main .contact .contact__content .contact__wrap {
          flex-direction: column;
          gap: 30px;
          align-items: flex-start; }
    main .archives {
      max-width: 100%;
      width: 100%;
      margin: 110px 0 0;
      border-radius: 0;
      padding: 70px calc((114 / 800) * 100vw); }
      main .archives h2 {
        margin-bottom: 50px; }
      main .archives .archives__box {
        gap: 6vw 0; }
        main .archives .archives__box .archives__box--item {
          width: calc(50% - 3vw);
          height: calc((262 / 799) * 100vw);
          position: relative; }
          main .archives .archives__box .archives__box--item .archives__box--img {
            width: 100%;
            padding-top: 100%; }
            main .archives .archives__box .archives__box--item .archives__box--img img {
              position: absolute;
              top: 50%;
              left: 50%;
              width: 100%;
              height: 100%;
              transform: translate(-50%, -50%); }
    main .modal-block {
      max-width: 799px;
      padding: 0 10%; }
      main .modal-block span {
        top: 3%;
        right: 9%; }
      main .modal-block .img-section {
        margin: 0 5%;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        max-height: 80%;
        height: 100%;
        padding-top: 20px; }
        main .modal-block .img-section img {
          width: 100%;
          max-height: 50%;
          object-fit: cover; }
        main .modal-block .img-section .img-section__text {
          height: 50%;
          width: 100%; }
    main .member {
      margin: 80px 30px 10px; }

  footer .top-btn {
    margin-bottom: 30px; }
    footer .top-btn span {
      width: 64px;
      height: 64px; }
      footer .top-btn span::before {
        top: 22px; }
      footer .top-btn span::after {
        top: 24px; }
    footer .top-btn p {
      font-size: 1.2rem; } }
@media screen and (max-width: 430px) {
  main .fv {
    height: 164px; }
    main .fv .img {
      height: 164px; }
      main .fv .img img {
        object-position: 88%;
        height: 164px; }
  main .contact .contact__content .contact__wrap .contact__box {
    padding: 48px 8%; } }
@media screen and (max-width: 320px) {
  main .fv {
    max-width: calc(100% - 40px); }
    main .fv .title::before {
      top: 54px; }
    main .fv .title::after {
      right: -29px; }
  main .about, main .access, main .contact, main .member {
    max-width: calc(100% - 20px); } }
.nf {
  text-align: center; }
  .nf h1 {
    margin: 100px auto 50px; }
  .nf .nf__text {
    margin-bottom: 50px; }
