@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display+SC:wght@400;700&display=swap");
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

ul,
ol {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #002669;
}

a {
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

a img {
  border: 0;
}

a[href^="tel:"] {
  color: #fff;
  margin-right: 5px;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: none;
    text-decoration: none;
  }
}

.font-en {
  font-family: "Playfair Display SC", serif;
  font-weight: 700;
  font-style: normal;
}

figure {
  margin: 0;
  display: table;
}
figure.fig-center {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  figure.fig-center {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  figure.fig-center {
    margin-bottom: 20px;
  }
}

.on__pc {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .on__pc {
    display: none;
  }
}
.on__sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .on__sp {
    display: block;
  }
}
.on__pc-mb {
  display: inline-block;
}
@media screen and (max-width: 780px) {
  .on__pc-mb {
    display: none;
  }
}
.on__mb-pc {
  display: none;
}
@media screen and (max-width: 780px) {
  .on__mb-pc {
    display: block;
  }
}

.br--pc {
  display: none;
}
@media screen and (max-width: 960px) {
  .br--pc {
    display: block;
  }
}
.br--mb {
  display: none;
}
@media screen and (max-width: 780px) {
  .br--mb {
    display: block;
  }
}
.br--sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .br--sp {
    display: block;
  }
}
.br--tiny {
  display: none;
}
@media screen and (max-width: 370px) {
  .br--tiny {
    display: block;
  }
}
.br--mini {
  display: none;
}
@media screen and (max-width: 320px) {
  .br--mini {
    display: block;
  }
}

.btn {
  text-align: center;
  padding: 0 20px;
}
.btn a, .btn button, .btn span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  background: #002669;
  color: #fff;
  border-radius: 9999px;
  padding: 5px 10px;
  min-width: 280px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .btn a, .btn button, .btn span {
    min-width: auto;
    width: 100%;
  }
}
.btn a:hover, .btn button:hover, .btn span:hover {
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.col02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 780px) {
  .col02 {
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .col02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.col02 figure,
.col02 .figure,
.col02 .txt {
  display: block;
  margin: 0;
}
.col02 figure img,
.col02 .figure img,
.col02 .txt img {
  width: 100%;
  height: auto;
}
.col02 .figure figure {
  width: 100%;
  margin-bottom: 30px;
}

/* fadeIn */
.js-fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.js-fade.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

body.is-nav-open {
  overflow: hidden;
}

/* ページ内リンクの着地点すべてに適用 */
[id] {
  scroll-margin-top: var(--header-h);
}

#wrapper #header {
  position: relative;
  background: url(../img/bg_mv.png) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  #wrapper #header {
    background: url(../img/bg_mv__sp.png) no-repeat center center;
    background-size: cover;
    min-height: auto;
    height: auto;
  }
}
#wrapper #header .header-fixed {
  z-index: 10;
  position: relative;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
#wrapper #header .header-fixed .block__news {
  background: #96be22;
  height: 70px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 640px) {
  #wrapper #header .header-fixed .block__news {
    height: 40px;
  }
}
#wrapper #header .header-fixed .block__news .inner {
  text-align: center;
  color: #002669;
  font-size: 16px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 640px) {
  #wrapper #header .header-fixed .block__news .inner {
    width: calc(100% - 20px);
    height: 40px;
  }
}
#wrapper #header .header-fixed .block__news .inner .marquee {
  overflow: hidden;
  width: 100%;
}
#wrapper #header .header-fixed .block__news .inner .marquee p {
  white-space: nowrap;
  will-change: transform;
  -webkit-transform: translateX(var(--marquee-start));
          transform: translateX(var(--marquee-start));
  -webkit-animation: news-marquee var(--marquee-duration) linear infinite;
          animation: news-marquee var(--marquee-duration) linear infinite;
}
#wrapper #header .header-fixed .block__news .inner .marquee p.is-first {
  -webkit-transform: translateX(var(--marquee-start));
          transform: translateX(var(--marquee-start));
  -webkit-animation-duration: var(--marquee-first-duration);
          animation-duration: var(--marquee-first-duration);
}
#wrapper #header .header-fixed .block__news .inner .marquee p a {
  color: #002669;
}
#wrapper #header .header-fixed .block__news .inner .marquee p:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  cursor: default;
}
@-webkit-keyframes news-marquee {
  from {
    -webkit-transform: translateX(var(--marquee-start));
            transform: translateX(var(--marquee-start));
  }
  to {
    -webkit-transform: translateX(var(--marquee-end));
            transform: translateX(var(--marquee-end));
  }
}
@keyframes news-marquee {
  from {
    -webkit-transform: translateX(var(--marquee-start));
            transform: translateX(var(--marquee-start));
  }
  to {
    -webkit-transform: translateX(var(--marquee-end));
            transform: translateX(var(--marquee-end));
  }
}
#wrapper #header .header-fixed .block__news .inner .close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: #96be22;
  cursor: pointer;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  #wrapper #header .header-fixed .block__news .inner .close {
    width: 20px;
    height: 30px;
    right: 10px;
  }
}
#wrapper #header .header-fixed nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  #wrapper #header .header-fixed nav {
    padding: 10px 15px 0;
  }
}
#wrapper #header .header-fixed nav .logo {
  max-width: 230px;
}
#wrapper #header .header-fixed nav .logo img {
  width: 100%;
  height: auto;
}
#wrapper #header .header-fixed nav .logo img.open {
  display: none;
}
#wrapper #header .header-fixed nav .nav__list {
  display: none;
}
#wrapper #header .header-fixed nav #nav__toggle {
  width: 24px;
  height: 18px;
  cursor: pointer;
  z-index: 101;
  margin: 0;
}
#wrapper #header .header-fixed nav #nav__toggle div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
}
#wrapper #header .header-fixed nav #nav__toggle span {
  position: absolute;
  display: block;
  height: 3px;
  background: #000;
  width: 24px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#wrapper #header .header-fixed nav #nav__toggle span:nth-child(1) {
  top: 0px;
}
#wrapper #header .header-fixed nav #nav__toggle span:nth-child(2) {
  top: 6px;
}
#wrapper #header .header-fixed nav #nav__toggle span:nth-child(3) {
  top: 12px;
}
@media screen and (max-width: 640px) {
  #wrapper #header .header-fixed nav #nav__toggle span {
    width: 30px;
  }
}
#wrapper #header .block__mv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-bottom: 40px;
  width: 100%;
}
#wrapper #header .block__mv .mv__cont .ttl {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  #wrapper #header .block__mv .mv__cont .ttl {
    width: 100%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #header .block__mv .mv__cont .ttl {
    padding-right: 0;
  }
}
#wrapper #header .block__mv .mv__cont .information {
  text-align: center;
  max-width: 850px;
  width: 100%;
  margin: -50px auto 100px;
}
@media screen and (max-width: 640px) {
  #wrapper #header .block__mv .mv__cont .information {
    padding: 0 20px;
    margin: -30px auto 70px;
  }
}
#wrapper #header .block__mv .mv__cont .information .day {
  margin-bottom: 1.5rem;
}
#wrapper #header .block__mv .mv__cont .information .place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wrapper #header .block__mv .mv__cont .information .place li {
  width: 33.3333333333%;
  border-left: 1px solid #000;
  margin-left: 3%;
  padding-left: 3%;
}
#wrapper #header .block__mv .mv__cont .information .place li:first-child {
  border: none;
  margin-left: 0;
  padding-left: 0;
}
#wrapper #header .inner {
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #wrapper #header .inner {
    width: calc(100% - 20px);
  }
}
#wrapper #header.open {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  background: #96be22;
  z-index: 1000;
  margin: 0;
  overflow-y: scroll;
}
#wrapper #header.open .block__news {
  display: none;
}
#wrapper #header.open .block__mv {
  background: none;
}
#wrapper #header.open nav {
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  text-align: center;
  top: 20px;
}
#wrapper #header.open nav .logo img.normal {
  display: none;
}
#wrapper #header.open nav .logo img.open {
  display: block;
}
#wrapper #header.open nav .nav__list {
  display: inline-block;
  padding: 50px 0;
  margin: 0 auto;
  text-align: left;
}
#wrapper #header.open nav .nav__list li a {
  font-size: 26px;
  padding: 0 0 0 20px;
  border-left: 1px solid #000;
  margin-bottom: 30px;
  display: block;
  position: relative;
  color: #000;
  font-family: "Playfair Display SC", serif;
  font-weight: 700;
}
#wrapper #header.open nav #nav__toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
}
#wrapper #header.open nav #nav__toggle span {
  background: #000;
}
#wrapper #header.open nav #nav__toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#wrapper #header.open nav #nav__toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
#wrapper #header.open nav #nav__toggle span:nth-child(3) {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 10px;
}
#wrapper #header.open .mv__cont {
  display: none;
}

#wrapper {
  overflow: hidden;
}
#wrapper .block__fixed {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  pointer-events: none;
}
#wrapper .block__fixed.is-stop {
  position: absolute;
  bottom: 0;
}
#wrapper .block__pickup {
  position: relative;
  margin-right: 30px;
  max-width: 230px;
  width: 100%;
  border: 2px solid #e83f00;
  background: #fff;
  display: none;
  pointer-events: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 780px) {
  #wrapper .block__pickup {
    max-width: none;
    width: calc(100% - 40px);
    margin: 0 auto 20px;
  }
}
#wrapper .block__pickup:hover .event__fig, #wrapper .block__pickup:hover .event__ttl, #wrapper .block__pickup:hover .event__dtl {
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#wrapper .block__pickup .ttl {
  background: #e83f00;
  position: relative;
  display: inline-block;
  padding: 5px 30px 5px 17px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 780px) {
  #wrapper .block__pickup .ttl {
    margin-bottom: 10px;
  }
}
#wrapper .block__pickup .ttl::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 20px transparent;
  border-bottom: solid 45px #fff;
  z-index: 2;
}
#wrapper .block__pickup .pickup__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 780px) {
  #wrapper .block__pickup .pickup__cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 10px 10px;
    gap: 10px;
  }
  #wrapper .block__pickup .pickup__cont .event__fig {
    padding: 0;
    width: 30%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 780px) {
  #wrapper .block__pickup .pickup__txt {
    width: 70%;
  }
}
#wrapper .block__pickup .event__fig, #wrapper .block__pickup .event__ttl {
  padding: 0 20px;
  color: #e83f00;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 780px) {
  #wrapper .block__pickup .event__fig, #wrapper .block__pickup .event__ttl {
    padding: 0;
    margin-bottom: 0;
  }
}
#wrapper .block__pickup .event__dtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #e83f00;
  padding: 0 20px 20px;
}
@media screen and (max-width: 780px) {
  #wrapper .block__pickup .event__dtl {
    padding: 0 0 10px;
    font-size: 10px;
  }
}
#wrapper .block__pickup .event__dtl::after {
  content: "";
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  display: block;
}
#wrapper .block__pickup a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
#wrapper .block__cookie {
  width: 100%;
  pointer-events: auto;
  background: #002669;
  color: #fff;
  display: none;
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 780px) {
  #wrapper .block__cookie {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
#wrapper .block__cookie .cookie-cons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#wrapper .block__cookie .cookie-txt-link {
  width: 10em;
}
#wrapper .block__cookie .cookie-txt-link a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#wrapper .block__cookie .cookie-txt-link a:hover {
  color: #eee;
}
#wrapper .block__cookie .cookie-btn {
  border: 1px solid #fff;
  padding: 10px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7em;
  position: relative;
}
#wrapper .block__cookie .cookie-btn span {
  color: #fff;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
}
#wrapper .block__cookie .cookie-btn:hover {
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#wrapper .block__cookie .cookie-btn::after {
  content: "";
  background: url(../img/icon_cookie.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 12px;
  display: block;
  position: absolute;
  right: 10px;
}
#wrapper #main {
  position: relative;
}
@media screen and (max-width: 780px) {
  #wrapper #main {
    padding-bottom: 140px;
  }
}
#wrapper #main section .inner {
  max-width: 950px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
#wrapper #main section .inner h2 {
  text-align: center;
  font-size: 46px;
  font-family: "Playfair Display SC", serif;
  font-weight: 700;
  color: #002669;
  margin-bottom: 35px;
}
#wrapper #main section.block__movie {
  background: url(../img/bg_movie.png) no-repeat center top;
  background-size: cover;
  padding: 120px 0;
  margin-top: -80px;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__movie {
    padding: 100px 0 60px;
  }
}
#wrapper #main section.block__movie .movie {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
#wrapper #main section.block__movie .movie iframe, #wrapper #main section.block__movie .movie video {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
#wrapper #main section.block__movie .movie::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 138px 0 0px 262px;
  border-color: transparent transparent transparent #96be22;
  position: absolute;
  left: -45px;
  bottom: -35px;
  margin: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#wrapper #main section.block__news {
  padding: 80px 0 90px;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__news {
    padding: 50px 0 60px;
  }
}
#wrapper #main section.block__news .news__cont {
  border: 1px solid #002669;
  position: relative;
  background: #fff;
  padding: 50px 0;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__news .news__cont {
    padding: 30px;
  }
}
#wrapper #main section.block__news .news__cont::after {
  content: "";
  border: 1px solid #002669;
  position: absolute;
  top: 10px;
  right: -10px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#wrapper #main section.block__news .news__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__news .news__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#wrapper #main section.block__news .news__item {
  width: calc((100% - 76px) / 3);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0 20px;
  margin: 0 8px;
  border-right: 1px solid #000;
}
#wrapper #main section.block__news .news__item:last-child {
  border-right: none;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__news .news__item {
    width: 100%;
    border: none;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #002669;
  }
  #wrapper #main section.block__news .news__item.is-hidden {
    display: none;
  }
}
#wrapper #main section.block__news .news__date {
  display: block;
  margin-bottom: 12px;
}
#wrapper #main section.block__news .news__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
#wrapper #main section.block__news .news__title a {
  color: #002669;
}
#wrapper #main section.block__news .news__text {
  line-height: 1.8;
  position: relative;
}
#wrapper #main section.block__statement {
  background: url(../img/bg_statement.png) no-repeat center bottom;
  padding: 80px 0 550px;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__statement {
    background-image: url(../img/bg_statement.png), url(../img/bg01.png);
    background-repeat: no-repeat, repeat-y;
    background-size: 150%, auto;
    background-position: center bottom, center center;
    padding: 30px 0 50%;
  }
}
#wrapper #main section.block__statement .statement__cont p {
  text-align: center;
  margin-bottom: 1rem;
}
#wrapper #main section.block__area {
  background: url(../img/bg02.png) repeat-y center top;
  padding-bottom: 170px;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__area {
    padding-bottom: 100px;
  }
}
#wrapper #main section.block__area .inner {
  padding-top: 130px;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__area .inner {
    padding-top: 50px;
  }
}
#wrapper #main section.block__area .inner .event__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__area .inner .event__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#wrapper #main section.block__area .inner .event__list02 {
  margin: 0 165px;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__area .inner .event__list02 {
    margin: 0;
  }
}
#wrapper #main section.block__area .inner .event__list02 .event__item {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__area .inner .event__list02 .event__item {
    width: 100%;
  }
}
#wrapper #main section.block__area .inner .event__item {
  border: 1px solid #002669;
  padding: 20px;
  width: calc((100% - 60px) / 3);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__area .inner .event__item {
    width: 100%;
  }
}
#wrapper #main section.block__area .inner .event__item:has(a):hover {
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#wrapper #main section.block__area .inner .event__fig {
  margin-bottom: 20px;
  width: 100%;
}
#wrapper #main section.block__area .inner .event__fig img {
  width: 100%;
}
#wrapper #main section.block__area .inner .event__soon {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wrapper #main section.block__area .inner .event__ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
}
#wrapper #main section.block__area .inner .event__dtl {
  margin-bottom: 10px;
  width: 100%;
}
#wrapper #main section.block__area .inner .event__cont {
  border: 1px solid #0060eb;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__area .inner .event__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#wrapper #main section.block__area .inner .event__cont .txt {
  width: 40%;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__area .inner .event__cont .txt {
    width: 100%;
  }
}
#wrapper #main section.block__area .inner .event__cont:has(a):hover {
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#wrapper #main section.block__area .inner .btn {
  padding: 0;
  width: 100%;
}
#wrapper #main section.block__area .inner .btn span {
  min-width: auto;
  width: 100%;
}
#wrapper #main section.block__area .inner a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
#wrapper #main section.block__area .cont__glion {
  background: url(../img/deco_glion.png) no-repeat right top;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__area .cont__glion {
    background: url(../img/deco_glion.png) no-repeat right top;
    background-size: 60%;
  }
}
#wrapper #main section.block__area .cont__glion .inner {
  padding-top: 50px;
}
#wrapper #main section.block__area .cont__glion h2 {
  text-align: left;
}
#wrapper #main section.block__area .cont__tottei {
  background: url(../img/deco_tottei.png) no-repeat left top;
  color: #e83f00;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__area .cont__tottei {
    background: url(../img/deco_tottei.png) no-repeat left top;
    background-size: 60%;
  }
}
#wrapper #main section.block__area .cont__tottei h2 {
  text-align: right;
  margin-bottom: 0;
}
#wrapper #main section.block__area .cont__tottei .event__item {
  border: 1px solid #e83f00;
}
#wrapper #main section.block__area .cont__tottei .event__soon {
  background: #e83f00;
}
#wrapper #main section.block__area .cont__tottei .btn span {
  background: #e83f00;
}
> #wrapper #main section.block__area .cont__tottei:hover .btn {
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#wrapper #main section.block__area .cont__seaside {
  background: url(../img/deco_seaside.png) no-repeat right top;
  color: #0060eb;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__area .cont__seaside {
    background: url(../img/deco_seaside.png) no-repeat right top;
    background-size: 60%;
  }
}
#wrapper #main section.block__area .cont__seaside h2 {
  text-align: left;
}
#wrapper #main section.block__area .cont__seaside .event__item {
  border: 1px solid #0060eb;
}
#wrapper #main section.block__area .cont__seaside .btn span {
  background: #0060eb;
}
#wrapper #main section.block__schedule {
  padding: 80px 0 90px;
  position: relative;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__schedule {
    padding: 50px 0 60px;
  }
}
#wrapper #main section.block__schedule::before, #wrapper #main section.block__schedule::after {
  content: "";
  position: absolute;
  top: 0;
  width: 16%;
  height: 100%;
  background: url(../img/deco01.png) repeat-y;
  background-size: auto;
  z-index: -10;
}
#wrapper #main section.block__schedule::before {
  background-position: right;
  left: -50px;
}
#wrapper #main section.block__schedule::after {
  background-position: left -100px;
  right: -50px;
}
#wrapper #main section.block__schedule .schedule__cont {
  border: 1px solid #002669;
  position: relative;
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 560px) {
  #wrapper #main section.block__schedule .schedule__cont {
    padding: 20px;
  }
}
#wrapper #main section.block__schedule .schedule__cont::after {
  content: "";
  border: 1px solid #002669;
  position: absolute;
  top: 10px;
  right: -10px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#wrapper #main section.block__schedule .schedule__cont h3 {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #002669;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#wrapper #main section.block__schedule .schedule__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__schedule .schedule__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  #wrapper #main section.block__schedule .schedule__item p {
    margin-bottom: 10px;
  }
}
#wrapper #main section.block__schedule .schedule__item:last-child {
  margin-bottom: 0;
}
#wrapper #main section.block__schedule .schedule__item .btn {
  padding: 0;
}
@media screen and (max-width: 560px) {
  #wrapper #main section.block__schedule .schedule__item .btn {
    text-align: right;
  }
}
#wrapper #main section.block__schedule .schedule__item .btn a {
  min-width: 140px;
}
#wrapper #main section.block__schedule .schedule__item .scenery {
  background: url(../img/icon01.png) no-repeat left top;
  padding-left: 35px;
}
#wrapper #main section.block__schedule .schedule__item .music {
  background: url(../img/icon02.png) no-repeat left top;
  padding-left: 35px;
}
#wrapper #main section.block__schedule .schedule__item .basket {
  background: url(../img/icon03.png) no-repeat left top;
  padding-left: 35px;
}
#wrapper #main section.block__schedule .schedule__item .food {
  background: url(../img/icon04.png) no-repeat left top;
  padding-left: 65px;
}
#wrapper #main section.block__join {
  text-align: center;
  background: url(../img/bg02.png);
  padding: 80px 0 90px;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__join {
    padding: 50px 0 60px;
  }
}
#wrapper #main section.block__join p {
  margin-bottom: 20px;
}
#wrapper #main section.block__join ol {
  display: inline-block;
}
#wrapper #main section.block__join ol li {
  text-align: left;
}
#wrapper #main section.block__join .col02 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 30px 0;
}
#wrapper #main section.block__join .col02 .btn {
  padding: 0;
}
#wrapper #main section.block__join .col02 .btn a {
  border-radius: 0;
  min-width: 350px;
  padding: 30px 20px;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__join .col02 .btn a {
    min-width: 270px;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main section.block__join .col02 .btn a {
    width: 100%;
  }
}
#wrapper #main section.block__join .col02 .btn a.shop {
  background: #e83f00;
}
#wrapper #main section.block__join .col02 .btn a.partner {
  background: #96be22;
}
#wrapper #main section.block__access {
  background: #e6e6e6;
  padding: 80px 0 140px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__access {
    padding: 50px 0 60px;
  }
}
#wrapper #main section.block__access .map {
  margin-bottom: 30px;
  width: 100%;
  aspect-ratio: 16/5;
}
#wrapper #main section.block__access .map iframe {
  width: 100%;
  height: 100%;
}
#wrapper #main section.block__access p {
  margin-bottom: 30px;
}
#wrapper #main section.block__access .btn a {
  min-width: 430px;
}
@media screen and (max-width: 640px) {
  #wrapper #main section.block__access .btn a {
    min-width: auto;
    width: 100%;
  }
}
#wrapper #main section.block__sponsor {
  padding: 50px 0 140px;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__sponsor {
    padding: 50px 0 60px;
  }
}
#wrapper #main section.block__sponsor h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #002669;
  margin-bottom: 55px;
}
#wrapper #main section.block__sponsor h3::before, #wrapper #main section.block__sponsor h3::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #002669;
}
#wrapper #main section.block__sponsor .sponsor__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.block__sponsor .sponsor__list {
    gap: 30px;
  }
}
#wrapper #footer {
  background: #96be22;
  text-align: center;
  padding: 70px 20px 90px;
}
#wrapper #footer .sns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
}
#wrapper #footer .sns__list li {
  width: 45px;
}
#wrapper #footer .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 980px) {
  #wrapper #footer .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#wrapper #footer .contact .tel {
  display: inline-block;
}
@media screen and (max-width: 980px) {
  #wrapper #footer .contact .tel {
    margin-bottom: 20px;
  }
}
#wrapper #footer .contact .txt-link {
  position: absolute;
  right: 30px;
  top: 0;
}
@media screen and (max-width: 980px) {
  #wrapper #footer .contact .txt-link {
    position: static;
  }
}
#wrapper #footer .contact .txt-link a {
  color: #000;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */