@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700&display=swap");
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
*:not(dialog) {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

/*------------------------------
BASE
-------------------------------*/
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  position: relative;
  background: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-optical-sizing: auto;
  /*font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 400;*/
  /*@include g.tab { 
    font-size: 1.5rem;
  }
  @include g.sp { 
    font-size: 1.4rem;
  }*/
}

/* */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

*:focus-visible {
  outline: 2px solid #008fcc;
  outline-offset: 0;
}

a {
  backface-visibility: hidden;
}

figure {
  line-height: 0;
}

figcaption {
  line-height: 1.5;
}

/*img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}*/
/* display -------------*/
/* pc/sp */
.for-pc {
  display: inherit;
}

.for-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
}
/* margin -------------*/
.mt-0 {
  margin-top: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.mt--7em {
  margin-top: -7em !important;
}

.mb--7em {
  margin-bottom: -7em !important;
}

.mt--6em {
  margin-top: -6em !important;
}

.mb--6em {
  margin-bottom: -6em !important;
}

.mt--5em {
  margin-top: -5em !important;
}

.mb--5em {
  margin-bottom: -5em !important;
}

.mt--4em {
  margin-top: -4em !important;
}

.mb--4em {
  margin-bottom: -4em !important;
}

.mt--3em {
  margin-top: -3em !important;
}

.mb--3em {
  margin-bottom: -3em !important;
}

.mt--2em {
  margin-top: -2em !important;
}

.mb--2em {
  margin-bottom: -2em !important;
}

.mt--1em {
  margin-top: -1em !important;
}

.mb--1em {
  margin-bottom: -1em !important;
}

.mt-0em {
  margin-top: 0em !important;
}

.mb-0em {
  margin-bottom: 0em !important;
}

.mt-1em {
  margin-top: 1em !important;
}

.mb-1em {
  margin-bottom: 1em !important;
}

.mt-2em {
  margin-top: 2em !important;
}

.mb-2em {
  margin-bottom: 2em !important;
}

.mt-3em {
  margin-top: 3em !important;
}

.mb-3em {
  margin-bottom: 3em !important;
}

.mt-4em {
  margin-top: 4em !important;
}

.mb-4em {
  margin-bottom: 4em !important;
}

.mt-5em {
  margin-top: 5em !important;
}

.mb-5em {
  margin-bottom: 5em !important;
}

.mt-6em {
  margin-top: 6em !important;
}

.mb-6em {
  margin-bottom: 6em !important;
}

.mt-7em {
  margin-top: 7em !important;
}

.mb-7em {
  margin-bottom: 7em !important;
}

.mt-8em {
  margin-top: 8em !important;
}

.mb-8em {
  margin-bottom: 8em !important;
}

.mt-9em {
  margin-top: 9em !important;
}

.mb-9em {
  margin-bottom: 9em !important;
}

.mt-10em {
  margin-top: 10em !important;
}

.mb-10em {
  margin-bottom: 10em !important;
}

/* padding -------------*/
.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pt-1em {
  padding-top: 1em !important;
}

.pb-1em {
  padding-bottom: 1em !important;
}

.pt-2em {
  padding-top: 2em !important;
}

.pb-2em {
  padding-bottom: 2em !important;
}

.pt-3em {
  padding-top: 3em !important;
}

.pb-3em {
  padding-bottom: 3em !important;
}

.pt-4em {
  padding-top: 4em !important;
}

.pb-4em {
  padding-bottom: 4em !important;
}

.pt-5em {
  padding-top: 5em !important;
}

.pb-5em {
  padding-bottom: 5em !important;
}

.pt-6em {
  padding-top: 6em !important;
}

.pb-6em {
  padding-bottom: 6em !important;
}

.pt-7em {
  padding-top: 7em !important;
}

.pb-7em {
  padding-bottom: 7em !important;
}

.pt-8em {
  padding-top: 8em !important;
}

.pb-8em {
  padding-bottom: 8em !important;
}

.pt-9em {
  padding-top: 9em !important;
}

.pb-9em {
  padding-bottom: 9em !important;
}

.pt-10em {
  padding-top: 10em !important;
}

.pb-10em {
  padding-bottom: 10em !important;
}

/* text -------------*/
/* font size */
.txt-xsmall {
  font-size: 75%;
}

.txt-small {
  font-size: 87.5%;
}

.txt-middle {
  font-size: 93.75%;
}

.txt-large {
  font-size: 112.5%;
}

.txt-xlarge {
  font-size: 137.5%;
}

/* align */
.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.txt-center_forpc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt-center_forpc {
    text-align: left;
  }
}

figure.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  figure.center figcaption {
    text-align: left;
  }
}

/* font weight */
.txt-fwL {
  font-weight: 300 !important;
}

.txt-fwR {
  font-weight: 400 !important;
}

.txt-fwM {
  font-weight: 500 !important;
}

.txt-fwB {
  font-weight: 600 !important;
}

/* line height */
.lh-thin {
  line-height: 1.4;
}

.lh-2 {
  line-height: 2;
}

/* letter space */
.ls-0 {
  letter-spacing: 0 !important;
}

.ls-1 {
  letter-spacing: 1em !important;
}

.ls-_1 {
  letter-spacing: 0.1em !important;
}

.ls-_5 {
  letter-spacing: 0.5em !important;
}

/* indent */
.indent-1 {
  margin-left: 1em;
  text-indent: -1em;
}

.indent-2 {
  margin-left: 2em;
  text-indent: -2em;
}

.indent-23 {
  margin-left: 2.3em;
  text-indent: -2.3em;
}

.indent-25 {
  margin-left: 2.5em;
  text-indent: -2.5em;
}

/**/
.txt-asterisk {
  display: block;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6 !important;
}

.l-wrapper {
  position: relative;
  width: 100%;
  overflow: clip;
}

header {
  position: relative;
  margin: 0;
}

.header-container {
  position: relative;
}
.header-container h1 {
  margin: 0;
}
.header-container .logo {
  position: absolute;
  line-height: 0;
}
.header-container .logo a {
  display: block;
}
.header-container .logo img {
  width: 100%;
}
.header-container .atre-hp {
  position: absolute;
  top: 6%;
  right: 3%;
  font-size: clamp(12px, 1.47vw, 20px);
  font-weight: 500;
}
.header-container .atre-hp a {
  color: #211815;
  text-decoration: none;
}
.header-container .atre-hp a:hover, .header-container .atre-hp a:focus {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 2px;
}
@media screen and (min-width: 768px) {
  .header-container .logo {
    top: 2.5vw;
    left: 2.5vw;
    width: 8.382%;
  }
}
@media screen and (max-width: 767px) {
  .header-container .logo {
    bottom: 2.9vw;
    right: 2.4vw;
    width: 12%;
  }
  .header-container .atre-hp {
    display: none;
  }
}

.header-toggle {
  position: fixed;
  top: 2vw;
  right: 2vw;
  width: 12vw;
  height: 12vw;
  line-height: 0;
  cursor: pointer;
  z-index: 51;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
}
.header-toggle .header-toggle-btn {
  position: relative;
  width: 100%;
  height: 100%;
}
.header-toggle .header-toggle-btn img {
  width: 100%;
  height: 100;
}
@media screen and (min-width: 768px) {
  .header-toggle {
    display: none;
  }
}

.header-toggle[aria-expanded=false] .header-toggle-open {
  display: block;
}
.header-toggle[aria-expanded=false] .header-toggle-close {
  display: none;
}

.header-toggle[aria-expanded=true] .header-toggle-open {
  display: none;
}
.header-toggle[aria-expanded=true] .header-toggle-close {
  display: block;
}

.header-menu {
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  pointer-events: auto;
  z-index: 50;
  width: 100%;
  height: 100vh;
  padding: 18vw 0 0;
  background: #f7ebdc;
}
.header-menu .header-menu-inner {
  position: relative;
  width: 100%;
  max-height: 100%;
  padding: 10px 50px 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow-y: auto;
}
.header-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16vw 0;
  justify-content: space-between;
  max-width: 200px;
  margin: 0 auto;
  padding: 0;
}
.header-menu li {
  color: #211815;
  line-height: 0;
}
.header-menu a {
  color: #211815;
  text-decoration: none;
}
.header-menu a:hover {
  opacity: 0.7;
}
.header-menu img {
  width: 100%;
}

.header-menu[aria-hidden=true] {
  display: none;
}

.header-menu[aria-hidden=false] {
  display: block;
  display: flex;
}

footer {
  position: relative;
  margin: 0;
}

.footer-container {
  position: relative;
  width: 90%;
  margin: auto;
  padding: 50px 0;
}
.footer-container .copyright {
  margin: 0;
  text-align: center;
  font-size: 100%;
}
@media screen and (max-width: 767px) {
  .footer-container {
    font-size: 80%;
  }
}

/* common -------------*/
.l-main {
  position: relative;
  z-index: 0;
  background: url("../img/bg_1.jpg");
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-bottom: 4vw;
  }
}

.section {
  position: relative;
}

/* page-nav -------------*/
.page-nav {
  position: relative;
  width: 90%;
  max-width: 820px;
  margin: auto;
}
.page-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.page-nav li {
  position: relative;
  width: 270px;
  line-height: 0;
}
.page-nav li:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 5px;
  height: calc(100% + 4px);
  background: #211815;
}
.page-nav li:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  width: 5px;
  height: calc(100% + 4px);
  background: #211815;
}
.page-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #d65350;
  border-top: 2px solid #211815;
  border-bottom: 2px solid #211815;
}
.page-nav li a:hover {
  background: #db723f;
}
.page-nav li img {
  width: 100%;
}

/* pagetop -------------*/
.pagetop {
  position: sticky;
  bottom: 0px;
  margin-top: 140px;
  line-height: 1;
  font-size: 10px;
  pointer-events: none;
  z-index: 30;
}
.pagetop a {
  position: absolute;
  bottom: 30px;
  right: 20px;
  display: block;
  width: 64px;
  height: 64px;
  background: url("../img/btn_pagetop.svg") no-repeat;
  background-size: 100%;
  border-radius: 100%;
  text-decoration: none;
  text-indent: 200%;
  white-space: nowrap;
  pointer-events: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    width: 40px;
    height: 40px;
    bottom: 2vw;
    right: 3vw;
  }
}

.pagetop.is_hide {
  display: none;
}

/* intro -------------*/
.sec-intro {
  padding: 130px 0;
  background: linear-gradient(180deg, rgb(214, 83, 80) 0%, rgba(214, 83, 80, 0) 300px);
}
.sec-intro:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1360/720;
  background: url("../img/intro_pattern.svg") no-repeat center top;
  background-size: 100% auto;
}
.sec-intro .intro-message {
  position: relative;
  max-width: 820px;
  margin: auto auto 60px;
}
.sec-intro .intro-message .text {
  margin: 0;
  line-height: 0;
  text-align: center;
}
.sec-intro .intro-message .text img {
  width: 100%;
}
.sec-intro .history {
  position: relative;
  width: 90%;
  max-width: 820px;
  margin: auto;
}
.sec-intro .history p {
  margin: 0;
  line-height: 0;
  text-align: center;
}
.sec-intro .history p img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec-intro {
    padding: 60px 0;
  }
  .sec-intro:before {
    display: none;
  }
}

/* section header -------------*/
.section-header {
  position: relative;
  width: 90%;
  max-width: 1075px;
  margin: auto;
  border-top: 2px solid #211815;
  border-bottom: 2px solid #211815;
  background: #d65350;
  text-align: center;
  line-height: 0;
}
.section-header:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: -2px;
  width: 5px;
  height: calc(100% + 8px);
  background: #211815;
  text-align: center;
  line-height: 0;
}
.section-header:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: -2px;
  width: 5px;
  height: calc(100% + 8px);
  background: #211815;
}
.section-header img {
  max-width: 100%;
  margin: auto;
}

/* event -------------*/
.sec-event {
  margin: 70px 0;
  background: url("../img/bg_ume.png") no-repeat center top;
  background-size: 100% auto;
}
.sec-event .event-container {
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: 40px auto;
  border: 2px solid #211815;
  border-top: none;
}
.sec-event .event-h3 {
  position: relative;
  margin: 0;
  border-top: 2px solid #211815;
  background: #f5e450;
  line-height: 0;
}
.sec-event .event-h3 img {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.sec-event .event-item {
  position: relative;
  margin: 0;
  border-top: 2px solid #211815;
  background: #fff;
}
.sec-event .event-item-title {
  position: relative;
  padding: 0;
}
.sec-event .event-item-title h4 {
  margin: 0;
  line-height: 0;
}
.sec-event .event-item-title h4 img {
  width: 100%;
}
.sec-event .event-item-title .event-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  width: 50px;
  height: 50px;
  margin: auto;
  padding: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
}
.sec-event .event-item-title .event-toggle .event-toggle-btn {
  width: 100%;
  line-height: 0;
}
.sec-event .event-item-title .event-toggle .event-toggle-btn img {
  width: 100%;
}
.sec-event .event-item-title .event-toggle[aria-expanded=false] .event-toggle-open {
  display: block;
}
.sec-event .event-item-title .event-toggle[aria-expanded=false] .event-toggle-close {
  display: none;
}
.sec-event .event-item-title .event-toggle[aria-expanded=true] .event-toggle-open {
  display: none;
}
.sec-event .event-item-title .event-toggle[aria-expanded=true] .event-toggle-close {
  display: block;
}
.sec-event .event-item-content {
  position: relative;
  padding: 0 40px 40px;
}
.sec-event .event-item-content img {
  display: inline-block;
}
.sec-event .event-item-content .text {
  margin: 0 auto 1em;
  text-align: center;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.sec-event .event-item-content .btn-more {
  position: relative;
  max-width: 260px;
  margin: 2em auto 0;
  line-height: 0;
}
.sec-event .event-item-content .btn-more a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.sec-event .event-item-content .btn-more img {
  width: 100%;
}
.sec-event .event-item-content .img-text {
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.sec-event .event-item-content .img-text .img {
  width: 21%;
}
.sec-event .event-item-content .img-text.left {
  flex-direction: row-reverse;
}
.sec-event .event-item-content .img-text.left:before {
  content: "";
  display: block;
  position: relative;
  width: 21%;
}
.sec-event .event-item-content .img-text.right:before {
  content: "";
  display: block;
  position: relative;
  width: 21%;
}
.sec-event .event-item-content[aria-hidden=true] {
  display: none;
}
.sec-event .event-item-content[aria-hidden=false] {
  display: block;
}
.sec-event .event-info {
  position: relative;
  width: 90%;
  max-width: 730px;
  margin: 40px auto 0;
}
.sec-event .event-info p {
  margin: 0;
  font-size: 107%;
  font-weight: 500;
}
.sec-event .event-info-rule {
  display: flex;
  gap: 30px;
}
.sec-event .event-info-rule h4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 20px 30px;
  border: 2px solid #211815;
  background: #f5e450;
  font-weight: 500;
  text-align: center;
  flex: none;
}
.sec-event .event-info-rule ul {
  font-weight: 500;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-event .event-info-rule ul li {
  display: flex;
  margin: 0 0 5px;
}
.sec-event .event-info-rule ul li:before {
  flex: none;
  content: "●";
  display: block;
  width: 1em;
}
.sec-event .event-info-rule ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .sec-event .event-item-content {
    padding: 0 20px 40px;
  }
  .sec-event .event-item-content .text {
    font-size: 87.5%;
  }
  .sec-event .event-item-content .img-text {
    gap: 0;
    flex-direction: column;
  }
  .sec-event .event-item-content .img-text .img {
    width: auto;
  }
  .sec-event .event-item-content .img-text.left {
    flex-direction: column;
  }
  .sec-event .event-item-content .img-text:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec-event .event-item-title .event-toggle {
    right: 15px;
    width: 40px;
    height: 40px;
  }
  .sec-event .event-item-content {
    padding: 0 20px 40px;
  }
  .sec-event .event-item-content .text {
    font-size: 87.5%;
  }
  .sec-event .event-item-content .img-text {
    gap: 0;
    flex-direction: column;
  }
  .sec-event .event-item-content .img-text .img {
    width: auto;
  }
  .sec-event .event-item-content .img-text.left {
    flex-direction: column;
  }
  .sec-event .event-item-content .img-text:before {
    display: none;
  }
  .sec-event .event-info {
    font-size: 87.5%;
  }
  .sec-event .event-info-rule {
    gap: 15px;
    flex-direction: column;
  }
  .sec-event .event-info-rule h4 {
    padding: 15px 20px;
    font-size: 100%;
  }
}

/* fair -------------*/
.sec-fair {
  margin: 70px 0;
  background: url("../img/bg_ume.png") no-repeat center top;
  background-size: 100% auto;
}
.sec-fair .fair-tab {
  position: relative;
  max-width: 1075px;
  width: 90%;
  margin: 40px auto;
}
.sec-fair .fair-tab ul {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-fair .fair-tab ul button {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  line-height: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-fair .fair-tab ul button img {
  width: 100%;
}
.sec-fair .fair-tab ul button img.off {
  position: absolute;
  opacity: 1;
}
.sec-fair .fair-tab ul button img.on {
  opacity: 0;
}
.sec-fair .fair-tab ul button:hover img.off, .sec-fair .fair-tab ul button:focus img.off {
  opacity: 0;
}
.sec-fair .fair-tab ul button:hover img.on, .sec-fair .fair-tab ul button:focus img.on {
  opacity: 1;
}
.sec-fair .fair-tab ul button[role=tab][aria-selected=true] img.off {
  opacity: 0;
}
.sec-fair .fair-tab ul button[role=tab][aria-selected=true] img.on {
  opacity: 1;
}
.sec-fair .fair-container {
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 2px solid #211815;
}
.sec-fair .fair-container[aria-hidden=true] {
  display: none;
}
.sec-fair .fair-container[aria-hidden=false] {
  display: grid;
}
.sec-fair .fair-item {
  position: relative;
  padding: 0;
  background: #fff;
  border-top: 2px solid #211815;
  border-left: 2px solid #211815;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.sec-fair .fair-item:nth-child(2n) {
  border-right: 2px solid #211815;
}
.sec-fair .fair-item-title {
  position: relative;
  padding: 15px 5%;
  display: grid;
  grid-template-rows: subgrid;
  align-items: center;
}
.sec-fair .fair-item-title .text {
  position: relative;
  text-align: center;
  font-size: clamp(18px, 2.8vw, 200%);
}
.sec-fair .fair-item-title .text h4 {
  margin: 0;
  font-size: 100%;
  text-align: center;
  font-weight: 500;
}
.sec-fair .fair-item-title .text .category {
  font-size: 90%;
  margin: 10px 0;
  font-weight: 500;
}
.sec-fair .fair-item-title .fair-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  width: 50px;
  height: 50px;
  margin: auto;
  padding: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
}
.sec-fair .fair-item-title .fair-toggle .fair-toggle-btn {
  width: 100%;
  line-height: 0;
}
.sec-fair .fair-item-title .fair-toggle .fair-toggle-btn img {
  width: 100%;
}
.sec-fair .fair-item-title .fair-toggle[aria-expanded=false] .fair-toggle-open {
  display: block;
}
.sec-fair .fair-item-title .fair-toggle[aria-expanded=false] .fair-toggle-close {
  display: none;
}
.sec-fair .fair-item-title .fair-toggle[aria-expanded=true] .fair-toggle-open {
  display: none;
}
.sec-fair .fair-item-title .fair-toggle[aria-expanded=true] .fair-toggle-close {
  display: block;
}
.sec-fair .fair-item-content {
  position: relative;
  padding: 10px 20px 40px;
}
.sec-fair .fair-item-content img {
  display: inline-block;
}
.sec-fair .fair-item-content .text {
  margin: 0 auto 1em;
  color: #d65350;
  font-size: 18px;
  text-align: center;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sec-fair .fair-item-content .text span.small {
  font-size: 14px;
}
.sec-fair .fair-item-content .img {
  margin: 10px auto 0;
  text-align: center;
}
.sec-fair .fair-item-content .img.round img {
  border-radius: 15px;
}
.sec-fair .fair-item-content[aria-hidden=true] {
  display: none;
}
.sec-fair .fair-item-content[aria-hidden=false] {
  display: block;
}
.sec-fair .fair-info {
  position: relative;
  width: 90%;
  max-width: 730px;
  margin: 40px auto 0;
}
.sec-fair .fair-info p {
  margin: 0;
  font-size: 107%;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-fair .fair-tab ul {
    gap: 15px;
  }
  .sec-fair .fair-container {
    grid-template-columns: 1fr;
  }
  .sec-fair .fair-item-title .fair-toggle {
    right: 15px;
    width: 40px;
    height: 40px;
  }
  .sec-fair .fair-item {
    border-right: 2px solid #211815;
  }
  .sec-fair .fair-item-content .text {
    font-size: 90%;
  }
  .sec-fair .fair-info p {
    font-size: 87.5%;
    text-align: left;
  }
}

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

/*#tnadd*/
.sec-illustrator {
  padding: 30px 0 10px;
}
.sec-illustrator .illustrator {
  position: relative;
  width: 90%;
  max-width: 820px;
  margin: auto;
}

.sec-illustrator .illustrator p {
  margin: 0;
  line-height: 0;
  text-align: center;
}
.sec-illustrator .illustrator p img {
  width: 100%;
}
