@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;500;600;700&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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,
picture,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: 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 {
  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] {
  text-decoration: underline;
  /* 2 */
  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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "FP-KoburinaGoStdN", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  text-indent: min(0vw + 0rem, 0rem);
  font-size: min(0.1632653061vw + 0.8367346939rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 400;
  scrollbar-gutter: stable;
}

#page {
  position: relative;
  overflow: clip;
  background-image: url(../../img/common/parts/common_bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

figure,
picture {
  display: block;
}

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  min-height: 1px;
  object-fit: cover;
}
img.-t {
  object-position: center top;
}
img.-tl {
  object-position: left top;
}
img.-tr {
  object-position: right top;
}
img.-r {
  object-position: right center;
}
img.-b {
  object-position: center bottom;
}
img.-bl {
  object-position: left bottom;
}
img.-br {
  object-position: right bottom;
}
img.-l {
  object-position: left center;
}

.js-svg {
  width: 1em;
  height: 1em;
}
img.js-svg {
  opacity: 0;
}

svg.js-svg {
  opacity: 1;
}

svg {
  overflow: hidden;
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ccc;
  vertical-align: top;
}

/*----------------------------------------------------
	form要素
--------------------------------------------------- */
input,
textarea {
  padding: 5px 7px;
  border-radius: 2px;
  margin: 0;
  border: none;
  background-color: #fff;
  border: 1px solid #a7a6aa;
}

input[type=text],
textarea {
  outline: none;
  border: 1px solid #aaa;
  transition: all 0.3s ease;
}

input[type=text]:focus,
textarea:focus {
  box-shadow: 0 0 7px #52a8ec;
  border: 1px solid #52a8ec;
}

.l-header {
  position: fixed;
  top: min(1.2244897959vw + 10.4081632653px, 30px);
  left: min(1.6326530612vw + 13.8775510204px, 40px);
  right: min(1.6326530612vw + 13.8775510204px, 40px);
  z-index: 100;
  overflow: hidden;
  pointer-events: none;
  height: min(4.0816326531vw + 34.693877551px, 100px);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
  border-radius: 999px;
}
.l-header.is-open {
  box-shadow: none;
}
.l-header__inner {
  background-color: #fff;
  pointer-events: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: min(0.4081632653vw + 8.4693877551px, 15px);
  padding-right: min(1.6326530612vw + 3.8775510204px, 30px);
  padding-left: min(4.0816326531vw + -5.306122449px, 60px);
}
@media only screen and (max-width: 1023px) {
  .l-header__head {
    padding-block: 3em;
  }
}
.l-header__body {
  position: fixed;
  display: none;
  background-color: #fff;
  top: min(1.2244897959vw + 10.4081632653px, 30px);
  left: min(1.6326530612vw + 13.8775510204px, 40px);
  right: min(1.6326530612vw + 13.8775510204px, 40px);
  overflow: scroll;
  height: calc(100% - min(4.0816326531vw + 34.693877551px, 100px));
  z-index: 99;
  border-radius: min(2.8571428571vw + 9.2857142857px, 55px);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  .l-header__body {
    width: auto;
    left: min(1.6326530612vw + 13.8775510204px, 40px);
  }
}
.l-header__body__inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 min(1.6326530612vw + 13.8775510204px, 40px);
}
@media only screen and (max-width: 1023px) {
  .l-header__body__inner {
    height: auto;
    padding: min(1.6326530612vw + 63.8775510204px, 90px) min(3.0816640986vw + 8.4745762712px, 40px) min(2.4489795918vw + 20.8163265306px, 60px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.l-header__body__inner.-exhibition {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url(../../img/common/parts/header_bg.png);
}
@media only screen and (max-width: 3840px) and (min-width: 320px) and (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .l-header__body__inner.-exhibition {
    background-image: url(../../img/common/parts/header_bg@2x.png);
  }
}
@media only screen and (max-width: 1023px) {
  .l-header__body__inner.-exhibition {
    background-image: none;
  }
}
.l-header__body__title {
  margin-right: min(7.7551020408vw + -29.0816326531px, 95px);
}
@media only screen and (max-width: 1023px) {
  .l-header__body__title {
    display: none;
  }
}
.l-header__body__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .l-header__body__menu {
    width: 100%;
    align-items: stretch;
  }
}
.l-header__body__menu .item:not(:first-child) {
  margin-top: min(0.4081632653vw + 13.4693877551px, 20px);
}
.l-header__body__menu .item a {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: min(0.4081632653vw + 3.4693877551px, 10px);
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1023px) {
  .l-header__body__menu .item a {
    flex-wrap: wrap;
  }
}
.l-header__body__menu .item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
}
.l-header__body__menu .item a .en {
  font-family: "Barlow", sans-serif;
  font-size: min(2.0408163265vw + 1.0841836735rem, 3.125rem);
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 1299px) {
  .l-header__body__menu .item a .en {
    font-size: min(0.2448979592vw + 1.9426020408rem, 2.1875rem);
  }
}
.l-header__body__menu .item a .jp {
  font-size: min(0.4081632653vw + 0.7168367347rem, 1.125rem);
  font-weight: bold;
  margin-left: min(0.8163265306vw + 6.9387755102px, 20px);
  margin-right: 5px;
}
@media only screen and (max-width: 1023px) {
  .l-header__body__menu .item a .jp {
    order: 3;
    width: 100%;
    margin: 5px 0 0;
  }
}
.l-header__body__menu .item a i {
  background-color: #a8987a;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  margin-left: 10px;
}
.l-header__body__menu .item a i::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
}
@media (any-hover: hover) {
  .l-header__body__menu .item a:hover {
    color: #a8987a;
  }
  .l-header__body__menu .item a:hover::after {
    content: "";
    width: 0;
    left: auto;
    right: 0;
  }
  .l-header__body__menu .item a:hover i {
    background-color: #000;
    transform: translateX(3px);
  }
}
.l-header__body .l-header__logo {
  width: 100%;
  display: none;
  margin-top: min(3.4285714286vw + 29.1428571429px, 84px);
}
.l-header__body .l-header__logo__item {
  margin-bottom: min(1.6326530612vw + 13.8775510204px, 40px);
  width: min(11.8367346939vw + 100.612244898px, 290px);
}
@media only screen and (max-width: 767px) {
  .l-header__body .l-header__logo__item {
    width: 100%;
  }
}
.l-header__body .l-header__logo__item img {
  width: 100%;
}
.l-header__body__bnr {
  gap: min(1.6326530612vw + 13.8775510204px, 40px);
  width: min(59.1836734694vw + 153.0612244898px, 1100px);
  margin: min(2.4489795918vw + 10.8163265306px, 50px) auto 0;
}
@media only screen and (max-width: 767px) {
  .l-header__body__bnr {
    width: 100%;
  }
}
.l-header__body__bnr__item.is-disabled {
  pointer-events: none;
}
.l-header__body__bnr__item a {
  transition: all 0.5s ease;
}
@media (any-hover: hover) {
  .l-header__body__bnr__item a:hover {
    opacity: 0.75;
    filter: brightness(1.15);
  }
}
.l-header__body__bnr__item.-exhibition a {
  position: relative;
}
.l-header__body__bnr__item.-exhibition a .text {
  position: absolute;
  left: min(2.8571428571vw + 14.2857142857px, 60px);
  top: min(11.5918367347vw + 99.5306122449px, 285px);
}
.l-header__body__bnr__item.-exhibition a .title {
  width: min(15.1020408163vw + 233.3673469388px, 475px);
}
.l-header__body__bnr__item.-exhibition a .title img {
  width: 100%;
}
.l-header__body__bnr__item.-exhibition a .c-button01 {
  margin-top: min(0.8163265306vw + 0.4336734694rem, 1.25rem);
}
.l-header__body__bnr__item.-exhibition a .c-button01 span {
  width: min(18.3673469388vw + 156.1224489796px, 450px);
  height: min(2.0408163265vw + 42.3469387755px, 75px);
}
.l-header__body__bnr__item.-exhibition a .c-button01 span i {
  background-color: transparent;
  width: auto;
  height: auto;
}
.l-header__body__bnr__item.-exhibition a .c-button01 span i::before {
  display: none;
}
.l-header__body__bnr__item.-experience a {
  position: relative;
}
.l-header__body__bnr__item.-experience a .c-button02 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: min(0.4081632653vw + 28.4693877551px, 35px);
}
@media only screen and (max-width: 1023px) {
  .l-header__body__bnr__item.-experience a .c-button02 span {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__body__bnr__item.-experience a .c-button02 span {
    height: min(1.6326530612vw + 48.8775510204px, 75px);
  }
}
.l-header__logo {
  display: flex;
  gap: min(0.8163265306vw + 6.9387755102px, 20px);
}
@media only screen and (max-width: 1023px) {
  .l-header__logo {
    column-gap: 0.3em;
    row-gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__logo {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    place-items: center;
  }
}
.l-header__logo__item {
  width: fit-content;
  height: fit-content;
}
@media only screen and (max-width: 767px) {
  .l-header__logo__item {
    grid-row: 2;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__logo__item img {
    width: auto;
    height: auto;
  }
}
.l-header__logo__item:first-child {
  margin-right: min(0vw + 10px, 10px);
}
@media only screen and (max-width: 767px) {
  .l-header__logo__item:first-child {
    width: 90px;
    display: grid;
    grid-row: 1;
    grid-column: 1/13;
    place-items: center;
    justify-self: center;
  }
}
.l-header__hamburger {
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .l-header__hamburger {
    pointer-events: auto;
  }
}

.l-footer {
  width: 100%;
  padding: min(4.4897959184vw + 38.1632653061px, 110px) 0 min(5.7142857143vw + 48.5714285714px, 140px);
}
.l-footer__logo {
  max-width: 900px;
  margin-inline: auto;
}
.l-footer .c-grid-column {
  gap: min(0vw + 20px, 20px);
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .l-footer .c-grid-column {
    place-items: center;
    margin-inline: auto;
  }
}

.c-event_copy {
  display: grid;
  place-items: center;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-event_copy {
    place-items: normal;
  }
}
.c-event_copy__title {
  width: min(19.5918367347vw + 266.5306122449px, 580px);
}
.c-event_copy__title img {
  width: 100%;
}
@media only screen and (max-width: 374px) {
  .c-event_copy__title img {
    width: 90%;
  }
}
.c-event_copy__date {
  font-size: min(1.6326530612vw + 1.8048469388rem, 3.4375rem);
  font-family: "Barlow", sans-serif;
  width: 100%;
  display: flex;
  align-items: center;
  width: fit-content;
  line-height: 1;
  margin-top: 0.5em;
}
.c-event_copy__date .weekday {
  font-size: min(0.4081632653vw + 0.5293367347rem, 0.9375rem);
  writing-mode: vertical-lr;
  font-weight: 600;
}
.c-event_copy__time {
  font-size: min(0.8163265306vw + 0.7461734694rem, 1.5625rem);
  font-weight: bold;
  line-height: 1;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.c-event_copy__place {
  font-size: min(0.4897959184vw + 0.7602040816rem, 1.25rem);
  font-weight: 600;
  line-height: 1;
}
.c-event_copy.-small .c-event_copy__title {
  width: min(14.693877551vw + 284.8979591837px, 520px);
}

.c-text01 {
  line-height: 2.25;
}

.c-ico.-down {
  transform: rotate(90deg);
}

.c-hamburger {
  width: min(1.2244897959vw + 40.4081632653px, 60px);
  height: min(1.2244897959vw + 40.4081632653px, 60px);
  position: relative;
  cursor: pointer;
  background-color: #363636;
  border-radius: 50%;
  transition: all 0.5s ease;
}
@media (any-hover: hover) {
  .c-hamburger:hover {
    background-color: #a8987a;
  }
}
.c-hamburger span {
  height: 1px;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -25%;
  background-color: #fff;
  text-indent: -9999px;
  transition: all 0.3s ease;
}
.c-hamburger span.hidden {
  display: none;
}
.c-hamburger::before, .c-hamburger::after {
  content: "";
  height: 1px;
  width: 50%;
  position: absolute;
  left: 50%;
  margin-left: -25%;
  background-color: #fff;
  transition: all 0.3s ease;
}
.c-hamburger::before {
  top: 35%;
}
.c-hamburger::after {
  bottom: 35%;
}
.c-hamburger.is-act:before {
  transform: rotate(135deg);
  top: 50%;
}
.c-hamburger.is-act:after {
  transform: rotate(-135deg);
  top: 50%;
}

.c-drawer {
  max-width: 900px;
  margin: 0 auto;
  transition: all 0.3s ease;
  width: 100%;
}
.c-drawer li {
  margin-bottom: 20px;
  text-align: center;
}

.c-experience_bnr {
  max-width: min(77.9591836735vw + 52.6530612245px, 1300px);
  margin-left: auto;
  margin-right: auto;
}
.c-experience_bnr.is-disabled {
  pointer-events: none;
}
.c-experience_bnr a {
  display: block;
  position: relative;
}
.c-experience_bnr a .c-button02 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: min(0vw + 30px, 30px);
}
@media only screen and (max-width: 1023px) {
  .c-experience_bnr a .c-button02 {
    bottom: min(0.4081632653vw + 3.4693877551px, 10px);
  }
}
@media only screen and (max-width: 767px) {
  .c-experience_bnr a .c-button02 {
    bottom: min(1.6326530612vw + 13.8775510204px, 40px);
  }
}
@media only screen and (max-width: 1023px) {
  .c-experience_bnr a .c-button02 span {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-experience_bnr a .c-button02 span {
    height: min(1.6326530612vw + 48.8775510204px, 75px);
  }
}

.c-exhibition_bnr {
  max-width: min(77.9591836735vw + 52.6530612245px, 1300px);
  aspect-ratio: 1300/520;
  margin-inline: auto;
}
.c-exhibition_bnr.is-disabled {
  pointer-events: none;
}
.c-exhibition_bnr.is-comingsoon {
  pointer-events: none;
  position: relative;
  overflow: hidden;
  border-radius: min(1.2244897959vw + 10.4081632653px, 30px);
}
.c-exhibition_bnr.is-comingsoon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #797777;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: 2;
}
.c-exhibition_bnr.is-comingsoon::after {
  content: "Coming Soon";
  font-family: "Barlow", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  inline-size: fit-content;
  white-space: nowrap;
  font-size: min(0.8163265306vw + 1.6836734694rem, 2.5rem);
  line-height: 1;
  padding: 5px min(0.4081632653vw + 8.4693877551px, 15px) 10px;
  border-radius: min(0.2448979592vw + 2.0816326531px, 6px);
  background-color: #fff;
  font-weight: 700;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .c-exhibition_bnr {
    aspect-ratio: 690/655;
  }
}
.c-exhibition_bnr a {
  display: block;
  position: relative;
  height: 100%;
}
.c-exhibition_bnr a .text {
  display: grid;
  place-items: center;
  position: absolute;
  left: min(5.7142857143vw + -21.4285714286px, 70px);
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .c-exhibition_bnr a .text {
    left: min(0.8163265306vw + 6.9387755102px, 20px);
  }
}
@media only screen and (max-width: 767px) {
  .c-exhibition_bnr a .text {
    transform: translate(0);
    left: auto;
    right: auto;
    top: min(1.6326530612vw + 123.8775510204px, 150px);
  }
}
@media only screen and (max-width: 374px) {
  .c-exhibition_bnr a .text {
    top: min(1.6326530612vw + 103.8775510204px, 130px);
  }
}
.c-exhibition_bnr a .title {
  width: min(16.3265306122vw + 168.7755102041px, 430px);
}
@media only screen and (max-width: 767px) {
  .c-exhibition_bnr a .title {
    width: 70%;
    margin: 0 auto;
  }
}
.c-exhibition_bnr a .title img {
  width: 100%;
}
.c-exhibition_bnr a .c-button01 {
  margin-top: min(0.8163265306vw + 0.4336734694rem, 1.25rem);
  width: fit-content;
}
.c-exhibition_bnr a .c-button01 span {
  width: min(13.8775510204vw + 117.9591836735px, 340px);
  height: min(2.0408163265vw + 42.3469387755px, 75px);
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .c-exhibition_bnr a .c-button01 span {
    width: min(18.3673469388vw + 156.1224489796px, 450px);
    margin-left: auto;
  }
}
.c-exhibition_bnr a .c-button01 span i {
  background-color: transparent;
  width: auto;
  height: auto;
}
.c-exhibition_bnr a .c-button01 span i::before {
  display: none;
}

.c-exhibition_fixed {
  position: fixed;
  right: 0;
  bottom: min(8.1632653061vw + -30.612244898px, 100px);
  z-index: 100;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .c-exhibition_fixed {
    bottom: 0;
    width: 100%;
  }
}
.is-top .c-exhibition_fixed, .is-bottom .c-exhibition_fixed {
  opacity: 0;
  pointer-events: none;
}
.c-exhibition_fixed a {
  display: flex;
  align-items: center;
  padding: min(0.8163265306vw + 6.9387755102px, 20px) min(0.4081632653vw + 8.4693877551px, 15px);
  transition: all 0.6s ease;
  background-color: #a8987a;
  border: 1px solid #a8987a;
  color: #fff;
  border-radius: 10px 0 0 10px;
  font-weight: bold;
  width: min(10.612244898vw + 90.2040816327px, 260px);
}
@media only screen and (max-width: 767px) {
  .c-exhibition_fixed a {
    width: 100%;
    border-radius: 5px 5px 0 0;
    justify-content: center;
  }
}
.c-exhibition_fixed a i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0eee7;
  min-width: min(1.6326530612vw + 43.8775510204px, 70px);
  max-width: min(1.6326530612vw + 43.8775510204px, 70px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-right: min(0.4081632653vw + 3.4693877551px, 10px);
}
.c-exhibition_fixed a i svg {
  width: min(1.6326530612vw + 23.8775510204px, 50px);
  height: auto;
}
.c-exhibition_fixed a i + .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  white-space: nowrap;
}
.c-exhibition_fixed a i + .text small {
  line-height: 1.5;
}
@media (any-hover: hover) {
  .c-exhibition_fixed a:hover {
    background-color: #fff;
    color: #a8987a;
  }
}

.c-class_column {
  gap: min(1.306122449vw + 15.1020408163px, 36px);
}

.c-class_card {
  border-radius: min(0.4081632653vw + 3.4693877551px, 10px);
  overflow: hidden;
  box-shadow: 6px 6px 0 #c7c7c7;
  background-color: #fff;
}
.c-class_card__img {
  width: 100%;
}
.c-class_card__img img {
  width: 100%;
}
.c-class_card__text {
  padding: min(1.6326530612vw + 8.8775510204px, 35px);
}
.c-class_card__text .head {
  display: flex;
  align-items: center;
  margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px);
}
.c-class_card__text .logo {
  min-width: 36px;
  max-width: 36px;
  margin-right: 10px;
}
.c-class_card__text .logo img {
  vertical-align: middle;
}
.c-class_card__text .title {
  font-size: min(0.2448979592vw + 0.8801020408rem, 1.125rem);
  font-weight: bold;
}
.c-class_card__text .text {
  font-size: min(0.1632653061vw + 0.7742346939rem, 0.9375rem);
}

.c-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  fill: currentColor;
  flex-shrink: 0;
}
.c-icon svg,
.c-icon img {
  width: auto;
  height: 1em;
}

.c-esports_bnr {
  position: absolute;
  bottom: max(-15.5102040816vw + -1.8367346939px, -250px);
  left: 50%;
  translate: -50% 0;
  z-index: 100;
  width: max-content;
  max-width: 90vw;
  margin-inline: auto;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-esports_bnr img {
  border-radius: min(0.8163265306vw + 6.9387755102px, 20px);
}
@media (any-hover: hover) {
  .c-esports_bnr:hover {
    scale: 1.02;
  }
}

.c-container {
  margin-left: auto;
  margin-right: auto;
  width: min(65.7142857143vw + 128.5714285714px, 1180px);
  padding-left: min(1.6326530612vw + 13.8775510204px, 40px);
  padding-right: min(1.6326530612vw + 13.8775510204px, 40px);
}
@media only screen and (max-width: 567px) {
  .c-container {
    width: 100%;
  }
}
.c-container.-l {
  width: min(82.0408163265vw + 67.3469387755px, 1380px);
}
@media only screen and (max-width: 767px) {
  .c-container.-l {
    width: 100%;
  }
}

.c-fluid {
  padding-left: min(1.6326530612vw + 13.8775510204px, 40px);
  padding-right: min(1.6326530612vw + 13.8775510204px, 40px);
}

.c-grid-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, min(31.2244897959vw + 50.4081632653px, 550px)) minmax(0, min(31.2244897959vw + 50.4081632653px, 550px)) minmax(0, 1fr);
}
@media only screen and (max-width: 567px) {
  .c-grid-container {
    grid-template-columns: minmax(0, min(1.6326530612vw + 13.8775510204px, 40px)) minmax(0, calc(50% - min(1.6326530612vw + 13.8775510204px, 40px))) minmax(0, calc(50% - min(1.6326530612vw + 13.8775510204px, 40px))) minmax(0, min(1.6326530612vw + 13.8775510204px, 40px));
  }
}

.c-grid-fluid {
  display: grid;
  grid-template-columns: minmax(0, min(1.6326530612vw + 13.8775510204px, 40px)) minmax(0, calc(50% - min(1.6326530612vw + 13.8775510204px, 40px))) minmax(0, calc(50% - min(1.6326530612vw + 13.8775510204px, 40px))) minmax(0, min(1.6326530612vw + 13.8775510204px, 40px));
}

.c-grid-container > .col1-2,
.c-grid-fluid > .col1-2 {
  grid-column: 1/2;
}
.c-grid-container > .col1-3,
.c-grid-fluid > .col1-3 {
  grid-column: 1/3;
}
.c-grid-container > .col1-4,
.c-grid-fluid > .col1-4 {
  grid-column: 1/4;
}
.c-grid-container > .col1-5,
.c-grid-fluid > .col1-5 {
  grid-column: 1/5;
}
.c-grid-container > .col2-3,
.c-grid-fluid > .col2-3 {
  grid-column: 2/3;
}
.c-grid-container > .col2-4,
.c-grid-fluid > .col2-4 {
  grid-column: 2/4;
}
.c-grid-container > .col2-5,
.c-grid-fluid > .col2-5 {
  grid-column: 2/5;
}
.c-grid-container > .col3-4,
.c-grid-fluid > .col3-4 {
  grid-column: 3/4;
}
.c-grid-container > .col3-5,
.c-grid-fluid > .col3-5 {
  grid-column: 3/5;
}
.c-grid-container > .col4-5,
.c-grid-fluid > .col4-5 {
  grid-column: 4/5;
}
.c-grid-container.-nowrap > [class*=col],
.c-grid-fluid.-nowrap > [class*=col] {
  grid-row: 1/-1;
}

.c-grid-column {
  display: grid;
}
.c-grid-column.-gap30 {
  gap: min(0.8163265306vw + 16.9387755102px, 30px);
}
.c-grid-column.-col4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col4.-col4-max {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col4.-col3-max {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col4.-col2-max {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col4.-col1-max {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col4-max {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4-max.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-max.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-max.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-max.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4-max.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-max.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-max.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-max.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4-max.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-max.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-max.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-max.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4-max.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-max.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-max.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-max.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-md.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-md.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-md.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-md.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-md.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-md.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-md.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-md.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-md.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-md.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-md.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-md.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-tab.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-tab.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-tab.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-tab.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-tab.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-tab.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-tab.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-tab.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-sp.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-sp.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-sp.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-sp.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.c-grid-column.-col3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col3.-col4-max {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col3.-col3-max {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col3.-col2-max {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col3.-col1-max {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col3-max {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3-max.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-max.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-max.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-max.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3-max.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-max.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-max.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-max.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3-max.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-max.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-max.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-max.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3-max.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-max.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-max.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-max.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-md.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-md.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-md.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-md.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-md.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-md.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-md.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-md.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-md.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-md.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-md.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-md.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-tab.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-tab.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-tab.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-tab.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-tab.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-tab.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-tab.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-tab.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-sp.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-sp.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-sp.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-sp.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.c-grid-column.-col2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col2.-col4-max {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col2.-col3-max {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col2.-col2-max {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col2.-col1-max {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col2-max {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2-max.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-max.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-max.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-max.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2-max.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-max.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-max.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-max.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2-max.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-max.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-max.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-max.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2-max.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-max.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-max.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-max.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-md.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-md.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-md.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-md.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-md.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-md.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-md.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-md.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-md.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-md.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-md.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-md.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-tab.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-tab.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-tab.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-tab.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-tab.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-tab.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-tab.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-tab.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-sp.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-sp.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-sp.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-sp.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.c-grid-column.-col1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col1.-col4-max {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col1.-col3-max {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col1.-col2-max {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col1.-col1-max {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col1-max {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1-max.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-max.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-max.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-max.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1-max.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-max.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-max.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-max.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1-max.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-max.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-max.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-max.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1-max.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-max.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-max.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-max.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-md.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-md.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-md.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-md.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-md.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-md.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-md.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-md.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-md.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-md.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-md.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-md.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-tab.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-tab.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-tab.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-tab.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-tab.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-tab.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-tab.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-tab.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-sp.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-sp.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-sp.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-sp.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@keyframes furry_arrow {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes loop_en {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: max(-67.6734693878vw + -575.2244897959px, -1658px);
  }
}
@keyframes kv_loop01 {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: max(-63.4285714286vw + -539.1428571429px, -1554px);
  }
}
@keyframes kv_loop02 {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: min(54.8571428571vw + 466.2857142857px, 1344px);
  }
}
.c-heading01 {
  text-align: center;
}
.c-heading01 .en,
.c-heading01 .jp {
  display: block;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  font-size: min(2.2040816327vw + 1.3584183673rem, 3.5625rem);
  font-weight: 500;
  color: #000;
  letter-spacing: 0.075em;
}
.c-heading01 .jp {
  font-family: "FP-KoburinaGoStdN", sans-serif;
  font-size: min(1.7142857143vw + 1.0982142857rem, 2.8125rem);
}
.c-heading01 small {
  margin-top: min(0.8163265306vw + 6.9387755102px, 20px);
  color: #a8987a;
  font-weight: bold;
  font-size: min(0.3265306122vw + 0.7984693878rem, 1.125rem);
  display: block;
  line-height: 1;
}
.c-heading01.-white .en,
.c-heading01.-white small {
  color: #fff;
}
.c-heading01.js-anim_elm .en,
.c-heading01.js-anim_elm .jp {
  opacity: 0;
  filter: blur(5px);
  transform: scale(1.05);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-heading01.js-anim_elm small {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease 0.5s;
}
.c-heading01.js-anim_elm.is-act .en,
.c-heading01.js-anim_elm.is-act .jp {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.c-heading01.js-anim_elm.is-act small {
  opacity: 1;
  transform: translateY(0);
}
.c-heading02 {
  font-size: min(0.9795918367vw + 0.8954081633rem, 1.875rem);
  font-weight: bold;
  line-height: 1.67;
  color: #000;
}

.c-title01 {
  font-weight: bold;
  font-size: min(0.3265306122vw + 0.7984693878rem, 1.125rem);
}
.c-title02 {
  margin-bottom: 20px;
}
.c-title02 span {
  text-align: center;
  display: block;
  font-size: min(0.8163265306vw + 0.7461734694rem, 1.5625rem);
  font-weight: bold;
  width: min(13.5510204082vw + 199.1836734694px, 416px);
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color: #3c3c3c;
  border-radius: 999px;
  padding: min(0.4897959184vw + 4.1632653061px, 12px) min(1.7142857143vw + 7.5714285714px, 35px);
  position: relative;
}
.c-title02 span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 9.5px 0 9.5px;
  border-color: #3c3c3c transparent transparent transparent;
  position: absolute;
  bottom: max(-0.4897959184vw + -4.1632653061px, -12px);
  left: 50%;
  transform: translateX(-50%);
}

.c-button01 a,
.c-button01 span {
  color: #fff;
  font-weight: bold;
  font-size: min(0.4081632653vw + 0.7168367347rem, 1.125rem);
  width: min(14.0408163265vw + 242.3469387755px, 467px);
  height: min(1.9591836735vw + 63.6530612245px, 95px);
  border-radius: 999px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: 200% auto;
  background-position: 100% center;
  transition: all 0.5s ease;
  background-image: linear-gradient(to right, #d3b84c 0%, #b1819d 50%, #d3b84c 100%);
}
.c-button01 a i,
.c-button01 span i {
  width: min(1.7959183673vw + 23.2653061224px, 52px);
  height: min(1.7959183673vw + 23.2653061224px, 52px);
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(1.387755102vw + 11.7959183673px, 34px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-button01 a i::before,
.c-button01 span i::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(0.3265306122vw + 1.7755102041px, 7px) 0 min(0.3265306122vw + 1.7755102041px, 7px) min(0.4897959184vw + 3.1632653061px, 11px);
  border-color: transparent transparent transparent #d3b84c;
}
@media (any-hover: hover) {
  .c-button01 a:hover, a:hover .c-button01 a, span:hover .c-button01 a,
  .c-button01 span:hover,
  a:hover .c-button01 span,
  span:hover .c-button01 span {
    filter: brightness(1.1);
    transform: scale(1.03);
  }
  .c-button01 a:hover i, a:hover .c-button01 a i, span:hover .c-button01 a i,
  .c-button01 span:hover i,
  a:hover .c-button01 span i,
  span:hover .c-button01 span i {
    transform: translateY(-50%) scale(1.1);
  }
}
.c-button01.-green a,
.c-button01.-green span {
  background-image: linear-gradient(to right, #85b1c3 0%, #9cb47a 50%, #85b1c3 100%);
}
.c-button01.-green a i::before,
.c-button01.-green span i::before {
  border-color: transparent transparent transparent #85b1c3;
}
.c-button01.-large a,
.c-button01.-large span {
  width: min(26.9387755102vw + 193.9795918367px, 625px);
  height: min(5.7959183673vw + 49.2653061224px, 142px);
}
.c-button02 a,
.c-button02 span {
  color: #fff;
  font-weight: bold;
  width: min(9.387755102vw + 189.7959183673px, 340px);
  height: min(1.6326530612vw + 48.8775510204px, 75px);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.5s ease;
  background-color: #6dba4f;
  border: 2px solid #6dba4f;
}
.c-button02 a i,
.c-button02 span i {
  line-height: 1;
  position: absolute;
  top: 50%;
  right: min(2.8571428571vw + -0.7142857143px, 45px);
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  a:hover .c-button02 a, span:hover .c-button02 a,
  a:hover .c-button02 span,
  span:hover .c-button02 span {
    color: #6dba4f;
    background-color: #fff;
  }
}

.js-anim_elm.-fadein {
  transition: all 0.5s ease;
  transform: translateY(20px);
  filter: blur(5px);
  opacity: 0;
}
.js-anim_elm.-fadein.is-act {
  transform: translateY(0px);
  filter: blur(0px);
  opacity: 1;
}

.js-move_bg {
  z-index: 3;
}

.js-accordion-expand .js-accordion-expand-trigger {
  cursor: pointer;
}
.js-accordion-expand .js-accordion-expand-wrapper {
  overflow: hidden;
}

.u-block, .u-block_center {
  display: block;
}
.u-block_center {
  margin-left: auto;
  margin-right: auto;
}

.u-none {
  display: none;
}

.u-ib {
  display: inline-block;
}

.u-left {
  text-align: left;
}

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

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

.u-justify {
  text-align: justify;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-fixed {
  position: fixed;
}

.u-flex {
  display: flex;
}
.u-flex.-wrap {
  flex-wrap: wrap;
}
.u-flex.-reverse {
  flex-direction: reverse;
}
.u-flex.-inline {
  display: inline-flex;
}
.u-flex.-astart {
  align-items: flex-start;
}
.u-flex.-acenter {
  align-items: center;
}
.u-flex.-aend {
  align-items: flex-end;
}
.u-flex.-jbetween {
  justify-content: space-between;
}
.u-flex.-jaround {
  justify-content: space-around;
}
.u-flex.-jstart {
  justify-content: flex-start;
}
.u-flex.-jcenter {
  justify-content: center;
}
.u-flex.-jend {
  justify-content: flex-end;
}

.u-grid {
  display: grid;
}

.u-overflow-auto {
  overflow: auto;
}
.u-overflow-visible {
  overflow: visible;
}
.u-overflow-hidden {
  overflow: hidden;
}

.u-visibility-visible {
  visibility: visible;
}
.u-visibility-hidden {
  visibility: hidden;
}

.u-cursor-pointer {
  cursor: pointer;
}
.u-cursor-grab {
  cursor: grab;
}
.u-cursor-wait {
  cursor: wait;
}
.u-cursor-not-allowed {
  cursor: not-allowed;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-nowrap {
  white-space: nowrap;
}

.u-breakall {
  word-break: break-all;
}

.u-keepall {
  word-break: keep-all;
}

.u-weight-100 {
  font-weight: 100;
}
.u-weight-200 {
  font-weight: 200;
}
.u-weight-300 {
  font-weight: 300;
}
.u-weight-400 {
  font-weight: 400;
}
.u-weight-500 {
  font-weight: 500;
}
.u-weight-600 {
  font-weight: 600;
}
.u-weight-700 {
  font-weight: 700;
}
.u-weight-800 {
  font-weight: 800;
}
.u-weight-900 {
  font-weight: 900;
}

.u-color-main {
  color: #a8987a;
}
.u-color-font {
  color: #333;
}
.u-color-sub {
  color: #f0eee7;
}
.u-color-white {
  color: #fff;
}

.u-mt0 {
  margin-top: min(0vw + 0px, 0px) !important;
}

.u-mb0 {
  margin-bottom: min(0vw + 0px, 0px) !important;
}

.u-ml0 {
  margin-left: min(0vw + 0px, 0px) !important;
}

.u-mr0 {
  margin-right: min(0vw + 0px, 0px) !important;
}

.u-pt0 {
  padding-top: min(0vw + 0px, 0px) !important;
}

.u-pb0 {
  padding-bottom: min(0vw + 0px, 0px) !important;
}

.u-pl0 {
  padding-left: min(0vw + 0px, 0px) !important;
}

.u-pr0 {
  padding-right: min(0vw + 0px, 0px) !important;
}

.u-mt5 {
  margin-top: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-mb5 {
  margin-bottom: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-ml5 {
  margin-left: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-mr5 {
  margin-right: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-pt5 {
  padding-top: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-pb5 {
  padding-bottom: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-pl5 {
  padding-left: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-pr5 {
  padding-right: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-mt10 {
  margin-top: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-mb10 {
  margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-ml10 {
  margin-left: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-mr10 {
  margin-right: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-pt10 {
  padding-top: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-pb10 {
  padding-bottom: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-pl10 {
  padding-left: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-pr10 {
  padding-right: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-mt15 {
  margin-top: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-mb15 {
  margin-bottom: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-ml15 {
  margin-left: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-mr15 {
  margin-right: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-pt15 {
  padding-top: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-pb15 {
  padding-bottom: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-pl15 {
  padding-left: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-pr15 {
  padding-right: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-mt20 {
  margin-top: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-mb20 {
  margin-bottom: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-ml20 {
  margin-left: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-mr20 {
  margin-right: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-pt20 {
  padding-top: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-pb20 {
  padding-bottom: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-pl20 {
  padding-left: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-pr20 {
  padding-right: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-mt25 {
  margin-top: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-mb25 {
  margin-bottom: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-ml25 {
  margin-left: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-mr25 {
  margin-right: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-pt25 {
  padding-top: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-pb25 {
  padding-bottom: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-pl25 {
  padding-left: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-pr25 {
  padding-right: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-mt30 {
  margin-top: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-mb30 {
  margin-bottom: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-ml30 {
  margin-left: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-mr30 {
  margin-right: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-pt30 {
  padding-top: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-pb30 {
  padding-bottom: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-pl30 {
  padding-left: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-pr30 {
  padding-right: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-mt35 {
  margin-top: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-mb35 {
  margin-bottom: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-ml35 {
  margin-left: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-mr35 {
  margin-right: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-pt35 {
  padding-top: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-pb35 {
  padding-bottom: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-pl35 {
  padding-left: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-pr35 {
  padding-right: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-mt40 {
  margin-top: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-mb40 {
  margin-bottom: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-ml40 {
  margin-left: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-mr40 {
  margin-right: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-pt40 {
  padding-top: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-pb40 {
  padding-bottom: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-pl40 {
  padding-left: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-pr40 {
  padding-right: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-mt45 {
  margin-top: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-mb45 {
  margin-bottom: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-ml45 {
  margin-left: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-mr45 {
  margin-right: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-pt45 {
  padding-top: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-pb45 {
  padding-bottom: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-pl45 {
  padding-left: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-pr45 {
  padding-right: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-mt50 {
  margin-top: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-mb50 {
  margin-bottom: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-ml50 {
  margin-left: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-mr50 {
  margin-right: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-pt50 {
  padding-top: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-pb50 {
  padding-bottom: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-pl50 {
  padding-left: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-pr50 {
  padding-right: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-mt55 {
  margin-top: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-mb55 {
  margin-bottom: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-ml55 {
  margin-left: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-mr55 {
  margin-right: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-pt55 {
  padding-top: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-pb55 {
  padding-bottom: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-pl55 {
  padding-left: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-pr55 {
  padding-right: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-mt60 {
  margin-top: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-mb60 {
  margin-bottom: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-ml60 {
  margin-left: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-mr60 {
  margin-right: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-pt60 {
  padding-top: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-pb60 {
  padding-bottom: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-pl60 {
  padding-left: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-pr60 {
  padding-right: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-mt65 {
  margin-top: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-mb65 {
  margin-bottom: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-ml65 {
  margin-left: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-mr65 {
  margin-right: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-pt65 {
  padding-top: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-pb65 {
  padding-bottom: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-pl65 {
  padding-left: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-pr65 {
  padding-right: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-mt70 {
  margin-top: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-mb70 {
  margin-bottom: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-ml70 {
  margin-left: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-mr70 {
  margin-right: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-pt70 {
  padding-top: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-pb70 {
  padding-bottom: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-pl70 {
  padding-left: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-pr70 {
  padding-right: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-mt75 {
  margin-top: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-mb75 {
  margin-bottom: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-ml75 {
  margin-left: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-mr75 {
  margin-right: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-pt75 {
  padding-top: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-pb75 {
  padding-bottom: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-pl75 {
  padding-left: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-pr75 {
  padding-right: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-mt80 {
  margin-top: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-mb80 {
  margin-bottom: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-ml80 {
  margin-left: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-mr80 {
  margin-right: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-pt80 {
  padding-top: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-pb80 {
  padding-bottom: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-pl80 {
  padding-left: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-pr80 {
  padding-right: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-mt85 {
  margin-top: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-mb85 {
  margin-bottom: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-ml85 {
  margin-left: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-mr85 {
  margin-right: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-pt85 {
  padding-top: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-pb85 {
  padding-bottom: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-pl85 {
  padding-left: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-pr85 {
  padding-right: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-mt90 {
  margin-top: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-mb90 {
  margin-bottom: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-ml90 {
  margin-left: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-mr90 {
  margin-right: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-pt90 {
  padding-top: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-pb90 {
  padding-bottom: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-pl90 {
  padding-left: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-pr90 {
  padding-right: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-mt95 {
  margin-top: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-mb95 {
  margin-bottom: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-ml95 {
  margin-left: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-mr95 {
  margin-right: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-pt95 {
  padding-top: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-pb95 {
  padding-bottom: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-pl95 {
  padding-left: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-pr95 {
  padding-right: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-mt100 {
  margin-top: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-mb100 {
  margin-bottom: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-ml100 {
  margin-left: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-mr100 {
  margin-right: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-pt100 {
  padding-top: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-pb100 {
  padding-bottom: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-pl100 {
  padding-left: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-pr100 {
  padding-right: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-visible {
  display: block;
}
@media only screen and (max-width: 1599px) {
  .u-visible-max {
    display: none !important;
  }
}
@media only screen and (max-width: 1299px) {
  .u-visible-md {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .u-visible-tab {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-visible-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 567px) {
  .u-visible-spmin {
    display: none !important;
  }
}
@media only screen and (max-width: 374px) {
  .u-visible-min {
    display: none !important;
  }
}

.u-hidden {
  display: none;
}
.u-hidden-max {
  display: none !important;
}
@media only screen and (max-width: 1599px) {
  .u-hidden-max {
    display: block !important;
  }
  .u-hidden-max.-f {
    display: flex !important;
  }
  .u-hidden-max.-i {
    display: inline !important;
  }
  .u-hidden-max.-ib {
    display: inline-block !important;
  }
}
.u-hidden-md {
  display: none !important;
}
@media only screen and (max-width: 1299px) {
  .u-hidden-md {
    display: block !important;
  }
  .u-hidden-md.-f {
    display: flex !important;
  }
  .u-hidden-md.-i {
    display: inline !important;
  }
  .u-hidden-md.-ib {
    display: inline-block !important;
  }
}
.u-hidden-tab {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .u-hidden-tab {
    display: block !important;
  }
  .u-hidden-tab.-f {
    display: flex !important;
  }
  .u-hidden-tab.-i {
    display: inline !important;
  }
  .u-hidden-tab.-ib {
    display: inline-block !important;
  }
}
.u-hidden-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: block !important;
  }
  .u-hidden-sp.-f {
    display: flex !important;
  }
  .u-hidden-sp.-i {
    display: inline !important;
  }
  .u-hidden-sp.-ib {
    display: inline-block !important;
  }
}
.u-hidden-spmin {
  display: none !important;
}
@media only screen and (max-width: 567px) {
  .u-hidden-spmin {
    display: block !important;
  }
  .u-hidden-spmin.-f {
    display: flex !important;
  }
  .u-hidden-spmin.-i {
    display: inline !important;
  }
  .u-hidden-spmin.-ib {
    display: inline-block !important;
  }
}
.u-hidden-min {
  display: none !important;
}
@media only screen and (max-width: 374px) {
  .u-hidden-min {
    display: block !important;
  }
  .u-hidden-min.-f {
    display: flex !important;
  }
  .u-hidden-min.-i {
    display: inline !important;
  }
  .u-hidden-min.-ib {
    display: inline-block !important;
  }
}

@media (any-hover: hover) {
  .u-hover {
    transition: all 0.5s ease;
  }
  .u-hover:hover {
    opacity: 0.8;
  }
}

/* トップページ */
.p-index_kv {
  overflow: hidden;
}
.p-index_kv__pic {
  height: 100vh;
  width: 100%;
}
.p-index_kv__pic img {
  width: 100%;
  height: 90%;
  object-fit: cover;
}
@media only screen and (orientation: landscape) {
  .p-index_kv__pic .-landscape {
    display: block;
  }
  .p-index_kv__pic .-portrait {
    display: none;
  }
}
@media only screen and (orientation: portrait) {
  .p-index_kv__pic .-landscape {
    display: none;
  }
  .p-index_kv__pic .-portrait {
    display: block;
  }
  .p-index_kv__pic img {
    height: 100%;
    object-fit: cover;
  }
}
.p-index_kv__main {
  position: relative;
  z-index: 2;
  padding-top: min(0.8163265306vw + 46.9387755102px, 60px);
  text-align: center;
  margin-top: max(-11.8367346939vw + -120.612244898px, -310px);
}
@media only screen and (max-width: 767px) {
  .p-index_kv__main {
    margin-top: -27vh;
  }
}
.p-index_kv__main::before {
  content: "";
  display: block;
  width: 128vw;
  height: 61vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50% 50% 0 0;
  z-index: -1;
  pointer-events: none;
}
.p-index_kv__main::after {
  content: "";
  display: block;
  width: 128vw;
  height: 61vw;
  border: 2px dotted #707070;
  position: absolute;
  top: min(0.8163265306vw + 6.9387755102px, 20px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0;
  pointer-events: none;
}
.p-index_kv__text {
  color: #fff;
  background-color: #363636;
  padding: 0.5em 2em;
  width: fit-content;
  margin-inline: auto;
  transform: skew(-20deg);
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 100;
}
.p-index_kv__text span {
  font-size: min(0.6530612245vw + 0.8469387755rem, 1.5rem);
  transform: skew(20deg);
}
.p-index_kv__text.-no_bg {
  background-color: transparent;
  transform: skew(0);
  translate: 0 0;
  color: #000;
  font-size: min(0.6530612245vw + 0.8469387755rem, 1.5rem);
  position: static;
  text-align: center;
  font-weight: 600;
  padding: 0;
  margin-inline: auto;
}
.p-index_kv__catch {
  font-size: min(0.6530612245vw + 0.8469387755rem, 1.5rem);
  font-weight: bold;
  margin-bottom: min(0.8163265306vw + -3.0612244898px, 10px);
}
.p-index_kv__date {
  margin-bottom: min(0vw + 10px, 10px);
  font-family: "Barlow", sans-serif;
}
.p-index_kv__date__row {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: bold;
  line-height: 1;
  color: #111;
}
.p-index_kv__date .year {
  font-size: min(2.5306122449vw + 1.3443877551rem, 3.875rem);
}
.p-index_kv__date .date {
  display: flex;
  align-items: baseline;
  margin-block-end: min(0.8163265306vw + 6.9387755102px, 20px);
}
.p-index_kv__date .date .month {
  font-size: min(2.9387755102vw + 1.4987244898rem, 4.4375rem);
}
.p-index_kv__date .date .day {
  font-size: min(4.3265306122vw + 2.2984693878rem, 6.625rem);
}
.p-index_kv__date .date .week {
  font-size: min(1.2244897959vw + 0.6505102041rem, 1.875rem);
  text-transform: uppercase;
  margin-left: min(0.2448979592vw + 4.0816326531px, 8px);
  position: relative;
  bottom: 0.4em;
}
.p-index_kv__date .date .week.-sat {
  color: #6a97c4;
}
.p-index_kv__date .line {
  font-size: min(3.8367346939vw + 1.9132653061rem, 5.75rem);
  margin-inline: min(0.4081632653vw + 8.4693877551px, 15px);
}
.p-index_kv__date .time {
  font-size: min(1.2244897959vw + 0.6505102041rem, 1.875rem);
  font-weight: 600;
  line-height: 1;
}
.p-index_kv__place {
  border-radius: 99px;
  text-align: center;
  font-size: min(0.9795918367vw + 0.5204081633rem, 1.5rem);
  background-color: #363636;
  color: #fff;
  font-weight: bold;
  width: min(23.2653061224vw + 197.7551020408px, 570px);
  margin: 0 auto;
  padding: min(0.1632653061vw + 2.387755102px, 5px);
}

.p-index_school {
  background-color: #fff;
  padding-top: min(5.7142857143vw + 58.5714285714px, 150px);
}
.p-index_school__inner {
  border-radius: min(0.8163265306vw + 6.9387755102px, 20px);
  padding: min(2.4489795918vw + 20.8163265306px, 60px) min(6.5306122449vw + 15.5102040816px, 120px) min(1.6326530612vw + 13.8775510204px, 40px);
  position: relative;
  z-index: 2;
  border: 2px dotted #707070;
}
.p-index_school__title {
  margin-bottom: min(2.0408163265vw + 12.3469387755px, 45px);
  display: inline-block;
  background-color: #363636;
  color: #fff;
  font-size: min(0.5714285714vw + 0.6160714286rem, 1.1875rem);
  font-weight: 500;
  padding: 5px min(0.4081632653vw + 13.4693877551px, 20px) 8px;
  line-height: 1;
  position: absolute;
  top: max(-0.4081632653vw + -13.4693877551px, -20px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  text-transform: uppercase;
}
.p-index_school__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(0.2448979592vw + 3.0816326531px, 7px) min(0.3265306122vw + 2.7755102041px, 8px) 0 min(0.3265306122vw + 2.7755102041px, 8px);
  border-color: #363636 transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(-0.2448979592vw + -3.0816326531px, -7px);
  z-index: -1;
}
.p-index_school .c-grid-column {
  gap: min(0.4081632653vw + 18.4693877551px, 25px) min(0.4081632653vw + 13.4693877551px, 20px);
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .p-index_school .c-grid-column {
    place-items: center;
  }
}

.p-index_bnr {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: min(4.0816326531vw + 34.693877551px, 100px) 0 min(8.1632653061vw + 49.387755102px, 180px);
}

/* トップページ */
.p-exhibition_kv {
  height: 100svh;
  width: 100%;
  position: relative;
  margin-bottom: min(11.4285714286vw + -42.8571428571px, 140px);
}
.p-exhibition_kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-exhibition_kv__bg canvas {
  height: 100%;
}
.p-exhibition_kv__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #000;
  position: absolute;
  left: min(6.5306122449vw + -4.4897959184px, 100px);
  bottom: min(19.1836734694vw + -26.9387755102px, 280px);
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .p-exhibition_kv__main {
    top: 33svh;
  }
}
@media only screen and (max-width: 374px) {
  .p-exhibition_kv__main {
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 374px) {
  .p-exhibition_kv__main .c-event_copys {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-exhibition_kv__main .c-event_copy {
    filter: drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 5px #fff);
  }
}
.p-exhibition_kv__slider {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .p-exhibition_kv__slider {
    width: min(19.5918367347vw + 166.5306122449px, 480px);
  }
}
.p-exhibition_kv__slider .slide {
  height: 100%;
}
.p-exhibition_kv__slider .slide.-no01 {
  width: min(21.5510204082vw + 119.1836734694px, 464px);
  background-image: url(../../img/exhibition/kv_pic01.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  animation: kv_loop01 50s linear infinite;
}
@media only screen and (max-width: 3840px) and (min-width: 320px) and (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .p-exhibition_kv__slider .slide.-no01 {
    background-image: url(../../img/exhibition/kv_pic01@2x.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .p-exhibition_kv__slider .slide.-no01 {
    width: 50%;
  }
}
.p-exhibition_kv__slider .slide.-no02 {
  width: min(19.1020408163vw + 104.3673469388px, 410px);
  background-image: url(../../img/exhibition/kv_pic02.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  animation: kv_loop02 50s linear infinite;
}
@media only screen and (max-width: 3840px) and (min-width: 320px) and (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .p-exhibition_kv__slider .slide.-no02 {
    background-image: url(../../img/exhibition/kv_pic02@2x.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .p-exhibition_kv__slider .slide.-no02 {
    width: 50%;
  }
}

.p-exhibition_about {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.p-exhibition_about__bg {
  padding-top: min(10.2040816327vw + 46.7346938776px, 210px);
  background-color: #f0eee7;
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: min(2.4489795918vw + 20.8163265306px, 60px) min(2.4489795918vw + 20.8163265306px, 60px) 0 0;
  overflow: hidden;
}
.p-exhibition_about__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/parts/geometry_bg.png);
  background-repeat: repeat;
  background-size: contain;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 3840px) and (min-width: 320px) and (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .p-exhibition_about__bg::before {
    background-image: url(../../img/common/parts/geometry_bg@2x.png);
  }
}
.p-exhibition_about .c-contianer {
  position: relative;
  z-index: 2;
}
.p-exhibition_about__school {
  background-color: #fff;
  border-radius: min(0.8163265306vw + 6.9387755102px, 20px);
  padding: min(2.4489795918vw + 20.8163265306px, 60px) min(6.5306122449vw + 15.5102040816px, 120px) min(2.0408163265vw + 17.3469387755px, 50px);
  position: relative;
  z-index: 2;
}
.p-exhibition_about__school__title {
  margin-bottom: min(2.0408163265vw + 12.3469387755px, 45px);
  display: inline-block;
  background-color: #a8987a;
  color: #fff;
  font-size: min(0.5714285714vw + 0.6160714286rem, 1.1875rem);
  font-weight: 500;
  padding: 5px min(0.4081632653vw + 13.4693877551px, 20px) 8px;
  line-height: 1;
  position: absolute;
  top: max(-0.4081632653vw + -13.4693877551px, -20px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  text-transform: uppercase;
}
.p-exhibition_about__school__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(0.2448979592vw + 3.0816326531px, 7px) min(0.3265306122vw + 2.7755102041px, 8px) 0 min(0.3265306122vw + 2.7755102041px, 8px);
  border-color: #a8987a transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(-0.2448979592vw + -3.0816326531px, -7px);
  z-index: -1;
}
.p-exhibition_about__school .c-grid-column {
  gap: min(0.5714285714vw + 15.8571428571px, 25px) min(0vw + 20px, 20px);
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .p-exhibition_about__school .c-grid-column {
    place-items: center;
  }
}
.p-exhibition_about__school .c-grid-column li {
  width: fit-content;
}
.p-exhibition_about__fukidashi {
  margin-bottom: min(2.0408163265vw + 12.3469387755px, 45px);
  display: inline-block;
  font-family: "Barlow", sans-serif;
  background-color: #a8987a;
  color: #fff;
  font-size: min(0.5714285714vw + 0.6160714286rem, 1.1875rem);
  font-weight: 500;
  padding: 5px min(0.4081632653vw + 13.4693877551px, 20px) 8px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.p-exhibition_about__fukidashi::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(0.2448979592vw + 3.0816326531px, 7px) min(0.3265306122vw + 2.7755102041px, 8px) 0 min(0.3265306122vw + 2.7755102041px, 8px);
  border-color: #a8987a transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(-0.2448979592vw + -3.0816326531px, -7px);
  z-index: -1;
}
.p-exhibition_about__title {
  width: min(31.4285714286vw + 182.1428571429px, 685px);
  margin: 0 auto min(0.8163265306vw + 36.9387755102px, 50px);
}
.p-exhibition_about__title img {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .p-exhibition_about .c-text01 {
    text-align: left;
    font-size: min(0.0816326531vw + 0.9183673469rem, 1rem);
  }
}
.p-exhibition_about__figure {
  margin-bottom: min(5.306122449vw + 75.1020408163px, 160px);
}
.p-exhibition_about__figure.js-anim_elm {
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.8s ease-in-out;
}
.p-exhibition_about__figure.js-anim_elm.is-act {
  opacity: 1;
  transform: scale(1);
}
.p-exhibition_about__movie__iframe {
  aspect-ratio: 16/9;
}
.p-exhibition_about__movie__iframe iframe {
  width: 100%;
  height: 100%;
}
.p-exhibition_about__pic {
  width: 100vw;
  height: min(19.8367346939vw + 132.612244898px, 450px);
  overflow: hidden;
}
.p-exhibition_about__pic img {
  width: 100%;
  height: min(28.5714285714vw + 242.8571428571px, 700px);
  object-fit: cover;
}

.p-exhibition_contents {
  padding: min(2.4489795918vw + 60.8163265306px, 100px) 0 min(4.0816326531vw + 64.693877551px, 130px);
  background-color: #fff;
}
.p-exhibition_contents__title {
  font-family: "Barlow", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: min(0.4897959184vw + 1.0102040816rem, 1.5rem);
  margin-bottom: min(1.6326530612vw + 18.8775510204px, 45px);
}
@media only screen and (max-width: 1023px) {
  .p-exhibition_contents .c-container {
    padding: 0;
  }
}
.p-exhibition_contents__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  place-items: center;
}
@media only screen and (max-width: 767px) {
  .p-exhibition_contents__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-exhibition_contents__list li:not(:first-child) {
  border-left: 1px dotted #333;
}
@media only screen and (max-width: 1023px) {
  .p-exhibition_contents__list li {
    margin-bottom: min(1.4693877551vw + 12.4897959184px, 36px);
  }
}
.p-exhibition_contents__list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 min(3.6734693878vw + 1.2244897959px, 60px);
}
.p-exhibition_contents__list li a .num {
  background-color: #a8987a;
  color: #fff;
  font-size: min(0.2448979592vw + 0.6926020408rem, 0.9375rem);
  line-height: 1;
  width: min(0.4897959184vw + 22.1632653061px, 30px);
  height: min(0.4897959184vw + 22.1632653061px, 30px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(1.0612244898vw + 8.0204081633px, 25px);
  font-weight: bold;
  transition: all 0.5s ease;
}
.p-exhibition_contents__list li a .text {
  white-space: nowrap;
  font-size: min(0.4897959184vw + 0.6352040816rem, 1.125rem);
  font-weight: 600;
  transition: all 0.5s ease;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .p-exhibition_contents__list li a .text {
    height: 3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.p-exhibition_contents__list li a .arrow {
  margin-top: min(0.8163265306vw + 6.9387755102px, 20px);
  line-height: 1;
  color: #a8987a;
}
@media (any-hover: hover) {
  .p-exhibition_contents__list li a:hover .num {
    background-color: #000;
  }
  .p-exhibition_contents__list li a:hover .text {
    color: #a8987a;
  }
  .p-exhibition_contents__list li a:hover .arrow {
    animation: furry_arrow 0.5s ease-in-out infinite alternate;
  }
}
.p-exhibition_contents__list.js-anim_elm li {
  opacity: 0;
  transition: all 0.7s ease;
}
.p-exhibition_contents__list.js-anim_elm li:nth-child(0) {
  transition-delay: 0ms;
}
.p-exhibition_contents__list.js-anim_elm li:nth-child(1) {
  transition-delay: 100ms;
}
.p-exhibition_contents__list.js-anim_elm li:nth-child(2) {
  transition-delay: 200ms;
}
.p-exhibition_contents__list.js-anim_elm li:nth-child(3) {
  transition-delay: 300ms;
}
.p-exhibition_contents__list.js-anim_elm li:nth-child(4) {
  transition-delay: 400ms;
}
.p-exhibition_contents__list.js-anim_elm li:nth-child(5) {
  transition-delay: 500ms;
}
.p-exhibition_contents__list.js-anim_elm.is-act li {
  opacity: 1;
}

.p-exhibition_place {
  background-color: #fff;
  position: relative;
  padding: min(10.2040816327vw + 46.7346938776px, 210px) 0 min(4.4897959184vw + 128.1632653061px, 200px);
  z-index: 1;
}
@media only screen and (max-width: 1299px) {
  .p-exhibition_place {
    padding-left: min(1.6326530612vw + 13.8775510204px, 40px);
    padding-right: min(1.6326530612vw + 13.8775510204px, 40px);
  }
}
.p-exhibition_place__bg {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  border-radius: min(1.2244897959vw + 10.4081632653px, 30px);
  background-color: #ddd;
  mix-blend-mode: multiply;
  z-index: -1;
  pointer-events: none;
  inset: 0;
}
@media only screen and (max-width: 1299px) {
  .p-exhibition_place .c-container {
    width: 100%;
  }
}
.p-exhibition_place__inner {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .p-exhibition_place__inner {
    flex-direction: column;
  }
}
.p-exhibition_place__textarea {
  margin-right: min(5.7142857143vw + -21.4285714286px, 70px);
  position: relative;
  padding-top: min(2.4489795918vw + 20.8163265306px, 60px);
}
.p-exhibition_place__en {
  -webkit-text-stroke: 1px #a8987a;
  color: transparent;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: min(6.1224489796vw + 3.2525510204rem, 9.375rem);
  text-transform: uppercase;
  white-space: nowrap;
  mix-blend-mode: screen;
  position: absolute;
  top: max(-1.6326530612vw + -13.8775510204px, -40px);
  left: 0;
  line-height: 1;
  z-index: -1;
}
.p-exhibition_place__en.js-anim_elm {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.5s ease;
}
.p-exhibition_place__en.js-anim_elm.is-act {
  opacity: 1;
  transform: translateX(0);
}
.p-exhibition_place__title {
  font-size: min(0.6530612245vw + 0.6594387755rem, 1.3125rem);
  font-weight: bold;
  margin-bottom: min(0.4081632653vw + 8.4693877551px, 15px);
}
.p-exhibition_place__title.js-anim_elm {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease;
}
.p-exhibition_place__title.js-anim_elm.is-act {
  opacity: 1;
  transform: translateY(0);
}
.p-exhibition_place__schedule {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-exhibition_place__schedule li {
  font-family: "Barlow", sans-serif;
  display: flex;
  align-items: center;
}
.p-exhibition_place__schedule li .date {
  font-size: min(1.7142857143vw + 1.8482142857rem, 3.5625rem);
  line-height: 1;
}
.p-exhibition_place__schedule li .weekday {
  writing-mode: vertical-lr;
  font-size: min(0.4897959184vw + 0.6352040816rem, 1.125rem);
  line-height: 1;
  margin: 0 min(0.8163265306vw + 1.9387755102px, 15px);
}
.p-exhibition_place__schedule li .time {
  font-size: min(0.8163265306vw + 0.8711734694rem, 1.6875rem);
  white-space: nowrap;
  line-height: 1;
}
.p-exhibition_place__schedule li:nth-child(2) .date {
  padding-left: 2.55em;
}
.p-exhibition_place__location {
  display: grid;
  margin-bottom: 15px;
}
.p-exhibition_place__location em {
  font-size: min(1.0612244898vw + 0.8762755102rem, 1.9375rem);
  font-weight: bold;
  margin-bottom: min(0vw + 15px, 15px);
  font-style: normal;
}
.p-exhibition_place__location address {
  display: inline-block;
  font-size: min(0.3265306122vw + 0.7984693878rem, 1.125rem);
}
.p-exhibition_place__location i a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #a8987a;
  color: #fff;
  width: min(0.6530612245vw + 29.5510204082px, 40px);
  height: min(0.6530612245vw + 29.5510204082px, 40px);
  border-radius: 50%;
}
.p-exhibition_place__access dl {
  font-size: min(0.3265306122vw + 0.6734693878rem, 1rem);
}
.p-exhibition_place__access dl:not(:first-child) {
  margin-top: min(0vw + 8px, 8px);
}
.p-exhibition_place__access dl dt {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.p-exhibition_place__access dl dt::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-right: min(0.4081632653vw + 3.4693877551px, 10px);
  background-color: #a8987a;
}
.p-exhibition_place__access dl dd {
  padding-left: 1.3em;
}
.p-exhibition_place__map {
  min-width: min(38.3673469388vw + 56.1224489796px, 670px);
  max-width: min(38.3673469388vw + 56.1224489796px, 670px);
  border-radius: min(0.4081632653vw + 3.4693877551px, 10px);
  overflow: hidden;
  margin-right: max(-8.1632653061vw + 30.612244898px, -100px);
}
@media only screen and (max-width: 1299px) {
  .p-exhibition_place__map {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .p-exhibition_place__map {
    margin: 0 auto;
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-top: min(4.8979591837vw + 41.6326530612px, 120px);
  }
}
.p-exhibition_place__map iframe {
  width: 100%;
  height: min(19.8367346939vw + 155.612244898px, 473px);
}
.p-exhibition_place__map.js-anim_elm {
  filter: grayscale(1);
  transition: all 0.8s ease 0.4s;
}
.p-exhibition_place__map.js-anim_elm.is-act {
  filter: grayscale(0);
}

.p-exhibition_timeschedule {
  position: relative;
  z-index: 1;
  background-color: #fff;
  z-index: 2;
}
.p-exhibition_timeschedule__bg {
  padding: min(26.1224489796vw + 32.0408163265px, 450px) 0;
  position: relative;
  z-index: 1;
  background-color: #f0eee7;
  border-radius: min(2.4489795918vw + 20.8163265306px, 60px) min(2.4489795918vw + 20.8163265306px, 60px) 0 0;
}
.p-exhibition_timeschedule__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/parts/geometry_bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media only screen and (max-width: 3840px) and (min-width: 320px) and (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .p-exhibition_timeschedule__bg::before {
    background-image: url(../../img/common/parts/geometry_bg@2x.png);
  }
}
.p-exhibition_timeschedule .c-heading01 {
  margin-bottom: min(1.2244897959vw + 55.4081632653px, 75px);
}
.p-exhibition_timeschedule__item {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .p-exhibition_timeschedule__item {
    flex-direction: column;
  }
}
.p-exhibition_timeschedule__item:not(:first-child) {
  margin-top: min(5.1428571429vw + 52.7142857143px, 135px);
}
.p-exhibition_timeschedule__item:nth-of-type(2) .p-exhibition_timeschedule__item__body {
  align-items: start;
}
.p-exhibition_timeschedule__item__head {
  min-width: max(-1.5510204082vw + 238.8163265306px, 214px);
  max-width: max(-1.5510204082vw + 238.8163265306px, 214px);
  height: min(7.0204081633vw + 59.6734693878px, 172px);
  background-color: #a8987a;
  color: #fff;
  margin-right: min(5.7142857143vw + -21.4285714286px, 70px);
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: min(2.0408163265vw + 12.3469387755px, 45px);
}
@media only screen and (max-width: 1023px) {
  .p-exhibition_timeschedule__item__head {
    min-width: min(18.5306122449vw + 163.5102040816px, 460px);
    max-width: min(18.5306122449vw + 163.5102040816px, 460px);
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-bottom: min(1.2244897959vw + 10.4081632653px, 30px);
    top: 0;
  }
}
.p-exhibition_timeschedule__item__head::after {
  content: "";
  width: min(3.5918367347vw + 30.5306122449px, 88px);
  height: min(3.5918367347vw + 30.5306122449px, 88px);
  transform: translateY(-50%) rotate(45deg) skew(20deg, 20deg);
  background-color: #a8987a;
  display: block;
  position: absolute;
  right: max(-1.7959183673vw + -15.2653061224px, -44px);
  top: 50%;
  z-index: -1;
}
.p-exhibition_timeschedule__item__head.-black {
  background-color: #2f2f2f;
}
.p-exhibition_timeschedule__item__head.-black::after {
  background-color: #2f2f2f;
}
.p-exhibition_timeschedule__item__head.js-anim_elm {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.5s ease-in-out;
}
.p-exhibition_timeschedule__item__head.js-anim_elm.is-act {
  opacity: 1;
  transform: translateX(0);
}
.p-exhibition_timeschedule__item__head .date {
  font-size: min(1.9591836735vw + 2.6658163265rem, 4.625rem);
  line-height: 1;
  display: flex;
  align-items: center;
}
.p-exhibition_timeschedule__item__head .date span {
  writing-mode: vertical-lr;
  font-size: min(0.8979591837vw + 0.6020408163rem, 1.5rem);
  display: inline-block;
  margin: 0 5px;
}
.p-exhibition_timeschedule__item__head .time {
  font-size: min(0.9795918367vw + 0.7079081633rem, 1.6875rem);
  line-height: 1;
}
.p-exhibition_timeschedule__item__body {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(0.8163265306vw + 6.9387755102px, 20px);
}
.p-exhibition_timeschedule__item__title {
  text-align: center;
  font-weight: bold;
  font-size: min(1.387755102vw + 0.362244898rem, 1.75rem);
  white-space: nowrap;
}
.p-exhibition_timeschedule__item__title.-presentation {
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-exhibition_timeschedule__item__title.-show {
  grid-column: 2/3;
  grid-row: 1/2;
}
.p-exhibition_timeschedule__item .item {
  background-color: #fff;
  border-radius: min(0.4081632653vw + 3.4693877551px, 10px);
  padding: min(1.2244897959vw + 10.4081632653px, 30px);
  margin-bottom: 15px;
  box-shadow: min(0.2448979592vw + 2.0816326531px, 6px) min(0.2448979592vw + 2.0816326531px, 6px) 0 #c7c7c7;
  flex-basis: 100%;
}
@media only screen and (max-width: 374px) {
  .p-exhibition_timeschedule__item .item {
    max-width: 135px;
  }
}
.p-exhibition_timeschedule__item .item .logo {
  width: min(7.3469387755vw + 172.4489795918px, 290px);
}
@media only screen and (max-width: 767px) {
  .p-exhibition_timeschedule__item .item .logo {
    width: min(3.6734693878vw + 31.2244897959px, 90px);
  }
}
.p-exhibition_timeschedule__item .item .time {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: min(1.1428571429vw + 0.7321428571rem, 1.875rem);
  line-height: 1;
}
.p-exhibition_timeschedule__item .item .desc {
  padding-top: min(0.4081632653vw + 8.4693877551px, 15px);
  margin-top: min(0.4081632653vw + 8.4693877551px, 15px);
  border-top: min(0.1632653061vw + 0.387755102px, 3px) dotted #888a8d;
}
@media only screen and (max-width: 767px) {
  .p-exhibition_timeschedule__item .item .logos {
    display: flex;
  }
}
.p-exhibition_timeschedule__item__text {
  font-size: min(0.1632653061vw + 0.7742346939rem, 0.9375rem);
  overflow-wrap: anywhere;
}
.p-exhibition_timeschedule__item.-no01 .item.-presentation01 {
  grid-column: 1/2;
  grid-row: 2/4;
  margin-bottom: min(0vw + 85px, 85px);
}
.p-exhibition_timeschedule__item.-no01 .item.-presentation02 {
  grid-column: 1/2;
  grid-row: 4/7;
}
.p-exhibition_timeschedule__item.-no01 .item.-presentation03 {
  grid-column: 1/2;
  grid-row: 7/8;
  margin-top: min(0vw + 40px, 40px);
}
.p-exhibition_timeschedule__item.-no01 .item.-presentation04 {
  grid-column: 1/2;
  grid-row: 8/10;
  margin-top: min(0vw + 70px, 70px);
}
.p-exhibition_timeschedule__item.-no01 .item.-show01 {
  grid-column: 2/3;
  grid-row: 2/3;
}
.p-exhibition_timeschedule__item.-no01 .item.-show02 {
  grid-column: 2/3;
  grid-row: 3/4;
}
.p-exhibition_timeschedule__item.-no01 .item.-show03 {
  grid-column: 2/3;
  grid-row: 4/5;
}
.p-exhibition_timeschedule__item.-no01 .item.-show04 {
  grid-column: 2/3;
  grid-row: 5/6;
}
.p-exhibition_timeschedule__item.-no01 .item.-show05 {
  grid-column: 2/3;
  grid-row: 6/7;
}
.p-exhibition_timeschedule__item.-no01 .item.-show06 {
  grid-column: 2/3;
  grid-row: 7/8;
  margin-bottom: min(0vw + 70px, 70px);
}
.p-exhibition_timeschedule__item.-no01 .item.-show07 {
  grid-column: 2/3;
  grid-row: 8/9;
}
.p-exhibition_timeschedule__item.-no01 .item.-show08 {
  grid-column: 2/3;
  grid-row: 9/10;
}
.p-exhibition_timeschedule__item.-no02 .item.-presentation01 {
  grid-column: 1/2;
  grid-row: 2/4;
  padding-bottom: min(7.3469387755vw + 122.4489795918px, 240px);
}
.p-exhibition_timeschedule__item.-no02 .item.-presentation02 {
  grid-column: 1/2;
  grid-row: 4/5;
}
.p-exhibition_timeschedule__item.-no02 .item.-presentation03 {
  grid-column: 1/2;
  grid-row: 5/6;
}
.p-exhibition_timeschedule__item.-no02 .item.-presentation04 {
  grid-column: 1/2;
  grid-row: 6/7;
}
.p-exhibition_timeschedule__item.-no02 .item.-show01 {
  grid-column: 2/3;
  grid-row: 2/3;
}
.p-exhibition_timeschedule__item.-no02 .item.-show02 {
  grid-column: 2/3;
  grid-row: 3/4;
}
.p-exhibition_timeschedule__item.-no02 .item.-show03 {
  grid-column: 2/3;
  grid-row: 4/7;
  margin-top: min(0vw + 60px, 60px);
  padding-bottom: min(0vw + 315px, 315px);
}

.p-exhibition_special {
  background-color: #f2f2f2;
  padding: min(20.4081632653vw + 43.4693877551px, 370px) 0 min(8.9795918367vw + 66.3265306122px, 210px);
}
@media only screen and (max-width: 1023px) {
  .p-exhibition_special .c-container {
    width: 100%;
  }
}
.p-exhibition_special__block {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.p-exhibition_special__block + .p-exhibition_special__block {
  margin-top: min(1.6326530612vw + 53.8775510204px, 80px);
}
@media only screen and (max-width: 767px) {
  .p-exhibition_special__block {
    flex-direction: column;
  }
}
.p-exhibition_special__block .schedule {
  min-width: min(8.1632653061vw + 149.387755102px, 280px);
  max-width: min(8.1632653061vw + 149.387755102px, 280px);
  height: min(3.2653061224vw + 37.7551020408px, 90px);
  background-color: #a8987a;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-left: min(0.4081632653vw + 8.4693877551px, 15px);
  position: absolute;
  top: max(-1.2244897959vw + -15.4081632653px, -35px);
  left: max(-1.2244897959vw + -5.4081632653px, -25px);
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .p-exhibition_special__block .schedule {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.p-exhibition_special__block .schedule::after {
  content: "";
  width: min(1.7142857143vw + 18.5714285714px, 46px);
  height: min(1.7142857143vw + 18.5714285714px, 46px);
  transform: translateY(-50%) rotate(45deg) skew(20deg, 20deg);
  background-color: #a8987a;
  display: block;
  position: absolute;
  right: max(-0.8979591837vw + -8.6326530612px, -23px);
  top: 50%;
  z-index: -1;
}
.p-exhibition_special__block .schedule .date {
  font-size: min(2.1224489796vw + 1.2525510204rem, 3.375rem);
  line-height: 1;
  display: flex;
  align-items: center;
}
.p-exhibition_special__block .schedule .date span {
  writing-mode: vertical-lr;
  font-size: min(0.4081632653vw + 0.7168367347rem, 1.125rem);
  display: inline-block;
  margin: 0 5px;
}
.p-exhibition_special__block .schedule .time {
  font-size: min(0.4897959184vw + 0.7602040816rem, 1.25rem);
  line-height: 1;
  padding-left: 0.5em;
}
.p-exhibition_special__block .pic {
  min-width: min(15.3469387755vw + 142.4489795918px, 388px);
  max-width: min(15.3469387755vw + 142.4489795918px, 388px);
  border-radius: 10px;
  overflow: hidden;
  margin-right: max(-4.4897959184vw + 16.8367346939px, -55px);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-exhibition_special__block .pic {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.p-exhibition_special__block .textarea {
  background-color: #fff;
  padding: min(4.0816326531vw + 24.693877551px, 90px) min(4.4897959184vw + 3.1632653061px, 75px) min(4.0816326531vw + 24.693877551px, 90px) min(8.9795918367vw + -13.6734693878px, 130px);
  margin-top: min(2.0408163265vw + 12.3469387755px, 45px);
  border-radius: 10px;
  position: relative;
  box-shadow: 6px 6px #c7c7c7;
}
@media only screen and (max-width: 767px) {
  .p-exhibition_special__block .textarea {
    margin-top: max(-2.4489795918vw + -0.8163265306px, -40px);
    border-radius: 0 0 10px 10px;
    z-index: 3;
  }
}
.p-exhibition_special__block .textarea .post {
  font-size: min(0.4081632653vw + 0.9043367347rem, 1.3125rem);
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-exhibition_special__block .textarea .post {
    margin-top: 1em;
    margin-bottom: 0.5em;
  }
}
.p-exhibition_special__block .textarea .name {
  font-size: min(0.8979591837vw + 1.0395408163rem, 1.9375rem);
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0.3em;
  margin-bottom: 0.8em;
}
.p-exhibition_special__block .textarea .name span {
  font-size: min(0.4081632653vw + 1.1543367347rem, 1.5625rem);
}
.p-exhibition_special__block .textarea .en {
  position: absolute;
  top: min(0.8163265306vw + 6.9387755102px, 20px);
  right: min(1.2244897959vw + 0.4081632653px, 20px);
  color: #a8987a;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  gap: min(0.4081632653vw + 3.4693877551px, 10px);
}
@media only screen and (max-width: 767px) {
  .p-exhibition_special__block .textarea .en {
    right: auto;
    left: min(1.6326530612vw + 13.8775510204px, 40px);
    writing-mode: horizontal-tb;
  }
}
.p-exhibition_special__block .textarea .en::after {
  content: "";
  width: 1px;
  height: min(2.4489795918vw + 20.8163265306px, 60px);
  background-color: #a8987a;
}
@media only screen and (max-width: 767px) {
  .p-exhibition_special__block .textarea .en::after {
    width: min(2.4489795918vw + 20.8163265306px, 60px);
    height: 1px;
  }
}

.p-exhibition_youtube {
  color: #fff;
  background-color: #f0eee7;
  z-index: 1;
}
.p-exhibition_youtube__bg {
  padding: min(6.7755102041vw + 56.5918367347px, 165px) 0 min(7.3469387755vw + 62.4489795918px, 180px);
  position: relative;
  border-radius: min(2.4489795918vw + 20.8163265306px, 60px) min(2.4489795918vw + 20.8163265306px, 60px) 0 0;
  overflow: hidden;
  background-color: #1f1f1f;
}
.p-exhibition_youtube__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.03) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.03) calc(100% - 1px));
  background-position: 10px 15px;
  background-repeat: repeat;
  background-size: min(0.8163265306vw + 16.9387755102px, 30px) min(0.8163265306vw + 16.9387755102px, 30px);
}
.p-exhibition_youtube .c-heading01 {
  margin-bottom: 25px;
}
.p-exhibition_youtube__en {
  width: 100%;
  height: min(3.5918367347vw + 30.5306122449px, 88px);
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.4;
  bottom: 0;
  background-image: url(../../img/exhibition/youtube_en.png);
  background-repeat: repeat-x;
  background-size: auto min(3.5918367347vw + 30.5306122449px, 88px);
  animation: loop_en 40s linear infinite;
}
@media only screen and (max-width: 3840px) and (min-width: 320px) and (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .p-exhibition_youtube__en {
    background-image: url(../../img/exhibition/youtube_en@2x.png);
  }
}

.p-exhibition_company {
  padding: min(5.7142857143vw + 48.5714285714px, 140px) 0 min(11.4285714286vw + 37.1428571429px, 220px);
  position: relative;
  background-color: #fafafa;
  z-index: 1;
}
.p-exhibition_company::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/parts/geometry_bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.85;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media only screen and (max-width: 3840px) and (min-width: 320px) and (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .p-exhibition_company::before {
    background-image: url(../../img/common/parts/geometry_bg@2x.png);
  }
}
.p-exhibition_company .c-heading01 {
  margin-bottom: min(1.6326530612vw + 13.8775510204px, 40px);
}
.p-exhibition_company__message {
  text-align: center;
}
.p-exhibition_company__message__fukidashi {
  margin-bottom: min(0vw + 20px, 20px);
  display: inline-block;
  font-family: "Barlow", sans-serif;
  background-color: #a8987a;
  color: #fff;
  font-size: min(0.5714285714vw + 0.6160714286rem, 1.1875rem);
  font-weight: 500;
  padding: 5px min(0.4081632653vw + 13.4693877551px, 20px) 8px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.p-exhibition_company__message__fukidashi::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(0.2448979592vw + 3.0816326531px, 7px) min(0.3265306122vw + 2.7755102041px, 8px) 0 min(0.3265306122vw + 2.7755102041px, 8px);
  border-color: #a8987a transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(-0.2448979592vw + -3.0816326531px, -7px);
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .p-exhibition_company__message .c-text01 {
    text-align: left;
  }
}
.p-exhibition_company__tab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: max(-0.4081632653vw + 16.5306122449px, 10px);
  margin-bottom: min(0.8163265306vw + 16.9387755102px, 30px);
}
@media only screen and (max-width: 1023px) {
  .p-exhibition_company__tab {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-exhibition_company__tab__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(1.8775510204vw + 52.9591836735px, 83px);
  border: 2px solid #a8987a;
  color: #a8987a;
  text-align: center;
  border-radius: min(0.4081632653vw + 3.4693877551px, 10px);
  font-size: min(0.3265306122vw + 0.6734693878rem, 1rem);
  background-color: #fff;
  font-weight: bold;
  line-height: 1.25;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
}
.p-exhibition_company__tab__item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 11px 0 11px;
  border-color: #a8987a transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  opacity: 0;
}
.p-exhibition_company__tab__item.-oca {
  border-color: #85b1c3;
  color: #85b1c3;
}
.p-exhibition_company__tab__item.-oca::before {
  border-color: #85b1c3 transparent transparent transparent;
}
@media (any-hover: hover) {
  .p-exhibition_company__tab__item.-oca:hover {
    background-color: #85b1c3;
    color: #fff;
  }
}
.p-exhibition_company__tab__item.-oca.is-act {
  background-color: #85b1c3;
  color: #fff;
  pointer-events: none;
}
.p-exhibition_company__tab__item.-eco {
  border-color: #9cb47a;
  color: #9cb47a;
}
.p-exhibition_company__tab__item.-eco::before {
  border-color: #9cb47a transparent transparent transparent;
}
@media (any-hover: hover) {
  .p-exhibition_company__tab__item.-eco:hover {
    background-color: #9cb47a;
    color: #fff;
  }
}
.p-exhibition_company__tab__item.-eco.is-act {
  background-color: #9cb47a;
  color: #fff;
  pointer-events: none;
}
.p-exhibition_company__tab__item.-jsh {
  border-color: #b1819d;
  color: #b1819d;
}
.p-exhibition_company__tab__item.-jsh::before {
  border-color: #b1819d transparent transparent transparent;
}
@media (any-hover: hover) {
  .p-exhibition_company__tab__item.-jsh:hover {
    background-color: #b1819d;
    color: #fff;
  }
}
.p-exhibition_company__tab__item.-jsh.is-act {
  background-color: #b1819d;
  color: #fff;
  pointer-events: none;
}
.p-exhibition_company__tab__item.-noshoku {
  border-color: #d3b84c;
  color: #d3b84c;
}
.p-exhibition_company__tab__item.-noshoku::before {
  border-color: #d3b84c transparent transparent transparent;
}
@media (any-hover: hover) {
  .p-exhibition_company__tab__item.-noshoku:hover {
    background-color: #d3b84c;
    color: #fff;
  }
}
.p-exhibition_company__tab__item.-noshoku.is-act {
  background-color: #d3b84c;
  color: #fff;
  pointer-events: none;
}
.p-exhibition_company__tab__item.is-act::before {
  opacity: 1;
}
.p-exhibition_company__content {
  width: fit-content;
  margin-inline: auto;
  background-color: #fff;
  border-radius: min(0.8163265306vw + 6.9387755102px, 20px);
  padding: min(1.6326530612vw + 13.8775510204px, 40px);
}
.p-exhibition_company__principal {
  margin-top: min(0vw + 40px, 40px);
  max-width: 865px;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-exhibition_company__principal {
    flex-direction: column;
  }
}
.p-exhibition_company__principal__img {
  min-width: min(3.2653061224vw + 187.7551020408px, 240px);
  max-width: min(3.2653061224vw + 187.7551020408px, 240px);
  border-radius: 10px;
  overflow: hidden;
  margin-right: max(-7.7551020408vw + 29.0816326531px, -95px);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-exhibition_company__principal__img {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.p-exhibition_company__principal__img img {
  width: 100%;
  height: 100%;
}
.p-exhibition_company__principal__text-area {
  background-color: #fff;
  padding-block: min(1.8367346939vw + 15.612244898px, 45px);
  padding-left: min(8.9795918367vw + -13.6734693878px, 130px);
  padding-right: min(4.4897959184vw + 3.1632653061px, 75px);
  margin-top: min(2.0408163265vw + 12.3469387755px, 45px);
  border-radius: 10px;
  position: relative;
  box-shadow: 6px 6px #c7c7c7;
}
@media only screen and (max-width: 767px) {
  .p-exhibition_company__principal__text-area {
    margin-top: max(-2.4489795918vw + -0.8163265306px, -40px);
    border-radius: 0 0 10px 10px;
    z-index: 3;
  }
}
.p-exhibition_company__principal__text-area .post {
  font-size: min(0.4081632653vw + 0.9043367347rem, 1.3125rem);
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-exhibition_company__principal__text-area .post {
    margin-top: 2em;
    margin-bottom: 0.5em;
  }
}
.p-exhibition_company__principal__text-area .name {
  font-size: min(0.8979591837vw + 1.0395408163rem, 1.9375rem);
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0.3em;
  margin-bottom: 0.8em;
}
.p-exhibition_company__principal__text-area .name span {
  font-size: min(0.4081632653vw + 1.1543367347rem, 1.5625rem);
}
.p-exhibition_company__principal__text-area .en {
  position: absolute;
  top: min(0.8163265306vw + 6.9387755102px, 20px);
  right: min(1.2244897959vw + 0.4081632653px, 20px);
  color: #a8987a;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  gap: min(0.4081632653vw + 3.4693877551px, 10px);
}
@media only screen and (max-width: 767px) {
  .p-exhibition_company__principal__text-area .en {
    right: auto;
    left: min(1.6326530612vw + 13.8775510204px, 40px);
    writing-mode: horizontal-tb;
  }
}
.p-exhibition_company__principal__text-area .en::after {
  content: "";
  width: 1px;
  height: min(2.4489795918vw + 20.8163265306px, 60px);
  background-color: #a8987a;
}
@media only screen and (max-width: 767px) {
  .p-exhibition_company__principal__text-area .en::after {
    width: min(2.4489795918vw + 20.8163265306px, 60px);
    height: 1px;
  }
}

.p-exhibition_sponsor__block {
  background-color: #fff;
  border-radius: min(2.0408163265vw + 17.3469387755px, 50px);
  padding-top: min(4.4897959184vw + 38.1632653061px, 110px);
  padding-bottom: min(4.0816326531vw + 34.693877551px, 100px);
  padding-inline: min(2.8571428571vw + 24.2857142857px, 70px);
  position: relative;
}
.p-exhibition_sponsor__img {
  border-bottom: min(0.1632653061vw + 0.387755102px, 3px) dotted #888a8d;
  padding-bottom: min(1.6326530612vw + 18.8775510204px, 45px);
}
.p-exhibition_sponsor__img + .p-exhibition_sponsor__img {
  padding-top: min(1.2244897959vw + 10.4081632653px, 30px);
}
.p-exhibition_sponsor__wrapper {
  margin-top: min(2.4489795918vw + 15.8163265306px, 55px);
}
.p-exhibition_sponsor__list {
  gap: min(0vw + 15px, 15px);
}
.p-exhibition_sponsor__list li {
  position: relative;
  padding-left: 1em;
  font-size: min(0.3265306122vw + 0.5484693878rem, 0.875rem);
}
.p-exhibition_sponsor__list li::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0;
  translate: 0 -50%;
  background-color: #a8987a;
  width: 0.7142857143em;
  aspect-ratio: 1;
}
.p-exhibition_sponsor__boundary {
  position: absolute;
  bottom: min(4.8979591837vw + -13.3673469388px, 65px);
  left: 0;
  right: 0;
  height: 190px;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 30%, #fff 100%);
}
.is-open .p-exhibition_sponsor__boundary {
  opacity: 0;
}
.is-disabled .p-exhibition_sponsor__boundary {
  display: none;
}
.p-exhibition_sponsor__button-expand {
  position: relative;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: min(4.4897959184vw + 38.1632653061px, 110px);
  left: 0;
  right: 0;
}
.is-open .p-exhibition_sponsor__button-expand {
  bottom: 0;
  margin-top: min(2.4489795918vw + 20.8163265306px, 60px);
}
@media only screen and (max-width: 767px) {
  .p-exhibition_sponsor__button-expand {
    position: static;
  }
}
.p-exhibition_sponsor__button-expand .trigger {
  position: relative;
  background-color: #a8987a;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 340px;
  display: grid;
  place-items: center;
  padding: 0.5em 3.125em;
  min-height: 4.6875em;
  border-radius: 100vmax;
  border: 1px solid #a8987a;
  transition-duration: 0.5s;
  transition-property: background-color, color, border-color;
}
@media only screen and (max-width: 1023px) {
  .p-exhibition_sponsor__button-expand .trigger {
    gap: 1.875em;
  }
}
@media (any-hover: hover) {
  .p-exhibition_sponsor__button-expand .trigger:hover {
    background-color: #fff;
    color: #a8987a;
  }
}
.p-exhibition_sponsor__button-expand .trigger::before {
  content: "もっと見る";
}
.p-exhibition_sponsor__button-expand .trigger .c-icon {
  position: absolute;
  top: 50%;
  right: 40px;
  translate: 0 -50%;
  rotate: 90deg;
}
.is-open .p-exhibition_sponsor__button-expand .trigger .c-icon {
  rotate: -90deg;
}
.is-open .p-exhibition_sponsor__button-expand {
  position: relative;
}
.is-open .p-exhibition_sponsor__button-expand .trigger::before {
  content: "閉じる";
}
.is-disabled .p-exhibition_sponsor__button-expand {
  display: none;
}

.p-exhibition_contact__boxs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.8367346939vw + 15.612244898px, 45px) min(1.6326530612vw + 13.8775510204px, 40px);
}
@media only screen and (max-width: 767px) {
  .p-exhibition_contact__boxs {
    grid-template-columns: 1fr;
  }
}
.p-exhibition_contact__box {
  background-color: #fff;
  border: 1px solid #494949;
  font-size: min(0.2448979592vw + 0.7551020408rem, 1rem);
  font-weight: 600;
  padding-block: min(0vw + 50px, 50px);
  padding-inline: min(0vw + 30px, 30px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-exhibition_contact__logo {
  margin-bottom: min(0.8163265306vw + 11.9387755102px, 25px);
}
.p-exhibition_contact__item + .p-exhibition_contact__item {
  margin-top: 1em;
}
.p-exhibition_contact__item a {
  display: flex;
  align-items: baseline;
  gap: 0.8em;
  transition: all 0.3s ease;
  width: fit-content;
}
@media (any-hover: hover) {
  .p-exhibition_contact__item a:hover {
    opacity: 0.7;
  }
}
.p-exhibition_contact__item .icon {
  color: #a8987a;
}
.p-exhibition_contact__button {
  color: #a8987a;
  margin-top: min(1.6326530612vw + 13.8775510204px, 40px);
}
.p-exhibition_contact__button a {
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  padding-bottom: 0.5em;
  position: relative;
}
.p-exhibition_contact__button a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a8987a;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
}
.p-exhibition_contact__button a .c-icon {
  transition: all 0.5s ease;
}
@media (any-hover: hover) {
  .p-exhibition_contact__button a:hover {
    color: #a8987a;
  }
  .p-exhibition_contact__button a:hover::after {
    content: "";
    width: 0;
    left: auto;
    right: 0;
  }
  .p-exhibition_contact__button a:hover .c-icon {
    transform: translateX(3px);
  }
}

.p-exhibition_gallery {
  overflow: hidden;
}
.p-exhibition_gallery.js-anim_elm {
  filter: grayscale(1);
  transition: filter 0.7s 0.2s ease-in-out;
}
.p-exhibition_gallery.js-anim_elm.is-act {
  filter: grayscale(0);
}
@media only screen and (max-width: 767px) {
  .p-exhibition_gallery .c-container {
    width: min(18.3673469388vw + 156.1224489796px, 450px);
  }
}
.p-exhibition_gallery .splide__track {
  overflow: visible;
}

.p-exhibition_apply {
  position: relative;
  padding: min(8.9795918367vw + 66.3265306122px, 210px) 0 min(10.612244898vw + 40.2040816327px, 210px);
  z-index: 1;
}
.p-exhibition_apply::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-color: #ddd;
  mix-blend-mode: multiply;
  z-index: -1;
  pointer-events: none;
  inset: 0;
}
.p-exhibition_apply__title {
  text-align: center;
  margin: 0 auto min(2.0408163265vw + 42.3469387755px, 75px);
  width: min(17.4693877551vw + 234.4897959184px, 514px);
}
.p-exhibition_apply__title svg {
  width: 100%;
  height: auto;
}
.p-exhibition_apply__item {
  background-color: #fff;
  padding: min(1.6326530612vw + 13.8775510204px, 40px);
  border-radius: min(0.8163265306vw + 6.9387755102px, 20px);
  text-align: center;
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: min(2.0408163265vw + 17.3469387755px, 50px);
}
.p-exhibition_apply__item .illust {
  display: block;
  width: min(10.8571428571vw + 94.2857142857px, 268px);
  margin: 0 auto;
}
.p-exhibition_apply__item .title {
  font-size: min(0.8979591837vw + 0.7270408163rem, 1.625rem);
  font-weight: bold;
  color: #000;
  margin-top: max(-2.0408163265vw + -17.3469387755px, -50px);
  margin-bottom: min(2.3673469388vw + 16.1224489796px, 54px);
}
.p-exhibition_apply__item .c-button01 a {
  width: 100%;
}

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