@charset "UTF-8";
/*
Theme Name: ZAKKA KANDENSV THEME
Theme URI: https://zakka.kandensv-newproject.com/
Description: 関電サービス株式会社 まちの小さな雑貨市 公式サイト.
Author:
Author URI: 
Version: 1.1.2
.
. 関電サービス株式会社 まちの小さな雑貨市 公式サイト
.
*/
/* 変数
------------------------------------*/
:root {
  --color-green: #CBEF44;
  --color-blue: #34BCF8;
  --color-orange: #F67F2C;
  --color-font: #333333;
  --color-normal: #333333;
  --normal_white: #fff;
  --normal-black: #333333;
  --normal_gray: #DFDFDF;
  --button-disabled_box: #A6A6A6;
}

/* 外部CSS
------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* 共通パーツ
------------------------------------*/
html {
  height: 100%;
  width: 100%;
}

/* safari css hack */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1px) {
  html {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
body {
  background: transparent;
  color: var(--color-normal);
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: “palt” 1;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  letter-spacing: 2.1px;
  line-height: 250%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  body {
    min-width: 320px;
    overflow-x: hidden;
  }
}
body.is-fixed {
  overflow-y: hidden;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

input {
  border-radius: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

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

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

button,
input[type=submit],
a {
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
button,
input[type=button] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
button::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
button:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.c-preload * {
  transition: none !important;
}

.c-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.c-header.is-event.is-drawer-open .c-header__inner::before {
  height: 100%;
}
.c-header.is-event.is-drawer-open .c-header__inner::after {
  display: none;
}
.c-header.is-event .c-header__inner::before {
  height: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header.is-event .c-header__inner::before {
    height: calc(100% - 20px);
  }
}
.c-header.is-drawer-open .c-header__event {
  display: block;
  margin: -24px 0 0;
}
.c-header.is-drawer-open .c-header__event::before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.c-header .c-header__inner {
  align-items: center;
  display: flex;
  height: 102px;
  justify-content: space-between;
  padding: 0 min(3.7857142857vw, 53px);
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__inner {
    align-items: flex-start;
    height: 80px;
    padding: 18px 20px;
  }
}
.c-header .c-header__inner::before {
  background: #fff;
  content: "";
  display: block;
  height: calc(100% - 20px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.c-header .c-header__inner::after {
  background: url("images/bg-wave.svg") repeat-x left top;
  content: "";
  display: block;
  fill: var(--normal_white);
  filter: blur(0.5px) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  z-index: -2;
}
.c-header .c-header__logo {
  min-width: 220px;
  width: min(17.8571428571vw, 250px);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__logo {
    min-width: unset;
    width: 185px;
  }
}
.c-header .c-header__logo a {
  display: block;
  line-height: 0;
}
.c-header .c-header__nav {
  padding: 0 20px;
  width: 40%;
}
.c-header .c-header__nav.is-long {
  width: auto;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__nav {
    display: none;
  }
}
.c-header .c-header__nav .c-header__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 min(2.1428571429vw, 30px);
  list-style: none;
}
.c-header .c-header__nav .c-header__nav-list li a {
  color: #000;
  display: inline-block;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  padding: min(0.7142857143vw, 10px) 0;
}
.c-header .c-header__nav .c-header__nav-list li a:hover {
  opacity: 0.5;
}
.c-header .c-header__right {
  align-items: center;
  display: flex;
  gap: min(2.1428571429vw, 30px);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__right {
    display: none;
  }
}
.c-header .c-header__sns {
  display: flex;
}
.c-header .c-header__sns li {
  list-style: none;
}
.c-header .c-header__sns li a {
  display: block;
  line-height: 0;
  padding: min(0.5714285714vw, 8px);
}
.c-header .c-header__sns li a:hover {
  opacity: 0.5;
}
.c-header .c-header__link {
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 250%; /* 25px */
  padding: 10px 0;
  text-decoration-line: underline;
}
.c-header .c-header__link:hover {
  text-decoration: none;
}
.c-header .c-header__buttons {
  display: flex;
  gap: min(0.7857142857vw, 11px);
  list-style: none;
}
.c-header .c-header__buttons li {
  width: 205px;
}
.c-header .c-header__event {
  align-items: flex-end;
  display: flex;
  padding: 4px 0 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__event {
    display: none;
    padding: 13px 0 0;
  }
}
.c-header .c-header__event::before {
  background: var(--color-orange);
  content: "";
  display: block;
  height: 20px;
  margin: 0px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.c-header .c-header__event::after {
  background: url("images/bg-wave-orange.svg") repeat-x center left;
  content: "";
  display: block;
  fill: var(--normal_white);
  filter: blur(0.5px) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  height: 20px;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  z-index: -2;
}
.c-header .c-header__event .c-header__event-text {
  color: var(--normal_white);
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  padding: 0 30px;
  text-align: center;
  width: 100%;
}
.c-header .c-header__event .c-header__event-text i {
  font-style: normal;
}
.c-header .c-header__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  height: 50px;
  outline: none;
  position: fixed;
  right: 20px;
  top: 8px;
  width: 80px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__hamburger {
    display: flex;
  }
}
.c-header .c-header__hamburger::after {
  content: "MENU";
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.c-header .c-header__hamburger.is-active::after {
  content: "CLOSE";
  left: 30px;
}
.c-header .c-header__hamburger.is-active img:nth-child(1) {
  transform: translate3d(0, 4px, 0) rotate(45deg);
}
.c-header .c-header__hamburger.is-active img:nth-child(2) {
  display: none;
}
.c-header .c-header__hamburger.is-active img:nth-child(3) {
  transform: translate3d(-1px, -5px, 0) rotate(-45deg);
}

.c-footer {
  border-top: 1px solid var(--normal_gray);
  padding: 50px 20px;
}
@media screen and (max-width: 650px) {
  .c-footer {
    padding: 30px 20px;
  }
}
.c-footer .c-footer__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 440px;
}
.c-footer .c-footer__logo {
  margin: 35px 0 0;
}
@media screen and (max-width: 650px) {
  .c-footer .c-footer__logo {
    width: 214px;
  }
}
.c-footer .c-footer__name {
  font-family: "Zen Kaku Gothic New";
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2.5px;
  line-height: normal;
  margin: 25px 0 0;
}
@media screen and (max-width: 650px) {
  .c-footer .c-footer__name {
    margin: 29px 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 365px) {
  .c-footer .c-footer__name {
    font-size: 22px;
  }
}
.c-footer .c-footer__text {
  color: var(--color-normal);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  margin: 9px 0 0;
}
.c-footer .c-footer__brand {
  margin: 44px 0 0;
}
@media screen and (max-width: 650px) {
  .c-footer .c-footer__brand {
    margin: 29px 0 0;
    width: 335px;
  }
}
.c-footer .c-footer__line {
  margin: 45px auto 0;
}
.c-footer .c-footer__line a {
  display: block;
  margin: 8px auto 0;
  width: 145px;
}
.c-footer .c-footer__line a:hover {
  opacity: 0.7;
}
.c-footer .c-footer__line a img {
  display: block;
  height: auto;
  width: 100%;
}

.c-headline__page {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 30px;
  font-weight: 700;
  line-height: 150%; /* 45px */
  letter-spacing: 3px;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 650px) {
  .c-headline__page.is-sp-small {
    font-size: 27px;
  }
}
@media screen and (max-width: 365px) {
  .c-headline__page.is-sp-small {
    font-size: 20px;
  }
}

.c-headline__section {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 30px;
  font-weight: 700;
  line-height: 150%; /* 45px */
  letter-spacing: 3px;
  text-align: center;
}

.c-wrap {
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.c-contents {
  margin: 0 auto;
  padding: 92px 20px 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents {
    padding: 68px 20px 0;
  }
}

.c-loader {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.6s ease;
  width: 100%;
  z-index: 1000;
}
.c-loader.is-show {
  opacity: 1;
}
.c-loader.is-hide {
  opacity: 0;
  pointer-events: none;
}
.c-sidebar {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: fixed;
  right: 55px;
  top: 47%;
  transform: translate3d(0, -30%, 0);
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-sidebar {
    right: 0;
    top: 70%;
    transform: translate3d(0, 0, 0);
  }
}
.c-sidebar .c-sidebar__contact {
  background: #fff;
  border: 2px solid var(--color-font);
  border-radius: 22px;
  display: inline-block;
  color: var(--normal-black, var(--color-font));
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 106%; /* 14.84px */
  padding: 15px 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-sidebar .c-sidebar__contact {
    border-radius: 10px 0 0 10px;
    border-right: none;
    padding: 15px 17px 15px 12px;
  }
}
.c-sidebar .c-sidebar__contact:hover {
  background: var(--color-font);
  color: #fff;
}
.c-sidebar .c-sidebar__contact:hover svg path {
  fill: #fff;
}
.c-sidebar .c-sidebar__contact svg {
  margin: 0 0 2px;
}
.c-sidebar .c-sidebar__contact svg path {
  transition: fill 0.3s ease;
}
.c-sidebar .c-sidebar__sns {
  background-color: #CBEF44;
  border: 2px solid #333333;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  margin: -42px 0 0;
  padding: 50px 0 10px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-sidebar .c-sidebar__sns {
    display: none;
  }
}
.c-sidebar .c-sidebar__sns.is-bulue {
  background-color: #34BCF8;
}
.c-sidebar .c-sidebar__sns li a {
  padding: 10px 6.5px;
  transition: opacity 0.3s ease;
}
.c-sidebar .c-sidebar__sns li a:hover {
  opacity: 0.7;
}
.c-sidebar .c-sidebar__sus-heading {
  align-items: center;
  background-color: #333333;
  border-radius: 50px;
  color: #CBEF44;
  display: flex;
  font-size: 9px;
  font-weight: 600;
  flex-direction: column;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  padding: 7px 0 9px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-sidebar .c-sidebar__sus-heading {
    display: none;
  }
}
.c-sidebar .c-sidebar__sus-heading.is-bulue {
  color: #34BCF8;
}
.c-sidebar .c-sidebar__button {
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: normal;
  text-align: center;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-sidebar .c-sidebar__button {
    display: none;
  }
}
.c-sidebar .c-sidebar__button img {
  margin: 0 0 8px;
  transform: rotate(-90deg);
}

.c-block__event {
  position: relative;
}
.c-block__event .c-block__event-headline {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-block__event .c-block__event-headline img {
    width: 137px;
  }
}
.c-block__event .c-block__event-headline svg {
  margin: 15px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-block__event .c-block__event-headline svg {
    margin: -25px -20px 0;
    max-width: 375px;
    width: calc(100% + 40px);
  }
}
.c-block__event .c-block__event-date {
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-block__event .c-block__event-date {
    margin: -40px 0 0;
  }
}
.c-block__event .c-block__event-date .c-block__event-date-title {
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 3px;
}
.c-block__event .c-block__event-date .c-block__event-date-date {
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 3px;
}
.c-block__event .c-block__event-date .c-block__event-date-place {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  margin: 10px 0 0;
  text-align: center;
}

.c-block__detail-body {
  margin: 0 auto;
  max-width: 748px;
}
.c-block__detail-body figure {
  margin: 20px 0 0;
}
.c-block__detail-body figure img {
  -webkit-touch-callout: none; /* リンク長押しのポップアップを無効化 */
  width: 100%;
}
.c-block__detail-body figure figcaption {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
}
.c-block__detail-body h2 {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 3px;
  margin: 50px 0 0;
}
.c-block__detail-body h3 {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  margin: 50px 0 0;
}
.c-block__detail-body p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 250%; /* 35px */
  letter-spacing: 2.1px;
  margin: 20px 0 0;
}
.c-block__detail-body a {
  text-decoration: underline;
}
.c-block__detail-body a:hover {
  text-decoration: none;
}
.c-block__detail-body ul {
  list-style: none;
  margin: 50px 0 0;
}
.c-block__detail-body ul li {
  color: #000;
  display: flex;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
}
.c-block__detail-body ul li::before {
  content: "・";
  display: inline;
}
.c-block__detail-body .wp-block-file .wp-block-file__button {
  padding: 0 10px;
  text-decoration: none;
}

.c-breadcrumb {
  margin: 0 calc(50% - 50vw);
  overflow-x: auto;
  padding: 50px 50px 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-breadcrumb {
    margin: 0 auto;
    padding: 30px 0 0;
  }
}
.c-breadcrumb ol {
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.c-breadcrumb ol li {
  align-items: center;
  display: flex;
}
.c-breadcrumb ol li::after {
  content: ">";
  display: inline-block;
  margin: 0;
}
.c-breadcrumb ol li:last-child::after {
  display: none;
}
.c-breadcrumb ol li a, .c-breadcrumb ol li span {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  white-space: nowrap;
}
.c-breadcrumb ol li a:hover {
  opacity: 0.5;
}
.c-bg__green {
  position: relative;
}
.c-bg__green::before {
  background: url("images/bg-green.png") repeat top left/200px;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -3;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-bg__green::before {
    margin: 0 calc(50% - 50vw);
  }
}

.c-bg__orange {
  position: relative;
}
.c-bg__orange::before {
  background: #FFF7F0;
  content: "";
  display: block;
  height: calc(100% + 5px);
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: -5px;
  width: 100vw;
  z-index: -2;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-bg__orange::before {
    margin: 0 calc(50% - 50vw);
  }
}

.c-bg__green-color {
  position: relative;
}
.c-bg__green-color::before {
  background: #F7FFF4;
  content: "";
  display: block;
  height: calc(100% + 5px);
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: -5px;
  width: 100vw;
  z-index: -2;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-bg__green-color::before {
    margin: 0 calc(50% - 50vw);
  }
}

.c-bg__gray {
  position: relative;
}
.c-bg__gray::before {
  background: #F6F6F6;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -3;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-bg__gray::before {
    margin: 0 calc(50% - 50vw);
  }
}

.c-bg__blue {
  position: relative;
}
.c-bg__blue::before {
  background: #F0FAFF;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -2;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-bg__blue::before {
    margin: 0 calc(50% - 50vw);
  }
}

.c-bg__white {
  position: relative;
}
.c-bg__white::before {
  background: #FFF;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -2;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-bg__white::before {
    margin: 0 calc(50% - 50vw);
  }
}

.c-bg__wave {
  position: relative;
}
.c-bg__wave::after {
  background: url("images/bg-wave-large-white.svg") repeat-x center left;
  content: "";
  display: block;
  fill: var(--normal_white, #FFF);
  filter: drop-shadow(0px -10px 10px rgba(0, 0, 0, 0.05));
  height: 39px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: -39px;
  width: 100vw;
  z-index: -3;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-bg__wave::after {
    margin: 0 calc(50% - 50vw);
  }
}
.c-bg__wave.is-orange::after {
  background-image: url("images/bg-wave-large-orange.svg");
}
.c-bg__wave.is-green::after {
  background-image: url("images/bg-wave-large-green.svg");
}

.c-bg__wave-green {
  position: relative;
}
.c-bg__wave-green::after {
  background: url("images/bg-wave-large-green.svg") repeat-x center left;
  content: "";
  display: block;
  fill: var(--normal_white, #FFF);
  filter: drop-shadow(0px -10px 10px rgba(0, 0, 0, 0.05));
  height: 39px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: -39px;
  width: 100vw;
  z-index: -3;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-bg__wave-green::after {
    margin: 0 calc(50% - 50vw);
  }
}

.wp-video {
  position: relative;
  z-index: 0;
}

.c-spacer {
  padding: 1px 0 0;
}

.a-fadein {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
.a-fadein.is-animated {
  animation: fadeIn 2s ease forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.c-list-anchor {
  align-items: center;
  list-style: none;
  display: flex;
  gap: 10px 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 60px 0 80px;
}
@media screen and (max-width: 650px) {
  .c-list-anchor {
    gap: 10px;
  }
}
.c-list-anchor li a {
  align-items: center;
  background: #FFFFFF;
  border: 2px solid #333333;
  border-radius: 45px;
  box-sizing: border-box;
  color: #333333;
  display: flex;
  flex-direction: row;
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  justify-content: center;
  padding: 15px 50px 15px 15px;
  position: relative;
  gap: 5px;
}
.c-list-anchor li a::after {
  content: "";
  background: url("images/arrow.svg") no-repeat center center;
  display: block;
  height: 30px;
  position: absolute;
  top: 9px;
  right: 13px;
  width: 30px;
}

.c-button-primary {
  align-items: center;
  border-radius: 45px;
  border: 2px solid var(--color-font);
  background: var(--normal_white);
  color: var(--normal-black, var(--color-font));
  display: flex;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: normal;
  letter-spacing: normal;
  padding: 11px 0;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 100%;
}
.c-button-primary svg {
  margin: 0 0 0 8px;
}
.c-button-primary svg g {
  fill: var(--color-font);
  transition: fill 0.3s ease;
}
.c-button-primary svg path {
  transition: fill 0.3s ease;
}
.c-button-primary.is-green {
  background: var(--color-green);
}
.c-button-primary.is-light-green {
  background: var(--color-green);
  mix-blend-mode: multiply;
}
.c-button-primary.is-blue {
  background: var(--color-blue);
}
.c-button-primary.is-black {
  background: var(--color-font);
  color: #fff;
}
.c-button-primary.is-black svg path {
  fill: #fff;
}
.c-button-primary.is-black:hover {
  background: #fff;
  color: var(--color-font);
}
.c-button-primary.is-black:hover svg path {
  fill: var(--color-font);
}
.c-button-primary:disabled {
  background: var(--button-disabled_box);
  opacity: 0.35;
}
.c-button-primary:hover {
  background: var(--color-font);
  color: #fff;
}
.c-button-primary:hover svg path,
.c-button-primary:hover svg g {
  fill: #fff;
}

.c-button-label {
  border-radius: 5px;
  border: 1.5px solid transparent;
  background: #A6A6A6;
  color: var(--normal-black);
  display: inline-block;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 140%; /* 14px */
  opacity: 0.7;
  padding: 5px 10px;
}
.c-button-label.is-green {
  background: var(--color-green);
  color: var(--color-font);
}
.c-button-label.is-active {
  border-color: var(--normal-black);
  opacity: 1;
}
.c-button-label.is-active:hover {
  opacity: 1;
}

a.c-button-label:hover,
button.c-button-label:hover {
  opacity: 0.7;
}
@media screen and (max-width: 650px) {
  a.c-button-label:hover,
  button.c-button-label:hover {
    opacity: 1;
  }
}

.c-drawer {
  display: none;
  height: 100vh;
  max-height: 100%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-drawer {
    display: block;
  }
}
.c-drawer.is-active {
  opacity: 1;
  overflow-y: scroll;
  pointer-events: auto;
}

.c-sp-menu__inner {
  background: #fff;
  border-radius: 20px 0 0 20px;
  margin: 0 0 0 auto;
  min-height: 100vh;
  padding: 129px 20px 20px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease;
  width: 100%;
}

.c-sp-menu__main {
  list-style: none;
  margin: 0 0 20px;
  padding: 0 25px;
}
.c-sp-menu__main li {
  text-align: center;
}
.c-sp-menu__main li a {
  color: #000;
  display: inline-block;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  padding: 15px 0;
}
.c-sp-menu__main li a:hover {
  opacity: 0.7;
}

.c-sp-menu__buttons {
  display: flex;
  flex-direction: column;
  gap: 11px;
  list-style: none;
  margin: 0 auto;
  max-width: 205px;
  padding: 0;
}

.c-sp-menu__sns {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.c-sp-menu__sns .c-sp-menu__sns-text {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  margin: 0 0 5px;
}

.c-sp-menu__sns-text {
  margin: 52px 0 5px 0;
}

.c-sp-menu__sns-list {
  background-color: #CBEF44;
  border: 2px solid #333333;
  border-radius: 30px;
  display: inline-flex;
  justify-content: center;
  list-style: none;
  margin: 0 0 16px;
  padding: 5px 18px;
  position: relative;
}
.c-sp-menu__sns-list.is-blue {
  background-color: #34BCF8;
}
.c-sp-menu__sns-list li {
  line-height: 1;
  margin: 0 2px;
}
.c-sp-menu__sns-list li a {
  display: block;
  padding: 6px;
}
.c-sp-menu__sns-list li a:hover {
  opacity: 0.4;
}

.c-sp-menu__sns-icon-text {
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
}

.c-sp-menu__sns-icon {
  display: block;
  height: auto;
  width: 71px;
}

.c-sp-menu__line {
  margin: 40px 0;
}
.c-sp-menu__line .c-sp-menu__line-text {
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 0 0 8px;
  text-align: center;
}
.c-sp-menu__line a {
  display: block;
  margin: 0 auto;
  width: 145px;
}

.c-sp-menu__footer {
  margin: 37px 0 0;
  text-align: center;
}
.c-sp-menu__footer .c-sp-menu__footer-name {
  color: var(--normal-black, var(--color-font));
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: center;
}
.c-sp-menu__footer .c-sp-menu__footer-text {
  color: var(--normal-black, var(--color-font));
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  margin: 9px 0 0;
}
.c-sp-menu__footer .c-sp-menu__footer-logo {
  display: block;
  margin: 30px auto 0;
}
.c-sp-menu__footer .c-sp-menu__footer-brand {
  margin: 30px 0 0;
}

.c-list-default {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 650px) {
  .c-list-default {
    margin: 0 20px;
  }
}
.c-list-default.is-orange dt {
  background: var(--color-orange);
}
.c-list-default dt {
  align-items: center;
  background: #434F38;
  border: 1px solid var(--normal_white);
  color: var(--normal_white);
  display: flex;
  justify-content: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  width: 190px;
}
@media screen and (max-width: 650px) {
  .c-list-default dt {
    padding: 15px 0;
    width: 100%;
  }
}
.c-list-default dd {
  border: 1px solid var(--normal_white);
  background: var(--normal_gray);
  color: var(--normal-black);
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  padding: 15px 25px;
  width: calc(100% - 190px);
}
@media screen and (max-width: 650px) {
  .c-list-default dd {
    width: 100%;
  }
}
.c-list-default dd .p-event-summary__list-button {
  margin: 10px 0 0;
  width: 180px;
}

/* ユーティリティー
------------------------------------*/
/*
    .u-mb-0{
        margin-bottom:0 !important;
    }

    .u-mr-5{
        margin-right:5rem !important;
    }

    .u-mt-15{
        margin-right:15rem !important;
    }
*/
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-1 {
  margin-top: 10px !important;
}

.u-mt-2 {
  margin-top: 20px !important;
}

.u-mt-3 {
  margin-top: 30px !important;
}

.u-mt-4 {
  margin-top: 40px !important;
}

.u-mt-5 {
  margin-top: 50px !important;
}

.u-mt-6 {
  margin-top: 60px !important;
}

.u-mt-7 {
  margin-top: 70px !important;
}

.u-mt-8 {
  margin-top: 80px !important;
}

.u-mt-9 {
  margin-top: 90px !important;
}

.u-mt-10 {
  margin-top: 100px !important;
}

.u-mt-11 {
  margin-top: 110px !important;
}

.u-mt-12 {
  margin-top: 120px !important;
}

.u-mt-13 {
  margin-top: 130px !important;
}

.u-mt-14 {
  margin-top: 140px !important;
}

.u-mt-15 {
  margin-top: 150px !important;
}

.u-mt-16 {
  margin-top: 160px !important;
}

.u-mt-17 {
  margin-top: 170px !important;
}

.u-mt-18 {
  margin-top: 180px !important;
}

.u-mt-19 {
  margin-top: 190px !important;
}

.u-mt-20 {
  margin-top: 200px !important;
}

.u-mt-21 {
  margin-top: 210px !important;
}

.u-mt-22 {
  margin-top: 220px !important;
}

.u-mt-23 {
  margin-top: 230px !important;
}

.u-mt-24 {
  margin-top: 240px !important;
}

.u-mt-25 {
  margin-top: 250px !important;
}

.u-mt-26 {
  margin-top: 260px !important;
}

.u-mt-27 {
  margin-top: 270px !important;
}

.u-mt-28 {
  margin-top: 280px !important;
}

.u-mt-29 {
  margin-top: 290px !important;
}

.u-mt-30 {
  margin-top: 300px !important;
}

.u-mt-31 {
  margin-top: 310px !important;
}

.u-mt-32 {
  margin-top: 320px !important;
}

.u-mt-33 {
  margin-top: 330px !important;
}

.u-mt-34 {
  margin-top: 340px !important;
}

.u-mt-35 {
  margin-top: 350px !important;
}

.u-mt-36 {
  margin-top: 360px !important;
}

.u-mt-37 {
  margin-top: 370px !important;
}

.u-mt-38 {
  margin-top: 380px !important;
}

.u-mt-39 {
  margin-top: 390px !important;
}

.u-mt-40 {
  margin-top: 400px !important;
}

.u-mt-41 {
  margin-top: 410px !important;
}

.u-mt-42 {
  margin-top: 420px !important;
}

.u-mt-43 {
  margin-top: 430px !important;
}

.u-mt-44 {
  margin-top: 440px !important;
}

.u-mt-45 {
  margin-top: 450px !important;
}

.u-mt-46 {
  margin-top: 460px !important;
}

.u-mt-47 {
  margin-top: 470px !important;
}

.u-mt-48 {
  margin-top: 480px !important;
}

.u-mt-49 {
  margin-top: 490px !important;
}

.u-mt-50 {
  margin-top: 500px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-mt-0 {
    margin-top: 0px !important;
  }
  .u-tab-mt-1 {
    margin-top: 10px !important;
  }
  .u-tab-mt-2 {
    margin-top: 20px !important;
  }
  .u-tab-mt-3 {
    margin-top: 30px !important;
  }
  .u-tab-mt-4 {
    margin-top: 40px !important;
  }
  .u-tab-mt-5 {
    margin-top: 50px !important;
  }
  .u-tab-mt-6 {
    margin-top: 60px !important;
  }
  .u-tab-mt-7 {
    margin-top: 70px !important;
  }
  .u-tab-mt-8 {
    margin-top: 80px !important;
  }
  .u-tab-mt-9 {
    margin-top: 90px !important;
  }
  .u-tab-mt-10 {
    margin-top: 100px !important;
  }
  .u-tab-mt-11 {
    margin-top: 110px !important;
  }
  .u-tab-mt-12 {
    margin-top: 120px !important;
  }
  .u-tab-mt-13 {
    margin-top: 130px !important;
  }
  .u-tab-mt-14 {
    margin-top: 140px !important;
  }
  .u-tab-mt-15 {
    margin-top: 150px !important;
  }
  .u-tab-mt-16 {
    margin-top: 160px !important;
  }
  .u-tab-mt-17 {
    margin-top: 170px !important;
  }
  .u-tab-mt-18 {
    margin-top: 180px !important;
  }
  .u-tab-mt-19 {
    margin-top: 190px !important;
  }
  .u-tab-mt-20 {
    margin-top: 200px !important;
  }
  .u-tab-mt-21 {
    margin-top: 210px !important;
  }
  .u-tab-mt-22 {
    margin-top: 220px !important;
  }
  .u-tab-mt-23 {
    margin-top: 230px !important;
  }
  .u-tab-mt-24 {
    margin-top: 240px !important;
  }
  .u-tab-mt-25 {
    margin-top: 250px !important;
  }
  .u-tab-mt-26 {
    margin-top: 260px !important;
  }
  .u-tab-mt-27 {
    margin-top: 270px !important;
  }
  .u-tab-mt-28 {
    margin-top: 280px !important;
  }
  .u-tab-mt-29 {
    margin-top: 290px !important;
  }
  .u-tab-mt-30 {
    margin-top: 300px !important;
  }
  .u-tab-mt-31 {
    margin-top: 310px !important;
  }
  .u-tab-mt-32 {
    margin-top: 320px !important;
  }
  .u-tab-mt-33 {
    margin-top: 330px !important;
  }
  .u-tab-mt-34 {
    margin-top: 340px !important;
  }
  .u-tab-mt-35 {
    margin-top: 350px !important;
  }
  .u-tab-mt-36 {
    margin-top: 360px !important;
  }
  .u-tab-mt-37 {
    margin-top: 370px !important;
  }
  .u-tab-mt-38 {
    margin-top: 380px !important;
  }
  .u-tab-mt-39 {
    margin-top: 390px !important;
  }
  .u-tab-mt-40 {
    margin-top: 400px !important;
  }
  .u-tab-mt-41 {
    margin-top: 410px !important;
  }
  .u-tab-mt-42 {
    margin-top: 420px !important;
  }
  .u-tab-mt-43 {
    margin-top: 430px !important;
  }
  .u-tab-mt-44 {
    margin-top: 440px !important;
  }
  .u-tab-mt-45 {
    margin-top: 450px !important;
  }
  .u-tab-mt-46 {
    margin-top: 460px !important;
  }
  .u-tab-mt-47 {
    margin-top: 470px !important;
  }
  .u-tab-mt-48 {
    margin-top: 480px !important;
  }
  .u-tab-mt-49 {
    margin-top: 490px !important;
  }
  .u-tab-mt-50 {
    margin-top: 500px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mt-1 {
    margin-top: 10px !important;
  }
  .u-sp-mt-2 {
    margin-top: 20px !important;
  }
  .u-sp-mt-3 {
    margin-top: 30px !important;
  }
  .u-sp-mt-4 {
    margin-top: 40px !important;
  }
  .u-sp-mt-5 {
    margin-top: 50px !important;
  }
  .u-sp-mt-6 {
    margin-top: 60px !important;
  }
  .u-sp-mt-7 {
    margin-top: 70px !important;
  }
  .u-sp-mt-8 {
    margin-top: 80px !important;
  }
  .u-sp-mt-9 {
    margin-top: 90px !important;
  }
  .u-sp-mt-10 {
    margin-top: 100px !important;
  }
  .u-sp-mt-11 {
    margin-top: 110px !important;
  }
  .u-sp-mt-12 {
    margin-top: 120px !important;
  }
  .u-sp-mt-13 {
    margin-top: 130px !important;
  }
  .u-sp-mt-14 {
    margin-top: 140px !important;
  }
  .u-sp-mt-15 {
    margin-top: 150px !important;
  }
  .u-sp-mt-16 {
    margin-top: 160px !important;
  }
  .u-sp-mt-17 {
    margin-top: 170px !important;
  }
  .u-sp-mt-18 {
    margin-top: 180px !important;
  }
  .u-sp-mt-19 {
    margin-top: 190px !important;
  }
  .u-sp-mt-20 {
    margin-top: 200px !important;
  }
  .u-sp-mt-21 {
    margin-top: 210px !important;
  }
  .u-sp-mt-22 {
    margin-top: 220px !important;
  }
  .u-sp-mt-23 {
    margin-top: 230px !important;
  }
  .u-sp-mt-24 {
    margin-top: 240px !important;
  }
  .u-sp-mt-25 {
    margin-top: 250px !important;
  }
  .u-sp-mt-26 {
    margin-top: 260px !important;
  }
  .u-sp-mt-27 {
    margin-top: 270px !important;
  }
  .u-sp-mt-28 {
    margin-top: 280px !important;
  }
  .u-sp-mt-29 {
    margin-top: 290px !important;
  }
  .u-sp-mt-30 {
    margin-top: 300px !important;
  }
  .u-sp-mt-31 {
    margin-top: 310px !important;
  }
  .u-sp-mt-32 {
    margin-top: 320px !important;
  }
  .u-sp-mt-33 {
    margin-top: 330px !important;
  }
  .u-sp-mt-34 {
    margin-top: 340px !important;
  }
  .u-sp-mt-35 {
    margin-top: 350px !important;
  }
  .u-sp-mt-36 {
    margin-top: 360px !important;
  }
  .u-sp-mt-37 {
    margin-top: 370px !important;
  }
  .u-sp-mt-38 {
    margin-top: 380px !important;
  }
  .u-sp-mt-39 {
    margin-top: 390px !important;
  }
  .u-sp-mt-40 {
    margin-top: 400px !important;
  }
  .u-sp-mt-41 {
    margin-top: 410px !important;
  }
  .u-sp-mt-42 {
    margin-top: 420px !important;
  }
  .u-sp-mt-43 {
    margin-top: 430px !important;
  }
  .u-sp-mt-44 {
    margin-top: 440px !important;
  }
  .u-sp-mt-45 {
    margin-top: 450px !important;
  }
  .u-sp-mt-46 {
    margin-top: 460px !important;
  }
  .u-sp-mt-47 {
    margin-top: 470px !important;
  }
  .u-sp-mt-48 {
    margin-top: 480px !important;
  }
  .u-sp-mt-49 {
    margin-top: 490px !important;
  }
  .u-sp-mt-50 {
    margin-top: 500px !important;
  }
}
.u-mr-0 {
  margin-right: 0px !important;
}

.u-mr-1 {
  margin-right: 10px !important;
}

.u-mr-2 {
  margin-right: 20px !important;
}

.u-mr-3 {
  margin-right: 30px !important;
}

.u-mr-4 {
  margin-right: 40px !important;
}

.u-mr-5 {
  margin-right: 50px !important;
}

.u-mr-6 {
  margin-right: 60px !important;
}

.u-mr-7 {
  margin-right: 70px !important;
}

.u-mr-8 {
  margin-right: 80px !important;
}

.u-mr-9 {
  margin-right: 90px !important;
}

.u-mr-10 {
  margin-right: 100px !important;
}

.u-mr-11 {
  margin-right: 110px !important;
}

.u-mr-12 {
  margin-right: 120px !important;
}

.u-mr-13 {
  margin-right: 130px !important;
}

.u-mr-14 {
  margin-right: 140px !important;
}

.u-mr-15 {
  margin-right: 150px !important;
}

.u-mr-16 {
  margin-right: 160px !important;
}

.u-mr-17 {
  margin-right: 170px !important;
}

.u-mr-18 {
  margin-right: 180px !important;
}

.u-mr-19 {
  margin-right: 190px !important;
}

.u-mr-20 {
  margin-right: 200px !important;
}

.u-mr-21 {
  margin-right: 210px !important;
}

.u-mr-22 {
  margin-right: 220px !important;
}

.u-mr-23 {
  margin-right: 230px !important;
}

.u-mr-24 {
  margin-right: 240px !important;
}

.u-mr-25 {
  margin-right: 250px !important;
}

.u-mr-26 {
  margin-right: 260px !important;
}

.u-mr-27 {
  margin-right: 270px !important;
}

.u-mr-28 {
  margin-right: 280px !important;
}

.u-mr-29 {
  margin-right: 290px !important;
}

.u-mr-30 {
  margin-right: 300px !important;
}

.u-mr-31 {
  margin-right: 310px !important;
}

.u-mr-32 {
  margin-right: 320px !important;
}

.u-mr-33 {
  margin-right: 330px !important;
}

.u-mr-34 {
  margin-right: 340px !important;
}

.u-mr-35 {
  margin-right: 350px !important;
}

.u-mr-36 {
  margin-right: 360px !important;
}

.u-mr-37 {
  margin-right: 370px !important;
}

.u-mr-38 {
  margin-right: 380px !important;
}

.u-mr-39 {
  margin-right: 390px !important;
}

.u-mr-40 {
  margin-right: 400px !important;
}

.u-mr-41 {
  margin-right: 410px !important;
}

.u-mr-42 {
  margin-right: 420px !important;
}

.u-mr-43 {
  margin-right: 430px !important;
}

.u-mr-44 {
  margin-right: 440px !important;
}

.u-mr-45 {
  margin-right: 450px !important;
}

.u-mr-46 {
  margin-right: 460px !important;
}

.u-mr-47 {
  margin-right: 470px !important;
}

.u-mr-48 {
  margin-right: 480px !important;
}

.u-mr-49 {
  margin-right: 490px !important;
}

.u-mr-50 {
  margin-right: 500px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-mr-0 {
    margin-right: 0px !important;
  }
  .u-tab-mr-1 {
    margin-right: 10px !important;
  }
  .u-tab-mr-2 {
    margin-right: 20px !important;
  }
  .u-tab-mr-3 {
    margin-right: 30px !important;
  }
  .u-tab-mr-4 {
    margin-right: 40px !important;
  }
  .u-tab-mr-5 {
    margin-right: 50px !important;
  }
  .u-tab-mr-6 {
    margin-right: 60px !important;
  }
  .u-tab-mr-7 {
    margin-right: 70px !important;
  }
  .u-tab-mr-8 {
    margin-right: 80px !important;
  }
  .u-tab-mr-9 {
    margin-right: 90px !important;
  }
  .u-tab-mr-10 {
    margin-right: 100px !important;
  }
  .u-tab-mr-11 {
    margin-right: 110px !important;
  }
  .u-tab-mr-12 {
    margin-right: 120px !important;
  }
  .u-tab-mr-13 {
    margin-right: 130px !important;
  }
  .u-tab-mr-14 {
    margin-right: 140px !important;
  }
  .u-tab-mr-15 {
    margin-right: 150px !important;
  }
  .u-tab-mr-16 {
    margin-right: 160px !important;
  }
  .u-tab-mr-17 {
    margin-right: 170px !important;
  }
  .u-tab-mr-18 {
    margin-right: 180px !important;
  }
  .u-tab-mr-19 {
    margin-right: 190px !important;
  }
  .u-tab-mr-20 {
    margin-right: 200px !important;
  }
  .u-tab-mr-21 {
    margin-right: 210px !important;
  }
  .u-tab-mr-22 {
    margin-right: 220px !important;
  }
  .u-tab-mr-23 {
    margin-right: 230px !important;
  }
  .u-tab-mr-24 {
    margin-right: 240px !important;
  }
  .u-tab-mr-25 {
    margin-right: 250px !important;
  }
  .u-tab-mr-26 {
    margin-right: 260px !important;
  }
  .u-tab-mr-27 {
    margin-right: 270px !important;
  }
  .u-tab-mr-28 {
    margin-right: 280px !important;
  }
  .u-tab-mr-29 {
    margin-right: 290px !important;
  }
  .u-tab-mr-30 {
    margin-right: 300px !important;
  }
  .u-tab-mr-31 {
    margin-right: 310px !important;
  }
  .u-tab-mr-32 {
    margin-right: 320px !important;
  }
  .u-tab-mr-33 {
    margin-right: 330px !important;
  }
  .u-tab-mr-34 {
    margin-right: 340px !important;
  }
  .u-tab-mr-35 {
    margin-right: 350px !important;
  }
  .u-tab-mr-36 {
    margin-right: 360px !important;
  }
  .u-tab-mr-37 {
    margin-right: 370px !important;
  }
  .u-tab-mr-38 {
    margin-right: 380px !important;
  }
  .u-tab-mr-39 {
    margin-right: 390px !important;
  }
  .u-tab-mr-40 {
    margin-right: 400px !important;
  }
  .u-tab-mr-41 {
    margin-right: 410px !important;
  }
  .u-tab-mr-42 {
    margin-right: 420px !important;
  }
  .u-tab-mr-43 {
    margin-right: 430px !important;
  }
  .u-tab-mr-44 {
    margin-right: 440px !important;
  }
  .u-tab-mr-45 {
    margin-right: 450px !important;
  }
  .u-tab-mr-46 {
    margin-right: 460px !important;
  }
  .u-tab-mr-47 {
    margin-right: 470px !important;
  }
  .u-tab-mr-48 {
    margin-right: 480px !important;
  }
  .u-tab-mr-49 {
    margin-right: 490px !important;
  }
  .u-tab-mr-50 {
    margin-right: 500px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-mr-1 {
    margin-right: 10px !important;
  }
  .u-sp-mr-2 {
    margin-right: 20px !important;
  }
  .u-sp-mr-3 {
    margin-right: 30px !important;
  }
  .u-sp-mr-4 {
    margin-right: 40px !important;
  }
  .u-sp-mr-5 {
    margin-right: 50px !important;
  }
  .u-sp-mr-6 {
    margin-right: 60px !important;
  }
  .u-sp-mr-7 {
    margin-right: 70px !important;
  }
  .u-sp-mr-8 {
    margin-right: 80px !important;
  }
  .u-sp-mr-9 {
    margin-right: 90px !important;
  }
  .u-sp-mr-10 {
    margin-right: 100px !important;
  }
  .u-sp-mr-11 {
    margin-right: 110px !important;
  }
  .u-sp-mr-12 {
    margin-right: 120px !important;
  }
  .u-sp-mr-13 {
    margin-right: 130px !important;
  }
  .u-sp-mr-14 {
    margin-right: 140px !important;
  }
  .u-sp-mr-15 {
    margin-right: 150px !important;
  }
  .u-sp-mr-16 {
    margin-right: 160px !important;
  }
  .u-sp-mr-17 {
    margin-right: 170px !important;
  }
  .u-sp-mr-18 {
    margin-right: 180px !important;
  }
  .u-sp-mr-19 {
    margin-right: 190px !important;
  }
  .u-sp-mr-20 {
    margin-right: 200px !important;
  }
  .u-sp-mr-21 {
    margin-right: 210px !important;
  }
  .u-sp-mr-22 {
    margin-right: 220px !important;
  }
  .u-sp-mr-23 {
    margin-right: 230px !important;
  }
  .u-sp-mr-24 {
    margin-right: 240px !important;
  }
  .u-sp-mr-25 {
    margin-right: 250px !important;
  }
  .u-sp-mr-26 {
    margin-right: 260px !important;
  }
  .u-sp-mr-27 {
    margin-right: 270px !important;
  }
  .u-sp-mr-28 {
    margin-right: 280px !important;
  }
  .u-sp-mr-29 {
    margin-right: 290px !important;
  }
  .u-sp-mr-30 {
    margin-right: 300px !important;
  }
  .u-sp-mr-31 {
    margin-right: 310px !important;
  }
  .u-sp-mr-32 {
    margin-right: 320px !important;
  }
  .u-sp-mr-33 {
    margin-right: 330px !important;
  }
  .u-sp-mr-34 {
    margin-right: 340px !important;
  }
  .u-sp-mr-35 {
    margin-right: 350px !important;
  }
  .u-sp-mr-36 {
    margin-right: 360px !important;
  }
  .u-sp-mr-37 {
    margin-right: 370px !important;
  }
  .u-sp-mr-38 {
    margin-right: 380px !important;
  }
  .u-sp-mr-39 {
    margin-right: 390px !important;
  }
  .u-sp-mr-40 {
    margin-right: 400px !important;
  }
  .u-sp-mr-41 {
    margin-right: 410px !important;
  }
  .u-sp-mr-42 {
    margin-right: 420px !important;
  }
  .u-sp-mr-43 {
    margin-right: 430px !important;
  }
  .u-sp-mr-44 {
    margin-right: 440px !important;
  }
  .u-sp-mr-45 {
    margin-right: 450px !important;
  }
  .u-sp-mr-46 {
    margin-right: 460px !important;
  }
  .u-sp-mr-47 {
    margin-right: 470px !important;
  }
  .u-sp-mr-48 {
    margin-right: 480px !important;
  }
  .u-sp-mr-49 {
    margin-right: 490px !important;
  }
  .u-sp-mr-50 {
    margin-right: 500px !important;
  }
}
.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-1 {
  margin-bottom: 10px !important;
}

.u-mb-2 {
  margin-bottom: 20px !important;
}

.u-mb-3 {
  margin-bottom: 30px !important;
}

.u-mb-4 {
  margin-bottom: 40px !important;
}

.u-mb-5 {
  margin-bottom: 50px !important;
}

.u-mb-6 {
  margin-bottom: 60px !important;
}

.u-mb-7 {
  margin-bottom: 70px !important;
}

.u-mb-8 {
  margin-bottom: 80px !important;
}

.u-mb-9 {
  margin-bottom: 90px !important;
}

.u-mb-10 {
  margin-bottom: 100px !important;
}

.u-mb-11 {
  margin-bottom: 110px !important;
}

.u-mb-12 {
  margin-bottom: 120px !important;
}

.u-mb-13 {
  margin-bottom: 130px !important;
}

.u-mb-14 {
  margin-bottom: 140px !important;
}

.u-mb-15 {
  margin-bottom: 150px !important;
}

.u-mb-16 {
  margin-bottom: 160px !important;
}

.u-mb-17 {
  margin-bottom: 170px !important;
}

.u-mb-18 {
  margin-bottom: 180px !important;
}

.u-mb-19 {
  margin-bottom: 190px !important;
}

.u-mb-20 {
  margin-bottom: 200px !important;
}

.u-mb-21 {
  margin-bottom: 210px !important;
}

.u-mb-22 {
  margin-bottom: 220px !important;
}

.u-mb-23 {
  margin-bottom: 230px !important;
}

.u-mb-24 {
  margin-bottom: 240px !important;
}

.u-mb-25 {
  margin-bottom: 250px !important;
}

.u-mb-26 {
  margin-bottom: 260px !important;
}

.u-mb-27 {
  margin-bottom: 270px !important;
}

.u-mb-28 {
  margin-bottom: 280px !important;
}

.u-mb-29 {
  margin-bottom: 290px !important;
}

.u-mb-30 {
  margin-bottom: 300px !important;
}

.u-mb-31 {
  margin-bottom: 310px !important;
}

.u-mb-32 {
  margin-bottom: 320px !important;
}

.u-mb-33 {
  margin-bottom: 330px !important;
}

.u-mb-34 {
  margin-bottom: 340px !important;
}

.u-mb-35 {
  margin-bottom: 350px !important;
}

.u-mb-36 {
  margin-bottom: 360px !important;
}

.u-mb-37 {
  margin-bottom: 370px !important;
}

.u-mb-38 {
  margin-bottom: 380px !important;
}

.u-mb-39 {
  margin-bottom: 390px !important;
}

.u-mb-40 {
  margin-bottom: 400px !important;
}

.u-mb-41 {
  margin-bottom: 410px !important;
}

.u-mb-42 {
  margin-bottom: 420px !important;
}

.u-mb-43 {
  margin-bottom: 430px !important;
}

.u-mb-44 {
  margin-bottom: 440px !important;
}

.u-mb-45 {
  margin-bottom: 450px !important;
}

.u-mb-46 {
  margin-bottom: 460px !important;
}

.u-mb-47 {
  margin-bottom: 470px !important;
}

.u-mb-48 {
  margin-bottom: 480px !important;
}

.u-mb-49 {
  margin-bottom: 490px !important;
}

.u-mb-50 {
  margin-bottom: 500px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-tab-mb-1 {
    margin-bottom: 10px !important;
  }
  .u-tab-mb-2 {
    margin-bottom: 20px !important;
  }
  .u-tab-mb-3 {
    margin-bottom: 30px !important;
  }
  .u-tab-mb-4 {
    margin-bottom: 40px !important;
  }
  .u-tab-mb-5 {
    margin-bottom: 50px !important;
  }
  .u-tab-mb-6 {
    margin-bottom: 60px !important;
  }
  .u-tab-mb-7 {
    margin-bottom: 70px !important;
  }
  .u-tab-mb-8 {
    margin-bottom: 80px !important;
  }
  .u-tab-mb-9 {
    margin-bottom: 90px !important;
  }
  .u-tab-mb-10 {
    margin-bottom: 100px !important;
  }
  .u-tab-mb-11 {
    margin-bottom: 110px !important;
  }
  .u-tab-mb-12 {
    margin-bottom: 120px !important;
  }
  .u-tab-mb-13 {
    margin-bottom: 130px !important;
  }
  .u-tab-mb-14 {
    margin-bottom: 140px !important;
  }
  .u-tab-mb-15 {
    margin-bottom: 150px !important;
  }
  .u-tab-mb-16 {
    margin-bottom: 160px !important;
  }
  .u-tab-mb-17 {
    margin-bottom: 170px !important;
  }
  .u-tab-mb-18 {
    margin-bottom: 180px !important;
  }
  .u-tab-mb-19 {
    margin-bottom: 190px !important;
  }
  .u-tab-mb-20 {
    margin-bottom: 200px !important;
  }
  .u-tab-mb-21 {
    margin-bottom: 210px !important;
  }
  .u-tab-mb-22 {
    margin-bottom: 220px !important;
  }
  .u-tab-mb-23 {
    margin-bottom: 230px !important;
  }
  .u-tab-mb-24 {
    margin-bottom: 240px !important;
  }
  .u-tab-mb-25 {
    margin-bottom: 250px !important;
  }
  .u-tab-mb-26 {
    margin-bottom: 260px !important;
  }
  .u-tab-mb-27 {
    margin-bottom: 270px !important;
  }
  .u-tab-mb-28 {
    margin-bottom: 280px !important;
  }
  .u-tab-mb-29 {
    margin-bottom: 290px !important;
  }
  .u-tab-mb-30 {
    margin-bottom: 300px !important;
  }
  .u-tab-mb-31 {
    margin-bottom: 310px !important;
  }
  .u-tab-mb-32 {
    margin-bottom: 320px !important;
  }
  .u-tab-mb-33 {
    margin-bottom: 330px !important;
  }
  .u-tab-mb-34 {
    margin-bottom: 340px !important;
  }
  .u-tab-mb-35 {
    margin-bottom: 350px !important;
  }
  .u-tab-mb-36 {
    margin-bottom: 360px !important;
  }
  .u-tab-mb-37 {
    margin-bottom: 370px !important;
  }
  .u-tab-mb-38 {
    margin-bottom: 380px !important;
  }
  .u-tab-mb-39 {
    margin-bottom: 390px !important;
  }
  .u-tab-mb-40 {
    margin-bottom: 400px !important;
  }
  .u-tab-mb-41 {
    margin-bottom: 410px !important;
  }
  .u-tab-mb-42 {
    margin-bottom: 420px !important;
  }
  .u-tab-mb-43 {
    margin-bottom: 430px !important;
  }
  .u-tab-mb-44 {
    margin-bottom: 440px !important;
  }
  .u-tab-mb-45 {
    margin-bottom: 450px !important;
  }
  .u-tab-mb-46 {
    margin-bottom: 460px !important;
  }
  .u-tab-mb-47 {
    margin-bottom: 470px !important;
  }
  .u-tab-mb-48 {
    margin-bottom: 480px !important;
  }
  .u-tab-mb-49 {
    margin-bottom: 490px !important;
  }
  .u-tab-mb-50 {
    margin-bottom: 500px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-mb-1 {
    margin-bottom: 10px !important;
  }
  .u-sp-mb-2 {
    margin-bottom: 20px !important;
  }
  .u-sp-mb-3 {
    margin-bottom: 30px !important;
  }
  .u-sp-mb-4 {
    margin-bottom: 40px !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 50px !important;
  }
  .u-sp-mb-6 {
    margin-bottom: 60px !important;
  }
  .u-sp-mb-7 {
    margin-bottom: 70px !important;
  }
  .u-sp-mb-8 {
    margin-bottom: 80px !important;
  }
  .u-sp-mb-9 {
    margin-bottom: 90px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 100px !important;
  }
  .u-sp-mb-11 {
    margin-bottom: 110px !important;
  }
  .u-sp-mb-12 {
    margin-bottom: 120px !important;
  }
  .u-sp-mb-13 {
    margin-bottom: 130px !important;
  }
  .u-sp-mb-14 {
    margin-bottom: 140px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 150px !important;
  }
  .u-sp-mb-16 {
    margin-bottom: 160px !important;
  }
  .u-sp-mb-17 {
    margin-bottom: 170px !important;
  }
  .u-sp-mb-18 {
    margin-bottom: 180px !important;
  }
  .u-sp-mb-19 {
    margin-bottom: 190px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 200px !important;
  }
  .u-sp-mb-21 {
    margin-bottom: 210px !important;
  }
  .u-sp-mb-22 {
    margin-bottom: 220px !important;
  }
  .u-sp-mb-23 {
    margin-bottom: 230px !important;
  }
  .u-sp-mb-24 {
    margin-bottom: 240px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 250px !important;
  }
  .u-sp-mb-26 {
    margin-bottom: 260px !important;
  }
  .u-sp-mb-27 {
    margin-bottom: 270px !important;
  }
  .u-sp-mb-28 {
    margin-bottom: 280px !important;
  }
  .u-sp-mb-29 {
    margin-bottom: 290px !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 300px !important;
  }
  .u-sp-mb-31 {
    margin-bottom: 310px !important;
  }
  .u-sp-mb-32 {
    margin-bottom: 320px !important;
  }
  .u-sp-mb-33 {
    margin-bottom: 330px !important;
  }
  .u-sp-mb-34 {
    margin-bottom: 340px !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 350px !important;
  }
  .u-sp-mb-36 {
    margin-bottom: 360px !important;
  }
  .u-sp-mb-37 {
    margin-bottom: 370px !important;
  }
  .u-sp-mb-38 {
    margin-bottom: 380px !important;
  }
  .u-sp-mb-39 {
    margin-bottom: 390px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 400px !important;
  }
  .u-sp-mb-41 {
    margin-bottom: 410px !important;
  }
  .u-sp-mb-42 {
    margin-bottom: 420px !important;
  }
  .u-sp-mb-43 {
    margin-bottom: 430px !important;
  }
  .u-sp-mb-44 {
    margin-bottom: 440px !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 450px !important;
  }
  .u-sp-mb-46 {
    margin-bottom: 460px !important;
  }
  .u-sp-mb-47 {
    margin-bottom: 470px !important;
  }
  .u-sp-mb-48 {
    margin-bottom: 480px !important;
  }
  .u-sp-mb-49 {
    margin-bottom: 490px !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 500px !important;
  }
}
.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-1 {
  margin-left: 10px !important;
}

.u-ml-2 {
  margin-left: 20px !important;
}

.u-ml-3 {
  margin-left: 30px !important;
}

.u-ml-4 {
  margin-left: 40px !important;
}

.u-ml-5 {
  margin-left: 50px !important;
}

.u-ml-6 {
  margin-left: 60px !important;
}

.u-ml-7 {
  margin-left: 70px !important;
}

.u-ml-8 {
  margin-left: 80px !important;
}

.u-ml-9 {
  margin-left: 90px !important;
}

.u-ml-10 {
  margin-left: 100px !important;
}

.u-ml-11 {
  margin-left: 110px !important;
}

.u-ml-12 {
  margin-left: 120px !important;
}

.u-ml-13 {
  margin-left: 130px !important;
}

.u-ml-14 {
  margin-left: 140px !important;
}

.u-ml-15 {
  margin-left: 150px !important;
}

.u-ml-16 {
  margin-left: 160px !important;
}

.u-ml-17 {
  margin-left: 170px !important;
}

.u-ml-18 {
  margin-left: 180px !important;
}

.u-ml-19 {
  margin-left: 190px !important;
}

.u-ml-20 {
  margin-left: 200px !important;
}

.u-ml-21 {
  margin-left: 210px !important;
}

.u-ml-22 {
  margin-left: 220px !important;
}

.u-ml-23 {
  margin-left: 230px !important;
}

.u-ml-24 {
  margin-left: 240px !important;
}

.u-ml-25 {
  margin-left: 250px !important;
}

.u-ml-26 {
  margin-left: 260px !important;
}

.u-ml-27 {
  margin-left: 270px !important;
}

.u-ml-28 {
  margin-left: 280px !important;
}

.u-ml-29 {
  margin-left: 290px !important;
}

.u-ml-30 {
  margin-left: 300px !important;
}

.u-ml-31 {
  margin-left: 310px !important;
}

.u-ml-32 {
  margin-left: 320px !important;
}

.u-ml-33 {
  margin-left: 330px !important;
}

.u-ml-34 {
  margin-left: 340px !important;
}

.u-ml-35 {
  margin-left: 350px !important;
}

.u-ml-36 {
  margin-left: 360px !important;
}

.u-ml-37 {
  margin-left: 370px !important;
}

.u-ml-38 {
  margin-left: 380px !important;
}

.u-ml-39 {
  margin-left: 390px !important;
}

.u-ml-40 {
  margin-left: 400px !important;
}

.u-ml-41 {
  margin-left: 410px !important;
}

.u-ml-42 {
  margin-left: 420px !important;
}

.u-ml-43 {
  margin-left: 430px !important;
}

.u-ml-44 {
  margin-left: 440px !important;
}

.u-ml-45 {
  margin-left: 450px !important;
}

.u-ml-46 {
  margin-left: 460px !important;
}

.u-ml-47 {
  margin-left: 470px !important;
}

.u-ml-48 {
  margin-left: 480px !important;
}

.u-ml-49 {
  margin-left: 490px !important;
}

.u-ml-50 {
  margin-left: 500px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-ml-0 {
    margin-left: 0px !important;
  }
  .u-tab-ml-1 {
    margin-left: 10px !important;
  }
  .u-tab-ml-2 {
    margin-left: 20px !important;
  }
  .u-tab-ml-3 {
    margin-left: 30px !important;
  }
  .u-tab-ml-4 {
    margin-left: 40px !important;
  }
  .u-tab-ml-5 {
    margin-left: 50px !important;
  }
  .u-tab-ml-6 {
    margin-left: 60px !important;
  }
  .u-tab-ml-7 {
    margin-left: 70px !important;
  }
  .u-tab-ml-8 {
    margin-left: 80px !important;
  }
  .u-tab-ml-9 {
    margin-left: 90px !important;
  }
  .u-tab-ml-10 {
    margin-left: 100px !important;
  }
  .u-tab-ml-11 {
    margin-left: 110px !important;
  }
  .u-tab-ml-12 {
    margin-left: 120px !important;
  }
  .u-tab-ml-13 {
    margin-left: 130px !important;
  }
  .u-tab-ml-14 {
    margin-left: 140px !important;
  }
  .u-tab-ml-15 {
    margin-left: 150px !important;
  }
  .u-tab-ml-16 {
    margin-left: 160px !important;
  }
  .u-tab-ml-17 {
    margin-left: 170px !important;
  }
  .u-tab-ml-18 {
    margin-left: 180px !important;
  }
  .u-tab-ml-19 {
    margin-left: 190px !important;
  }
  .u-tab-ml-20 {
    margin-left: 200px !important;
  }
  .u-tab-ml-21 {
    margin-left: 210px !important;
  }
  .u-tab-ml-22 {
    margin-left: 220px !important;
  }
  .u-tab-ml-23 {
    margin-left: 230px !important;
  }
  .u-tab-ml-24 {
    margin-left: 240px !important;
  }
  .u-tab-ml-25 {
    margin-left: 250px !important;
  }
  .u-tab-ml-26 {
    margin-left: 260px !important;
  }
  .u-tab-ml-27 {
    margin-left: 270px !important;
  }
  .u-tab-ml-28 {
    margin-left: 280px !important;
  }
  .u-tab-ml-29 {
    margin-left: 290px !important;
  }
  .u-tab-ml-30 {
    margin-left: 300px !important;
  }
  .u-tab-ml-31 {
    margin-left: 310px !important;
  }
  .u-tab-ml-32 {
    margin-left: 320px !important;
  }
  .u-tab-ml-33 {
    margin-left: 330px !important;
  }
  .u-tab-ml-34 {
    margin-left: 340px !important;
  }
  .u-tab-ml-35 {
    margin-left: 350px !important;
  }
  .u-tab-ml-36 {
    margin-left: 360px !important;
  }
  .u-tab-ml-37 {
    margin-left: 370px !important;
  }
  .u-tab-ml-38 {
    margin-left: 380px !important;
  }
  .u-tab-ml-39 {
    margin-left: 390px !important;
  }
  .u-tab-ml-40 {
    margin-left: 400px !important;
  }
  .u-tab-ml-41 {
    margin-left: 410px !important;
  }
  .u-tab-ml-42 {
    margin-left: 420px !important;
  }
  .u-tab-ml-43 {
    margin-left: 430px !important;
  }
  .u-tab-ml-44 {
    margin-left: 440px !important;
  }
  .u-tab-ml-45 {
    margin-left: 450px !important;
  }
  .u-tab-ml-46 {
    margin-left: 460px !important;
  }
  .u-tab-ml-47 {
    margin-left: 470px !important;
  }
  .u-tab-ml-48 {
    margin-left: 480px !important;
  }
  .u-tab-ml-49 {
    margin-left: 490px !important;
  }
  .u-tab-ml-50 {
    margin-left: 500px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
  .u-sp-ml-1 {
    margin-left: 10px !important;
  }
  .u-sp-ml-2 {
    margin-left: 20px !important;
  }
  .u-sp-ml-3 {
    margin-left: 30px !important;
  }
  .u-sp-ml-4 {
    margin-left: 40px !important;
  }
  .u-sp-ml-5 {
    margin-left: 50px !important;
  }
  .u-sp-ml-6 {
    margin-left: 60px !important;
  }
  .u-sp-ml-7 {
    margin-left: 70px !important;
  }
  .u-sp-ml-8 {
    margin-left: 80px !important;
  }
  .u-sp-ml-9 {
    margin-left: 90px !important;
  }
  .u-sp-ml-10 {
    margin-left: 100px !important;
  }
  .u-sp-ml-11 {
    margin-left: 110px !important;
  }
  .u-sp-ml-12 {
    margin-left: 120px !important;
  }
  .u-sp-ml-13 {
    margin-left: 130px !important;
  }
  .u-sp-ml-14 {
    margin-left: 140px !important;
  }
  .u-sp-ml-15 {
    margin-left: 150px !important;
  }
  .u-sp-ml-16 {
    margin-left: 160px !important;
  }
  .u-sp-ml-17 {
    margin-left: 170px !important;
  }
  .u-sp-ml-18 {
    margin-left: 180px !important;
  }
  .u-sp-ml-19 {
    margin-left: 190px !important;
  }
  .u-sp-ml-20 {
    margin-left: 200px !important;
  }
  .u-sp-ml-21 {
    margin-left: 210px !important;
  }
  .u-sp-ml-22 {
    margin-left: 220px !important;
  }
  .u-sp-ml-23 {
    margin-left: 230px !important;
  }
  .u-sp-ml-24 {
    margin-left: 240px !important;
  }
  .u-sp-ml-25 {
    margin-left: 250px !important;
  }
  .u-sp-ml-26 {
    margin-left: 260px !important;
  }
  .u-sp-ml-27 {
    margin-left: 270px !important;
  }
  .u-sp-ml-28 {
    margin-left: 280px !important;
  }
  .u-sp-ml-29 {
    margin-left: 290px !important;
  }
  .u-sp-ml-30 {
    margin-left: 300px !important;
  }
  .u-sp-ml-31 {
    margin-left: 310px !important;
  }
  .u-sp-ml-32 {
    margin-left: 320px !important;
  }
  .u-sp-ml-33 {
    margin-left: 330px !important;
  }
  .u-sp-ml-34 {
    margin-left: 340px !important;
  }
  .u-sp-ml-35 {
    margin-left: 350px !important;
  }
  .u-sp-ml-36 {
    margin-left: 360px !important;
  }
  .u-sp-ml-37 {
    margin-left: 370px !important;
  }
  .u-sp-ml-38 {
    margin-left: 380px !important;
  }
  .u-sp-ml-39 {
    margin-left: 390px !important;
  }
  .u-sp-ml-40 {
    margin-left: 400px !important;
  }
  .u-sp-ml-41 {
    margin-left: 410px !important;
  }
  .u-sp-ml-42 {
    margin-left: 420px !important;
  }
  .u-sp-ml-43 {
    margin-left: 430px !important;
  }
  .u-sp-ml-44 {
    margin-left: 440px !important;
  }
  .u-sp-ml-45 {
    margin-left: 450px !important;
  }
  .u-sp-ml-46 {
    margin-left: 460px !important;
  }
  .u-sp-ml-47 {
    margin-left: 470px !important;
  }
  .u-sp-ml-48 {
    margin-left: 480px !important;
  }
  .u-sp-ml-49 {
    margin-left: 490px !important;
  }
  .u-sp-ml-50 {
    margin-left: 500px !important;
  }
}
/* 文字を操作する系ユーティリティ */
.u-minchou {
  font-family: serif;
}

.u-gothic {
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.u-fontS {
  font-size: 11px;
}

.u-fontM {
  font-size: 22px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-fontM {
    font-size: 15px;
  }
}

.u-fontL {
  font-size: 30px;
}
@media screen and (max-width: 365px) {
  .u-fontL {
    font-size: 26px;
  }
}

.u-fontN {
  font-size: 16px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-fontN {
    font-size: 14px;
  }
}

.u-font10 {
  font-size: 10px !important;
}

.u-font11 {
  font-size: 11px !important;
}

.u-font12 {
  font-size: 12px !important;
}

.u-font13 {
  font-size: 13px !important;
}

.u-font14 {
  font-size: 14px !important;
}

.u-font15 {
  font-size: 15px !important;
}

.u-font16 {
  font-size: 16px !important;
}

.u-font17 {
  font-size: 17px !important;
}

.u-font18 {
  font-size: 18px !important;
}

.u-font19 {
  font-size: 19px !important;
}

.u-font20 {
  font-size: 20px !important;
}

.u-font21 {
  font-size: 21px !important;
}

.u-font22 {
  font-size: 22px !important;
}

.u-font23 {
  font-size: 23px !important;
}

.u-font24 {
  font-size: 24px !important;
}

.u-font25 {
  font-size: 25px !important;
}

.u-font26 {
  font-size: 26px !important;
}

.u-font27 {
  font-size: 27px !important;
}

.u-font28 {
  font-size: 28px !important;
}

.u-font29 {
  font-size: 29px !important;
}

.u-font30 {
  font-size: 30px !important;
}

.u-font31 {
  font-size: 31px !important;
}

.u-font32 {
  font-size: 32px !important;
}

.u-font33 {
  font-size: 33px !important;
}

.u-font34 {
  font-size: 34px !important;
}

.u-font35 {
  font-size: 35px !important;
}

.u-font36 {
  font-size: 36px !important;
}

.u-font37 {
  font-size: 37px !important;
}

.u-font38 {
  font-size: 38px !important;
}

.u-font39 {
  font-size: 39px !important;
}

.u-font40 {
  font-size: 40px !important;
}

.u-font41 {
  font-size: 41px !important;
}

.u-font42 {
  font-size: 42px !important;
}

.u-font43 {
  font-size: 43px !important;
}

.u-font44 {
  font-size: 44px !important;
}

.u-font45 {
  font-size: 45px !important;
}

.u-font46 {
  font-size: 46px !important;
}

.u-font47 {
  font-size: 47px !important;
}

.u-font48 {
  font-size: 48px !important;
}

.u-font49 {
  font-size: 49px !important;
}

.u-font50 {
  font-size: 50px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-font0 {
    font-size: 0px !important;
  }
  .u-tab-font1 {
    font-size: 1px !important;
  }
  .u-tab-font2 {
    font-size: 2px !important;
  }
  .u-tab-font3 {
    font-size: 3px !important;
  }
  .u-tab-font4 {
    font-size: 4px !important;
  }
  .u-tab-font5 {
    font-size: 5px !important;
  }
  .u-tab-font6 {
    font-size: 6px !important;
  }
  .u-tab-font7 {
    font-size: 7px !important;
  }
  .u-tab-font8 {
    font-size: 8px !important;
  }
  .u-tab-font9 {
    font-size: 9px !important;
  }
  .u-tab-font10 {
    font-size: 10px !important;
  }
  .u-tab-font11 {
    font-size: 11px !important;
  }
  .u-tab-font12 {
    font-size: 12px !important;
  }
  .u-tab-font13 {
    font-size: 13px !important;
  }
  .u-tab-font14 {
    font-size: 14px !important;
  }
  .u-tab-font15 {
    font-size: 15px !important;
  }
  .u-tab-font16 {
    font-size: 16px !important;
  }
  .u-tab-font17 {
    font-size: 17px !important;
  }
  .u-tab-font18 {
    font-size: 18px !important;
  }
  .u-tab-font19 {
    font-size: 19px !important;
  }
  .u-tab-font20 {
    font-size: 20px !important;
  }
  .u-tab-font21 {
    font-size: 21px !important;
  }
  .u-tab-font22 {
    font-size: 22px !important;
  }
  .u-tab-font23 {
    font-size: 23px !important;
  }
  .u-tab-font24 {
    font-size: 24px !important;
  }
  .u-tab-font25 {
    font-size: 25px !important;
  }
  .u-tab-font26 {
    font-size: 26px !important;
  }
  .u-tab-font27 {
    font-size: 27px !important;
  }
  .u-tab-font28 {
    font-size: 28px !important;
  }
  .u-tab-font29 {
    font-size: 29px !important;
  }
  .u-tab-font30 {
    font-size: 30px !important;
  }
  .u-tab-font31 {
    font-size: 31px !important;
  }
  .u-tab-font32 {
    font-size: 32px !important;
  }
  .u-tab-font33 {
    font-size: 33px !important;
  }
  .u-tab-font34 {
    font-size: 34px !important;
  }
  .u-tab-font35 {
    font-size: 35px !important;
  }
  .u-tab-font36 {
    font-size: 36px !important;
  }
  .u-tab-font37 {
    font-size: 37px !important;
  }
  .u-tab-font38 {
    font-size: 38px !important;
  }
  .u-tab-font39 {
    font-size: 39px !important;
  }
  .u-tab-font40 {
    font-size: 40px !important;
  }
  .u-tab-font41 {
    font-size: 41px !important;
  }
  .u-tab-font42 {
    font-size: 42px !important;
  }
  .u-tab-font43 {
    font-size: 43px !important;
  }
  .u-tab-font44 {
    font-size: 44px !important;
  }
  .u-tab-font45 {
    font-size: 45px !important;
  }
  .u-tab-font46 {
    font-size: 46px !important;
  }
  .u-tab-font47 {
    font-size: 47px !important;
  }
  .u-tab-font48 {
    font-size: 48px !important;
  }
  .u-tab-font49 {
    font-size: 49px !important;
  }
  .u-tab-font50 {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-font0 {
    font-size: 0px !important;
  }
  .u-sp-font1 {
    font-size: 1px !important;
  }
  .u-sp-font2 {
    font-size: 2px !important;
  }
  .u-sp-font3 {
    font-size: 3px !important;
  }
  .u-sp-font4 {
    font-size: 4px !important;
  }
  .u-sp-font5 {
    font-size: 5px !important;
  }
  .u-sp-font6 {
    font-size: 6px !important;
  }
  .u-sp-font7 {
    font-size: 7px !important;
  }
  .u-sp-font8 {
    font-size: 8px !important;
  }
  .u-sp-font9 {
    font-size: 9px !important;
  }
  .u-sp-font10 {
    font-size: 10px !important;
  }
  .u-sp-font11 {
    font-size: 11px !important;
  }
  .u-sp-font12 {
    font-size: 12px !important;
  }
  .u-sp-font13 {
    font-size: 13px !important;
  }
  .u-sp-font14 {
    font-size: 14px !important;
  }
  .u-sp-font15 {
    font-size: 15px !important;
  }
  .u-sp-font16 {
    font-size: 16px !important;
  }
  .u-sp-font17 {
    font-size: 17px !important;
  }
  .u-sp-font18 {
    font-size: 18px !important;
  }
  .u-sp-font19 {
    font-size: 19px !important;
  }
  .u-sp-font20 {
    font-size: 20px !important;
  }
  .u-sp-font21 {
    font-size: 21px !important;
  }
  .u-sp-font22 {
    font-size: 22px !important;
  }
  .u-sp-font23 {
    font-size: 23px !important;
  }
  .u-sp-font24 {
    font-size: 24px !important;
  }
  .u-sp-font25 {
    font-size: 25px !important;
  }
  .u-sp-font26 {
    font-size: 26px !important;
  }
  .u-sp-font27 {
    font-size: 27px !important;
  }
  .u-sp-font28 {
    font-size: 28px !important;
  }
  .u-sp-font29 {
    font-size: 29px !important;
  }
  .u-sp-font30 {
    font-size: 30px !important;
  }
  .u-sp-font31 {
    font-size: 31px !important;
  }
  .u-sp-font32 {
    font-size: 32px !important;
  }
  .u-sp-font33 {
    font-size: 33px !important;
  }
  .u-sp-font34 {
    font-size: 34px !important;
  }
  .u-sp-font35 {
    font-size: 35px !important;
  }
  .u-sp-font36 {
    font-size: 36px !important;
  }
  .u-sp-font37 {
    font-size: 37px !important;
  }
  .u-sp-font38 {
    font-size: 38px !important;
  }
  .u-sp-font39 {
    font-size: 39px !important;
  }
  .u-sp-font40 {
    font-size: 40px !important;
  }
  .u-sp-font41 {
    font-size: 41px !important;
  }
  .u-sp-font42 {
    font-size: 42px !important;
  }
  .u-sp-font43 {
    font-size: 43px !important;
  }
  .u-sp-font44 {
    font-size: 44px !important;
  }
  .u-sp-font45 {
    font-size: 45px !important;
  }
  .u-sp-font46 {
    font-size: 46px !important;
  }
  .u-sp-font47 {
    font-size: 47px !important;
  }
  .u-sp-font48 {
    font-size: 48px !important;
  }
  .u-sp-font49 {
    font-size: 49px !important;
  }
  .u-sp-font50 {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 365px) {
  .u-small-font0 {
    font-size: 0px !important;
  }
  .u-small-font1 {
    font-size: 1px !important;
  }
  .u-small-font2 {
    font-size: 2px !important;
  }
  .u-small-font3 {
    font-size: 3px !important;
  }
  .u-small-font4 {
    font-size: 4px !important;
  }
  .u-small-font5 {
    font-size: 5px !important;
  }
  .u-small-font6 {
    font-size: 6px !important;
  }
  .u-small-font7 {
    font-size: 7px !important;
  }
  .u-small-font8 {
    font-size: 8px !important;
  }
  .u-small-font9 {
    font-size: 9px !important;
  }
  .u-small-font10 {
    font-size: 10px !important;
  }
  .u-small-font11 {
    font-size: 11px !important;
  }
  .u-small-font12 {
    font-size: 12px !important;
  }
  .u-small-font13 {
    font-size: 13px !important;
  }
  .u-small-font14 {
    font-size: 14px !important;
  }
  .u-small-font15 {
    font-size: 15px !important;
  }
  .u-small-font16 {
    font-size: 16px !important;
  }
  .u-small-font17 {
    font-size: 17px !important;
  }
  .u-small-font18 {
    font-size: 18px !important;
  }
  .u-small-font19 {
    font-size: 19px !important;
  }
  .u-small-font20 {
    font-size: 20px !important;
  }
  .u-small-font21 {
    font-size: 21px !important;
  }
  .u-small-font22 {
    font-size: 22px !important;
  }
  .u-small-font23 {
    font-size: 23px !important;
  }
  .u-small-font24 {
    font-size: 24px !important;
  }
  .u-small-font25 {
    font-size: 25px !important;
  }
  .u-small-font26 {
    font-size: 26px !important;
  }
  .u-small-font27 {
    font-size: 27px !important;
  }
  .u-small-font28 {
    font-size: 28px !important;
  }
  .u-small-font29 {
    font-size: 29px !important;
  }
  .u-small-font30 {
    font-size: 30px !important;
  }
  .u-small-font31 {
    font-size: 31px !important;
  }
  .u-small-font32 {
    font-size: 32px !important;
  }
  .u-small-font33 {
    font-size: 33px !important;
  }
  .u-small-font34 {
    font-size: 34px !important;
  }
  .u-small-font35 {
    font-size: 35px !important;
  }
  .u-small-font36 {
    font-size: 36px !important;
  }
  .u-small-font37 {
    font-size: 37px !important;
  }
  .u-small-font38 {
    font-size: 38px !important;
  }
  .u-small-font39 {
    font-size: 39px !important;
  }
  .u-small-font40 {
    font-size: 40px !important;
  }
  .u-small-font41 {
    font-size: 41px !important;
  }
  .u-small-font42 {
    font-size: 42px !important;
  }
  .u-small-font43 {
    font-size: 43px !important;
  }
  .u-small-font44 {
    font-size: 44px !important;
  }
  .u-small-font45 {
    font-size: 45px !important;
  }
  .u-small-font46 {
    font-size: 46px !important;
  }
  .u-small-font47 {
    font-size: 47px !important;
  }
  .u-small-font48 {
    font-size: 48px !important;
  }
  .u-small-font49 {
    font-size: 49px !important;
  }
  .u-small-font50 {
    font-size: 50px !important;
  }
}
.u-fontWhite {
  color: #fff;
}

.u-kakko {
  text-indent: -0.5em;
}

.u-normal {
  font-weight: 400 !important;
}

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

.u-semibold {
  font-weight: 600 !important;
}

.u-medium {
  font-weight: 500 !important;
}

.u-ls__thin {
  letter-spacing: -0.05em;
}

.u-ls__wide {
  letter-spacing: 0.1em;
}

.u-lh1 {
  line-height: 1 !important;
}

.u-lh2 {
  line-height: 2 !important;
}

.u-lh3 {
  line-height: 3 !important;
}

.u-lh4 {
  line-height: 4 !important;
}

.u-textleft, .textleft, .alignleft {
  text-align: left !important;
}

.u-textcenter, .textcenter, .aligncenter {
  text-align: center !important;
}

.u-textright, .textright, .alignright {
  text-align: right !important;
}

.u-textjustify, .textjustify, .alignjustify {
  text-align: justify !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-textcenter-tab {
    text-align: center !important;
  }
}

@media screen and (max-width: 650px) {
  .u-textcenter-sp {
    text-align: center !important;
  }
}

@media screen and (max-width: 650px) {
  .u-textleft-sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-bold {
    font-weight: 700 !important;
  }
}

.u-marker-green {
  background: linear-gradient(transparent 45%, #CCEAE2 45%);
}

/* 表示&非表示を操作する系ユーティリティ */
.u-hide {
  display: none;
}

@media screen and (max-width: 650px) {
  .u-pc {
    display: none;
  }
}

.u-tab {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab {
    display: inline-block;
  }
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-none {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 650px) {
  .u-sp {
    display: inline-block !important;
  }
}

.u-small {
  display: none;
}
@media screen and (max-width: 365px) {
  .u-small {
    display: inline-block;
  }
}

@media screen and (max-width: 365px) {
  .u-small-none {
    display: none;
  }
}

/* 居場所がなかったのでここに */
.u-inlineblock {
  display: inline-block;
}

.u-padding0 {
  padding: 0 !important;
}

/* サブページ
------------------------------------*/
.p-top-kv {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: -92px 0 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-kv {
    margin: 0;
  }
}
.p-top-kv .p-top-kv__photo {
  -webkit-mask: url("images/top-kv-mask.svg") no-repeat center center/cover;
          mask: url("images/top-kv-mask.svg") no-repeat center center/cover;
  display: block;
  line-height: 1;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.p-top-kv .p-top-kv__photo img {
  width: 100%;
}
.p-top-kv .p-top-kv__logo {
  margin: 4.5714285714vw 0 9.7142857143vw;
  width: 23.1428571429vw;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-kv .p-top-kv__logo {
    margin: 5px 0 132px;
    width: 283px;
  }
}
.p-top-kv .p-top-kv__logo img {
  width: 100%;
}
.p-top-kv .p-top-kv__deco {
  position: absolute;
}
.p-top-kv .p-top-kv__deco.is-01 {
  left: calc(50% - 46.4285714286vw);
  top: 29.4285714286vw;
  width: 15vw;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-kv .p-top-kv__deco.is-01 {
    display: none;
  }
}
.p-top-kv .p-top-kv__deco.is-02 {
  left: calc(50% - 24.5714285714vw);
  top: 44.6428571429vw;
  width: 12.2142857143vw;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-kv .p-top-kv__deco.is-02 {
    bottom: 10px;
    left: calc(50% - 179px);
    top: auto;
    width: 127px;
  }
}
.p-top-kv .p-top-kv__deco.is-03 {
  left: calc(50% + 17.6428571429vw);
  top: 34.8571428571vw;
  width: 6.6428571429vw;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-kv .p-top-kv__deco.is-03 {
    bottom: 10px;
    left: calc(50% + 109px);
    top: auto;
    width: 68px;
  }
}
.p-top-kv .p-top-kv__deco.is-04 {
  left: calc(50% + 31.4285714286vw);
  top: 39.0714285714vw;
  width: 15.0714285714vw;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-kv .p-top-kv__deco.is-04 {
    display: none;
  }
}

.p-top-event {
  padding: 122px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-event {
    padding-top: 0;
  }
}
.p-top-event .p-top-event__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.p-top-event .p-top-event__list .p-top-event__items {
  border-radius: 20px;
  border: 1px solid var(--color-font);
  background: var(--normal_white);
  max-width: 331px;
  overflow: hidden;
  width: 100%;
}
.p-top-event .p-top-event__list .p-top-event__items .p-top-event__items-link {
  display: block;
}
.p-top-event .p-top-event__list .p-top-event__items .p-top-event__items-link:hover {
  opacity: 0.7;
}
.p-top-event .p-top-event__list .p-top-event__items .p-top-event__items-year {
  color: var(--normal-black);
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  padding: 9px 0;
  text-align: center;
}
.p-top-event .p-top-event__list .p-top-event__items .p-top-event__items-body {
  border-top: 1px solid var(--color-font);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 128px;
  padding: 4px 0 5px;
}
.p-top-event .p-top-event__list .p-top-event__items .p-top-event__items-body .p-top-event__items-date {
  color: var(--normal-black, var(--color-font));
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 45px */
  letter-spacing: 3px;
  text-align: center;
}
.p-top-event .p-top-event__list .p-top-event__items .p-top-event__items-body .p-top-event__items-place {
  color: var(--normal-black, var(--color-font));
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  margin: 5px 0 0;
  text-align: center;
}
.p-top-event .p-top-event__list .p-top-event__items .p-top-event__items-body .p-top-event__items-more {
  color: var(--normal-black);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  margin: 19px 0 0;
  position: relative;
  text-align: center;
}
.p-top-event .p-top-event__list .p-top-event__items .p-top-event__items-body .p-top-event__items-more::after {
  background: url("images/icon-chevron.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 10px;
  width: 6px;
}

.p-top-news {
  margin: 0 auto;
  max-width: 1000px;
  padding: 7px 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-news {
    padding: 40px 0 0;
  }
}
.p-top-news .p-top-news__more {
  text-align: right;
}
.p-top-news .p-top-news__more .p-top-news__more-link {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 148%; /* 20.72px */
  letter-spacing: 2.1px;
  text-decoration: underline;
}
.p-top-news .p-top-news__more .p-top-news__more-link:hover {
  text-decoration: none;
}
.p-top-news .p-top-news__list {
  border-bottom: 1px solid var(--normal-black);
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .p-top-news .p-top-news__list {
    margin: 0;
  }
}
.p-top-news .p-top-news__items .p-top-news__items-link {
  align-items: center;
  border-top: 1px solid var(--normal-black);
  display: flex;
  gap: 30px;
  padding: 19px 0 18px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-top-news .p-top-news__items .p-top-news__items-link {
    flex-wrap: wrap;
    gap: 11px 30px;
  }
}
.p-top-news .p-top-news__items .p-top-news__items-link::after {
  background: url("images/illustration/icon-arrow-white.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 24px;
}
.p-top-news .p-top-news__items .p-top-news__items-link:hover {
  opacity: 0.7;
}
.p-top-news .p-top-news__items .p-top-news__items-link:hover .p-top-news__items-title {
  text-decoration: none;
}
.p-top-news .p-top-news__items .p-top-news__items-date {
  color: var(--normal-black);
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: normal;
  width: 110px;
}
.p-top-news .p-top-news__items .p-top-news__items-category {
  border-radius: 45px;
  background: var(--normal-black);
  color: #FFF;
  justify-content: center;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 140%; /* 14px */
  min-width: 80px;
  padding: 4px 15px;
}
.p-top-news .p-top-news__items .p-top-news__items-title {
  color: var(--normal-black, var(--color-font));
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 148%; /* 20.72px */
  letter-spacing: 2.1px;
  text-decoration-line: underline;
  padding: 0 100px 0 0;
  width: calc(100% - 300px);
}
@media screen and (max-width: 650px) {
  .p-top-news .p-top-news__items .p-top-news__items-title {
    padding: 0 57px 0 0;
    width: 100%;
  }
}

.p-top-machiririsu {
  align-items: center;
  display: flex;
  gap: 55px;
  justify-content: center;
  padding: 50px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-machiririsu {
    flex-direction: column;
    gap: 20px;
  }
}
.p-top-machiririsu .p-top-machiririsu__photo {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-machiririsu .p-top-machiririsu__photo {
    width: 261px;
  }
}
.p-top-machiririsu .p-top-machiririsu__body .p-top-machiririsu__headline {
  text-align: center;
}
.p-top-machiririsu .p-top-machiririsu__body .p-top-machiririsu__headline .p-top-machiririsu__headline-sub {
  color: var(--color-font);
  display: block;
  font-family: "Yusei Magic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 1.4px;
}
.p-top-machiririsu .p-top-machiririsu__body .p-top-machiririsu__headline .p-top-machiririsu__headline-main {
  color: var(--color-font);
  display: block;
  font-family: "Yusei Magic";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 75px */
}
.p-top-machiririsu .p-top-machiririsu__body .p-top-machiririsu__list {
  margin: 10px 0 0;
  width: 370px;
}
@media screen and (max-width: 650px) {
  .p-top-machiririsu .p-top-machiririsu__body .p-top-machiririsu__list {
    width: 335px;
  }
}
@media screen and (max-width: 365px) {
  .p-top-machiririsu .p-top-machiririsu__body .p-top-machiririsu__list {
    width: 280px;
  }
}
.p-top-machiririsu .p-top-machiririsu__body .p-top-machiririsu__list dt {
  color: var(--color-font);
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: 1.4px;
  margin: 5px 0 0;
}
.p-top-machiririsu .p-top-machiririsu__body .p-top-machiririsu__list dd {
  background: var(--normal_white, #FFF);
  border-radius: 10px;
  color: var(--color-font);
  font-family: "Yusei Magic";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  margin: 9px 0 0;
  letter-spacing: 2px;
  padding: 5px 0;
  text-align: center;
}

.p-top-sponsorship {
  padding: 80px 0;
}
@media screen and (max-width: 650px) {
  .p-top-sponsorship {
    padding: 100px 0;
  }
}
.p-top-sponsorship .p-top-sponsorship__headline {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 45px */
  letter-spacing: 3px;
  text-align: center;
}
.p-top-sponsorship .p-top-sponsorship__body {
  background: #FFF;
  border-radius: 10px;
  margin: 32px auto 0;
  max-width: 899px;
  padding: 40px 170px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-sponsorship .p-top-sponsorship__body {
    margin-top: 40px;
    padding: 40px;
  }
}
@media screen and (max-width: 650px) {
  .p-top-sponsorship .p-top-sponsorship__body {
    padding: 20px;
  }
}
.p-top-sponsorship .p-top-sponsorship__text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  letter-spacing: 1.2px;
}
.p-top-sponsorship .p-top-sponsorship__button {
  margin: 32px auto 0;
  max-width: 284px;
}
@media screen and (max-width: 650px) {
  .p-top-sponsorship .p-top-sponsorship__button {
    margin-top: 56px;
  }
}

.p-top-banner {
  margin: 0 auto;
  max-width: 600px;
}
.p-top-banner .p-top-banner__link {
  display: block;
  transition: opacity 0.3s ease;
}
.p-top-banner .p-top-banner__link:hover {
  opacity: 0.65;
}
.p-top-banner .p-top-banner__link img {
  display: block;
}
.p-top-banner .p-top-banner__text {
  line-height: 1.6;
  text-align: center;
}

.p-event-kv {
  padding: 9px 0 144px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-event-kv {
    padding: 50px 0 164px;
  }
}
.p-event-kv .p-event-kv__deco {
  position: absolute;
}
.p-event-kv .p-event-kv__deco.is-01 {
  left: calc(50% - 644px);
  top: 127px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-event-kv .p-event-kv__deco.is-01 {
    bottom: 0;
    left: calc(50% - 172px);
    top: auto;
    width: 129px;
  }
}
.p-event-kv .p-event-kv__deco.is-02 {
  left: calc(50% + 366px);
  top: 113px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-event-kv .p-event-kv__deco.is-02 {
    bottom: 0;
    left: calc(50% + 83px);
    top: auto;
    width: 80px;
  }
}

@media screen and (max-width: 650px) {
  .p-event-summary {
    margin: 0 -20px;
    overflow-y: scroll;
    z-index: 1;
  }
}

.p-event-map {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 36px;
  justify-content: center;
}
.p-event-map .p-event-map__items {
  height: 541px;
  line-height: 0;
  max-width: 582px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-event-map .p-event-map__items {
    height: auto;
    aspect-ratio: 335/311;
  }
}
.p-event-map .p-event-map__items iframe {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-event-map .p-event-map__items .p-event-map__items-link {
  margin: 7px 0 0;
  text-align: right;
}
.p-event-map .p-event-map__items .p-event-map__items-link a {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 148%; /* 20.72px */
  letter-spacing: 2.1px;
  text-decoration: underline;
  text-align: right;
}
.p-event-map .p-event-map__items .p-event-map__items-link a:hover {
  text-decoration: none;
}

.p-event-train {
  align-items: flex-start;
  display: flex;
  gap: 55px;
  justify-content: center;
  margin: 0 calc(50% - 50vw) 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-event-train {
    flex-direction: column;
    gap: 0;
    max-width: 375px;
  }
}
.p-event-train .p-event-train__body {
  width: 470px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-event-train .p-event-train__body {
    display: contents;
  }
}
.p-event-train .p-event-train__body b,
.p-event-train .p-event-train__body .p-event-train__headline {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  margin: 0 0 22px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-event-train .p-event-train__body b,
  .p-event-train .p-event-train__body .p-event-train__headline {
    font-size: 20px;
    line-height: 160%; /* 32px */
    letter-spacing: 3px;
    order: 1;
  }
}
.p-event-train .p-event-train__body b {
  display: block;
  margin: 0 0 -15px;
}
.p-event-train .p-event-train__body .p-event-train__text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 250%; /* 35px */
  letter-spacing: 2.1px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-event-train .p-event-train__body .p-event-train__text {
    order: 2;
  }
}
.p-event-train .p-event-train__body .p-event-train__deco {
  margin: 32px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-event-train .p-event-train__body .p-event-train__deco {
    margin: 40px 0 0;
    order: 4;
  }
}
.p-event-train .p-event-train__video {
  overflow: hidden;
  overflow-x: scroll;
  width: calc(100% - 531px);
}
.p-event-train .p-event-train__video .p-event-train__video-wrapper {
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-event-train .p-event-train__video .p-event-train__video-wrapper {
    margin: 40px 0 0;
    order: 3;
    width: 100%;
  }
}
.p-event-train .p-event-train__video .p-event-train__video-wrapper .p-event-train__video-items {
  display: block;
  line-height: 0;
}
.p-event-train .p-event-train__video .p-event-train__video-wrapper iframe {
  border-radius: 10px;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 478px;
}

.p-event-past .p-event-past__wrapper {
  display: flex;
  gap: 122px;
  justify-content: space-between;
  margin: 0 calc(50% - 50vw) 0 auto;
  max-width: 85.8571428571vw;
  padding: 100px 0 110px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-event-past .p-event-past__wrapper {
    gap: 0;
    flex-direction: column;
    padding: 100px 0;
    margin: 0;
    max-width: none;
    width: 100%;
  }
}
.p-event-past .p-event-past__wrapper .p-event-past__body {
  width: 450px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-event-past .p-event-past__wrapper .p-event-past__body {
    width: 100%;
  }
}
.p-event-past .p-event-past__wrapper .p-event-past__body b,
.p-event-past .p-event-past__wrapper .p-event-past__body .p-event-past__headline {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 3px;
}
.p-event-past .p-event-past__wrapper .p-event-past__body .p-event-past__text {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 3px;
  margin: 26px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-event-past .p-event-past__wrapper .p-event-past__body .p-event-past__text {
    margin: 30px 0 0;
  }
}
.p-event-past .p-event-past__wrapper .p-event-past__body .p-event-past__small {
  border-top: 1px solid var(--color-font);
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  margin: 26px 0 0;
  padding: 34px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-event-past .p-event-past__wrapper .p-event-past__body .p-event-past__small {
    margin: 20px 0 0;
    padding: 9px 0 0;
  }
}
.p-event-past .p-event-past__wrapper .p-event-past__photos {
  overflow-y: scroll;
  width: 45vw;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-event-past .p-event-past__wrapper .p-event-past__photos {
    margin: 30px -20px 0 auto;
    width: calc(100% + 20px);
  }
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(6, 228px);
  grid-template-rows: repeat(2, auto);
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper figure {
  aspect-ratio: 228/129;
  border-radius: 5px;
  overflow: hidden;
  width: 228px;
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper figure:nth-child(1) {
  grid-area: 1/1/2/2;
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper figure:nth-child(2) {
  grid-area: 2/1/3/2;
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper figure:nth-child(3) {
  grid-area: 1/2/2/3;
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper figure:nth-child(4) {
  grid-area: 2/2/3/3;
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper figure:nth-child(5) {
  grid-area: 1/3/2/4;
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper figure:nth-child(6) {
  grid-area: 2/3/3/4;
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper figure:nth-child(7) {
  grid-area: 1/4/2/5;
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper figure:nth-child(8) {
  grid-area: 2/4/3/5;
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper figure:nth-child(9) {
  grid-area: 1/5/2/6;
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper figure:nth-child(10) {
  grid-area: 2/5/3/6;
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper figure:nth-child(11) {
  grid-area: 1/6/2/7;
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper figure:nth-child(12) {
  grid-area: 2/6/3/7;
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper figure:nth-child(13) {
  grid-area: 1/7/2/8;
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper figure:nth-child(14) {
  grid-area: 2/7/3/8;
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper figure:nth-child(15) {
  grid-area: 1/8/2/9;
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper figure:nth-child(16) {
  grid-area: 2/8/3/9;
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper figure:nth-child(17) {
  grid-area: 1/9/2/10;
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper figure:nth-child(18) {
  grid-area: 2/9/3/10;
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper figure:nth-child(19) {
  grid-area: 1/10/2/11;
}
.p-event-past .p-event-past__wrapper .p-event-past__photos .p-event-past__photos-wrapper figure:nth-child(20) {
  grid-area: 2/10/3/11;
}

.p-event-shop-wrap {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.p-event-shop-wrap .p-event-shop-wrap__deco {
  position: absolute;
  left: calc(50% + 214px);
  top: 40px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-event-shop-wrap .p-event-shop-wrap__deco {
    display: none;
  }
}

.p-event-shop {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .p-event-shop {
    gap: 15px;
  }
}
.p-event-shop .p-event-shop__items {
  animation: fadeInSlideIn 0.9s ease forwards;
  width: calc(20% - 22px);
}
@media screen and (max-width: 650px) {
  .p-event-shop .p-event-shop__items {
    width: calc(50% - 8px);
  }
}
@keyframes fadeInSlideIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.p-event-shop .p-event-shop__items .p-event-shop__image {
  aspect-ratio: 1/1;
  display: block;
  line-height: 0;
  width: 100%;
}
.p-event-shop .p-event-shop__items .p-event-shop__image img {
  width: 100%;
}
.p-event-shop .p-event-shop__items .p-event-shop__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 0;
}
.p-event-shop .p-event-shop__items .p-event-shop__name {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  margin: 10px 0;
}
.p-event-shop .p-event-shop__items .p-event-shop__text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  margin: 5px 0 0;
}
.p-event-shop .p-event-shop__items .p-event-shop__text a {
  text-decoration: none;
}
.p-event-shop .p-event-shop__items .p-event-shop__text a:hover {
  text-decoration: underline;
}

.p-event-shop2 {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .p-event-shop2 {
    flex-direction: column;
  }
}
.p-event-shop2 .p-event-shop2__fukidashi {
  align-items: center;
  background: url("images/fukidashi1.svg") no-repeat center center/contain;
  display: flex;
  gap: 16px;
  height: 157px;
  justify-content: center;
  max-width: 100%;
  padding: 0 24px 0 0;
  text-align: center;
  width: 510px;
}
@media screen and (max-width: 650px) {
  .p-event-shop2 .p-event-shop2__fukidashi {
    background-image: url("images/fukidashi2.svg");
    height: 176px;
    gap: 4px;
    padding: 0 0 20px 16px;
    width: 336px;
  }
}
.p-event-shop2 .p-event-shop2__fukidashi::after {
  background: url("images/illustration/icon-arrow-white.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
}
@media screen and (max-width: 365px) {
  .p-event-shop2 .p-event-shop2__fukidashi::after {
    height: 24px;
    width: 24px;
  }
}
.p-event-shop2 .p-event-shop2__fukidashi:hover {
  opacity: 0.5;
}
.p-event-shop2 .p-event-shop2__fukidashi p {
  color: var(--normal-black, var(--color-font, #333));
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 3px;
  text-align: center;
}
@media screen and (max-width: 365px) {
  .p-event-shop2 .p-event-shop2__fukidashi p {
    font-size: 16px;
  }
}
.p-event-shop2 .p-event-shop2__image {
  display: block;
}

.p-event-category {
  align-items: center;
  display: flex;
  gap: 30px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-event-category {
    align-items: flex-start;
  }
}
.p-event-category .p-event-category__title {
  color: #000;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  width: 80px;
}
.p-event-category .p-event-category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  width: calc(100% - 110px);
}
.p-event-category .p-event-category__list .p-event-category__list-devider {
  background: var(--normal_gray);
  display: inline-block;
  height: 26px;
  width: 2px;
}

.p-event-areamap {
  margin: 0 auto;
  max-width: 600px;
}
.p-event-areamap .p-event-areamap__photo {
  border-radius: 10px;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.p-event-areamap .p-event-areamap__photo img {
  width: 100%;
}
.p-event-areamap .p-event-areamap__button {
  text-align: right;
}
.p-event-areamap .p-event-areamap__button a {
  color: #000;
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%; /* 20.72px */
  letter-spacing: 2.1px;
  text-decoration-line: underline;
}
.p-event-areamap .p-event-areamap__button a:hover {
  text-decoration: none;
}
.p-event-areamap .p-event-areamap__button a img {
  margin: 0 0 -3px 5px;
}

.p-event-terms {
  display: flex;
  gap: 20px;
  justify-content: center;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .p-event-terms {
    align-items: center;
    flex-direction: column;
  }
}
.p-event-terms li {
  width: 260px;
}

.p-event-terms__link {
  color: #34BCF8;
  text-align: center;
}
.p-event-terms__link a {
  display: block;
  text-decoration: underline;
}
.p-event-terms__link a:hover {
  text-decoration: none;
}

.p-event-faq__text {
  color: var(var(--color-font));
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  letter-spacing: 2.1px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-event-faq__text {
    letter-spacing: 1.9px;
  }
}
.p-event-faq__text a {
  text-decoration: underline;
}
.p-event-faq__text a:hover {
  text-decoration: none;
}

.p-event-faq__anchor {
  display: flex;
  gap: 40px;
  justify-content: center;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .p-event-faq__anchor {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
}
.p-event-faq__anchor li a {
  color: var(--color-font);
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 3px;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}
.p-event-faq__anchor li a::after {
  background: url("images/icon-chevron.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 0 3px 6px;
  transform: rotate(90deg);
  width: 7px;
}
.p-event-faq__anchor li a:hover {
  text-decoration: none;
}

.p-event-faq__wrapper {
  margin: 0 auto;
  max-width: 996px;
  position: relative;
}

.p-event-faq__headline {
  border-bottom: 1px solid var(--color-font);
  color: var(--color-font);
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 3px;
  padding: 0 0 20px;
}

.p-event-faq__button {
  color: #000;
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 148%; /* 20.72px */
  letter-spacing: 2.1px;
  outline: none;
  position: absolute;
  right: 0;
  top: 15px;
}
.p-event-faq__button:hover {
  opacity: 0.6;
  text-decoration: none;
}

.p-event-faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 650px) {
  .p-event-faq__list {
    gap: 0;
    margin: 0 -20px;
  }
}
.p-event-faq__list.is-hide details:nth-child(n+4) {
  display: none;
}
.p-event-faq__list details[open] summary::after {
  transform: rotate(-90deg);
}
.p-event-faq__list details.is-hide {
  display: none;
}
.p-event-faq__list details summary,
.p-event-faq__list details div {
  align-items: center;
  background: #F6F6F6;
  color: var(--normal-black);
  display: flex;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  gap: 30px;
  list-style: none;
  letter-spacing: 1.4px;
  outline: none;
  padding: 20px 65px 20px 16px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-event-faq__list details summary,
  .p-event-faq__list details div {
    color: var(--color-font);
    font-family: "Zen Kaku Gothic New";
    font-size: 14px;
    font-weight: 700;
    gap: 20px;
    line-height: normal;
    letter-spacing: 1.4px;
  }
}
.p-event-faq__list details summary span,
.p-event-faq__list details div span {
  width: calc(100% - 77px);
}
.p-event-faq__list details summary::-webkit-details-marker,
.p-event-faq__list details div::-webkit-details-marker {
  display: none;
}
.p-event-faq__list details summary::before,
.p-event-faq__list details div::before {
  align-items: center;
  background: var(--color-font);
  border-radius: 50%;
  color: #fff;
  content: "Q";
  display: flex;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 700;
  justify-content: center;
  line-height: normal;
  letter-spacing: 0;
  height: 53px;
  width: 53px;
}
.p-event-faq__list details summary {
  cursor: pointer;
}
.p-event-faq__list details summary:hover {
  opacity: 0.7;
}
.p-event-faq__list details summary::after {
  background: url("images/icon-chevron.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: 30px;
  top: calc(50% - 7px);
  transform: rotate(90deg);
  width: 15px;
}
.p-event-faq__list details div {
  background: #DFDFDF;
}
.p-event-faq__list details div::before {
  background: #fff;
  border: 2px solid var(--color-font);
  content: "A";
  color: var(--color-font);
}
.p-event-faq__list .p-event-faq__list-button {
  margin: 30px 0 0;
  text-align: center;
}
.p-event-faq__list .p-event-faq__list-button button {
  color: #000;
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 148%; /* 20.72px */
  letter-spacing: 2.1px;
  outline: none;
  text-decoration-line: underline;
}

.c-pager,
.p-event-pager {
  display: flex;
  gap: 15px;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
.c-pager .page-numbers,
.p-event-pager .page-numbers {
  align-items: center;
  background: #fff;
  border: 3px solid var(--normal-black, #333);
  border-radius: 50%;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 53px;
  letter-spacing: 0.05em;
  line-height: 1;
  justify-content: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 53px;
}
@media screen and (max-width: 650px) {
  .c-pager .page-numbers,
  .p-event-pager .page-numbers {
    margin: 0 2px;
  }
}
@media screen and (max-width: 365px) {
  .c-pager .page-numbers,
  .p-event-pager .page-numbers {
    height: 30px;
    width: 30px;
  }
}
.c-pager .page-numbers:hover,
.p-event-pager .page-numbers:hover {
  background: var(--normal-black, #333);
  border-color: var(--normal-black, #333);
  color: #fff;
}
.c-pager .page-numbers.current,
.p-event-pager .page-numbers.current {
  background-color: transparent;
  border: none;
  font-size: 14px;
}
.c-pager .page-numbers.current:hover,
.p-event-pager .page-numbers.current:hover {
  color: #000;
}
.c-pager .page-numbers.prev, .c-pager .page-numbers.next,
.p-event-pager .page-numbers.prev,
.p-event-pager .page-numbers.next {
  align-items: center;
  background: transparent;
  border: 1px solid var(--normal-black, #333);
  display: flex;
  height: 53px;
  justify-content: center;
  margin: 0;
  width: 53px;
}
.c-pager .page-numbers.prev:hover, .c-pager .page-numbers.next:hover,
.p-event-pager .page-numbers.prev:hover,
.p-event-pager .page-numbers.next:hover {
  opacity: 0.7;
}
.c-pager .page-numbers.dots,
.p-event-pager .page-numbers.dots {
  background: transparent;
  border: none;
  color: #707070;
  font-weight: 700;
  margin: 0 5px;
  width: auto;
}

.p-event-application__text {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%; /* 35px */
  letter-spacing: 2.1px;
  margin: 0 auto;
  max-width: 819px;
  padding: 40px;
}

.p-event-application__button {
  margin: 0 auto;
  max-width: 300px;
}

.p-event-overview__text {
  color: var(var(--color-font));
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
}

.p-event-overview__button {
  display: flex;
  gap: 22px;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.p-event-overview__button li {
  width: 180px;
}

.p-event-flow {
  list-style: none;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
}
.p-event-flow .p-event-flow__items {
  display: flex;
  gap: 20px;
  position: relative;
}
.p-event-flow .p-event-flow__items::before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 65px;
  top: 0;
  width: 10px;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .p-event-flow .p-event-flow__items::before {
    left: 50px;
  }
}
.p-event-flow .p-event-flow__items + .p-event-flow__items {
  padding-top: 50px;
}
.p-event-flow .p-event-flow__items:last-child::before {
  height: 190px;
}
@media screen and (max-width: 650px) {
  .p-event-flow .p-event-flow__items:last-child::before {
    height: 100px;
  }
}
.p-event-flow .p-event-flow__items .p-event-flow__items-num {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 140px;
  width: 140px;
}
@media screen and (max-width: 650px) {
  .p-event-flow .p-event-flow__items .p-event-flow__items-num {
    height: 110px;
    width: 110px;
  }
}
.p-event-flow .p-event-flow__items .p-event-flow__items-body {
  width: calc(100% - 160px);
}
@media screen and (max-width: 650px) {
  .p-event-flow .p-event-flow__items .p-event-flow__items-body {
    width: calc(100% - 130px);
  }
}
.p-event-flow .p-event-flow__items .p-event-flow__items-body .p-event-flow__items-headline {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 3px;
}
.p-event-flow .p-event-flow__items .p-event-flow__items-body .p-event-flow__items-text {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 1.2px;
  margin: 10px 0 0;
}

.p-policy-body {
  margin: 0 auto;
  max-width: 680px;
  padding: 50px 0 0;
  text-align: center;
}

.p-policy__headline {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.p-policy__headline img {
  display: block;
  height: auto;
  margin: 0 0 5px;
  width: 120px;
}
.p-policy__headline h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin: 0 0 24px;
}

.p-policy__headline-samll {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  list-style: none;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-news-list {
    gap: 15px;
  }
}
.p-news-list::before {
  background: url("images/machiririsu02.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 178px;
  position: absolute;
  right: 0;
  top: -220px;
  width: 150px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-news-list::before {
    height: 128px;
    top: -185px;
    width: 108px;
  }
}
.p-news-list .p-news-list__items {
  flex: 1 0 0;
  min-width: 170px;
}
@media screen and (max-width: 650px) {
  .p-news-list .p-news-list__items {
    min-width: 140px;
  }
}
@media screen and (max-width: 365px) {
  .p-news-list .p-news-list__items {
    width: calc(50% - 8px);
  }
}
.p-news-list .p-news-list__items .p-news-list__items-link {
  display: block;
}
.p-news-list .p-news-list__items .p-news-list__items-link:hover .p-news-list__items-photo img {
  transform: scale(1.1, 1.1);
}
.p-news-list .p-news-list__items .p-news-list__items-photo {
  aspect-ratio: 218/123;
  border: solid 1px #DFDFDF;
  display: block;
  line-height: 0;
  overflow: hidden;
  width: 100%;
}
.p-news-list .p-news-list__items .p-news-list__items-photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1, 1);
  transition: transform 0.3s ease;
  width: 100%;
}
.p-news-list .p-news-list__items .p-news-list__items-date {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  margin: 10px 0 0;
}
.p-news-list .p-news-list__items .p-news-list__items-categories {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
.p-news-list .p-news-list__items .p-news-list__items-categories li {
  background: #eee;
  border-radius: 45px;
  color: #FFF;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 140%; /* 14px */
  min-width: 80px;
  padding: 4px 0;
  text-align: center;
}
.p-news-list .p-news-list__items .p-news-list__items-categories li.is-orange {
  background: var(--color-orange);
}
.p-news-list .p-news-list__items .p-news-list__items-categories li.is-black {
  background: var(--color-font);
}
.p-news-list .p-news-list__items .p-news-list__items-text {
  -webkit-box-orient: vertical;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  -webkit-line-clamp: 2;
  line-height: normal;
  letter-spacing: 1.4px;
  margin: 8px 0 0;
  display: -webkit-box;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .p-news-list .p-news-list__items .p-news-list__items-text {
    -webkit-line-clamp: 3;
  }
}

.p-news-header {
  margin: 0 auto;
  max-width: 748px;
}
.p-news-header .p-news-header__date {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
}
.p-news-header .p-news-header__headline {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 30px;
  font-weight: 700;
  line-height: 150%; /* 45px */
  letter-spacing: 3px;
  margin: 10px 0 0;
}
.p-news-header .p-news-header__categories {
  list-style: none;
  padding: 0;
}
.p-news-header .p-news-header__categories li {
  background: #eee;
  border-radius: 45px;
  color: #FFF;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 140%; /* 14px */
  padding: 4px 0;
  min-width: 80px;
}
.p-news-header .p-news-header__categories li.is-black {
  background: var(--normal-black);
}

.p-past-header {
  margin: 0 auto;
  max-width: 1000px;
}
.p-past-header .p-past-header__headline {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 3px;
}
.p-past-header .p-past-header__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  list-style: none;
  max-width: 997px;
  margin: 30px auto 0;
  padding: 0;
}
.p-past-header .p-past-header__list li.is-active a::before {
  background: #fff;
}
.p-past-header .p-past-header__list li.is-active a::after {
  opacity: 1;
}
.p-past-header .p-past-header__list li a {
  align-items: center;
  display: inline-flex;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  position: relative;
}
.p-past-header .p-past-header__list li a::before {
  background: var(--normal_gray);
  border-radius: 3px;
  border: 1px solid #000;
  content: "";
  display: inline-block;
  height: 20px;
  margin: 0 10px 0 0;
  width: 20px;
}
.p-past-header .p-past-header__list li a::after {
  background: url("images/icon-check.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 10px;
  opacity: 0;
  position: absolute;
  left: 3px;
  top: 6px;
  width: 14px;
}

.p-past-list {
  border-bottom: 1px solid var(--color-font);
  list-style: none;
  margin: 0 auto;
  max-width: 997px;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .p-past-list {
    border: none;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.p-past-list .p-past-list__items .p-past-list__items-link {
  border-top: 1px solid var(--color-font);
  display: flex;
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-past-list .p-past-list__items .p-past-list__items-link {
    border: none;
    flex-direction: column;
    padding: 0;
  }
}
.p-past-list .p-past-list__items .p-past-list__items-link::after {
  background: url("images/illustration/icon-arrow-white.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  width: 24px;
}
@media screen and (max-width: 650px) {
  .p-past-list .p-past-list__items .p-past-list__items-link::after {
    display: none;
  }
}
.p-past-list .p-past-list__items .p-past-list__items-link:hover {
  opacity: 0.7;
}
.p-past-list .p-past-list__items .p-past-list__items-link:hover .p-past-list__items-text {
  text-decoration: none;
}
.p-past-list .p-past-list__items .p-past-list__items-photo {
  aspect-ratio: 218/123;
  border: solid 1px #DFDFDF;
  display: block;
  line-height: 0;
  margin: 0 20px 0 0;
  width: 309px;
}
@media screen and (max-width: 650px) {
  .p-past-list .p-past-list__items .p-past-list__items-photo {
    margin: 0;
    width: 100%;
  }
}
.p-past-list .p-past-list__items .p-past-list__items-photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-past-list .p-past-list__items .p-past-list__items-body {
  width: calc(100% - 390px);
}
@media screen and (max-width: 650px) {
  .p-past-list .p-past-list__items .p-past-list__items-body {
    margin: 17px 0 0;
    width: 100%;
  }
}
.p-past-list .p-past-list__items .p-past-list__items-body .p-past-list__items-categories li {
  background: #eee;
  border-radius: 5px;
  border: 1px solid var(--normal-black);
  color: var(--normal-black);
  display: inline-block;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  padding: 5px 10px;
  text-align: center;
}
.p-past-list .p-past-list__items .p-past-list__items-body .p-past-list__items-categories li.is-green {
  background: var(--color-green);
}
.p-past-list .p-past-list__items .p-past-list__items-body .p-past-list__items-categories li.is-black {
  background: var(--color-font);
  color: #fff;
}
.p-past-list .p-past-list__items .p-past-list__items-body .p-past-list__items-headline {
  -webkit-box-orient: vertical;
  color: #000;
  display: -webkit-box;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-weight: 700;
  -webkit-line-clamp: 2;
  line-height: 160%; /* 32px */
  letter-spacing: 3px;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .p-past-list .p-past-list__items .p-past-list__items-body .p-past-list__items-headline {
    -webkit-line-clamp: 3;
    margin: 17px 0 0;
  }
}
.p-past-list .p-past-list__items .p-past-list__items-body .p-past-list__items-text {
  -webkit-box-orient: vertical;
  color: #000;
  display: -webkit-box;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  -webkit-line-clamp: 2;
  line-height: 250%; /* 35px */
  letter-spacing: 2.1px;
  overflow: hidden;
  text-decoration-line: underline;
}
@media screen and (max-width: 650px) {
  .p-past-list .p-past-list__items .p-past-list__items-body .p-past-list__items-text {
    -webkit-line-clamp: 4;
  }
}

.p-past-detail__header {
  margin: 0 auto;
  max-width: 748px;
}
.p-past-detail__header .p-past-detail__header-details {
  align-items: center;
  display: flex;
  gap: 40px;
}
.p-past-detail__header .p-past-detail__header-date {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 3px;
}
.p-past-detail__header .p-past-detail__header-list {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
}
.p-past-detail__header .p-past-detail__header-list li {
  border-radius: 5px;
  border: 1px solid var(--normal-black);
  background: var(--normal-black);
  color: var(--normal_white, #FFF);
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 140%; /* 14px */
  padding: 5px 10px;
  text-align: center;
}
.p-past-detail__header .p-past-detail__header-list li.is-black {
  background: var(--normal-black);
  color: #fff;
}
.p-past-detail__header .p-past-detail__header-list li.is-green {
  background: var(--color-green);
  color: var(--color-font);
}
.p-past-detail__header .p-past-detail__header-headline {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 30px;
  font-weight: 700;
  line-height: 150%; /* 45px */
  letter-spacing: 3px;
  margin: 24px 0 0;
}
.p-past-detail__header .p-past-detail__header-photo {
  display: block;
  line-height: 0;
  margin: 35px 0 0;
}
.p-past-detail__header .p-past-detail__header-photo img {
  width: 100%;
}

.p-past-detail__body {
  margin: 0 auto;
  max-width: 748px;
}
.p-past-detail__body figure {
  width: 100%;
}
.p-past-detail__body figure img {
  width: 100%;
}

.c-block__detail-footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  max-width: 490px;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .c-block__detail-footer {
    justify-content: center;
    max-width: 300px;
  }
}
.c-block__detail-footer li.is-dummy {
  opacity: 0.3;
  pointer-events: none;
}
.c-block__detail-footer li.is-list {
  width: 180px !important;
}
.c-block__detail-footer li.is-list a {
  max-width: unset;
  padding: 15px 0;
}
@media screen and (max-width: 650px) {
  .c-block__detail-footer li:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    order: 1;
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .c-block__detail-footer li:nth-child(2) {
    display: flex;
    justify-content: center;
    margin: 15px 0 0;
    order: 3;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .c-block__detail-footer li:nth-child(3) {
    display: flex;
    justify-content: flex-end;
    order: 2;
    width: 50%;
  }
}
.c-block__detail-footer li.is-hide {
  opacity: 0;
  pointer-events: none;
}
.c-block__detail-footer li a {
  display: flex;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .c-block__detail-footer li a {
    padding: 5px;
    max-width: 150px;
  }
}
.c-block__detail-footer li a.is-prev {
  padding: 10px 10px 10px 36px;
}
.c-block__detail-footer li a.is-prev::before {
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  content: "";
  display: inline-block;
  height: 7px;
  margin: 8px 6px 0 0;
  transform: rotate(-45deg);
  width: 7px;
}
@media screen and (max-width: 650px) {
  .c-block__detail-footer li a.is-prev::before {
    margin: 8px 17px 0 0;
  }
}
@media screen and (max-width: 365px) {
  .c-block__detail-footer li a.is-prev::before {
    margin: 8px 10px 0 0;
  }
}
.c-block__detail-footer li a.is-next {
  padding: 10px 36px 10px 10px;
}
.c-block__detail-footer li a.is-next::after {
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  content: "";
  display: inline-block;
  height: 7px;
  margin: 8px 0 0 6px;
  transform: rotate(135deg);
  width: 7px;
}
@media screen and (max-width: 650px) {
  .c-block__detail-footer li a.is-next::after {
    margin: 8px 0 0 17px;
  }
}
@media screen and (max-width: 365px) {
  .c-block__detail-footer li a.is-next::after {
    margin: 8px 0 0 10px;
  }
}
.c-block__detail-footer li a:hover {
  opacity: 0.7;
}

.overview-headline {
  color: #333333;
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .overview-headline {
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.15em;
  }
}
.overview-headline .wp-block-group__inner-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .overview-headline .wp-block-group__inner-container {
    flex-direction: column;
  }
}

.overview-headline__small {
  color: #333333;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.1em;
  margin: 10px 0 20px;
}

.overvie-schedule {
  align-items: center;
  display: flex;
  gap: 0 10px;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .overvie-schedule {
    flex-direction: column;
    gap: 10px 0;
  }
}
.overvie-schedule .overvie-schedule__text {
  box-sizing: border-box;
  padding: 5px 10px;
  background: #CBEF44;
  border: 1px solid #333333;
  border-radius: 5px;
  color: #333333;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 10px;
  line-height: 140%;
  text-align: center;
}
.overvie-schedule .overvie-schedule__date {
  color: #333333;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 650px) {
  .overvie-schedule .overvie-schedule__date {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
}

.overview-exhibit {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 120px;
}
@media screen and (max-width: 650px) {
  .overview-exhibit {
    padding-bottom: 80px;
  }
}
.overview-exhibit p {
  color: #333333;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.15em;
}
.overview-exhibit .overview-exhibit__contents {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 650px) {
  .overview-exhibit .overview-exhibit__contents {
    row-gap: 30px;
  }
}
.overview-exhibit .overview-exhibit__items {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
}
.overview-exhibit .overview-exhibit__items .wp-block-group {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.overview-exhibit .overview-exhibit__items h4 {
  background: #CBEF44;
  border-radius: 5px;
  color: #333333;
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.15em;
  padding: 5px 20px;
  width: 100%;
}
.overview-exhibit .overview-exhibit__items h5 {
  color: #F67F2C;
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.15em;
}

.overview-rule {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
.overview-rule .overview-rule__contents {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.overview-rule .overview-rule__items {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  width: 100%;
}
.overview-rule .overview-rule__items .wp-block-group {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.overview-rule h4 {
  color: #333333;
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.15em;
  margin: 0 0 -10px;
}
@media screen and (max-width: 650px) {
  .overview-rule h4 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
}
.overview-rule p {
  color: #333333;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.15em;
  width: 100%;
}
.overview-rule ul {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  list-style: none;
}
.overview-rule ul li {
  color: #333333;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.15em;
}

.overview-price {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
.overview-price .wp-block-group {
  width: 100%;
}
.overview-price p {
  color: #333333;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.15em;
}
.overview-price h3 {
  background: #CBEF44;
  border-radius: 5px;
  height: 42px;
  margin: 0 0 40px;
  padding: 5px 20px;
  text-align: center;
  width: 100%;
}
.overview-price .overview-price__items {
  border-bottom: 1px solid #333333;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin: 0 0 40px;
  padding: 0 0 40px;
}
.overview-price .overview-price__items:last-child {
  border-bottom: none;
}
.overview-price .overview-price__items h4 {
  color: #333333;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 650px) {
  .overview-price .overview-price__items h4 {
    font-size: 16px;
  }
}
.overview-price .overview-price__items figure.wp-block-image {
  width: 39.5348837209%;
}
@media screen and (max-width: 650px) {
  .overview-price .overview-price__items figure.wp-block-image {
    width: 80%;
  }
}
.overview-price .overview-price__items figure.wp-block-image img {
  height: auto;
  width: 100%;
}
.overview-price .overview-price__items .wp-block-group {
  width: auto;
}
.overview-price .overview-price__items .overview-price__items-flex {
  display: flex;
  gap: 40px 0;
  justify-content: space-between !important;
}
@media screen and (max-width: 650px) {
  .overview-price .overview-price__items .overview-price__items-flex {
    align-items: center;
    flex-direction: column;
    justify-content: center !important;
  }
}
.overview-price .overview-price__items .overview-price__items-flex.is-layout-flex {
  align-items: flex-start;
}
.overview-price .overview-price__items .overview-price__items-block {
  gap: 20px 0;
  width: 55.8139534884%;
}
@media screen and (max-width: 650px) {
  .overview-price .overview-price__items .overview-price__items-block {
    width: 100%;
  }
}
.overview-price .overview-price__items .overview-price__items-block table tr td {
  padding: 10px 20px;
}
.overview-price .overview-price__items .overview-price__items-block table tr td:first-child {
  width: 58.3333333333%;
}
.overview-price .overview-price__image-items {
  align-items: center;
  display: flex;
  max-width: 574px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 650px) {
  .overview-price .overview-price__image-items {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px 0;
  }
}
.overview-price .overview-price__image-items .wp-block-group {
  width: auto;
}
.overview-price .overview-price__image-items figure.wp-block-image {
  width: 52.2648083624%;
}
@media screen and (max-width: 650px) {
  .overview-price .overview-price__image-items figure.wp-block-image {
    width: 80%;
  }
}
.overview-price .overview-price__image-items figure.wp-block-image img {
  height: auto;
  max-width: 100%;
}
.overview-price .overview-price__image-items h4 {
  color: #333333;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.15em;
  margin: 0 0 20px;
}
@media screen and (max-width: 650px) {
  .overview-price .overview-price__image-items h4 {
    margin-bottom: 10px;
  }
}

.overview-rental {
  max-width: 860px;
  margin: 0 auto -100px;
  padding: 80px 0 120px;
}
@media screen and (max-width: 650px) {
  .overview-rental {
    margin-bottom: -50px;
  }
}
.overview-rental p {
  color: #333333;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.15em;
  margin: 0 0 10px;
}
.overview-rental .overview-rental__items {
  background-color: #ffffff;
}
.overview-rental table {
  background-color: #ffffff;
  margin: 0 0 10px;
}
.overview-rental table td {
  color: #333333;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.15em;
  margin: 0 0 10px;
  padding: 20px 10px;
}
@media screen and (max-width: 650px) {
  .overview-rental table td {
    padding: 5px;
  }
}
.overview-rental table td strong {
  display: inline-block;
  font-size: 16px;
  margin: 0 0 10px;
}
@media screen and (max-width: 650px) {
  .overview-rental table td strong {
    font-size: 14px;
  }
}
.overview-rental table td img {
  height: auto;
  width: 100%;
}
.overview-rental table td:first-child {
  padding: 5px;
  width: 30.2325581395%;
}
.overview-rental table td:last-child {
  width: 180px;
}
@media screen and (max-width: 650px) {
  .overview-rental table td:last-child {
    width: 80px;
  }
}/*# sourceMappingURL=style.css.map */