/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans", "Zen Maru Gothic", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f5f5f5;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

svg {
  width: 100%;
  height: auto;
}

.archive-header,
.search-header {
  background-color: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
.archive-header .archive-title,
.archive-header .search-title,
.search-header .archive-title,
.search-header .search-title {
  color: #2c3e50;
  margin-bottom: 1rem;
}
.archive-header .archive-description,
.search-header .archive-description {
  color: #7f8c8d;
  line-height: 1.6;
}

.no-results,
.no-posts {
  background-color: #fff;
  padding: 3rem;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.no-results h2,
.no-posts h2 {
  color: #2c3e50;
  margin-bottom: 1rem;
}
.no-results p,
.no-posts p {
  color: #7f8c8d;
  margin-bottom: 1rem;
}

.main-content {
  padding-bottom: 40px;
}

.main-content__inner > section:not(.logo-section):not(.fv) {
  padding-top: 80px;
  min-height: 100vh;
}

.section-inner {
  width: 92%;
  margin: 0 auto;
}

.header {
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  width: 30%;
  height: 100vh;
  background-color: #7bcce1;
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: scroll;
  display: none;
}
@media screen and (min-width: 768px) {
  .header {
    display: block;
  }
}

.header__nav-list {
  display: flex;
  flex-direction: column;
  gap: min(1.6666666667vw, 20px);
}

.header__nav-item {
  width: 100%;
  height: 100%;
  list-style: none;
}
.header__nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 155/41;
  gap: min(0.8333333333vw, 10px);
  font-size: min(1.8333333333vw, 22px);
  font-weight: bold;
  color: #bc3323;
  text-decoration: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 6px;
  letter-spacing: min(0.1666666667vw, 2px);
  transition: transform 0.3s ease;
}
.header__nav-item a:hover {
  transform: scale(1.1);
}
.header__nav-item a.-pink {
  background-image: url(../images/title-box-pink.png);
}
.header__nav-item a.-yellow {
  background-image: url(../images/title-box-yellow.png);
}
.header__nav-item a.-gray {
  background-image: url(../images/title-box-gray.png);
}

.header__nav-item.--sns {
  margin-top: min(2.5vw, 30px);
}

.header__nav-sns-list {
  display: flex;
  justify-content: center;
  gap: min(2.5vw, 30px);
}

.header__nav-sns-item {
  list-style: none;
}
.header__nav-sns-item a {
  width: min(6.6666666667vw, 80px);
  height: min(6.6666666667vw, 80px);
}

.header__menu-btn {
  display: block;
}
@media screen and (min-width: 768px) {
  .header__menu-btn {
    display: none;
  }
}

footer {
  background-color: #2c3e50;
  color: #fff;
  text-align: center;
  padding: 2rem 0;
  width: 100%;
}
@media (min-width: 768px) {
  footer {
    width: 38%;
    margin-right: auto;
    margin-left: auto;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #7bcce1;
}

.btn {
  display: inline-block;
  background-color: #7bcce1;
  color: #fff;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: inherit;
}
.btn:hover {
  background-color: #f5f5f5;
}

.section-title {
  padding: 10px 0;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  background-color: #fff;
  border-radius: 100vh;
}
.section-title img {
  width: 90%;
  height: auto;
}

.logo-area {
  width: 30%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-image: url(../images/bg-parts-left.png);
  background-color: #7bcce1;
  background-size: 100%;
  background-repeat: repeat;
  background-position: top center;
  display: none;
}
@media screen and (min-width: 768px) {
  .logo-area {
    display: flex;
  }
}

.logo-area__logo {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.logo-area__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  object-fit: contain;
  z-index: 1;
}

.main-content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #7bcce1;
  background-image: url(../images/bg-center.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .main-content {
    width: 38%;
  }
}

.logo-section {
  padding-top: 20px;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .logo-section {
    display: none;
  }
}

.fv {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.fv__title {
  font-size: 4rem;
}

.fv__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.fv__info .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fv__image {
  margin-top: -8px;
}

.fv__copy {
  margin-top: 40px;
  color: #862a2a;
  border-bottom: 1px solid #862a2a;
  font-size: 28px;
  font-size: min(28px, 6vw);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.5em;
}

.access .place {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.access .sub-name {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.5em;
  text-align: center;
  line-height: 1;
}
.access .map-section {
  margin-top: 40px;
}
.access .accent-image {
  width: 35%;
  margin: 0 auto;
}
.access .map-section__map {
  margin-top: -12px;
}
.access .map__info {
  margin-top: 40px;
}
.access .map__info-address {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.access .map__info .notice {
  font-size: 20px;
  text-align: justify;
  line-height: 1.5;
  margin-top: 20px;
}
.access .map__info .notice li + li {
  margin-top: 10px;
}

.booth .booth-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px 20px;
}
.booth .booth-list__item {
  width: calc(50% - 20px);
}
.booth .booth-list__item-title {
  padding: 20px 16px 32px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  aspect-ratio: 208/80;
  height: auto;
  background-image: url(../images/booth/bg-pink.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  line-height: 1.2;
}
.booth .booth-list__item-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.booth .booth-list__item img {
  width: 60%;
  display: block;
  margin: 0 auto;
}

.performers .performers-list {
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px 20px;
}
.performers .performers-list::after {
  content: "";
  width: calc(50% - 20px);
}
.performers .performers__item {
  width: calc(50% - 20px);
  list-style: none;
}
.performers .performers__item:nth-child(1) {
  transform: translate(-10px, -10px);
}
.performers .performers__item:nth-child(3n) {
  transform: translate(20px, 16px);
}
.performers .performers__item:nth-child(4n) {
  transform: translate(20px, -12px);
}
.performers .performers__item:nth-child(5n) {
  transform: translate(-12px, -16px);
}
.performers .performers__item:nth-child(8n) {
  transform: translate(-12px, 32px);
}
.performers .performers__item-circle {
  aspect-ratio: 1/1;
  border-radius: 100vh;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.performers .performers__item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.performers .performers__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.performers .performers__item-balloon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.performers .performers__item-title {
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  margin-top: 4px;
}
.performers .performers__item-appeal {
  display: none;
}

.supporters .supporters-list {
  width: 78%;
  margin: 0 auto;
}
.supporters .supporters-list .supporters-list__item {
  margin-top: 8px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.volunteers .volunteers-lead {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.volunteers .volunteers-imageBlock {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px 20px;
}
.volunteers .volunteers-imageBlock__image {
  width: calc(50% - 20px);
  aspect-ratio: 3/4;
  overflow: clip;
  border-radius: 10px;
  border: 4px solid #fff;
}
.volunteers .volunteers-imageBlock__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.volunteers .volunteers-imageBlock__image.--megaphone {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  overflow: visible;
  position: relative;
}
.volunteers .volunteers-imageBlock__image.--megaphone img {
  width: 120%;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.coming-soon {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 20px;
}

.volunteers-contact {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  line-height: 1.4;
}
.volunteers-contact label + label {
  display: block;
  margin-top: 12px;
}
.volunteers-contact input:not([type=submit]), .volunteers-contact textarea {
  margin-top: 8px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: #fff;
  color: #000;
}
.volunteers-contact input[type=submit] {
  margin-top: 12px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  background-color: #fed945;
  color: #000;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
.volunteers-contact input[type=submit]:hover {
  background-color: #fff;
}

.contact-wrap {
  margin-top: 40px;
}

.volunteers-contact-line {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  line-height: 1.4;
}

.volunteers-contact-line__link {
  display: block;
  width: 60%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.volunteers-contact-line__link img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/*# sourceMappingURL=main.css.map */
