/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -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;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 2.6666666667vw;
}

body {
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  text-align: justify;
  color: #754c24;
}
body.en {
  text-align: left;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.u-font-bold {
  font-weight: 700;
}

.c-section-head {
  max-width: 1266px;
  width: 90%;
  margin: 0 auto 1rem;
  font-size: 5rem;
  font-weight: bold;
  color: #754c24;
  line-height: 1;
  opacity: 0.5;
}
.c-section-head.--white {
  color: #ffffff;
}

.c-section-sub-head {
  margin-top: 1rem;
  font-size: 1.9rem;
  border-bottom: 0.2rem solid currentColor;
  display: inline-block;
}

.l-header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  padding: 1.5rem 0;
  border-bottom: 1px solid #b4a493;
  background: #ffffff;
  z-index: 100;
}
.l-header__inner {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__logo {
  width: 67%;
}
.l-header__nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #754c24;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
@-webkit-keyframes menuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes menuFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menuFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.l-header__nav-list {
  padding: 1.5rem 5%;
  font-size: 1.5rem;
}
.l-header__nav-item {
  text-align: center;
  border-bottom: 1px solid #ffffff;
}
.l-header__nav-item:last-child {
  border-bottom: none;
}
.l-header__nav-item a {
  display: block;
  padding: 1.7rem 0;
  color: #ffffff;
}
.l-header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__lang-button {
  display: block;
  width: 2.4rem;
  padding: 0.2rem 0;
  background-color: #c9caca;
  font-size: 1.1rem;
  color: #ffffff;
  text-align: center;
}
.l-header__lang-button.--current {
  background-color: #40220f;
}
.l-header__button {
  position: relative;
  width: 2.3rem;
  height: 1.8rem;
}
.l-header__button.is-active .l-header__button-line:nth-child(1) {
  -webkit-transform: translateY(0.8rem) rotate(45deg);
          transform: translateY(0.8rem) rotate(45deg);
}
.l-header__button.is-active .l-header__button-line:nth-child(2) {
  opacity: 0;
}
.l-header__button.is-active .l-header__button-line:nth-child(3) {
  -webkit-transform: translateY(-0.8rem) rotate(-45deg);
          transform: translateY(-0.8rem) rotate(-45deg);
}
.l-header__button-line {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__button-line:nth-child(1) {
  top: 0;
}
.l-header__button-line:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__button-line:nth-child(3) {
  bottom: 0;
}

.l-footer {
  position: relative;
  padding: 3.4rem 0 1.5rem;
  background: #754c24;
  color: #ffffff;
}
.l-footer__button {
  position: absolute;
  top: -6rem;
  right: 5%;
  width: 5rem;
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.l-footer__button.is-fixed {
  position: fixed;
  top: auto;
  bottom: 2rem;
}
.l-footer__button.is-shown {
  opacity: 1;
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  max-width: 1266px;
  width: 90%;
  margin: 0 auto;
}
.l-footer__banner-list {
  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: 1.5rem;
}
.l-footer__banner-list-item {
  width: 100%;
}
.l-footer__banner-list-item a {
  display: block;
}
.l-footer__banner-list-item a img {
  width: 100%;
  height: auto;
}
.l-footer__copyright {
  margin-top: 1rem;
  font-size: 1.2rem;
  text-align: center;
}
.l-footer__lang-nav {
  margin-bottom: 3rem;
}
.l-footer__lang-nav-list {
  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: 2rem;
  font-weight: 700;
  line-height: 1;
}
.l-footer__lang-nav-item {
  padding: 0 2.5rem;
}
.l-footer__lang-nav-item:first-child {
  border-right: 0.2rem solid #ffffff;
}

.l-contents {
  overflow: hidden;
}

.l-section__inner {
  position: relative;
  z-index: 2;
}

.l-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.main-visual {
  padding: 2rem 1.3rem 0;
}
.main-visual__img img {
  width: 100%;
}

.bg-wrap {
  position: relative;
}
.bg-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg-sp.png") repeat-y left 68% top 0.9rem/150% auto;
  z-index: 1;
}

.about {
  padding: 3.3rem 0 5.7rem;
}
.about__txt + .about__txt {
  margin-top: 1.3rem;
}
.about__list {
  margin-top: 2.8rem;
}
.about__list dt {
  font-size: 1.9rem;
  margin-bottom: 0.8rem;
}
.about__list dd {
  font-size: 1.6rem;
}
.about__schedule {
  width: 100vw;
  margin-top: 2.5rem;
  margin-left: -5vw;
  padding: 0 1px;
  overflow: auto;
}
.about__schedule img {
  max-width: none;
  width: 60rem;
  margin-left: 5vw;
  margin-right: 5vw;
}
.about__button {
  display: block;
  width: 71%;
  margin: 2rem auto 0;
  padding: 0.8rem 0;
  border-radius: 9999px;
  background-color: #e2ca8e;
  font-size: 1.7rem;
  text-align: center;
}

.topics {
  padding: 5.3rem 0 4rem;
  background-color: rgba(206, 154, 62, 0.2);
}
.topics__list {
  margin-top: 1.6rem;
}
.topics__list-item {
  font-weight: 400;
}
.topics__list-item-tag {
  width: 9.5rem;
  border-radius: 0.6rem;
  font-size: 1.1rem;
  text-align: center;
  background-color: #ffffff;
}
.topics__list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 1rem;
  width: 100%;
  padding: 2.2rem 0 3.6rem;
  border-bottom: 1px solid #333333;
}
.topics__list-item-txt {
  width: 100%;
}

.exhibitor {
  padding: 5.7rem 0 6.3rem;
}
.exhibitor__list {
  margin-top: 2.6rem;
}
.exhibitor__list-item {
  width: 100%;
}
.exhibitor__list-item img {
  width: 100%;
}
.exhibitor__list-item-name {
  margin-top: 1rem;
  text-align: left;
}

.tv {
  padding: 5.3rem 0 8rem;
  background-color: rgba(206, 154, 62, 0.2);
}
.tv__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 2rem;
  margin-top: 3rem;
  background-color: #ffffff;
  border: 1px solid #754c24;
}
.tv__img {
  width: 100%;
}
.tv__txt-area {
  width: 100%;
  margin-top: 1.3rem;
}
.tv__txt {
  margin-bottom: 1.4rem;
}
.tv__button {
  display: block;
  width: 80%;
  margin: auto;
  padding: 0.7rem 0;
  border-radius: 9999px;
  background-color: #e2ca8e;
  font-size: 1.7rem;
  text-align: center;
}

.column {
  padding: 5.3rem 0 6rem;
}
.column__top {
  margin-top: 2.7rem;
  margin-bottom: 1rem;
  border: 1px solid #754c24;
  padding: 2.3rem 1.9rem 2.6rem;
  background-color: #ffffff;
}
.column__top-head {
  margin-bottom: 1rem;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.26;
}
.column__top-txt {
  color: #231815;
}
.column__accordion {
  overflow: hidden;
  margin-bottom: 1rem;
  border: 1px solid #754c24;
}
.column__accordion.is-opened .column__accordion-head::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.column__accordion-head {
  position: relative;
  list-style: none;
  cursor: pointer;
}
.column__accordion-head::-webkit-details-marker {
  display: none;
}
.column__accordion-head::before, .column__accordion-head::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1.8rem;
  bottom: 0;
  width: 3.2rem;
  height: 0.1rem;
  margin: auto;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.column__accordion-head::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.column__accordion-head-inner {
  padding: 1.4rem 5.9rem 1.6rem 1.9rem;
  background-color: #734b23;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
}
.column__accordion-content-inner {
  padding: 1.5rem 1.8rem 1rem;
  color: #231815;
  background-color: #ffffff;
}
.column__block {
  margin-bottom: 1.3rem;
}
.column__block-head {
  margin-bottom: 0.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #734b23;
  line-height: 1.5;
}
.column__block-head.--large {
  font-size: 2rem;
}
.column__block-head.--mg {
  margin-top: 1rem;
  margin-bottom: 0.3rem;
}
.column__txt.--large {
  font-weight: 700;
  font-size: 1.5rem;
}
.column__txt.--brown {
  color: #754c24;
  font-size: 1.5rem;
}
.column__txt .large {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
  font-size: 1.7rem;
}
.column__img {
  margin: 0.4rem 0;
}
.column__img-credit {
  font-size: 1rem;
  font-weight: 400;
  text-align: right;
}
.column__slider {
  margin-top: 4rem;
  padding-bottom: 2.8rem;
}
.column__slider-slide img {
  width: 100%;
}
.column__slider-button {
  position: absolute;
  top: 12.5rem;
  width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.column__slider-button.--prev {
  left: -8rem;
}
.column__slider-button.--next {
  right: -8rem;
}
.column__slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0;
}
.column__slider-dots li button {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 9999px;
  background-color: #ffffff;
  opacity: 0.5;
}
.column__slider-dots li.slick-active button {
  opacity: 1;
}
.column__slider-slide-txt {
  margin-top: 1.3rem;
  font-size: 1.4rem;
  line-height: 1.57;
}

.link {
  padding: 6rem 0 8rem;
}
.link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.7rem 6%;
  margin-top: 3rem;
}
.link__list-item {
  width: 47%;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.9rem;
  }
  a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  a:hover {
    opacity: 0.7;
  }
  .u-sp {
    display: none !important;
  }
  .c-section-head {
    width: 94%;
    font-size: 8rem;
  }
  .c-section-sub-head {
    font-size: 3rem;
  }
  .l-header {
    border-bottom: none;
  }
  .l-header__inner {
    width: 94%;
  }
  .l-header__logo {
    width: 372px;
  }
  .l-header__nav {
    position: static;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    max-height: none;
    background-color: transparent;
    opacity: 1;
  }
  .l-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 5px 20px;
    padding: 0 2rem;
    font-size: 1.7rem;
  }
  .l-header__nav-item a {
    padding: 0;
    color: #754c24;
  }
  .l-header__lang-button {
    width: 3.4rem;
    font-size: 1.6rem;
  }
  .l-footer {
    padding: 5rem 0 3.5rem;
  }
  .l-footer__button {
    top: -6rem;
    right: 2.5rem;
  }
  .l-footer__inner {
    width: 94%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .l-footer__banner-list {
    gap: 2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-footer__banner-list-item {
    width: 22rem;
  }
  .l-footer__copyright {
    margin-top: 2rem;
    font-size: 1.5rem;
    text-align: left;
  }
  .l-footer__lang-nav {
    margin-bottom: 0;
  }
  .l-footer__lang-nav-list {
    font-size: 3rem;
  }
  .l-footer__lang-nav-item {
    padding: 0;
  }
  .l-footer__lang-nav-item:first-child {
    padding-right: 3.3rem;
    margin-right: 3.3rem;
  }
  .main-visual {
    padding: 0.2rem 1.2% 0 1.5%;
  }
  .bg-wrap::before {
    background: url("../img/bg-pc.png") repeat-y left 68% top/1874px auto;
  }
  .about {
    padding: 13rem 0 8rem;
  }
  .about__txt + .about__txt {
    margin-top: 1.8rem;
  }
  .about__list {
    margin-top: 5rem;
  }
  .about__list dt {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .about__list dd {
    font-size: 2.4rem;
  }
  .about__schedule {
    width: 100%;
    margin-top: 4.5rem;
    margin-left: 0;
    padding: 0;
  }
  .about__schedule img {
    width: 100%;
    margin: 0;
  }
  .about__button {
    width: 30rem;
    margin: 4.2rem auto 0;
    font-size: 2.2rem;
  }
  .topics {
    padding: 2.8rem 0 8rem;
  }
  .topics__list {
    margin-top: 0.6rem;
  }
  .topics__list-item-tag {
    width: 14.6rem;
    border-radius: 1rem;
    font-size: 1.7rem;
  }
  .topics__list-item-link {
    gap: 0.5rem 4rem;
    padding: 3.1rem 0;
  }
  .topics__list-item-txt {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .exhibitor {
    padding: 7.5rem 0 6.3rem;
  }
  .exhibitor__list {
    margin-top: 3.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem 4.4%;
    font-size: 1.8rem;
    line-height: 1.44;
  }
  .exhibitor__list-item {
    width: 30.4%;
  }
  .exhibitor__list-item-name {
    margin-top: 1.3rem;
  }
  .tv {
    padding: 7.5rem 0 8rem;
  }
  .tv__block {
    padding: 4rem 4rem;
    margin-top: 4rem;
    border: none;
  }
  .tv__img {
    width: 32.6%;
  }
  .tv__txt-area {
    width: 64%;
    margin-top: 0;
  }
  .tv__txt {
    font-size: 1.9rem;
  }
  .tv__button {
    width: 30rem;
    margin: 0;
    font-size: 2.2rem;
  }
  .column {
    padding: 5.3rem 0 12rem;
  }
  .column__top {
    margin-top: 4.3rem;
    margin-bottom: 2rem;
    padding: 3.4rem 3.9rem 3rem;
  }
  .column__top-head {
    font-size: 3rem;
  }
  .column__accordion {
    margin-bottom: 2rem;
  }
  .column__accordion-head::before, .column__accordion-head::after {
    right: 3.2rem;
    width: 4.8rem;
  }
  .column__accordion-head-inner {
    padding: 3.1rem 10rem 3.1rem 3.9rem;
    font-size: 2.4rem;
  }
  .column__accordion-content-inner {
    padding: 3.5rem 3.7rem 2rem;
  }
  .column__block {
    margin-bottom: 2.4rem;
    line-height: 1.75;
  }
  .column__block-head {
    margin-bottom: 0;
    font-size: 2.4rem;
    line-height: 1.75;
  }
  .column__block-head.--large {
    font-size: 3rem;
  }
  .column__block-head.--mg {
    margin-top: 0.8rem;
    margin-bottom: 0.6rem;
  }
  .column__txt.--large {
    font-size: 2.2rem;
  }
  .column__txt.--brown {
    font-size: 2.2rem;
  }
  .column__txt .large {
    font-size: 2.5rem;
  }
  .column__img {
    max-width: 48rem;
  }
  .column__img-credit {
    font-size: 1.7rem;
  }
  .column__slider {
    margin-top: 5rem;
  }
  .column .slick-list {
    margin: 0 -2.4rem;
  }
  .column .slick-slide {
    margin: 0 2.4rem;
  }
  .column__slider-button {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .column__slider-button:hover {
    opacity: 0.7;
  }
  .column__slider-slide-txt {
    font-size: 1.8rem;
    line-height: 1.44;
  }
  .link {
    padding: 8rem 0 9rem;
  }
  .link__list {
    gap: 2.5rem 2.5%;
    margin-top: 4rem;
  }
  .link__list-item {
    width: 18%;
  }
  .en .tv__txt {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
  .l-header__nav.is-active {
    display: block;
    max-height: none;
    overflow: auto;
    -webkit-animation: menuFadeIn 0.3s ease-out forwards;
            animation: menuFadeIn 0.3s ease-out forwards;
  }
  .l-header__nav.is-closing {
    -webkit-animation: menuFadeOut 0.3s ease-out forwards;
            animation: menuFadeOut 0.3s ease-out forwards;
  }
  .l-header__button-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 2rem;
  }
  .about__list dd span {
    display: block;
  }
  .exhibitor__list-item + .exhibitor__list-item {
    margin-top: 2.1rem;
  }
  .en .about__list dd span {
    display: inline;
  }
}
/*# sourceMappingURL=style.css.map */