@charset "UTF-8";
/*
Theme Name: H-Fes
Description: Custom WordPress theme for H-Fes outdoor festival website
Version: 1.0.0
Author: Your Name
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.modal-content p {
  word-wrap: break-word;
  font-size: 12px;
}
@media (min-width: 48em) {
  .modal-content p {
    font-size: 16px;
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  overflow: hidden;
}

.modal-content {
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  position: relative;
}
.modal-content .children-wrapper {
  width: calc(100% - 2rem);
  max-width: 800px;
  display: flex;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin: auto;
  position: relative;
}

.modal-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: #4d4d4d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: white;
  font-size: 1.25em;
  position: absolute;
  top: 1rem;
  right: -1rem;
}

.cpt-modal {
  border-radius: 8px;
  padding: 5rem 2rem;
  background-color: white;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cpt-modal a {
  text-decoration: none;
}
.cpt-modal img {
  width: 100%;
  margin: 1rem 0;
  display: block;
}

.cpt-modal--brand {
  background-color: #e0e6ea;
  gap: 2rem;
}
.cpt-modal--brand .brand-featured-image {
  max-width: 200px;
  margin: auto;
}
.cpt-modal--brand .brand-featured-image img {
  display: block;
  width: 100%;
}
.cpt-modal--brand .brand-title {
  width: fit-content;
  margin: auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-size: 16x;
}
@media (min-width: 48em) {
  .cpt-modal--brand .brand-title {
    font-size: 20px;
  }
}
.cpt-modal--brand .brand-introduction {
  max-width: 38rem;
  margin: auto;
}
.cpt-modal--brand .exhibition-content {
  background-color: black;
  color: white;
  padding: 2rem 1rem;
  border-radius: 1rem;
}
@media (min-width: 48em) {
  .cpt-modal--brand .exhibition-content {
    padding: 4rem;
  }
}
.cpt-modal--brand .exhibition-content > h3 {
  width: fit-content;
  margin: auto;
  margin-bottom: 1em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 48em) {
  .cpt-modal--brand .exhibition-content > h3 {
    font-size: 20px;
  }
}
.cpt-modal--brand .exhibition-content img {
  display: block;
  margin: 1rem auto;
  max-width: 40rem;
}
.cpt-modal--brand .hp-url {
  background-color: #ea5504;
  color: white;
  width: 100%;
  max-width: 24rem;
  margin: auto;
  padding: 0.5em 1em;
  box-sizing: border-box;
  display: block;
  margin-top: 4rem;
  text-align: center;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  position: relative;
  font-size: 16px;
}
@media (min-width: 48em) {
  .cpt-modal--brand .hp-url {
    font-size: 18px;
  }
}
.cpt-modal--brand .hp-url:hover {
  opacity: 0.7;
}
.cpt-modal--brand .hp-url img {
  position: absolute;
  width: 0.5rem;
  top: 0.5rem;
  right: 1rem;
  margin: 0;
}
.cpt-modal--brand .sns-links-list {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.cpt-modal--brand .sns-links-list a {
  color: white;
}

.cpt-modal--artist .frame > h2 {
  width: fit-content;
  margin: auto;
  color: #ea5504;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 1.5em;
}
@media (min-width: 48em) {
  .cpt-modal--artist .frame > h2 {
    font-size: 32px;
  }
}
.cpt-modal--artist .frame > h3, .cpt-modal--artist .frame > h4 {
  text-align: center;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-style: italic;
}
.cpt-modal--artist .frame > h3 {
  background-color: #ea5504;
  color: white;
  width: fit-content;
  padding: 0 0.5em;
  font-size: 1.5em;
  margin: auto;
  margin-top: 3rem;
}
.cpt-modal--artist .frame > h4 {
  font-size: 2em;
}
.cpt-modal--artist .frame > h4 span {
  font-size: 0.8em;
}
.cpt-modal--artist .frame .orange {
  margin-top: 3rem;
  background-color: #ea5504;
  color: white;
  padding: 2rem 1rem;
  border-radius: 1rem;
}
@media (min-width: 48em) {
  .cpt-modal--artist .frame .orange {
    padding: 4rem 2rem;
  }
}
.cpt-modal--artist .frame .sns-links-list {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.cpt-modal--artist .frame .sns-links-list a {
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.cpt-modal--artist .frame .sns-links-list a svg {
  width: 1rem;
}

.cpt-modal--experience {
  display: flex;
}
.cpt-modal--experience .frame {
  display: flex;
  flex-direction: column;
  color: #ea5504;
  gap: 3rem;
}
@media (min-width: 48em) {
  .cpt-modal--experience .frame {
    padding: 4rem 2rem;
    border: 1px solid #ea5504;
    border-radius: 4px;
  }
}
.cpt-modal--experience .frame > h2 {
  width: fit-content;
  margin: auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
}
@media (min-width: 48em) {
  .cpt-modal--experience .frame > h2 {
    font-size: 25px;
  }
}

.cpt-modal--food {
  display: flex;
}
.cpt-modal--food .frame {
  display: flex;
  flex-direction: column;
  color: black;
  gap: 3rem;
}
@media (min-width: 48em) {
  .cpt-modal--food .frame {
    padding: 4rem 2rem;
    border: 1px solid #ea5504;
    border-radius: 4px;
  }
}
.cpt-modal--food .frame > h2 {
  width: fit-content;
  margin: auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
}
@media (min-width: 48em) {
  .cpt-modal--food .frame > h2 {
    font-size: 25px;
  }
}
.cpt-modal--food .frame img {
  display: block;
  max-width: 100%;
  margin: 1rem auto;
}
.cpt-modal--food .frame a {
  color: black;
  text-decoration: underline;
}
.cpt-modal--food .frame a:hover {
  opacity: 0.7;
}

#ghead {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 1000;
}
#ghead .btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 10;
}
#ghead #hamburger {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  background-color: black;
}
@media (min-width: 48em) {
  #ghead #hamburger {
    width: 55px;
    height: 55px;
  }
}
#ghead #hamburger > div {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 14px;
  height: 1.5px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
}
#ghead #hamburger > div:first-of-type {
  top: 10px;
}
@media (min-width: 48em) {
  #ghead #hamburger > div:first-of-type {
    top: 20px;
  }
}
#ghead #hamburger > div:nth-of-type(2) {
  top: 14px;
}
@media (min-width: 48em) {
  #ghead #hamburger > div:nth-of-type(2) {
    top: 26px;
  }
}
#ghead #hamburger > div:nth-of-type(3) {
  top: 18px;
}
@media (min-width: 48em) {
  #ghead #hamburger > div:nth-of-type(3) {
    top: 32px;
  }
}
#ghead #hamburger.open {
  background-color: black;
}
#ghead #hamburger.open > div {
  background-color: white;
}
#ghead #hamburger.open > div:first-of-type {
  transform: translateY(4px) rotate(45deg);
}
@media (min-width: 48em) {
  #ghead #hamburger.open > div:first-of-type {
    transform: translateY(6px) rotate(45deg);
  }
}
#ghead #hamburger.open > div:nth-of-type(2) {
  opacity: 0;
}
#ghead #hamburger.open > div:nth-of-type(3) {
  transform: translateY(-4px) rotate(-45deg);
}
@media (min-width: 48em) {
  #ghead #hamburger.open > div:nth-of-type(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}
#ghead .menu {
  position: fixed;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: 100vw;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0;
  transition: all ease 0.2s;
  display: flex;
  flex-direction: column;
  z-index: 5;
  background-color: #ffd900;
  color: black;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  gap: 2rem;
  padding: 8rem 1rem 4rem;
}
#ghead .menu.open {
  max-height: 800px;
  opacity: 1;
  left: auto;
  right: 0;
}
@media (min-width: 48em) {
  #ghead .menu {
    padding: 8rem 2rem 6rem;
    bottom: auto;
    left: auto;
    gap: 6rem;
    max-width: 528px;
  }
}
#ghead .menu > ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 48em) {
  #ghead .menu > ul {
    gap: 1.5rem;
  }
}
#ghead .menu > ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  border-bottom: 1px solid black;
  padding-bottom: 1rem;
}
@media (min-width: 48em) {
  #ghead .menu > ul li {
    gap: 1.5em;
  }
}
#ghead .menu > ul li > img {
  width: 1.25em;
}
@media (min-width: 48em) {
  #ghead .menu > ul li > img {
    margin-top: 0.3rem;
    width: 2.2em;
  }
}
#ghead .menu a {
  display: block;
  text-decoration: none;
  color: black;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#ghead .menu a:hover {
  opacity: 0.7;
}
#ghead .menu a .en {
  font-family: "itc-bodoni-seventytwo-pro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 48em) {
  #ghead .menu a .en {
    line-height: 1.2;
    font-size: 45px;
  }
}
#ghead .menu a .ja {
  font-size: 10px;
}
@media (min-width: 48em) {
  #ghead .menu a .ja {
    font-size: 18px;
  }
}
#ghead .menu .caution {
  font-size: 12px;
  text-decoration: underline;
}

.sec-head {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #006837;
  padding: 3rem 1rem;
}
@media (min-width: 62em) {
  .sec-head {
    gap: 1rem;
    padding: 6rem 1rem;
  }
}
.sec-head img {
  width: 32px;
}
@media (min-width: 62em) {
  .sec-head img {
    width: 104px;
  }
}
.sec-head h2 {
  display: flex;
  flex-direction: column;
  color: white;
}
.sec-head h2 span {
  display: block;
}
.sec-head h2 .en {
  font-family: "itc-bodoni-seventytwo-pro", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 2.2rem;
}
@media (min-width: 62em) {
  .sec-head h2 .en {
    font-size: 4rem;
  }
}
.sec-head h2 .ja {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 12px;
}
@media (min-width: 62em) {
  .sec-head h2 .ja {
    font-size: 20px;
  }
}

#sns {
  text-align: center;
  background-color: #ffd900;
  color: black;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 48em) {
  #sns {
    gap: 1rem;
    padding: 8rem 2rem;
  }
}
#sns h3 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 48em) {
  #sns h3 {
    font-family: 28px;
  }
}
#sns h4 {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-style: italic;
  line-height: 1.3;
  font-size: 32px;
  padding-bottom: 1rem;
}
@media (min-width: 48em) {
  #sns h4 {
    font-size: 55px;
  }
}
#sns .sns {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 48em) {
  #sns .sns {
    flex-direction: row;
    gap: 2rem;
  }
}
#sns .sns a {
  display: block;
  max-width: 15em;
  width: 100%;
}
#sns .sns a:hover {
  opacity: 0.8;
}

#about .content {
  background-color: #e5f5ec;
}
#about .green {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 5rem;
  background-color: #e5f5ec;
  padding: 8rem 3rem;
  color: #006837;
}
#about .green .ttl {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4em;
}
@media (min-width: 48em) {
  #about .green .ttl {
    font-size: 48px;
  }
}
#about .green .detail {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: auto;
  gap: 1.5rem;
}
@media (min-width: 48em) {
  #about .green .detail {
    gap: 3rem;
  }
}
#about .green .detail .row {
  display: flex;
  gap: 1rem;
}
@media (min-width: 48em) {
  #about .green .detail .row {
    gap: 2rem;
  }
}
#about .green .detail .row .l {
  width: 5rem;
  border-radius: 1px;
  margin-top: 0.3em;
}
@media (min-width: 48em) {
  #about .green .detail .row .l {
    margin-top: 0.68em;
    width: 7rem;
  }
}
#about .green .detail .row .l h3 {
  font-size: 12px;
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  color: white;
  background-color: #006837;
}
@media (min-width: 48em) {
  #about .green .detail .row .l h3 {
    font-size: 20px;
  }
}
#about .green .detail .row .r.loc {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}
#about .green .detail .row .r.loc > img {
  width: 1.5em;
}
#about .green .detail .row .r p {
  font-size: 1rem;
  color: black;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
}
@media (min-width: 48em) {
  #about .green .detail .row .r p {
    font-size: 2rem;
  }
}
#about .green .detail .row .r p .s {
  font-size: 0.7em;
}
#about .green .detail .row .r p span.year {
  display: block;
  font-size: 0.7em;
  line-height: 1em;
}
#about .green .detail .row .r p a {
  text-decoration: none;
  color: black;
}
#about .green .detail .row .r p a:hover {
  text-decoration: underline;
}
#about .green .caution-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#about .green .caution-container .white {
  background-color: white;
  border-radius: 8px;
  color: black;
}
#about .green .caution-container .white .head, #about .green .caution-container .white .mid, #about .green .caution-container .white .foot {
  padding: 1rem;
  box-sizing: border-box;
}
@media (min-width: 48em) {
  #about .green .caution-container .white .head, #about .green .caution-container .white .mid, #about .green .caution-container .white .foot {
    padding: 3rem 2rem;
    max-width: 62em;
  }
}
@media (min-width: 48em) {
  #about .green .caution-container .white .mid, #about .green .caution-container .white .foot {
    padding: 3rem 4rem;
  }
}
#about .green .caution-container .white .head {
  display: flex;
  gap: 1rem;
  align-items: start;
}
#about .green .caution-container .white .head.baloon .l {
  background-color: #4bbfa8;
  line-height: 1.2;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
#about .green .caution-container .white .head.baloon .l span {
  font-size: 0.8em;
}
@media (min-width: 48em) {
  #about .green .caution-container .white .head {
    gap: 2rem;
  }
}
#about .green .caution-container .white .head .l {
  width: 5rem;
  border-radius: 1px;
  margin-top: 0.4em;
  font-size: 12px;
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  color: white;
  background-color: #006837;
}
@media (min-width: 48em) {
  #about .green .caution-container .white .head .l {
    width: 7rem;
    margin-top: 0.68em;
  }
}
@media (min-width: 48em) {
  #about .green .caution-container .white .head .l {
    font-size: 20px;
  }
}
#about .green .caution-container .white .head .r p {
  font-size: 12px;
}
@media (min-width: 48em) {
  #about .green .caution-container .white .head .r p {
    font-size: 16px;
  }
}
#about .green .caution-container .white .head .r p.big {
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
}
@media (min-width: 48em) {
  #about .green .caution-container .white .head .r p.big {
    font-size: 2rem;
  }
}
#about .green .caution-container .white .mid {
  background-color: #fdeee6;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#about .green .caution-container .white .mid.less {
  padding-top: 0;
  padding-bottom: 0;
  background-color: white;
}
#about .green .caution-container .white .mid.less ul li {
  background-color: #e2f5f2;
}
#about .green .caution-container .white .mid.less ul li a {
  background-color: #4bbfa8;
}
#about .green .caution-container .white .mid > h2 {
  font-size: 18px;
  color: #ea5504;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ea5504;
}
@media (min-width: 48em) {
  #about .green .caution-container .white .mid > h2 {
    font-size: 24px;
  }
}
#about .green .caution-container .white .mid > h2 span {
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  color: black;
  padding-left: 0;
  display: inline-block;
}
@media (min-width: 48em) {
  #about .green .caution-container .white .mid > h2 span {
    padding-left: 1rem;
  }
}
#about .green .caution-container .white .mid .xl {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 48em) {
  #about .green .caution-container .white .mid .xl {
    font-size: 40px;
  }
}
#about .green .caution-container .white .mid .xl span {
  display: inline-block;
  font-size: 0.7em;
}
#about .green .caution-container .white .mid ul {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}
@media (min-width: 48em) {
  #about .green .caution-container .white .mid ul {
    flex-direction: row;
  }
}
#about .green .caution-container .white .mid ul li {
  background-color: white;
  border-radius: 0.5rem;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  padding: 1rem;
  font-size: 12px;
}
@media (min-width: 48em) {
  #about .green .caution-container .white .mid ul li {
    padding: 2rem 1.5rem;
    width: 14em;
    font-size: 16px;
  }
}
#about .green .caution-container .white .mid ul li a {
  color: white;
  background-color: rgba(234, 85, 4, 0.8);
  color: white;
  border-radius: 1em;
  display: block;
  padding: 0.25em 1em;
  width: fit-content;
  margin: 1em auto 0;
  text-decoration: none;
}
#about .green .caution-container .white .mid ul li a:hover {
  opacity: 0.5;
}
#about .green .caution-container .white .foot a {
  color: #ea5504;
  font-weight: bold;
}
#about .green .caution-container .white .foot a:hover {
  opacity: 0.7;
}
#about .green .caution-container .white .foot ul {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
#about .green .caution-container .white .foot ul li {
  position: relative;
  padding-left: 1.25em;
  font-size: 12px;
}
@media (min-width: 48em) {
  #about .green .caution-container .white .foot ul li {
    font-size: 14px;
  }
}
#about .green .caution-container .white .foot ul li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#about .green p.caution {
  box-sizing: border-box;
  line-height: 2;
  width: 100%;
  max-width: 48em;
  margin: auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 12px;
  max-width: 20em;
}
@media (min-width: 48em) {
  #about .green p.caution {
    font-size: 18px;
    max-width: 48em;
  }
}
#about .green p.caution span {
  display: block;
  position: relative;
  padding-left: 1.1em;
}
#about .green p.caution span:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#about .intro {
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  line-height: 2.2;
  color: black;
  font-size: 14px;
}
@media (min-width: 48em) {
  #about .intro {
    font-size: 25px;
  }
}

#contents .temp {
  display: block;
  width: 100%;
  margin-right: auto;
}
#contents .sec-head {
  background-color: #ea5504;
}
#contents #brand, #contents #activity, #contents #workshop {
  background-color: #fdeee6;
}
#contents #artist, #contents #food {
  background-color: #fbddcd;
}
#contents > .content {
  padding: 4rem 1rem;
}
@media (min-width: 48em) {
  #contents > .content {
    padding: 8rem 4rem;
  }
}
#contents .head {
  margin-bottom: 4rem;
}
#contents .head h2 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-bottom: 1px solid #ea5504;
}
@media (min-width: 48em) {
  #contents .head h2 {
    gap: 0;
  }
}
#contents .head h2 span {
  display: block;
}
#contents .head h2 .ja {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
@media (min-width: 48em) {
  #contents .head h2 .ja {
    font-size: 18px;
  }
}
#contents .head h2 .en {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-style: italic;
  color: #ea5504;
  line-height: 1.3;
  font-size: 32px;
  padding-bottom: 1rem;
}
@media (min-width: 48em) {
  #contents .head h2 .en {
    font-size: 55px;
  }
}
#contents .head p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  margin-top: 1rem;
}
@media (min-width: 48em) {
  #contents .head p {
    font-size: 18px;
  }
}

#brand-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (min-width: 48em) {
  #brand-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}
#brand-list li {
  border: 1px solid #ea5504;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background-color: white;
}
#brand-list li:hover {
  cursor: pointer;
  opacity: 0.8;
}
#brand-list li .arrow {
  width: 1.5rem;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
#brand-list li img {
  width: 100%;
  display: block;
  height: auto;
}

#artist .days {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
#artist .day h2 {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-style: italic;
  line-height: 1.3;
  font-size: 20px;
  margin-bottom: 1em;
  text-align: center;
}
@media (min-width: 48em) {
  #artist .day h2 {
    text-align: left;
    font-size: 36px;
  }
}
#artist .day h2 span:first-of-type {
  background-color: #ea5504;
  color: white;
  font-size: 0.9em;
  padding: 4px 0.5em;
  margin-right: 0.5em;
  display: inline-block;
}
#artist .day h2 span:last-of-type {
  font-size: 0.7em;
}
#artist .artist-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  max-width: 20em;
  margin: auto;
}
@media (min-width: 48em) {
  #artist .artist-list {
    max-width: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media (min-width: 62em) {
  #artist .artist-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}
#artist .artist-list .artist-item > a {
  display: block;
  width: fit-content;
  margin: auto;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 16px;
  color: #ea5504;
  text-decoration: none;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
}
#artist .artist-list .artist-item > a:hover {
  text-decoration: underline;
}
#artist .artist-list .artist-item > a:hover img {
  transform: scale(1.01);
  opacity: 0.9;
}
@media (min-width: 48em) {
  #artist .artist-list .artist-item > a {
    font-size: 25px;
  }
}
#artist .artist-list .artist-image {
  width: 100%;
  aspect-ratio: 1/1;
  border: 4px solid #ea5504;
  overflow: hidden;
}
#artist .artist-list .artist-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s;
}
#artist .time-table {
  margin-top: 4rem;
}
#artist .time-table button {
  width: 100%;
  position: relative;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 20px;
  padding: 1rem;
  color: #ea5504;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  appearance: none;
  cursor: pointer;
  background-color: white;
}
@media (min-width: 48em) {
  #artist .time-table button {
    font-size: 28px;
  }
}
#artist .time-table button img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  width: 22px;
}
#artist .time-table > div {
  overflow: hidden;
  height: 0;
}
#artist .time-table > div.open {
  height: auto;
}
#artist .time-table > div img {
  width: 100%;
}
#artist .time-table p {
  font-size: 12px;
  margin: 0.5rem auto 0;
  width: fit-content;
  opacity: 0.8;
}

.experience-container img {
  width: 100%;
  height: auto;
}
.experience-container #activity-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 48em) {
  .experience-container #activity-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
.experience-container #activity-list li {
  border: 1px solid #ea5504;
  border-radius: 8px;
  padding: 2rem 1rem;
}
.experience-container #activity-list li .activity-extra-text {
  margin-top: 0.5rem;
}
.experience-container #activity-list li > h2 {
  width: fit-content;
  margin: auto;
  margin-bottom: 1em;
  font-size: 16px;
  color: #ea5504;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
}
@media (min-width: 48em) {
  .experience-container #activity-list li > h2 {
    font-size: 25px;
  }
}
.experience-container #activity-list li a {
  box-sizing: border-box;
  margin-top: 2em;
  position: relative;
  display: block;
  background-color: #ea5504;
  max-width: 14em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  padding: 0.5em;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 48em) {
  .experience-container #activity-list li a {
    font-size: 20px;
  }
}
.experience-container #activity-list li a img {
  width: 1.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
.experience-container #workshop-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 48em) {
  .experience-container #workshop-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
.experience-container #workshop-list li {
  border: 1px solid #ea5504;
  border-radius: 8px;
  padding: 2rem 1rem;
}
.experience-container #workshop-list li .activity-extra-text {
  margin-top: 0.5rem;
}
.experience-container #workshop-list li > h2 {
  width: fit-content;
  margin: auto;
  margin-bottom: 1em;
  font-size: 16px;
  color: #ea5504;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
}
@media (min-width: 48em) {
  .experience-container #workshop-list li > h2 {
    font-size: 25px;
  }
}
.experience-container #workshop-list li a {
  box-sizing: border-box;
  margin-top: 2em;
  position: relative;
  display: block;
  background-color: #ea5504;
  max-width: 14em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  padding: 0.5em;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 48em) {
  .experience-container #workshop-list li a {
    font-size: 20px;
  }
}
.experience-container #workshop-list li a img {
  width: 1.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}

#food .food-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 3rem;
  column-gap: 1rem;
}
@media (min-width: 48em) {
  #food .food-list {
    column-gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
#food .food-list .food-thumb-wrapper {
  width: 100%;
  aspect-ratio: 1/1; /* Square */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#food .food-list .food-item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#food .food-list .food-item > h3 {
  width: fit-content;
  margin: auto;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
}
@media (min-width: 48em) {
  #food .food-list .food-item > h3 {
    font-size: 25px;
  }
}
#food .food-list .food-item a {
  position: relative;
  display: block;
  background-color: #ea5504;
  max-width: 10em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  padding: 0.5em;
  border-radius: 4px;
  box-sizing: border-box;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 48em) {
  #food .food-list .food-item a {
    font-size: 20px;
  }
}
#food .food-list .food-item a img {
  width: 1.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}
@media (min-width: 48em) {
  #food .food-list .food-item a img {
    display: block;
  }
}
#food .food-list .food-thumb-wrapper {
  border: 1px solid black;
}
#food .food-list .food-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

#area .sec-head {
  background-color: #ffd900;
}
#area .sec-head h2 {
  color: black;
}
#area .map {
  width: calc(100% - 2rem);
  max-width: 48em;
  margin: 4rem auto 8rem;
}

#sponsor {
  background-color: #f2e2c1;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (min-width: 48em) {
  #sponsor {
    padding: 10rem 0;
    gap: 10rem;
  }
}
#sponsor a {
  display: block;
}
#sponsor a:hover {
  opacity: 0.7;
}
#sponsor img {
  max-width: 100%;
  height: auto;
}
#sponsor .mx {
  width: calc(100% - 4rem);
}
#sponsor .head {
  display: flex;
  flex-direction: column;
  color: white;
  text-align: center;
  color: black;
  gap: 0.5rem;
}
#sponsor .head span {
  display: block;
}
@media (min-width: 48em) {
  #sponsor .head {
    gap: 1rem;
  }
}
#sponsor .head .en {
  font-family: "itc-bodoni-seventytwo-pro", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 2.2rem;
}
@media (min-width: 62em) {
  #sponsor .head .en {
    font-size: 4rem;
  }
}
#sponsor .head .ja {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
@media (min-width: 62em) {
  #sponsor .head .ja {
    font-size: 20px;
  }
}
#sponsor .head .s {
  font-size: 12px;
}
#sponsor .special, #sponsor .normal {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 48em) {
  #sponsor .special, #sponsor .normal {
    gap: 6rem;
  }
}
#sponsor .normal ul {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 48em) {
  #sponsor .normal ul {
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

#access {
  padding-bottom: 4rem;
}
@media (min-width: 48em) {
  #access {
    padding-bottom: 8rem;
  }
}
#access .sec-head {
  background-color: #666666;
}
#access .detail {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 5rem 1rem;
}
#access .detail h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  gap: 0.5rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
}
#access .detail h2 .sm {
  font-size: 0.7em;
}
@media (min-width: 48em) {
  #access .detail h2 {
    font-size: 40px;
    flex-direction: column;
    gap: 8px;
  }
}
#access .detail h2 > span {
  display: block;
}
#access .detail h2 img {
  width: 32px;
}
#access .detail p {
  font-size: 14px;
}
@media (min-width: 48em) {
  #access .detail p {
    font-size: 24px;
  }
}

#caution-page .fes h1 {
  color: black;
}

#caution-page {
  max-width: 60rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 8rem 2rem 10rem;
}
@media (min-width: 48em) {
  #caution-page {
    padding: 5rem 1rem 8rem;
  }
}
#caution-page h1 {
  display: flex;
  justify-content: space-between;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #00aec4;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #00aec4;
  margin-bottom: 1em;
  line-height: 1.5;
}
@media (min-width: 48em) {
  #caution-page h1 {
    font-size: 40px;
  }
}
#caution-page h1 span, #caution-page h1 img {
  display: block;
}
#caution-page h1 img {
  width: 4rem;
}
@media (min-width: 48em) {
  #caution-page h1 img {
    width: 8rem;
  }
}
#caution-page .sec-ttl {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 18px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
}
@media (min-width: 48em) {
  #caution-page .sec-ttl {
    font-size: 25px;
  }
}
#caution-page .sec-ttl img {
  display: flex;
  width: 1rem;
}
#caution-page .caution {
  color: #00aec4;
  font-size: 18px;
  margin-bottom: 0.5em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
}
#caution-page .section:not(:last-of-type) {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #00aec4;
}
#caution-page .section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#caution-page .section ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#caution-page .section ul > li {
  position: relative;
  padding-left: 1em;
  font-size: 12px;
}
@media (min-width: 48em) {
  #caution-page .section ul > li {
    font-size: 16px;
  }
}
#caution-page .section ul > li::before {
  content: "⚫︎";
  color: #00aec4;
  position: absolute;
  font-size: 0.8rem;
  left: 0;
  top: 0.2rem;
}

#gfoot {
  background-color: #333333;
  color: white;
  position: relative;
  padding: 4rem 1rem;
}
@media (min-width: 48em) {
  #gfoot {
    padding: 8rem 1rem;
  }
}
#gfoot > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 48em) {
  #gfoot > div {
    gap: 3rem;
  }
}
#gfoot .to-top {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 40px;
}
@media (min-width: 48em) {
  #gfoot .to-top {
    width: 130px;
  }
}
#gfoot .logo {
  width: 80px;
}
@media (min-width: 48em) {
  #gfoot .logo {
    width: 172px;
  }
}
#gfoot .sns {
  display: flex;
  gap: 20px;
  justify-content: center;
}
#gfoot .sns a {
  width: 33px;
}
#gfoot .twin {
  color: black;
  width: 100%;
}
@media (min-width: 48em) {
  #gfoot .twin {
    display: flex;
    justify-content: center;
  }
}
#gfoot .twin > div {
  width: 100%;
  padding: 2rem 1rem;
  box-sizing: border-box;
  border-radius: 8px;
}
@media (min-width: 48em) {
  #gfoot .twin > div {
    width: 50%;
    box-sizing: border-box;
    padding: 2rem;
    border-radius: 1rem;
  }
}
#gfoot .twin .l {
  background-color: white;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#gfoot .twin .l h4 {
  background-color: #ffd900;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  width: fit-content;
  padding: 0 2em;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 48em) {
  #gfoot .twin .l h4 {
    font-size: 15px;
  }
}
#gfoot .twin .l > div {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 48em) {
  #gfoot .twin .l > div {
    gap: 2rem;
  }
}
#gfoot .twin .l > div a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: black;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  text-decoration: none;
  padding: 0.5rem 0;
  font-size: 16px;
}
@media (min-width: 48em) {
  #gfoot .twin .l > div a {
    padding: 1rem 0;
    font-size: 24px;
  }
}
#gfoot .twin .l > div a:hover {
  opacity: 0.7;
}
#gfoot .twin .l > div a img {
  width: 10px;
}
#gfoot .twin .l > div .line {
  width: 1px;
  height: auto;
  background-color: black;
}
#gfoot .twin .r {
  background-color: #ffd900;
  font-size: 12px;
  line-height: 18px;
}
#gfoot .twin .r > p {
  width: fit-content;
  margin: auto;
}
#gfoot .twin .r span {
  display: inline-block;
}
#gfoot .caution {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 12px;
}
@media (min-width: 48em) {
  #gfoot .caution {
    font-size: 13px;
  }
}
#gfoot .caution span {
  padding-left: 1em;
  position: relative;
  display: inline-block;
}
#gfoot .caution span::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#gfoot .links {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (min-width: 48em) {
  #gfoot .links {
    flex-direction: row;
  }
}
#gfoot .pdf_link {
  text-align: center;
  padding: 0.2em 3em 0.3em;
  position: relative;
  text-decoration: none;
  color: white;
  border: 1px solid white;
  border-radius: 1.5em;
  background-color: rgba(255, 255, 255, 0);
}
#gfoot .pdf_link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#gfoot .pdf_link span {
  font-weight: 700;
}
#gfoot .pdf_link > img {
  width: 8px;
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
#gfoot .copyright {
  font-size: 10px;
  color: #999999;
}
@media (min-width: 48em) {
  #gfoot .copyright {
    font-size: 14px;
  }
}

/* Chakra UI-like Contact Modal Styles - Custom for Contact Form 7 */
#contact-modal {
  display: none;
  position: fixed;
  z-index: 1400;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(16, 18, 27, 0.6);
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  transition: opacity 0.2s;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
}

#contact-modal.active {
  padding: 0;
  display: flex;
  align-items: flex-start;
  opacity: 1;
  pointer-events: auto;
  animation: chakraModalFade 0.18s cubic-bezier(0, 0, 0.2, 1);
  overflow-y: auto;
}

@keyframes chakraModalFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#contact-modal .modal-content {
  background: #fff;
  color: #222;
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18), 0 1.5px 3px rgba(0, 0, 0, 0.08);
  max-width: 400px;
  width: calc(100% - 2rem);
  min-width: 0;
  padding: 0;
  position: relative;
  margin: 2rem auto 1.2rem auto;
  animation: chakraModalScaleIn 0.18s cubic-bezier(0, 0, 0.2, 1);
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-family: inherit;
  height: auto;
  box-sizing: border-box;
}

#contact-modal .children-wrapper {
  overflow-y: visible;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
}

@keyframes chakraModalScaleIn {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
#contact-modal .modal-close {
  position: absolute;
  top: 0.5em;
  right: -0.5rem;
  width: 2.2rem;
  height: 2.2rem;
  background: transparent;
  border: none;
  border-radius: 50%;
  color: #4A5568;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, color 0.15s;
  outline: none;
}

#contact-modal .modal-close:hover,
#contact-modal .modal-close:focus {
  background: #EDF2F7;
  color: #E53E3E;
}

/* Contact Form 7 Chakra UI-like Styles */
#contact-modal .wpcf7 {
  color: #222;
  font-family: inherit;
  font-size: 0.93rem;
  width: 100%;
}

#contact-modal .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  width: 100%;
}

#contact-modal .wpcf7-form label {
  color: #222;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 8px;
  display: block;
  line-height: 1.3;
}

#contact-modal .wpcf7-form-control {
  width: 100%;
  font-size: 0.93rem;
  padding: 4px 12px;
  border: 1.2px solid #CBD5E1;
  border-radius: 7px;
  background: #F9FAFB;
  color: #222;
  margin-top: 4px;
  margin-bottom: 4pxm;
  transition: border-color 0.18s, box-shadow 0.18s;
  box-sizing: border-box;
}

#contact-modal .wpcf7-form-control:focus {
  border-color: #3182CE;
  box-shadow: 0 0 0 2px #BEE3F8;
  outline: none;
  background: #fff;
}

#contact-modal .wpcf7-form-control[aria-invalid=true] {
  border-color: #E53E3E;
  background: #FFF5F5;
  font-size: 12px;
}

#contact-modal textarea.wpcf7-form-control {
  min-height: 80px;
  height: 3em;
  resize: vertical;
}

#contact-modal .wpcf7-submit {
  background: #3182CE;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 7px;
  padding: 0.55em 0;
  font-size: 0.97rem;
  margin-top: 0.18em;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s;
  box-shadow: 0 1.5px 3px rgba(49, 130, 206, 0.08);
}

#contact-modal .wpcf7-submit:hover,
#contact-modal .wpcf7-submit:focus {
  background: #2563EB;
  box-shadow: 0 2px 8px rgba(49, 130, 206, 0.13);
}

#contact-modal .wpcf7-spinner {
  margin-left: 0.7em;
  vertical-align: middle;
}

#contact-modal .wpcf7-response-output {
  margin-top: 0.7em;
  font-size: 0.98rem;
  color: #E53E3E;
  background: #FFF5F5;
  border-radius: 6px;
  padding: 0.5em 1em;
  border: 1px solid #FECACA;
}

#contact-modal .screen-reader-response {
  display: none;
}

#contact-modal .hidden-fields-container {
  display: none;
}

body.modal-open,
html.modal-open {
  overflow: hidden !important;
}

html {
  overflow-x: hidden;
}
@media (min-width: 62em) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}

img {
  display: block;
}

.mx {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.sd_only {
  display: block;
}
@media (min-width: 48em) {
  .sd_only {
    display: none;
  }
}

#poster {
  background-color: #007f41;
  position: relative;
  padding-top: 124vw;
  overflow-y: hidden;
}
@media (min-width: 48em) {
  #poster {
    padding-top: 40vw;
  }
}
#poster .logo, #poster .baloon, #poster .dark {
  position: absolute;
  width: 100%;
  display: block;
}
#poster .bottom {
  margin-bottom: -1vw;
}
#poster .dark {
  top: 0;
  left: 0;
  right: 0;
}
#poster .logo {
  left: 0;
  right: 0;
  margin: auto;
  top: 15vw;
  width: 50%;
}
@media (min-width: 48em) {
  #poster .logo {
    top: 5vw;
    width: 30%;
  }
}
#poster .baloon {
  width: 22%;
  top: 86vw;
  right: 5%;
}
@media (min-width: 48em) {
  #poster .baloon {
    top: 10vw;
    right: 8%;
  }
}

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