@charset "UTF-8";
/* ------------------------------
 reset.css
------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

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;
}

img {
  max-width: 100%;
  /*width:auto;*/
  height: auto;
  vertical-align: bottom;
  padding: 0;
}

a img {
  border: none;
}

a {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover {
  backface-visibility: hidden;
  /* overflow: hidden; */
}

a:hover img {
  backface-visibility: hidden;
}

/* ========== top-logo ========== */
/* ========== footer-logo ========== */
/* -----------------------------------------
 setting
----------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-moz-selection {
  background: #222222;
  color: #ffffff;
}

::selection {
  background: #222222;
  color: #ffffff;
}

::-moz-selection {
  background: #222222;
  color: #ffffff;
}

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

body {
  width: 100%;
  background-color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #222222;
  line-height: 1.8;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  overscroll-behavior-y: none;
}

ol,
ul {
  list-style: none;
}

main {
  display: block;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
*,
::before,
::after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0;
}

h2,
h3 {
  font-weight: bold;
  margin: 0;
}

dl dl,
dl ol,
dl ul {
  margin: 0;
}

ol dl,
ul dl {
  margin: 0;
}

ol ol,
ol ul {
  margin: 0;
}

ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  color: initial;
  text-decoration: none;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

figure {
  margin: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

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

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

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

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
}

[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*繝｡繧､繝ｳcss*/
:root {
  --max-width: 80rem;
  --main-color: #D4281B;
  --text-color: #60382C;
  --text-sub-color: #3C1904;
  --bg-color: #FDFAF5;
  --yellow: #FEC42D;
  --green: #2D7D37;
  --pink: #E2659A;
  --blue: #0C5DAB;
  --border-radius: 0.25rem;
}

html,
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  color: var(--text-color);
  line-height: 1;
}

#header-wrapper {
  position: relative;
  overflow: hidden;
}

header {
  position: relative;
  z-index: 1;
  max-width: var(--max-width);
  margin: auto;
}

#hero-image {
  width: 100%;
}

#header-wrapper-bg {
  position: absolute;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

#header-wrapper-bg .header-bg {
  width: 50%;
  height: 50%;
}

.yellow {
  background-color: var(--yellow);
}

.green {
  background-color: var(--green);
}

.pink {
  background-color: var(--pink);
}

.blue {
  background-color: var(--blue);
}

main {
  /* margin-top: 3rem; */
  line-height: 1.8;
}

.display-block {
  display: block;
}

.accent {
  color: var(--main-color);
}

.bg-color {
  background-color: var(--bg-color);
}

.underline {
  position: relative;
}

.underline::after {
  content: "";
  position: absolute;
  bottom: -0.375rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
}

.vertical-line {
  display: flex;
  margin: 0.5rem auto 1rem auto;
  width: 0.125rem;
  height: 2rem;
  background-color: var(--text-color);
}

.content-01-wrapper {
  background-color: #F5F2E4;
  background-image: linear-gradient(transparent 50%, #fff 50%);
  background-size: 5.5rem 5.5rem;
}

.content-01 {
  max-width: 50rem;
  padding: 0.75rem 5.5rem 5.5rem 5.5rem;
  margin: 5.5rem auto 0 auto;
  background-color: #fff;
}

.content-01 .content-title {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2rem;
  padding-bottom: 1.125rem;
}

.content-01 .content-title::after {
  content: "";
  width: 100%;
  height: 0.25rem;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to right, var(--main-color), var(--main-color) 1rem, transparent 1rem, transparent 2rem);
  background-size: 2rem 0.25rem;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.content-01 h2 {
  font-size: 1.75rem;
  line-height: 1.6;
}

.deco-01 {
  position: relative;
  bottom: -0.25rem;
}

.content-text p {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 2.5rem 0 0;
}

.content-link {
  margin-top: 3.25rem;
}

.content-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  color: #fff;
  background-color: var(--main-color);
  border-radius: var(--border-radius);
  padding: 0.875rem;
}

.new-item {
  margin-top: 8.5rem;
  padding-top: 4rem;
  padding-bottom: 9.25rem;
}

.content-02 {
  max-width: var(--max-width);
  margin: 0 auto;
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}

.content-02 .makers-list {
  font-size: 1.2em;
  width: 100%;
  max-width: 640px;
  margin: 1em auto 0;
}

.content-02 .content-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  text-align: center;
}

.content-02 .content-title::before {
  /*  
     content: '';
     display: block;
     height: 1.125rem;
     width: 5.5rem;
     background-image: url(img/fv/heading-deco-01.svg);
     background-size: contain;
     background-repeat: no-repeat;
     */
}

.content-02 h2 {
  font-size: 1.5rem;
  line-height: 1.7;
}

.content-02 .food-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 80rem;
  margin: auto;
}

.content-02 .food-area-icon {
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center;
}

.content-02 .food-area figure {
  width: 48%;
}

.content-02 .makers-list {
  font-size: 1.2em;
  line-height: 1.2em;
}

.content-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0.3125rem;
}

.j-c-center {
  justify-content: center;
}

.content-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  width: calc((100% - 0.9375rem) / 4);
}

.demonstration::before {
  content: "螳滓ｼ碑ｲｩ螢ｲ";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--main-color);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
}

.content-card-img {
  display: inline-block;
  aspect-ratio: 1;
  width: 100%;
}

.content-card-img img {
  display: inline-block;
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.content-card-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.content-card-title h3 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0.5rem 0 0 0;
}

.content-card-description p {
  margin: 0.5rem 0 0 0;
}

.content-card-description a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 1.25rem 0 0 0;
  padding: 0.6875rem;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background-color: var(--main-color);
  border-radius: var(--border-radius);
}

.content-card-description a::after {
  /*  
     content: '';
     display: block;
     height: 1.25rem;
     width: 1.25rem;
     background-image: url(img/fv/btn-deco-03.svg);
     background-size: contain;
     background-repeat: no-repeat;
   */
}

#view-more {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

#view-more span {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-top: 6.5rem;
  font-size: 1.125rem;
  font-weight: bold;
}

#view-more span::after {
  content: "";
  display: block;
  height: 3rem;
  width: 3rem;
  background-image: url(img/fv/btn-top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.bussan {
  padding-bottom: 9.25rem;
}

.booth-introduction,
.related-sites,
.event-information,
.instagram {
  margin-top: 9.25rem;
}

.related-sites .rectangle,
.event-information-content,
.instagram-content,
.footer-content-wrapper {
  max-width: 51.875rem;
  margin: auto;
}

.booth-introduction .content-title:not(:first-of-type) {
  margin-top: 5.5rem;
}

.booth-introduction .rectangle {
  max-width: 40rem;
  margin: auto;
}

.rectangle img {
  width: 100%;
}

.content-description-school {
  max-width: 40rem;
  margin: 2rem auto 0 auto;
  padding: 1.5rem;
  color: var(--text-sub-color);
  background-color: #F4FAF6;
}

.content-description-school .heading {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 0.375rem;
}

.content-description-school .heading:after {
  content: "";
  width: 100%;
  height: 0.125rem;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to right, var(--text-sub-color), var(--text-sub-color) 1rem, transparent 1rem, transparent 2rem);
  background-size: 2rem 0.125rem;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.content-description-school .heading h3 {
  font-size: 1.25rem;
}

.content-description-school p {
  margin: 1.5rem 0 0.5rem 0;
}

.related-sites .rectangle {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.related-sites .rectangle > * {
  width: calc(50% - 1rem);
}

.event-information {
  padding-top: 4rem;
  padding-bottom: 9.25rem;
  color: var(--text-sub-color);
}

.gmap iframe {
  width: 100%;
  aspect-ratio: 83/42;
}

.event-table {
  margin-top: 3rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.event-information th span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-right: 2rem;
  vertical-align: baseline;
  font-weight: 500;
}

.event-information .location th span::before,
.event-information .calendar th span::before {
  content: "";
  display: block;
  width: 1.25rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.event-information .location th span::before {
  /*  
     height: 1.5625rem;
     background-image: url(img/fv/location.svg);
     */
}

.event-information .calendar th span::before {
  /*  
     height: 1.375rem;
     background-image: url(img/fv/calendar.svg);
   */
}

.event-information .calendar > * {
  padding-top: 1.25rem;
}

.information-coronavirus {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  padding: 2.75rem;
  font-size: 1.125rem;
  background-image: linear-gradient(to right, var(--main-color), var(--main-color) 0.75rem, transparent 0.75rem, transparent 1.5rem), linear-gradient(to bottom, var(--main-color), var(--main-color) 0.75rem, transparent 0.75rem, transparent 1.5rem), linear-gradient(to left, var(--main-color), var(--main-color) 0.75rem, transparent 0.75rem, transparent 1.5rem), linear-gradient(to top, var(--main-color), var(--main-color) 0.75rem, transparent 0.75rem, transparent 1.5rem);
  background-size: 1.5rem 0.1875rem, 0.1875rem 1.5rem, 1.5rem 0.1875rem, 0.1875rem 1.5rem;
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  border-radius: var(--border-radius);
}

.information-coronavirus p {
  margin: 0;
}

.event-information .content-link {
  margin-top: 5rem;
}

.event-information .content-link a {
  font-size: 1.5rem;
  line-height: 1.5;
  gap: 1rem;
}

.event-information .content-link a::after {
  /*  
     content: '';
     display: block;
     height: 1.8125rem;
     width: 1.8125rem;
     background-image: url(img/fv/btn-deco-03.svg);
     background-size: contain;
     background-repeat: no-repeat;
   */
}

footer {
  position: relative;
  margin-top: 11.875rem;
}

#footer-main {
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}

.footer-content-wrapper {
  display: flex;
  gap: 5rem;
  font-size: 0.875rem;
  line-height: 1.6;
  word-break: break-all;
  padding-top: 3.625rem;
}

.footer-content-wrapper > * {
  flex: 1;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer-content-inner p {
  margin: 0;
}

.footer-content-inner .title {
  font-weight: bold;
}

#copyright {
  display: flex;
  justify-content: center;
  background-color: var(--main-color);
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  padding: 0.75rem;
  margin-top: 7.375rem;
}

#copyright p {
  margin: 0;
}

#btn-top {
  /*  
     position: absolute;
     top: -7.0625rem;
     right: 1.25rem;
     display: block;
     width: 3rem;
     height: 3rem;
     background-image: url(img/fv/btn-top.svg);
     background-size: contain;
     background-repeat: no-repeat;
     cursor: pointer;
   */
}

.insta-gallery-item {
  padding: 0;
}

.instagram-content {
  width: 80%;
}

.hiddenBtn {
  opacity: 0;
}

body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex),
:where(.is-layout-grid) {
  gap: 0.5em;
}

body .is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

body .is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

body .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

body .is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

body .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

body .is-layout-flex > * {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

body .is-layout-grid > * {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex),
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex),
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}

:where(.wp-block-post-template.is-layout-flex),
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex),
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}

.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}

.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}

/*****************

共通 end

*****************/
/*****************

調整 960px start

*****************/
@media screen and (max-width: 960px) {
  .content-01,
  .content-02,
  #footer-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .content-card {
    width: calc((100% - 0.625rem) / 3);
  }
  #btn-top {
    display: none;
  }
}
/*****************

調整 960px end

*****************/
/*****************

調整 スマホ 520px start

*****************/
@media screen and (max-width: 520px) {
  .display-block-mb {
    display: block;
  }
  .content-01 {
    margin-top: 4.5rem;
  }
  .content-01 .content-title {
    gap: 0.875rem;
  }
  .content-01 h2 {
    font-size: 1.375rem;
  }
  .deco-01 {
    width: 3.25rem;
  }
  .content-text p {
    font-size: 1rem;
    margin-top: 2rem;
  }
  .content-link {
    margin-top: 2.5rem;
  }
  .content-link a {
    gap: 0.75rem;
    font-size: 0.875rem;
  }
  .bg-color.new-item {
    background-color: unset;
    padding: 0;
    margin-top: 8rem;
  }
  .content-card-wrapper {
    flex-direction: column;
    max-width: 16.875rem;
    margin: auto;
  }
  .content-card {
    width: 100%;
  }
  .bussan {
    margin-top: 6.5rem;
    padding: 3rem 0;
  }
  .booth-introduction,
  .related-sites,
  .event-information,
  .instagram {
    margin-top: 6.5rem;
  }
  .content-description-school {
    margin-top: 1rem;
    padding: 1rem 1.5rem;
  }
  .related-sites .rectangle {
    flex-direction: column;
    gap: 0.5rem;
  }
  .related-sites .rectangle > * {
    width: 100%;
  }
  .event-table {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .event-information .calendar > * {
    padding-top: 1rem;
  }
  .information-coronavirus {
    padding: 1rem;
    margin-top: 2.5rem;
  }
  .event-information {
    padding-bottom: 4rem;
  }
  .event-information .content-link {
    margin-top: 2.5rem;
  }
  .event-information .content-link a {
    font-size: 0.875rem;
    gap: 0.5rem;
  }
  .event-information .content-link a::after {
    height: 1.125rem;
    width: 1.125rem;
  }
  .footer-content-wrapper {
    flex-direction: column;
    gap: 2rem;
    font-size: 0.75rem;
    padding-top: 2rem;
  }
  #copyright {
    margin-top: 2rem;
  }
  .content-02 .makers-list {
    font-size: 1em;
    line-height: 1.4em;
  }
  .content-02 .food-area-icon {
    font-size: 1em;
    text-align: left;
  }
  .content-02 .food-area figure {
    width: 100%;
  }
  .content-02 .food-area .food-banner2 {
    margin-top: 16px;
  }
}
/*****************

調整 スマホ 520px end

*****************/
.pdf {
  padding-bottom: 80px;
  text-align: center;
}

.pdf h2 {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
}

.pdf h2::before,
.pdf h2::after {
  content: "";
  width: 40px;
  aspect-ratio: 40/43;
  background: url(../img/pdf/arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}

.pdf h2::after {
  left: auto;
  right: -50px;
  transform: translateY(-50%) scaleX(-1);
}

.pdf h2 br {
  display: none;
}

.pdf img {
  width: min(100%, 400px);
  margin: 0 auto;
  margin-bottom: 40px;
  display: block;
}

@media (max-width: 768px) {
  .pdf {
    padding: 0 1.5rem 2rem;
  }
  .pdf h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .pdf h2::before,
  .pdf h2::after {
    width: 25px;
    left: -35px;
  }
  .pdf h2::after {
    left: auto;
    right: -35px;
  }
  .pdf img {
    margin-bottom: 20px;
  }
}
@media (max-width: 530px) {
  .pdf {
    margin-top: 10px;
  }
  .pdf h2 br {
    display: block;
  }
}
.pdf_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pdf_btn a {
  margin-right: 40px;
  padding: 18px 20px;
  color: #fff;
  font-size: 16px;
  border-radius: 100px;
  background: #767676;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pdf_btn a:last-of-type {
  margin: 0;
}

@media (max-width: 1150px) {
  .pdf_btn {
    flex-direction: column;
  }
  .pdf_btn a {
    width: min(100%, 400px);
    height: 55px;
    padding: 0;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 768px) {
  .pdf_btn a {
    width: min(100%, 400px);
    height: 50px;
    margin: 0 0 15px 0;
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  html {
    font-size: 4.3vw;
  }
}
#copyright {
  background-color: #fccf00;
  color: #231815;
}

#btn-top {
  background-image: url(../img/common/btn-top.svg);
  position: absolute;
  top: -7.0625rem;
  right: 1.25rem;
  display: block;
  width: 3rem;
  height: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

footer {
  margin-top: 4rem;
}

body {
  color: #231815;
}

header {
  max-width: none;
}

@media screen and (max-width: 768px) {
  .l-header__fv-schedule-txt p {
    line-height: 1.7;
    margin-top: 1rem !important;
  }
}
@media screen and (max-width: 400px) {
  .l-header__fv-schedule-txt p {
    text-align: left;
  }
}
.l-header__fv-schedule {
  border: 16px solid #fccf00;
}

.l-header__fv-schedule .content-01 {
  margin: 0 auto;
  padding: 3.5rem 5.5rem 4.5rem;
}

.l-header__fv-schedule .content-01 .content-title::after {
  background-color: #da4713;
  background-image: none;
  width: 22rem;
  bottom: 0.8rem;
}

@media screen and (max-width: 1700px) {
  .l-header__fv-schedule {
    border: 12px solid #fccf00;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__fv-schedule {
    border: 8px solid #fccf00;
  }
}
@media screen and (max-width: 400px) {
  .l-header__fv-schedule {
    border: 6px solid #fccf00;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__fv-schedule .content-01 {
    padding: 2rem 2rem 3rem;
  }
}
@media screen and (max-width: 500px) {
  .l-header__fv-schedule .content-01 {
    padding: 1.5rem 1.5rem 2rem;
  }
}
@media screen and (max-width: 400px) {
  .l-header__fv-schedule .content-01 {
    padding: 1.2rem 1.1rem 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__fv-schedule .content-01 .content-title::after {
    width: 18.7rem;
    height: 0.15rem;
    bottom: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .l-header__fv-schedule .content-01 .content-title::after {
    width: 16.2rem;
    height: 0.15rem;
  }
}
@media screen and (max-width: 400px) {
  .l-header__fv-schedule .content-01 .content-title::after {
    width: 14.9rem;
  }
}
.l-header__body {
  background-color: #FCCF00;
  position: relative;
}
.l-header__body .site-header {
  background: url(../img/fv/fv-back.webp) no-repeat center/cover;
  padding: 5rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .l-header__body .site-header {
    padding: 3rem 5% 3rem;
  }
}

.l-header__body h1 {
  width: min(120rem, 80%);
  margin: 0 auto;
}

.l-header__body h1 img {
  width: 100%;
  display: block;
}

.l-header__body__maintenance {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .l-header__body {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__body figure {
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-header__body figure img {
    width: 100%;
  }
  .l-header__body .l-header__body__maintenance figure {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__body h1 {
    width: 100%;
  }
}
.l-header__fv-event {
  margin-top: 0;
}
.l-header__fv-event-inner {
  display: flex;
  justify-content: center;
  gap: 2rem 2vw;
}
.l-header__fv-event__child {
  width: min(43rem, 46vw);
}
@media screen and (max-width: 768px) {
  .l-header__fv-event {
    padding: 0 5%;
  }
  .l-header__fv-event-inner {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .l-header__fv-event__child {
    width: 100%;
  }
}

.l-header__fv-sub {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .l-header__fv-sub {
    margin-top: 0;
  }
}
.l-header__fv-sub-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 3%;
  gap: 1rem 0;
  height: min(13.4rem, 17vw);
}

@media screen and (max-width: 1700px) {
  .l-header__fv-sub-inner {
    gap: 1rem 0;
  }
}
@media screen and (max-width: 900px) {
  .l-header__fv-sub-inner {
    gap: 1rem 0;
    height: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__fv-sub-inner {
    gap: 1rem 0;
    height: auto;
    flex-wrap: wrap;
    gap: 2vw;
  }
}
.l-header__fv-sub__child {
  margin: 0;
  height: 100%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.l-header__fv-sub__child a.nolink {
  pointer-events: none;
}

.l-header__fv-sub__child.item1 img {
  width: auto;
  height: 100%;
  aspect-ratio: 407/140;
}

.l-header__fv-sub__child.item2 img {
  width: auto;
  height: 100%;
  aspect-ratio: 332/140;
}

.l-header__fv-sub__child.item3 img {
  width: auto;
  height: 100%;
  aspect-ratio: 347/140;
}

.l-header__fv-sub__child.item4 img {
  width: auto;
  height: 100%;
  aspect-ratio: 185/140;
}

@media screen and (max-width: 768px) {
  .l-header__fv-sub__child {
    margin: 0;
    padding: 0;
    height: auto;
  }
  .l-header__fv-sub__child.item1 {
    order: 1;
  }
  .l-header__fv-sub__child.item2 {
    order: 3;
  }
  .l-header__fv-sub__child.item3 {
    order: 4;
  }
  .l-header__fv-sub__child.item4 {
    order: 2;
  }
  .l-header__fv-sub__child.item1 img,
  .l-header__fv-sub__child.item4 img {
    height: 21.6vw;
  }
  .l-header__fv-sub__child.item2 img,
  .l-header__fv-sub__child.item3 img {
    height: 18.8vw;
  }
  .l-header__fv-sub__child.livecom {
    width: auto;
    height: 26vw;
    aspect-ratio: 27/11;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.content-link a img {
  width: 33px;
  height: 33px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.bg-color {
  background-color: #eeeeef;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 30px, rgb(255, 245, 204) 30px, rgb(255, 245, 204) 60px);
}

@media screen and (max-width: 768px) {
  .bg-color {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgb(255, 245, 204) 15px, rgb(255, 245, 204) 30px);
  }
}
.demonstration::before {
  content: "実演販売";
  background-color: #fccf00;
  color: #231815;
}

.content-card-wrapper {
  gap: 3rem 1rem;
}

.content-card-wrapper .content-card {
  background-color: #fff;
  width: calc((100% - 3rem) / 4);
  padding: 14px;
}

@media screen and (max-width: 1024px) {
  .content-card-wrapper {
    gap: 1.5rem 1rem;
  }
}
@media screen and (max-width: 700px) {
  .content-card-wrapper {
    max-width: 34rem;
    flex-direction: inherit !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .content-card-wrapper {
    flex-direction: column !important;
    align-items: center;
    gap: 1rem 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .content-card-wrapper .content-card {
    width: calc((100% - 2rem) / 3);
  }
}
@media screen and (max-width: 700px) {
  .content-card-wrapper .content-card {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 500px) {
  .content-card-wrapper .content-card {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: initial;
  }
}
@media screen and (max-width: 450px) {
  .content-card-wrapper .content-card {
    max-width: 15rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .content-card-wrapper .content-card .content-card-img {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .content-card-wrapper .content-card .content-card-img {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .content-card-wrapper .content-card .content-card-text {
    width: 50%;
    margin-top: auto;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  .content-card-wrapper .content-card .content-card-text {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }
}
.content-description-school,
.content-description-noto {
  background-color: #fef0b2;
  color: #231815;
}

.content-description-noto {
  padding: 1.5rem;
}

.content-description-noto p {
  text-align: center;
}

.event-information .content-link-insta {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 80px;
  transition: all 200ms ease-in-out;
}

.event-information .content-link-insta:hover {
  opacity: 0.7;
}

.sponsorship {
  margin-top: 9.25rem;
}

.sponsorship .bnr-wrap {
  max-width: 1100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}

.sponsorship .bnr-wrap-inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sponsorship .bnr-wrap-inner {
    padding: 0 3%;
  }
}

.sponsorship .bnr-wrap-inner a.border {
  border: 2px solid #ccc;
  box-sizing: border-box;
}

.sponsorship .bnr-wrap-inner.w1100 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 40px 0;
}
.sponsorship .bnr-wrap-inner.w1100 a {
  width: 100%;
}
.sponsorship .bnr-wrap-inner.w1100 a img {
  aspect-ratio: 11/3;
  object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sponsorship .bnr-wrap-inner.w1100 {
    gap: 2vw 0;
  }
}

.sponsorship .bnr-wrap-inner.w530 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.sponsorship .bnr-wrap-inner.w530 a img {
  aspect-ratio: 53/30;
  object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sponsorship .bnr-wrap-inner.w530 {
    gap: 2vw 2%;
  }
}

.sponsorship .bnr-wrap-inner.w340 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.sponsorship .bnr-wrap-inner.w340 a img {
  aspect-ratio: 34/30;
  object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sponsorship .bnr-wrap-inner.w340 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw 2%;
  }
}

.sponsorship .bnr-wrap-inner.w245 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
.sponsorship .bnr-wrap-inner.w245 a img {
  aspect-ratio: 245/300;
  object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sponsorship .bnr-wrap-inner.w245 {
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw 2%;
  }
}

.sponsorship .bnr-wrap-inner a {
  transition: all 200ms ease-in-out;
  display: block;
  margin: 0;
}

.sponsorship .bnr-wrap-inner a.no-link {
  pointer-events: none;
}

.sponsorship .bnr-wrap-inner a:hover {
  opacity: 0.7;
}

.sponsorship .bnr-wrap-inner a img {
  display: block;
}

.related-sites {
  margin-top: 8rem;
}

.related-sites .bnr-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.related-sites .bnr-wrap-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
}

.related-sites .bnr-wrap-inner.w245 a {
  width: calc(22.2727272727% - 30px);
}

.related-sites .bnr-wrap-inner a {
  width: calc(33.3% - 30px);
  transition: all 200ms ease-in-out;
  display: block;
  margin: 15px;
  margin: 1.2%;
}

.related-sites .bnr-wrap-inner a:hover {
  opacity: 0.7;
}

.related-sites .bnr-wrap-inner a img {
  display: block;
}

@media screen and (max-width: 768px) {
  .related-sites .bnr-wrap-inner.w245 a {
    width: calc(22.2727272727% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .related-sites .bnr-wrap-inner.w245 a {
    width: calc(22.2727272727% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .related-sites .bnr-wrap-inner a {
    width: calc(33.3% - 20px);
    margin: 10px;
  }
}
@media screen and (max-width: 1700px) {
  .booth-introduction .content-title:not(:first-of-type) {
    margin-top: 8rem;
  }
}
.new-item {
  margin-top: 0;
}

@media screen and (max-width: 1700px) {
  .new-item {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 1400px) {
  .new-item {
    padding-bottom: 4rem !important;
  }
}
@media screen and (max-width: 500px) {
  .new-item {
    padding-bottom: 1rem !important;
  }
}
.content-02.bussan {
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
  .content-02.bussan .content-card-wrapper {
    max-width: 36rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .content-02.bussan .content-card-wrapper .content-card {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 500px) {
  .content-02.bussan .content-card-wrapper .content-card {
    width: 100%;
  }
}
.content-02-wrapper.event-information {
  padding: 0;
}

.booth-introduction .rectangle {
  max-width: 46rem;
}

.l-content-title.youth .l-content-title__img-illust {
  margin-bottom: 2rem;
}

.l-content-title__img-illust {
  background-color: #fff;
  border-radius: 4rem;
  width: 8rem;
  height: 8rem;
  margin-bottom: 1rem;
  position: relative;
}

.l-content-title__img-illust.yellow {
  background-color: #fef0b2;
}

.l-content-title__img-illust img {
  width: 10rem;
  position: absolute;
  max-width: none;
  left: -1.5rem;
  top: -1.5rem;
}

.l-content-title h2 {
  color: #231815;
}

@media screen and (max-width: 1024px) {
  .content-01 .content-title h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .content-01 .content-title h2 {
    font-size: 1.3rem;
  }
}
.content-card-description a {
  background-color: #da4713;
  border-radius: 2rem;
  cursor: pointer;
}

.content-card-description a::after {
  background: url(../img/common/icon-arrow-R-wh.png) no-repeat center/cover;
  width: 18px;
  height: 18px;
}

.content-card-title h3,
.content-card-description p {
  color: #231815;
}

.content-card-img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.max768,
.max500 {
  display: none;
}

@media screen and (max-width: 768px) {
  .max768 {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .max500 {
    display: block !important;
  }
}
@media screen and (max-width: 400px) {
  .content-01 .content-title {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 400px) {
  .content-01 .content-title h2 {
    font-size: 1.2rem;
  }
}
.content-02 {
  padding: 7rem 6rem;
}

.content-02 .makers-list {
  line-height: 1.6em;
}

@media screen and (max-width: 1200px) {
  .content-02 {
    padding: 6rem 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .content-02 {
    padding: 5rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .content-02 {
    padding: 4rem 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .content-02 h2 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .content-02 .makers-list {
    font-size: 1rem;
  }
}
.content-02-wrapper.booth-introduction,
.content-02-wrapper.related-sites,
.content-02-wrapper.event-information,
.content-02-wrapper.instagram {
  margin: 0;
}

.content-02-wrapper.sponsorship .content-02 {
  max-width: none;
}

.content-02-wrapper.related-sites .content-02 {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .content-02-wrapper.sponsorship .content-02 {
    padding: 4rem 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-content-title__img-illust {
    width: 7rem;
    height: 7rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-content-title__img-illust {
    width: 5.5rem;
    height: 5.5rem;
  }
}
@media screen and (max-width: 500px) {
  .l-content-title__img-illust {
    margin-bottom: -0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-content-title__img-illust img {
    width: 9rem;
    left: -1rem;
    top: -1rem;
  }
}
@media screen and (max-width: 768px) {
  .l-content-title__img-illust img {
    width: 7rem;
  }
}
@media screen and (max-width: 1024px) {
  .content-text p {
    font-size: 1.1rem;
    margin: 0;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .content-text p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .content-link {
    margin-top: 2.5rem;
  }
}
.content-link a span {
  line-height: 1.5;
}

.content-link a span br {
  display: none;
}

@media screen and (max-width: 500px) {
  .content-link a img {
    width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: 768px) {
  .content-card-title h3 {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1400px) {
  .content-card-description a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .content-card-description a {
    font-size: 0.9rem;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .content-card-description a::after {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .content-card-description p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .content-description-school .heading h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .content-description-school p {
    font-size: 0.9rem;
  }
}
.related-sites .bnr-wrap-inner {
  margin-bottom: 0;
}

.school_img {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

.school_img figure {
  width: calc((100% - 20px) / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

@media screen and (max-width: 500px) {
  .school_img {
    flex-wrap: wrap;
  }
  .school_img figure {
    width: calc((100% - 10px) / 2);
  }
}
.l-content {
  padding: 7rem 0;
}
.l-content .content-title.l-content-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-content__inner {
  width: min(1400px, 90%);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 20px 3%;
}
@media screen and (max-width: 768px) {
  .l-content__inner {
    flex-direction: column;
    gap: 40px 0;
  }
}
.l-content__sidebar {
  width: 232px;
  position: sticky;
  top: 0;
  left: 0;
}
.l-content__sidebar-title {
  background-color: #D84188;
  padding: 20px 16px;
  border-bottom: 3px solid #FCCF00;
}
.l-content__sidebar-title span {
  color: #fff;
  display: block;
  line-height: 1.4;
}
.l-content__sidebar-title .en {
  font-size: 12px;
  font-weight: normal;
}
.l-content__sidebar-title .ja {
  font-size: 20px;
  font-weight: bold;
}
.l-content__sidebar-list {
  background-color: #fff;
}
.l-content__sidebar-list li {
  border-bottom: 1px dashed #D9D9D9;
}
.l-content__sidebar-list li a {
  display: block;
  font-size: 16px;
  padding: 15px 20px;
  position: relative;
}
.l-content__sidebar-list li a:hover {
  background-color: #f5f5f5;
}
.l-content__sidebar-list li a::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) scaleY(1.5);
  color: #d9d9d9;
}
@media screen and (max-width: 768px) {
  .l-content__sidebar {
    width: 100%;
  }
  .l-content__sidebar-title {
    position: relative;
    border-radius: 2px;
  }
  .l-content__sidebar-title::after {
    content: "▼";
    color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-content__sidebar-title .en {
    display: none;
  }
  .l-content__sidebar-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .l-content__sidebar-list li {
    border-bottom: none;
  }
  .l-content__sidebar-list li a {
    padding: 12px 20px;
    font-size: 14px;
  }
  .l-content__sidebar-list li a::after {
    display: none;
  }
}
.l-content__wrap {
  width: calc(100% - 232px - 3%);
}
@media screen and (max-width: 768px) {
  .l-content__wrap {
    width: 100%;
  }
}
.l-content__block:not(:first-child) {
  margin-top: 80px;
}
.l-content__title {
  background-color: #D84188;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.l-content__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.l-content__list-item {
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.l-content__list-item-img {
  margin-bottom: 20px;
  flex: 1;
}
.l-content__list-item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: contain;
}
.l-content__list-item-body {
  flex: 1;
}
.l-content__list-item-shopname {
  font-size: 14px;
  color: #D84188;
  margin-bottom: 5px;
}
.l-content__list-item-pr {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-content__list-item-pr-text {
  font-size: 14px;
  color: #222;
  margin-bottom: 10px;
  min-height: 7em;
}
.l-content__list-item-shienname {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
.l-content__list-item-link {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 2%;
  flex: 1;
}
.l-content__list-item-link a {
  width: 18.9%;
}
.l-content__list-item-link a img {
  width: 100%;
}
.l-content__list-item-link__more {
  width: 56%;
  background-color: #FCCF00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 100px;
  aspect-ratio: 173/58;
  cursor: pointer;
}
.l-content__list-item__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000;
}
.l-content__list-item__modal-wrap {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-content__list-item__modal-inner {
  width: min(1200px, 90%);
  background-color: #fff;
  padding: 40px;
  display: flex;
  gap: 40px 4%;
  position: relative;
}
.l-content__list-item__modal .btn_close {
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: -30px;
}
.l-content__list-item__modal .btn_close img {
  width: 80px;
  height: 80px;
}
.l-content__list-item__modal-img {
  flex: 1;
}
.l-content__list-item__modal-img img {
  aspect-ratio: 4/3;
  object-fit: contain;
  width: 100%;
  height: auto;
}
.l-content__list-item__modal-body {
  flex: 1;
}
.l-content__list-item__modal-top {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
.l-content__list-item__modal-category {
  background-color: #fcb900;
  flex: auto;
  padding: 10px;
  line-height: 1.4;
}
.l-content__list-item__modal-category .shoko_kai {
  display: flex;
  align-items: center;
  gap: 5px;
}
.l-content__list-item__modal-category .shoko_kai .num {
  border: 2px solid #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}
.l-content__list-item__modal-category .shoko_kai .shien_name {
  width: calc(100% - 40px);
  font-size: 14px;
  white-space: nowrap;
  font-weight: bold;
}
.l-content__list-item__modal-category .shuten_content {
  margin-top: 5px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
.l-content__list-item__modal-title {
  width: calc(100% - 148px - 20px);
}
.l-content__list-item__modal-title span {
  display: block;
  line-height: 1.4;
}
.l-content__list-item__modal-shopname {
  font-size: 18px;
  margin-bottom: 5px;
  color: #D84188;
}
.l-content__list-item__modal-pr {
  font-size: 30px;
  font-weight: bold;
}
.l-content__list-item__modal-pr-text {
  font-size: 16px;
  color: #222;
  margin-bottom: 10px;
}
.l-content__list-item__modal-shienname {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}
.l-content__list-item__modal-link {
  display: flex;
  gap: 2%;
}
.l-content__list-item__modal-link a {
  width: 60px;
  text-align: center;
}
.l-content__list-item__modal-link a img {
  width: 50px;
}
.l-content__list-item__modal-link a span {
  display: block;
  text-align: center;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .l-content__list-item__modal {
    padding-top: 40px;
    overflow-y: auto;
  }
  .l-content__list-item__modal-wrap {
    width: 100%;
    height: auto;
    padding: 40px 0;
  }
  .l-content__list-item__modal-inner {
    flex-direction: column;
    gap: 20px 0;
    padding: 20px;
  }
  .l-content__list-item__modal .btn_close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .l-content__list-item__modal .btn_close img {
    width: 40px;
    height: 40px;
  }
  .l-content__list-item__modal-top {
    gap: 10px;
    flex-direction: column;
  }
  .l-content__list-item__modal-category {
    padding: 10px 10px;
    width: 100%;
  }
  .l-content__list-item__modal-title {
    width: 100%;
  }
  .l-content__list-item__modal-shopname {
    font-size: 14px;
  }
  .l-content__list-item__modal-pr {
    font-size: 22px;
  }
  .l-content__list-item__modal-pr-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-content__list-item {
    grid-template-columns: repeat(2, 1fr);
  }
}

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