@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@font-face {
  font-family: "Din Regular";
  src: url("../webfont/Din/Regular/URWDIN-Regular.woff") format("woff"), url("../webfont/Din/Regular/URWDIN-Regular.ttf") format("truetype"), url("../webfont/Din/Regular/URWDIN-Regular.svg#svgFontName") format("svg");
  /* Legacy iOS */
}
.-bold.c-text01, .-bold.c-text02, .-bold.c-text03, .-bold.c-text04, .-bold.c-text05 {
  font-weight: 700;
}
.-center.c-text01, .-center.c-text02, .-center.c-text03, .-center.c-text04, .-center.c-text05 {
  text-align: center;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loopY {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*! 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: #f2f2f2;
  color: #231815;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "YuGothic", "游ゴシック体", "Noto Sans JP", "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  text-indent: min(0vw + 0rem, 0rem);
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: min(0.4081632653vw + 0.7168367347rem, 1.125rem);
}
body.is-fixed {
  overflow: hidden;
}

#page {
  position: relative;
  overflow: hidden;
  font-weight: 400;
}

figure,
picture {
  display: block;
}

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  min-height: 1px;
}

.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 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
}
.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 30px;
}
@media only screen and (max-width: 1599px) {
  .l-header__inner {
    padding-top: min(1.2244897959vw + 10.4081632653px, 30px);
  }
}
.l-header__logo {
  display: flex;
  align-items: flex-end;
  gap: 0.4em;
  font-size: min(1.6326530612vw + 1.3673469388rem, 3rem);
}
@media only screen and (max-width: 767px) {
  .l-header__logo {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2em;
  }
}
.l-header__logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__logo a img {
  height: 1em;
}
.l-header__logo p {
  letter-spacing: 0;
  transform: translateY(0.125em);
  font-weight: initial;
  font-family: "Din Regular", sans-serif;
  font-size: 0.416em;
  line-height: 1;
  margin-bottom: 0.35em;
}

.l-footer {
  padding-bottom: min(4.0816326531vw + 4.693877551px, 70px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media only screen and (max-width: 1299px) {
  .l-footer {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
.l-footer__main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 1599px) {
  .l-footer__main {
    gap: min(1.2244897959vw + 10.4081632653px, 30px);
  }
}
.l-footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(0.9795918367vw + 1.5204081633rem, 2.5rem);
}
.l-footer__logo img {
  height: 1em;
}
@media only screen and (max-width: 767px) {
  .l-footer__logo img {
    height: 1.5em;
  }
}
.l-footer__copyright {
  font-family: "Space Mono", monospace;
  text-align: right;
}

.l-footer_button01 {
  font-size: min(0.4081632653vw + 0.6543367347rem, 1.0625rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
}
.l-footer_button01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eb1111;
  border-radius: 9999px;
  padding: 1em 2em;
  position: relative;
  border: 1px solid #eb1111;
  transition-duration: 0.3s;
  inline-size: min(3.2653061224vw + 207.7551020408px, 260px);
}
@media (hover: hover) {
  .l-footer_button01 a:hover {
    color: #eb1111;
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer_button01 a {
    padding: 1.5em;
  }
}
.l-footer_button01 a .c-ico {
  position: absolute;
  top: 50%;
  right: 1.3em;
  transform: translateY(-50%);
}

.c-section {
  padding-block: min(4.8979591837vw + 41.6326530612px, 120px) min(4.0816326531vw + 34.693877551px, 100px);
}

.c-text01 {
  font-size: min(0.4081632653vw + 0.7168367347rem, 1.125rem);
}
.c-text01.-mt-s {
  margin-top: 1em;
}
.c-text01.-mt-m {
  margin-top: 2em;
}
.c-text01.-mb-s {
  margin-bottom: 1em;
}
.c-text02 {
  font-size: min(0.4081632653vw + 0.8418367347rem, 1.25rem);
}
.c-text02.-mt-s {
  margin-top: 1em;
}
.c-text03 {
  font-size: min(0.2448979592vw + 0.7551020408rem, 1rem);
}
.c-text04 {
  font-size: min(0.4081632653vw + 1.1543367347rem, 1.5625rem);
}
.c-text05 {
  font-size: min(0.1632653061vw + 0.7117346939rem, 0.875rem);
}

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

.c-box01 {
  border: 1px solid #0174c0;
  background-color: #fff;
  padding: min(1.6326530612vw + 13.8775510204px, 40px) min(1.6326530612vw + 13.8775510204px, 40px);
}

.c-aco01__head {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #231815;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  padding: 1em 3.5em;
  position: relative;
  text-align: center;
}
.c-aco01__body {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1599px) {
  .c-aco01__body {
    padding-top: min(1.6326530612vw + 13.8775510204px, 40px);
    padding-bottom: min(1.6326530612vw + 13.8775510204px, 40px);
  }
}
.c-aco01__toggle {
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  height: 1em;
  aspect-ratio: 1/1;
  transition-duration: 0.5s;
}
.c-aco01__toggle:before, .c-aco01__toggle:after {
  content: "";
  width: 1em;
  border-top: 2px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-aco01__toggle:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.is-open .c-aco01__toggle:after {
  opacity: 0;
}

.c-bnr01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c-bnr01 a {
  transition-duration: 0.5s;
}
@media (hover: hover) {
  .c-bnr01 a:hover {
    opacity: 0.7;
  }
}
.c-bnr01 .c-text01 {
  position: absolute;
  width: 100%;
  bottom: -4em;
}

.c-embed {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #cccccc;
}
.c-embed iframe,
.c-embed video {
  width: 100%;
  height: 100%;
}

.c-ul01 > li {
  padding-left: 1.5em;
  position: relative;
}
.c-ul01 > li:before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 0.35em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #d51164;
}

.c-label01 {
  display: inline-block;
  background-color: #ccc;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.3em 1em 0.4em;
  background-image: linear-gradient(to right, #d51164 0%, #0074c0 100%);
}

.c-date-time01 {
  display: flex;
  align-items: center;
  gap: 0.4em;
  font-size: min(0.8163265306vw + 1.6836734694rem, 2.5rem);
}
.c-date-time01__date {
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.c-date-time01__date .day {
  font-weight: 700;
}
.c-date-time01__date .week {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #d51164;
  font-size: 0.4em;
  width: 1.875em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  line-height: 1;
}
.c-date-time01__time {
  font-size: 0.5em;
}
.c-date-time01.-white {
  color: #fff;
}
.c-date-time01.-white .c-date-time01__date .week {
  color: #231815;
  background-color: #fff;
}
.c-date-time01.-center {
  justify-content: center;
}

.c-table01 > dl {
  display: flex;
  min-height: 5em;
  font-size: min(0.8680555556vw + 0.3824869792rem, 1.25rem);
}
@media only screen and (max-width: 1023px) {
  .c-table01 > dl {
    font-size: min(0.4081632653vw + 0.8418367347rem, 1.25rem);
  }
}
.c-table01 > dl + dl {
  margin-top: 1em;
}
.c-table01 > dl > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-family: "Space Mono", monospace;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #fff;
  background-color: #d51164;
  width: 5em;
}
.c-table01 > dl > dd {
  width: 100%;
  padding: 0 1.2em;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-table01 > dl > dd .c-text02 {
  font-size: 1em;
}
.c-table01 > dl.-l {
  min-height: 11em;
}
@media only screen and (max-width: 1023px) {
  .c-table01 > dl.-l {
    min-height: 5em;
  }
}
.c-table01.-blue > dl > dt {
  background-color: #0174c0;
}

.c-dl01 {
  border-left: 10px solid #f5f5f5;
  padding-left: 30px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 1599px) {
  .c-dl01 {
    padding-left: min(1.2244897959vw + 10.4081632653px, 30px);
    border-left-width: min(0.4081632653vw + 3.4693877551px, 10px);
  }
}
.c-dl01__head {
  display: flex;
  gap: 1em;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.c-dl01__title {
  font-size: 1.333em;
  font-weight: 700;
  line-height: 1.5;
}
.c-dl01.-mt-s {
  margin-top: 1.5em;
}

.c-corona_card {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.c-corona_card__ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7em;
  aspect-ratio: 1/1;
  background-color: #f5f5f5;
  border-radius: 50%;
}
.c-corona_card__ico img {
  max-width: 50%;
  max-height: 50%;
}
.c-corona_card__title {
  text-align: center;
  margin-top: 1em;
  line-height: 1.5;
  font-size: min(0.2448979592vw + 0.7551020408rem, 1rem);
}

.c-corona_card_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 30px;
}
@media only screen and (max-width: 1599px) {
  .c-corona_card_list {
    padding: 0 min(8.1632653061vw + -30.612244898px, 100px);
  }
}

.c-guest_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(3.2653061224vw + 17.7551020408px, 70px) min(0.8163265306vw + 11.9387755102px, 25px);
}
.c-guest_column + .c-guest_column {
  margin-block-start: min(3.2653061224vw + 17.7551020408px, 70px);
}

.c-guest {
  position: relative;
  inline-size: min(17.5510204082vw + 94.1836734694px, 375px);
  max-inline-size: 375px;
  padding-block-end: min(1.2244897959vw + 30.4081632653px, 50px);
  padding-inline-end: min(0.8163265306vw + 1.9387755102px, 15px);
}
@media only screen and (max-width: 767px) {
  .c-guest.-wide {
    padding-block-end: 0;
    padding-inline-end: 0;
    inline-size: 100%;
    max-inline-size: inherit;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-guest__inner {
    position: relative;
    inline-size: min(17.5510204082vw + 94.1836734694px, 375px);
    max-inline-size: 375px;
    padding-block-end: min(1.2244897959vw + 30.4081632653px, 50px);
    padding-inline-end: min(0.8163265306vw + 1.9387755102px, 15px);
  }
}
.c-guest__img {
  inline-size: 100%;
}
.c-guest__desc {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #d51164;
  color: #fff;
  inline-size: min(11.1020408163vw + 98.3673469388px, 276px);
  padding: min(1.2244897959vw + 5.4081632653px, 25px) min(1.6326530612vw + 3.8775510204px, 30px);
}
.c-guest__desc__time {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: min(0.4081632653vw + 0.8418367347rem, 1.25rem);
  line-height: 1;
  margin-block-end: min(0.4081632653vw + 3.4693877551px, 10px);
}
.c-guest__desc__name {
  font-size: min(0.9795918367vw + 0.7704081633rem, 1.75rem);
  font-weight: 700;
  line-height: 1.4;
}

.c-company {
  display: grid;
  grid-template-columns: min(31.0204081633vw + 83.6734693878px, 580px) auto;
  gap: min(2.1224489796vw + 2.0408163265px, 36px);
  max-inline-size: 900px;
  margin-inline: auto;
}
.c-company + .c-company {
  margin-block-start: min(3.2653061224vw + 7.7551020408px, 60px);
  padding-block-start: min(3.2653061224vw + 7.7551020408px, 60px);
  border-top: min(0.1632653061vw + 1.387755102px, 4px) dotted #ccc;
}
.c-company__text .title {
  border-bottom: 1px solid #0174c0;
  padding-block-end: min(0.5714285714vw + 5.8571428571px, 15px);
  font-size: min(0.9795918367vw + 0.7704081633rem, 1.75rem);
  font-weight: 700;
  margin-block-end: min(0.6530612245vw + 2.5510204082px, 13px);
  line-height: 1.4;
}
.c-company__text .company_name span {
  display: block;
  line-height: 1.4;
}
.c-company__text .company_name span + span {
  margin-block-start: 0.25em;
}
.c-company__text .field {
  gap: min(0.4081632653vw + 3.4693877551px, 10px);
  display: flex;
  align-items: center;
  line-height: 1;
}
.c-company__text .field::before {
  content: "";
  display: block;
  inline-size: min(0.2448979592vw + 4.0816326531px, 8px);
  aspect-ratio: 1/1;
  background-color: #d51164;
  border-radius: 50%;
  margin-block-start: 0.2em;
}
.c-company__logo {
  display: flex;
  gap: min(1.2244897959vw + 0.4081632653px, 20px);
  align-self: flex-start;
}
@media only screen and (max-width: 767px) {
  .c-company__logo {
    flex-direction: column;
  }
}
.c-company__button {
  gap: min(0.8163265306vw + 6.9387755102px, 20px);
}

.c-bnr {
  text-align: center;
}
.c-bnr a {
  display: block;
  transition: all 0.5s ease;
  cursor: pointer;
}
@media (hover: hover) {
  .c-bnr a:hover {
    filter: brightness(1.2);
  }
}

.c-button01 {
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
  font-size: min(0.4081632653vw + 0.6543367347rem, 1.0625rem);
}
.c-button01.-center a {
  margin-inline: auto;
}
.c-button01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f75599;
  border-radius: 100vmax;
  inline-size: min(3.2653061224vw + 207.7551020408px, 260px);
  padding: 1em 2em;
  position: relative;
  border: 2px solid #d51164;
  box-shadow: 0 min(0.4897959184vw + 0.0727040816rem, 0.5625rem) 0 #d51164;
  transition: all 0.45s ease;
}
@media (hover: hover) {
  .c-button01 a:hover {
    background-color: #d51164;
    translate: 0 min(0.4897959184vw + 0.0727040816rem, 0.5625rem);
    box-shadow: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-button01 a {
    padding: 1.5em;
  }
}
.c-button01 a .c-ico {
  position: absolute;
  top: 50%;
  right: 1.3em;
  transform: translateY(-50%);
}

.c-button02 a {
  position: relative;
  padding: 0.5em 0.25em;
  display: block;
  display: flex;
  font-size: min(0.4081632653vw + 11.4693877551px, 18px);
}
.c-button02 a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transition: all 0.3s ease;
}
.c-button02 a .text {
  width: 100%;
}
@media (hover: hover) {
  .c-button02 a:hover {
    color: #0174c0;
  }
  .c-button02 a:hover::after {
    width: 0;
    left: 100%;
  }
}
.c-button02.-w1 {
  inline-size: min(1.6326530612vw + 173.8775510204px, 200px);
}
@media only screen and (max-width: 767px) {
  .c-button02.-w1 {
    inline-size: 100%;
  }
}

.c-comingsoon {
  text-align: center;
}

.c-container {
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 1599px) {
  .c-container {
    width: min(85.306122449vw + 55.1020408163px, 1420px);
    padding-left: min(6.5306122449vw + -4.4897959184px, 100px);
    padding-right: min(6.5306122449vw + -4.4897959184px, 100px);
  }
}
@media only screen and (max-width: 567px) {
  .c-container {
    width: 100%;
  }
}
@media only screen and (max-width: 374px) {
  .c-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-container.-s {
  width: 1120px;
}
@media only screen and (max-width: 1599px) {
  .c-container.-s {
    width: min(60.8163265306vw + 146.9387755102px, 1120px);
  }
}
@media only screen and (max-width: 567px) {
  .c-container.-s {
    width: 100%;
  }
}

.c-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 1599px) {
  .c-fluid {
    padding-left: min(6.5306122449vw + -4.4897959184px, 100px);
    padding-right: min(6.5306122449vw + -4.4897959184px, 100px);
  }
}
@media only screen and (max-width: 374px) {
  .c-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-grid-column {
  display: grid;
}
.c-grid-column.-col1fr_3fr {
  grid-template-columns: 1fr 3fr;
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1fr_3fr {
    grid-template-columns: 1fr;
  }
}
.c-grid-column.-col8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col8.-col8-max {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col8.-col8-md {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col8.-col7-max {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col8.-col7-md {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col8.-col6-max {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col8.-col6-md {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col8.-col5-max {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col8.-col5-md {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col8.-col4-max {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col8.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col8.-col3-max {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col8.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col8.-col2-max {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col8.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col8.-col1-max {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col8.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col8-max {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col8-max.-col8-md {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8-max.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-max.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-max.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col8-max.-col7-md {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8-max.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-max.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-max.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col8-max.-col6-md {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8-max.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-max.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-max.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col8-max.-col5-md {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8-max.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-max.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-max.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col8-max.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8-max.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-max.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-max.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col8-max.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8-max.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-max.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-max.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col8-max.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8-max.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-max.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-max.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col8-max.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8-max.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-max.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-max.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col8-md {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8-md.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-md.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-md.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8-md.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-md.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-md.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8-md.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-md.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-md.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8-md.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-md.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-md.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8-md.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-md.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-md.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8-md.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-md.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-md.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8-md.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-md.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-md.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8-md.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-md.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-md.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-tab.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-tab.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-tab.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-tab.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-tab.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-tab.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-tab.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-tab.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-tab.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-tab.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-tab.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-tab.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-tab.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-tab.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-tab.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-tab.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-sp.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-sp.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-sp.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-sp.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-sp.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-sp.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-sp.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-sp.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
.c-grid-column.-col7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col7.-col8-max {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col7.-col8-md {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col7.-col7-max {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col7.-col7-md {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col7.-col6-max {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col7.-col6-md {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col7.-col5-max {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col7.-col5-md {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col7.-col4-max {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col7.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col7.-col3-max {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col7.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col7.-col2-max {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col7.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col7.-col1-max {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col7.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col7-max {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col7-max.-col8-md {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7-max.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-max.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-max.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col7-max.-col7-md {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7-max.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-max.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-max.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col7-max.-col6-md {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7-max.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-max.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-max.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col7-max.-col5-md {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7-max.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-max.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-max.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col7-max.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7-max.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-max.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-max.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col7-max.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7-max.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-max.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-max.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col7-max.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7-max.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-max.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-max.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col7-max.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7-max.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-max.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-max.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col7-md {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7-md.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-md.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-md.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7-md.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-md.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-md.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7-md.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-md.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-md.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7-md.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-md.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-md.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7-md.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-md.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-md.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7-md.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-md.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-md.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7-md.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-md.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-md.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7-md.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-md.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-md.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-tab.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-tab.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-tab.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-tab.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-tab.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-tab.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-tab.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-tab.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-tab.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-tab.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-tab.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-tab.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-tab.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-tab.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-tab.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-tab.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-sp.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-sp.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-sp.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-sp.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-sp.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-sp.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-sp.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-sp.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
.c-grid-column.-col6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col6.-col8-max {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col6.-col8-md {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col6.-col7-max {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col6.-col7-md {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col6.-col6-max {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col6.-col6-md {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col6.-col5-max {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col6.-col5-md {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col6.-col4-max {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col6.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col6.-col3-max {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col6.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col6.-col2-max {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col6.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col6.-col1-max {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col6.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col6-max {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col6-max.-col8-md {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6-max.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-max.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-max.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col6-max.-col7-md {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6-max.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-max.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-max.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col6-max.-col6-md {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6-max.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-max.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-max.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col6-max.-col5-md {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6-max.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-max.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-max.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col6-max.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6-max.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-max.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-max.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col6-max.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6-max.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-max.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-max.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col6-max.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6-max.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-max.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-max.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col6-max.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6-max.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-max.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-max.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col6-md {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6-md.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-md.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-md.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6-md.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-md.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-md.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6-md.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-md.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-md.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6-md.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-md.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-md.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6-md.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-md.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-md.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6-md.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-md.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-md.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6-md.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-md.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-md.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6-md.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-md.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-md.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-tab.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-tab.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-tab.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-tab.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-tab.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-tab.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-tab.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-tab.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-tab.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-tab.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-tab.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-tab.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-tab.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-tab.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-tab.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-tab.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-sp.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-sp.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-sp.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-sp.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-sp.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-sp.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-sp.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-sp.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.c-grid-column.-col5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col5.-col8-max {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col5.-col8-md {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col5.-col7-max {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col5.-col7-md {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col5.-col6-max {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col5.-col6-md {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col5.-col5-max {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col5.-col5-md {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col5.-col4-max {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col5.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col5.-col3-max {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col5.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col5.-col2-max {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col5.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col5.-col1-max {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col5.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col5-max {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col5-max.-col8-md {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5-max.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-max.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-max.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col5-max.-col7-md {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5-max.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-max.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-max.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col5-max.-col6-md {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5-max.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-max.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-max.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col5-max.-col5-md {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5-max.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-max.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-max.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col5-max.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5-max.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-max.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-max.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col5-max.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5-max.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-max.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-max.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col5-max.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5-max.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-max.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-max.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col5-max.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5-max.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-max.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-max.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col5-md {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5-md.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-md.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-md.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5-md.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-md.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-md.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5-md.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-md.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-md.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5-md.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-md.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-md.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5-md.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-md.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-md.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5-md.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-md.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-md.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5-md.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-md.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-md.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5-md.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-md.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-md.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-tab.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-tab.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-tab.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-tab.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-tab.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-tab.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-tab.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-tab.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-tab.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-tab.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-tab.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-tab.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-tab.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-tab.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-tab.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-tab.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-sp.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-sp.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-sp.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-sp.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-sp.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-sp.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-sp.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-sp.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.c-grid-column.-col4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col4.-col8-max {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4.-col8-md {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col4.-col7-max {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4.-col7-md {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col4.-col6-max {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4.-col6-md {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col4.-col5-max {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4.-col5-md {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4.-col5-spmin {
    grid-template-columns: repeat(5, 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.-col8-md {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-max.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-max.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-max.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4-max.-col7-md {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-max.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-max.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-max.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4-max.-col6-md {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-max.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-max.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-max.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4-max.-col5-md {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-max.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-max.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-max.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@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.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-md.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-md.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-md.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-md.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-md.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-md.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-md.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-md.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-md.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-md.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-md.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@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.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-tab.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-tab.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-tab.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-tab.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-tab.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-tab.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-tab.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@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.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-sp.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-sp.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-sp.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@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.-col8-max {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3.-col8-md {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col3.-col7-max {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3.-col7-md {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col3.-col6-max {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3.-col6-md {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col3.-col5-max {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3.-col5-md {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3.-col5-spmin {
    grid-template-columns: repeat(5, 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.-col8-md {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-max.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-max.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-max.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3-max.-col7-md {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-max.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-max.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-max.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3-max.-col6-md {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-max.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-max.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-max.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3-max.-col5-md {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-max.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-max.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-max.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@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.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-md.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-md.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-md.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-md.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-md.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-md.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-md.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-md.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-md.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-md.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-md.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@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.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-tab.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-tab.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-tab.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-tab.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-tab.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-tab.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-tab.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@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.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-sp.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-sp.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-sp.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@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.-col8-max {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2.-col8-md {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col2.-col7-max {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2.-col7-md {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col2.-col6-max {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2.-col6-md {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col2.-col5-max {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2.-col5-md {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2.-col5-spmin {
    grid-template-columns: repeat(5, 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.-col8-md {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-max.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-max.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-max.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2-max.-col7-md {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-max.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-max.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-max.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2-max.-col6-md {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-max.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-max.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-max.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2-max.-col5-md {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-max.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-max.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-max.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@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.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-md.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-md.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-md.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-md.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-md.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-md.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-md.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-md.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-md.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-md.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-md.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@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.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-tab.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-tab.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-tab.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-tab.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-tab.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-tab.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-tab.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@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.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-sp.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-sp.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-sp.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@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.-col8-max {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1.-col8-md {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col1.-col7-max {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1.-col7-md {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col1.-col6-max {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1.-col6-md {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col1.-col5-max {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1.-col5-md {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1.-col5-spmin {
    grid-template-columns: repeat(5, 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.-col8-md {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-max.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-max.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-max.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1-max.-col7-md {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-max.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-max.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-max.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1-max.-col6-md {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-max.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-max.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-max.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1-max.-col5-md {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-max.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-max.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-max.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@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.-col8-tab {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-md.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-md.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-md.-col7-tab {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-md.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-md.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-md.-col6-tab {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-md.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-md.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-md.-col5-tab {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-md.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-md.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@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.-col8-sp {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-tab.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-tab.-col7-sp {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-tab.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-tab.-col6-sp {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-tab.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-tab.-col5-sp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-tab.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@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.-col8-spmin {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-sp.-col7-spmin {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-sp.-col6-spmin {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-sp.-col5-spmin {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@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));
  }
}

.c-loading {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #dffd08;
  display: flex;
  font-family: "Space Mono", monospace;
  line-height: 1;
  letter-spacing: -0.03em;
  transition-duration: 0.3s;
}
.c-loading__text {
  margin-bottom: 1em;
}
.c-loading__progress {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 0.5em;
}
.c-loading__progress:before {
  content: "[";
}
.c-loading__progress:after {
  content: "]";
}
.c-loading.is-loaded {
  opacity: 0;
  visibility: hidden;
}

.c-crumbs {
  color: #231815;
  margin: 10px 0;
}

.c-hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: visible;
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 1/1;
  width: 90px;
  background-color: #dffd08;
  visibility: visible;
}
@media only screen and (max-width: 1599px) {
  .c-hamburger {
    width: min(2.4489795918vw + 50.8163265306px, 90px);
  }
}
@media (hover: hover) {
  .c-hamburger:hover .bar:after {
    width: 50%;
  }
  .c-hamburger:hover .bar span {
    width: 75%;
  }
}
.c-hamburger.is-act .bar:before {
  transform: rotate(36deg);
  top: 45%;
}
.c-hamburger.is-act .bar:after {
  transform: rotate(-36deg);
  top: 45%;
  width: 100% !important;
}
.c-hamburger.is-act .bar span {
  display: none;
}
.c-hamburger .bar {
  width: 44.44%;
  height: 28.88%;
  position: relative;
  margin: 0 auto;
}
.c-hamburger .bar span, .c-hamburger .bar:before, .c-hamburger .bar:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #231815;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media only screen and (max-width: 1599px) {
  .c-hamburger .bar span, .c-hamburger .bar:before, .c-hamburger .bar:after {
    height: min(0.0816326531vw + 0.693877551px, 2px);
  }
}
.c-hamburger .bar:before {
  top: 0;
}
.c-hamburger .bar:after {
  bottom: 0;
}
.c-hamburger .bar span {
  top: 50%;
  transform: translateY(-50%);
}

.c-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 500px;
  max-height: 100%;
  padding-left: 30px;
  z-index: 4000;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-drawer#js-drawer {
  transform: translateX(100%);
}
.c-drawer#js-drawer.is-act {
  transform: translateX(0);
}
.c-drawer__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.c-drawer__container {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #dffd08;
}
@media only screen and (max-width: 1599px) {
  .c-drawer__container {
    padding-top: min(2.4489795918vw + 80.8163265306px, 120px);
    padding-bottom: min(2.4489795918vw + 80.8163265306px, 120px);
  }
}
.c-drawer__inner {
  text-align: left;
  padding: 0 100px;
  transform: translateX(10%);
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
@media only screen and (max-width: 1599px) {
  .c-drawer__inner {
    padding: 0 min(4.0816326531vw + 34.693877551px, 100px);
  }
}
.is-act .c-drawer__inner {
  transform: translateX(0);
  opacity: 1;
}
.c-drawer__nav {
  font-size: min(0.4081632653vw + 0.8418367347rem, 1.25rem);
}
.c-drawer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.c-drawer__nav ul > li a {
  display: block;
  font-weight: 700;
}
.c-fixed-label {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 3000;
  background-color: #d51164;
  color: #fff;
  font-size: min(1.6326530612vw + 0.8673469388rem, 2.5rem);
  width: 1em;
}
@media only screen and (max-width: 767px) {
  .c-fixed-label {
    display: none;
  }
}
.c-fixed-label__container {
  font-size: 0.325em;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.c-fixed-label__elm {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2em;
  padding-bottom: 2em;
  animation: 50s linear infinite loopY;
}
.c-fixed-label__elm img {
  width: 1em;
}
.c-fixed-label.-left {
  left: 30px;
}
@media only screen and (max-width: 1599px) {
  .c-fixed-label.-left {
    left: min(3.0048076923vw + -18.046875px, 30px);
  }
}
.c-fixed-label.-right {
  right: 30px;
  background-color: #0174c0;
}
@media only screen and (max-width: 1599px) {
  .c-fixed-label.-right {
    right: min(3.0048076923vw + -18.046875px, 30px);
  }
}
.c-fixed-label.-right .c-fixed-label__elm {
  animation-direction: reverse;
}
.c-fixed-label.-right .c-fixed-label__elm img {
  transform: scale(-1, -1);
}
.c-fixed-label.js-fixed-label {
  transform: translateY(-10%);
  opacity: 0;
  transition-duration: 0.3s;
}
.c-fixed-label.js-fixed-label.is-loaded {
  transform: translateY(0);
  opacity: 1;
}
.c-fixed-label.js-fixed-label.-right {
  transform: translateY(10%);
}
.c-fixed-label.js-fixed-label.-right.is-loaded {
  transform: translateY(0);
}

.c-fixed-button {
  position: fixed;
  right: 1em;
  bottom: 1em;
  z-index: 4000;
  width: 150px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-fixed-button {
    display: none;
  }
}
@media (hover: hover) {
  .c-fixed-button:hover {
    transform: scale(0.9);
  }
}

.c-fixed-menu {
  position: fixed;
  top: 45%;
  right: 70px;
  z-index: 3000;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  font-size: min(0.1632653061vw + 0.5867346939rem, 0.75rem);
  right: min(4.7346938776vw + -5.7551020408px, 70px);
  gap: min(0.4081632653vw + 3.4693877551px, 10px);
}
@media only screen and (max-width: 767px) {
  .c-fixed-menu {
    right: auto;
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    flex-direction: row;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-fixed-menu > li {
    flex: 1;
  }
}
.c-fixed-menu > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  font-weight: 700;
  color: #fff;
  background-color: #d51164;
  border: 1px solid #d51164;
  padding: 1em;
  gap: 1em;
  height: 14em;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-fixed-menu > li a {
    writing-mode: inherit;
    padding: 1em 0;
    height: auto;
    flex-direction: column;
    gap: 0.3em;
  }
}
@media (hover: hover) {
  .c-fixed-menu > li a:hover {
    color: #d51164;
    background-color: #fff;
  }
}
.c-fixed-menu > li a .c-ico {
  font-size: 1.1em;
}
.c-fixed-menu > li.-blue a {
  background-color: #0174c0;
  border-color: #0174c0;
}
@media (hover: hover) {
  .c-fixed-menu > li.-blue a:hover {
    color: #0174c0;
    background-color: #fff;
  }
}
.c-fixed-menu > li.-green a {
  background-color: #5b9e33;
  border-color: #5b9e33;
}
@media (hover: hover) {
  .c-fixed-menu > li.-green a:hover {
    color: #5b9e33;
    background-color: #fff;
  }
}
.c-fixed-menu#js-fixed-menu {
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition-duration: 0.5s;
}
.c-fixed-menu#js-fixed-menu > li {
  transform: translateX(0);
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 767px) {
  .c-fixed-menu#js-fixed-menu > li {
    transform: translateY(0);
  }
}
.c-fixed-menu#js-fixed-menu.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.c-fixed-menu#js-fixed-menu.is-hidden > li {
  transform: translateX(100%);
}
@media only screen and (max-width: 767px) {
  .c-fixed-menu#js-fixed-menu.is-hidden > li {
    transform: translateY(100%);
  }
}

.js-aco_trg {
  cursor: pointer;
}

.js-aco_elm {
  height: 0;
  overflow: hidden;
}

.js-shuffle_elm {
  opacity: 0;
}
.js-shuffle_elm.is-act {
  opacity: 1;
}

.c-heading01 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.7em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  font-size: min(3.2653061224vw + 1.7346938776rem, 5rem);
}
.c-heading01:before {
  content: "";
  background: url(../../img/common/parts/heading01_bg.svg) no-repeat center;
  background-size: cover;
  height: 3.225em;
  aspect-ratio: 317/258;
  position: absolute;
  top: 0.4em;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.c-heading01__obj {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-heading01__obj:before, .c-heading01__obj:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.5em 0.45em 0.5em;
  border-color: transparent transparent #d51164 transparent;
  transform: rotate(180deg);
  position: relative;
  font-size: min(2.4489795918vw + 1.3010204082rem, 3.75rem);
}
.c-heading01__obj:before {
  z-index: 10;
}
.c-heading01__obj:after {
  border-width: 0 0.5em 0.45em 0.5em;
  border-color: transparent transparent #0074c0 transparent;
  margin-top: -0.1em;
  z-index: 0;
}
.c-heading01__en {
  font-family: "Space Mono", monospace;
  line-height: 1;
  letter-spacing: -0.03em;
  display: inline-block;
  margin-top: 0.2em;
}
.c-heading01__en:after {
  content: "";
  display: inline-block;
  border-bottom: 0.025em solid;
  width: 0.25em;
  animation: flash 1s infinite;
}
.c-heading01__en .symbol {
  font-weight: 400;
  margin: 0 0.2em;
}
.c-heading01__ja {
  line-height: 1.5;
  font-size: 0.3em;
  margin-top: 0.8em;
}
.c-heading01.-white {
  color: #fff;
}
.c-heading01.-white:before {
  content: none;
}
.c-heading01.-white .c-heading01__obj:before {
  border-color: transparent transparent #fff transparent;
}
.c-heading01.-white .c-heading01__obj:after {
  border-color: transparent transparent #dffd08 transparent;
}
.c-heading01.js-anim_elm {
  opacity: 0;
  transition-duration: 0.3s;
}
.c-heading01.js-anim_elm:before {
  transform: translateX(-50%) rotate(20deg);
  transition-duration: 1s;
}
.c-heading01.js-anim_elm .c-heading01__obj {
  transform: translateY(-0.3em);
  transition-duration: 0.3s;
}
.c-heading01.js-anim_elm.is-act {
  opacity: 1;
}
.c-heading01.js-anim_elm.is-act:before {
  transform: translateX(-50%) rotate(0);
}
.c-heading01.js-anim_elm.is-act .c-heading01__obj {
  transform: translateY(0);
}
.c-heading02 {
  background-color: #fff;
  inline-size: fit-content;
  margin-inline: auto;
  padding: min(0.4081632653vw + 3.4693877551px, 10px) min(2.0408163265vw + 7.3469387755px, 40px);
  font-size: min(1.6326530612vw + 0.8673469388rem, 2.5rem);
  position: relative;
  z-index: 4;
  border-radius: min(0.4081632653vw + 3.4693877551px, 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.5;
  gap: min(0.8163265306vw + 6.9387755102px, 20px);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-heading02 {
    line-height: 1.3;
  }
}
.c-heading02::before, .c-heading02::after {
  content: "";
  display: block;
  width: min(0.8163265306vw + 11.9387755102px, 25px);
  aspect-ratio: 25/10;
  background-color: #0174c0;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
.c-heading02::after {
  background-color: #d51164;
}

.c-title01 {
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-size: min(0.9795918367vw + 0.7704081633rem, 1.75rem);
}
.c-title01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to right, #d51164 0%, #0074c0 100%);
}
@media only screen and (max-width: 1599px) {
  .c-title01:after {
    height: min(0.2040816327vw + 1.7346938776px, 5px);
  }
}
.c-title01.-mt-m {
  margin-top: 1.5em;
}
.c-title02 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
  font-size: min(0.4897959184vw + 0.7602040816rem, 1.25rem);
}
.c-title02.-mt-m {
  margin-top: 1em;
}
.c-title03 {
  font-size: min(0.9795918367vw + 0.8954081633rem, 1.875rem);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(0.5714285714vw + 5.8571428571px, 15px);
}
.c-title03::before, .c-title03::after {
  content: "";
  inline-size: min(0.9795918367vw + 11.3265306122px, 27px);
  aspect-ratio: 1;
  background-image: url(../../img//common/parts/title03_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.c-title_date {
  font-size: min(2.693877551vw + 1.243622449rem, 3.9375rem);
  font-weight: 700;
  font-family: "Space Mono", monospace;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(0.6530612245vw + 0.4719387755rem, 1.125rem);
  line-height: 1;
  margin-block-end: min(1.6326530612vw + 13.8775510204px, 40px);
}
.c-title_date .week {
  color: #fff;
  background-color: #d51164;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "YuGothic", "游ゴシック体", "Noto Sans JP", "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: min(0.8979591837vw + 0.6645408163rem, 1.5625rem);
  inline-size: min(1.9591836735vw + 16.6530612245px, 48px);
  font-weight: 500;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 50%;
}
.c-title_date.-white {
  color: #ffffff;
}
.c-title_date.-white .week {
  background-color: #fff;
  color: #da2916;
}

.c-a_rotate {
  animation-name: rotate;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.c-a_rotate.-ad_reverse {
  animation-direction: reverse;
}

.c-a_list01.js-anim_elm > li,
.c-a_list01.js-anim_elm > dl {
  opacity: 0;
  transform: translateY(1em);
  transition-property: opacity, transform;
  transition-duration: 0.3s, 0.7s;
}
.c-a_list01.js-anim_elm > li:nth-child(0),
.c-a_list01.js-anim_elm > dl:nth-child(0) {
  transition-delay: -0.1s;
}
.c-a_list01.js-anim_elm > li:nth-child(1),
.c-a_list01.js-anim_elm > dl:nth-child(1) {
  transition-delay: 0s;
}
.c-a_list01.js-anim_elm > li:nth-child(2),
.c-a_list01.js-anim_elm > dl:nth-child(2) {
  transition-delay: 0.1s;
}
.c-a_list01.js-anim_elm > li:nth-child(3),
.c-a_list01.js-anim_elm > dl:nth-child(3) {
  transition-delay: 0.2s;
}
.c-a_list01.js-anim_elm > li:nth-child(4),
.c-a_list01.js-anim_elm > dl:nth-child(4) {
  transition-delay: 0.3s;
}
.c-a_list01.js-anim_elm > li:nth-child(5),
.c-a_list01.js-anim_elm > dl:nth-child(5) {
  transition-delay: 0.4s;
}
.c-a_list01.js-anim_elm > li:nth-child(6),
.c-a_list01.js-anim_elm > dl:nth-child(6) {
  transition-delay: 0.5s;
}
.c-a_list01.js-anim_elm > li:nth-child(7),
.c-a_list01.js-anim_elm > dl:nth-child(7) {
  transition-delay: 0.6s;
}
.c-a_list01.js-anim_elm > li:nth-child(8),
.c-a_list01.js-anim_elm > dl:nth-child(8) {
  transition-delay: 0.7s;
}
.c-a_list01.js-anim_elm > li:nth-child(9),
.c-a_list01.js-anim_elm > dl:nth-child(9) {
  transition-delay: 0.8s;
}
.c-a_list01.js-anim_elm > li:nth-child(10),
.c-a_list01.js-anim_elm > dl:nth-child(10) {
  transition-delay: 0.9s;
}
.c-a_list01.js-anim_elm.is-act > li,
.c-a_list01.js-anim_elm.is-act > dl {
  opacity: 1;
  transform: translateY(0);
}

.c-a_fadeIn.js-anim_elm {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.7s;
}
.c-a_fadeIn.js-anim_elm.is-act {
  opacity: 1;
}

.c-a_slideIn.js-anim_elm {
  opacity: 0;
  transform: translateY(1em);
  transition-property: opacity, transform;
  transition-duration: 0.7s;
}
.c-a_slideIn.js-anim_elm.is-act {
  opacity: 1;
  transform: translateY(0);
}
.c-a_slideIn.js-anim_elm.-right {
  transform: translateX(1em);
}
.c-a_slideIn.js-anim_elm.-right.is-act {
  transform: translateX(0);
}

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

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

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

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

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

.u-lh-240 {
  line-height: 240%;
}
@media only screen and (max-width: 767px) {
  .u-lh-240 {
    line-height: 200%;
  }
}

.u-none {
  display: none;
}

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

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-font_en {
  font-family: "Space Mono", monospace;
  letter-spacing: -0.03em;
  line-height: 1;
}

.u-color-gray {
  color: #777;
}

.u-mt0 {
  margin-top: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-mt0 {
    margin-top: min(0vw + 0px, 0px) !important;
  }
}

.u-mb0 {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-mb0 {
    margin-bottom: min(0vw + 0px, 0px) !important;
  }
}

.u-ml0 {
  margin-left: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-ml0 {
    margin-left: min(0vw + 0px, 0px) !important;
  }
}

.u-mr0 {
  margin-right: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-mr0 {
    margin-right: min(0vw + 0px, 0px) !important;
  }
}

.u-pt0 {
  padding-top: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-pt0 {
    padding-top: min(0vw + 0px, 0px) !important;
  }
}

.u-pb0 {
  padding-bottom: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-pb0 {
    padding-bottom: min(0vw + 0px, 0px) !important;
  }
}

.u-pl0 {
  padding-left: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-pl0 {
    padding-left: min(0vw + 0px, 0px) !important;
  }
}

.u-pr0 {
  padding-right: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-pr0 {
    padding-right: min(0vw + 0px, 0px) !important;
  }
}

.u-mt5 {
  margin-top: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-mt5 {
    margin-top: min(0.4081632653vw + 3.4693877551px, 10px) !important;
  }
}

.u-mb5 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-mb5 {
    margin-bottom: min(0.4081632653vw + 3.4693877551px, 10px) !important;
  }
}

.u-ml5 {
  margin-left: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-ml5 {
    margin-left: min(0.4081632653vw + 3.4693877551px, 10px) !important;
  }
}

.u-mr5 {
  margin-right: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-mr5 {
    margin-right: min(0.4081632653vw + 3.4693877551px, 10px) !important;
  }
}

.u-pt5 {
  padding-top: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-pt5 {
    padding-top: min(0.4081632653vw + 3.4693877551px, 10px) !important;
  }
}

.u-pb5 {
  padding-bottom: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-pb5 {
    padding-bottom: min(0.4081632653vw + 3.4693877551px, 10px) !important;
  }
}

.u-pl5 {
  padding-left: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-pl5 {
    padding-left: min(0.4081632653vw + 3.4693877551px, 10px) !important;
  }
}

.u-pr5 {
  padding-right: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-pr5 {
    padding-right: min(0.4081632653vw + 3.4693877551px, 10px) !important;
  }
}

.u-mt10 {
  margin-top: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-mt10 {
    margin-top: min(0.8163265306vw + 6.9387755102px, 20px) !important;
  }
}

.u-mb10 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-mb10 {
    margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px) !important;
  }
}

.u-ml10 {
  margin-left: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-ml10 {
    margin-left: min(0.8163265306vw + 6.9387755102px, 20px) !important;
  }
}

.u-mr10 {
  margin-right: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-mr10 {
    margin-right: min(0.8163265306vw + 6.9387755102px, 20px) !important;
  }
}

.u-pt10 {
  padding-top: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-pt10 {
    padding-top: min(0.8163265306vw + 6.9387755102px, 20px) !important;
  }
}

.u-pb10 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-pb10 {
    padding-bottom: min(0.8163265306vw + 6.9387755102px, 20px) !important;
  }
}

.u-pl10 {
  padding-left: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-pl10 {
    padding-left: min(0.8163265306vw + 6.9387755102px, 20px) !important;
  }
}

.u-pr10 {
  padding-right: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-pr10 {
    padding-right: min(0.8163265306vw + 6.9387755102px, 20px) !important;
  }
}

.u-mt15 {
  margin-top: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-mt15 {
    margin-top: min(1.2244897959vw + 10.4081632653px, 30px) !important;
  }
}

.u-mb15 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-mb15 {
    margin-bottom: min(1.2244897959vw + 10.4081632653px, 30px) !important;
  }
}

.u-ml15 {
  margin-left: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-ml15 {
    margin-left: min(1.2244897959vw + 10.4081632653px, 30px) !important;
  }
}

.u-mr15 {
  margin-right: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-mr15 {
    margin-right: min(1.2244897959vw + 10.4081632653px, 30px) !important;
  }
}

.u-pt15 {
  padding-top: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-pt15 {
    padding-top: min(1.2244897959vw + 10.4081632653px, 30px) !important;
  }
}

.u-pb15 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-pb15 {
    padding-bottom: min(1.2244897959vw + 10.4081632653px, 30px) !important;
  }
}

.u-pl15 {
  padding-left: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-pl15 {
    padding-left: min(1.2244897959vw + 10.4081632653px, 30px) !important;
  }
}

.u-pr15 {
  padding-right: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-pr15 {
    padding-right: min(1.2244897959vw + 10.4081632653px, 30px) !important;
  }
}

.u-mt20 {
  margin-top: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-mt20 {
    margin-top: min(1.6326530612vw + 13.8775510204px, 40px) !important;
  }
}

.u-mb20 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-mb20 {
    margin-bottom: min(1.6326530612vw + 13.8775510204px, 40px) !important;
  }
}

.u-ml20 {
  margin-left: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-ml20 {
    margin-left: min(1.6326530612vw + 13.8775510204px, 40px) !important;
  }
}

.u-mr20 {
  margin-right: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-mr20 {
    margin-right: min(1.6326530612vw + 13.8775510204px, 40px) !important;
  }
}

.u-pt20 {
  padding-top: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-pt20 {
    padding-top: min(1.6326530612vw + 13.8775510204px, 40px) !important;
  }
}

.u-pb20 {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-pb20 {
    padding-bottom: min(1.6326530612vw + 13.8775510204px, 40px) !important;
  }
}

.u-pl20 {
  padding-left: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-pl20 {
    padding-left: min(1.6326530612vw + 13.8775510204px, 40px) !important;
  }
}

.u-pr20 {
  padding-right: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-pr20 {
    padding-right: min(1.6326530612vw + 13.8775510204px, 40px) !important;
  }
}

.u-mt25 {
  margin-top: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-mt25 {
    margin-top: min(2.0408163265vw + 17.3469387755px, 50px) !important;
  }
}

.u-mb25 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-mb25 {
    margin-bottom: min(2.0408163265vw + 17.3469387755px, 50px) !important;
  }
}

.u-ml25 {
  margin-left: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-ml25 {
    margin-left: min(2.0408163265vw + 17.3469387755px, 50px) !important;
  }
}

.u-mr25 {
  margin-right: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-mr25 {
    margin-right: min(2.0408163265vw + 17.3469387755px, 50px) !important;
  }
}

.u-pt25 {
  padding-top: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-pt25 {
    padding-top: min(2.0408163265vw + 17.3469387755px, 50px) !important;
  }
}

.u-pb25 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-pb25 {
    padding-bottom: min(2.0408163265vw + 17.3469387755px, 50px) !important;
  }
}

.u-pl25 {
  padding-left: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-pl25 {
    padding-left: min(2.0408163265vw + 17.3469387755px, 50px) !important;
  }
}

.u-pr25 {
  padding-right: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-pr25 {
    padding-right: min(2.0408163265vw + 17.3469387755px, 50px) !important;
  }
}

.u-mt30 {
  margin-top: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-mt30 {
    margin-top: min(2.4489795918vw + 20.8163265306px, 60px) !important;
  }
}

.u-mb30 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-mb30 {
    margin-bottom: min(2.4489795918vw + 20.8163265306px, 60px) !important;
  }
}

.u-ml30 {
  margin-left: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-ml30 {
    margin-left: min(2.4489795918vw + 20.8163265306px, 60px) !important;
  }
}

.u-mr30 {
  margin-right: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-mr30 {
    margin-right: min(2.4489795918vw + 20.8163265306px, 60px) !important;
  }
}

.u-pt30 {
  padding-top: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-pt30 {
    padding-top: min(2.4489795918vw + 20.8163265306px, 60px) !important;
  }
}

.u-pb30 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-pb30 {
    padding-bottom: min(2.4489795918vw + 20.8163265306px, 60px) !important;
  }
}

.u-pl30 {
  padding-left: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-pl30 {
    padding-left: min(2.4489795918vw + 20.8163265306px, 60px) !important;
  }
}

.u-pr30 {
  padding-right: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-pr30 {
    padding-right: min(2.4489795918vw + 20.8163265306px, 60px) !important;
  }
}

.u-mt35 {
  margin-top: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-mt35 {
    margin-top: min(2.8571428571vw + 24.2857142857px, 70px) !important;
  }
}

.u-mb35 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-mb35 {
    margin-bottom: min(2.8571428571vw + 24.2857142857px, 70px) !important;
  }
}

.u-ml35 {
  margin-left: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-ml35 {
    margin-left: min(2.8571428571vw + 24.2857142857px, 70px) !important;
  }
}

.u-mr35 {
  margin-right: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-mr35 {
    margin-right: min(2.8571428571vw + 24.2857142857px, 70px) !important;
  }
}

.u-pt35 {
  padding-top: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-pt35 {
    padding-top: min(2.8571428571vw + 24.2857142857px, 70px) !important;
  }
}

.u-pb35 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-pb35 {
    padding-bottom: min(2.8571428571vw + 24.2857142857px, 70px) !important;
  }
}

.u-pl35 {
  padding-left: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-pl35 {
    padding-left: min(2.8571428571vw + 24.2857142857px, 70px) !important;
  }
}

.u-pr35 {
  padding-right: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-pr35 {
    padding-right: min(2.8571428571vw + 24.2857142857px, 70px) !important;
  }
}

.u-mt40 {
  margin-top: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-mt40 {
    margin-top: min(3.2653061224vw + 27.7551020408px, 80px) !important;
  }
}

.u-mb40 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-mb40 {
    margin-bottom: min(3.2653061224vw + 27.7551020408px, 80px) !important;
  }
}

.u-ml40 {
  margin-left: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-ml40 {
    margin-left: min(3.2653061224vw + 27.7551020408px, 80px) !important;
  }
}

.u-mr40 {
  margin-right: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-mr40 {
    margin-right: min(3.2653061224vw + 27.7551020408px, 80px) !important;
  }
}

.u-pt40 {
  padding-top: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-pt40 {
    padding-top: min(3.2653061224vw + 27.7551020408px, 80px) !important;
  }
}

.u-pb40 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-pb40 {
    padding-bottom: min(3.2653061224vw + 27.7551020408px, 80px) !important;
  }
}

.u-pl40 {
  padding-left: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-pl40 {
    padding-left: min(3.2653061224vw + 27.7551020408px, 80px) !important;
  }
}

.u-pr40 {
  padding-right: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-pr40 {
    padding-right: min(3.2653061224vw + 27.7551020408px, 80px) !important;
  }
}

.u-mt45 {
  margin-top: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-mt45 {
    margin-top: min(3.6734693878vw + 31.2244897959px, 90px) !important;
  }
}

.u-mb45 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-mb45 {
    margin-bottom: min(3.6734693878vw + 31.2244897959px, 90px) !important;
  }
}

.u-ml45 {
  margin-left: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-ml45 {
    margin-left: min(3.6734693878vw + 31.2244897959px, 90px) !important;
  }
}

.u-mr45 {
  margin-right: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-mr45 {
    margin-right: min(3.6734693878vw + 31.2244897959px, 90px) !important;
  }
}

.u-pt45 {
  padding-top: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-pt45 {
    padding-top: min(3.6734693878vw + 31.2244897959px, 90px) !important;
  }
}

.u-pb45 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-pb45 {
    padding-bottom: min(3.6734693878vw + 31.2244897959px, 90px) !important;
  }
}

.u-pl45 {
  padding-left: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-pl45 {
    padding-left: min(3.6734693878vw + 31.2244897959px, 90px) !important;
  }
}

.u-pr45 {
  padding-right: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-pr45 {
    padding-right: min(3.6734693878vw + 31.2244897959px, 90px) !important;
  }
}

.u-mt50 {
  margin-top: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-mt50 {
    margin-top: min(4.0816326531vw + 34.693877551px, 100px) !important;
  }
}

.u-mb50 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-mb50 {
    margin-bottom: min(4.0816326531vw + 34.693877551px, 100px) !important;
  }
}

.u-ml50 {
  margin-left: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-ml50 {
    margin-left: min(4.0816326531vw + 34.693877551px, 100px) !important;
  }
}

.u-mr50 {
  margin-right: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-mr50 {
    margin-right: min(4.0816326531vw + 34.693877551px, 100px) !important;
  }
}

.u-pt50 {
  padding-top: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-pt50 {
    padding-top: min(4.0816326531vw + 34.693877551px, 100px) !important;
  }
}

.u-pb50 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-pb50 {
    padding-bottom: min(4.0816326531vw + 34.693877551px, 100px) !important;
  }
}

.u-pl50 {
  padding-left: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-pl50 {
    padding-left: min(4.0816326531vw + 34.693877551px, 100px) !important;
  }
}

.u-pr50 {
  padding-right: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-pr50 {
    padding-right: min(4.0816326531vw + 34.693877551px, 100px) !important;
  }
}

.u-mt55 {
  margin-top: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-mt55 {
    margin-top: min(4.4897959184vw + 38.1632653061px, 110px) !important;
  }
}

.u-mb55 {
  margin-bottom: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-mb55 {
    margin-bottom: min(4.4897959184vw + 38.1632653061px, 110px) !important;
  }
}

.u-ml55 {
  margin-left: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-ml55 {
    margin-left: min(4.4897959184vw + 38.1632653061px, 110px) !important;
  }
}

.u-mr55 {
  margin-right: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-mr55 {
    margin-right: min(4.4897959184vw + 38.1632653061px, 110px) !important;
  }
}

.u-pt55 {
  padding-top: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-pt55 {
    padding-top: min(4.4897959184vw + 38.1632653061px, 110px) !important;
  }
}

.u-pb55 {
  padding-bottom: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-pb55 {
    padding-bottom: min(4.4897959184vw + 38.1632653061px, 110px) !important;
  }
}

.u-pl55 {
  padding-left: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-pl55 {
    padding-left: min(4.4897959184vw + 38.1632653061px, 110px) !important;
  }
}

.u-pr55 {
  padding-right: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-pr55 {
    padding-right: min(4.4897959184vw + 38.1632653061px, 110px) !important;
  }
}

.u-mt60 {
  margin-top: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-mt60 {
    margin-top: min(4.8979591837vw + 41.6326530612px, 120px) !important;
  }
}

.u-mb60 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-mb60 {
    margin-bottom: min(4.8979591837vw + 41.6326530612px, 120px) !important;
  }
}

.u-ml60 {
  margin-left: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-ml60 {
    margin-left: min(4.8979591837vw + 41.6326530612px, 120px) !important;
  }
}

.u-mr60 {
  margin-right: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-mr60 {
    margin-right: min(4.8979591837vw + 41.6326530612px, 120px) !important;
  }
}

.u-pt60 {
  padding-top: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-pt60 {
    padding-top: min(4.8979591837vw + 41.6326530612px, 120px) !important;
  }
}

.u-pb60 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-pb60 {
    padding-bottom: min(4.8979591837vw + 41.6326530612px, 120px) !important;
  }
}

.u-pl60 {
  padding-left: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-pl60 {
    padding-left: min(4.8979591837vw + 41.6326530612px, 120px) !important;
  }
}

.u-pr60 {
  padding-right: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-pr60 {
    padding-right: min(4.8979591837vw + 41.6326530612px, 120px) !important;
  }
}

.u-mt65 {
  margin-top: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-mt65 {
    margin-top: min(5.306122449vw + 45.1020408163px, 130px) !important;
  }
}

.u-mb65 {
  margin-bottom: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-mb65 {
    margin-bottom: min(5.306122449vw + 45.1020408163px, 130px) !important;
  }
}

.u-ml65 {
  margin-left: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-ml65 {
    margin-left: min(5.306122449vw + 45.1020408163px, 130px) !important;
  }
}

.u-mr65 {
  margin-right: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-mr65 {
    margin-right: min(5.306122449vw + 45.1020408163px, 130px) !important;
  }
}

.u-pt65 {
  padding-top: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-pt65 {
    padding-top: min(5.306122449vw + 45.1020408163px, 130px) !important;
  }
}

.u-pb65 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-pb65 {
    padding-bottom: min(5.306122449vw + 45.1020408163px, 130px) !important;
  }
}

.u-pl65 {
  padding-left: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-pl65 {
    padding-left: min(5.306122449vw + 45.1020408163px, 130px) !important;
  }
}

.u-pr65 {
  padding-right: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-pr65 {
    padding-right: min(5.306122449vw + 45.1020408163px, 130px) !important;
  }
}

.u-mt70 {
  margin-top: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-mt70 {
    margin-top: min(5.7142857143vw + 48.5714285714px, 140px) !important;
  }
}

.u-mb70 {
  margin-bottom: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-mb70 {
    margin-bottom: min(5.7142857143vw + 48.5714285714px, 140px) !important;
  }
}

.u-ml70 {
  margin-left: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-ml70 {
    margin-left: min(5.7142857143vw + 48.5714285714px, 140px) !important;
  }
}

.u-mr70 {
  margin-right: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-mr70 {
    margin-right: min(5.7142857143vw + 48.5714285714px, 140px) !important;
  }
}

.u-pt70 {
  padding-top: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-pt70 {
    padding-top: min(5.7142857143vw + 48.5714285714px, 140px) !important;
  }
}

.u-pb70 {
  padding-bottom: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-pb70 {
    padding-bottom: min(5.7142857143vw + 48.5714285714px, 140px) !important;
  }
}

.u-pl70 {
  padding-left: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-pl70 {
    padding-left: min(5.7142857143vw + 48.5714285714px, 140px) !important;
  }
}

.u-pr70 {
  padding-right: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-pr70 {
    padding-right: min(5.7142857143vw + 48.5714285714px, 140px) !important;
  }
}

.u-mt75 {
  margin-top: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-mt75 {
    margin-top: min(6.1224489796vw + 52.0408163265px, 150px) !important;
  }
}

.u-mb75 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-mb75 {
    margin-bottom: min(6.1224489796vw + 52.0408163265px, 150px) !important;
  }
}

.u-ml75 {
  margin-left: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-ml75 {
    margin-left: min(6.1224489796vw + 52.0408163265px, 150px) !important;
  }
}

.u-mr75 {
  margin-right: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-mr75 {
    margin-right: min(6.1224489796vw + 52.0408163265px, 150px) !important;
  }
}

.u-pt75 {
  padding-top: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-pt75 {
    padding-top: min(6.1224489796vw + 52.0408163265px, 150px) !important;
  }
}

.u-pb75 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-pb75 {
    padding-bottom: min(6.1224489796vw + 52.0408163265px, 150px) !important;
  }
}

.u-pl75 {
  padding-left: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-pl75 {
    padding-left: min(6.1224489796vw + 52.0408163265px, 150px) !important;
  }
}

.u-pr75 {
  padding-right: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-pr75 {
    padding-right: min(6.1224489796vw + 52.0408163265px, 150px) !important;
  }
}

.u-mt80 {
  margin-top: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-mt80 {
    margin-top: min(6.5306122449vw + 55.5102040816px, 160px) !important;
  }
}

.u-mb80 {
  margin-bottom: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-mb80 {
    margin-bottom: min(6.5306122449vw + 55.5102040816px, 160px) !important;
  }
}

.u-ml80 {
  margin-left: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-ml80 {
    margin-left: min(6.5306122449vw + 55.5102040816px, 160px) !important;
  }
}

.u-mr80 {
  margin-right: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-mr80 {
    margin-right: min(6.5306122449vw + 55.5102040816px, 160px) !important;
  }
}

.u-pt80 {
  padding-top: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-pt80 {
    padding-top: min(6.5306122449vw + 55.5102040816px, 160px) !important;
  }
}

.u-pb80 {
  padding-bottom: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-pb80 {
    padding-bottom: min(6.5306122449vw + 55.5102040816px, 160px) !important;
  }
}

.u-pl80 {
  padding-left: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-pl80 {
    padding-left: min(6.5306122449vw + 55.5102040816px, 160px) !important;
  }
}

.u-pr80 {
  padding-right: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-pr80 {
    padding-right: min(6.5306122449vw + 55.5102040816px, 160px) !important;
  }
}

.u-mt85 {
  margin-top: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-mt85 {
    margin-top: min(6.9387755102vw + 58.9795918367px, 170px) !important;
  }
}

.u-mb85 {
  margin-bottom: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-mb85 {
    margin-bottom: min(6.9387755102vw + 58.9795918367px, 170px) !important;
  }
}

.u-ml85 {
  margin-left: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-ml85 {
    margin-left: min(6.9387755102vw + 58.9795918367px, 170px) !important;
  }
}

.u-mr85 {
  margin-right: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-mr85 {
    margin-right: min(6.9387755102vw + 58.9795918367px, 170px) !important;
  }
}

.u-pt85 {
  padding-top: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-pt85 {
    padding-top: min(6.9387755102vw + 58.9795918367px, 170px) !important;
  }
}

.u-pb85 {
  padding-bottom: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-pb85 {
    padding-bottom: min(6.9387755102vw + 58.9795918367px, 170px) !important;
  }
}

.u-pl85 {
  padding-left: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-pl85 {
    padding-left: min(6.9387755102vw + 58.9795918367px, 170px) !important;
  }
}

.u-pr85 {
  padding-right: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-pr85 {
    padding-right: min(6.9387755102vw + 58.9795918367px, 170px) !important;
  }
}

.u-mt90 {
  margin-top: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-mt90 {
    margin-top: min(7.3469387755vw + 62.4489795918px, 180px) !important;
  }
}

.u-mb90 {
  margin-bottom: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-mb90 {
    margin-bottom: min(7.3469387755vw + 62.4489795918px, 180px) !important;
  }
}

.u-ml90 {
  margin-left: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-ml90 {
    margin-left: min(7.3469387755vw + 62.4489795918px, 180px) !important;
  }
}

.u-mr90 {
  margin-right: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-mr90 {
    margin-right: min(7.3469387755vw + 62.4489795918px, 180px) !important;
  }
}

.u-pt90 {
  padding-top: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-pt90 {
    padding-top: min(7.3469387755vw + 62.4489795918px, 180px) !important;
  }
}

.u-pb90 {
  padding-bottom: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-pb90 {
    padding-bottom: min(7.3469387755vw + 62.4489795918px, 180px) !important;
  }
}

.u-pl90 {
  padding-left: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-pl90 {
    padding-left: min(7.3469387755vw + 62.4489795918px, 180px) !important;
  }
}

.u-pr90 {
  padding-right: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-pr90 {
    padding-right: min(7.3469387755vw + 62.4489795918px, 180px) !important;
  }
}

.u-mt95 {
  margin-top: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-mt95 {
    margin-top: min(7.7551020408vw + 65.9183673469px, 190px) !important;
  }
}

.u-mb95 {
  margin-bottom: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-mb95 {
    margin-bottom: min(7.7551020408vw + 65.9183673469px, 190px) !important;
  }
}

.u-ml95 {
  margin-left: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-ml95 {
    margin-left: min(7.7551020408vw + 65.9183673469px, 190px) !important;
  }
}

.u-mr95 {
  margin-right: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-mr95 {
    margin-right: min(7.7551020408vw + 65.9183673469px, 190px) !important;
  }
}

.u-pt95 {
  padding-top: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-pt95 {
    padding-top: min(7.7551020408vw + 65.9183673469px, 190px) !important;
  }
}

.u-pb95 {
  padding-bottom: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-pb95 {
    padding-bottom: min(7.7551020408vw + 65.9183673469px, 190px) !important;
  }
}

.u-pl95 {
  padding-left: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-pl95 {
    padding-left: min(7.7551020408vw + 65.9183673469px, 190px) !important;
  }
}

.u-pr95 {
  padding-right: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-pr95 {
    padding-right: min(7.7551020408vw + 65.9183673469px, 190px) !important;
  }
}

.u-mt100 {
  margin-top: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-mt100 {
    margin-top: min(8.1632653061vw + 69.387755102px, 200px) !important;
  }
}

.u-mb100 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-mb100 {
    margin-bottom: min(8.1632653061vw + 69.387755102px, 200px) !important;
  }
}

.u-ml100 {
  margin-left: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-ml100 {
    margin-left: min(8.1632653061vw + 69.387755102px, 200px) !important;
  }
}

.u-mr100 {
  margin-right: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-mr100 {
    margin-right: min(8.1632653061vw + 69.387755102px, 200px) !important;
  }
}

.u-pt100 {
  padding-top: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-pt100 {
    padding-top: min(8.1632653061vw + 69.387755102px, 200px) !important;
  }
}

.u-pb100 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-pb100 {
    padding-bottom: min(8.1632653061vw + 69.387755102px, 200px) !important;
  }
}

.u-pl100 {
  padding-left: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-pl100 {
    padding-left: min(8.1632653061vw + 69.387755102px, 200px) !important;
  }
}

.u-pr100 {
  padding-right: 200px;
}
@media only screen and (max-width: 1599px) {
  .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;
  }
}

.u-gap-0 {
  gap: 0;
}
.u-gap-em0_25 {
  gap: 0.25em;
}
.u-gap-em0_5 {
  gap: 0.5em;
}
.u-gap-em1 {
  gap: 1em;
}
.u-gap-em1_5 {
  gap: 1.5em;
}
.u-gap-em2 {
  gap: 2em;
}
.u-gap-5 {
  gap: min(0.2040816327vw + 1.7346938776px, 5px);
}
.u-gap-row-5 {
  row-gap: min(0.2040816327vw + 1.7346938776px, 5px);
}
.u-gap-col-5 {
  column-gap: min(0.2040816327vw + 1.7346938776px, 5px);
}
.u-gap-10 {
  gap: min(0.4081632653vw + 3.4693877551px, 10px);
}
.u-gap-row-10 {
  row-gap: min(0.4081632653vw + 3.4693877551px, 10px);
}
.u-gap-col-10 {
  column-gap: min(0.4081632653vw + 3.4693877551px, 10px);
}
.u-gap-15 {
  gap: min(0.612244898vw + 5.2040816327px, 15px);
}
.u-gap-row-15 {
  row-gap: min(0.612244898vw + 5.2040816327px, 15px);
}
.u-gap-col-15 {
  column-gap: min(0.612244898vw + 5.2040816327px, 15px);
}
.u-gap-20 {
  gap: min(0.8163265306vw + 6.9387755102px, 20px);
}
.u-gap-row-20 {
  row-gap: min(0.8163265306vw + 6.9387755102px, 20px);
}
.u-gap-col-20 {
  column-gap: min(0.8163265306vw + 6.9387755102px, 20px);
}
.u-gap-25 {
  gap: min(1.0204081633vw + 8.6734693878px, 25px);
}
.u-gap-row-25 {
  row-gap: min(1.0204081633vw + 8.6734693878px, 25px);
}
.u-gap-col-25 {
  column-gap: min(1.0204081633vw + 8.6734693878px, 25px);
}
.u-gap-30 {
  gap: min(1.2244897959vw + 10.4081632653px, 30px);
}
.u-gap-row-30 {
  row-gap: min(1.2244897959vw + 10.4081632653px, 30px);
}
.u-gap-col-30 {
  column-gap: min(1.2244897959vw + 10.4081632653px, 30px);
}
.u-gap-40 {
  gap: min(1.6326530612vw + 13.8775510204px, 40px);
}
.u-gap-row-40 {
  row-gap: min(1.6326530612vw + 13.8775510204px, 40px);
}
.u-gap-col-40 {
  column-gap: min(1.6326530612vw + 13.8775510204px, 40px);
}
.u-gap-50 {
  gap: min(2.0408163265vw + 17.3469387755px, 50px);
}
.u-gap-row-50 {
  row-gap: min(2.0408163265vw + 17.3469387755px, 50px);
}
.u-gap-col-50 {
  column-gap: min(2.0408163265vw + 17.3469387755px, 50px);
}
.u-gap-60 {
  gap: min(2.4489795918vw + 20.8163265306px, 60px);
}
.u-gap-row-60 {
  row-gap: min(2.4489795918vw + 20.8163265306px, 60px);
}
.u-gap-col-60 {
  column-gap: min(2.4489795918vw + 20.8163265306px, 60px);
}
.u-gap-70 {
  gap: min(2.8571428571vw + 24.2857142857px, 70px);
}
.u-gap-row-70 {
  row-gap: min(2.8571428571vw + 24.2857142857px, 70px);
}
.u-gap-col-70 {
  column-gap: min(2.8571428571vw + 24.2857142857px, 70px);
}
.u-gap-80 {
  gap: min(3.2653061224vw + 27.7551020408px, 80px);
}
.u-gap-row-80 {
  row-gap: min(3.2653061224vw + 27.7551020408px, 80px);
}
.u-gap-col-80 {
  column-gap: min(3.2653061224vw + 27.7551020408px, 80px);
}
.u-gap-90 {
  gap: min(3.6734693878vw + 31.2244897959px, 90px);
}
.u-gap-row-90 {
  row-gap: min(3.6734693878vw + 31.2244897959px, 90px);
}
.u-gap-col-90 {
  column-gap: min(3.6734693878vw + 31.2244897959px, 90px);
}
.u-gap-100 {
  gap: min(4.0816326531vw + 34.693877551px, 100px);
}
.u-gap-row-100 {
  row-gap: min(4.0816326531vw + 34.693877551px, 100px);
}
.u-gap-col-100 {
  column-gap: min(4.0816326531vw + 34.693877551px, 100px);
}

.p-index_preparation__img img {
  width: 100%;
  max-width: none;
}
.p-index_preparation__text {
  display: flex;
  justify-content: flex-end;
  margin: 0.4em 0;
  font-size: min(8.4897959184vw + 1.1352040816rem, 9.625rem);
}
.p-index_preparation__text img {
  height: 1em;
}

.p-index_kv {
  width: 100%;
  padding-block: min(8.9795918367vw + 46.3265306122px, 190px) min(7.3469387755vw + 52.4489795918px, 170px);
  position: relative;
}
.p-index_kv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 110vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../../img/common/parts/pattern_plus.png);
  background-repeat: repeat;
  background-size: min(0.8163265306vw + 16.9387755102px, 30px);
  z-index: -1;
  opacity: 0;
  scale: 0.95;
  transition: all 0.85s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media only screen and (max-width: 767px) {
  .p-index_kv::before {
    aspect-ratio: 1358/1600;
    width: 182vw;
  }
}
.p-index_kv__main {
  text-align: center;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .p-index_kv__main {
    inline-size: min(19.8367346939vw + 205.612244898px, 523px);
  }
}
.p-index_kv__copy {
  position: absolute;
  top: max(-3.6734693878vw + -31.2244897959px, -90px);
  right: -140px;
  opacity: 0;
  translate: 0 20px;
  transition: all 0.4s ease 0.85s;
}
@media only screen and (max-width: 767px) {
  .p-index_kv__copy {
    position: static;
    margin-block-end: min(0.4081632653vw + 13.4693877551px, 20px);
    inline-size: min(10.612244898vw + 160.2040816327px, 330px);
    margin-inline: auto;
  }
}
.p-index_kv__title {
  margin-block-end: min(1.6326530612vw + 13.8775510204px, 40px);
  opacity: 0;
  scale: 0.8;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}
.p-index_kv__date {
  opacity: 0;
  translate: 0 20px;
  transition: all 0.4s ease 0.7s;
}
@media only screen and (max-width: 767px) {
  .p-index_kv__date {
    inline-size: min(15.5102040816vw + 131.8367346939px, 380px);
    margin-inline: auto;
  }
}
.p-index_kv__particle {
  position: absolute;
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
.p-index_kv__particle.-left {
  top: min(13.0612244898vw + -38.9795918367px, 170px);
  left: min(14.2857142857vw + -88.5714285714px, 140px);
  opacity: 0;
  scale: 0.8;
  rotate: 5deg;
}
@media only screen and (max-width: 767px) {
  .p-index_kv__particle.-left {
    inline-size: min(9.6326530612vw + 81.8775510204px, 236px);
  }
}
.p-index_kv__particle.-right {
  top: min(5.7959183673vw + -6.7346938776px, 86px);
  right: min(11.4285714286vw + -62.8571428571px, 120px);
  opacity: 0;
  scale: 0.8;
  rotate: -5deg;
}
@media only screen and (max-width: 767px) {
  .p-index_kv__particle.-right {
    inline-size: min(9.0612244898vw + 77.0204081633px, 222px);
  }
}
.p-index_kv.is-loaded::before {
  opacity: 1;
  scale: 1;
}
.p-index_kv.is-loaded .p-index_kv__copy {
  opacity: 1;
  translate: 0 0;
}
.p-index_kv.is-loaded .p-index_kv__title {
  opacity: 1;
  scale: 1;
}
.p-index_kv.is-loaded .p-index_kv__date {
  opacity: 1;
  translate: 0 0;
}
.p-index_kv.is-loaded .p-index_kv__particle.-left, .p-index_kv.is-loaded .p-index_kv__particle.-right {
  opacity: 1;
  scale: 1;
  rotate: 0deg;
}

.p-index_about {
  position: relative;
  z-index: 0;
}
.p-index_about__bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1437px;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 1599px) {
  .p-index_about__bg {
    width: min(76.4897959184vw + 213.1632653061px, 1437px);
    top: min(3.6734693878vw + 31.2244897959px, 90px);
  }
}
.p-index_about__bg > img {
  width: 100%;
  max-width: none;
}
.p-index_about__bg__obj {
  position: absolute;
}
.p-index_about__bg__obj.-obj01 {
  top: 27%;
  left: 7%;
  width: 10%;
}
.p-index_about__bg__obj.-obj02 {
  top: 24%;
  right: 7%;
  width: 16%;
}

.p-index_student-works {
  position: relative;
}
.p-index_student-works:before {
  content: "";
  width: 100%;
  height: 280px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) skewY(-8deg);
  z-index: -1;
}
@media only screen and (max-width: 1599px) {
  .p-index_student-works:before {
    height: min(11.4285714286vw + 97.1428571429px, 280px);
  }
}

.p-index_real-online {
  position: relative;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1599px) {
  .p-index_real-online {
    padding-bottom: min(8.1632653061vw + 69.387755102px, 200px);
  }
}
.p-index_real-online:before {
  content: "";
  width: 100%;
  background-color: #dffd08;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  transform: skewY(-8deg);
  z-index: -10;
}
.p-index_real-online:after {
  content: "";
  width: 1600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../../img/index/real-online_bg@2x.png) no-repeat center;
  background-size: cover;
  aspect-ratio: 1600/3084;
  z-index: -1;
}
@media only screen and (max-width: 1599px) {
  .p-index_real-online:after {
    width: min(65.306122449vw + 555.1020408163px, 1600px);
  }
}
.p-index_real-online .c-heading01 {
  margin-bottom: 110px;
}
@media only screen and (max-width: 1599px) {
  .p-index_real-online .c-heading01 {
    margin-bottom: min(4.4897959184vw + 38.1632653061px, 110px);
  }
}
@media only screen and (max-width: 767px) {
  .p-index_real-online__column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: min(3.2653061224vw + 17.7551020408px, 70px) min(0.8163265306vw + 11.9387755102px, 25px);
  }
}
@media only screen and (max-width: 767px) {
  .p-index_real-online__column .c-guest_column {
    display: contents;
  }
}

.p-index_company__date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
@media only screen and (max-width: 767px) {
  .p-index_company__date {
    flex-direction: column;
    gap: 1em;
  }
}
.p-index_company .c-company {
  max-inline-size: 100%;
  grid-template-columns: min(36.7346938776vw + 62.2448979592px, 650px) auto;
}
@media only screen and (max-width: 767px) {
  .p-index_company .c-company {
    grid-template-columns: 1fr;
  }
}
.p-index_company .c-company__text .title {
  margin-block-end: min(0.2448979592vw + 9.0816326531px, 13px);
}
.p-index_company .c-company__logo img {
  inline-size: min(6.9387755102vw + 138.9795918367px, 250px);
}
@media only screen and (max-width: 767px) {
  .p-index_company .c-company__logo {
    flex-direction: row;
  }
}

.p-index_place {
  position: relative;
  z-index: 0;
}
.p-index_place__inner {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media only screen and (max-width: 1599px) {
  .p-index_place__inner {
    gap: min(2.8571428571vw + 24.2857142857px, 70px);
  }
}
@media only screen and (max-width: 1023px) {
  .p-index_place__inner {
    flex-direction: column;
  }
}
.p-index_place__img {
  flex: 660;
}
@media only screen and (max-width: 1023px) {
  .p-index_place__img {
    width: 100%;
  }
}
.p-index_place__img img {
  width: 100%;
  height: auto;
}
.p-index_place__textarea {
  flex: 480;
}
@media only screen and (max-width: 1023px) {
  .p-index_place__textarea {
    width: 100%;
  }
}
.p-index_place__bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1437px;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 1599px) {
  .p-index_place__bg {
    width: min(76.4897959184vw + 213.1632653061px, 1437px);
    top: min(3.6734693878vw + 31.2244897959px, 90px);
  }
}
.p-index_place__bg > img {
  width: 100%;
  max-width: none;
}
.p-index_place__bg__obj {
  position: absolute;
}
.p-index_place__bg__obj.-obj01 {
  top: 27%;
  left: 7%;
  width: 10%;
}
.p-index_place__bg__obj.-obj02 {
  top: 24%;
  right: 7%;
  width: 16%;
}

.p-index_place_dl01 {
  display: flex;
  align-items: flex-start;
}
.p-index_place_dl01 + .p-index_place_dl01 {
  margin-top: 50px;
}
@media only screen and (max-width: 1599px) {
  .p-index_place_dl01 + .p-index_place_dl01 {
    margin-top: min(2.0408163265vw + 17.3469387755px, 50px);
  }
}
.p-index_place_dl01__head {
  line-height: 1.5;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  width: 5.416em;
  font-size: min(0.6530612245vw + 0.8469387755rem, 1.5rem);
}
.p-index_place_dl01__head .c-ico {
  margin-top: 0.45em;
  font-size: 0.833em;
}
.p-index_place_dl01__body .place {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.2em;
  font-size: min(1.1428571429vw + 0.6071428571rem, 1.75rem);
}
.p-index_place_dl01__body .c-label01 {
  margin-top: 1em;
}
.p-index_place_dl01__body .c-date-time01 + .c-date-time01 {
  margin-top: 0.5em;
}

.p-index_feature {
  position: relative;
  z-index: 0;
}
.p-index_feature__media {
  display: flex;
  align-items: center;
  max-inline-size: 995px;
  inline-size: 100%;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .p-index_feature__media {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
.p-index_feature__media + .p-index_feature__media {
  margin-top: 80px;
}
@media only screen and (max-width: 1599px) {
  .p-index_feature__media + .p-index_feature__media {
    margin-top: min(3.2653061224vw + 27.7551020408px, 80px);
  }
}
.p-index_feature__media__textarea {
  position: absolute;
  inline-size: fit-content;
  left: 0;
  top: min(3.5918367347vw + 6.5306122449px, 64px);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-index_feature__media__textarea {
    position: static;
    margin-block-start: max(-1.6326530612vw + -13.8775510204px, -40px);
    inline-size: 100%;
  }
}
.-reverse .p-index_feature__media__textarea {
  left: auto;
  right: 0;
}
.p-index_feature__media__img {
  inline-size: min(26.1224489796vw + 222.0408163265px, 640px);
  position: relative;
  margin-inline-start: auto;
}
@media only screen and (max-width: 767px) {
  .p-index_feature__media__img {
    inline-size: 100%;
  }
}
.p-index_feature__media__img:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  position: absolute;
  top: min(0.2448979592vw + 2.0816326531px, 6px);
  left: min(0.2448979592vw + 2.0816326531px, 6px);
}
@media only screen and (max-width: 767px) {
  .p-index_feature__media__img:after {
    display: none;
  }
}
.p-index_feature__media__img img {
  width: 100%;
  max-width: none;
}
.-reverse .p-index_feature__media__img {
  margin-inline-start: 0;
}
.-reverse .p-index_feature__media__img::after {
  left: max(-0.2448979592vw + -2.0816326531px, -6px);
}
@media only screen and (max-width: 767px) {
  .-reverse .p-index_feature__media__img::after {
    left: min(0.2448979592vw + 2.0816326531px, 6px);
  }
}
.p-index_feature__media__index {
  font-weight: 700;
  display: flex;
  margin-bottom: 0.3em;
  font-size: min(2.8571428571vw + 1.5178571429rem, 4.375rem);
}
.p-index_feature__media__index:before {
  content: "#";
  font-weight: 400;
}
.p-index_feature__media__copy {
  font-weight: 700;
  font-size: min(1.7361111111vw + 0.1399739583rem, 1.875rem);
}
@media only screen and (max-width: 1023px) {
  .p-index_feature__media__copy {
    font-size: min(1.2244897959vw + 0.6505102041rem, 1.875rem);
  }
}
.p-index_feature__media__copy span {
  display: inline;
  padding: 0.3em 0.5em;
  background-color: #fff;
  line-height: 2.3;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.p-index_feature__media__title {
  color: #fff;
  position: absolute;
  top: -0.9em;
  right: -0.6em;
  writing-mode: vertical-rl;
  font-size: min(2.7755102041vw + 0.9744897959rem, 3.75rem);
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .p-index_feature__media__title {
    top: 0.352em;
    right: 0.1em;
    opacity: 0.6 !important;
  }
}
.-reverse .p-index_feature__media__title {
  right: auto;
  left: -0.3em;
  top: auto;
  bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .-reverse .p-index_feature__media__title {
    left: auto;
    bottom: auto;
    top: 0.352em;
    right: 0.1em;
  }
}
.p-index_feature__media.js-anim_elm .p-index_feature__media__textarea {
  overflow: hidden;
}
.p-index_feature__media.js-anim_elm .p-index_feature__media__copy {
  position: relative;
  opacity: 0;
  transition-duration: 0.1s;
}
.p-index_feature__media.js-anim_elm .p-index_feature__media__copy:before {
  content: "";
  background-color: #231815;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(0);
  transition-duration: 0.5s;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: transform;
}
.p-index_feature__media.js-anim_elm.is-act .p-index_feature__media__copy {
  opacity: 1;
}
.p-index_feature__media.js-anim_elm.is-act .p-index_feature__media__copy:before {
  transform: translateX(-100%);
}
.p-index_feature__bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1437px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 1599px) {
  .p-index_feature__bg {
    width: min(76.4897959184vw + 213.1632653061px, 1437px);
    top: 40%;
  }
}
.p-index_feature__bg > img {
  width: 100%;
  max-width: none;
}
.p-index_feature__bg__obj {
  position: absolute;
}
.p-index_feature__bg__obj.-obj01 {
  top: 27%;
  left: 7%;
  width: 10%;
}
.p-index_feature__bg__obj.-obj02 {
  top: 24%;
  right: 7%;
  width: 16%;
}

.p-index_youtube {
  position: relative;
  z-index: 10;
  padding-top: 140px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1599px) {
  .p-index_youtube {
    padding-top: min(1.6326530612vw + 113.8775510204px, 140px);
    padding-bottom: min(8.1632653061vw + 69.387755102px, 200px);
  }
}
.p-index_youtube:before {
  content: "";
  width: 100%;
  background-color: #da2916;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  transform: skewY(-8deg);
  z-index: -10;
}
.p-index_youtube__head {
  padding-top: 200px;
  position: relative;
}
@media only screen and (max-width: 1599px) {
  .p-index_youtube__head {
    padding-top: min(8.1632653061vw + 69.387755102px, 200px);
  }
}
.p-index_youtube__obj {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 780px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1599px) {
  .p-index_youtube__obj {
    width: min(31.8367346939vw + 270.612244898px, 780px);
  }
}
.p-index_youtube__obj img {
  width: 100%;
  max-width: none;
}
.p-index_youtube__obj.js-anim_elm.is-act {
  opacity: 0.3;
}
.p-index_youtube__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: min(2.4489795918vw + 10.8163265306px, 50px);
}
@media only screen and (max-width: 767px) {
  .p-index_youtube__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.p-index_youtube__slider .swiper-slide {
  width: min(21.2244897959vw + 260.4081632653px, 600px);
  padding-inline: min(0.8163265306vw + 1.9387755102px, 15px);
}

.p-index_youtube_block {
  position: relative;
  z-index: 10;
  color: #fff;
}
.p-index_youtube_block__title {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4em 0.8em;
  font-size: min(0.7346938776vw + 0.7653061224rem, 1.5rem);
}
.p-index_youtube_block__label {
  display: inline-block;
  color: #231815;
  background-color: #fff;
  font-size: 0.666em;
  font-weight: 700;
  line-height: 1;
  padding: 0.5em 1em;
}
.p-index_youtube_block .c-date-time01 {
  margin-bottom: 0.5em;
}
.p-index_youtube_block.-l {
  max-width: 1000px;
  margin: 0 auto;
}
.p-index_youtube_block.-l .p-index_youtube_block__title {
  font-size: min(1.0612244898vw + 0.6887755102rem, 1.75rem);
}

.p-index_youtube_block_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 80px;
}
@media only screen and (max-width: 1599px) {
  .p-index_youtube_block_list {
    gap: min(2.0408163265vw + 17.3469387755px, 50px);
    margin-top: min(3.2653061224vw + 27.7551020408px, 80px);
  }
}
@media only screen and (max-width: 767px) {
  .p-index_youtube_block_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-index_timetable {
  padding-top: 270px;
  padding-bottom: 140px;
  margin-top: -140px;
  background-image: url(../../img/common/parts/pattern_plus@2x.png);
  background-repeat: repeat;
  background-size: 30px;
}
@media only screen and (max-width: 1599px) {
  .p-index_timetable {
    padding-top: min(11.0204081633vw + 93.6734693878px, 270px);
    padding-bottom: min(5.7142857143vw + 48.5714285714px, 140px);
    margin-top: max(-5.7142857143vw + -48.5714285714px, -140px);
    background-size: min(1.2244897959vw + 10.4081632653px, 30px);
  }
}
.p-index_timetable .c-heading01 {
  z-index: 10;
}
.p-index_timetable__inner {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 40px;
}
@media only screen and (max-width: 1599px) {
  .p-index_timetable__inner {
    gap: min(3.2653061224vw + 27.7551020408px, 80px) min(1.6326530612vw + 13.8775510204px, 40px);
  }
}
@media only screen and (max-width: 1023px) {
  .p-index_timetable__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-index_timetable_block__head {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1599px) {
  .p-index_timetable_block__head {
    margin-bottom: min(2.0408163265vw + 17.3469387755px, 50px);
  }
}
.p-index_timetable_block__head .c-date-time01 {
  position: relative;
  padding-bottom: 0.3em;
  font-size: min(1.9591836735vw + 1.4158163265rem, 3.375rem);
}
.p-index_timetable_block__head .c-date-time01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #d51164 0%, #0074c0 100%);
}
@media only screen and (max-width: 1599px) {
  .p-index_timetable_block__head .c-date-time01:after {
    height: min(0.2448979592vw + 2.0816326531px, 6px);
  }
}
.p-index_timetable_block__head.js-anim_elm .c-date-time01 {
  overflow: hidden;
}
.p-index_timetable_block__head.js-anim_elm .c-date-time01:after {
  transform: translateX(-100%);
  transition-duration: 0.3s;
}
.p-index_timetable_block__head.js-anim_elm.is-act .c-date-time01:after {
  transform: translateX(0);
}

.p-index_cta {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-index_cta {
    padding-block-start: min(3.2653061224vw + 87.7551020408px, 140px);
  }
}
.p-index_cta::before {
  content: "";
  display: block;
  inline-size: 101vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
  background-color: #fff;
}
.p-index_cta::after {
  content: "";
  display: block;
  position: absolute;
  top: 50vw;
  left: 50%;
  translate: -50% 0;
  background-color: #fff;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.p-index_cta__head {
  position: relative;
}
.p-index_cta__head::before, .p-index_cta__head::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-index_cta__head::before {
  background-image: url(../../img/index/cta_particle01@2x.png);
  inline-size: min(8.3265306122vw + 98.7755102041px, 232px);
  aspect-ratio: 232/329;
  top: min(0vw + 20px, 20px);
  left: min(13.8775510204vw + -112.0408163265px, 110px);
}
@media only screen and (max-width: 767px) {
  .p-index_cta__head::before {
    rotate: 10deg;
  }
}
.p-index_cta__head::after {
  background-image: url(../../img/index/cta_particle02@2x.png);
  inline-size: min(8.3265306122vw + 98.7755102041px, 232px);
  aspect-ratio: 232/329;
  top: min(8.1632653061vw + -90.612244898px, 40px);
  right: min(12.2448979592vw + -95.9183673469px, 100px);
}
@media only screen and (max-width: 767px) {
  .p-index_cta__head::after {
    rotate: -16deg;
  }
}
.p-index_cta__kv {
  inline-size: min(21.6326530612vw + 198.8775510204px, 545px);
  margin-inline: auto;
}
.p-index_cta__link {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.p-index_cta__link::before, .p-index_cta__link::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-index_cta__link::before {
  background-image: url(../../img/index/cta_button_particle01@2x.png);
  inline-size: min(4.8979591837vw + 41.6326530612px, 120px);
  aspect-ratio: 121/130;
  top: max(-2.4489795918vw + -30.8163265306px, -70px);
  left: max(-4.0816326531vw + -44.693877551px, -110px);
}
.p-index_cta__link::after {
  background-image: url(../../img/index/cta_button_particle02@2x.png);
  inline-size: min(4.6530612245vw + 38.5510204082px, 113px);
  aspect-ratio: 113/130;
  top: max(-2.4489795918vw + -30.8163265306px, -70px);
  right: max(-3.2653061224vw + -47.7551020408px, -100px);
}
.p-index_cta__en {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.6em;
  font-size: min(1.306122449vw + 0.943877551rem, 2.25rem);
}
.p-index_cta__en img {
  height: 1em;
}

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