@charset "UTF-8";
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

:root {
  scroll-padding-top: 80px;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
}

body {
  background: #fff;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  color: #333;
}

.top-section .inner {
  max-width: 960px;
  margin: 0 auto;
}
.top-section .img {
  display: block;
}

.l-section {
  padding: 80px 10px;
}
@media screen and (max-width: 420px) {
  .l-section {
    padding: 40px 10px;
  }
}
.l-section .inner {
  max-width: 960px;
  margin: 0 auto;
}

.section-title {
  padding: 0 0 40px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .section-title {
    font-size: 1.8rem;
  }
}
.section-title-sub {
  display: inline-block;
  padding: 5px 0 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 420px) {
  .section-title-sub {
    font-size: 1.6rem;
  }
}

.nav-layout {
  padding: 20px 10px;
}
@media screen and (max-width: 420px) {
  .nav-layout {
    padding: 10px 10px;
  }
}
.nav-layout .inner {
  max-width: 960px;
  margin: 0 auto;
}

.g-nav {
  background-color: #9eddf9;
}
.g-nav .nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 10px;
}
.g-nav .nav-link {
  display: inline-block;
  padding: 12px 15px 10px;
  border-radius: 15px;
  background-color: #fff;
  color: #0091db;
  font-size: 1.8rem;
  transition: background-color 0.2s;
}
.g-nav .nav-link:hover {
  background-color: #0091db;
  color: #fff;
}
.g-nav .line {
  transition: transform 0.3s;
}

.view .g-nav {
  position: sticky;
  z-index: 1;
  top: -500px;
  left: 0;
  animation: navHideAnimation 0.3s ease 0s both;
  transition: transform 0.3s;
}
@media screen and (max-width: 420px) {
  .view .g-nav {
    transform: translate(0, -100%);
  }
  .view .g-nav.view-nav {
    transform: translate(0, 0);
  }
}
.view .g-nav.view-nav .line:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}
.view .g-nav.view-nav .line:nth-child(2) {
  top: 20px;
  opacity: 0;
}
.view .g-nav.view-nav .line:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
}
.view .g-nav .sp-nav {
  position: absolute;
  top: 100%;
  left: 10px;
  width: 40px;
  height: 40px;
}
.view .g-nav .line {
  position: absolute;
  left: 4px;
  height: 5px;
  width: 30px;
  border-radius: 8px;
  background-color: #0091db;
}
.view .g-nav .line:nth-child(1) {
  top: 8px;
}
.view .g-nav .line:nth-child(2) {
  top: 20px;
  transition: opacity 0.2s;
}
.view .g-nav .line:nth-child(3) {
  top: 32px;
}

.hole1 {
  background-color: #ffd3f1;
}

.hole2 {
  background-color: #fff5bf;
}

.qanda,
.hole3 {
  background-color: #d1f6ff;
}

.present {
  background-color: #e5fdd3;
}

.greet .section-title {
  font-size: 4rem;
  letter-spacing: 2px;
  line-height: 1.3;
}
@media screen and (max-width: 420px) {
  .greet .section-title {
    font-size: 2.4rem;
    letter-spacing: normal;
    line-height: 1.7;
  }
}
.greet .section-title .sub {
  font-size: 3.4rem;
  color: #f99edc;
}
@media screen and (max-width: 420px) {
  .greet .section-title .sub {
    font-size: 2rem;
  }
}
.greet-message {
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
}
.greet-message-detail {
  padding: 0 0 10px;
  font-size: 1.6rem;
}
.greet-message-detail.center {
  text-align: center;
}
.greet-message .pic {
  font-size: 3.4rem;
  font-weight: 600;
}
@media screen and (max-width: 420px) {
  .greet-message .pic {
    font-size: 2rem;
  }
}
.greet-message .red {
  color: #b13106;
}
.greet-message .link {
  display: inline-block;
  padding: 10px;
  color: #b13106;
  border: 1px solid #b13106;
  border-radius: 15px;
  transition: background-color 0.2s;
}
.greet-message .link:hover {
  background-color: #b13106;
  color: #fff;
}
.greet-message .link-red {
  display: inline-block;
  font-size: 2rem;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #fff;
  color: #fff;
  background-color: #b13106;
  transition: background-color 0.2s;
}
.greet-message .link-red:hover {
  color: #b13106;
  border: 1px solid #b13106;
  background-color: #fff;
}
.greet-message .space-bottom {
  padding: 0 0 30px;
}

.card {
  max-width: 460px;
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
}
.card-box {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px 20px;
}
@media screen and (max-width: 959px) {
  .card-box {
    justify-content: center;
  }
}
.card-image .img {
  display: block;
}
.card-info {
  padding: 15px 10px 10px;
}
.card-info-title {
  padding: 0 0 15px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
}
.card-info-title-sub {
  font-size: 1.6rem;
  padding: 0 0 10px;
}
.card-info-detail {
  padding: 0 0 10px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.card-info-detail.link-box {
  text-align: center;
}
.card-info-detail.space-bottom {
  margin: 0 0 15px;
}
.card-info-detail .link {
  padding: 10px;
  color: #b13106;
  border: 1px solid #b13106;
  border-radius: 15px;
  transition: background-color 0.2s;
  display: inline-block;
}
.card-info-detail .link:hover {
  background-color: #b13106;
  color: #fff;
}
.card-info-detail.pic {
  font-weight: 600;
}
.card-info-detail .movieCon {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.card .sat {
  color: #1035a7;
}
.card .sun {
  color: #b13106;
}

.sponsors {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 590px;
  margin: 0 auto;
}
.sponsors-pr {
  max-width: 140px;
  border-radius: 20px;
  border: 1px solid #333;
  overflow: hidden;
}
@media screen and (min-width: 420px) and (max-width: 768px) {
  .sponsors-pr {
    max-width: 160px;
  }
}
.sponsors-pr .link:hover {
  opacity: 0.8;
}
.sponsors-pr .img {
  display: block;
}

.qanda-box {
  max-width: 760px;
  margin: 0 auto 10px;
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.7;
  background-color: #fff;
  border-radius: 10px;
}
.qanda-box .q-box,
.qanda-box .a-box {
  position: relative;
  padding: 0 0 0 24px;
}
.qanda-box .q-box::before,
.qanda-box .a-box::before {
  content: "Q";
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0 15px 0 0;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #0091db;
}
.qanda-box .q-box {
  padding: 0 0 0 24px;
  cursor: pointer;
}
.qanda-box .a-box {
  display: none;
  margin: 20px 0 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.qanda-box .a-box.active {
  display: block;
  animation: fadeAnimation 0.3s ease-in 0.1s both;
}
.qanda-box .a-box::before {
  content: "A";
  color: #b13106;
}

.footer {
  background-color: #9eddf9;
  padding: 120px 0 180px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .footer {
    padding: 80px 10px 120px;
  }
}
.footer-contact {
  padding: 0 0 20px;
}
.footer-contact-title {
  padding: 0 0 20px;
  font-size: 2.4rem;
  font-weight: 600;
}
.footer-contact-detail {
  font-size: 1.6rem;
  line-height: 1.7;
}
.footer-ponsorship-title {
  padding: 20px 0;
  font-size: 2.4rem;
  font-weight: 600;
}
.footer-ponsorship-detail {
  font-size: 1.8rem;
  line-height: 1.7;
}
.footer-logo {
  max-width: 340px;
  margin: 0 auto;
  padding: 40px 0 20px;
}
@media screen and (max-width: 420px) {
  .footer-logo {
    max-width: 240px;
  }
}
.footer-logo .logo {
  padding: 10px;
}
.footer-copyright .copyright {
  display: inline-block;
  padding: 0 0 20px;
}
@media screen and (max-width: 420px) {
  .footer-copyright .copyright-detail {
    line-height: 1.7;
  }
}

.fade-target {
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 0.2s, transform 0.2s;
}
.fade-target.fade-view {
  opacity: 1;
  transform: translate(0, 0);
}

.for-pc {
  display: block;
}
@media screen and (max-width: 420px) {
  .for-pc {
    display: none;
  }
}

.for-sp {
  display: none;
}
@media screen and (max-width: 420px) {
  .for-sp {
    display: block;
  }
}

@keyframes navHideAnimation {
  0% {
    top: -500px;
  }
  100% {
    top: 0;
  }
}
@keyframes fadeAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */