header {
  width: 100%;
  height: 80px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
}
@media (max-width: 820px) {
  header {
    height: 80px;
    background-color: #fff;
    position: fixed;
  }
}
@media (max-width: 480px) {
  header {
    height: 60px;
    background-color: #fff;
    position: fixed;
  }
}

.header-nav-link {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  padding: 30px;
}
@media (max-width: 820px) {
  .header-nav-link {
    z-index: 100;
    display: block;
    margin: 20% 5%;
    font-size: 1.2em;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .header-nav-link {
    z-index: 100;
    display: block;
    margin: 20% 5%;
    font-size: 1.2em;
    margin-bottom: 50px;
  }
}

@media (max-width: 820px) {
  .header-nav-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .header-nav-item {
    margin-bottom: 20px;
  }
}
.header-nav-item a {
  font-size: 0.8em;
  color: #454543;
}
.header-nav-item .nav-item-logo a {
  font-size: 3em;
  font-weight: normal;
  font-family: "Libertinus Sans";
}
@media (max-width: 820px) {
  .header-nav-item .nav-item-logo a {
    font-size: 2.8em;
  }
}
@media (max-width: 480px) {
  .header-nav-item .nav-item-logo a {
    font-size: 2.5em;
    font-family: "Libertinus Sans";
  }
}

.logo-sp {
  display: none;
}
@media (max-width: 820px) {
  .logo-sp {
    display: block;
    position: fixed;
  }
  .logo-sp a {
    padding: 20px 30px;
    font-size: 2.5em;
    font-family: "Libertinus Sans";
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  .logo-sp {
    display: block;
    position: fixed;
  }
  .logo-sp a {
    padding: 20px 30px;
    font-size: 2.5em;
    font-family: "Libertinus Sans";
    line-height: 1.3;
  }
}

@media (max-width: 820px) {
  #toggle-btn {
    display: block;
    width: 20px;
    height: 20px;
    position: fixed;
    top: 20px;
    right: 30px;
    z-index: 5;
    cursor: pointer;
  }
  #toggle-btn span {
    background-color: #454543;
    display: block;
    width: 25px;
    height: 1px;
    position: absolute;
    left: 0;
    transition: all 0.5s;
    border-radius: 5px;
  }
  #toggle-btn.btn-open span {
    background-color: #454543;
  }
  #toggle-btn span:nth-child(1) {
    top: 5px;
  }
  #toggle-btn span:nth-child(2) {
    bottom: 3px;
  }
  #toggle-btn.btn-open span:nth-child(1) {
    transform: translateY(5.5px) rotate(-20deg);
  }
  #toggle-btn.btn-open span:nth-child(2) {
    transform: translateY(-5.5px) rotate(20deg);
  }
  #mask {
    display: none;
    transition: all 0.5s;
  }
  #mask.open {
    background-color: black;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 2;
  }
  #inner {
    background-color: #fff;
    display: block;
    width: 100vw;
    height: 80vh;
    position: fixed;
    top: 0;
    right: -120%;
    z-index: 3;
    transition: all 0.3s linear;
  }
  .inner-open {
    right: -30% !important;
    z-index: 4;
  }
}
@media (max-width: 480px) {
  #toggle-btn {
    display: block;
    width: 20px;
    height: 20px;
    position: fixed;
    top: 20px;
    right: 30px;
    z-index: 5;
    cursor: pointer;
  }
  #toggle-btn span {
    background-color: #454543;
    display: block;
    width: 25px;
    height: 1px;
    position: absolute;
    left: 0;
    transition: all 0.5s;
    border-radius: 5px;
  }
  #toggle-btn.btn-open span {
    background-color: #454543;
  }
  #toggle-btn span:nth-child(1) {
    top: 5px;
  }
  #toggle-btn span:nth-child(2) {
    bottom: 3px;
  }
  #toggle-btn.btn-open span:nth-child(1) {
    transform: translateY(5.5px) rotate(-20deg);
  }
  #toggle-btn.btn-open span:nth-child(2) {
    transform: translateY(-5.5px) rotate(20deg);
  }
  #mask {
    display: none;
    transition: all 0.5s;
  }
  #mask.open {
    background-color: black;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 2;
  }
  #inner {
    background-color: #fff;
    display: block;
    width: 100vw;
    height: 80vh;
    position: fixed;
    top: 0;
    right: -120%;
    z-index: 3;
    transition: all 0.3s linear;
  }
  .inner-open {
    right: -30% !important;
    z-index: 4;
  }
}
@font-face {
  font-family: "Libertinus Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../webfont/LibertinusSans-Regular.woff2") format("woff2"), url("../webfont/LibertinusSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Libertinus Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../webfont/LibertinusSans-Bold.woff2") format("woff2"), url("../webfont/LibertinusSans-Bold.woff") format("woff");
}
body {
  font-family: "Noto Serif JP", serif;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  background-color: #fff;
  color: #454543;
  letter-spacing: 0.3em;
  line-height: 1.5;
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

a {
  transition: opacity 0.3s;
  text-decoration: none;
  color: #454543;
}
a:hover {
  opacity: 0.7;
}

.link-btn {
  background-color: #B9B1A7;
  font-family: "Libertinus Sans";
  font-size: 0.8vw;
  width: 10vw;
  height: 3vw;
  line-height: 3vw;
  vertical-align: middle;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 80px auto 0;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (max-width: 820px) {
  .link-btn {
    width: 20vw;
    height: 7vw;
    line-height: 7vw;
  }
}
@media (max-width: 480px) {
  .link-btn {
    width: 32vw;
    height: 12vw;
    line-height: 12vw;
    margin: 60px auto 0;
  }
}
.link-btn:hover {
  opacity: 0.7;
}
.link-btn a {
  color: #fff;
}
@media (max-width: 820px) {
  .link-btn a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .link-btn a {
    font-size: 14px;
  }
}

.section {
  padding: 100px 15vw;
}
@media (max-width: 820px) {
  .section {
    padding: 100px 30px;
  }
}
@media (max-width: 480px) {
  .section {
    padding: 80px 30px;
  }
}

.title-content {
  margin-bottom: 80px;
}
.title-content h2 {
  font-family: "Libertinus Sans";
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 28px;
}
@media (max-width: 480px) {
  .title-content {
    margin-bottom: 60px;
    font-size: 0.8em;
  }
}

.totop-btn {
  display: block !important;
  position: fixed;
  right: 28px !important;
  bottom: 28px !important;
  z-index: 501;
  opacity: 0;
}
@media (max-width: 480px) {
  .totop-btn {
    display: block !important;
    right: 15px !important;
    bottom: 20px !important;
  }
}
.totop-btn a img {
  width: 70px;
}
@media (max-width: 820px) {
  .totop-btn a img {
    width: 60px;
  }
}
@media (max-width: 480px) {
  .totop-btn a img {
    width: 55px;
  }
}

.active {
  opacity: 1 !important;
  visibility: visible;
}

.btn-content {
  width: 70vw;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .btn-content {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .btn-content {
    width: 100%;
  }
}

.back-btn {
  cursor: pointer;
  margin: 80px auto 0 0;
  transition: 1s;
}
.back-btn:hover {
  background: #F3F1E9;
  border-radius: 50%;
  transition: 0.7s;
}

.next-btn {
  cursor: pointer;
  margin: 80px 0 0 auto;
  transition: 1s;
}
.next-btn:hover {
  background: #F3F1E9;
  border-radius: 50%;
  transition: 0.7s;
}

.btn-text {
  font-family: "Libertinus Sans";
  font-size: 1vw;
  line-height: 3vw;
  letter-spacing: 0.1em;
  transition: 1;
  z-index: 500;
  padding: 20px;
}
@media (max-width: 820px) {
  .btn-text {
    font-size: 16px;
    padding: 35px 25px;
  }
}
@media (max-width: 480px) {
  .btn-text {
    font-size: 15px;
    padding: 35px 20px;
  }
}
.btn-text:hover {
  transition: 0.7s;
}
.btn-text a {
  color: #454543;
}

footer {
  width: 100%;
  height: 80px;
}
@media (max-width: 480px) {
  footer {
    height: 60px;
  }
}

@media (max-width: 480px) {
  .footer-nav {
    display: none;
  }
}

.footer-nav-link {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #F3F1E9;
  padding: 40px;
}
@media (max-width: 480px) {
  .footer-nav-link {
    gap: 15px;
  }
}

.footer-nav-item a {
  font-size: 0.8em;
  color: #454543;
}
@media (max-width: 480px) {
  .footer-nav-item a {
    font-size: 0.5em;
  }
}
.footer-nav-item .nav-item-logo a {
  font-size: 3em;
  font-weight: normal;
  font-family: "Libertinus Sans";
}
@media (max-width: 820px) {
  .footer-nav-item .nav-item-logo a {
    font-size: 2.5em;
  }
}
@media (max-width: 480px) {
  .footer-nav-item .nav-item-logo a {
    font-size: 1.5em;
  }
}

.footer-nav-sp {
  display: none;
  background: #F3F1E9;
}
@media (max-width: 480px) {
  .footer-nav-sp {
    display: block;
  }
}
.footer-nav-sp .nav-item-logo {
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  font-family: "Libertinus Sans";
  padding-top: 40px;
  padding-bottom: 0;
}
.footer-nav-sp .footer-nav-link {
  padding-top: 0;
}
.footer-nav-sp .footer-nav-item {
  display: flex;
  gap: 20px;
  padding: 10px;
}

.policy-content {
  display: none;
}
@media (max-width: 480px) {
  .policy-content {
    display: flex;
    gap: 10px;
  }
}

.copyright-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .copyright-content {
    display: block;
  }
}

.copyright-text {
  padding: 30px 0 30px;
  margin-left: 15vw;
}
@media (max-width: 820px) {
  .copyright-text {
    line-height: 1;
  }
}
@media (max-width: 480px) {
  .copyright-text {
    font-size: 0.8em;
    margin-left: 20px;
    margin-right: 10px;
    padding: 30px 0 0;
  }
}

.policy-text {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  margin-right: 15vw;
  line-height: 1;
}
@media (max-width: 820px) {
  .policy-text {
    gap: 50px;
  }
}
@media (max-width: 480px) {
  .policy-text {
    justify-content: space-around;
    gap: 3px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

.policy-text {
  padding: 30px 0 30px;
  font-size: 0.7em;
  font-family: "Noto Serif JP";
}

.cookie-policy {
  font-family: "Noto Serif JP";
}

.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 500;
}

.modal-contents {
  display: none;
  position: fixed;
  z-index: 501;
  width: 900px;
  height: 652px;
  max-width: calc(100% - 48px);
  max-height: calc(100% - 48px);
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px 60px 80px;
  color: #707070;
  font-family: "Noto Serif JP";
}
@media (max-width: 480px) {
  .modal-contents {
    padding: 60px 30px;
  }
}
.modal-contents .title-contents {
  margin-bottom: 108px;
  text-align: center;
}
@media (max-width: 480px) {
  .modal-contents .title-contents {
    margin-bottom: 0px !important;
  }
}
.modal-contents .title-contents h2 {
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .modal-contents .title-contents h2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.title-line {
  position: relative;
}
.title-line::before {
  position: absolute;
  left: 50%;
  content: "";
  width: 50px;
  height: 2px;
  transform: translateX(-50%);
  background-color: #B9B1A7;
  bottom: 0;
}

.modal-text-contents {
  font-size: 0.8em;
  height: calc(100% - 84px - 108px);
  overflow: auto;
}
@media (max-width: 480px) {
  .modal-text-contents {
    margin-top: 40px;
  }
}

.modal-sub-head {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 480px) {
  .modal-sub-head {
    font-size: 16px !important;
  }
}
.modal-sub-head::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: #B9B1A7;
}

.modal-text {
  margin-top: 16px;
  padding-left: 20px;
  line-height: 1.5;
}

.modal-btn {
  margin-top: 40px;
  text-align: center;
}
.modal-btn a {
  text-decoration: none;
  display: inline-block;
  font-size: 0.8vw;
  width: 10vw;
  height: 3vw;
  line-height: 1.5vw;
  letter-spacing: 0.1em;
  padding: 14px;
  text-align: center;
  color: #fff;
  background-color: #B9B1A7;
  font-family: "Libertinus Sans";
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (max-width: 820px) {
  .modal-btn a {
    width: 20vw;
    height: 7vw;
    line-height: 3.5vw;
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .modal-btn a {
    width: 25vw;
    height: 5vh;
    line-height: 5vw;
    font-size: 0.8em;
  }
}
.modal-btn a:hover {
  opacity: 0.7;
}

.fv {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 88px;
  background: url(../img/info-header.png) no-repeat center center/cover;
  position: relative;
}
@media (max-width: 480px) {
  .fv {
    background: url(../img/info-header-sp.png) no-repeat center center/cover;
  }
}

.fv-content {
  text-align: center;
}

h1 {
  font-size: 60px;
  font-family: "Libertinus Sans";
  color: #fff;
  margin: 100px auto 20px;
}
@media (max-width: 480px) {
  h1 {
    font-size: 50px;
  }
}

.title-sentence {
  font-size: 0.9em;
  font-family: "Libertinus Sans";
  color: #fff;
}
@media (max-width: 480px) {
  .title-sentence {
    font-size: 0.8em;
  }
}

.pickup {
  font-family: "Noto Serif JP";
  background: #F3F1E9;
}
@media (max-width: 480px) {
  .pickup {
    line-height: 1.5;
  }
}

.title-content {
  text-align: center;
}

.pickup-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
@media (max-width: 820px) {
  .pickup-content {
    gap: 50px;
  }
}
@media (max-width: 480px) {
  .pickup-content {
    display: none;
  }
}

.pickup-content2 {
  display: none;
}
@media (max-width: 480px) {
  .pickup-content2 {
    display: block;
  }
}

.pickup-text-title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .pickup-text-title {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.pickup-date {
  font-size: 0.8em;
  font-weight: bold;
  font-family: "Roboto";
  margin-bottom: 10px;
}

.pickup-text {
  line-height: 1.5;
  font-size: 0.9em;
  vertical-align: center;
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.pickup-img img {
  width: 25vw;
}
@media (max-width: 820px) {
  .pickup-img img {
    width: 40vw;
  }
}
@media (max-width: 480px) {
  .pickup-img img {
    width: 100%;
  }
}

.pickup-link {
  display: inline-block;
  font-size: 0.9em;
  border-bottom: solid 1px #0079E9;
}
.pickup-link a {
  color: #0079E9;
}

.info {
  font-family: "Noto Serif JP";
}
@media (max-width: 480px) {
  .info {
    line-height: 1.5;
  }
}

.info-content {
  text-align: center;
}

.info-sub-title {
  font-size: 1.2em;
  font-family: "Libertinus Sans";
  font-weight: bolder;
  margin-bottom: 50px;
}

.info-title {
  font-size: 2.2em;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .info-title {
    font-size: 1.8em;
    margin-bottom: 40px;
  }
}

.info-date {
  font-size: 0.8em;
  font-weight: bold;
  font-family: "Roboto";
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .info-date {
    margin-bottom: 60px;
  }
}

.info-img img {
  width: 400px;
  max-width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .info-img img {
    margin-bottom: 60px;
  }
}

.info-main-text {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .info-main-text {
    display: none;
  }
}

.info-main-text2 {
  display: none;
}
@media (max-width: 480px) {
  .info-main-text2 {
    display: block;
    font-size: 0.9em;
    text-align: center;
  }
}

@media (max-width: 820px) {
  .spver {
    display: none;
  }
}
@media (max-width: 480px) {
  .spver {
    display: none;
  }
}/*# sourceMappingURL=info.css.map */