@charset "UTF-8";
:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --noto-serif: "Noto Serif JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --white: #fff;
  --black: #000;
  --red: #d0111b;
  --gray: #f7f7f7;
  --beige: #f5ede0;
  --gold: #a17e28;
  --fz_xs: 12px;
  --fz_sm: 14px;
  --fz_md: 16px;
  --fz_lg: 18px;
  --fz_xl: 20px;
  --header_h: 140px;
}
@media screen and (max-width: 1023px) {
  :root {
    --fz_xs: 10px;
    --fz_sm: 12px;
    --fz_md: 14px;
    --fz_lg: 16px;
    --fz_xl: 18px;
    --header_h: 60px;
  }
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: 0;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

:where(:-webkit-any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(:-moz-any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  field-sizing: content;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

:focus:not(:focus-visible) {
  outline: none;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  width: 100%;
  height: 100%;
  font-family: var(--noto-sans);
  font-size: 100%;
  color: var(--black);
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.05em;
}

body {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  body:has(main.register, main.login, main.reservations, main.confirm, main.thanks, main.mypage, main.favorite, main.point, main.ticket, main.business_card) footer {
    padding-bottom: 40px;
  }
}

.ff-serif {
  font-family: var(--noto-serif);
}

* {
  -webkit-print-color-adjust: exact;
}

img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
  border-style: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .pcImg {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .spImg {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}
main {
  padding-top: var(--header_h);
  position: relative;
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  main {
    padding-bottom: 80px;
    background: none;
  }
}

.fixed-btn {
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 20%;
  right: 10px;
  gap: 20px;
  background: #d0111b;
  border-radius: 37px;
  padding: 40px 20px;
}
@media (hover) {
  .fixed-btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .fixed-btn {
    top: auto;
    right: 50%;
    bottom: 15px;
    translate: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 300px;
    width: 100%;
    padding: 10px 20px;
    height: 60px;
    gap: 15px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
}
.fixed-btn .icon {
  width: 33px;
  height: auto;
  aspect-ratio: 33/37;
  -webkit-mask-image: url(../media/images/index/register-icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../media/images/index/register-icon.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .fixed-btn .icon {
    width: 24px;
  }
}
.fixed-btn .text {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .fixed-btn .text {
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    -ms-writing-mode: bt-lr;
    font-size: 16px;
  }
}

header.c-header {
  width: 100%;
  background-color: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
header.c-header.sp-menu-open {
  background-color: var(--beige);
}
header.c-header.login_header .inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header.c-header.mypage_header .inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 95%;
}
header.c-header.mypage_header .inner .logo {
  margin-right: auto;
}
header.c-header.mypage_header .inner ul.btn-mypage {
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  header.c-header.mypage_header .inner ul.btn-mypage {
    max-width: 210px;
  }
}
header.c-header.mypage_header .inner ul.btn-mypage li {
  max-width: 200px;
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 1023px) {
  header.c-header.mypage_header .inner ul.btn-mypage li {
    width: 100px;
    height: auto;
  }
}
header.c-header.mypage_header .inner ul.btn-mypage li a {
  width: 100%;
  height: auto;
  background: var(--gold);
  color: var(--white);
  font-size: 15px;
  display: grid;
  place-items: center;
  padding: 10px 0;
  border-radius: 100vmax;
  font-weight: 500;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1023px) {
  header.c-header.mypage_header .inner ul.btn-mypage li a {
    padding: 5px 0;
    font-size: 12px;
  }
}
@media (hover) {
  header.c-header.mypage_header .inner ul.btn-mypage li a:hover {
    opacity: 0.6;
  }
}
header.c-header.mypage_header .inner ul.btn-mypage li:nth-child(2) a {
  border: 1px solid var(--gold);
  background-color: var(--white);
  color: var(--gold);
}
header.c-header .inner {
  margin: 0 auto;
  width: 95%;
  max-width: 1400px;
  height: var(--header_h);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.c-header .inner .logo {
  width: 10%;
  max-width: 140px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  header.c-header .inner .logo {
    width: 30%;
  }
}
header.c-header .inner .logo a {
  width: 100%;
  height: auto;
  display: grid;
  place-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover) {
  header.c-header .inner .logo a:hover {
    opacity: 0.6;
  }
}
header.c-header .inner .logo a img {
  width: 100%;
  height: auto;
}
header.c-header .inner .logo a img.logo_pcImg {
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  header.c-header .inner .logo a img.logo_pcImg {
    display: none;
  }
}
header.c-header .inner .logo a img.logo_tabImg {
  display: none;
}
@media screen and (max-width: 1023px) {
  header.c-header .inner .logo a img.logo_tabImg {
    display: block;
  }
}
header.c-header .inner nav {
  width: 60%;
  max-width: 850px;
  height: 100%;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1023px) {
  header.c-header .inner nav {
    display: none;
  }
}
header.c-header .inner nav > ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.c-header .inner nav > ul > li {
  position: relative;
  width: 25%;
  height: 100%;
}
@media (hover) {
  header.c-header .inner nav > ul > li:hover::before {
    width: 50%;
  }
}
header.c-header .inner nav > ul > li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 0%;
  height: 6px;
  background-color: var(--gold);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
header.c-header .inner nav > ul > li:last-child > a:after {
  display: none;
}
header.c-header .inner nav > ul > li > a {
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: clamp(0.625rem, -0.056rem + 1.06vw, 0.875rem);
  color: var(--gold);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 0 5px;
  line-height: 1.25;
}
header.c-header .inner nav > ul > li > a span {
  font-size: 12px;
  display: block;
  color: #d6c5a7;
  font-weight: normal;
}
header.c-header .inner nav > ul > li > a b {
  font-weight: 700;
}
header.c-header .inner nav > ul > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 1px;
  height: 30px;
  background-color: #d7d7d7;
}
header.c-header .inner nav > ul > li.in_menu:hover .second_menu {
  opacity: 1;
  visibility: visible;
}
header.c-header .inner nav > ul > li.in_menu .second_menu {
  opacity: 0;
  visibility: hidden;
  width: 200%;
  background: var(--white);
  border-radius: 15px;
  border: 1px solid #d7d7d7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 20%;
  top: calc(100% + 10px);
}
header.c-header .inner nav > ul > li.in_menu .second_menu ul {
  width: 100%;
  height: auto;
}
header.c-header .inner nav > ul > li.in_menu .second_menu ul li {
  width: 100%;
  height: auto;
}
header.c-header .inner nav > ul > li.in_menu .second_menu ul li:nth-child(n+2) a {
  border-top: 1px solid #d7d7d7;
}
header.c-header .inner nav > ul > li.in_menu .second_menu ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 14px;
  color: var(--gold);
}
header.c-header .inner nav > ul > li.in_menu .second_menu ul li a:hover {
  opacity: 0.6;
}
header.c-header .inner nav > ul > li.in_menu .second_menu ul li a.indent {
  padding-left: 30px;
}
header.c-header .inner > .btn {
  width: 30%;
  max-width: 300px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  header.c-header .inner > .btn {
    display: none;
  }
}
header.c-header .inner > .btn .lang {
  width: 20%;
  max-width: 50px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3px;
  margin-right: 5px;
}
header.c-header .inner > .btn .lang .icon {
  width: 70%;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../media/images/common/icon_lang.svg");
          mask-image: url("../media/images/common/icon_lang.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--gold);
}
header.c-header .inner > .btn .lang .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 28%;
     -moz-column-gap: 28%;
          column-gap: 28%;
  position: relative;
}
header.c-header .inner > .btn .lang .link::after {
  content: "";
  width: 1px;
  height: 60%;
  background-color: #9b9b9b;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
header.c-header .inner > .btn .lang .link a {
  font-size: var(--fz_sm);
  color: #9b9b9b;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header.c-header .inner > .btn .lang .link a.is_active {
  color: var(--gold);
  pointer-events: none;
}
@media (hover) {
  header.c-header .inner > .btn .lang .link a:hover {
    color: var(--gold);
    opacity: 0.7;
  }
}
header.c-header .inner > .btn .mypage {
  width: 66.67%;
  max-width: 160px;
  height: 45px;
  background: var(--gold);
  color: var(--white);
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 100vmax;
  font-weight: 500;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 1.15;
  text-align: center;
}
@media (hover) {
  header.c-header .inner > .btn .mypage:hover {
    opacity: 0.6;
  }
}
header.c-header .inner > .btn .mypage b {
  font-weight: 500;
}
header.c-header .inner > .btn .mypage.offer {
  position: relative;
}
header.c-header .inner > .btn .mypage.offer::after {
  content: "";
  position: absolute;
  width: 25px;
  height: auto;
  aspect-ratio: 1/1;
  right: 0px;
  top: -5px;
  display: grid;
  place-items: center;
  background: url("../media/images/common/icn_offer.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
header.c-header .inner .exhibitor-site {
  width: 90%;
  height: 45px;
  background: var(--gold);
  color: var(--white);
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 100vmax;
  font-weight: 500;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 1.15;
  text-align: center;
}
@media (hover) {
  header.c-header .inner .exhibitor-site:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1023px) {
  header.c-header .inner .exhibitor-site {
    width: 130px;
    height: auto;
    padding: 5px 0;
    margin-right: 5px;
    border-width: 1px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  header.c-header .inner .exhibitor-site {
    width: 100px;
  }
}
header.c-header .inner .exhibitor-site b {
  font-weight: 500;
}
header.c-header .inner .humburger {
  display: none;
}
@media screen and (max-width: 1023px) {
  header.c-header .inner .humburger {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}
header.c-header .inner .humburger button {
  width: 45px;
  height: 45px;
  border: none;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  z-index: 100;
}
header.c-header .inner .humburger button:focus {
  outline: none;
}
header.c-header .inner .humburger button span {
  width: 50%;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 12px;
  height: 2px;
  background-color: var(--gold);
}
header.c-header .inner .humburger button span:nth-child(1) {
  top: 14px;
}
header.c-header .inner .humburger button span:nth-child(2) {
  top: 21px;
}
header.c-header .inner .humburger button span:nth-child(3) {
  top: 28px;
}
header.c-header .inner .humburger button.active span {
  width: 60%;
  left: 8px;
}
header.c-header .inner .humburger button.active span:nth-child(1) {
  top: 14px;
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
header.c-header .inner .humburger button.active span:nth-child(2) {
  display: none;
}
header.c-header .inner .humburger button.active span:nth-child(3) {
  top: 14px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
header.c-header .inner .humburger .btn {
  width: 100px;
  height: auto;
}
header.c-header .inner .humburger .btn a {
  width: 100%;
  height: auto;
  display: grid;
  place-items: center;
  padding: 5px 0;
  border-radius: 100vmax;
  border: 2px solid var(--gold);
  background-color: var(--gold);
  color: var(--white);
  font-weight: 500;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 12px;
  line-height: 1.15;
  text-align: center;
}
@media (hover) {
  header.c-header .inner .humburger .btn a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1023px) {
  header.c-header .inner .humburger .btn a {
    border: 1px solid var(--gold);
  }
}
header.c-header .inner .humburger .btn.offer a {
  position: relative;
}
header.c-header .inner .humburger .btn.offer a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  right: -2px;
  top: -3px;
  display: grid;
  place-items: center;
  background: url("../media/images/common/icn_offer.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.sp-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--beige);
  z-index: 10;
  overflow-y: auto;
}
.sp-menu nav > ul {
  height: 100%;
  margin-top: 90px;
  padding: 0 5%;
}
.sp-menu nav > ul > li {
  border-bottom: 1px solid #d3c196;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.sp-menu nav > ul > li:first-child a {
  padding-top: 0;
}
.sp-menu nav > ul > li:last-child {
  border: none;
}
.sp-menu nav > ul > li a {
  width: 100%;
  color: var(--gold);
  font-size: 5vw;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  display: block;
  padding: 20px 15% 20px 5%;
}
@media (hover) {
  .sp-menu nav > ul > li a:hover {
    opacity: 0.6;
  }
  .sp-menu nav > ul > li a:hover:after {
    right: 15px;
  }
}
.sp-menu nav > ul > li a span {
  font-size: 4vw;
  color: #d6c5a7;
  display: block;
}
.sp-menu nav > ul > li a:after {
  content: "";
  position: absolute;
  top: 50% !important;
  right: 20px;
  translate: 0 -50%;
  width: 33px;
  height: 10px;
  border-bottom: 2px solid var(--black);
  border-right: 2px solid var(--black);
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: right 0.15s linear;
  transition: right 0.15s linear;
}
.sp-menu nav > ul > li ul {
  width: 100%;
  margin-bottom: 20px;
}
.sp-menu nav > ul > li ul li a {
  font-size: 3.5vw;
  padding: 10px 15% 10px 5%;
  line-height: 1.7;
}
.sp-menu nav > ul > li ul li a.indent {
  padding-left: 8%;
}
.sp-menu nav > ul > li.lang {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 5% 20px;
}
.sp-menu nav > ul > li.lang .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.sp-menu nav > ul > li.lang .ttl .icon {
  width: 5vw;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../media/images/common/icon_lang.svg");
          mask-image: url("../media/images/common/icon_lang.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--gold);
}
.sp-menu nav > ul > li.lang .ttl p {
  font-size: 3.5vw;
  color: var(--gold);
}
.sp-menu nav > ul > li.lang .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
}
.sp-menu nav > ul > li.lang .link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 1px;
  height: 50%;
  background-color: var(--gold);
}
.sp-menu nav > ul > li.lang .link a {
  font-size: 5vw;
  color: var(--gold);
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 0;
}
.sp-menu nav > ul > li.lang .link a.is_active {
  color: var(--gold);
  opacity: 1;
  pointer-events: none;
}
.sp-menu nav > ul > li.lang .link a:after {
  display: none;
}

footer.c-footer {
  width: 100%;
  height: auto;
  border-top: 1px solid #9b9b9b;
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer.c-footer {
    padding: 30px 5% 100px;
  }
}
footer.c-footer .center {
  text-align: center;
}
footer.c-footer .center p {
  font-size: 14px;
  text-align: left;
  display: inline-block;
}
footer.c-footer ul.logo-list {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  footer.c-footer ul.logo-list {
    width: 95%;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  footer.c-footer ul.logo-list li {
    width: calc((100% - 35px) / 2) !important;
  }
}
footer.c-footer ul.logo-list li:nth-child(1) {
  width: 183px;
}
footer.c-footer ul.logo-list li:nth-child(2) {
  width: 183px;
}
footer.c-footer ul.logo-list li:nth-child(3) {
  width: 157px;
}
footer.c-footer ul.logo-list li:nth-child(4) {
  width: 183px;
}
footer.c-footer ul.logo-list li a img {
  width: 100%;
}
footer.c-footer .to-top {
  position: fixed;
  right: 5%;
  bottom: 10%;
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  footer.c-footer .to-top {
    width: 60px;
    bottom: 15%;
  }
}
footer.c-footer .to-top.is-active {
  visibility: visible;
  opacity: 1;
}
footer.c-footer .to-top a {
  width: 100%;
  height: 100%;
  background: var(--red);
  border-radius: 50%;
  display: grid;
  place-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover) {
  footer.c-footer .to-top a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  footer.c-footer .to-top a {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
}
footer.c-footer .to-top a p {
  font-size: 10px;
  color: var(--white);
  text-align: center;
  line-height: 1.15;
  position: relative;
}
footer.c-footer .to-top a p::before {
  content: "";
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  position: absolute;
  top: 5px;
  left: 50%;
  translate: -50% -100%;
  rotate: -45deg;
}
@media screen and (max-width: 767px) {
  footer.c-footer .to-top a p::before {
    width: 10px;
    top: 0px;
    border-top: 1px solid var(--white);
    border-right: 1px solid var(--white);
  }
}

.c-btn {
  width: 320px;
  height: 70px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  background-color: var(--red);
  font-size: 20px;
  border-radius: 37px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover) {
  .c-btn a:hover {
    opacity: 0.6;
  }
  .c-btn a:hover:after {
    right: 25px;
  }
}
.c-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  width: 25px;
  height: 10px;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  -webkit-transform: skew(40deg);
          transform: skew(40deg);
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
}

.c-kv {
  width: 100%;
  height: 290px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-kv {
    height: 150px;
  }
}
.c-kv .bg_inner {
  width: 100%;
  height: 100%;
  max-width: 1500px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.c-kv .bg_inner .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  max-width: 155px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .c-kv .bg_inner .bg {
    max-width: 120px;
    bottom: 10%;
  }
}
.c-kv .bg_inner .bg img {
  width: 100%;
}
.c-kv .inner {
  width: 90%;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-kv .inner:has(picture) h1 {
    height: auto !important;
  }
}
.c-kv .inner:has(p) p {
  font-size: var(--fz_sm);
  color: var(--gold);
  font-weight: 700;
  line-height: 1.15;
}
.c-kv .inner:has(p) p.pdf {
  color: var(--black);
  font-weight: 500;
  font-size: var(--fz_md);
}
.c-kv .inner:has(p) p.pdf a {
  color: var(--red);
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-underline-offset: 5px;
}
@media (hover) {
  .c-kv .inner:has(p) p.pdf a:hover {
    opacity: 0.6;
  }
}
.c-kv .inner:has(p) h1 {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .c-kv .inner:has(p) h1 {
    margin-top: 10px;
  }
}
.c-kv .inner h1:has(span) {
  display: grid;
  place-items: center;
  width: 100%;
  height: auto;
  width: 90%;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .c-kv .inner h1:has(span) {
    width: 100%;
  }
}
.c-kv .inner h1:has(img) {
  width: auto;
  height: 56px;
}
@media screen and (max-width: 1023px) {
  .c-kv .inner h1:has(img) {
    padding-top: 0;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-kv .inner h1:has(img) {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-kv .inner h1 picture img {
    height: 75px !important;
  }
}
.c-kv .inner h1 span {
  font-size: 50px;
  font-weight: 500;
  color: var(--gold);
  font-family: var(--noto-serif);
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-kv .inner h1 span {
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .c-kv .inner h1 span {
    font-size: 28px;
  }
}
.c-kv .inner h1 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .c-kv .inner h1 img {
    width: auto;
    height: 100%;
  }
}

.exhibitor-list {
  --gap: 46px;
  --column: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gap);
}
@media screen and (max-width: 1100px) {
  .exhibitor-list {
    --gap: 30px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 900px) {
  .exhibitor-list {
    --gap: 20px;
  }
}

.exhibitor-item {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.1);
  width: calc(100% / var(--column) - var(--gap) * 2 / var(--column));
}
@media screen and (max-width: 900px) {
  .exhibitor-item {
    --column: 2;
    width: calc(100% / var(--column) - var(--gap) * 1 / var(--column));
  }
}
@media screen and (max-width: 900px) and (max-width: 500px) {
  .exhibitor-item {
    width: 100%;
  }
}
.exhibitor-item .item {
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: 100%;
  display: block;
}
@media (hover) {
  .exhibitor-item .item:hover {
    opacity: 0.6;
  }
}
.exhibitor-item .item-center {
  border-bottom: solid 1px #9b9b9b;
  border-left: none;
  border-right: none;
  position: relative;
  border-radius: 15px 15px 0 0;
}
.exhibitor-item .item-center .prefecture {
  position: absolute;
  font-size: 14px;
  top: 0;
  left: 0;
  color: #fff;
  height: 30px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #9b9b9b;
  border-radius: 15px 0 15px 0;
}
.exhibitor-item .item-center .favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 20px;
  z-index: 11;
}
.exhibitor-item .item-center .favorite img {
  width: 100%;
}
.exhibitor-item .item-bottom {
  padding: 16px 20px 20px;
}
.exhibitor-item .item-bottom .name {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.exhibitor-item .item-bottom .name span {
  font-size: 18px;
  margin-right: 10px;
}
.exhibitor-item .item-bottom .shop {
  width: 100%;
  display: grid;
  grid-column-start: 2;
  grid-template-columns: auto 1fr;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .exhibitor-item .item-bottom .shop {
    gap: 5px;
    margin-top: 5px;
  }
}
.exhibitor-item .item-bottom .shop i {
  display: grid;
  place-items: center;
  width: 22px;
  height: auto;
  aspect-ratio: 24/25;
  -webkit-mask-image: url("../media/images/exhibitor/icn_shop.svg");
          mask-image: url("../media/images/exhibitor/icn_shop.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--red);
}
@media screen and (max-width: 767px) {
  .exhibitor-item .item-bottom .shop i {
    width: 18px;
  }
}
.exhibitor-item .item-bottom .shop p {
  font-size: var(--fz_md);
  line-height: 1.15;
  color: var(--red);
  font-weight: 500;
}
.exhibitor-item .item-bottom .tag-list {
  --gap: 4px;
  --column: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gap);
}
.exhibitor-item .item-bottom .tag-list .tag-item {
  padding: 2px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: bold;
  color: #9b9b9b;
  border: solid 1px #9b9b9b;
  border-radius: 999px;
}

.favorite-button {
  width: 24px;
  height: 31px;
  position: relative;
}
.favorite-button input[type=checkbox] {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-color: unset !important;
  background-color: unset !important;
}
.favorite-button input[type=checkbox]:checked + svg .favorite_icon {
  fill: #d0111b;
}
.favorite-button svg {
  width: 24px;
  height: 31px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.favorite-button svg .favorite_icon {
  fill: #fff;
  stroke: #d0111b;
  stroke-miterlimit: 10;
  stroke-width: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.favorite-button::after {
  content: "お気に入り登録";
  position: absolute;
  top: -10px;
  left: 50%;
  translate: -50% -100%;
  z-index: 2;
  width: 80px;
  padding: 2px 5px;
  background: var(--white);
  font-size: 12px;
  color: var(--red);
  line-height: 1.25;
  text-align: center;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover) {
  .favorite-button:hover::after {
    opacity: 1;
    visibility: visible;
  }
}
.favorite-button:has(input[type=checkbox]:checked)::after {
  content: "お気に入り解除";
}
/*# sourceMappingURL=common.css.map */
