@charset "UTF-8";
html {
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  background-color: #F2D127;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body::before {
  content: "";
  background: url(../img/bg-pattern.png) repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -2;
}
body.js-no_scroll {
  overflow: hidden;
}
body.js-no_scroll:before {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

main {
  position: relative;
  padding-top: 51px;
}
@media (max-width: 767px) {
  main {
    padding: 33px 0 20px;
  }
}

p {
  margin: 0;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: #d5a749;
}
a:hover:not(.p-btn) {
  text-decoration: none;
  opacity: 0.8;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

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

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

:root {
  scroll-behavior: auto !important;
}

ul {
  padding: 0;
  list-style: none;
}

h2,
h3 {
  line-height: 1.5;
}

dl {
  margin-bottom: 0;
}
dl dd:last-of-type {
  margin-bottom: 0 !important;
}

section .container {
  width: min(90%, 1000px);
  margin-inline: auto;
  padding: 0;
  background: rgba(255, 255, 255, 0.89);
  box-sizing: border-box;
  border: 6px solid #92CC90;
  box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.13);
  background-image: url(../img/containerbg.png);
  background-size: cover;
}
section + section {
  margin-top: 100px;
}
@media (max-width: 767px) {
  section + section {
    margin-top: 32px;
  }
}
section:last-of-type {
  margin-bottom: 60px;
}
section .content {
  width: min(90%, 800px);
  margin-inline: auto;
  padding: 50px 0;
}
@media (max-width: 767px) {
  section .content {
    padding: 30px 0;
  }
}
section .content + .content {
  border-top: 2px solid #92CC90;
}

hgroup {
  padding: 20px 0;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
hgroup.is-animated {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  hgroup {
    padding-bottom: 10px;
  }
}
hgroup h2 {
  margin: 40px 0 0;
  font-weight: 800;
  font-size: 5rem;
  line-height: 1em;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.03em;
  text-shadow: 3px 3px #ffffff;
}
@media (max-width: 767px) {
  hgroup h2 {
    font-size: 3rem;
    text-shadow: 2px 2px #ffffff;
  }
}
hgroup p {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  hgroup p {
    font-size: 12px;
  }
}

h3 {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 1.04rem;
  }
}
h3 span {
  font-weight: 800;
  text-align: center;
  color: #ffffff;
  background-color: #100f1a;
  display: inline-block;
  margin: 0 auto;
  padding: 11px 65px;
  clip-path: polygon(calc(0% + 30px) 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
  z-index: 1;
  will-change: clip-path;
}
@media (max-width: 767px) {
  h3 span {
    padding: 8px 52px;
  }
}
@media (max-width: 575px) {
  h3 span {
    width: 100%;
    padding: 8px 32px;
  }
}

.en {
  font-family: "Roboto Condensed", sans-serif;
}

.note-list li {
  position: relative;
  padding-left: 1.2em;
}
.note-list span {
  position: absolute;
  left: 0;
  color: #c80a14;
}

.bnr {
  max-width: 600px;
  margin-inline: auto;
}

.list-dot {
  padding-left: 1.3em;
  list-style: disc;
}

dd a {
  text-decoration: underline;
}

footer {
  padding: 30px 0;
  background: #000;
  border-top: 1px solid #ffd233;
}
footer .link-pageup {
  position: fixed;
  right: 40px;
  display: flex;
  bottom: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #F96804;
  border-radius: 100vmax;
  transition: opacity 0.3s;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
footer .link-pageup:hover {
  color: #000;
  background: #F96804;
}
@media (any-hover: hover) {
  footer .link-pageup:hover {
    opacity: 0.8;
  }
}
footer .copyright {
  display: block;
  text-align: center;
  color: #ffffff;
}

header {
  position: relative;
}
header .img-logo {
  display: block;
  width: 25vw;
  max-width: 140px;
  max-height: 59px;
  object-fit: contain;
}
@media (max-width: 767px) {
  header .img-logo {
    width: 20vw;
    max-height: 39px;
  }
}

nav.navbar {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 75px;
  padding: 8px 0;
  background: #ffd233;
  box-sizing: border-box;
  box-shadow: 1px 1px 9px rgba(129, 114, 24, 0.7803921569);
}
@media (max-width: 767px) {
  nav.navbar {
    height: 55px;
  }
}
nav.navbar .container-fluid {
  max-width: 1400px;
  height: 100%;
  display: flex;
  align-items: center;
}
nav.navbar .nav-left {
  flex: 0 0 120px;
}
@media (max-width: 767px) {
  nav.navbar .nav-left {
    flex: 0 0 60px;
  }
}
nav.navbar .nav-left .img-logo-akita {
  max-width: 100%;
  height: auto;
}
nav.navbar .iruma-popup {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.navbar .iruma-popup .img-logo-main {
  max-height: 50px;
  width: auto;
}
@media (max-width: 767px) {
  nav.navbar .iruma-popup .img-logo-main {
    max-height: 35px;
  }
}
nav.navbar .menu-btn {
  flex: 0 0 120px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  nav.navbar .menu-btn {
    flex: 0 0 60px;
  }
}
nav.navbar button.btn.btn-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: none;
  text-decoration: none;
  font-size: 14px;
  height: 35px;
}
@media (max-width: 575px) {
  nav.navbar button.btn.btn-link {
    margin-right: 0;
  }
}
nav.navbar button.btn.btn-link:focus {
  outline: none;
  box-shadow: none;
}
nav.navbar button.btn.btn-link .navbar-toggler-icon {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
nav.navbar .modal-content {
  background-color: #000000;
  border: none;
  border-radius: 0;
}
nav.navbar .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: #ffffff;
}
nav.navbar .modal-header {
  border-bottom: none;
  justify-content: flex-end;
  padding: 40px 30px 0;
}
@media (max-width: 575px) {
  nav.navbar .modal-header {
    padding: 25px 20px 0;
  }
}
nav.navbar .modal-header .btn-close {
  position: relative;
  border: none;
  font-size: 20px;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
@media (max-width: 575px) {
  nav.navbar .modal-header .btn-close {
    margin-right: 0;
    font-size: 18px;
  }
}
nav.navbar .modal-header .btn-close:focus {
  outline: none;
  box-shadow: none;
}
nav.navbar .navbar-nav {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  padding-top: 20px;
  text-align: center;
  background-color: #000000;
}
nav.navbar .nav-link {
  padding: 12px 30px;
  text-decoration: none;
  color: #ffd233;
  font-weight: 600;
  font-size: 24px;
}
nav.navbar .nav-link span {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 10px;
}
@media (max-width: 575px) {
  nav.navbar .nav-link {
    padding: 12px 20px;
    font-size: 22px;
  }
}
nav.navbar .nav-item {
  padding: 15px 0;
  border-bottom: 1px solid #ffd233;
}
@media (min-width: 768px) {
  nav.navbar .nav-item:last-child {
    border-bottom: none;
  }
}

.modal-backdrop {
  z-index: 1;
}

.kvbg {
  position: relative;
}
.kvbg::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF1E4;
  background-image: url(../img/kvbg.jpg);
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 66%, 0 100%);
  z-index: 0;
}
@media (max-width: 767px) {
  .kvbg::before {
    clip-path: polygon(0 0, 100% 0, 100% 76%, 0 100%);
  }
}

.kv {
  z-index: 1;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 40px;
}
.kv img {
  display: block;
  width: 100%;
}

.logo100 {
  position: relative;
}
.logo100 img {
  max-width: 300px;
  width: 30vw;
  padding-top: 6px;
}

.read .readstart {
  font-size: 1.7em;
  line-height: 2.2em; /* 行間の「隙間」 */
  padding: 0.1em 0.5em 0.2em; /* 上下の数値を小さくすると、黒い帯が細くなり隙間が目立ちます */
  display: inline;
  background-color: #000;
  color: #fff;
  font-weight: 800;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  /* 余白などの調整 */
  letter-spacing: 0.18em;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .read .readstart {
    font-size: 1.64em;
  }
}
@media (max-width: 1025px) {
  .read .readstart {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .read .readstart {
    font-size: 1.6em;
    margin-bottom: 20px;
    font-weight: 800;
    position: relative;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 400px) {
  .read .readstart {
    font-size: 5.56vw;
  }
}
.read .readsub {
  font-size: 1.56em;
  line-height: 2em;
  margin: 20px auto 0px;
  letter-spacing: 0.1em;
  font-weight: 800;
}
@media (max-width: 1025px) {
  .read .readsub {
    font-size: 1.26em;
  }
}
@media (max-width: 767px) {
  .read .readsub {
    letter-spacing: 0.04em;
  }
}
@media (max-width: 400px) {
  .read .readsub {
    font-size: 4.23vw;
  }
}

/* 左右のハミ出し防止 */
body {
  overflow-x: hidden;
}

.fair-container {
  position: relative;
  width: 100%;
  /* 上下のはみ出しを許可しつつ、左右だけを「物理的に」切り取る */
  overflow-x: clip;
  overflow-y: visible;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .fair-container {
    padding: 10px 0;
  }
}

.trace-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(60%, -50%) rotate(20deg);
  width: 100vw;
  max-width: none;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  will-change: transform;
}

.read.is-animated .trace-bg {
  animation: curveIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes curveIn {
  0% {
    opacity: 0;
    transform: translate(100%, -80%) rotate(20deg);
  }
  60% {
    opacity: 0.4;
    transform: translate(-60%, -46%) rotate(-8deg);
  }
  100% {
    opacity: 0.7;
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media (max-width: 1400px) {
  .trace-bg {
    top: 70%;
    width: 180vw;
  }
}
@media (max-width: 768px) {
  .fair-container {
    touch-action: pan-y;
  }
  .trace-bg {
    top: 160%;
    width: 250vw;
  }
}
.benefits_sec {
  position: relative;
  overflow-x: clip; /* 左右のハミ出しをカット */
}

/* 左から出る用の背景設定 */
.trace-bg-2 {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-100%, -50%) rotate(-20deg);
  width: 100vw;
  max-width: none;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  will-change: transform;
}
@media (max-width: 767px) {
  .trace-bg-2 {
    width: 250vw;
  }
}

.benefits_sec.is-animated .trace-bg-2 {
  animation: curveInReverse 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes curveInReverse {
  0% {
    opacity: 0;
    transform: translate(-100%, -80%) rotate(-20deg);
  }
  60% {
    opacity: 0.4;
    transform: translate(-36%, -46%) rotate(8deg);
  }
  100% {
    opacity: 0.7;
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.trace-bg-3 {
  position: absolute;
  top: 6.4%;
  left: 50%;
  transform: translate(-100%, -50%) rotate(-20deg);
  width: 100vw;
  max-width: none;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  will-change: transform;
}
@media (max-width: 767px) {
  .trace-bg-3 {
    width: 250vw;
    top: 7.8%;
  }
}

.benefits_sec.is-animated .trace-bg-3 {
  animation: curveIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.schedule_sec .schedule-list {
  letter-spacing: 0.1em;
  width: 100%;
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .schedule_sec .schedule-list {
    grid-template-columns: 100px 1fr;
    align-items: baseline;
  }
}
.schedule_sec .schedule-list dt {
  background: #ffffff;
  border: 2px solid #7cb97a;
  color: #7cb97a;
  font-weight: bold;
  padding: 4px 8px;
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .schedule_sec .schedule-list dt {
    width: 140px;
    margin: 0 auto;
    font-size: 15px;
  }
  .schedule_sec .schedule-list dt:not(:first-of-type) {
    margin-top: 10px;
  }
}
.schedule_sec .schedule-list dd {
  margin: 0;
  padding-left: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}
@media (max-width: 767px) {
  .schedule_sec .schedule-list dd {
    text-align: center;
    font-size: 16px;
  }
}
.schedule_sec a.btn-detail {
  display: inline-block;
  width: 260px;
  text-align: center;
  background: linear-gradient(165deg, rgb(249, 97, 3) 0%, rgb(252, 202, 21) 100%);
  color: #fff;
  text-decoration: none;
  padding: 15px 0px;
  font-weight: bold;
  border-radius: 50px;
  -webkit-box-shadow: 3px 2px 6px 0px rgba(13, 13, 13, 0.13);
  box-shadow: 3px 2px 6px 0px rgba(13, 13, 13, 0.13);
  position: relative;
  font-style: italic;
  font-size: 18px;
}
@media (max-width: 575px) {
  .schedule_sec a.btn-detail {
    padding: 12px 0px;
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .schedule_sec a.btn-detail {
    width: 230px;
  }
}
.schedule_sec a.btn-detail:hover {
  opacity: 0.8;
  transform: scale(1.06) rotate(-2deg);
}
.schedule_sec a.btn-detail::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/arrow.png);
  background-size: 100%;
  width: 20px;
  height: 10px;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.fair-body {
  max-width: 540px;
  margin: 0 auto;
  padding: 40px 0px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .fair-body {
    padding: 30px 0px;
  }
}

.marker {
  background: linear-gradient(transparent 50%, rgb(242, 209, 39) 50%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
  font-weight: bold;
}

.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.goods_sec a.btn-detail {
  display: inline-block;
  width: 460px;
  text-align: center;
  background: linear-gradient(165deg, rgb(249, 97, 3) 0%, rgb(252, 202, 21) 100%);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 0px;
  border-radius: 50px;
  border: 4px solid #ffffff;
  -webkit-box-shadow: 3px 2px 6px 0px rgba(13, 13, 13, 0.13);
  box-shadow: 3px 2px 6px 0px rgba(13, 13, 13, 0.13);
  position: relative;
  font-style: italic;
  font-size: 18px;
}
@media (max-width: 575px) {
  .goods_sec a.btn-detail {
    padding: 12px 0px;
    font-size: 16px;
    width: 100%;
    border: 3px solid #ffffff;
  }
}
.goods_sec a.btn-detail:hover {
  opacity: 0.8;
  transform: scale(1.06) rotate(-2deg);
}
.goods_sec a.btn-detail::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/arrow.png);
  background-size: 100%;
  width: 20px;
  height: 10px;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-btn {
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: 300px;
  margin-inline: auto;
  padding: 10px 15px;
  text-align: center;
  font-weight: 600;
  color: #000;
  background: #fff;
  border: 1px solid;
  outline: 4px solid #fff;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .p-btn {
    gap: 30px;
  }
}
.p-btn:hover {
  color: #000;
}
@media (any-hover: hover) {
  .p-btn:hover {
    opacity: 0.8;
  }
}
.p-btn p {
  position: relative;
}
.p-btn p:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: inline-block;
  scale: 2;
  position: absolute;
  right: -1em;
}
.p-btn img {
  width: 50%;
}