@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # 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;
  tab-size: 4;
}

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

::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 {
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
  color: inherit; /* Correct border color 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] {
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
}

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; /* 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 {
  position: relative;
  font-size: 50%;
  line-height: 0;
  vertical-align: 0.4em;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
}

iframe {
  border-style: none;
}

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

[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;
}

/* 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 {
  padding: 0;
  border-style: none;
}

/* 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;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

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

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

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

/* # =================================================================
   # 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;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

.u-12 {
  font-size: 1.2rem;
}

.u-14 {
  font-size: 1.4rem;
}

.u-16 {
  font-size: 1.6rem;
}

.u-18 {
  font-size: 1.8rem;
}

*,
*::before,
*::after {
  appearance: none;
}

html {
  height: 100%;
  font-size: 62.5%;
  line-height: 1.8;
}
@media screen and (min-width: 520px) {
  html {
    line-height: 2;
  }
}

body {
  font-family: josefin-sans, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  overflow-wrap: break-word;
  letter-spacing: 0.05em;
  color: #3d1d1d;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
@media screen and (min-width: 520px) {
  body::before {
    content: "";
    position: fixed;
    width: 300vw;
    height: 300vw;
    background: url(/wp-content/themes/2026aw/images/bg_pattern.png) repeat bottom center/324px 320px;
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%;
    z-index: -1;
  }
  body::after {
    width: 100%;
    height: 100%;
    background-color: #feffef;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: color;
    z-index: -1;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
}

a,
button {
  color: #3d1d1d;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease-out;
}
a:hover,
button:hover {
  color: #e9546a;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  backface-visibility: hidden;
}

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

small {
  font-size: 80%;
}

.p-loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fffdee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-loading .loader {
  width: min(65vw, 235px);
  position: relative;
  text-align: center;
}
.p-loading .loader-character { /* モンチッチ */
  position: absolute;
  bottom: 62px;
  left: 0;
  width: 52px;
  transform: translateX(-35%);
  z-index: 2;
}
.p-loading .progress-frame { /* 外枠 */
  width: 100%;
  height: 12px;
  border: 1px solid #9b1d1e;
  border-radius: 999px;
  padding: 2px;
  background: transparent;
  box-sizing: border-box;
}
.p-loading .progress-inner { /* 内側の余白領域 */
  width: 100%;
  height: 100%;
  border-radius: 999px;
  overflow: hidden;
  background: transparent;
}
.p-loading .progress-fill { /* プログレスバー */
  height: 100%;
  width: 0%;
  border-radius: 999px 0 0 999px;
  background: #e9546a;
}
.p-loading .loading-text { /* Loading... */
  margin-top: 24px;
  font-size: 1.6rem;
  font-family: "margot", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #9b1d1e;
}
.p-loading .loading-text span {
  display: inline-block;
  opacity: 0;
  animation: textWave 1.4s ease-in-out infinite;
}

.loading-text span:nth-child(1) {
  animation-delay: 0s;
}

.loading-text span:nth-child(2) {
  animation-delay: 0.08s;
}

.loading-text span:nth-child(3) {
  animation-delay: 0.16s;
}

.loading-text span:nth-child(4) {
  animation-delay: 0.24s;
}

.loading-text span:nth-child(5) {
  animation-delay: 0.32s;
}

.loading-text span:nth-child(6) {
  animation-delay: 0.4s;
}

.loading-text span:nth-child(7) {
  animation-delay: 0.48s;
}

.loading-text span:nth-child(8) {
  animation-delay: 0.56s;
}

.loading-text span:nth-child(9) {
  animation-delay: 0.64s;
}

.loading-text span:nth-child(10) {
  animation-delay: 0.72s;
}

@keyframes textWave {
  0%, 100% {
    opacity: 0;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(-8px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-footerContents {
  padding: 80px 4% 0;
  position: relative;
  overflow: hidden;
}
.l-footerContents::after {
  content: "";
  position: absolute;
  width: 240%;
  height: 140%;
  background: url(/wp-content/themes/2026aw/images/bg_pattern.png) repeat bottom center/324px 320px;
  transform: translate(-50%, -50%) rotate(-30deg);
  top: 50%;
  left: 50%;
}
.l-footerContents__inner {
  position: relative;
}
.l-footerContents__inner > div {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
}
.l-footerContents__inner > div:not(:last-child) {
  background: linear-gradient(to right, #dbd2c7, #dbd2c7, transparent 2px, transparent 6px) repeat-x center bottom/6px 2px;
}
.l-footerContents__box {
  padding-block: 8%;
}
.l-footerContents__eventData .l-footerContents__box {
  padding-top: 0;
}
.l-footerContents__eventData .eventData__logo {
  text-align: center;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  background-color: white;
  border: 1px solid #dbd2c7;
  border-radius: 999px;
}
.l-footerContents__eventData .eventData__logo img {
  width: 64%;
}
.l-footerContents__eventData .eventData__list li {
  position: relative;
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.l-footerContents__eventData .eventData__list li::before {
  content: "";
  background: url(/wp-content/themes/2026aw/images/ico_heart.png) no-repeat center center/contain;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  width: 12px;
  height: 10px;
  transform: translate(0, -50%);
}
.l-footerContents__info .info__ttl {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 16px;
  font-family: "margot", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #d31021;
  text-align: center;
  text-shadow: 1px 1px 0px #2d2624, -1px 1px 0px #2d2624, 1px -1px 0px #2d2624, -1px -1px 0px #2d2624, 1px 0px 0px #2d2624, 0px 1px 0px #2d2624, -1px 0px 0px #2d2624, 0px -1px 0px #2d2624;
}
.l-footerContents__info .info__nav {
  text-align: center;
}
.l-footerContents__info .info__nav a {
  text-decoration: none;
  display: inline-block;
  padding: 6px 0;
  line-height: 1.6;
  font-size: 1.2rem;
  font-weight: 700;
}
.l-footerContents__subNav .l-footerContents__box {
  padding-bottom: 4%;
}
.l-footerContents__subNav .subNav__ttl {
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-family: "margot", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #d31021;
  text-shadow: 1px 1px 0px #2d2624, -1px 1px 0px #2d2624, 1px -1px 0px #2d2624, -1px -1px 0px #2d2624, 1px 0px 0px #2d2624, 0px 1px 0px #2d2624, -1px 0px 0px #2d2624, 0px -1px 0px #2d2624;
}
.l-footerContents__subNav .subNav__list {
  text-align: center;
}
.l-footerContents__subNav .subNav__list li {
  display: inline-block;
  position: relative;
  margin-right: -0.5em;
}
.l-footerContents__subNav .subNav__list li:nth-of-type(2)::after, .l-footerContents__subNav .subNav__list li:nth-of-type(3)::after, .l-footerContents__subNav .subNav__list li:nth-of-type(5)::after, .l-footerContents__subNav .subNav__list li:nth-of-type(6)::after, .l-footerContents__subNav .subNav__list li:nth-of-type(8)::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #3d1d1d;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.l-footerContents__subNav .subNav__list a {
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  padding: 6px 16px;
  line-height: 1.5;
}
.l-footerContents__subNav .credit {
  color: #5d3d2b;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
}

.l-footer {
  margin-top: auto;
  text-align: center;
  background-color: #5d3d2b;
  z-index: 1;
  padding-block: 18px;
}
@media screen and (min-width: 960px) {
  .l-footer {
    padding-block: 18px;
  }
}
.l-footer__logo img {
  width: 172px;
}
.l-footer__logo a {
  display: inline-block;
}
.l-footer__logo a:hover {
  transform: scale(1.05);
}
.l-footer__copyright {
  color: white;
  font-size: 1.2rem;
}

.l-header {
  transition: all 0.5s ease-out;
  opacity: 0;
}
.l-header.is-show {
  opacity: 1;
}
.l-header.fix {
  opacity: 1;
}
.l-header__toggle_btnWrap {
  position: fixed;
  z-index: 21;
  top: 0;
  left: 0;
}
@media screen and (min-width: 960px) {
  .l-header__toggle_btnWrap {
    display: none;
  }
}
.l-header__toggle_btnWrap.is-show::after {
  opacity: 1;
}
.l-header__toggle_btn {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  z-index: 21;
  top: 2px;
  left: 2px;
  filter: drop-shadow(0 0 1px white) drop-shadow(0 0 1px white);
}
.l-header__toggle_btn .menu {
  position: relative;
}
.l-header__toggle_btn .open,
.l-header__toggle_btn .close {
  opacity: 1;
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 26px;
  height: 26px;
  transition: all 0.2s ease-out;
  transform: translateX(-50%);
}
.l-header__toggle_btn .open {
  opacity: 1;
}
.l-header__toggle_btn .close {
  opacity: 0;
}
.l-header__toggle_btn.is-on .menu {
  animation: slideUp 0.5s ease-out 0s 1 normal forwards;
}
@keyframes slideUp {
  0% {
    transform: translateY(5px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.l-header__toggle_btn.is-on .open {
  opacity: 0;
}
.l-header__toggle_btn.is-on .close {
  opacity: 1;
}
.l-header__contentsWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  display: none;
}
.l-header__contentsWrap.is-on .l-header__contents {
  top: 50px;
  opacity: 1;
}
.l-header__contentsWrap.is-on .l-header__sns {
  opacity: 1;
}
.l-header__contentsWrap.is-on .l-header__bg {
  opacity: 1;
}
.l-header__contents {
  transition: all 0.5s ease-out;
  top: 60px;
  left: 0;
  opacity: 0;
  z-index: 2;
  position: relative;
  width: 100%;
  height: calc(100% - 50px);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.l-header__nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.l-header__nav li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
.l-header__nav li::before, .l-header__nav li::after {
  content: "";
  flex-grow: 1;
  background: url(/wp-content/themes/2026aw/images/ico_heart.png) no-repeat center center/contain;
  width: 12px;
  height: 10px;
}
.l-header__nav li a {
  font-size: 2rem;
  display: block;
  font-family: "margot", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 1px 1px 0px #feffef, -1px 1px 0px #feffef, 1px -1px 0px #feffef, -1px -1px 0px #feffef, 1px 0px 0px #feffef, 0px 1px 0px #feffef, -1px 0px 0px #feffef, 0px -1px 0px #feffef;
  position: relative;
  padding-inline: 8px;
}
@media screen and (max-width: 320px) {
  .l-header__nav li a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
  .l-header__nav li a {
    font-size: 2.4rem;
  }
}
.l-header__sub {
  display: flex;
  margin-block: 30px;
  justify-content: center;
}
@media screen and (max-width: 320px) {
  .l-header__sub {
    margin-top: 6%;
  }
}
.l-header__sub li {
  position: relative;
}
.l-header__sub li:not(:last-child) {
  margin-right: 4%;
  padding-right: 4%;
}
.l-header__sub li:not(:last-child)::after {
  content: "/";
  position: absolute;
  text-shadow: 1px 1px 0px #feffef, -1px 1px 0px #feffef, 1px -1px 0px #feffef, -1px -1px 0px #feffef, 1px 0px 0px #feffef, 0px 1px 0px #feffef, -1px 0px 0px #feffef, 0px -1px 0px #feffef;
  top: calc(50% - 0.1em);
  font-size: 120%;
  right: -0.2em;
  transform: translate(0, -50%);
}
.l-header__sub li a {
  font-family: "margot", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  text-shadow: 1px 1px 0px #feffef, -1px 1px 0px #feffef, 1px -1px 0px #feffef, -1px -1px 0px #feffef, 1px 0px 0px #feffef, 0px 1px 0px #feffef, -1px 0px 0px #feffef, 0px -1px 0px #feffef;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
  .l-header__sub li a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 320px) {
  .l-header__sub li a {
    font-size: 1.2rem;
  }
}
.l-header__btnWrap {
  display: flex;
  justify-content: center;
  gap: 4%;
  row-gap: 8px;
  flex-wrap: wrap;
  margin-block: 30px;
}
.l-header__btnWrap a:hover img {
  filter: none;
}
.l-header__admission .c-btn, .l-header__report .c-btn, .l-header__timeTable .c-btn {
  width: 100%;
  max-width: 162px;
  margin: 0 auto;
}
.l-header__sns {
  transition: all 0.5s ease-out;
  opacity: 0;
  width: 100%;
  padding: 4px 0;
  background-color: #d31021;
  position: relative;
  margin-top: 40px;
}
.l-header__sns ul {
  display: flex;
  justify-content: center;
  width: 92%;
  margin: 0 auto;
}
.l-header__sns li:not(:last-child) {
  margin-right: 3%;
}
.l-header__sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
}
.l-header__sns li a img {
  width: 48%;
}
.l-header__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/2026aw/images/bg_pattern-check-pk.png) repeat top left/30px;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 1;
}

.l-main {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 520px) {
  .l-main {
    max-height: 100%;
    width: 375px;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 2px solid #9b1d1e;
    margin-inline: auto;
    z-index: 1;
  }
  .l-main::-webkit-scrollbar {
    width: 0;
  }
  .l-main::-webkit-scrollbar-track {
    background: white;
  }
  .l-main::-webkit-scrollbar-thumb {
    background: #aaa39a;
  }
}

.download-none, .pickupSlider__img img, .cast__img img, .castList__img img, .stage_imgList-l img, .stage_imgList img, .booth_imgList-l img, .booth_imgList img, .fashionShowList_img img {
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
  /* PCの右クリック禁止 */
  pointer-events: none;
}

.palt {
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
}

.site-content .description p {
  font-size: 2rem;
}

.l-nav {
  flex: 1;
  z-index: 1;
  transition: all 0.5s ease-out;
  display: none;
  position: fixed;
  width: calc((100% - 375px) / 2);
  height: 100vh;
  top: 0;
  right: 0;
}
@media screen and (min-width: 960px) {
  .l-nav {
    display: block;
  }
}
.l-nav::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/2026aw/images/illust_candyMacaron.png) no-repeat center center/contain;
  width: min(18%, 80px);
  height: 96px;
  top: 6vw;
  left: 3vw;
  z-index: 1;
  animation: fuwafuwa 1s infinite alternate linear;
}
.l-nav::after {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/2026aw/images/illust_heartCookies-01.png) no-repeat center center/contain;
  width: min(16%, 66px);
  height: 65px;
  bottom: 4vw;
  right: 3vw;
  animation: fuwafuwa 1s infinite alternate linear;
}
.l-nav__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(90%, 344px);
  transform: translate(-50%, -50%);
}
.l-nav__boxWrap {
  position: relative;
}
.l-nav__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.l-nav__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
.l-nav__list li::before, .l-nav__list li::after {
  content: "";
  flex-grow: 1;
  background: url(/wp-content/themes/2026aw/images/ico_heart.png) no-repeat center center/contain;
  width: 12px;
  height: 10px;
  filter: drop-shadow(0 0 3px #feffef) drop-shadow(0 0 3px #feffef) drop-shadow(0 0 3px #feffef) drop-shadow(0 0 3px #feffef);
}
.l-nav__list li a {
  display: block;
  white-space: nowrap;
  font-family: "margot", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2rem, 1.85vw, 2.4rem);
  padding-inline: 10px;
  filter: drop-shadow(0 0 3px #feffef) drop-shadow(0 0 3px #feffef) drop-shadow(0 0 3px #feffef) drop-shadow(0 0 3px #feffef);
}
.l-nav__subList {
  font-size: 1.4rem;
  font-family: "margot", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0px;
  column-gap: 6px;
}
.l-nav__subList li {
  position: relative;
}
.l-nav__subList a {
  padding: 4px 6px;
  filter: drop-shadow(0 0 3px #feffef) drop-shadow(0 0 3px #feffef) drop-shadow(0 0 3px #feffef) drop-shadow(0 0 3px #feffef);
}
.l-nav__btnWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 344px;
  margin-inline: auto;
}
.l-nav__btnWrap a {
  text-align: center;
  max-width: 162px;
}
.l-nav__btnWrap a img {
  transition: all 0.2s ease-out;
}
.l-nav__btnWrap a img:hover {
  transform: scale(1.05);
}

.l-visual-frame {
  position: relative;
  display: none;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .l-visual-frame {
    position: fixed;
    display: block;
    width: calc((100% - 375px) / 2);
    height: 100vh;
    top: 0;
    left: 0;
    overflow: clip;
  }
}
.l-visual-frame__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.l-visual-frame__logo {
  position: relative;
  left: 5%;
  margin-bottom: 2%;
  width: min(88%, 464px);
  margin-inline: auto;
}
.l-visual-frame__logo > div {
  position: relative;
}
.l-visual-frame__logo > div::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/2026aw/images/illust_monchhichi-kun.png) no-repeat top center/contain;
  width: min(20.5%, 94px);
  height: 130px;
  animation: fuwafuwa 1s infinite alternate linear;
  top: 4%;
  left: -4%;
}
.l-visual-frame__logo > div::after {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/2026aw/images/illust_monchhichi-chan.png) no-repeat bottom center/contain;
  width: min(18.5%, 88px);
  height: 138px;
  animation: fuwafuwa 1s infinite alternate linear;
  bottom: 28%;
  right: 7%;
}
.l-visual-frame__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
  transition: all 0.2s ease-out;
  margin-bottom: 8%;
}
.l-visual-frame__sns li {
  width: min(15%, 50px);
}
.l-visual-frame__sns li a {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background: url(/wp-content/themes/2026aw/images/bg_btn.png) no-repeat center center/contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-visual-frame__sns li a:hover {
  transform: scale(1.05);
  filter: brightness(1.4);
}
.l-visual-frame__sns li a img {
  width: 60%;
}
.l-visual-frame__info {
  background: url(/wp-content/themes/2026aw/images/bg_mainVisual-info.png) no-repeat center center/100% 100%;
  width: 100%;
}
.l-visual-frame__info::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: 4%;
  background: url(/wp-content/themes/2026aw/images/illust_candy-01.png) no-repeat center center/contain;
  width: 70px;
  height: 97px;
}
.l-visual-frame__info a {
  padding: 8px 64px 12px;
  line-height: 1.2;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-visual-frame__info a .txt {
  color: #feffef;
  font-size: clamp(1.6rem, 1.2vw, 2.2rem);
  font-weight: 600;
  line-height: 1.2;
  transition: all 0.2s ease-out;
}
.l-visual-frame__info a:hover .txt {
  transform: scale(1.05);
}

.l-wrapper {
  position: relative;
  min-height: 100vh;
}
.l-wrapper.float {
  padding-bottom: 16vw;
}
@media screen and (min-width: 960px) {
  .l-wrapper.float {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .l-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
}

.c-btn-wrap {
  display: flex;
  flex-flow: wrap;
  gap: 20px 40px;
  justify-content: center;
}

.c-btn {
  display: block;
  width: 90%;
  max-width: 160px;
  position: relative;
  z-index: 10;
}
.c-btn img {
  transition: all 0.2s ease-out;
}
.c-btn img:hover {
  transform: scale(1.05);
}

.c-btnArea {
  z-index: 2;
  position: relative;
}
.c-btnArea a, .c-btnArea button, .c-btnArea div {
  margin: 0 auto 24px;
}
.c-btnArea *:last-child {
  margin-bottom: 0;
}

.c-list__dot > li {
  position: relative;
  padding-left: 1em;
}
.c-list__dot > li::before {
  content: "・";
  font-size: 1em;
  top: 0;
  left: 0;
  position: absolute;
}
.c-list__dot > li:last-child {
  margin-bottom: 0;
}
.c-list__num > li {
  list-style: decimal;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.c-list__num > li:last-child {
  margin-bottom: 0;
}
.c-list__square {
  position: relative;
  padding-left: 1.5em;
}
.c-list__square::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1em;
  height: 1em;
  background: white;
}

.c-note {
  color: #3d1d1d;
  font-size: 1.1rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}

.c-notesList li {
  text-indent: -0.5em;
  margin-left: 1em;
  font-size: 1.2rem;
}
.c-notesList li::before {
  content: "＊";
  display: inline-block;
}
.c-notesList__num {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  counter-reset: note;
}
.c-notesList__num li {
  position: relative;
  padding-left: 2em;
  counter-increment: note;
  font-size: 1.2rem;
}
.c-notesList__num li::before {
  content: "※" counter(note);
  position: absolute;
  left: 0;
  top: 0;
}

.c-pagetop {
  position: fixed;
  right: -100px;
  bottom: 120px;
  z-index: 10;
  cursor: pointer;
  background-color: red;
  transition: all 0.2s ease-out;
}
.c-pagetop.is-show {
  right: 0;
}

.c-text-area {
  font-size: 1.2rem;
  line-height: 1.833;
}

.c-text-link {
  color: #d31021;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.c-text-link:hover {
  filter: brightness(1.2);
  color: #e9546a;
}
@media screen and (min-width: 960px) {
  .c-text-link[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.c-ttl__section, .c-ttl__section__faq, .c-ttl__section__whatsga, .c-ttl__section__seventeen, .c-ttl__section__mennon, .c-ttl__section__newsTopics, .c-ttl__section__pickup {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  line-height: 1;
  display: inline-block;
}
.c-ttl__section img, .c-ttl__section__faq img, .c-ttl__section__whatsga img, .c-ttl__section__seventeen img, .c-ttl__section__mennon img, .c-ttl__section__newsTopics img, .c-ttl__section__pickup img {
  height: 34px;
  width: auto;
}
.c-ttl__section__pickup {
  margin-bottom: 24px;
}
.c-ttl__section__pickup img {
  height: 38px;
  width: auto;
}
.c-ttl__section__pickup::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  background: url(/wp-content/themes/2026aw/images/illust_candyMacaron.png) no-repeat center center/contain;
  width: 54px;
  height: 64px;
  top: 0px;
  left: -50px;
}
.c-ttl__section__newsTopics img {
  height: 56px;
}
.c-ttl__section__seventeen img, .c-ttl__section__mennon img {
  height: 74px;
}
.c-ttl__section__whatsga img {
  height: 86px;
}
.c-ttl__section__faq img {
  height: 44px;
}
.c-ttl__h2, .c-ttl__h2__specialstage2, .c-ttl__h2__privacy {
  text-align: center;
  margin-bottom: 28px;
  position: relative;
  line-height: 1;
}
.c-ttl__h2 img, .c-ttl__h2__specialstage2 img, .c-ttl__h2__privacy img {
  height: 38px;
  width: auto;
}
.c-ttl__h2__specialstage2 img, .c-ttl__h2__privacy img {
  height: 82px;
}
.c-ttl__h3 {
  color: #3d1d1d;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 4px;
}
.c-ttl__h3::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  background: url(/wp-content/themes/2026aw/images/ico_heart.png) no-repeat center center/contain;
  width: 12px;
  height: 10px;
}
.c-ttl__pop, .c-ttl__pop--mc {
  text-align: center;
  margin-bottom: 24px;
}
.c-ttl__pop img, .c-ttl__pop--mc img {
  height: 38px;
  width: auto;
}
.c-ttl__pop--mc img {
  height: 42px;
}

.specialPartner__ttl {
  font-size: 1.1rem;
  margin-bottom: 14px;
}

.p-access {
  line-height: 1.5;
  color: #3d1d1d;
}
.p-access__ttl {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 12px;
  font-weight: normal;
}
.p-access__address {
  text-align: center;
  margin-bottom: 24px;
}
.p-access__fromStation {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.p-access__fromStation__ttl {
  padding-right: 16px;
  margin-right: 16px;
  white-space: nowrap;
  font-weight: normal;
  position: relative;
}
.p-access__fromStation__ttl::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-image: radial-gradient(circle, #dbd2c7 30%, transparent 30%);
  background-size: 2px 6px;
  background-position: bottom;
  background-repeat: repeat-y;
}
.p-access__fromStation__txt {
  flex: 1;
  text-align: left;
}
.p-access__fromStation__txt p {
  margin-bottom: 16px;
}
.p-access__fromStation__txt p:last-child {
  margin-bottom: 0;
}
.p-access__map {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.p-access__map iframe {
  position: absolute;
  top: left;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-admissionList {
  text-align: left;
}
.p-admissionList p {
  word-break: break-all;
}
.p-admissionList__ttl {
  text-align: center;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  gap: 10px;
  color: #3d1d1d;
}
.p-admissionList__ttl::before, .p-admissionList__ttl::after {
  content: "";
  display: block;
  width: 18px;
  height: 26px;
  background: url(/wp-content/themes/2026aw/images/ico_twinkle-02.png) no-repeat center center;
  background-size: contain;
  position: relative;
  top: 3px;
}
.p-admissionList__subTtl {
  font-size: 2rem;
  color: #3d1d1d;
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
}
.p-admissionList dl {
  display: flex;
  align-items: baseline;
}
.p-admissionList dl dt {
  width: 72px;
  font-weight: normal;
}
.p-admissionList figure {
  text-align: center;
}

.p-specialStage {
  position: relative;
}
.p-specialStage::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/2026aw/images/illust_monchhichi-chan.png) no-repeat center center/contain;
  width: 88px;
  height: 138px;
  top: -214px;
  right: -12px;
}

.p-specialStageList ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -2%;
  margin-right: -2%;
}
.p-specialStageList ul li {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.p-specialStageList a {
  display: block;
  position: relative;
}
.p-specialStageList a:hover {
  transform: scale(1.05);
}
.p-specialStageList img {
  border-radius: 10px;
  border: 1px solid #9b1d1e;
}

.p-brandList ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1%;
  margin-right: -1%;
}
.p-brandList ul li {
  width: 32.33%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.p-brandList a {
  text-decoration: none;
  display: block;
  position: relative;
}
.p-brandList a:hover {
  transform: scale(1.04);
}
.p-brandList img {
  border-radius: 10px;
  border: 1px solid #9b1d1e;
}

.p-castWrap {
  position: relative;
  z-index: 1;
}

.p-cast, .p-cast--mc, .p-cast--guest, .p-cast--artist, .p-cast--model {
  position: relative;
  max-width: 480px;
  width: 100%;
  margin: 0 auto 50px;
}
.p-cast .cast__box, .p-cast--mc .cast__box, .p-cast--guest .cast__box, .p-cast--artist .cast__box, .p-cast--model .cast__box {
  max-width: 480px;
}
.p-cast .cast__img, .p-cast--mc .cast__img, .p-cast--guest .cast__img, .p-cast--artist .cast__img, .p-cast--model .cast__img {
  margin: 0 auto 10px;
  max-width: 420px;
  z-index: 1;
  position: relative;
  width: 92%;
  box-shadow: 0 0 0 2px #9b1d1e, 0 0 0 5px #feffef, 0 0 0 7px #9b1d1e;
  border-radius: 15px;
}
.p-cast .cast__img img, .p-cast--mc .cast__img img, .p-cast--guest .cast__img img, .p-cast--artist .cast__img img, .p-cast--model .cast__img img {
  position: relative;
  z-index: -1;
  border-radius: 15px;
}
.p-cast .cast__img::after, .p-cast--mc .cast__img::after, .p-cast--guest .cast__img::after, .p-cast--artist .cast__img::after, .p-cast--model .cast__img::after {
  content: "";
  position: absolute;
  top: -32px;
  right: -18%;
  width: 104px;
  height: 113px;
  z-index: 1;
  background: url(/wp-content/themes/2026aw/images/ico_new.png) no-repeat center center/contain;
  animation: poyopoyo 4s infinite;
  transform-origin: center;
}
.p-cast .cast__txtWrap, .p-cast--mc .cast__txtWrap, .p-cast--guest .cast__txtWrap, .p-cast--artist .cast__txtWrap, .p-cast--model .cast__txtWrap {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
  position: relative;
  color: #3d1d1d;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  height: 48px;
}
.p-cast .cast__name, .p-cast--mc .cast__name, .p-cast--guest .cast__name, .p-cast--artist .cast__name, .p-cast--model .cast__name {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  display: block;
  width: 100%;
  text-shadow: 2px 2px 0px #feffef, -2px 2px 0px #feffef, 2px -2px 0px #feffef, -2px -2px 0px #feffef, 2px 0px 0px #feffef, 0px 2px 0px #feffef, -2px 0px 0px #feffef, 0px -2px 0px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef;
}
.p-cast .cast__name--sub, .p-cast--mc .cast__name--sub, .p-cast--guest .cast__name--sub, .p-cast--artist .cast__name--sub, .p-cast--model .cast__name--sub {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  width: 100%;
  text-shadow: 1px 1px 0px #feffef, -1px 1px 0px #feffef, 1px -1px 0px #feffef, -1px -1px 0px #feffef, 1px 0px 0px #feffef, 0px 1px 0px #feffef, -1px 0px 0px #feffef, 0px -1px 0px #feffef;
}
.p-cast .c-btnArea, .p-cast--mc .c-btnArea, .p-cast--guest .c-btnArea, .p-cast--artist .c-btnArea, .p-cast--model .c-btnArea {
  margin-top: 10px;
}
.p-cast .slick-arrow, .p-cast--mc .slick-arrow, .p-cast--guest .slick-arrow, .p-cast--artist .slick-arrow, .p-cast--model .slick-arrow {
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  top: 35%;
  text-indent: -1000px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 519px) {
  .p-cast .slick-arrow, .p-cast--mc .slick-arrow, .p-cast--guest .slick-arrow, .p-cast--artist .slick-arrow, .p-cast--model .slick-arrow {
    top: 38%;
  }
}
.p-cast .slick-arrow.slick-prev, .p-cast--mc .slick-arrow.slick-prev, .p-cast--guest .slick-arrow.slick-prev, .p-cast--artist .slick-arrow.slick-prev, .p-cast--model .slick-arrow.slick-prev {
  left: 4%;
  background: url(/wp-content/themes/2026aw/images/ico_arrow-prev.png) no-repeat center center/contain;
}
.p-cast .slick-arrow.slick-next, .p-cast--mc .slick-arrow.slick-next, .p-cast--guest .slick-arrow.slick-next, .p-cast--artist .slick-arrow.slick-next, .p-cast--model .slick-arrow.slick-next {
  left: 96%;
  background: url(/wp-content/themes/2026aw/images/ico_arrow-next.png) no-repeat center center/contain;
}
.p-cast--model::before {
  content: "";
  position: absolute;
  top: -52px;
  left: -16px;
  width: 89px;
  height: 71px;
  z-index: -1;
  background: url(/wp-content/themes/2026aw/images/illust_donuts.png) no-repeat center top/contain;
}
.p-cast--model .c-btn::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/2026aw/images/illust_monchhichi-kun.png) no-repeat center center/contain;
  width: 94px;
  height: 130px;
  animation: fuwafuwa 1s infinite alternate linear;
  bottom: -50px;
  left: -115px;
}
.p-cast--model .c-btn::after {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/2026aw/images/illust_heartCookies-01.png) no-repeat center center/contain;
  width: 59px;
  height: 58px;
  bottom: -30px;
  right: -106px;
}
.p-cast--artist .c-btn::before, .p-cast--artist .c-btn::after {
  content: "";
  position: absolute;
}
.p-cast--artist .c-btn::before {
  background: url(/wp-content/themes/2026aw/images/illust_heartCookies-02.png) no-repeat center center/contain;
  width: 56px;
  height: 40px;
  bottom: -44px;
  left: -90px;
}
.p-cast--artist .c-btn::after {
  background: url(/wp-content/themes/2026aw/images/illust_cake-01.png) no-repeat center center/contain;
  width: 88px;
  height: 84px;
  bottom: -50px;
  right: -126px;
}
.p-cast--guest .c-btn::before, .p-cast--guest .c-btn::after {
  content: "";
  position: absolute;
}
.p-cast--guest .c-btn::before {
  background: url(/wp-content/themes/2026aw/images/illust_cake-02.png) no-repeat center center/contain;
  width: 69px;
  height: 54px;
  bottom: -60px;
  left: -110px;
}
.p-cast--guest .c-btn::after {
  background: url(/wp-content/themes/2026aw/images/illust_macaron.png) no-repeat center center/contain;
  width: 59px;
  height: 54px;
  bottom: 6px;
  right: -94px;
}
.p-cast--mc .c-btn::before, .p-cast--mc .c-btn::after {
  content: "";
  position: absolute;
}
.p-cast--mc .c-btn::before {
  background: url(/wp-content/themes/2026aw/images/illust_candy-02.png) no-repeat center center/contain;
  transform: rotateY(180deg);
  width: 56px;
  height: 54px;
  bottom: 10px;
  left: -98px;
}

.p-castList, .p-castList-artist, .p-castList-model {
  position: relative;
  z-index: 1;
}
.p-castList ul, .p-castList-artist ul, .p-castList-model ul {
  display: flex;
  flex-flow: wrap;
  gap: 1.5%;
  row-gap: 10px;
}
.p-castList ul li, .p-castList-artist ul li, .p-castList-model ul li {
  width: 49.25%;
}
.p-castList-artist ul li {
  width: 92%;
  margin-inline: auto;
}
.p-castList-artist ul li .castList__img img {
  border-radius: 10px;
}
.p-castList-artist ul li .castList__txt {
  min-height: 3em;
}
.p-castList a, .p-castList-model a, .p-castList-artist a {
  position: relative;
  display: block;
  transform: scale(1);
  text-decoration: none;
}
.p-castList a:hover, .p-castList-model a:hover, .p-castList-artist a:hover {
  transform: scale(1.05);
}
.p-castList .castList__img img, .p-castList-model .castList__img img, .p-castList-artist .castList__img img {
  border: 1px solid #9b1d1e;
  border-radius: 8px;
}
.p-castList .castList__txt, .p-castList-model .castList__txt, .p-castList-artist .castList__txt {
  color: #3d1d1d;
  text-align: center;
  padding: 0.8em 0.5em;
  min-height: 2.6em;
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-flow: wrap;
  font-weight: 700;
  text-shadow: 2px 2px 0px #feffef, -2px 2px 0px #feffef, 2px -2px 0px #feffef, -2px -2px 0px #feffef, 2px 0px 0px #feffef, 0px 2px 0px #feffef, -2px 0px 0px #feffef, 0px -2px 0px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef;
}
.p-castList .castList__txt .name, .p-castList-model .castList__txt .name, .p-castList-artist .castList__txt .name {
  font-size: 1.3rem;
  line-height: 1.1;
  width: 100%;
}
.p-castList .castList__txt .sub, .p-castList-model .castList__txt .sub, .p-castList-artist .castList__txt .sub {
  font-size: 1rem;
  display: block;
  line-height: 1.1;
  margin-top: 0.2em;
  width: 100%;
}

.p-andMore {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-andMore::before {
  content: "";
  position: relative;
  padding-top: 60%;
}
.p-andMore::after {
  content: "";
  width: max(36.71%, 55px);
  height: 108px;
  background: url(/wp-content/themes/2026aw/images/ico_andmore.png) no-repeat center center/contain;
}

.p-comingSoon {
  display: block;
  width: 100% !important;
  height: 108px;
  background: url(/wp-content/themes/2026aw/images/ico_comingsoon.png) no-repeat center center/contain;
}

.p-faqTtl {
  color: #3d1d1d;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 16px;
  text-align: left;
  text-shadow: 2px 2px 0px #feffef, -2px 2px 0px #feffef, 2px -2px 0px #feffef, -2px -2px 0px #feffef, 2px 0px 0px #feffef, 0px 2px 0px #feffef, -2px 0px 0px #feffef, 0px -2px 0px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef;
}
.p-faqTtl::before {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  background: url(/wp-content/themes/2026aw/images/ico_heart-line.png) no-repeat center center/contain;
  width: 16px;
  height: 14px;
  transform: translateY(-50%);
}

.p-faqList {
  display: grid;
  grid-template-rows: 1fr;
  gap: 20px;
}
.p-faqList > li {
  background-color: #feffef;
  border: 2px solid #9b1d1e;
  filter: drop-shadow(0 2px 0 #9b1d1e);
  border-radius: 10px;
}
.p-faqList .c-notesList li {
  margin-bottom: 0;
}
.p-faqList .faq-q {
  padding: 18px 40px 18px 14px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.p-faqList .faq-q::before {
  content: "";
  background: url(/wp-content/themes/2026aw/images/ico_faq-q.png) no-repeat center center/contain;
  width: 22px;
  height: 28px;
  position: relative;
  top: 2px;
  left: 2px;
  margin-right: 14px;
}
.p-faqList .faq-q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  background: url(/wp-content/themes/2026aw/images/ico_arrow-rd.png) no-repeat center center/contain;
  width: 9px;
  height: 6px;
  transition: all 0.2s ease-out;
}
.p-faqList .faq-q.is-open::after {
  transform: translate(0, -50%) rotate(180deg);
}
.p-faqList .faq-q .faq-qBox {
  flex: 1;
  line-height: 1.6;
}
.p-faqList .faq-a {
  padding: 16px 14px 20px;
  font-size: 1.2rem;
  position: relative;
  display: flex;
}
.p-faqList .faq-a::before {
  content: "";
  background: url(/wp-content/themes/2026aw/images/ico_faq-a.png) no-repeat center center/contain;
  width: 27px;
  height: 24px;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 12px;
}
.p-faqList .faq-a::after {
  content: "";
  width: calc(100% - 40px);
  height: 2px;
  background: linear-gradient(to right, #dbd2c7, #dbd2c7, transparent 2px, transparent 6px) repeat-x top center/6px 2px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-faqList .faq-a .faq-aBox {
  flex: 1;
  word-break: break-all;
  line-height: 1.7;
}
.p-faqList .faq-a p {
  margin-bottom: 1em;
}
.p-faqList .faq-a p:last-child {
  margin-bottom: 0;
}
.p-faqList .faq-a table {
  border: none;
}
.p-faqList .faq-a table th, .p-faqList .faq-a table td {
  border: none;
  background-color: initial;
  padding: 0;
  font-weight: normal;
}

.p-float__btnWrap {
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4%;
  bottom: 16vw;
  z-index: 12;
  background-color: rgba(254, 255, 239, 0.8);
  padding: 6px 0;
}
@media screen and (min-width: 520px) {
  .p-float__btnWrap {
    display: none;
  }
}
.p-float__btnWrap a {
  max-width: 164px;
}
.p-float__btnWrap img:hover {
  filter: none;
}
.p-float__report-only {
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  z-index: 12;
}
@media screen and (min-width: 520px) {
  .p-float__report-only {
    display: none;
  }
}
@media screen and (max-width: 519px) {
  .p-float__report-only {
    background-color: rgba(254, 255, 239, 0.8);
    padding: 6px 0;
  }
}
.p-float__report-only img:hover {
  filter: none;
}
.p-float__campaign {
  width: min(25%, 97px);
  position: fixed;
  z-index: 12;
  right: 20px;
  top: 10px;
  animation: katakata 4s infinite ease-in-out alternate;
}
@keyframes katakata {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  21% {
    transform: translate(0, 0) rotate(0deg);
  }
  22% {
    transform: translate(0, 0) rotate(-3deg);
  }
  23% {
    transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    transform: translate(0, -1px) rotate(3deg);
  }
  25% {
    transform: translate(1px, 0) rotate(-2deg);
  }
  26% {
    transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    transform: translate(0, 0) rotate(3deg);
  }
  28% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@media screen and (min-width: 960px) {
  .p-float__campaign {
    width: min(25%, 120px);
    height: fit-content;
  }
}
.p-float__campaign a {
  display: block;
}
.p-float__campaign button {
  background-color: #2d2624;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  position: absolute;
  z-index: 13;
  right: -8px;
  top: 8px;
}
@media screen and (min-width: 960px) {
  .p-float__campaign button {
    right: -10px;
    top: 14px;
  }
}
.p-float__campaign img {
  transition: all 0.2s ease-in-out;
}
.p-float__campaign img:hover {
  filter: brightness(1.5);
}
.p-float__spBottom {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 8;
}
.p-float__spBottom .btn__admission-only .btn__inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(254, 255, 239, 0.8);
  padding: 6px 0;
}
.p-float__spBottom .btn__admission-only img:hover {
  filter: none;
}
.p-float__spBottom .bnr__rakutenFashion img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-float__spBottom {
    display: none;
  }
}

body.admission .p-float__admission-report,
body.admission .btn__admission-only {
  display: none;
}

.p-historyList ul {
  display: flex;
  flex-flow: wrap;
  margin-bottom: -24px;
  margin-left: -1%;
  margin-right: -1%;
}
.p-historyList ul li {
  width: 48%;
  margin: 0 1% 24px;
  position: relative;
}
.p-historyList ul li:hover {
  z-index: 2;
}
.p-historyList figure {
  max-width: 225px;
  margin: 0 auto 12px;
  transition: all 0.2s ease-out;
}
.p-historyList p {
  font-size: 1rem;
  text-align: center;
  line-height: 1.7;
  font-weight: 700;
}
.p-historyList a:hover figure {
  transform: scale(1.05);
}

.p-home__kv {
  position: relative;
  z-index: 2;
}
.p-home__kv__inner {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 519px) {
  .p-home__kv__inner {
    padding-top: 52px;
  }
}
.p-home__kv__movie {
  height: 100%;
  display: inline-block;
  transform: translate(0, 0) scale(1);
  transition: all 0.5s ease-out;
  position: relative;
}
.p-home__kv__movie video,
.p-home__kv__movie img {
  width: 100%;
  height: auto;
}
.p-home__kv__txt {
  padding-block: 12px 16px;
}
.p-home__kv__txt img {
  width: 86%;
}
.p-home__kv__info {
  position: relative;
  background: url(/wp-content/themes/2026aw/images/bg_mainVisual-info.png) no-repeat center center/101% 100%;
}
.p-home__kv__info::after {
  content: "";
  position: absolute;
  bottom: -56px;
  right: 8px;
  background: url(/wp-content/themes/2026aw/images/illust_candy-01.png) no-repeat center center/contain;
  width: 50px;
  height: 68px;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 959px) {
  @keyframes yokoSwing {
    0% {
      transform: translateX(10px);
    }
    100% {
      transform: translateX(0);
    }
  }
}
.p-home__kv__info a {
  padding: 8px 30px 12px;
  line-height: 1.2;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-home__kv__info a .txt {
  color: #feffef;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 320px) {
  .p-home__kv__info a .txt {
    font-size: 1.4rem;
  }
}
.p-home__pickup {
  padding-block: 50px 20px;
  position: relative;
}
.p-home__pickup::after {
  content: "";
  position: absolute;
  width: 300%;
  height: 300%;
  background: url(/wp-content/themes/2026aw/images/bg_pattern.png) repeat bottom center/324px 320px;
  transform: translate(-50%, -50%) rotate(-30deg);
  top: 50%;
  left: 50%;
}
.p-home__pickup__wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  z-index: 2;
}
.p-home__pickupSlider {
  position: relative;
}
.p-home__pickupSlider__box {
  padding: 0;
}
.p-home__pickupSlider__box.slick-current .p-home__pickupSlider__img {
  box-shadow: 0 0 0 2px #9b1d1e, 0 0 0 5px #d31021, 0 0 0 7px #9b1d1e;
  border-radius: 15px;
}
.p-home__pickupSlider__box.slick-current .p-home__pickupSlider__txt {
  opacity: 0;
  animation-name: fadein;
  animation-duration: 0.2s;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.p-home__pickupSlider__img img {
  margin: 0 auto;
  border-radius: 15px;
}
.p-home__pickupSlider__txt {
  opacity: 0;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 24px 24px 30px;
  color: #3d1d1d;
  min-height: 190px;
}
.p-home__pickupSlider__txt .title {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  text-shadow: 2px 2px 0px #feffef, -2px 2px 0px #feffef, 2px -2px 0px #feffef, -2px -2px 0px #feffef, 2px 0px 0px #feffef, 0px 2px 0px #feffef, -2px 0px 0px #feffef, 0px -2px 0px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef;
}
.p-home__pickupSlider__txt .category {
  font-size: 1.2rem;
  margin-top: 6px;
  font-weight: 700;
  text-shadow: 2px 2px 0px #feffef, -2px 2px 0px #feffef, 2px -2px 0px #feffef, -2px -2px 0px #feffef, 2px 0px 0px #feffef, 0px 2px 0px #feffef, -2px 0px 0px #feffef, 0px -2px 0px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef;
}
.p-home__pickupSlider__txt .txt {
  margin-top: 12px;
  font-size: 1.4rem;
  margin-top: 24px;
  line-height: 1.5;
  font-weight: 700;
  text-shadow: 2px 2px 0px #feffef, -2px 2px 0px #feffef, 2px -2px 0px #feffef, -2px -2px 0px #feffef, 2px 0px 0px #feffef, 0px 2px 0px #feffef, -2px 0px 0px #feffef, 0px -2px 0px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef;
}
@media screen and (max-width: 320px) {
  .p-home__pickupSlider__txt .txt {
    font-size: 1.3rem;
  }
}
.p-home__pickupSlider a {
  text-decoration: none;
}
.p-home__pickupSlider .slick-arrow {
  position: absolute;
  text-indent: -1000px;
  overflow: hidden;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  top: 310px;
  transform: translate(0, 0);
}
.p-home__pickupSlider .slick-arrow:hover {
  transform: scale(1.05);
}
.p-home__pickupSlider .slick-arrow.slick-prev {
  background-image: url(/wp-content/themes/2026aw/images/ico_arrow-prev.png);
  left: 0;
  right: initial;
}
.p-home__pickupSlider .slick-arrow.slick-next {
  background-image: url(/wp-content/themes/2026aw/images/ico_arrow-next.png);
  right: 0;
}
.p-home__newsTopics {
  position: relative;
}
.p-home__newsTopics::after {
  content: "";
  position: absolute;
  bottom: -24px;
  right: -8px;
  background: url(/wp-content/themes/2026aw/images/illust_teaSet.png) no-repeat center center/contain;
  width: 94px;
  height: 60px;
}
.p-home__RFbnr {
  text-align: center;
  margin-block: 40px 50px;
}
.p-home__RFbnr__ttl {
  position: absolute;
  top: -44px;
  left: -5px;
  width: 36%;
  transition: all 0.3s ease-out 0.5s;
  transform-origin: 20% 80%;
}
.p-home__RFbnr a {
  position: relative;
  display: inline-block;
}
.p-home__RFbnr a img {
  transition-duration: 0.3s;
  border-radius: 10px;
}
.p-home__RFbnr a img:hover {
  transform: scale(1.03);
}
.p-home__subInfo {
  display: block;
  justify-content: center;
  gap: 4%;
  margin-bottom: 50px;
  position: relative;
}
.p-home__subInfo .p-report {
  width: 100%;
  margin: 0 auto;
  min-height: 307px;
}
.p-home__visualArt {
  width: 100%;
  position: relative;
  margin: 0 auto 46px;
  background: url(/wp-content/themes/2026aw/images/bg_visualArt.png) no-repeat center top/contain;
}
.p-home__visualArt::before, .p-home__visualArt::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
}
.p-home__visualArt::before {
  background: url(/wp-content/themes/2026aw/images/illust_cutlery.png) no-repeat center center/contain;
  width: 64px;
  height: 98px;
  top: 30px;
  left: 24px;
}
.p-home__visualArt::after {
  background: url(/wp-content/themes/2026aw/images/illust_cake-01.png) no-repeat center center/contain;
  width: 88px;
  height: 82px;
  bottom: -10px;
  right: -64px;
}
.p-home__visualArt__img {
  width: 78%;
  margin: 0 auto;
  padding-top: 11%;
}
.p-home__visualArt__img img {
  border-radius: 5px;
  border: 1px solid #9b1d1e;
}
.p-home__visualArt__data {
  text-align: center;
  padding-bottom: 12%;
}
.p-home__visualArt__data .name {
  line-height: 1.1;
  font-size: 1.2rem;
  margin-block: 12px 20px;
  color: #3d1d1d;
}
.p-home__visualArt__data .name img {
  width: 160px;
  margin-top: 14px;
}
.p-home__visualArt__data .c-btnArea .c-btn {
  max-width: 139px;
}
.p-home__visualArt__data .c-btnArea .c-btn:first-child {
  margin-bottom: 6px;
}
.p-home__visualArt__data .c-btnArea .c-btn img {
  width: 100%;
}
.p-home__visualArt__data .c-btnArea .c-btn img:hover {
  transform: scale(1.15);
}
.p-home__visualArt__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
  overflow-y: auto;
}
.p-home__visualArt__modal__contents {
  width: min(90%, 375px);
  z-index: 2;
  top: 0;
  left: 0;
  margin: 5vw auto;
  position: relative;
  transform: translate(0, 0);
}
.p-home__visualArt__modal .columnWrap {
  display: block;
  align-items: center;
  position: relative;
  min-height: 410px;
  margin-bottom: 20px;
}
.p-home__visualArt__modal__img {
  width: min(100%, 375px);
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding-top: 63.7%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/wp-content/themes/2026aw/images/img_mainvisual.jpg);
  border-radius: 5px;
  border: 1px solid #dbd2c7;
}
.p-home__visualArt__modal__plofileIcon {
  width: 190px;
  margin: 0 auto 24px;
}
.p-home__visualArt__modal__plofileIcon img {
  width: 100%;
  position: relative;
  border-radius: 999px;
}
.p-home__visualArt__modal__txtArea {
  text-align: center;
  flex: 1;
}
.p-home__visualArt__modal__txtArea p {
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: left;
  color: #3d1d1d;
}
.p-home__visualArt__modal__txtArea .name_ttl {
  line-height: 1.5;
  text-align: center;
  color: #3d1d1d;
  font-size: 1.2rem;
}
.p-home__visualArt__modal__txtArea .name {
  width: 160px;
  margin: 8px auto 16px;
}
.p-home__visualArt__modal .snsList {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  gap: 2%;
}
.p-home__visualArt__modal .snsList li {
  margin: 0;
  color: #d31021;
  font-weight: 700;
}
.p-home__visualArt__modal .snsList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  position: relative;
  top: 2px;
}
.p-home__visualArt__modal .snsList li a:hover {
  transform: scale(1.1);
}
.p-home__visualArt__modal .message_ttl {
  margin-top: 8px;
  color: #d31021;
  font-size: 28px;
  font-family: "margot", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.p-home__visualArt__modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(219, 210, 199, 0.9);
}
.p-home__visualArt__modal .c-btn {
  max-width: 138px;
}
.p-home__visualArt__modal .c-text-link {
  text-decoration: underline;
}
.p-home__visualArt__modal .c-text-link:hover {
  text-decoration: none;
}
.p-home__report {
  position: relative;
  background: url(/wp-content/themes/2026aw/images/bg_report.png) no-repeat center center/contain;
  aspect-ratio: 690/572;
  margin-inline: auto;
  width: 100%;
}
.p-home__report::before, .p-home__report::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
}
.p-home__report::before {
  background: url(/wp-content/themes/2026aw/images/illust_candy-02.png) no-repeat center center/contain;
  width: 56px;
  height: 54px;
  top: 0;
  left: 8px;
}
.p-home__report::after {
  background: url(/wp-content/themes/2026aw/images/illust_candyMacaron.png) no-repeat center center/contain;
  width: 65px;
  height: 78px;
  bottom: -30px;
  right: -40px;
}
.p-home__report .report_btn {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translateX(-50%);
  max-width: 120px;
}
.p-home__report .report_btn a {
  width: 100%;
}
.p-home__report .report_btn a img:hover {
  transform: scale(1.05);
}

@keyframes twinkle {
  0%, 50%, 100% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.15);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(2px);
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(0, 5px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
.c-bg_pattern-check, .c-bg_pattern-check--brown, .c-bg_pattern-check--pink {
  background-repeat: repeat;
  background-size: 30px;
  background-position: bottom left;
}
.c-bg_pattern-check--pink {
  background-image: url(/wp-content/themes/2026aw/images/bg_pattern-check-pk.png);
}
.c-bg_pattern-check--brown {
  background-image: url(/wp-content/themes/2026aw/images/bg_pattern-check-br.png);
}

.c-separate-lace {
  position: relative;
}
.c-separate-lace::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background: url(/wp-content/themes/2026aw/images/bg_separate-lace.png) no-repeat center center/100% 32px;
  z-index: 1;
}

.c-boxWrap {
  padding: 30px 20px;
  position: relative;
  background-color: #feffef;
  border: 2px solid #9b1d1e;
  filter: drop-shadow(0 2px 0 #9b1d1e);
  border-radius: 15px;
}

.p-404 {
  text-align: center;
  padding-bottom: 10rem;
}
.p-404 h1 {
  font-size: 4rem;
  margin-bottom: 4rem;
  line-height: 1.3;
  font-family: "margot", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #d31021;
  text-shadow: 2px 2px 0px #feffef, -2px 2px 0px #feffef, 2px -2px 0px #feffef, -2px -2px 0px #feffef, 2px 0px 0px #feffef, 0px 2px 0px #feffef, -2px 0px 0px #feffef, 0px -2px 0px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef;
}
.p-404 h1 span {
  font-size: 6rem;
}
@media screen and (max-width: 519px) {
  .p-404 h1 {
    font-size: 3rem;
  }
  .p-404 h1 span {
    font-size: 5rem;
  }
}
.p-404 p {
  text-shadow: 2px 2px 0px #feffef, -2px 2px 0px #feffef, 2px -2px 0px #feffef, -2px -2px 0px #feffef, 2px 0px 0px #feffef, 0px 2px 0px #feffef, -2px 0px 0px #feffef, 0px -2px 0px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef;
  font-weight: 700;
}

.info {
  position: relative;
}
.info.android .num {
  padding-bottom: 0;
  padding-top: 3px;
}
.info .p-float__spBottom {
  display: none;
}
.info .p-float__campaign {
  right: inherit;
  top: inherit;
  left: 10px;
  bottom: 40px;
}
@media screen and (min-width: 960px) {
  .info .p-float__campaign {
    bottom: 10px;
  }
}
.info .bgWrap-info {
  position: relative;
  padding-block: 114px 80px;
}
.info .bgWrap-info > .bg_twinkle {
  position: absolute;
  top: 12px;
  left: calc(50% + 8px);
  transform: translateX(-50%);
  width: 375px;
  height: 182px;
  background: url(/wp-content/themes/2026aw/images/info/bg_pageTtl.png) no-repeat center center/contain;
}
@media screen and (max-width: 320px) {
  .info .bgWrap-info > .bg_twinkle {
    width: 108%;
  }
}
.info .bgWrap-info > .bg_twinkle .twinkle-01 {
  position: absolute;
  animation: twinkle 1s infinite reverse;
  top: 76px;
  left: 86px;
}
.info .bgWrap-info > .bg_twinkle .twinkle-02 {
  position: absolute;
  animation: twinkle 1s infinite;
  top: 16px;
  right: 76px;
}
.info .bgWrap-info > .bg_twinkle .twinkle-03 {
  position: absolute;
  animation: twinkle 1s infinite reverse;
  bottom: -16px;
  right: 18px;
}
.info .bgWrap-info > .bg_twinkle .twinkle-04 {
  position: absolute;
  animation: twinkle 1s infinite;
  top: 8px;
  left: 116px;
}
.info .bgWrap-info > .bg_twinkle .twinkle-04-2 {
  position: absolute;
  animation: twinkle 1s infinite reverse;
  top: 86px;
  left: 270px;
}
.info .infoNav {
  position: absolute;
  top: 240px;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 520px) {
  .info .infoNav {
    width: 375px;
    right: 50%;
    transform: translateX(50%);
  }
}
.info .infoNav.fixed {
  position: fixed;
  top: -4px;
  right: 0;
  transform: inherit;
}
.info .infoNav.fixed .tabWrap {
  justify-content: flex-end;
}
.info .infoNav.fixed .tabWrap li {
  height: 57px;
  width: 82px;
}
.info .infoNav.fixed .tabWrap li#timeTable {
  background-image: url("/wp-content/themes/2026aw/images/info/tab_timeTable-fixed.png");
}
.info .infoNav.fixed .tabWrap li#areaMap {
  background-image: url("/wp-content/themes/2026aw/images/info/tab_areaMap-fixed.png");
}
.info .infoNav.fixed .tabWrap li#stage {
  background-image: url("/wp-content/themes/2026aw/images/info/tab_stage-fixed.png");
}
.info .infoNav.fixed .tabWrap li.active#timeTable {
  background-image: url("/wp-content/themes/2026aw/images/info/tab_timeTable-fixed-active.png");
}
.info .infoNav.fixed .tabWrap li.active#areaMap {
  background-image: url("/wp-content/themes/2026aw/images/info/tab_areaMap-fixed-active.png");
}
.info .infoNav.fixed .tabWrap li.active#stage {
  background-image: url("/wp-content/themes/2026aw/images/info/tab_stage-fixed-active.png");
}
.info .tabWrap {
  width: 92%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
  margin-inline: auto;
}
.info .tabWrap li {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 42px;
  width: 113px;
  transition: all 0.2s ease-out;
}
.info .tabWrap li#timeTable {
  background-image: url("/wp-content/themes/2026aw/images/info/tab_timeTable.png");
}
.info .tabWrap li#areaMap {
  background-image: url("/wp-content/themes/2026aw/images/info/tab_areaMap.png");
}
.info .tabWrap li#stage {
  background-image: url("/wp-content/themes/2026aw/images/info/tab_stage.png");
}
.info .tabWrap li:hover {
  transform: scale(1.05);
}
.info .tabWrap li.active#timeTable {
  background-image: url("/wp-content/themes/2026aw/images/info/tab_timeTable-active.png");
}
.info .tabWrap li.active#areaMap {
  background-image: url("/wp-content/themes/2026aw/images/info/tab_areaMap-active.png");
}
.info .tabWrap li.active#stage {
  background-image: url("/wp-content/themes/2026aw/images/info/tab_stage-active.png");
}
.info .tabWrap li a {
  display: block;
  height: 42px;
  width: 110px;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
  .info .tabWrap li a {
    height: 60px;
    width: 164px;
  }
}
.info .content {
  display: none;
  padding-top: 120px;
}
.info .content.show {
  display: block;
}
.info .pageTtl {
  width: min(92%, 319px);
  margin-inline: auto;
}
.info .p-timeTable .timeTable_wrap {
  position: relative;
}
.info .p-timeTable .timeTable_wrap::after {
  content: "";
  position: absolute;
  bottom: -56px;
  right: -30px;
  background: url(/wp-content/themes/2026aw/images/illust_devil.png) no-repeat bottom right/contain;
  width: 100px;
  height: 148px;
}
.info .p-timeTable .timeTable_ttList {
  position: relative;
}
.info .p-timeTable .timeTable_ttList .txt-camera {
  position: relative;
  padding-left: 50px;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 6px;
}
.info .p-timeTable .timeTable_ttList .txt-camera::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/2026aw/images/info/ico_camera.svg) no-repeat center center/contain;
  width: 25px;
  height: 22px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.info .p-timeTable .timeTable_ttList .txt-camera::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, #aaa39a 2px, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 5px 2px;
  width: 14px;
  height: 2px;
  left: 32px;
  top: 50%;
  transform: translate(0, -50%);
}
.info .p-timeTable .timeTable_ttList .c-note {
  font-size: 1rem;
}
.info .p-timeTable .timeTable_ttList ul {
  position: relative;
  margin-left: 36px;
  padding-bottom: 20px;
}
.info .p-timeTable .timeTable_ttList ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #2d2624;
  display: block;
}
.info .p-timeTable .timeTable_ttList ul li {
  position: relative;
  font-size: 1.4rem;
  padding: 4% 0px 4% 30px;
  line-height: 1.2;
  font-weight: 600;
}
.info .p-timeTable .timeTable_ttList ul li:first-child {
  top: -0.9rem;
  padding: 0 0 0 30px;
  line-height: 1;
}
.info .p-timeTable .timeTable_ttList ul li:last-child {
  bottom: -0.9rem;
  padding: 0 0 0 30px;
  line-height: 1;
}
.info .p-timeTable .timeTable_ttList ul li::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, #aaa39a 2px, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 4px 2px;
  background-repeat: repeat-x;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 6px;
  transform: translate(0, -50%);
}
.info .p-timeTable .timeTable_ttList ul li .txt-s {
  font-size: 1.1rem;
  display: block;
  line-height: 1.4;
  text-shadow: none;
  margin-top: 4px;
  color: #2d2624;
  font-weight: 400;
}
.info .p-timeTable .timeTable_ttList ul li .time {
  position: absolute;
  color: #2d2624;
  left: -46px;
  top: 50%;
  transform: translate(0, -50%);
  width: 36px;
  font-size: 1.2rem;
  text-align: right;
  text-shadow: none;
  font-weight: 400;
}
.info .p-timeTable .timeTable_ttList ul li .time::after {
  content: "";
  background-color: #2d2624;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: calc(50% - 1px);
  right: -13px;
  transform: translate(0, -50%);
}
.info .p-timeTable .timeTable_ttList ul li.specialShow {
  color: #e9546a;
}
.info .p-timeTable .timeTable_ttList ul li.specialFashionShow {
  color: #e9546a;
}
.info .p-timeTable .timeTable_ttList ul li.live {
  color: #4a94ba;
}
.info .p-timeTable .timeTable_ttList ul li.specialStage {
  color: #8a55d1;
}
.info .p-timeTable .timeTable_ttList ul li.dj {
  color: #d31021;
}
.info .p-timeTable .timeTable_ttList ul li.show {
  color: #4c9e7a;
}
.info .p-timeTable .timeTable_ttList ul li .Photography-OK {
  position: relative;
}
.info .p-timeTable .timeTable_ttList ul li .Photography-OK::after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: -20px;
  transform: translate(0, -50%);
  background: url(/wp-content/themes/2026aw/images/info/ico_camera.svg) no-repeat center center/contain;
  width: 18px;
  height: 16px;
}
.info .p-timeTable .timeTable_ttList ul li .runwayOnly {
  display: block;
  margin-left: 0;
}
.info .p-timeTable .timeTable_ttList ul li .runwayOnly img {
  width: 18px;
  height: 16px;
  position: relative;
  top: 3px;
}
.info .p-timeTable .timeTable_ttList ul li .runwayOnly span {
  font-size: 1.1rem;
  color: #2d2624;
  font-weight: 400;
}
.info .p-areaMap .areaMap_wrap {
  position: relative;
}
.info .p-areaMap .areaMap_wrap::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -30px;
  z-index: 1;
  background: url(/wp-content/themes/2026aw/images/illust_rose.png) no-repeat top left/contain;
  width: 82px;
  height: 64px;
  transform: rotate(-20deg);
}
.info .p-areaMap .areaMap_wrap::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -18px;
  background: url(/wp-content/themes/2026aw/images/illust_angel.png) no-repeat bottom right/contain;
  width: 108px;
  height: 162px;
}
.info .p-areaMap .areaMap_map {
  position: relative;
}
.info .p-areaMap .areaMap_map::after {
  content: "";
  position: absolute;
  top: 238px;
  right: -28px;
  background: url(/wp-content/themes/2026aw/images/info/illust_shoes.png) no-repeat top left/contain;
  width: 96px;
  height: 70px;
}
.info .p-areaMap .notesList {
  font-size: 1rem;
}
.info .p-areaMap .notesList li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}
.info .p-areaMap .notesList .num {
  display: inline-flex;
  margin: 0 1px;
  text-indent: 0;
  font-size: 1.1rem;
}
.info .p-areaMap .notesList .ico {
  display: inline-flex;
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.info .p-areaMap .notesList .truck {
  top: 3px;
  margin-left: 10px;
}
.info .p-areaMap .notesList .charge {
  top: 4px;
  margin-right: 10px;
  left: 3px;
}
.info .p-areaMap .notesList .info {
  top: 3px;
  margin-left: 10px;
}
.info .p-areaMap .notesList .enquete {
  top: 4px;
  margin-left: 1px;
}
.info .p-areaMap .notesList .wc-w {
  top: 4px;
  margin-left: 3px;
  margin-right: 6px;
}
.info .p-areaMap .notesList .wc-mw {
  top: 4px;
  margin-left: 10px;
}
.info .p-areaMap .notesList .star {
  top: 3px;
  margin-left: 1px;
  margin-right: 0;
}
.info .p-areaMap .linkArea-wrap {
  position: relative;
  padding: 30px 20px;
  background-color: white;
  border-radius: 5px;
}
.info .p-areaMap .linkArea-wrap .linkArea-ttl {
  position: absolute;
  color: white;
  background-color: #2d2624;
  font-size: 1.4rem;
  border-radius: 9999px;
  width: 128px;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 600;
}
.info .p-areaMap .linkArea-wrap .linkArea-subttl {
  text-align: center;
  color: #2d2624;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
}
.info .p-areaMap .linkArea-wrap .linkArea-subttl::before, .info .p-areaMap .linkArea-wrap .linkArea-subttl:after {
  content: "";
  flex-grow: 1;
  background-size: 4px 2px;
  height: 2px;
  background-image: linear-gradient(to right, #2d2624 50%, rgba(255, 255, 255, 0) 0%);
  background-repeat: repeat-x;
  position: relative;
  top: 2px;
}
.info .p-areaMap .linkArea-wrap .linkArea-subttl::before {
  margin-right: 1rem;
}
.info .p-areaMap .linkArea-wrap .linkArea-subttl::after {
  margin-left: 1rem;
}
.info .p-areaMap .linkArea-wrap .linkArea-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.info .p-areaMap .linkArea-wrap .linkArea-list.-bl a {
  color: #4a94ba;
}
.info .p-areaMap .linkArea-wrap .linkArea-list.-bl a span {
  background-color: #4a94ba;
}
.info .p-areaMap .linkArea-wrap .linkArea-list.-rd a {
  color: #d31021;
}
.info .p-areaMap .linkArea-wrap .linkArea-list.-rd a span {
  background-color: #d31021;
}
.info .p-areaMap .linkArea-wrap .linkArea-list.-pk a {
  color: #e07298;
}
.info .p-areaMap .linkArea-wrap .linkArea-list.-pk a span {
  background-color: #e07298;
}
.info .p-areaMap .linkArea-wrap .linkArea-list li {
  break-inside: avoid; /* 項目の途中で分割されないようにする */
}
.info .p-areaMap .linkArea-wrap .linkArea-list li#col2 {
  grid-column: 1/span 2;
}
.info .p-areaMap .linkArea-wrap .linkArea-list li a {
  padding: 6px 0px 6px 22px;
  position: relative;
  display: block;
  line-height: 1.2;
  font-weight: 600;
}
.info .p-areaMap .linkArea-wrap .linkArea-list li a:hover {
  opacity: 0.7;
}
.info .p-areaMap .linkArea-wrap .linkArea-list li a.disabled {
  pointer-events: none;
  opacity: 1;
}
.info .p-areaMap .linkArea-wrap .linkArea-list li a .ico {
  position: absolute;
  top: 5px;
  left: -3px;
  width: 22px;
  height: 22px;
}
.info .p-areaMap .linkArea-wrap .linkArea-list li a .ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}
.info .p-areaMap .linkArea-wrap .linkArea-list .num {
  position: absolute;
  top: 5px;
  left: 0;
}
.info .p-brandList-l ul {
  display: grid;
  gap: 16px 8px;
  grid-template-columns: 1fr 1fr;
}
.info .p-brandList-l li {
  width: 100%;
}
.info .p-brandList-l li a {
  position: relative;
  display: block;
}
.info .p-brandList-l li a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: url(/wp-content/themes/2026aw/images/info/ico_arrow-link.png) no-repeat center center/contain;
}
@media screen and (min-width: 960px) {
  .info .p-brandList-l li a {
    transition: all 0.2s ease-out;
  }
  .info .p-brandList-l li a:hover {
    transform: scale(1.05);
  }
}
.info .p-brandList-l li img {
  width: 100%;
  border: 1px solid #2d2624;
  border-radius: 10px;
}
.info .p-brandList-l li p {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 8px;
  color: #2d2624;
}
.info .p-brandList-l li .num {
  position: absolute;
  top: 8px;
  left: 8px;
}
.info .p-brandList-l li .ico {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
}
.info .p-brandList-l li .ico img {
  border: none;
  border-radius: 0;
}
.info .p-brandList-l li .ico.photo {
  width: 22px;
}
.info .p-brandList-l li .ico.enquete {
  width: 18px;
}
.info .p-brandList-l li .ico.charge {
  width: 14px;
}
.info .p-brandList a {
  position: relative;
  display: block;
}
.info .p-brandList a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: url(/wp-content/themes/2026aw/images/info/ico_arrow-link.png) no-repeat center center/contain;
}
@media screen and (min-width: 960px) {
  .info .p-brandList a {
    transition: all 0.2s ease-out;
  }
  .info .p-brandList a:hover {
    transform: scale(1.05);
  }
}
.info .p-brandList img {
  border-radius: 10px;
}
.info .p-stage {
  position: relative;
}
.info .p-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  overflow-y: auto;
}
.info .p-modal .modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(244, 213, 230, 0.9);
}
.info .p-modal .modal_contents {
  width: min(90%, 375px);
  top: 100px;
  left: 0;
  margin: 5vw auto;
  transform: translate(0, 0);
  position: relative;
  z-index: 1;
}
.info .p-modal .modal_contents .modal_logo {
  max-width: 140px;
  margin: 0 auto 24px;
}
.info .p-modal .modal_contents .modal_logo img {
  border-radius: 10px;
}
.info .p-modal .modal_contents .modal_ttl {
  font-size: 1.8rem;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 12px;
  font-weight: 600;
  color: #2d2624;
  line-height: 1.4;
}
.info .p-modal .modal_contents .modal_ttl::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url(/wp-content/themes/2026aw/images/ico_twinkle-02.png) no-repeat center center/contain;
  width: 16px;
  height: 24px;
}
.info .p-modal .modal_contents .modal_ttl i {
  font-style: normal;
  position: relative;
  top: 0.3em;
}
.info .p-modal .modal_contents .modal_txtArea_ttl {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #2d2624;
  line-height: 1.5;
}
.info .p-modal .modal_contents .modal_txtArea {
  line-height: 1.7;
}
.info .p-modal .modal_contents .p-btn-close {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  background: url(/wp-content/themes/2026aw/images/info/ico_close.png) no-repeat center center/contain;
  cursor: pointer;
}
.info .js-modal {
  display: none;
}
.info .num {
  width: 1.35em;
  height: 1.35em;
  border-radius: 50%;
  letter-spacing: 0;
  line-height: 1;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "josefin-sans", sans-serif;
  font-weight: 500;
  padding-bottom: 2px;
  font-size: 1.4rem;
}
.info .num.-bl {
  background-color: #4a94ba;
}
.info .num.-rd {
  background-color: #d45270;
}
.info .num.-pk {
  background-color: #e07298;
}
.info .batsu {
  font-size: 0.8em;
  position: relative;
  margin-right: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}

.p-newsTopics__list, .p-newsTopics__list__page {
  position: relative;
  padding: 1.5% 4%;
  margin-bottom: 30px;
}
.p-newsTopics__list li, .p-newsTopics__list__page li {
  line-height: 1.8;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  padding-block: 14px;
}
.p-newsTopics__list li:not(:last-child), .p-newsTopics__list__page li:not(:last-child) {
  background-image: linear-gradient(to right, #dbd2c7, #dbd2c7, transparent 2px, transparent 6px);
  background-size: 6px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.p-newsTopics__list li .update, .p-newsTopics__list__page li .update {
  font-size: 1.2rem;
  margin-right: 16px;
  color: #3d1d1d;
  text-align: left;
}
.p-newsTopics__list li .update::before, .p-newsTopics__list__page li .update::before {
  content: "UP DATE ";
}
.p-newsTopics__list li .category, .p-newsTopics__list__page li .category, .p-newsTopics__list li .category--info, .p-newsTopics__list__page li .category--info, .p-newsTopics__list li .category--none, .p-newsTopics__list__page li .category--none, .p-newsTopics__list li .category--special, .p-newsTopics__list__page li .category--special, .p-newsTopics__list li .category--secret, .p-newsTopics__list__page li .category--secret, .p-newsTopics__list li .category--ticket, .p-newsTopics__list__page li .category--ticket, .p-newsTopics__list li .category--brand, .p-newsTopics__list__page li .category--brand, .p-newsTopics__list li .category--mc, .p-newsTopics__list__page li .category--mc, .p-newsTopics__list li .category--guest, .p-newsTopics__list__page li .category--guest, .p-newsTopics__list li .category--artist, .p-newsTopics__list__page li .category--artist, .p-newsTopics__list li .category--model, .p-newsTopics__list__page li .category--model {
  text-align: center;
  line-height: 1;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
.p-newsTopics__list li .category span, .p-newsTopics__list__page li .category span, .p-newsTopics__list li .category--info span, .p-newsTopics__list__page li .category--info span, .p-newsTopics__list li .category--none span, .p-newsTopics__list__page li .category--none span, .p-newsTopics__list li .category--special span, .p-newsTopics__list__page li .category--special span, .p-newsTopics__list li .category--secret span, .p-newsTopics__list__page li .category--secret span, .p-newsTopics__list li .category--ticket span, .p-newsTopics__list__page li .category--ticket span, .p-newsTopics__list li .category--brand span, .p-newsTopics__list__page li .category--brand span, .p-newsTopics__list li .category--mc span, .p-newsTopics__list__page li .category--mc span, .p-newsTopics__list li .category--guest span, .p-newsTopics__list__page li .category--guest span, .p-newsTopics__list li .category--artist span, .p-newsTopics__list__page li .category--artist span, .p-newsTopics__list li .category--model span, .p-newsTopics__list__page li .category--model span {
  color: white;
  font-size: 1rem;
  padding: 2px 6px 4px;
  line-height: 1;
  height: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.p-newsTopics__list li .category--model, .p-newsTopics__list__page li .category--model {
  background-color: #e9546a;
}
.p-newsTopics__list li .category--artist, .p-newsTopics__list__page li .category--artist {
  background-color: #4c9e7a;
}
.p-newsTopics__list li .category--guest, .p-newsTopics__list__page li .category--guest {
  background-color: #4a94ba;
}
.p-newsTopics__list li .category--mc, .p-newsTopics__list__page li .category--mc {
  background-color: #9b1d1e;
}
.p-newsTopics__list li .category--brand, .p-newsTopics__list__page li .category--brand {
  background-color: #8a55d1;
}
.p-newsTopics__list li .category--ticket, .p-newsTopics__list__page li .category--ticket {
  background-color: #8a55d1;
}
.p-newsTopics__list li .category--special, .p-newsTopics__list__page li .category--special, .p-newsTopics__list li .category--secret, .p-newsTopics__list__page li .category--secret {
  letter-spacing: -0.04em;
  background-color: #c8a52c;
}
.p-newsTopics__list li .category--none span, .p-newsTopics__list__page li .category--none span {
  display: none;
}
.p-newsTopics__list li .txt, .p-newsTopics__list__page li .txt {
  width: 100%;
  margin-top: 4px;
  text-align: left;
  color: #3d1d1d;
  line-height: 1.714;
}
.p-newsTopics__list li a, .p-newsTopics__list__page li a {
  text-decoration: none;
}
.p-PartnerList ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.p-PartnerList ul li {
  width: calc(100% + 1px);
  margin-top: -1px;
  margin-left: -1px;
  position: relative;
  transition: all 0.2s ease-out;
  border-radius: 10px;
}
.p-PartnerList ul li:hover {
  transform: scale(1.05);
}
.p-PartnerList a {
  text-decoration: none;
  display: block;
  position: relative;
}
.p-PartnerList img {
  border: 1px solid #dbd2c7;
  border-radius: 10px;
}

.p-specialPartner {
  text-align: center;
}
.p-specialPartner:not(:last-child) {
  margin-bottom: 40px;
}
.p-specialPartner img {
  width: 180px;
}
.p-specialPartner a {
  display: block;
  max-width: 200px;
  margin-inline: auto;
}
.p-specialPartner a:hover {
  transform: scale(1.05);
}

.p-supporter .supporter {
  text-align: center;
  padding-right: 16px;
}
.p-supporter .supporter img {
  width: 145px;
}

.report-wrap .p-float__btnWrap, .report-wrap .btn__admission-only {
  display: none;
}
.report-wrap .p-float__campaign {
  right: inherit;
  top: inherit;
  left: 10px;
  bottom: calc(16vw + 67px);
}
@media screen and (min-width: 960px) {
  .report-wrap .p-float__campaign {
    bottom: 67px;
  }
}

.report-topWrap .btn__admission-only {
  display: none;
}

.reportTop__img {
  max-width: 800px;
  margin: 0 auto;
}
.reportTop__img .imgWrap {
  position: relative;
  width: 98%;
  margin: 0 auto;
}
.reportTop__img .imgWrap::before {
  content: "";
  position: absolute;
  width: 104%;
  height: 104%;
  top: -2%;
  left: -2%;
  z-index: 1;
  background: url(/wp-content/themes/2026aw/images/frame-report.png) no-repeat center center/100% 100%;
}
.reportTop__img .imgWrap img {
  border-radius: 10px;
}

.p-reportList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.p-reportList li {
  margin-inline: auto;
}
.p-reportList a {
  max-width: 232px;
  width: 100%;
}
.p-reportList a img:hover {
  filter: none;
}
.p-reportList .reportList_detail {
  color: #2d2624;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.7;
}

.p-reportBtn, .p-reportBtn-fs, .p-reportBtn-booth, .p-reportBtn-stage {
  display: block;
}
.p-reportBtn.comingsoon, .comingsoon.p-reportBtn-fs, .comingsoon.p-reportBtn-booth, .comingsoon.p-reportBtn-stage {
  pointer-events: none;
  filter: contrast(0.4);
}
.p-reportBtn-fs img, .p-reportBtn-booth img, .p-reportBtn-stage img {
  transition: all 0.3s ease-out;
}
.p-reportBtn-fs img:hover, .p-reportBtn-booth img:hover, .p-reportBtn-stage img:hover {
  transform: scale(1.05);
}

.p-allBtn {
  display: inline-block;
  max-width: 120px;
}
.p-allBtn:hover {
  transform: scale(1.05);
}

.p-reportBrandList ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -2%;
  margin-right: -2%;
}
.p-reportBrandList ul li {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.p-reportBrandList a {
  color: #2d2624;
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
}
.p-reportBrandList a:hover {
  transform: scale(1.05);
  z-index: 2;
}
.p-reportBrandList img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #2d2624;
}
.p-reportBrandList .name {
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-reportNav {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.p-report_pageNav {
  z-index: 9;
  position: fixed;
  width: 400px;
  right: -400px;
  transition: all 0.5s ease-out;
  top: 2%;
}
@media screen and (max-width: 519px) {
  .p-report_pageNav {
    width: 280px;
    right: -280px;
  }
}
@media screen and (max-width: 519px) {
  .p-report_pageNav.-other {
    width: 300px;
    right: -300px;
  }
}
@media screen and (max-width: 519px) {
  .p-report_pageNav.-other.is-stop {
    width: 300px;
    right: -300px;
  }
}
@media screen and (max-width: 519px) {
  .p-report_pageNav.-other.is-stop .report_pageNav_btn {
    width: 300px;
    right: 300px;
  }
}
.p-report_pageNav.-other.is-on {
  right: 0;
}
.p-report_pageNav.-other.is-on .report_pageNav_btn {
  transform: translateX(6px);
  right: 0;
}
.p-report_pageNav.-other.is-on .report_pageNav_linkList {
  transform: translateX(6px);
}
.p-report_pageNav .report_pageNav_btn {
  width: 400px;
  will-change: transform;
  transform: translateX(200px);
  color: white;
  position: absolute;
  background-color: #2d2624;
  border-radius: 30px 0 0 30px;
  cursor: pointer;
  right: 0;
  padding: 8px 0 8px 30px;
  transition: all 0.5s ease-out;
  z-index: 1;
}
@media screen and (max-width: 519px) {
  .p-report_pageNav .report_pageNav_btn {
    width: 280px;
    transform: translateX(140px);
    font-size: 1.2rem;
    padding: 8px 0 8px 20px;
  }
}
.p-report_pageNav .report_pageNav_btn span {
  position: relative;
}
.p-report_pageNav .report_pageNav_btn span::after {
  content: "";
  background: url(/wp-content/themes/2026aw/images/ico_reportNav.svg) no-repeat center center/contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 519px) {
  .p-report_pageNav .report_pageNav_btn span::after {
    width: 12px;
    height: 12px;
  }
}
.p-report_pageNav .report_pageNav_btn:hover {
  filter: brightness(1.25);
}
@media screen and (max-width: 519px) {
  .p-report_pageNav .report_pageNav_btn:hover {
    filter: none;
  }
}
.p-report_pageNav .report_pageNav_linkList {
  width: 400px;
  transform: translateX(400px);
  background-color: rgba(255, 255, 255, 0.8);
  max-height: calc(100vh - 180px);
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: auto;
  margin-top: 24px;
  border: 2px solid #2d2624;
  border-radius: 0 0 0 10px;
  transition: all 0.5s ease-out;
  scrollbar-color: #aaa39a rgba(170, 163, 154, 0.25);
  scrollbar-width: thin;
}
.p-report_pageNav .report_pageNav_linkList::-webkit-scrollbar {
  width: 4px;
}
.p-report_pageNav .report_pageNav_linkList::-webkit-scrollbar-track {
  background-color: rgba(170, 163, 154, 0.25);
}
.p-report_pageNav .report_pageNav_linkList::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px #aaa39a;
}
@media screen and (max-width: 959px) {
  .p-report_pageNav .report_pageNav_linkList {
    width: 100%;
    min-width: initial;
    max-height: calc(100vh - 160px);
    max-height: calc(var(--vh, 1vh) * 100 - 160px);
  }
}
.p-report_pageNav .report_pageNav_linkList ul {
  padding-block: 20px;
}
.p-report_pageNav .report_pageNav_linkList a {
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 10px 20px 10px 30px;
  color: #2d2624;
}
.p-report_pageNav .report_pageNav_linkList a::before {
  content: "";
  display: block;
  width: 12px;
  height: 18px;
  background: url(/wp-content/themes/2026aw/images/ico_twinkle-02.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 11px;
  left: 14px;
}
.p-report_pageNav .report_pageNav_linkList a:hover {
  transform: translate(6px, 0);
}
.p-report_pageNav .report_pageNav_linkList a i {
  font-style: normal;
  position: relative;
  top: 0.4em;
}
.p-report_pageNav.is-stop .report_pageNav_btn {
  right: 400px;
}
@media screen and (max-width: 519px) {
  .p-report_pageNav.is-stop .report_pageNav_btn {
    right: 280px;
  }
}
.p-report_pageNav.is-on {
  right: 0;
}
.p-report_pageNav.is-on .report_pageNav_btn {
  transform: translateX(6px);
  right: 0;
}
.p-report_pageNav.is-on .report_pageNav_linkList {
  transform: translateX(6px);
}

.p-report_pageNav_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  display: none;
}
.p-report_pageNav_bg.is-on {
  display: block;
}

.p-reportFooterNav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  bottom: 16vw;
  left: 0;
  z-index: 2;
  background-color: rgba(254, 255, 239, 0.95);
  padding: 6px 0 10px;
  gap: 2%;
  height: 67px;
}
@media screen and (min-width: 960px) {
  .p-reportFooterNav {
    bottom: 0;
  }
}
.p-reportFooterNav .reportNav_left, .p-reportFooterNav .reportNav_right {
  width: 48%;
  max-width: 168px;
}
.p-reportFooterNav a {
  display: block;
  height: 45px;
}

.p-fashionShowList:not(:last-child) {
  margin-bottom: 50px;
}
.p-fashionShowList ul li {
  width: 100%;
  margin-bottom: 24px;
}
.p-fashionShowList .fashionShowList_img {
  position: relative;
  display: block;
}
.p-fashionShowList .fashionShowList_img::before {
  content: "";
  background: url(/wp-content/themes/2026aw/images/ico_copyright.png) no-repeat bottom left/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 27%;
  height: 12%;
  z-index: 1;
}
.p-fashionShowList .fashionShowList_img img {
  width: 100%;
  border-radius: 15px;
  border: 1px solid #231f1b;
}
.p-fashionShowList .fashionShowList_ttl .fashionShowList_img {
  background-color: white;
  position: relative;
  border-radius: 15px;
  border: 1px solid #2d2624;
}
.p-fashionShowList .fashionShowList_ttl .fashionShowList_img::before {
  content: none;
}
.p-fashionShowList .fashionShowList_ttl .fashionShowList_img::after {
  content: "";
  display: block;
  padding-top: 200px;
}
.p-fashionShowList .fashionShowList_ttl .fashionShowList_img img {
  position: absolute;
  height: 200px;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
}
.p-fashionShowList .fashionShowList_name {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 8px;
  color: #2d2624;
  font-weight: 600;
}
.p-fashionShowList .fashionShowList_name span {
  display: block;
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.p-report_pagetop {
  text-align: right;
  cursor: pointer;
  transition: all 0.2s ease-out;
  transform: scale(1);
  color: #aaa39a;
  border-bottom: 1px solid #aaa39a;
}
.p-report_pagetop:hover {
  color: #e9546a;
  border-bottom: 1px solid #e9546a;
}
.p-report_pagetop:hover::after {
  background-image: url(/wp-content/themes/2026aw/images/ico_arrow-pk.png);
}
.p-report_pagetop::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url(/wp-content/themes/2026aw/images/ico_arrow-gr.png) no-repeat center center/contain;
  position: relative;
  top: -1px;
  margin-left: 6px;
  transition: all 0.2s ease-out;
  transform: rotate(-180deg);
}

.p-booth, .p-stage_report {
  max-width: 800px;
  margin: 0 auto;
}
.p-booth .booth_ttl, .p-booth .stage_ttl, .p-stage_report .booth_ttl, .p-stage_report .stage_ttl {
  font-size: 2rem;
  position: relative;
  line-height: 1.3;
  padding: 8px 10px 8px 22px;
  margin-bottom: 16px;
  color: #2d2624;
  font-weight: 600;
}
.p-booth .booth_ttl::before, .p-booth .stage_ttl::before, .p-stage_report .booth_ttl::before, .p-stage_report .stage_ttl::before {
  content: "";
  display: block;
  width: 16px;
  height: 24px;
  background: url(/wp-content/themes/2026aw/images/ico_twinkle-02.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 11px;
  left: 0;
}
.p-booth .booth_ttl i, .p-booth .stage_ttl i, .p-stage_report .booth_ttl i, .p-stage_report .stage_ttl i {
  font-style: normal;
  position: relative;
  top: 0.4em;
}
.p-booth .stage_imgList-l li, .p-booth .booth_imgList-l li, .p-stage_report .stage_imgList-l li, .p-stage_report .booth_imgList-l li {
  margin-bottom: 1%;
  position: relative;
}
.p-booth .stage_imgList-l img, .p-booth .booth_imgList-l img, .p-stage_report .stage_imgList-l img, .p-stage_report .booth_imgList-l img {
  width: 100%;
  pointer-events: none;
  border: 1px solid #2d2624;
  border-radius: 5px;
}
.p-booth .stage_imgList-l a, .p-booth .booth_imgList-l a, .p-stage_report .stage_imgList-l a, .p-stage_report .booth_imgList-l a {
  display: block;
  position: relative;
}
.p-booth .stage_imgList-l a::before, .p-booth .booth_imgList-l a::before, .p-stage_report .stage_imgList-l a::before, .p-stage_report .booth_imgList-l a::before {
  content: "";
  background: url(/wp-content/themes/2026aw/images/ico_copyright.png) no-repeat bottom left/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18%;
  height: 12%;
  z-index: 1;
}
.p-booth .booth_imgList, .p-booth .stage_imgList, .p-stage_report .booth_imgList, .p-stage_report .stage_imgList {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.p-booth .booth_imgList li, .p-booth .stage_imgList li, .p-stage_report .booth_imgList li, .p-stage_report .stage_imgList li {
  position: relative;
  width: 49.5%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.p-booth .booth_imgList li:nth-child(2n), .p-booth .booth_imgList li:last-child, .p-booth .stage_imgList li:nth-child(2n), .p-booth .stage_imgList li:last-child, .p-stage_report .booth_imgList li:nth-child(2n), .p-stage_report .booth_imgList li:last-child, .p-stage_report .stage_imgList li:nth-child(2n), .p-stage_report .stage_imgList li:last-child {
  margin-right: 0;
}
.p-booth .booth_imgList img, .p-booth .stage_imgList img, .p-stage_report .booth_imgList img, .p-stage_report .stage_imgList img {
  width: 100%;
  border: 1px solid #2d2624;
  border-radius: 5px;
}
.p-booth .booth_imgList a, .p-booth .stage_imgList a, .p-stage_report .booth_imgList a, .p-stage_report .stage_imgList a {
  display: block;
  position: relative;
}
.p-booth .booth_imgList a::before, .p-booth .stage_imgList a::before, .p-stage_report .booth_imgList a::before, .p-stage_report .stage_imgList a::before {
  content: "";
  background: url(/wp-content/themes/2026aw/images/ico_copyright.png) no-repeat bottom left/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 9vh;
  height: 12%;
  z-index: 1;
}
.p-booth .booth_txtArea, .p-booth .stage_txtArea, .p-stage_report .booth_txtArea, .p-stage_report .stage_txtArea {
  margin-bottom: 24px;
  color: #2d2624;
}
.p-booth .booth_txtArea .booth_txtArea_ttl, .p-booth .booth_txtArea .stage_txtArea_ttl, .p-booth .stage_txtArea .booth_txtArea_ttl, .p-booth .stage_txtArea .stage_txtArea_ttl, .p-stage_report .booth_txtArea .booth_txtArea_ttl, .p-stage_report .booth_txtArea .stage_txtArea_ttl, .p-stage_report .stage_txtArea .booth_txtArea_ttl, .p-stage_report .stage_txtArea .stage_txtArea_ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 4px;
}

.p-error {
  text-align: center;
}
.p-error h1 {
  font-size: 4rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 519px) {
  .p-error h1 {
    font-size: 2.4rem;
  }
}
.p-error p {
  font-size: 1.8rem;
}
@media screen and (max-width: 519px) {
  .p-error p {
    font-size: 1.4rem;
  }
}

.p-pageNav_Comingsoon {
  padding: 10px;
}

.u-palt {
  margin-right: 2px;
}

.download-none {
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
  /* PCの右クリック禁止 */
  pointer-events: none;
}

.p-section {
  padding-block: 70px 50px;
}
.p-section__first {
  padding-block: 180px 50px;
}
.p-section__first::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background: url(/wp-content/themes/2026aw/images/bg_separate-lace.png) no-repeat center center/100% 32px;
}
.p-section__first > .bg_pageTtl {
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  width: 352px;
}
.p-section__first > .bg_pageTtl img {
  animation: bounce 800ms cubic-bezier(0.19, 1, 0.28, 1.12);
}
@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(3px) scale(0.5);
  }
  50% {
    transform: translateY(-3px) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.p-section__first > .bg_pageTtl::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/2026aw/images/illust_monchhichi-kun.png) no-repeat top center/contain;
  width: 76px;
  height: 104px;
  top: 36px;
  left: 0;
  opacity: 0;
  animation: popRight 0.8s cubic-bezier(0.19, 1, 0.28, 1.12) 0.15s forwards, fuwafuwa 1s infinite alternate linear 0.8s;
}
.p-section__first > .bg_pageTtl::after {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/2026aw/images/illust_monchhichi-chan.png) no-repeat bottom center/contain;
  width: 72px;
  height: 122px;
  top: -24px;
  right: -2px;
  opacity: 0;
  animation: popLeft 0.8s cubic-bezier(0.19, 1, 0.28, 1.12) 0.25s forwards, fuwafuwa 1s infinite alternate linear 1s;
}
@keyframes popLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px) scale(0.5) rotate(-5deg);
  }
  60% {
    opacity: 1;
    transform: translateX(2px) scale(1.02) rotate(1deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1) rotate(0);
  }
}
@keyframes popRight {
  0% {
    opacity: 0;
    transform: translateX(30px) scale(0.5) rotate(5deg);
  }
  60% {
    opacity: 1;
    transform: translateX(-2px) scale(1.02) rotate(-1deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1) rotate(0);
  }
}
.p-section__partner {
  padding-block: 80px 50px;
  background-color: white;
}

.p-ticketList > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.p-ticketList > ul > li {
  width: min(100%, 420px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 2px #9b1d1e, inset 0 0 0 5px #fff1bb, inset 0 0 0 7px #9b1d1e;
  position: relative;
}
.p-ticketList > ul > li.soldOut {
  filter: brightness(0.95);
}
.p-ticketList > ul > li.soldOut::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-color: rgba(170, 163, 154, 0.6);
  border-radius: 15px;
  z-index: 2;
}
.p-ticketList > ul > li.soldOut .ticket__btn {
  pointer-events: none;
}
.p-ticketList > ul > li.soldOut .ticket__btn:hover img {
  filter: none;
  transform: none;
}
.p-ticketList .ticketBox {
  text-align: center;
  width: 100%;
}
.p-ticketList .ticketBox .ticket__txt {
  margin-bottom: 10px;
}
.p-ticketList .ticketBox .ticket__ttl {
  font-size: 2rem;
  color: #d31021;
  line-height: 1.2;
  margin-bottom: 6px;
  font-weight: 700;
  font-feature-settings: "palt";
}
.p-ticketList .ticketBox .ticket__ttl span {
  font-size: 1.2rem;
  position: relative;
  top: 0;
  left: 0;
}
.p-ticketList .ticketBox .ticket__limit {
  font-size: 1.2rem;
  line-height: 1.4;
}
.p-ticketList .ticketBox .ticket__seatList {
  background-color: #5d3d2b;
  color: white;
  padding: 3% 5%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.p-ticketList .ticketBox .ticket__seatList li {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 4px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.p-ticketList .ticketBox .ticket__seatList li:last-child {
  margin-bottom: 0;
}
.p-ticketList .ticketBox .ticket__seatList li.soldOut {
  position: relative;
  text-decoration-color: rgba(211, 16, 33, 0.8);
  text-decoration-style: solid;
  text-decoration-line: line-through;
  text-decoration-thickness: 2px;
}
.p-ticketList .ticketBox .ticket__seatList li.soldOut span {
  background: rgba(211, 16, 33, 0.8);
  color: white;
  top: 4px;
  left: -14px;
  padding: 3px 5px;
  position: absolute;
  transform: rotate(-15deg) translate(-50%, -50%);
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 0;
}
.p-ticketList .ticketBox .ticket__note {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1rem;
  color: #aaa39a;
}
.p-ticketList .ticketBox .ticket__btn {
  max-width: 116px;
  display: block;
  margin: 16px auto 0;
  position: relative;
}
.p-ticketList .ticketBox .ticket__btn img {
  transition: all 0.2s ease-out;
}
.p-ticketList .ticketBox .ticket__btn img:hover {
  transform: scale(1.05);
}

.p-venueMap {
  text-align: center;
  margin: 0 auto;
}
.p-venueMap .venueTtl img {
  height: 32px;
  width: auto;
  margin-bottom: 24px;
}
.p-venueMap .stage__img {
  width: min(100%, 216px);
  margin-inline: auto;
}

.p-whatsGA__intro {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 0px #feffef, -2px 2px 0px #feffef, 2px -2px 0px #feffef, -2px -2px 0px #feffef, 2px 0px 0px #feffef, 0px 2px 0px #feffef, -2px 0px 0px #feffef, 0px -2px 0px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef;
}
.p-whatsGA__intro::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/2026aw/images/illust_heartCookies-02.png) no-repeat center center/contain;
  width: 40px;
  height: 29px;
  top: 4px;
  left: -4px;
}
.p-whatsGA__intro::after {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/2026aw/images/illust_teaSet.png) no-repeat center center/contain;
  width: 70px;
  height: 50px;
  top: -10px;
  right: -20px;
}
.p-whatsGA__img {
  margin-block: 0 24px;
}
.p-whatsGA__img img {
  border: 1px solid #dbd2c7;
  border-radius: 8px;
}
.p-whatsGA__themeTtl {
  color: #3d1d1d;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.p-whatsGA__theme {
  font-size: 2.2rem;
  font-family: "margot", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #d31021;
  line-height: 1;
  margin: 12px auto 14px;
}
.p-whatsGA__txt {
  line-height: 1.8;
  color: #3d1d1d;
  font-feature-settings: "palt";
}
.p-whatsGA__dataArea {
  display: block;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
.p-whatsGA__logo {
  text-align: center;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  background-color: white;
  border-radius: 999px;
  border: 1px solid #dbd2c7;
  z-index: 1;
  position: relative;
}
.p-whatsGA__logo::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/2026aw/images/illust_candy-01.png) no-repeat center center/contain;
  width: 46px;
  height: 64px;
  top: 10px;
  left: -80px;
}
.p-whatsGA__logo::after {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/2026aw/images/illust_candyMacaron.png) no-repeat center center/contain;
  width: 51px;
  height: 61px;
  bottom: 10px;
  right: -80px;
}
.p-whatsGA__logo img {
  width: 64%;
}
.p-whatsGA__data {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.p-whatsGA__data::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/2026aw/images/illust_heartCookies-01.png) no-repeat center center/contain;
  width: 41px;
  height: 41px;
  bottom: 110px;
  right: 4px;
}
.p-whatsGA__data::after {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/2026aw/images/illust_cake-01.png) no-repeat center center/contain;
  width: 69px;
  height: 64px;
  bottom: 6px;
  right: 60px;
}
.p-whatsGA__data table th, .p-whatsGA__data table td {
  display: block;
  text-align: left;
  text-shadow: 2px 2px 0px #feffef, -2px 2px 0px #feffef, 2px -2px 0px #feffef, -2px -2px 0px #feffef, 2px 0px 0px #feffef, 0px 2px 0px #feffef, -2px 0px 0px #feffef, 0px -2px 0px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef, 0px 0px 2px #feffef;
}
.p-whatsGA__data table th {
  padding-left: 20px;
  padding-bottom: 6px;
  white-space: nowrap;
  position: relative;
  line-height: 1.2;
}
.p-whatsGA__data table th::before {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  left: -2px;
  background: url(/wp-content/themes/2026aw/images/ico_heart-line.png) no-repeat center center/contain;
  width: 16px;
  height: 14px;
  transform: translateY(-50%);
}
.p-whatsGA__data table td {
  font-weight: 400;
  padding-block: 0 20px;
  padding-left: 20px;
  line-height: 1.4;
  letter-spacing: 0;
}

.u-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .u-pc {
    display: block;
  }
  br.u-pc,
  span.u-pc {
    display: inline-block;
  }
}

.u-tbpc {
  display: none;
}
@media screen and (min-width: 520px) {
  .u-tbpc {
    display: block;
  }
  br.u-tbpc,
  span.u-tbpc {
    display: inline-block;
  }
}

.u-tb {
  display: none;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
  .u-tb {
    display: block;
  }
  br.u-tb,
  span.u-tb {
    display: inline-block;
  }
}

.u-sptb {
  display: none;
}
@media screen and (max-width: 959px) {
  .u-sptb {
    display: block;
  }
  br.u-sptb,
  span.u-sptb {
    display: inline-block;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .u-sp {
    display: block;
  }
  br.u-sp,
  span.u-sp {
    display: inline-block;
  }
}

.u-sp-s {
  display: none;
}
@media screen and (max-width: 320px) {
  .u-sp-s {
    display: block;
  }
  br.u-sp-s,
  span.u-sp-s {
    display: inline-block;
  }
}

.u-inner {
  position: relative;
  width: 92%;
  max-width: 1000px;
  margin-inline: auto;
  z-index: 1;
}

.js-effect {
  transition: all 0.5s ease-out;
  transform: translate(0, 10px) scale(0.9);
  opacity: 0;
}
.js-effect.is-show {
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

.js-effectList > li {
  transition: all 0.5s ease-out;
  transform: translate(0, 10px) scale(0.9);
  opacity: 0;
}
.js-effectList > li.is-show {
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

.u-linkSpot {
  margin-top: -80px;
  padding-top: 80px;
}

.u-linkSpot-report {
  margin-top: -50px;
  padding-top: 50px;
}

.u-linkSpot-sponsor {
  margin-top: -80px;
  padding-top: 80px;
}

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

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

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

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

.u-m-20 {
  margin: -160px !important;
}

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

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

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

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

.u-m-19 {
  margin: -152px !important;
}

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

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

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

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

.u-m-18 {
  margin: -144px !important;
}

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

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

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

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

.u-m-17 {
  margin: -136px !important;
}

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

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

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

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

.u-m-16 {
  margin: -128px !important;
}

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

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

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

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

.u-m-15 {
  margin: -120px !important;
}

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

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

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

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

.u-m-14 {
  margin: -112px !important;
}

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

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

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

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

.u-m-13 {
  margin: -104px !important;
}

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

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

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

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

.u-m-12 {
  margin: -96px !important;
}

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

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

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

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

.u-m-11 {
  margin: -88px !important;
}

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

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

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

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

.u-m-10 {
  margin: -80px !important;
}

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

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

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

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

.u-m-9 {
  margin: -72px !important;
}

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

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

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

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

.u-m-8 {
  margin: -64px !important;
}

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

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

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

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

.u-m-7 {
  margin: -56px !important;
}

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

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

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

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

.u-m-6 {
  margin: -48px !important;
}

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

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

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

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

.u-m-5 {
  margin: -40px !important;
}

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

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

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

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

.u-m-4 {
  margin: -32px !important;
}

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

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

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

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

.u-m-3 {
  margin: -24px !important;
}

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

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

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

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

.u-m-2 {
  margin: -16px !important;
}

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

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

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

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

.u-m-1 {
  margin: -8px !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-m0 {
  margin: 0px !important;
}

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

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

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

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

.u-m1 {
  margin: 8px !important;
}

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

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

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

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

.u-m2 {
  margin: 16px !important;
}

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

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

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

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

.u-m3 {
  margin: 24px !important;
}

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

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

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

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

.u-m4 {
  margin: 32px !important;
}

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

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

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

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

.u-m5 {
  margin: 40px !important;
}

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

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

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

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

.u-m6 {
  margin: 48px !important;
}

.u-mt7 {
  margin-top: 56px !important;
}

.u-mb7 {
  margin-bottom: 56px !important;
}

.u-ml7 {
  margin-left: 56px !important;
}

.u-mr7 {
  margin-right: 56px !important;
}

.u-m7 {
  margin: 56px !important;
}

.u-mt8 {
  margin-top: 64px !important;
}

.u-mb8 {
  margin-bottom: 64px !important;
}

.u-ml8 {
  margin-left: 64px !important;
}

.u-mr8 {
  margin-right: 64px !important;
}

.u-m8 {
  margin: 64px !important;
}

.u-mt9 {
  margin-top: 72px !important;
}

.u-mb9 {
  margin-bottom: 72px !important;
}

.u-ml9 {
  margin-left: 72px !important;
}

.u-mr9 {
  margin-right: 72px !important;
}

.u-m9 {
  margin: 72px !important;
}

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

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

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

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

.u-m10 {
  margin: 80px !important;
}

.u-mt11 {
  margin-top: 88px !important;
}

.u-mb11 {
  margin-bottom: 88px !important;
}

.u-ml11 {
  margin-left: 88px !important;
}

.u-mr11 {
  margin-right: 88px !important;
}

.u-m11 {
  margin: 88px !important;
}

.u-mt12 {
  margin-top: 96px !important;
}

.u-mb12 {
  margin-bottom: 96px !important;
}

.u-ml12 {
  margin-left: 96px !important;
}

.u-mr12 {
  margin-right: 96px !important;
}

.u-m12 {
  margin: 96px !important;
}

.u-mt13 {
  margin-top: 104px !important;
}

.u-mb13 {
  margin-bottom: 104px !important;
}

.u-ml13 {
  margin-left: 104px !important;
}

.u-mr13 {
  margin-right: 104px !important;
}

.u-m13 {
  margin: 104px !important;
}

.u-mt14 {
  margin-top: 112px !important;
}

.u-mb14 {
  margin-bottom: 112px !important;
}

.u-ml14 {
  margin-left: 112px !important;
}

.u-mr14 {
  margin-right: 112px !important;
}

.u-m14 {
  margin: 112px !important;
}

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

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

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

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

.u-m15 {
  margin: 120px !important;
}

.u-mt16 {
  margin-top: 128px !important;
}

.u-mb16 {
  margin-bottom: 128px !important;
}

.u-ml16 {
  margin-left: 128px !important;
}

.u-mr16 {
  margin-right: 128px !important;
}

.u-m16 {
  margin: 128px !important;
}

.u-mt17 {
  margin-top: 136px !important;
}

.u-mb17 {
  margin-bottom: 136px !important;
}

.u-ml17 {
  margin-left: 136px !important;
}

.u-mr17 {
  margin-right: 136px !important;
}

.u-m17 {
  margin: 136px !important;
}

.u-mt18 {
  margin-top: 144px !important;
}

.u-mb18 {
  margin-bottom: 144px !important;
}

.u-ml18 {
  margin-left: 144px !important;
}

.u-mr18 {
  margin-right: 144px !important;
}

.u-m18 {
  margin: 144px !important;
}

.u-mt19 {
  margin-top: 152px !important;
}

.u-mb19 {
  margin-bottom: 152px !important;
}

.u-ml19 {
  margin-left: 152px !important;
}

.u-mr19 {
  margin-right: 152px !important;
}

.u-m19 {
  margin: 152px !important;
}

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

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

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

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

.u-m20 {
  margin: 160px !important;
}

.u-m-auto {
  margin-inline: auto;
}

.u-ml-auto {
  margin-left: auto;
}

.u-mr-auto {
  margin-right: auto;
}

@media screen and (max-width: 519px) {
  .u-mt-20-sp {
    margin-top: -160px !important;
  }
  .u-mb-20-sp {
    margin-bottom: -160px !important;
  }
  .u-ml-20-sp {
    margin-left: -160px !important;
  }
  .u-mr-20-sp {
    margin-right: -160px !important;
  }
  .u-m-20-sp {
    margin: -160px !important;
  }
  .u-mt-19-sp {
    margin-top: -152px !important;
  }
  .u-mb-19-sp {
    margin-bottom: -152px !important;
  }
  .u-ml-19-sp {
    margin-left: -152px !important;
  }
  .u-mr-19-sp {
    margin-right: -152px !important;
  }
  .u-m-19-sp {
    margin: -152px !important;
  }
  .u-mt-18-sp {
    margin-top: -144px !important;
  }
  .u-mb-18-sp {
    margin-bottom: -144px !important;
  }
  .u-ml-18-sp {
    margin-left: -144px !important;
  }
  .u-mr-18-sp {
    margin-right: -144px !important;
  }
  .u-m-18-sp {
    margin: -144px !important;
  }
  .u-mt-17-sp {
    margin-top: -136px !important;
  }
  .u-mb-17-sp {
    margin-bottom: -136px !important;
  }
  .u-ml-17-sp {
    margin-left: -136px !important;
  }
  .u-mr-17-sp {
    margin-right: -136px !important;
  }
  .u-m-17-sp {
    margin: -136px !important;
  }
  .u-mt-16-sp {
    margin-top: -128px !important;
  }
  .u-mb-16-sp {
    margin-bottom: -128px !important;
  }
  .u-ml-16-sp {
    margin-left: -128px !important;
  }
  .u-mr-16-sp {
    margin-right: -128px !important;
  }
  .u-m-16-sp {
    margin: -128px !important;
  }
  .u-mt-15-sp {
    margin-top: -120px !important;
  }
  .u-mb-15-sp {
    margin-bottom: -120px !important;
  }
  .u-ml-15-sp {
    margin-left: -120px !important;
  }
  .u-mr-15-sp {
    margin-right: -120px !important;
  }
  .u-m-15-sp {
    margin: -120px !important;
  }
  .u-mt-14-sp {
    margin-top: -112px !important;
  }
  .u-mb-14-sp {
    margin-bottom: -112px !important;
  }
  .u-ml-14-sp {
    margin-left: -112px !important;
  }
  .u-mr-14-sp {
    margin-right: -112px !important;
  }
  .u-m-14-sp {
    margin: -112px !important;
  }
  .u-mt-13-sp {
    margin-top: -104px !important;
  }
  .u-mb-13-sp {
    margin-bottom: -104px !important;
  }
  .u-ml-13-sp {
    margin-left: -104px !important;
  }
  .u-mr-13-sp {
    margin-right: -104px !important;
  }
  .u-m-13-sp {
    margin: -104px !important;
  }
  .u-mt-12-sp {
    margin-top: -96px !important;
  }
  .u-mb-12-sp {
    margin-bottom: -96px !important;
  }
  .u-ml-12-sp {
    margin-left: -96px !important;
  }
  .u-mr-12-sp {
    margin-right: -96px !important;
  }
  .u-m-12-sp {
    margin: -96px !important;
  }
  .u-mt-11-sp {
    margin-top: -88px !important;
  }
  .u-mb-11-sp {
    margin-bottom: -88px !important;
  }
  .u-ml-11-sp {
    margin-left: -88px !important;
  }
  .u-mr-11-sp {
    margin-right: -88px !important;
  }
  .u-m-11-sp {
    margin: -88px !important;
  }
  .u-mt-10-sp {
    margin-top: -80px !important;
  }
  .u-mb-10-sp {
    margin-bottom: -80px !important;
  }
  .u-ml-10-sp {
    margin-left: -80px !important;
  }
  .u-mr-10-sp {
    margin-right: -80px !important;
  }
  .u-m-10-sp {
    margin: -80px !important;
  }
  .u-mt-9-sp {
    margin-top: -72px !important;
  }
  .u-mb-9-sp {
    margin-bottom: -72px !important;
  }
  .u-ml-9-sp {
    margin-left: -72px !important;
  }
  .u-mr-9-sp {
    margin-right: -72px !important;
  }
  .u-m-9-sp {
    margin: -72px !important;
  }
  .u-mt-8-sp {
    margin-top: -64px !important;
  }
  .u-mb-8-sp {
    margin-bottom: -64px !important;
  }
  .u-ml-8-sp {
    margin-left: -64px !important;
  }
  .u-mr-8-sp {
    margin-right: -64px !important;
  }
  .u-m-8-sp {
    margin: -64px !important;
  }
  .u-mt-7-sp {
    margin-top: -56px !important;
  }
  .u-mb-7-sp {
    margin-bottom: -56px !important;
  }
  .u-ml-7-sp {
    margin-left: -56px !important;
  }
  .u-mr-7-sp {
    margin-right: -56px !important;
  }
  .u-m-7-sp {
    margin: -56px !important;
  }
  .u-mt-6-sp {
    margin-top: -48px !important;
  }
  .u-mb-6-sp {
    margin-bottom: -48px !important;
  }
  .u-ml-6-sp {
    margin-left: -48px !important;
  }
  .u-mr-6-sp {
    margin-right: -48px !important;
  }
  .u-m-6-sp {
    margin: -48px !important;
  }
  .u-mt-5-sp {
    margin-top: -40px !important;
  }
  .u-mb-5-sp {
    margin-bottom: -40px !important;
  }
  .u-ml-5-sp {
    margin-left: -40px !important;
  }
  .u-mr-5-sp {
    margin-right: -40px !important;
  }
  .u-m-5-sp {
    margin: -40px !important;
  }
  .u-mt-4-sp {
    margin-top: -32px !important;
  }
  .u-mb-4-sp {
    margin-bottom: -32px !important;
  }
  .u-ml-4-sp {
    margin-left: -32px !important;
  }
  .u-mr-4-sp {
    margin-right: -32px !important;
  }
  .u-m-4-sp {
    margin: -32px !important;
  }
  .u-mt-3-sp {
    margin-top: -24px !important;
  }
  .u-mb-3-sp {
    margin-bottom: -24px !important;
  }
  .u-ml-3-sp {
    margin-left: -24px !important;
  }
  .u-mr-3-sp {
    margin-right: -24px !important;
  }
  .u-m-3-sp {
    margin: -24px !important;
  }
  .u-mt-2-sp {
    margin-top: -16px !important;
  }
  .u-mb-2-sp {
    margin-bottom: -16px !important;
  }
  .u-ml-2-sp {
    margin-left: -16px !important;
  }
  .u-mr-2-sp {
    margin-right: -16px !important;
  }
  .u-m-2-sp {
    margin: -16px !important;
  }
  .u-mt-1-sp {
    margin-top: -8px !important;
  }
  .u-mb-1-sp {
    margin-bottom: -8px !important;
  }
  .u-ml-1-sp {
    margin-left: -8px !important;
  }
  .u-mr-1-sp {
    margin-right: -8px !important;
  }
  .u-m-1-sp {
    margin: -8px !important;
  }
  .u-mt0-sp {
    margin-top: 0px !important;
  }
  .u-mb0-sp {
    margin-bottom: 0px !important;
  }
  .u-ml0-sp {
    margin-left: 0px !important;
  }
  .u-mr0-sp {
    margin-right: 0px !important;
  }
  .u-m0-sp {
    margin: 0px !important;
  }
  .u-mt1-sp {
    margin-top: 8px !important;
  }
  .u-mb1-sp {
    margin-bottom: 8px !important;
  }
  .u-ml1-sp {
    margin-left: 8px !important;
  }
  .u-mr1-sp {
    margin-right: 8px !important;
  }
  .u-m1-sp {
    margin: 8px !important;
  }
  .u-mt2-sp {
    margin-top: 16px !important;
  }
  .u-mb2-sp {
    margin-bottom: 16px !important;
  }
  .u-ml2-sp {
    margin-left: 16px !important;
  }
  .u-mr2-sp {
    margin-right: 16px !important;
  }
  .u-m2-sp {
    margin: 16px !important;
  }
  .u-mt3-sp {
    margin-top: 24px !important;
  }
  .u-mb3-sp {
    margin-bottom: 24px !important;
  }
  .u-ml3-sp {
    margin-left: 24px !important;
  }
  .u-mr3-sp {
    margin-right: 24px !important;
  }
  .u-m3-sp {
    margin: 24px !important;
  }
  .u-mt4-sp {
    margin-top: 32px !important;
  }
  .u-mb4-sp {
    margin-bottom: 32px !important;
  }
  .u-ml4-sp {
    margin-left: 32px !important;
  }
  .u-mr4-sp {
    margin-right: 32px !important;
  }
  .u-m4-sp {
    margin: 32px !important;
  }
  .u-mt5-sp {
    margin-top: 40px !important;
  }
  .u-mb5-sp {
    margin-bottom: 40px !important;
  }
  .u-ml5-sp {
    margin-left: 40px !important;
  }
  .u-mr5-sp {
    margin-right: 40px !important;
  }
  .u-m5-sp {
    margin: 40px !important;
  }
  .u-mt6-sp {
    margin-top: 48px !important;
  }
  .u-mb6-sp {
    margin-bottom: 48px !important;
  }
  .u-ml6-sp {
    margin-left: 48px !important;
  }
  .u-mr6-sp {
    margin-right: 48px !important;
  }
  .u-m6-sp {
    margin: 48px !important;
  }
  .u-mt7-sp {
    margin-top: 56px !important;
  }
  .u-mb7-sp {
    margin-bottom: 56px !important;
  }
  .u-ml7-sp {
    margin-left: 56px !important;
  }
  .u-mr7-sp {
    margin-right: 56px !important;
  }
  .u-m7-sp {
    margin: 56px !important;
  }
  .u-mt8-sp {
    margin-top: 64px !important;
  }
  .u-mb8-sp {
    margin-bottom: 64px !important;
  }
  .u-ml8-sp {
    margin-left: 64px !important;
  }
  .u-mr8-sp {
    margin-right: 64px !important;
  }
  .u-m8-sp {
    margin: 64px !important;
  }
  .u-mt9-sp {
    margin-top: 72px !important;
  }
  .u-mb9-sp {
    margin-bottom: 72px !important;
  }
  .u-ml9-sp {
    margin-left: 72px !important;
  }
  .u-mr9-sp {
    margin-right: 72px !important;
  }
  .u-m9-sp {
    margin: 72px !important;
  }
  .u-mt10-sp {
    margin-top: 80px !important;
  }
  .u-mb10-sp {
    margin-bottom: 80px !important;
  }
  .u-ml10-sp {
    margin-left: 80px !important;
  }
  .u-mr10-sp {
    margin-right: 80px !important;
  }
  .u-m10-sp {
    margin: 80px !important;
  }
  .u-mt11-sp {
    margin-top: 88px !important;
  }
  .u-mb11-sp {
    margin-bottom: 88px !important;
  }
  .u-ml11-sp {
    margin-left: 88px !important;
  }
  .u-mr11-sp {
    margin-right: 88px !important;
  }
  .u-m11-sp {
    margin: 88px !important;
  }
  .u-mt12-sp {
    margin-top: 96px !important;
  }
  .u-mb12-sp {
    margin-bottom: 96px !important;
  }
  .u-ml12-sp {
    margin-left: 96px !important;
  }
  .u-mr12-sp {
    margin-right: 96px !important;
  }
  .u-m12-sp {
    margin: 96px !important;
  }
  .u-mt13-sp {
    margin-top: 104px !important;
  }
  .u-mb13-sp {
    margin-bottom: 104px !important;
  }
  .u-ml13-sp {
    margin-left: 104px !important;
  }
  .u-mr13-sp {
    margin-right: 104px !important;
  }
  .u-m13-sp {
    margin: 104px !important;
  }
  .u-mt14-sp {
    margin-top: 112px !important;
  }
  .u-mb14-sp {
    margin-bottom: 112px !important;
  }
  .u-ml14-sp {
    margin-left: 112px !important;
  }
  .u-mr14-sp {
    margin-right: 112px !important;
  }
  .u-m14-sp {
    margin: 112px !important;
  }
  .u-mt15-sp {
    margin-top: 120px !important;
  }
  .u-mb15-sp {
    margin-bottom: 120px !important;
  }
  .u-ml15-sp {
    margin-left: 120px !important;
  }
  .u-mr15-sp {
    margin-right: 120px !important;
  }
  .u-m15-sp {
    margin: 120px !important;
  }
  .u-mt16-sp {
    margin-top: 128px !important;
  }
  .u-mb16-sp {
    margin-bottom: 128px !important;
  }
  .u-ml16-sp {
    margin-left: 128px !important;
  }
  .u-mr16-sp {
    margin-right: 128px !important;
  }
  .u-m16-sp {
    margin: 128px !important;
  }
  .u-mt17-sp {
    margin-top: 136px !important;
  }
  .u-mb17-sp {
    margin-bottom: 136px !important;
  }
  .u-ml17-sp {
    margin-left: 136px !important;
  }
  .u-mr17-sp {
    margin-right: 136px !important;
  }
  .u-m17-sp {
    margin: 136px !important;
  }
  .u-mt18-sp {
    margin-top: 144px !important;
  }
  .u-mb18-sp {
    margin-bottom: 144px !important;
  }
  .u-ml18-sp {
    margin-left: 144px !important;
  }
  .u-mr18-sp {
    margin-right: 144px !important;
  }
  .u-m18-sp {
    margin: 144px !important;
  }
  .u-mt19-sp {
    margin-top: 152px !important;
  }
  .u-mb19-sp {
    margin-bottom: 152px !important;
  }
  .u-ml19-sp {
    margin-left: 152px !important;
  }
  .u-mr19-sp {
    margin-right: 152px !important;
  }
  .u-m19-sp {
    margin: 152px !important;
  }
  .u-mt20-sp {
    margin-top: 160px !important;
  }
  .u-mb20-sp {
    margin-bottom: 160px !important;
  }
  .u-ml20-sp {
    margin-left: 160px !important;
  }
  .u-mr20-sp {
    margin-right: 160px !important;
  }
  .u-m20-sp {
    margin: 160px !important;
  }
}
@media screen and (max-width: 959px) {
  .u-mt-20-sptb {
    margin-top: -160px !important;
  }
  .u-mb-20-sptb {
    margin-bottom: -160px !important;
  }
  .u-ml-20-sptb {
    margin-left: -160px !important;
  }
  .u-mr-20-sptb {
    margin-right: -160px !important;
  }
  .u-m-20-sptb {
    margin: -160px !important;
  }
  .u-mt-19-sptb {
    margin-top: -152px !important;
  }
  .u-mb-19-sptb {
    margin-bottom: -152px !important;
  }
  .u-ml-19-sptb {
    margin-left: -152px !important;
  }
  .u-mr-19-sptb {
    margin-right: -152px !important;
  }
  .u-m-19-sptb {
    margin: -152px !important;
  }
  .u-mt-18-sptb {
    margin-top: -144px !important;
  }
  .u-mb-18-sptb {
    margin-bottom: -144px !important;
  }
  .u-ml-18-sptb {
    margin-left: -144px !important;
  }
  .u-mr-18-sptb {
    margin-right: -144px !important;
  }
  .u-m-18-sptb {
    margin: -144px !important;
  }
  .u-mt-17-sptb {
    margin-top: -136px !important;
  }
  .u-mb-17-sptb {
    margin-bottom: -136px !important;
  }
  .u-ml-17-sptb {
    margin-left: -136px !important;
  }
  .u-mr-17-sptb {
    margin-right: -136px !important;
  }
  .u-m-17-sptb {
    margin: -136px !important;
  }
  .u-mt-16-sptb {
    margin-top: -128px !important;
  }
  .u-mb-16-sptb {
    margin-bottom: -128px !important;
  }
  .u-ml-16-sptb {
    margin-left: -128px !important;
  }
  .u-mr-16-sptb {
    margin-right: -128px !important;
  }
  .u-m-16-sptb {
    margin: -128px !important;
  }
  .u-mt-15-sptb {
    margin-top: -120px !important;
  }
  .u-mb-15-sptb {
    margin-bottom: -120px !important;
  }
  .u-ml-15-sptb {
    margin-left: -120px !important;
  }
  .u-mr-15-sptb {
    margin-right: -120px !important;
  }
  .u-m-15-sptb {
    margin: -120px !important;
  }
  .u-mt-14-sptb {
    margin-top: -112px !important;
  }
  .u-mb-14-sptb {
    margin-bottom: -112px !important;
  }
  .u-ml-14-sptb {
    margin-left: -112px !important;
  }
  .u-mr-14-sptb {
    margin-right: -112px !important;
  }
  .u-m-14-sptb {
    margin: -112px !important;
  }
  .u-mt-13-sptb {
    margin-top: -104px !important;
  }
  .u-mb-13-sptb {
    margin-bottom: -104px !important;
  }
  .u-ml-13-sptb {
    margin-left: -104px !important;
  }
  .u-mr-13-sptb {
    margin-right: -104px !important;
  }
  .u-m-13-sptb {
    margin: -104px !important;
  }
  .u-mt-12-sptb {
    margin-top: -96px !important;
  }
  .u-mb-12-sptb {
    margin-bottom: -96px !important;
  }
  .u-ml-12-sptb {
    margin-left: -96px !important;
  }
  .u-mr-12-sptb {
    margin-right: -96px !important;
  }
  .u-m-12-sptb {
    margin: -96px !important;
  }
  .u-mt-11-sptb {
    margin-top: -88px !important;
  }
  .u-mb-11-sptb {
    margin-bottom: -88px !important;
  }
  .u-ml-11-sptb {
    margin-left: -88px !important;
  }
  .u-mr-11-sptb {
    margin-right: -88px !important;
  }
  .u-m-11-sptb {
    margin: -88px !important;
  }
  .u-mt-10-sptb {
    margin-top: -80px !important;
  }
  .u-mb-10-sptb {
    margin-bottom: -80px !important;
  }
  .u-ml-10-sptb {
    margin-left: -80px !important;
  }
  .u-mr-10-sptb {
    margin-right: -80px !important;
  }
  .u-m-10-sptb {
    margin: -80px !important;
  }
  .u-mt-9-sptb {
    margin-top: -72px !important;
  }
  .u-mb-9-sptb {
    margin-bottom: -72px !important;
  }
  .u-ml-9-sptb {
    margin-left: -72px !important;
  }
  .u-mr-9-sptb {
    margin-right: -72px !important;
  }
  .u-m-9-sptb {
    margin: -72px !important;
  }
  .u-mt-8-sptb {
    margin-top: -64px !important;
  }
  .u-mb-8-sptb {
    margin-bottom: -64px !important;
  }
  .u-ml-8-sptb {
    margin-left: -64px !important;
  }
  .u-mr-8-sptb {
    margin-right: -64px !important;
  }
  .u-m-8-sptb {
    margin: -64px !important;
  }
  .u-mt-7-sptb {
    margin-top: -56px !important;
  }
  .u-mb-7-sptb {
    margin-bottom: -56px !important;
  }
  .u-ml-7-sptb {
    margin-left: -56px !important;
  }
  .u-mr-7-sptb {
    margin-right: -56px !important;
  }
  .u-m-7-sptb {
    margin: -56px !important;
  }
  .u-mt-6-sptb {
    margin-top: -48px !important;
  }
  .u-mb-6-sptb {
    margin-bottom: -48px !important;
  }
  .u-ml-6-sptb {
    margin-left: -48px !important;
  }
  .u-mr-6-sptb {
    margin-right: -48px !important;
  }
  .u-m-6-sptb {
    margin: -48px !important;
  }
  .u-mt-5-sptb {
    margin-top: -40px !important;
  }
  .u-mb-5-sptb {
    margin-bottom: -40px !important;
  }
  .u-ml-5-sptb {
    margin-left: -40px !important;
  }
  .u-mr-5-sptb {
    margin-right: -40px !important;
  }
  .u-m-5-sptb {
    margin: -40px !important;
  }
  .u-mt-4-sptb {
    margin-top: -32px !important;
  }
  .u-mb-4-sptb {
    margin-bottom: -32px !important;
  }
  .u-ml-4-sptb {
    margin-left: -32px !important;
  }
  .u-mr-4-sptb {
    margin-right: -32px !important;
  }
  .u-m-4-sptb {
    margin: -32px !important;
  }
  .u-mt-3-sptb {
    margin-top: -24px !important;
  }
  .u-mb-3-sptb {
    margin-bottom: -24px !important;
  }
  .u-ml-3-sptb {
    margin-left: -24px !important;
  }
  .u-mr-3-sptb {
    margin-right: -24px !important;
  }
  .u-m-3-sptb {
    margin: -24px !important;
  }
  .u-mt-2-sptb {
    margin-top: -16px !important;
  }
  .u-mb-2-sptb {
    margin-bottom: -16px !important;
  }
  .u-ml-2-sptb {
    margin-left: -16px !important;
  }
  .u-mr-2-sptb {
    margin-right: -16px !important;
  }
  .u-m-2-sptb {
    margin: -16px !important;
  }
  .u-mt-1-sptb {
    margin-top: -8px !important;
  }
  .u-mb-1-sptb {
    margin-bottom: -8px !important;
  }
  .u-ml-1-sptb {
    margin-left: -8px !important;
  }
  .u-mr-1-sptb {
    margin-right: -8px !important;
  }
  .u-m-1-sptb {
    margin: -8px !important;
  }
  .u-mt0-sptb {
    margin-top: 0px !important;
  }
  .u-mb0-sptb {
    margin-bottom: 0px !important;
  }
  .u-ml0-sptb {
    margin-left: 0px !important;
  }
  .u-mr0-sptb {
    margin-right: 0px !important;
  }
  .u-m0-sptb {
    margin: 0px !important;
  }
  .u-mt1-sptb {
    margin-top: 8px !important;
  }
  .u-mb1-sptb {
    margin-bottom: 8px !important;
  }
  .u-ml1-sptb {
    margin-left: 8px !important;
  }
  .u-mr1-sptb {
    margin-right: 8px !important;
  }
  .u-m1-sptb {
    margin: 8px !important;
  }
  .u-mt2-sptb {
    margin-top: 16px !important;
  }
  .u-mb2-sptb {
    margin-bottom: 16px !important;
  }
  .u-ml2-sptb {
    margin-left: 16px !important;
  }
  .u-mr2-sptb {
    margin-right: 16px !important;
  }
  .u-m2-sptb {
    margin: 16px !important;
  }
  .u-mt3-sptb {
    margin-top: 24px !important;
  }
  .u-mb3-sptb {
    margin-bottom: 24px !important;
  }
  .u-ml3-sptb {
    margin-left: 24px !important;
  }
  .u-mr3-sptb {
    margin-right: 24px !important;
  }
  .u-m3-sptb {
    margin: 24px !important;
  }
  .u-mt4-sptb {
    margin-top: 32px !important;
  }
  .u-mb4-sptb {
    margin-bottom: 32px !important;
  }
  .u-ml4-sptb {
    margin-left: 32px !important;
  }
  .u-mr4-sptb {
    margin-right: 32px !important;
  }
  .u-m4-sptb {
    margin: 32px !important;
  }
  .u-mt5-sptb {
    margin-top: 40px !important;
  }
  .u-mb5-sptb {
    margin-bottom: 40px !important;
  }
  .u-ml5-sptb {
    margin-left: 40px !important;
  }
  .u-mr5-sptb {
    margin-right: 40px !important;
  }
  .u-m5-sptb {
    margin: 40px !important;
  }
  .u-mt6-sptb {
    margin-top: 48px !important;
  }
  .u-mb6-sptb {
    margin-bottom: 48px !important;
  }
  .u-ml6-sptb {
    margin-left: 48px !important;
  }
  .u-mr6-sptb {
    margin-right: 48px !important;
  }
  .u-m6-sptb {
    margin: 48px !important;
  }
  .u-mt7-sptb {
    margin-top: 56px !important;
  }
  .u-mb7-sptb {
    margin-bottom: 56px !important;
  }
  .u-ml7-sptb {
    margin-left: 56px !important;
  }
  .u-mr7-sptb {
    margin-right: 56px !important;
  }
  .u-m7-sptb {
    margin: 56px !important;
  }
  .u-mt8-sptb {
    margin-top: 64px !important;
  }
  .u-mb8-sptb {
    margin-bottom: 64px !important;
  }
  .u-ml8-sptb {
    margin-left: 64px !important;
  }
  .u-mr8-sptb {
    margin-right: 64px !important;
  }
  .u-m8-sptb {
    margin: 64px !important;
  }
  .u-mt9-sptb {
    margin-top: 72px !important;
  }
  .u-mb9-sptb {
    margin-bottom: 72px !important;
  }
  .u-ml9-sptb {
    margin-left: 72px !important;
  }
  .u-mr9-sptb {
    margin-right: 72px !important;
  }
  .u-m9-sptb {
    margin: 72px !important;
  }
  .u-mt10-sptb {
    margin-top: 80px !important;
  }
  .u-mb10-sptb {
    margin-bottom: 80px !important;
  }
  .u-ml10-sptb {
    margin-left: 80px !important;
  }
  .u-mr10-sptb {
    margin-right: 80px !important;
  }
  .u-m10-sptb {
    margin: 80px !important;
  }
  .u-mt11-sptb {
    margin-top: 88px !important;
  }
  .u-mb11-sptb {
    margin-bottom: 88px !important;
  }
  .u-ml11-sptb {
    margin-left: 88px !important;
  }
  .u-mr11-sptb {
    margin-right: 88px !important;
  }
  .u-m11-sptb {
    margin: 88px !important;
  }
  .u-mt12-sptb {
    margin-top: 96px !important;
  }
  .u-mb12-sptb {
    margin-bottom: 96px !important;
  }
  .u-ml12-sptb {
    margin-left: 96px !important;
  }
  .u-mr12-sptb {
    margin-right: 96px !important;
  }
  .u-m12-sptb {
    margin: 96px !important;
  }
  .u-mt13-sptb {
    margin-top: 104px !important;
  }
  .u-mb13-sptb {
    margin-bottom: 104px !important;
  }
  .u-ml13-sptb {
    margin-left: 104px !important;
  }
  .u-mr13-sptb {
    margin-right: 104px !important;
  }
  .u-m13-sptb {
    margin: 104px !important;
  }
  .u-mt14-sptb {
    margin-top: 112px !important;
  }
  .u-mb14-sptb {
    margin-bottom: 112px !important;
  }
  .u-ml14-sptb {
    margin-left: 112px !important;
  }
  .u-mr14-sptb {
    margin-right: 112px !important;
  }
  .u-m14-sptb {
    margin: 112px !important;
  }
  .u-mt15-sptb {
    margin-top: 120px !important;
  }
  .u-mb15-sptb {
    margin-bottom: 120px !important;
  }
  .u-ml15-sptb {
    margin-left: 120px !important;
  }
  .u-mr15-sptb {
    margin-right: 120px !important;
  }
  .u-m15-sptb {
    margin: 120px !important;
  }
  .u-mt16-sptb {
    margin-top: 128px !important;
  }
  .u-mb16-sptb {
    margin-bottom: 128px !important;
  }
  .u-ml16-sptb {
    margin-left: 128px !important;
  }
  .u-mr16-sptb {
    margin-right: 128px !important;
  }
  .u-m16-sptb {
    margin: 128px !important;
  }
  .u-mt17-sptb {
    margin-top: 136px !important;
  }
  .u-mb17-sptb {
    margin-bottom: 136px !important;
  }
  .u-ml17-sptb {
    margin-left: 136px !important;
  }
  .u-mr17-sptb {
    margin-right: 136px !important;
  }
  .u-m17-sptb {
    margin: 136px !important;
  }
  .u-mt18-sptb {
    margin-top: 144px !important;
  }
  .u-mb18-sptb {
    margin-bottom: 144px !important;
  }
  .u-ml18-sptb {
    margin-left: 144px !important;
  }
  .u-mr18-sptb {
    margin-right: 144px !important;
  }
  .u-m18-sptb {
    margin: 144px !important;
  }
  .u-mt19-sptb {
    margin-top: 152px !important;
  }
  .u-mb19-sptb {
    margin-bottom: 152px !important;
  }
  .u-ml19-sptb {
    margin-left: 152px !important;
  }
  .u-mr19-sptb {
    margin-right: 152px !important;
  }
  .u-m19-sptb {
    margin: 152px !important;
  }
  .u-mt20-sptb {
    margin-top: 160px !important;
  }
  .u-mb20-sptb {
    margin-bottom: 160px !important;
  }
  .u-ml20-sptb {
    margin-left: 160px !important;
  }
  .u-mr20-sptb {
    margin-right: 160px !important;
  }
  .u-m20-sptb {
    margin: 160px !important;
  }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
  .u-mt-20-tb {
    margin-top: -160px !important;
  }
  .u-mb-20-tb {
    margin-bottom: -160px !important;
  }
  .u-ml-20-tb {
    margin-left: -160px !important;
  }
  .u-mr-20-tb {
    margin-right: -160px !important;
  }
  .u-m-20-tb {
    margin: -160px !important;
  }
  .u-mt-19-tb {
    margin-top: -152px !important;
  }
  .u-mb-19-tb {
    margin-bottom: -152px !important;
  }
  .u-ml-19-tb {
    margin-left: -152px !important;
  }
  .u-mr-19-tb {
    margin-right: -152px !important;
  }
  .u-m-19-tb {
    margin: -152px !important;
  }
  .u-mt-18-tb {
    margin-top: -144px !important;
  }
  .u-mb-18-tb {
    margin-bottom: -144px !important;
  }
  .u-ml-18-tb {
    margin-left: -144px !important;
  }
  .u-mr-18-tb {
    margin-right: -144px !important;
  }
  .u-m-18-tb {
    margin: -144px !important;
  }
  .u-mt-17-tb {
    margin-top: -136px !important;
  }
  .u-mb-17-tb {
    margin-bottom: -136px !important;
  }
  .u-ml-17-tb {
    margin-left: -136px !important;
  }
  .u-mr-17-tb {
    margin-right: -136px !important;
  }
  .u-m-17-tb {
    margin: -136px !important;
  }
  .u-mt-16-tb {
    margin-top: -128px !important;
  }
  .u-mb-16-tb {
    margin-bottom: -128px !important;
  }
  .u-ml-16-tb {
    margin-left: -128px !important;
  }
  .u-mr-16-tb {
    margin-right: -128px !important;
  }
  .u-m-16-tb {
    margin: -128px !important;
  }
  .u-mt-15-tb {
    margin-top: -120px !important;
  }
  .u-mb-15-tb {
    margin-bottom: -120px !important;
  }
  .u-ml-15-tb {
    margin-left: -120px !important;
  }
  .u-mr-15-tb {
    margin-right: -120px !important;
  }
  .u-m-15-tb {
    margin: -120px !important;
  }
  .u-mt-14-tb {
    margin-top: -112px !important;
  }
  .u-mb-14-tb {
    margin-bottom: -112px !important;
  }
  .u-ml-14-tb {
    margin-left: -112px !important;
  }
  .u-mr-14-tb {
    margin-right: -112px !important;
  }
  .u-m-14-tb {
    margin: -112px !important;
  }
  .u-mt-13-tb {
    margin-top: -104px !important;
  }
  .u-mb-13-tb {
    margin-bottom: -104px !important;
  }
  .u-ml-13-tb {
    margin-left: -104px !important;
  }
  .u-mr-13-tb {
    margin-right: -104px !important;
  }
  .u-m-13-tb {
    margin: -104px !important;
  }
  .u-mt-12-tb {
    margin-top: -96px !important;
  }
  .u-mb-12-tb {
    margin-bottom: -96px !important;
  }
  .u-ml-12-tb {
    margin-left: -96px !important;
  }
  .u-mr-12-tb {
    margin-right: -96px !important;
  }
  .u-m-12-tb {
    margin: -96px !important;
  }
  .u-mt-11-tb {
    margin-top: -88px !important;
  }
  .u-mb-11-tb {
    margin-bottom: -88px !important;
  }
  .u-ml-11-tb {
    margin-left: -88px !important;
  }
  .u-mr-11-tb {
    margin-right: -88px !important;
  }
  .u-m-11-tb {
    margin: -88px !important;
  }
  .u-mt-10-tb {
    margin-top: -80px !important;
  }
  .u-mb-10-tb {
    margin-bottom: -80px !important;
  }
  .u-ml-10-tb {
    margin-left: -80px !important;
  }
  .u-mr-10-tb {
    margin-right: -80px !important;
  }
  .u-m-10-tb {
    margin: -80px !important;
  }
  .u-mt-9-tb {
    margin-top: -72px !important;
  }
  .u-mb-9-tb {
    margin-bottom: -72px !important;
  }
  .u-ml-9-tb {
    margin-left: -72px !important;
  }
  .u-mr-9-tb {
    margin-right: -72px !important;
  }
  .u-m-9-tb {
    margin: -72px !important;
  }
  .u-mt-8-tb {
    margin-top: -64px !important;
  }
  .u-mb-8-tb {
    margin-bottom: -64px !important;
  }
  .u-ml-8-tb {
    margin-left: -64px !important;
  }
  .u-mr-8-tb {
    margin-right: -64px !important;
  }
  .u-m-8-tb {
    margin: -64px !important;
  }
  .u-mt-7-tb {
    margin-top: -56px !important;
  }
  .u-mb-7-tb {
    margin-bottom: -56px !important;
  }
  .u-ml-7-tb {
    margin-left: -56px !important;
  }
  .u-mr-7-tb {
    margin-right: -56px !important;
  }
  .u-m-7-tb {
    margin: -56px !important;
  }
  .u-mt-6-tb {
    margin-top: -48px !important;
  }
  .u-mb-6-tb {
    margin-bottom: -48px !important;
  }
  .u-ml-6-tb {
    margin-left: -48px !important;
  }
  .u-mr-6-tb {
    margin-right: -48px !important;
  }
  .u-m-6-tb {
    margin: -48px !important;
  }
  .u-mt-5-tb {
    margin-top: -40px !important;
  }
  .u-mb-5-tb {
    margin-bottom: -40px !important;
  }
  .u-ml-5-tb {
    margin-left: -40px !important;
  }
  .u-mr-5-tb {
    margin-right: -40px !important;
  }
  .u-m-5-tb {
    margin: -40px !important;
  }
  .u-mt-4-tb {
    margin-top: -32px !important;
  }
  .u-mb-4-tb {
    margin-bottom: -32px !important;
  }
  .u-ml-4-tb {
    margin-left: -32px !important;
  }
  .u-mr-4-tb {
    margin-right: -32px !important;
  }
  .u-m-4-tb {
    margin: -32px !important;
  }
  .u-mt-3-tb {
    margin-top: -24px !important;
  }
  .u-mb-3-tb {
    margin-bottom: -24px !important;
  }
  .u-ml-3-tb {
    margin-left: -24px !important;
  }
  .u-mr-3-tb {
    margin-right: -24px !important;
  }
  .u-m-3-tb {
    margin: -24px !important;
  }
  .u-mt-2-tb {
    margin-top: -16px !important;
  }
  .u-mb-2-tb {
    margin-bottom: -16px !important;
  }
  .u-ml-2-tb {
    margin-left: -16px !important;
  }
  .u-mr-2-tb {
    margin-right: -16px !important;
  }
  .u-m-2-tb {
    margin: -16px !important;
  }
  .u-mt-1-tb {
    margin-top: -8px !important;
  }
  .u-mb-1-tb {
    margin-bottom: -8px !important;
  }
  .u-ml-1-tb {
    margin-left: -8px !important;
  }
  .u-mr-1-tb {
    margin-right: -8px !important;
  }
  .u-m-1-tb {
    margin: -8px !important;
  }
  .u-mt0-tb {
    margin-top: 0px !important;
  }
  .u-mb0-tb {
    margin-bottom: 0px !important;
  }
  .u-ml0-tb {
    margin-left: 0px !important;
  }
  .u-mr0-tb {
    margin-right: 0px !important;
  }
  .u-m0-tb {
    margin: 0px !important;
  }
  .u-mt1-tb {
    margin-top: 8px !important;
  }
  .u-mb1-tb {
    margin-bottom: 8px !important;
  }
  .u-ml1-tb {
    margin-left: 8px !important;
  }
  .u-mr1-tb {
    margin-right: 8px !important;
  }
  .u-m1-tb {
    margin: 8px !important;
  }
  .u-mt2-tb {
    margin-top: 16px !important;
  }
  .u-mb2-tb {
    margin-bottom: 16px !important;
  }
  .u-ml2-tb {
    margin-left: 16px !important;
  }
  .u-mr2-tb {
    margin-right: 16px !important;
  }
  .u-m2-tb {
    margin: 16px !important;
  }
  .u-mt3-tb {
    margin-top: 24px !important;
  }
  .u-mb3-tb {
    margin-bottom: 24px !important;
  }
  .u-ml3-tb {
    margin-left: 24px !important;
  }
  .u-mr3-tb {
    margin-right: 24px !important;
  }
  .u-m3-tb {
    margin: 24px !important;
  }
  .u-mt4-tb {
    margin-top: 32px !important;
  }
  .u-mb4-tb {
    margin-bottom: 32px !important;
  }
  .u-ml4-tb {
    margin-left: 32px !important;
  }
  .u-mr4-tb {
    margin-right: 32px !important;
  }
  .u-m4-tb {
    margin: 32px !important;
  }
  .u-mt5-tb {
    margin-top: 40px !important;
  }
  .u-mb5-tb {
    margin-bottom: 40px !important;
  }
  .u-ml5-tb {
    margin-left: 40px !important;
  }
  .u-mr5-tb {
    margin-right: 40px !important;
  }
  .u-m5-tb {
    margin: 40px !important;
  }
  .u-mt6-tb {
    margin-top: 48px !important;
  }
  .u-mb6-tb {
    margin-bottom: 48px !important;
  }
  .u-ml6-tb {
    margin-left: 48px !important;
  }
  .u-mr6-tb {
    margin-right: 48px !important;
  }
  .u-m6-tb {
    margin: 48px !important;
  }
  .u-mt7-tb {
    margin-top: 56px !important;
  }
  .u-mb7-tb {
    margin-bottom: 56px !important;
  }
  .u-ml7-tb {
    margin-left: 56px !important;
  }
  .u-mr7-tb {
    margin-right: 56px !important;
  }
  .u-m7-tb {
    margin: 56px !important;
  }
  .u-mt8-tb {
    margin-top: 64px !important;
  }
  .u-mb8-tb {
    margin-bottom: 64px !important;
  }
  .u-ml8-tb {
    margin-left: 64px !important;
  }
  .u-mr8-tb {
    margin-right: 64px !important;
  }
  .u-m8-tb {
    margin: 64px !important;
  }
  .u-mt9-tb {
    margin-top: 72px !important;
  }
  .u-mb9-tb {
    margin-bottom: 72px !important;
  }
  .u-ml9-tb {
    margin-left: 72px !important;
  }
  .u-mr9-tb {
    margin-right: 72px !important;
  }
  .u-m9-tb {
    margin: 72px !important;
  }
  .u-mt10-tb {
    margin-top: 80px !important;
  }
  .u-mb10-tb {
    margin-bottom: 80px !important;
  }
  .u-ml10-tb {
    margin-left: 80px !important;
  }
  .u-mr10-tb {
    margin-right: 80px !important;
  }
  .u-m10-tb {
    margin: 80px !important;
  }
  .u-mt11-tb {
    margin-top: 88px !important;
  }
  .u-mb11-tb {
    margin-bottom: 88px !important;
  }
  .u-ml11-tb {
    margin-left: 88px !important;
  }
  .u-mr11-tb {
    margin-right: 88px !important;
  }
  .u-m11-tb {
    margin: 88px !important;
  }
  .u-mt12-tb {
    margin-top: 96px !important;
  }
  .u-mb12-tb {
    margin-bottom: 96px !important;
  }
  .u-ml12-tb {
    margin-left: 96px !important;
  }
  .u-mr12-tb {
    margin-right: 96px !important;
  }
  .u-m12-tb {
    margin: 96px !important;
  }
  .u-mt13-tb {
    margin-top: 104px !important;
  }
  .u-mb13-tb {
    margin-bottom: 104px !important;
  }
  .u-ml13-tb {
    margin-left: 104px !important;
  }
  .u-mr13-tb {
    margin-right: 104px !important;
  }
  .u-m13-tb {
    margin: 104px !important;
  }
  .u-mt14-tb {
    margin-top: 112px !important;
  }
  .u-mb14-tb {
    margin-bottom: 112px !important;
  }
  .u-ml14-tb {
    margin-left: 112px !important;
  }
  .u-mr14-tb {
    margin-right: 112px !important;
  }
  .u-m14-tb {
    margin: 112px !important;
  }
  .u-mt15-tb {
    margin-top: 120px !important;
  }
  .u-mb15-tb {
    margin-bottom: 120px !important;
  }
  .u-ml15-tb {
    margin-left: 120px !important;
  }
  .u-mr15-tb {
    margin-right: 120px !important;
  }
  .u-m15-tb {
    margin: 120px !important;
  }
  .u-mt16-tb {
    margin-top: 128px !important;
  }
  .u-mb16-tb {
    margin-bottom: 128px !important;
  }
  .u-ml16-tb {
    margin-left: 128px !important;
  }
  .u-mr16-tb {
    margin-right: 128px !important;
  }
  .u-m16-tb {
    margin: 128px !important;
  }
  .u-mt17-tb {
    margin-top: 136px !important;
  }
  .u-mb17-tb {
    margin-bottom: 136px !important;
  }
  .u-ml17-tb {
    margin-left: 136px !important;
  }
  .u-mr17-tb {
    margin-right: 136px !important;
  }
  .u-m17-tb {
    margin: 136px !important;
  }
  .u-mt18-tb {
    margin-top: 144px !important;
  }
  .u-mb18-tb {
    margin-bottom: 144px !important;
  }
  .u-ml18-tb {
    margin-left: 144px !important;
  }
  .u-mr18-tb {
    margin-right: 144px !important;
  }
  .u-m18-tb {
    margin: 144px !important;
  }
  .u-mt19-tb {
    margin-top: 152px !important;
  }
  .u-mb19-tb {
    margin-bottom: 152px !important;
  }
  .u-ml19-tb {
    margin-left: 152px !important;
  }
  .u-mr19-tb {
    margin-right: 152px !important;
  }
  .u-m19-tb {
    margin: 152px !important;
  }
  .u-mt20-tb {
    margin-top: 160px !important;
  }
  .u-mb20-tb {
    margin-bottom: 160px !important;
  }
  .u-ml20-tb {
    margin-left: 160px !important;
  }
  .u-mr20-tb {
    margin-right: 160px !important;
  }
  .u-m20-tb {
    margin: 160px !important;
  }
}
@media screen and (min-width: 520px) {
  .u-mt-30-tbpc {
    margin-top: -240px !important;
  }
  .u-mb-30-tbpc {
    margin-bottom: -240px !important;
  }
  .u-ml-30-tbpc {
    margin-left: -240px !important;
  }
  .u-mr-30-tbpc {
    margin-right: -240px !important;
  }
  .u-m-30-tbpc {
    margin: -240px !important;
  }
  .u-mt-29-tbpc {
    margin-top: -232px !important;
  }
  .u-mb-29-tbpc {
    margin-bottom: -232px !important;
  }
  .u-ml-29-tbpc {
    margin-left: -232px !important;
  }
  .u-mr-29-tbpc {
    margin-right: -232px !important;
  }
  .u-m-29-tbpc {
    margin: -232px !important;
  }
  .u-mt-28-tbpc {
    margin-top: -224px !important;
  }
  .u-mb-28-tbpc {
    margin-bottom: -224px !important;
  }
  .u-ml-28-tbpc {
    margin-left: -224px !important;
  }
  .u-mr-28-tbpc {
    margin-right: -224px !important;
  }
  .u-m-28-tbpc {
    margin: -224px !important;
  }
  .u-mt-27-tbpc {
    margin-top: -216px !important;
  }
  .u-mb-27-tbpc {
    margin-bottom: -216px !important;
  }
  .u-ml-27-tbpc {
    margin-left: -216px !important;
  }
  .u-mr-27-tbpc {
    margin-right: -216px !important;
  }
  .u-m-27-tbpc {
    margin: -216px !important;
  }
  .u-mt-26-tbpc {
    margin-top: -208px !important;
  }
  .u-mb-26-tbpc {
    margin-bottom: -208px !important;
  }
  .u-ml-26-tbpc {
    margin-left: -208px !important;
  }
  .u-mr-26-tbpc {
    margin-right: -208px !important;
  }
  .u-m-26-tbpc {
    margin: -208px !important;
  }
  .u-mt-25-tbpc {
    margin-top: -200px !important;
  }
  .u-mb-25-tbpc {
    margin-bottom: -200px !important;
  }
  .u-ml-25-tbpc {
    margin-left: -200px !important;
  }
  .u-mr-25-tbpc {
    margin-right: -200px !important;
  }
  .u-m-25-tbpc {
    margin: -200px !important;
  }
  .u-mt-24-tbpc {
    margin-top: -192px !important;
  }
  .u-mb-24-tbpc {
    margin-bottom: -192px !important;
  }
  .u-ml-24-tbpc {
    margin-left: -192px !important;
  }
  .u-mr-24-tbpc {
    margin-right: -192px !important;
  }
  .u-m-24-tbpc {
    margin: -192px !important;
  }
  .u-mt-23-tbpc {
    margin-top: -184px !important;
  }
  .u-mb-23-tbpc {
    margin-bottom: -184px !important;
  }
  .u-ml-23-tbpc {
    margin-left: -184px !important;
  }
  .u-mr-23-tbpc {
    margin-right: -184px !important;
  }
  .u-m-23-tbpc {
    margin: -184px !important;
  }
  .u-mt-22-tbpc {
    margin-top: -176px !important;
  }
  .u-mb-22-tbpc {
    margin-bottom: -176px !important;
  }
  .u-ml-22-tbpc {
    margin-left: -176px !important;
  }
  .u-mr-22-tbpc {
    margin-right: -176px !important;
  }
  .u-m-22-tbpc {
    margin: -176px !important;
  }
  .u-mt-21-tbpc {
    margin-top: -168px !important;
  }
  .u-mb-21-tbpc {
    margin-bottom: -168px !important;
  }
  .u-ml-21-tbpc {
    margin-left: -168px !important;
  }
  .u-mr-21-tbpc {
    margin-right: -168px !important;
  }
  .u-m-21-tbpc {
    margin: -168px !important;
  }
  .u-mt-20-tbpc {
    margin-top: -160px !important;
  }
  .u-mb-20-tbpc {
    margin-bottom: -160px !important;
  }
  .u-ml-20-tbpc {
    margin-left: -160px !important;
  }
  .u-mr-20-tbpc {
    margin-right: -160px !important;
  }
  .u-m-20-tbpc {
    margin: -160px !important;
  }
  .u-mt-19-tbpc {
    margin-top: -152px !important;
  }
  .u-mb-19-tbpc {
    margin-bottom: -152px !important;
  }
  .u-ml-19-tbpc {
    margin-left: -152px !important;
  }
  .u-mr-19-tbpc {
    margin-right: -152px !important;
  }
  .u-m-19-tbpc {
    margin: -152px !important;
  }
  .u-mt-18-tbpc {
    margin-top: -144px !important;
  }
  .u-mb-18-tbpc {
    margin-bottom: -144px !important;
  }
  .u-ml-18-tbpc {
    margin-left: -144px !important;
  }
  .u-mr-18-tbpc {
    margin-right: -144px !important;
  }
  .u-m-18-tbpc {
    margin: -144px !important;
  }
  .u-mt-17-tbpc {
    margin-top: -136px !important;
  }
  .u-mb-17-tbpc {
    margin-bottom: -136px !important;
  }
  .u-ml-17-tbpc {
    margin-left: -136px !important;
  }
  .u-mr-17-tbpc {
    margin-right: -136px !important;
  }
  .u-m-17-tbpc {
    margin: -136px !important;
  }
  .u-mt-16-tbpc {
    margin-top: -128px !important;
  }
  .u-mb-16-tbpc {
    margin-bottom: -128px !important;
  }
  .u-ml-16-tbpc {
    margin-left: -128px !important;
  }
  .u-mr-16-tbpc {
    margin-right: -128px !important;
  }
  .u-m-16-tbpc {
    margin: -128px !important;
  }
  .u-mt-15-tbpc {
    margin-top: -120px !important;
  }
  .u-mb-15-tbpc {
    margin-bottom: -120px !important;
  }
  .u-ml-15-tbpc {
    margin-left: -120px !important;
  }
  .u-mr-15-tbpc {
    margin-right: -120px !important;
  }
  .u-m-15-tbpc {
    margin: -120px !important;
  }
  .u-mt-14-tbpc {
    margin-top: -112px !important;
  }
  .u-mb-14-tbpc {
    margin-bottom: -112px !important;
  }
  .u-ml-14-tbpc {
    margin-left: -112px !important;
  }
  .u-mr-14-tbpc {
    margin-right: -112px !important;
  }
  .u-m-14-tbpc {
    margin: -112px !important;
  }
  .u-mt-13-tbpc {
    margin-top: -104px !important;
  }
  .u-mb-13-tbpc {
    margin-bottom: -104px !important;
  }
  .u-ml-13-tbpc {
    margin-left: -104px !important;
  }
  .u-mr-13-tbpc {
    margin-right: -104px !important;
  }
  .u-m-13-tbpc {
    margin: -104px !important;
  }
  .u-mt-12-tbpc {
    margin-top: -96px !important;
  }
  .u-mb-12-tbpc {
    margin-bottom: -96px !important;
  }
  .u-ml-12-tbpc {
    margin-left: -96px !important;
  }
  .u-mr-12-tbpc {
    margin-right: -96px !important;
  }
  .u-m-12-tbpc {
    margin: -96px !important;
  }
  .u-mt-11-tbpc {
    margin-top: -88px !important;
  }
  .u-mb-11-tbpc {
    margin-bottom: -88px !important;
  }
  .u-ml-11-tbpc {
    margin-left: -88px !important;
  }
  .u-mr-11-tbpc {
    margin-right: -88px !important;
  }
  .u-m-11-tbpc {
    margin: -88px !important;
  }
  .u-mt-10-tbpc {
    margin-top: -80px !important;
  }
  .u-mb-10-tbpc {
    margin-bottom: -80px !important;
  }
  .u-ml-10-tbpc {
    margin-left: -80px !important;
  }
  .u-mr-10-tbpc {
    margin-right: -80px !important;
  }
  .u-m-10-tbpc {
    margin: -80px !important;
  }
  .u-mt-9-tbpc {
    margin-top: -72px !important;
  }
  .u-mb-9-tbpc {
    margin-bottom: -72px !important;
  }
  .u-ml-9-tbpc {
    margin-left: -72px !important;
  }
  .u-mr-9-tbpc {
    margin-right: -72px !important;
  }
  .u-m-9-tbpc {
    margin: -72px !important;
  }
  .u-mt-8-tbpc {
    margin-top: -64px !important;
  }
  .u-mb-8-tbpc {
    margin-bottom: -64px !important;
  }
  .u-ml-8-tbpc {
    margin-left: -64px !important;
  }
  .u-mr-8-tbpc {
    margin-right: -64px !important;
  }
  .u-m-8-tbpc {
    margin: -64px !important;
  }
  .u-mt-7-tbpc {
    margin-top: -56px !important;
  }
  .u-mb-7-tbpc {
    margin-bottom: -56px !important;
  }
  .u-ml-7-tbpc {
    margin-left: -56px !important;
  }
  .u-mr-7-tbpc {
    margin-right: -56px !important;
  }
  .u-m-7-tbpc {
    margin: -56px !important;
  }
  .u-mt-6-tbpc {
    margin-top: -48px !important;
  }
  .u-mb-6-tbpc {
    margin-bottom: -48px !important;
  }
  .u-ml-6-tbpc {
    margin-left: -48px !important;
  }
  .u-mr-6-tbpc {
    margin-right: -48px !important;
  }
  .u-m-6-tbpc {
    margin: -48px !important;
  }
  .u-mt-5-tbpc {
    margin-top: -40px !important;
  }
  .u-mb-5-tbpc {
    margin-bottom: -40px !important;
  }
  .u-ml-5-tbpc {
    margin-left: -40px !important;
  }
  .u-mr-5-tbpc {
    margin-right: -40px !important;
  }
  .u-m-5-tbpc {
    margin: -40px !important;
  }
  .u-mt-4-tbpc {
    margin-top: -32px !important;
  }
  .u-mb-4-tbpc {
    margin-bottom: -32px !important;
  }
  .u-ml-4-tbpc {
    margin-left: -32px !important;
  }
  .u-mr-4-tbpc {
    margin-right: -32px !important;
  }
  .u-m-4-tbpc {
    margin: -32px !important;
  }
  .u-mt-3-tbpc {
    margin-top: -24px !important;
  }
  .u-mb-3-tbpc {
    margin-bottom: -24px !important;
  }
  .u-ml-3-tbpc {
    margin-left: -24px !important;
  }
  .u-mr-3-tbpc {
    margin-right: -24px !important;
  }
  .u-m-3-tbpc {
    margin: -24px !important;
  }
  .u-mt-2-tbpc {
    margin-top: -16px !important;
  }
  .u-mb-2-tbpc {
    margin-bottom: -16px !important;
  }
  .u-ml-2-tbpc {
    margin-left: -16px !important;
  }
  .u-mr-2-tbpc {
    margin-right: -16px !important;
  }
  .u-m-2-tbpc {
    margin: -16px !important;
  }
  .u-mt-1-tbpc {
    margin-top: -8px !important;
  }
  .u-mb-1-tbpc {
    margin-bottom: -8px !important;
  }
  .u-ml-1-tbpc {
    margin-left: -8px !important;
  }
  .u-mr-1-tbpc {
    margin-right: -8px !important;
  }
  .u-m-1-tbpc {
    margin: -8px !important;
  }
  .u-mt0-tbpc {
    margin-top: 0px !important;
  }
  .u-mb0-tbpc {
    margin-bottom: 0px !important;
  }
  .u-ml0-tbpc {
    margin-left: 0px !important;
  }
  .u-mr0-tbpc {
    margin-right: 0px !important;
  }
  .u-m0-tbpc {
    margin: 0px !important;
  }
  .u-mt1-tbpc {
    margin-top: 8px !important;
  }
  .u-mb1-tbpc {
    margin-bottom: 8px !important;
  }
  .u-ml1-tbpc {
    margin-left: 8px !important;
  }
  .u-mr1-tbpc {
    margin-right: 8px !important;
  }
  .u-m1-tbpc {
    margin: 8px !important;
  }
  .u-mt2-tbpc {
    margin-top: 16px !important;
  }
  .u-mb2-tbpc {
    margin-bottom: 16px !important;
  }
  .u-ml2-tbpc {
    margin-left: 16px !important;
  }
  .u-mr2-tbpc {
    margin-right: 16px !important;
  }
  .u-m2-tbpc {
    margin: 16px !important;
  }
  .u-mt3-tbpc {
    margin-top: 24px !important;
  }
  .u-mb3-tbpc {
    margin-bottom: 24px !important;
  }
  .u-ml3-tbpc {
    margin-left: 24px !important;
  }
  .u-mr3-tbpc {
    margin-right: 24px !important;
  }
  .u-m3-tbpc {
    margin: 24px !important;
  }
  .u-mt4-tbpc {
    margin-top: 32px !important;
  }
  .u-mb4-tbpc {
    margin-bottom: 32px !important;
  }
  .u-ml4-tbpc {
    margin-left: 32px !important;
  }
  .u-mr4-tbpc {
    margin-right: 32px !important;
  }
  .u-m4-tbpc {
    margin: 32px !important;
  }
  .u-mt5-tbpc {
    margin-top: 40px !important;
  }
  .u-mb5-tbpc {
    margin-bottom: 40px !important;
  }
  .u-ml5-tbpc {
    margin-left: 40px !important;
  }
  .u-mr5-tbpc {
    margin-right: 40px !important;
  }
  .u-m5-tbpc {
    margin: 40px !important;
  }
  .u-mt6-tbpc {
    margin-top: 48px !important;
  }
  .u-mb6-tbpc {
    margin-bottom: 48px !important;
  }
  .u-ml6-tbpc {
    margin-left: 48px !important;
  }
  .u-mr6-tbpc {
    margin-right: 48px !important;
  }
  .u-m6-tbpc {
    margin: 48px !important;
  }
  .u-mt7-tbpc {
    margin-top: 56px !important;
  }
  .u-mb7-tbpc {
    margin-bottom: 56px !important;
  }
  .u-ml7-tbpc {
    margin-left: 56px !important;
  }
  .u-mr7-tbpc {
    margin-right: 56px !important;
  }
  .u-m7-tbpc {
    margin: 56px !important;
  }
  .u-mt8-tbpc {
    margin-top: 64px !important;
  }
  .u-mb8-tbpc {
    margin-bottom: 64px !important;
  }
  .u-ml8-tbpc {
    margin-left: 64px !important;
  }
  .u-mr8-tbpc {
    margin-right: 64px !important;
  }
  .u-m8-tbpc {
    margin: 64px !important;
  }
  .u-mt9-tbpc {
    margin-top: 72px !important;
  }
  .u-mb9-tbpc {
    margin-bottom: 72px !important;
  }
  .u-ml9-tbpc {
    margin-left: 72px !important;
  }
  .u-mr9-tbpc {
    margin-right: 72px !important;
  }
  .u-m9-tbpc {
    margin: 72px !important;
  }
  .u-mt10-tbpc {
    margin-top: 80px !important;
  }
  .u-mb10-tbpc {
    margin-bottom: 80px !important;
  }
  .u-ml10-tbpc {
    margin-left: 80px !important;
  }
  .u-mr10-tbpc {
    margin-right: 80px !important;
  }
  .u-m10-tbpc {
    margin: 80px !important;
  }
  .u-mt11-tbpc {
    margin-top: 88px !important;
  }
  .u-mb11-tbpc {
    margin-bottom: 88px !important;
  }
  .u-ml11-tbpc {
    margin-left: 88px !important;
  }
  .u-mr11-tbpc {
    margin-right: 88px !important;
  }
  .u-m11-tbpc {
    margin: 88px !important;
  }
  .u-mt12-tbpc {
    margin-top: 96px !important;
  }
  .u-mb12-tbpc {
    margin-bottom: 96px !important;
  }
  .u-ml12-tbpc {
    margin-left: 96px !important;
  }
  .u-mr12-tbpc {
    margin-right: 96px !important;
  }
  .u-m12-tbpc {
    margin: 96px !important;
  }
  .u-mt13-tbpc {
    margin-top: 104px !important;
  }
  .u-mb13-tbpc {
    margin-bottom: 104px !important;
  }
  .u-ml13-tbpc {
    margin-left: 104px !important;
  }
  .u-mr13-tbpc {
    margin-right: 104px !important;
  }
  .u-m13-tbpc {
    margin: 104px !important;
  }
  .u-mt14-tbpc {
    margin-top: 112px !important;
  }
  .u-mb14-tbpc {
    margin-bottom: 112px !important;
  }
  .u-ml14-tbpc {
    margin-left: 112px !important;
  }
  .u-mr14-tbpc {
    margin-right: 112px !important;
  }
  .u-m14-tbpc {
    margin: 112px !important;
  }
  .u-mt15-tbpc {
    margin-top: 120px !important;
  }
  .u-mb15-tbpc {
    margin-bottom: 120px !important;
  }
  .u-ml15-tbpc {
    margin-left: 120px !important;
  }
  .u-mr15-tbpc {
    margin-right: 120px !important;
  }
  .u-m15-tbpc {
    margin: 120px !important;
  }
  .u-mt16-tbpc {
    margin-top: 128px !important;
  }
  .u-mb16-tbpc {
    margin-bottom: 128px !important;
  }
  .u-ml16-tbpc {
    margin-left: 128px !important;
  }
  .u-mr16-tbpc {
    margin-right: 128px !important;
  }
  .u-m16-tbpc {
    margin: 128px !important;
  }
  .u-mt17-tbpc {
    margin-top: 136px !important;
  }
  .u-mb17-tbpc {
    margin-bottom: 136px !important;
  }
  .u-ml17-tbpc {
    margin-left: 136px !important;
  }
  .u-mr17-tbpc {
    margin-right: 136px !important;
  }
  .u-m17-tbpc {
    margin: 136px !important;
  }
  .u-mt18-tbpc {
    margin-top: 144px !important;
  }
  .u-mb18-tbpc {
    margin-bottom: 144px !important;
  }
  .u-ml18-tbpc {
    margin-left: 144px !important;
  }
  .u-mr18-tbpc {
    margin-right: 144px !important;
  }
  .u-m18-tbpc {
    margin: 144px !important;
  }
  .u-mt19-tbpc {
    margin-top: 152px !important;
  }
  .u-mb19-tbpc {
    margin-bottom: 152px !important;
  }
  .u-ml19-tbpc {
    margin-left: 152px !important;
  }
  .u-mr19-tbpc {
    margin-right: 152px !important;
  }
  .u-m19-tbpc {
    margin: 152px !important;
  }
  .u-mt20-tbpc {
    margin-top: 160px !important;
  }
  .u-mb20-tbpc {
    margin-bottom: 160px !important;
  }
  .u-ml20-tbpc {
    margin-left: 160px !important;
  }
  .u-mr20-tbpc {
    margin-right: 160px !important;
  }
  .u-m20-tbpc {
    margin: 160px !important;
  }
  .u-mt21-tbpc {
    margin-top: 168px !important;
  }
  .u-mb21-tbpc {
    margin-bottom: 168px !important;
  }
  .u-ml21-tbpc {
    margin-left: 168px !important;
  }
  .u-mr21-tbpc {
    margin-right: 168px !important;
  }
  .u-m21-tbpc {
    margin: 168px !important;
  }
  .u-mt22-tbpc {
    margin-top: 176px !important;
  }
  .u-mb22-tbpc {
    margin-bottom: 176px !important;
  }
  .u-ml22-tbpc {
    margin-left: 176px !important;
  }
  .u-mr22-tbpc {
    margin-right: 176px !important;
  }
  .u-m22-tbpc {
    margin: 176px !important;
  }
  .u-mt23-tbpc {
    margin-top: 184px !important;
  }
  .u-mb23-tbpc {
    margin-bottom: 184px !important;
  }
  .u-ml23-tbpc {
    margin-left: 184px !important;
  }
  .u-mr23-tbpc {
    margin-right: 184px !important;
  }
  .u-m23-tbpc {
    margin: 184px !important;
  }
  .u-mt24-tbpc {
    margin-top: 192px !important;
  }
  .u-mb24-tbpc {
    margin-bottom: 192px !important;
  }
  .u-ml24-tbpc {
    margin-left: 192px !important;
  }
  .u-mr24-tbpc {
    margin-right: 192px !important;
  }
  .u-m24-tbpc {
    margin: 192px !important;
  }
  .u-mt25-tbpc {
    margin-top: 200px !important;
  }
  .u-mb25-tbpc {
    margin-bottom: 200px !important;
  }
  .u-ml25-tbpc {
    margin-left: 200px !important;
  }
  .u-mr25-tbpc {
    margin-right: 200px !important;
  }
  .u-m25-tbpc {
    margin: 200px !important;
  }
  .u-mt26-tbpc {
    margin-top: 208px !important;
  }
  .u-mb26-tbpc {
    margin-bottom: 208px !important;
  }
  .u-ml26-tbpc {
    margin-left: 208px !important;
  }
  .u-mr26-tbpc {
    margin-right: 208px !important;
  }
  .u-m26-tbpc {
    margin: 208px !important;
  }
  .u-mt27-tbpc {
    margin-top: 216px !important;
  }
  .u-mb27-tbpc {
    margin-bottom: 216px !important;
  }
  .u-ml27-tbpc {
    margin-left: 216px !important;
  }
  .u-mr27-tbpc {
    margin-right: 216px !important;
  }
  .u-m27-tbpc {
    margin: 216px !important;
  }
  .u-mt28-tbpc {
    margin-top: 224px !important;
  }
  .u-mb28-tbpc {
    margin-bottom: 224px !important;
  }
  .u-ml28-tbpc {
    margin-left: 224px !important;
  }
  .u-mr28-tbpc {
    margin-right: 224px !important;
  }
  .u-m28-tbpc {
    margin: 224px !important;
  }
  .u-mt29-tbpc {
    margin-top: 232px !important;
  }
  .u-mb29-tbpc {
    margin-bottom: 232px !important;
  }
  .u-ml29-tbpc {
    margin-left: 232px !important;
  }
  .u-mr29-tbpc {
    margin-right: 232px !important;
  }
  .u-m29-tbpc {
    margin: 232px !important;
  }
  .u-mt30-tbpc {
    margin-top: 240px !important;
  }
  .u-mb30-tbpc {
    margin-bottom: 240px !important;
  }
  .u-ml30-tbpc {
    margin-left: 240px !important;
  }
  .u-mr30-tbpc {
    margin-right: 240px !important;
  }
  .u-m30-tbpc {
    margin: 240px !important;
  }
}
@media screen and (min-width: 960px) {
  .u-mt-30-pc {
    margin-top: -240px !important;
  }
  .u-mb-30-pc {
    margin-bottom: -240px !important;
  }
  .u-ml-30-pc {
    margin-left: -240px !important;
  }
  .u-mr-30-pc {
    margin-right: -240px !important;
  }
  .u-m-30-pc {
    margin: -240px !important;
  }
  .u-mt-29-pc {
    margin-top: -232px !important;
  }
  .u-mb-29-pc {
    margin-bottom: -232px !important;
  }
  .u-ml-29-pc {
    margin-left: -232px !important;
  }
  .u-mr-29-pc {
    margin-right: -232px !important;
  }
  .u-m-29-pc {
    margin: -232px !important;
  }
  .u-mt-28-pc {
    margin-top: -224px !important;
  }
  .u-mb-28-pc {
    margin-bottom: -224px !important;
  }
  .u-ml-28-pc {
    margin-left: -224px !important;
  }
  .u-mr-28-pc {
    margin-right: -224px !important;
  }
  .u-m-28-pc {
    margin: -224px !important;
  }
  .u-mt-27-pc {
    margin-top: -216px !important;
  }
  .u-mb-27-pc {
    margin-bottom: -216px !important;
  }
  .u-ml-27-pc {
    margin-left: -216px !important;
  }
  .u-mr-27-pc {
    margin-right: -216px !important;
  }
  .u-m-27-pc {
    margin: -216px !important;
  }
  .u-mt-26-pc {
    margin-top: -208px !important;
  }
  .u-mb-26-pc {
    margin-bottom: -208px !important;
  }
  .u-ml-26-pc {
    margin-left: -208px !important;
  }
  .u-mr-26-pc {
    margin-right: -208px !important;
  }
  .u-m-26-pc {
    margin: -208px !important;
  }
  .u-mt-25-pc {
    margin-top: -200px !important;
  }
  .u-mb-25-pc {
    margin-bottom: -200px !important;
  }
  .u-ml-25-pc {
    margin-left: -200px !important;
  }
  .u-mr-25-pc {
    margin-right: -200px !important;
  }
  .u-m-25-pc {
    margin: -200px !important;
  }
  .u-mt-24-pc {
    margin-top: -192px !important;
  }
  .u-mb-24-pc {
    margin-bottom: -192px !important;
  }
  .u-ml-24-pc {
    margin-left: -192px !important;
  }
  .u-mr-24-pc {
    margin-right: -192px !important;
  }
  .u-m-24-pc {
    margin: -192px !important;
  }
  .u-mt-23-pc {
    margin-top: -184px !important;
  }
  .u-mb-23-pc {
    margin-bottom: -184px !important;
  }
  .u-ml-23-pc {
    margin-left: -184px !important;
  }
  .u-mr-23-pc {
    margin-right: -184px !important;
  }
  .u-m-23-pc {
    margin: -184px !important;
  }
  .u-mt-22-pc {
    margin-top: -176px !important;
  }
  .u-mb-22-pc {
    margin-bottom: -176px !important;
  }
  .u-ml-22-pc {
    margin-left: -176px !important;
  }
  .u-mr-22-pc {
    margin-right: -176px !important;
  }
  .u-m-22-pc {
    margin: -176px !important;
  }
  .u-mt-21-pc {
    margin-top: -168px !important;
  }
  .u-mb-21-pc {
    margin-bottom: -168px !important;
  }
  .u-ml-21-pc {
    margin-left: -168px !important;
  }
  .u-mr-21-pc {
    margin-right: -168px !important;
  }
  .u-m-21-pc {
    margin: -168px !important;
  }
  .u-mt-20-pc {
    margin-top: -160px !important;
  }
  .u-mb-20-pc {
    margin-bottom: -160px !important;
  }
  .u-ml-20-pc {
    margin-left: -160px !important;
  }
  .u-mr-20-pc {
    margin-right: -160px !important;
  }
  .u-m-20-pc {
    margin: -160px !important;
  }
  .u-mt-19-pc {
    margin-top: -152px !important;
  }
  .u-mb-19-pc {
    margin-bottom: -152px !important;
  }
  .u-ml-19-pc {
    margin-left: -152px !important;
  }
  .u-mr-19-pc {
    margin-right: -152px !important;
  }
  .u-m-19-pc {
    margin: -152px !important;
  }
  .u-mt-18-pc {
    margin-top: -144px !important;
  }
  .u-mb-18-pc {
    margin-bottom: -144px !important;
  }
  .u-ml-18-pc {
    margin-left: -144px !important;
  }
  .u-mr-18-pc {
    margin-right: -144px !important;
  }
  .u-m-18-pc {
    margin: -144px !important;
  }
  .u-mt-17-pc {
    margin-top: -136px !important;
  }
  .u-mb-17-pc {
    margin-bottom: -136px !important;
  }
  .u-ml-17-pc {
    margin-left: -136px !important;
  }
  .u-mr-17-pc {
    margin-right: -136px !important;
  }
  .u-m-17-pc {
    margin: -136px !important;
  }
  .u-mt-16-pc {
    margin-top: -128px !important;
  }
  .u-mb-16-pc {
    margin-bottom: -128px !important;
  }
  .u-ml-16-pc {
    margin-left: -128px !important;
  }
  .u-mr-16-pc {
    margin-right: -128px !important;
  }
  .u-m-16-pc {
    margin: -128px !important;
  }
  .u-mt-15-pc {
    margin-top: -120px !important;
  }
  .u-mb-15-pc {
    margin-bottom: -120px !important;
  }
  .u-ml-15-pc {
    margin-left: -120px !important;
  }
  .u-mr-15-pc {
    margin-right: -120px !important;
  }
  .u-m-15-pc {
    margin: -120px !important;
  }
  .u-mt-14-pc {
    margin-top: -112px !important;
  }
  .u-mb-14-pc {
    margin-bottom: -112px !important;
  }
  .u-ml-14-pc {
    margin-left: -112px !important;
  }
  .u-mr-14-pc {
    margin-right: -112px !important;
  }
  .u-m-14-pc {
    margin: -112px !important;
  }
  .u-mt-13-pc {
    margin-top: -104px !important;
  }
  .u-mb-13-pc {
    margin-bottom: -104px !important;
  }
  .u-ml-13-pc {
    margin-left: -104px !important;
  }
  .u-mr-13-pc {
    margin-right: -104px !important;
  }
  .u-m-13-pc {
    margin: -104px !important;
  }
  .u-mt-12-pc {
    margin-top: -96px !important;
  }
  .u-mb-12-pc {
    margin-bottom: -96px !important;
  }
  .u-ml-12-pc {
    margin-left: -96px !important;
  }
  .u-mr-12-pc {
    margin-right: -96px !important;
  }
  .u-m-12-pc {
    margin: -96px !important;
  }
  .u-mt-11-pc {
    margin-top: -88px !important;
  }
  .u-mb-11-pc {
    margin-bottom: -88px !important;
  }
  .u-ml-11-pc {
    margin-left: -88px !important;
  }
  .u-mr-11-pc {
    margin-right: -88px !important;
  }
  .u-m-11-pc {
    margin: -88px !important;
  }
  .u-mt-10-pc {
    margin-top: -80px !important;
  }
  .u-mb-10-pc {
    margin-bottom: -80px !important;
  }
  .u-ml-10-pc {
    margin-left: -80px !important;
  }
  .u-mr-10-pc {
    margin-right: -80px !important;
  }
  .u-m-10-pc {
    margin: -80px !important;
  }
  .u-mt-9-pc {
    margin-top: -72px !important;
  }
  .u-mb-9-pc {
    margin-bottom: -72px !important;
  }
  .u-ml-9-pc {
    margin-left: -72px !important;
  }
  .u-mr-9-pc {
    margin-right: -72px !important;
  }
  .u-m-9-pc {
    margin: -72px !important;
  }
  .u-mt-8-pc {
    margin-top: -64px !important;
  }
  .u-mb-8-pc {
    margin-bottom: -64px !important;
  }
  .u-ml-8-pc {
    margin-left: -64px !important;
  }
  .u-mr-8-pc {
    margin-right: -64px !important;
  }
  .u-m-8-pc {
    margin: -64px !important;
  }
  .u-mt-7-pc {
    margin-top: -56px !important;
  }
  .u-mb-7-pc {
    margin-bottom: -56px !important;
  }
  .u-ml-7-pc {
    margin-left: -56px !important;
  }
  .u-mr-7-pc {
    margin-right: -56px !important;
  }
  .u-m-7-pc {
    margin: -56px !important;
  }
  .u-mt-6-pc {
    margin-top: -48px !important;
  }
  .u-mb-6-pc {
    margin-bottom: -48px !important;
  }
  .u-ml-6-pc {
    margin-left: -48px !important;
  }
  .u-mr-6-pc {
    margin-right: -48px !important;
  }
  .u-m-6-pc {
    margin: -48px !important;
  }
  .u-mt-5-pc {
    margin-top: -40px !important;
  }
  .u-mb-5-pc {
    margin-bottom: -40px !important;
  }
  .u-ml-5-pc {
    margin-left: -40px !important;
  }
  .u-mr-5-pc {
    margin-right: -40px !important;
  }
  .u-m-5-pc {
    margin: -40px !important;
  }
  .u-mt-4-pc {
    margin-top: -32px !important;
  }
  .u-mb-4-pc {
    margin-bottom: -32px !important;
  }
  .u-ml-4-pc {
    margin-left: -32px !important;
  }
  .u-mr-4-pc {
    margin-right: -32px !important;
  }
  .u-m-4-pc {
    margin: -32px !important;
  }
  .u-mt-3-pc {
    margin-top: -24px !important;
  }
  .u-mb-3-pc {
    margin-bottom: -24px !important;
  }
  .u-ml-3-pc {
    margin-left: -24px !important;
  }
  .u-mr-3-pc {
    margin-right: -24px !important;
  }
  .u-m-3-pc {
    margin: -24px !important;
  }
  .u-mt-2-pc {
    margin-top: -16px !important;
  }
  .u-mb-2-pc {
    margin-bottom: -16px !important;
  }
  .u-ml-2-pc {
    margin-left: -16px !important;
  }
  .u-mr-2-pc {
    margin-right: -16px !important;
  }
  .u-m-2-pc {
    margin: -16px !important;
  }
  .u-mt-1-pc {
    margin-top: -8px !important;
  }
  .u-mb-1-pc {
    margin-bottom: -8px !important;
  }
  .u-ml-1-pc {
    margin-left: -8px !important;
  }
  .u-mr-1-pc {
    margin-right: -8px !important;
  }
  .u-m-1-pc {
    margin: -8px !important;
  }
  .u-mt0-pc {
    margin-top: 0px !important;
  }
  .u-mb0-pc {
    margin-bottom: 0px !important;
  }
  .u-ml0-pc {
    margin-left: 0px !important;
  }
  .u-mr0-pc {
    margin-right: 0px !important;
  }
  .u-m0-pc {
    margin: 0px !important;
  }
  .u-mt1-pc {
    margin-top: 8px !important;
  }
  .u-mb1-pc {
    margin-bottom: 8px !important;
  }
  .u-ml1-pc {
    margin-left: 8px !important;
  }
  .u-mr1-pc {
    margin-right: 8px !important;
  }
  .u-m1-pc {
    margin: 8px !important;
  }
  .u-mt2-pc {
    margin-top: 16px !important;
  }
  .u-mb2-pc {
    margin-bottom: 16px !important;
  }
  .u-ml2-pc {
    margin-left: 16px !important;
  }
  .u-mr2-pc {
    margin-right: 16px !important;
  }
  .u-m2-pc {
    margin: 16px !important;
  }
  .u-mt3-pc {
    margin-top: 24px !important;
  }
  .u-mb3-pc {
    margin-bottom: 24px !important;
  }
  .u-ml3-pc {
    margin-left: 24px !important;
  }
  .u-mr3-pc {
    margin-right: 24px !important;
  }
  .u-m3-pc {
    margin: 24px !important;
  }
  .u-mt4-pc {
    margin-top: 32px !important;
  }
  .u-mb4-pc {
    margin-bottom: 32px !important;
  }
  .u-ml4-pc {
    margin-left: 32px !important;
  }
  .u-mr4-pc {
    margin-right: 32px !important;
  }
  .u-m4-pc {
    margin: 32px !important;
  }
  .u-mt5-pc {
    margin-top: 40px !important;
  }
  .u-mb5-pc {
    margin-bottom: 40px !important;
  }
  .u-ml5-pc {
    margin-left: 40px !important;
  }
  .u-mr5-pc {
    margin-right: 40px !important;
  }
  .u-m5-pc {
    margin: 40px !important;
  }
  .u-mt6-pc {
    margin-top: 48px !important;
  }
  .u-mb6-pc {
    margin-bottom: 48px !important;
  }
  .u-ml6-pc {
    margin-left: 48px !important;
  }
  .u-mr6-pc {
    margin-right: 48px !important;
  }
  .u-m6-pc {
    margin: 48px !important;
  }
  .u-mt7-pc {
    margin-top: 56px !important;
  }
  .u-mb7-pc {
    margin-bottom: 56px !important;
  }
  .u-ml7-pc {
    margin-left: 56px !important;
  }
  .u-mr7-pc {
    margin-right: 56px !important;
  }
  .u-m7-pc {
    margin: 56px !important;
  }
  .u-mt8-pc {
    margin-top: 64px !important;
  }
  .u-mb8-pc {
    margin-bottom: 64px !important;
  }
  .u-ml8-pc {
    margin-left: 64px !important;
  }
  .u-mr8-pc {
    margin-right: 64px !important;
  }
  .u-m8-pc {
    margin: 64px !important;
  }
  .u-mt9-pc {
    margin-top: 72px !important;
  }
  .u-mb9-pc {
    margin-bottom: 72px !important;
  }
  .u-ml9-pc {
    margin-left: 72px !important;
  }
  .u-mr9-pc {
    margin-right: 72px !important;
  }
  .u-m9-pc {
    margin: 72px !important;
  }
  .u-mt10-pc {
    margin-top: 80px !important;
  }
  .u-mb10-pc {
    margin-bottom: 80px !important;
  }
  .u-ml10-pc {
    margin-left: 80px !important;
  }
  .u-mr10-pc {
    margin-right: 80px !important;
  }
  .u-m10-pc {
    margin: 80px !important;
  }
  .u-mt11-pc {
    margin-top: 88px !important;
  }
  .u-mb11-pc {
    margin-bottom: 88px !important;
  }
  .u-ml11-pc {
    margin-left: 88px !important;
  }
  .u-mr11-pc {
    margin-right: 88px !important;
  }
  .u-m11-pc {
    margin: 88px !important;
  }
  .u-mt12-pc {
    margin-top: 96px !important;
  }
  .u-mb12-pc {
    margin-bottom: 96px !important;
  }
  .u-ml12-pc {
    margin-left: 96px !important;
  }
  .u-mr12-pc {
    margin-right: 96px !important;
  }
  .u-m12-pc {
    margin: 96px !important;
  }
  .u-mt13-pc {
    margin-top: 104px !important;
  }
  .u-mb13-pc {
    margin-bottom: 104px !important;
  }
  .u-ml13-pc {
    margin-left: 104px !important;
  }
  .u-mr13-pc {
    margin-right: 104px !important;
  }
  .u-m13-pc {
    margin: 104px !important;
  }
  .u-mt14-pc {
    margin-top: 112px !important;
  }
  .u-mb14-pc {
    margin-bottom: 112px !important;
  }
  .u-ml14-pc {
    margin-left: 112px !important;
  }
  .u-mr14-pc {
    margin-right: 112px !important;
  }
  .u-m14-pc {
    margin: 112px !important;
  }
  .u-mt15-pc {
    margin-top: 120px !important;
  }
  .u-mb15-pc {
    margin-bottom: 120px !important;
  }
  .u-ml15-pc {
    margin-left: 120px !important;
  }
  .u-mr15-pc {
    margin-right: 120px !important;
  }
  .u-m15-pc {
    margin: 120px !important;
  }
  .u-mt16-pc {
    margin-top: 128px !important;
  }
  .u-mb16-pc {
    margin-bottom: 128px !important;
  }
  .u-ml16-pc {
    margin-left: 128px !important;
  }
  .u-mr16-pc {
    margin-right: 128px !important;
  }
  .u-m16-pc {
    margin: 128px !important;
  }
  .u-mt17-pc {
    margin-top: 136px !important;
  }
  .u-mb17-pc {
    margin-bottom: 136px !important;
  }
  .u-ml17-pc {
    margin-left: 136px !important;
  }
  .u-mr17-pc {
    margin-right: 136px !important;
  }
  .u-m17-pc {
    margin: 136px !important;
  }
  .u-mt18-pc {
    margin-top: 144px !important;
  }
  .u-mb18-pc {
    margin-bottom: 144px !important;
  }
  .u-ml18-pc {
    margin-left: 144px !important;
  }
  .u-mr18-pc {
    margin-right: 144px !important;
  }
  .u-m18-pc {
    margin: 144px !important;
  }
  .u-mt19-pc {
    margin-top: 152px !important;
  }
  .u-mb19-pc {
    margin-bottom: 152px !important;
  }
  .u-ml19-pc {
    margin-left: 152px !important;
  }
  .u-mr19-pc {
    margin-right: 152px !important;
  }
  .u-m19-pc {
    margin: 152px !important;
  }
  .u-mt20-pc {
    margin-top: 160px !important;
  }
  .u-mb20-pc {
    margin-bottom: 160px !important;
  }
  .u-ml20-pc {
    margin-left: 160px !important;
  }
  .u-mr20-pc {
    margin-right: 160px !important;
  }
  .u-m20-pc {
    margin: 160px !important;
  }
  .u-mt21-pc {
    margin-top: 168px !important;
  }
  .u-mb21-pc {
    margin-bottom: 168px !important;
  }
  .u-ml21-pc {
    margin-left: 168px !important;
  }
  .u-mr21-pc {
    margin-right: 168px !important;
  }
  .u-m21-pc {
    margin: 168px !important;
  }
  .u-mt22-pc {
    margin-top: 176px !important;
  }
  .u-mb22-pc {
    margin-bottom: 176px !important;
  }
  .u-ml22-pc {
    margin-left: 176px !important;
  }
  .u-mr22-pc {
    margin-right: 176px !important;
  }
  .u-m22-pc {
    margin: 176px !important;
  }
  .u-mt23-pc {
    margin-top: 184px !important;
  }
  .u-mb23-pc {
    margin-bottom: 184px !important;
  }
  .u-ml23-pc {
    margin-left: 184px !important;
  }
  .u-mr23-pc {
    margin-right: 184px !important;
  }
  .u-m23-pc {
    margin: 184px !important;
  }
  .u-mt24-pc {
    margin-top: 192px !important;
  }
  .u-mb24-pc {
    margin-bottom: 192px !important;
  }
  .u-ml24-pc {
    margin-left: 192px !important;
  }
  .u-mr24-pc {
    margin-right: 192px !important;
  }
  .u-m24-pc {
    margin: 192px !important;
  }
  .u-mt25-pc {
    margin-top: 200px !important;
  }
  .u-mb25-pc {
    margin-bottom: 200px !important;
  }
  .u-ml25-pc {
    margin-left: 200px !important;
  }
  .u-mr25-pc {
    margin-right: 200px !important;
  }
  .u-m25-pc {
    margin: 200px !important;
  }
  .u-mt26-pc {
    margin-top: 208px !important;
  }
  .u-mb26-pc {
    margin-bottom: 208px !important;
  }
  .u-ml26-pc {
    margin-left: 208px !important;
  }
  .u-mr26-pc {
    margin-right: 208px !important;
  }
  .u-m26-pc {
    margin: 208px !important;
  }
  .u-mt27-pc {
    margin-top: 216px !important;
  }
  .u-mb27-pc {
    margin-bottom: 216px !important;
  }
  .u-ml27-pc {
    margin-left: 216px !important;
  }
  .u-mr27-pc {
    margin-right: 216px !important;
  }
  .u-m27-pc {
    margin: 216px !important;
  }
  .u-mt28-pc {
    margin-top: 224px !important;
  }
  .u-mb28-pc {
    margin-bottom: 224px !important;
  }
  .u-ml28-pc {
    margin-left: 224px !important;
  }
  .u-mr28-pc {
    margin-right: 224px !important;
  }
  .u-m28-pc {
    margin: 224px !important;
  }
  .u-mt29-pc {
    margin-top: 232px !important;
  }
  .u-mb29-pc {
    margin-bottom: 232px !important;
  }
  .u-ml29-pc {
    margin-left: 232px !important;
  }
  .u-mr29-pc {
    margin-right: 232px !important;
  }
  .u-m29-pc {
    margin: 232px !important;
  }
  .u-mt30-pc {
    margin-top: 240px !important;
  }
  .u-mb30-pc {
    margin-bottom: 240px !important;
  }
  .u-ml30-pc {
    margin-left: 240px !important;
  }
  .u-mr30-pc {
    margin-right: 240px !important;
  }
  .u-m30-pc {
    margin: 240px !important;
  }
}
.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-p0 {
  padding: 0px !important;
}

.u-pt1 {
  padding-top: 8px !important;
}

.u-pb1 {
  padding-bottom: 8px !important;
}

.u-pl1 {
  padding-left: 8px !important;
}

.u-pr1 {
  padding-right: 8px !important;
}

.u-p1 {
  padding: 8px !important;
}

.u-pt2 {
  padding-top: 16px !important;
}

.u-pb2 {
  padding-bottom: 16px !important;
}

.u-pl2 {
  padding-left: 16px !important;
}

.u-pr2 {
  padding-right: 16px !important;
}

.u-p2 {
  padding: 16px !important;
}

.u-pt3 {
  padding-top: 24px !important;
}

.u-pb3 {
  padding-bottom: 24px !important;
}

.u-pl3 {
  padding-left: 24px !important;
}

.u-pr3 {
  padding-right: 24px !important;
}

.u-p3 {
  padding: 24px !important;
}

.u-pt4 {
  padding-top: 32px !important;
}

.u-pb4 {
  padding-bottom: 32px !important;
}

.u-pl4 {
  padding-left: 32px !important;
}

.u-pr4 {
  padding-right: 32px !important;
}

.u-p4 {
  padding: 32px !important;
}

.u-pt5 {
  padding-top: 40px !important;
}

.u-pb5 {
  padding-bottom: 40px !important;
}

.u-pl5 {
  padding-left: 40px !important;
}

.u-pr5 {
  padding-right: 40px !important;
}

.u-p5 {
  padding: 40px !important;
}

.u-pt6 {
  padding-top: 48px !important;
}

.u-pb6 {
  padding-bottom: 48px !important;
}

.u-pl6 {
  padding-left: 48px !important;
}

.u-pr6 {
  padding-right: 48px !important;
}

.u-p6 {
  padding: 48px !important;
}

.u-pt7 {
  padding-top: 56px !important;
}

.u-pb7 {
  padding-bottom: 56px !important;
}

.u-pl7 {
  padding-left: 56px !important;
}

.u-pr7 {
  padding-right: 56px !important;
}

.u-p7 {
  padding: 56px !important;
}

.u-pt8 {
  padding-top: 64px !important;
}

.u-pb8 {
  padding-bottom: 64px !important;
}

.u-pl8 {
  padding-left: 64px !important;
}

.u-pr8 {
  padding-right: 64px !important;
}

.u-p8 {
  padding: 64px !important;
}

.u-pt9 {
  padding-top: 72px !important;
}

.u-pb9 {
  padding-bottom: 72px !important;
}

.u-pl9 {
  padding-left: 72px !important;
}

.u-pr9 {
  padding-right: 72px !important;
}

.u-p9 {
  padding: 72px !important;
}

.u-pt10 {
  padding-top: 80px !important;
}

.u-pb10 {
  padding-bottom: 80px !important;
}

.u-pl10 {
  padding-left: 80px !important;
}

.u-pr10 {
  padding-right: 80px !important;
}

.u-p10 {
  padding: 80px !important;
}

.u-pt11 {
  padding-top: 88px !important;
}

.u-pb11 {
  padding-bottom: 88px !important;
}

.u-pl11 {
  padding-left: 88px !important;
}

.u-pr11 {
  padding-right: 88px !important;
}

.u-p11 {
  padding: 88px !important;
}

.u-pt12 {
  padding-top: 96px !important;
}

.u-pb12 {
  padding-bottom: 96px !important;
}

.u-pl12 {
  padding-left: 96px !important;
}

.u-pr12 {
  padding-right: 96px !important;
}

.u-p12 {
  padding: 96px !important;
}

.u-pt13 {
  padding-top: 104px !important;
}

.u-pb13 {
  padding-bottom: 104px !important;
}

.u-pl13 {
  padding-left: 104px !important;
}

.u-pr13 {
  padding-right: 104px !important;
}

.u-p13 {
  padding: 104px !important;
}

.u-pt14 {
  padding-top: 112px !important;
}

.u-pb14 {
  padding-bottom: 112px !important;
}

.u-pl14 {
  padding-left: 112px !important;
}

.u-pr14 {
  padding-right: 112px !important;
}

.u-p14 {
  padding: 112px !important;
}

.u-pt15 {
  padding-top: 120px !important;
}

.u-pb15 {
  padding-bottom: 120px !important;
}

.u-pl15 {
  padding-left: 120px !important;
}

.u-pr15 {
  padding-right: 120px !important;
}

.u-p15 {
  padding: 120px !important;
}

.u-pt16 {
  padding-top: 128px !important;
}

.u-pb16 {
  padding-bottom: 128px !important;
}

.u-pl16 {
  padding-left: 128px !important;
}

.u-pr16 {
  padding-right: 128px !important;
}

.u-p16 {
  padding: 128px !important;
}

.u-pt17 {
  padding-top: 136px !important;
}

.u-pb17 {
  padding-bottom: 136px !important;
}

.u-pl17 {
  padding-left: 136px !important;
}

.u-pr17 {
  padding-right: 136px !important;
}

.u-p17 {
  padding: 136px !important;
}

.u-pt18 {
  padding-top: 144px !important;
}

.u-pb18 {
  padding-bottom: 144px !important;
}

.u-pl18 {
  padding-left: 144px !important;
}

.u-pr18 {
  padding-right: 144px !important;
}

.u-p18 {
  padding: 144px !important;
}

.u-pt19 {
  padding-top: 152px !important;
}

.u-pb19 {
  padding-bottom: 152px !important;
}

.u-pl19 {
  padding-left: 152px !important;
}

.u-pr19 {
  padding-right: 152px !important;
}

.u-p19 {
  padding: 152px !important;
}

.u-pt20 {
  padding-top: 160px !important;
}

.u-pb20 {
  padding-bottom: 160px !important;
}

.u-pl20 {
  padding-left: 160px !important;
}

.u-pr20 {
  padding-right: 160px !important;
}

.u-p20 {
  padding: 160px !important;
}

@media screen and (max-width: 519px) {
  .u-pt-20-sp {
    padding-top: -160px !important;
  }
  .u-pb-20-sp {
    padding-bottom: -160px !important;
  }
  .u-pl-20-sp {
    padding-left: -160px !important;
  }
  .u-pr-20-sp {
    padding-right: -160px !important;
  }
  .u-p-20-sp {
    padding: -160px !important;
  }
  .u-pt-19-sp {
    padding-top: -152px !important;
  }
  .u-pb-19-sp {
    padding-bottom: -152px !important;
  }
  .u-pl-19-sp {
    padding-left: -152px !important;
  }
  .u-pr-19-sp {
    padding-right: -152px !important;
  }
  .u-p-19-sp {
    padding: -152px !important;
  }
  .u-pt-18-sp {
    padding-top: -144px !important;
  }
  .u-pb-18-sp {
    padding-bottom: -144px !important;
  }
  .u-pl-18-sp {
    padding-left: -144px !important;
  }
  .u-pr-18-sp {
    padding-right: -144px !important;
  }
  .u-p-18-sp {
    padding: -144px !important;
  }
  .u-pt-17-sp {
    padding-top: -136px !important;
  }
  .u-pb-17-sp {
    padding-bottom: -136px !important;
  }
  .u-pl-17-sp {
    padding-left: -136px !important;
  }
  .u-pr-17-sp {
    padding-right: -136px !important;
  }
  .u-p-17-sp {
    padding: -136px !important;
  }
  .u-pt-16-sp {
    padding-top: -128px !important;
  }
  .u-pb-16-sp {
    padding-bottom: -128px !important;
  }
  .u-pl-16-sp {
    padding-left: -128px !important;
  }
  .u-pr-16-sp {
    padding-right: -128px !important;
  }
  .u-p-16-sp {
    padding: -128px !important;
  }
  .u-pt-15-sp {
    padding-top: -120px !important;
  }
  .u-pb-15-sp {
    padding-bottom: -120px !important;
  }
  .u-pl-15-sp {
    padding-left: -120px !important;
  }
  .u-pr-15-sp {
    padding-right: -120px !important;
  }
  .u-p-15-sp {
    padding: -120px !important;
  }
  .u-pt-14-sp {
    padding-top: -112px !important;
  }
  .u-pb-14-sp {
    padding-bottom: -112px !important;
  }
  .u-pl-14-sp {
    padding-left: -112px !important;
  }
  .u-pr-14-sp {
    padding-right: -112px !important;
  }
  .u-p-14-sp {
    padding: -112px !important;
  }
  .u-pt-13-sp {
    padding-top: -104px !important;
  }
  .u-pb-13-sp {
    padding-bottom: -104px !important;
  }
  .u-pl-13-sp {
    padding-left: -104px !important;
  }
  .u-pr-13-sp {
    padding-right: -104px !important;
  }
  .u-p-13-sp {
    padding: -104px !important;
  }
  .u-pt-12-sp {
    padding-top: -96px !important;
  }
  .u-pb-12-sp {
    padding-bottom: -96px !important;
  }
  .u-pl-12-sp {
    padding-left: -96px !important;
  }
  .u-pr-12-sp {
    padding-right: -96px !important;
  }
  .u-p-12-sp {
    padding: -96px !important;
  }
  .u-pt-11-sp {
    padding-top: -88px !important;
  }
  .u-pb-11-sp {
    padding-bottom: -88px !important;
  }
  .u-pl-11-sp {
    padding-left: -88px !important;
  }
  .u-pr-11-sp {
    padding-right: -88px !important;
  }
  .u-p-11-sp {
    padding: -88px !important;
  }
  .u-pt-10-sp {
    padding-top: -80px !important;
  }
  .u-pb-10-sp {
    padding-bottom: -80px !important;
  }
  .u-pl-10-sp {
    padding-left: -80px !important;
  }
  .u-pr-10-sp {
    padding-right: -80px !important;
  }
  .u-p-10-sp {
    padding: -80px !important;
  }
  .u-pt-9-sp {
    padding-top: -72px !important;
  }
  .u-pb-9-sp {
    padding-bottom: -72px !important;
  }
  .u-pl-9-sp {
    padding-left: -72px !important;
  }
  .u-pr-9-sp {
    padding-right: -72px !important;
  }
  .u-p-9-sp {
    padding: -72px !important;
  }
  .u-pt-8-sp {
    padding-top: -64px !important;
  }
  .u-pb-8-sp {
    padding-bottom: -64px !important;
  }
  .u-pl-8-sp {
    padding-left: -64px !important;
  }
  .u-pr-8-sp {
    padding-right: -64px !important;
  }
  .u-p-8-sp {
    padding: -64px !important;
  }
  .u-pt-7-sp {
    padding-top: -56px !important;
  }
  .u-pb-7-sp {
    padding-bottom: -56px !important;
  }
  .u-pl-7-sp {
    padding-left: -56px !important;
  }
  .u-pr-7-sp {
    padding-right: -56px !important;
  }
  .u-p-7-sp {
    padding: -56px !important;
  }
  .u-pt-6-sp {
    padding-top: -48px !important;
  }
  .u-pb-6-sp {
    padding-bottom: -48px !important;
  }
  .u-pl-6-sp {
    padding-left: -48px !important;
  }
  .u-pr-6-sp {
    padding-right: -48px !important;
  }
  .u-p-6-sp {
    padding: -48px !important;
  }
  .u-pt-5-sp {
    padding-top: -40px !important;
  }
  .u-pb-5-sp {
    padding-bottom: -40px !important;
  }
  .u-pl-5-sp {
    padding-left: -40px !important;
  }
  .u-pr-5-sp {
    padding-right: -40px !important;
  }
  .u-p-5-sp {
    padding: -40px !important;
  }
  .u-pt-4-sp {
    padding-top: -32px !important;
  }
  .u-pb-4-sp {
    padding-bottom: -32px !important;
  }
  .u-pl-4-sp {
    padding-left: -32px !important;
  }
  .u-pr-4-sp {
    padding-right: -32px !important;
  }
  .u-p-4-sp {
    padding: -32px !important;
  }
  .u-pt-3-sp {
    padding-top: -24px !important;
  }
  .u-pb-3-sp {
    padding-bottom: -24px !important;
  }
  .u-pl-3-sp {
    padding-left: -24px !important;
  }
  .u-pr-3-sp {
    padding-right: -24px !important;
  }
  .u-p-3-sp {
    padding: -24px !important;
  }
  .u-pt-2-sp {
    padding-top: -16px !important;
  }
  .u-pb-2-sp {
    padding-bottom: -16px !important;
  }
  .u-pl-2-sp {
    padding-left: -16px !important;
  }
  .u-pr-2-sp {
    padding-right: -16px !important;
  }
  .u-p-2-sp {
    padding: -16px !important;
  }
  .u-pt-1-sp {
    padding-top: -8px !important;
  }
  .u-pb-1-sp {
    padding-bottom: -8px !important;
  }
  .u-pl-1-sp {
    padding-left: -8px !important;
  }
  .u-pr-1-sp {
    padding-right: -8px !important;
  }
  .u-p-1-sp {
    padding: -8px !important;
  }
  .u-pt0-sp {
    padding-top: 0px !important;
  }
  .u-pb0-sp {
    padding-bottom: 0px !important;
  }
  .u-pl0-sp {
    padding-left: 0px !important;
  }
  .u-pr0-sp {
    padding-right: 0px !important;
  }
  .u-p0-sp {
    padding: 0px !important;
  }
  .u-pt1-sp {
    padding-top: 8px !important;
  }
  .u-pb1-sp {
    padding-bottom: 8px !important;
  }
  .u-pl1-sp {
    padding-left: 8px !important;
  }
  .u-pr1-sp {
    padding-right: 8px !important;
  }
  .u-p1-sp {
    padding: 8px !important;
  }
  .u-pt2-sp {
    padding-top: 16px !important;
  }
  .u-pb2-sp {
    padding-bottom: 16px !important;
  }
  .u-pl2-sp {
    padding-left: 16px !important;
  }
  .u-pr2-sp {
    padding-right: 16px !important;
  }
  .u-p2-sp {
    padding: 16px !important;
  }
  .u-pt3-sp {
    padding-top: 24px !important;
  }
  .u-pb3-sp {
    padding-bottom: 24px !important;
  }
  .u-pl3-sp {
    padding-left: 24px !important;
  }
  .u-pr3-sp {
    padding-right: 24px !important;
  }
  .u-p3-sp {
    padding: 24px !important;
  }
  .u-pt4-sp {
    padding-top: 32px !important;
  }
  .u-pb4-sp {
    padding-bottom: 32px !important;
  }
  .u-pl4-sp {
    padding-left: 32px !important;
  }
  .u-pr4-sp {
    padding-right: 32px !important;
  }
  .u-p4-sp {
    padding: 32px !important;
  }
  .u-pt5-sp {
    padding-top: 40px !important;
  }
  .u-pb5-sp {
    padding-bottom: 40px !important;
  }
  .u-pl5-sp {
    padding-left: 40px !important;
  }
  .u-pr5-sp {
    padding-right: 40px !important;
  }
  .u-p5-sp {
    padding: 40px !important;
  }
  .u-pt6-sp {
    padding-top: 48px !important;
  }
  .u-pb6-sp {
    padding-bottom: 48px !important;
  }
  .u-pl6-sp {
    padding-left: 48px !important;
  }
  .u-pr6-sp {
    padding-right: 48px !important;
  }
  .u-p6-sp {
    padding: 48px !important;
  }
  .u-pt7-sp {
    padding-top: 56px !important;
  }
  .u-pb7-sp {
    padding-bottom: 56px !important;
  }
  .u-pl7-sp {
    padding-left: 56px !important;
  }
  .u-pr7-sp {
    padding-right: 56px !important;
  }
  .u-p7-sp {
    padding: 56px !important;
  }
  .u-pt8-sp {
    padding-top: 64px !important;
  }
  .u-pb8-sp {
    padding-bottom: 64px !important;
  }
  .u-pl8-sp {
    padding-left: 64px !important;
  }
  .u-pr8-sp {
    padding-right: 64px !important;
  }
  .u-p8-sp {
    padding: 64px !important;
  }
  .u-pt9-sp {
    padding-top: 72px !important;
  }
  .u-pb9-sp {
    padding-bottom: 72px !important;
  }
  .u-pl9-sp {
    padding-left: 72px !important;
  }
  .u-pr9-sp {
    padding-right: 72px !important;
  }
  .u-p9-sp {
    padding: 72px !important;
  }
  .u-pt10-sp {
    padding-top: 80px !important;
  }
  .u-pb10-sp {
    padding-bottom: 80px !important;
  }
  .u-pl10-sp {
    padding-left: 80px !important;
  }
  .u-pr10-sp {
    padding-right: 80px !important;
  }
  .u-p10-sp {
    padding: 80px !important;
  }
  .u-pt11-sp {
    padding-top: 88px !important;
  }
  .u-pb11-sp {
    padding-bottom: 88px !important;
  }
  .u-pl11-sp {
    padding-left: 88px !important;
  }
  .u-pr11-sp {
    padding-right: 88px !important;
  }
  .u-p11-sp {
    padding: 88px !important;
  }
  .u-pt12-sp {
    padding-top: 96px !important;
  }
  .u-pb12-sp {
    padding-bottom: 96px !important;
  }
  .u-pl12-sp {
    padding-left: 96px !important;
  }
  .u-pr12-sp {
    padding-right: 96px !important;
  }
  .u-p12-sp {
    padding: 96px !important;
  }
  .u-pt13-sp {
    padding-top: 104px !important;
  }
  .u-pb13-sp {
    padding-bottom: 104px !important;
  }
  .u-pl13-sp {
    padding-left: 104px !important;
  }
  .u-pr13-sp {
    padding-right: 104px !important;
  }
  .u-p13-sp {
    padding: 104px !important;
  }
  .u-pt14-sp {
    padding-top: 112px !important;
  }
  .u-pb14-sp {
    padding-bottom: 112px !important;
  }
  .u-pl14-sp {
    padding-left: 112px !important;
  }
  .u-pr14-sp {
    padding-right: 112px !important;
  }
  .u-p14-sp {
    padding: 112px !important;
  }
  .u-pt15-sp {
    padding-top: 120px !important;
  }
  .u-pb15-sp {
    padding-bottom: 120px !important;
  }
  .u-pl15-sp {
    padding-left: 120px !important;
  }
  .u-pr15-sp {
    padding-right: 120px !important;
  }
  .u-p15-sp {
    padding: 120px !important;
  }
  .u-pt16-sp {
    padding-top: 128px !important;
  }
  .u-pb16-sp {
    padding-bottom: 128px !important;
  }
  .u-pl16-sp {
    padding-left: 128px !important;
  }
  .u-pr16-sp {
    padding-right: 128px !important;
  }
  .u-p16-sp {
    padding: 128px !important;
  }
  .u-pt17-sp {
    padding-top: 136px !important;
  }
  .u-pb17-sp {
    padding-bottom: 136px !important;
  }
  .u-pl17-sp {
    padding-left: 136px !important;
  }
  .u-pr17-sp {
    padding-right: 136px !important;
  }
  .u-p17-sp {
    padding: 136px !important;
  }
  .u-pt18-sp {
    padding-top: 144px !important;
  }
  .u-pb18-sp {
    padding-bottom: 144px !important;
  }
  .u-pl18-sp {
    padding-left: 144px !important;
  }
  .u-pr18-sp {
    padding-right: 144px !important;
  }
  .u-p18-sp {
    padding: 144px !important;
  }
  .u-pt19-sp {
    padding-top: 152px !important;
  }
  .u-pb19-sp {
    padding-bottom: 152px !important;
  }
  .u-pl19-sp {
    padding-left: 152px !important;
  }
  .u-pr19-sp {
    padding-right: 152px !important;
  }
  .u-p19-sp {
    padding: 152px !important;
  }
  .u-pt20-sp {
    padding-top: 160px !important;
  }
  .u-pb20-sp {
    padding-bottom: 160px !important;
  }
  .u-pl20-sp {
    padding-left: 160px !important;
  }
  .u-pr20-sp {
    padding-right: 160px !important;
  }
  .u-p20-sp {
    padding: 160px !important;
  }
}
@media screen and (max-width: 959px) {
  .u-pt-20-sptb {
    padding-top: -160px !important;
  }
  .u-pb-20-sptb {
    padding-bottom: -160px !important;
  }
  .u-pl-20-sptb {
    padding-left: -160px !important;
  }
  .u-pr-20-sptb {
    padding-right: -160px !important;
  }
  .u-p-20-sptb {
    padding: -160px !important;
  }
  .u-pt-19-sptb {
    padding-top: -152px !important;
  }
  .u-pb-19-sptb {
    padding-bottom: -152px !important;
  }
  .u-pl-19-sptb {
    padding-left: -152px !important;
  }
  .u-pr-19-sptb {
    padding-right: -152px !important;
  }
  .u-p-19-sptb {
    padding: -152px !important;
  }
  .u-pt-18-sptb {
    padding-top: -144px !important;
  }
  .u-pb-18-sptb {
    padding-bottom: -144px !important;
  }
  .u-pl-18-sptb {
    padding-left: -144px !important;
  }
  .u-pr-18-sptb {
    padding-right: -144px !important;
  }
  .u-p-18-sptb {
    padding: -144px !important;
  }
  .u-pt-17-sptb {
    padding-top: -136px !important;
  }
  .u-pb-17-sptb {
    padding-bottom: -136px !important;
  }
  .u-pl-17-sptb {
    padding-left: -136px !important;
  }
  .u-pr-17-sptb {
    padding-right: -136px !important;
  }
  .u-p-17-sptb {
    padding: -136px !important;
  }
  .u-pt-16-sptb {
    padding-top: -128px !important;
  }
  .u-pb-16-sptb {
    padding-bottom: -128px !important;
  }
  .u-pl-16-sptb {
    padding-left: -128px !important;
  }
  .u-pr-16-sptb {
    padding-right: -128px !important;
  }
  .u-p-16-sptb {
    padding: -128px !important;
  }
  .u-pt-15-sptb {
    padding-top: -120px !important;
  }
  .u-pb-15-sptb {
    padding-bottom: -120px !important;
  }
  .u-pl-15-sptb {
    padding-left: -120px !important;
  }
  .u-pr-15-sptb {
    padding-right: -120px !important;
  }
  .u-p-15-sptb {
    padding: -120px !important;
  }
  .u-pt-14-sptb {
    padding-top: -112px !important;
  }
  .u-pb-14-sptb {
    padding-bottom: -112px !important;
  }
  .u-pl-14-sptb {
    padding-left: -112px !important;
  }
  .u-pr-14-sptb {
    padding-right: -112px !important;
  }
  .u-p-14-sptb {
    padding: -112px !important;
  }
  .u-pt-13-sptb {
    padding-top: -104px !important;
  }
  .u-pb-13-sptb {
    padding-bottom: -104px !important;
  }
  .u-pl-13-sptb {
    padding-left: -104px !important;
  }
  .u-pr-13-sptb {
    padding-right: -104px !important;
  }
  .u-p-13-sptb {
    padding: -104px !important;
  }
  .u-pt-12-sptb {
    padding-top: -96px !important;
  }
  .u-pb-12-sptb {
    padding-bottom: -96px !important;
  }
  .u-pl-12-sptb {
    padding-left: -96px !important;
  }
  .u-pr-12-sptb {
    padding-right: -96px !important;
  }
  .u-p-12-sptb {
    padding: -96px !important;
  }
  .u-pt-11-sptb {
    padding-top: -88px !important;
  }
  .u-pb-11-sptb {
    padding-bottom: -88px !important;
  }
  .u-pl-11-sptb {
    padding-left: -88px !important;
  }
  .u-pr-11-sptb {
    padding-right: -88px !important;
  }
  .u-p-11-sptb {
    padding: -88px !important;
  }
  .u-pt-10-sptb {
    padding-top: -80px !important;
  }
  .u-pb-10-sptb {
    padding-bottom: -80px !important;
  }
  .u-pl-10-sptb {
    padding-left: -80px !important;
  }
  .u-pr-10-sptb {
    padding-right: -80px !important;
  }
  .u-p-10-sptb {
    padding: -80px !important;
  }
  .u-pt-9-sptb {
    padding-top: -72px !important;
  }
  .u-pb-9-sptb {
    padding-bottom: -72px !important;
  }
  .u-pl-9-sptb {
    padding-left: -72px !important;
  }
  .u-pr-9-sptb {
    padding-right: -72px !important;
  }
  .u-p-9-sptb {
    padding: -72px !important;
  }
  .u-pt-8-sptb {
    padding-top: -64px !important;
  }
  .u-pb-8-sptb {
    padding-bottom: -64px !important;
  }
  .u-pl-8-sptb {
    padding-left: -64px !important;
  }
  .u-pr-8-sptb {
    padding-right: -64px !important;
  }
  .u-p-8-sptb {
    padding: -64px !important;
  }
  .u-pt-7-sptb {
    padding-top: -56px !important;
  }
  .u-pb-7-sptb {
    padding-bottom: -56px !important;
  }
  .u-pl-7-sptb {
    padding-left: -56px !important;
  }
  .u-pr-7-sptb {
    padding-right: -56px !important;
  }
  .u-p-7-sptb {
    padding: -56px !important;
  }
  .u-pt-6-sptb {
    padding-top: -48px !important;
  }
  .u-pb-6-sptb {
    padding-bottom: -48px !important;
  }
  .u-pl-6-sptb {
    padding-left: -48px !important;
  }
  .u-pr-6-sptb {
    padding-right: -48px !important;
  }
  .u-p-6-sptb {
    padding: -48px !important;
  }
  .u-pt-5-sptb {
    padding-top: -40px !important;
  }
  .u-pb-5-sptb {
    padding-bottom: -40px !important;
  }
  .u-pl-5-sptb {
    padding-left: -40px !important;
  }
  .u-pr-5-sptb {
    padding-right: -40px !important;
  }
  .u-p-5-sptb {
    padding: -40px !important;
  }
  .u-pt-4-sptb {
    padding-top: -32px !important;
  }
  .u-pb-4-sptb {
    padding-bottom: -32px !important;
  }
  .u-pl-4-sptb {
    padding-left: -32px !important;
  }
  .u-pr-4-sptb {
    padding-right: -32px !important;
  }
  .u-p-4-sptb {
    padding: -32px !important;
  }
  .u-pt-3-sptb {
    padding-top: -24px !important;
  }
  .u-pb-3-sptb {
    padding-bottom: -24px !important;
  }
  .u-pl-3-sptb {
    padding-left: -24px !important;
  }
  .u-pr-3-sptb {
    padding-right: -24px !important;
  }
  .u-p-3-sptb {
    padding: -24px !important;
  }
  .u-pt-2-sptb {
    padding-top: -16px !important;
  }
  .u-pb-2-sptb {
    padding-bottom: -16px !important;
  }
  .u-pl-2-sptb {
    padding-left: -16px !important;
  }
  .u-pr-2-sptb {
    padding-right: -16px !important;
  }
  .u-p-2-sptb {
    padding: -16px !important;
  }
  .u-pt-1-sptb {
    padding-top: -8px !important;
  }
  .u-pb-1-sptb {
    padding-bottom: -8px !important;
  }
  .u-pl-1-sptb {
    padding-left: -8px !important;
  }
  .u-pr-1-sptb {
    padding-right: -8px !important;
  }
  .u-p-1-sptb {
    padding: -8px !important;
  }
  .u-pt0-sptb {
    padding-top: 0px !important;
  }
  .u-pb0-sptb {
    padding-bottom: 0px !important;
  }
  .u-pl0-sptb {
    padding-left: 0px !important;
  }
  .u-pr0-sptb {
    padding-right: 0px !important;
  }
  .u-p0-sptb {
    padding: 0px !important;
  }
  .u-pt1-sptb {
    padding-top: 8px !important;
  }
  .u-pb1-sptb {
    padding-bottom: 8px !important;
  }
  .u-pl1-sptb {
    padding-left: 8px !important;
  }
  .u-pr1-sptb {
    padding-right: 8px !important;
  }
  .u-p1-sptb {
    padding: 8px !important;
  }
  .u-pt2-sptb {
    padding-top: 16px !important;
  }
  .u-pb2-sptb {
    padding-bottom: 16px !important;
  }
  .u-pl2-sptb {
    padding-left: 16px !important;
  }
  .u-pr2-sptb {
    padding-right: 16px !important;
  }
  .u-p2-sptb {
    padding: 16px !important;
  }
  .u-pt3-sptb {
    padding-top: 24px !important;
  }
  .u-pb3-sptb {
    padding-bottom: 24px !important;
  }
  .u-pl3-sptb {
    padding-left: 24px !important;
  }
  .u-pr3-sptb {
    padding-right: 24px !important;
  }
  .u-p3-sptb {
    padding: 24px !important;
  }
  .u-pt4-sptb {
    padding-top: 32px !important;
  }
  .u-pb4-sptb {
    padding-bottom: 32px !important;
  }
  .u-pl4-sptb {
    padding-left: 32px !important;
  }
  .u-pr4-sptb {
    padding-right: 32px !important;
  }
  .u-p4-sptb {
    padding: 32px !important;
  }
  .u-pt5-sptb {
    padding-top: 40px !important;
  }
  .u-pb5-sptb {
    padding-bottom: 40px !important;
  }
  .u-pl5-sptb {
    padding-left: 40px !important;
  }
  .u-pr5-sptb {
    padding-right: 40px !important;
  }
  .u-p5-sptb {
    padding: 40px !important;
  }
  .u-pt6-sptb {
    padding-top: 48px !important;
  }
  .u-pb6-sptb {
    padding-bottom: 48px !important;
  }
  .u-pl6-sptb {
    padding-left: 48px !important;
  }
  .u-pr6-sptb {
    padding-right: 48px !important;
  }
  .u-p6-sptb {
    padding: 48px !important;
  }
  .u-pt7-sptb {
    padding-top: 56px !important;
  }
  .u-pb7-sptb {
    padding-bottom: 56px !important;
  }
  .u-pl7-sptb {
    padding-left: 56px !important;
  }
  .u-pr7-sptb {
    padding-right: 56px !important;
  }
  .u-p7-sptb {
    padding: 56px !important;
  }
  .u-pt8-sptb {
    padding-top: 64px !important;
  }
  .u-pb8-sptb {
    padding-bottom: 64px !important;
  }
  .u-pl8-sptb {
    padding-left: 64px !important;
  }
  .u-pr8-sptb {
    padding-right: 64px !important;
  }
  .u-p8-sptb {
    padding: 64px !important;
  }
  .u-pt9-sptb {
    padding-top: 72px !important;
  }
  .u-pb9-sptb {
    padding-bottom: 72px !important;
  }
  .u-pl9-sptb {
    padding-left: 72px !important;
  }
  .u-pr9-sptb {
    padding-right: 72px !important;
  }
  .u-p9-sptb {
    padding: 72px !important;
  }
  .u-pt10-sptb {
    padding-top: 80px !important;
  }
  .u-pb10-sptb {
    padding-bottom: 80px !important;
  }
  .u-pl10-sptb {
    padding-left: 80px !important;
  }
  .u-pr10-sptb {
    padding-right: 80px !important;
  }
  .u-p10-sptb {
    padding: 80px !important;
  }
  .u-pt11-sptb {
    padding-top: 88px !important;
  }
  .u-pb11-sptb {
    padding-bottom: 88px !important;
  }
  .u-pl11-sptb {
    padding-left: 88px !important;
  }
  .u-pr11-sptb {
    padding-right: 88px !important;
  }
  .u-p11-sptb {
    padding: 88px !important;
  }
  .u-pt12-sptb {
    padding-top: 96px !important;
  }
  .u-pb12-sptb {
    padding-bottom: 96px !important;
  }
  .u-pl12-sptb {
    padding-left: 96px !important;
  }
  .u-pr12-sptb {
    padding-right: 96px !important;
  }
  .u-p12-sptb {
    padding: 96px !important;
  }
  .u-pt13-sptb {
    padding-top: 104px !important;
  }
  .u-pb13-sptb {
    padding-bottom: 104px !important;
  }
  .u-pl13-sptb {
    padding-left: 104px !important;
  }
  .u-pr13-sptb {
    padding-right: 104px !important;
  }
  .u-p13-sptb {
    padding: 104px !important;
  }
  .u-pt14-sptb {
    padding-top: 112px !important;
  }
  .u-pb14-sptb {
    padding-bottom: 112px !important;
  }
  .u-pl14-sptb {
    padding-left: 112px !important;
  }
  .u-pr14-sptb {
    padding-right: 112px !important;
  }
  .u-p14-sptb {
    padding: 112px !important;
  }
  .u-pt15-sptb {
    padding-top: 120px !important;
  }
  .u-pb15-sptb {
    padding-bottom: 120px !important;
  }
  .u-pl15-sptb {
    padding-left: 120px !important;
  }
  .u-pr15-sptb {
    padding-right: 120px !important;
  }
  .u-p15-sptb {
    padding: 120px !important;
  }
  .u-pt16-sptb {
    padding-top: 128px !important;
  }
  .u-pb16-sptb {
    padding-bottom: 128px !important;
  }
  .u-pl16-sptb {
    padding-left: 128px !important;
  }
  .u-pr16-sptb {
    padding-right: 128px !important;
  }
  .u-p16-sptb {
    padding: 128px !important;
  }
  .u-pt17-sptb {
    padding-top: 136px !important;
  }
  .u-pb17-sptb {
    padding-bottom: 136px !important;
  }
  .u-pl17-sptb {
    padding-left: 136px !important;
  }
  .u-pr17-sptb {
    padding-right: 136px !important;
  }
  .u-p17-sptb {
    padding: 136px !important;
  }
  .u-pt18-sptb {
    padding-top: 144px !important;
  }
  .u-pb18-sptb {
    padding-bottom: 144px !important;
  }
  .u-pl18-sptb {
    padding-left: 144px !important;
  }
  .u-pr18-sptb {
    padding-right: 144px !important;
  }
  .u-p18-sptb {
    padding: 144px !important;
  }
  .u-pt19-sptb {
    padding-top: 152px !important;
  }
  .u-pb19-sptb {
    padding-bottom: 152px !important;
  }
  .u-pl19-sptb {
    padding-left: 152px !important;
  }
  .u-pr19-sptb {
    padding-right: 152px !important;
  }
  .u-p19-sptb {
    padding: 152px !important;
  }
  .u-pt20-sptb {
    padding-top: 160px !important;
  }
  .u-pb20-sptb {
    padding-bottom: 160px !important;
  }
  .u-pl20-sptb {
    padding-left: 160px !important;
  }
  .u-pr20-sptb {
    padding-right: 160px !important;
  }
  .u-p20-sptb {
    padding: 160px !important;
  }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
  .u-pt-20-tb {
    padding-top: -160px !important;
  }
  .u-pb-20-tb {
    padding-bottom: -160px !important;
  }
  .u-pl-20-tb {
    padding-left: -160px !important;
  }
  .u-pr-20-tb {
    padding-right: -160px !important;
  }
  .u-p-20-tb {
    padding: -160px !important;
  }
  .u-pt-19-tb {
    padding-top: -152px !important;
  }
  .u-pb-19-tb {
    padding-bottom: -152px !important;
  }
  .u-pl-19-tb {
    padding-left: -152px !important;
  }
  .u-pr-19-tb {
    padding-right: -152px !important;
  }
  .u-p-19-tb {
    padding: -152px !important;
  }
  .u-pt-18-tb {
    padding-top: -144px !important;
  }
  .u-pb-18-tb {
    padding-bottom: -144px !important;
  }
  .u-pl-18-tb {
    padding-left: -144px !important;
  }
  .u-pr-18-tb {
    padding-right: -144px !important;
  }
  .u-p-18-tb {
    padding: -144px !important;
  }
  .u-pt-17-tb {
    padding-top: -136px !important;
  }
  .u-pb-17-tb {
    padding-bottom: -136px !important;
  }
  .u-pl-17-tb {
    padding-left: -136px !important;
  }
  .u-pr-17-tb {
    padding-right: -136px !important;
  }
  .u-p-17-tb {
    padding: -136px !important;
  }
  .u-pt-16-tb {
    padding-top: -128px !important;
  }
  .u-pb-16-tb {
    padding-bottom: -128px !important;
  }
  .u-pl-16-tb {
    padding-left: -128px !important;
  }
  .u-pr-16-tb {
    padding-right: -128px !important;
  }
  .u-p-16-tb {
    padding: -128px !important;
  }
  .u-pt-15-tb {
    padding-top: -120px !important;
  }
  .u-pb-15-tb {
    padding-bottom: -120px !important;
  }
  .u-pl-15-tb {
    padding-left: -120px !important;
  }
  .u-pr-15-tb {
    padding-right: -120px !important;
  }
  .u-p-15-tb {
    padding: -120px !important;
  }
  .u-pt-14-tb {
    padding-top: -112px !important;
  }
  .u-pb-14-tb {
    padding-bottom: -112px !important;
  }
  .u-pl-14-tb {
    padding-left: -112px !important;
  }
  .u-pr-14-tb {
    padding-right: -112px !important;
  }
  .u-p-14-tb {
    padding: -112px !important;
  }
  .u-pt-13-tb {
    padding-top: -104px !important;
  }
  .u-pb-13-tb {
    padding-bottom: -104px !important;
  }
  .u-pl-13-tb {
    padding-left: -104px !important;
  }
  .u-pr-13-tb {
    padding-right: -104px !important;
  }
  .u-p-13-tb {
    padding: -104px !important;
  }
  .u-pt-12-tb {
    padding-top: -96px !important;
  }
  .u-pb-12-tb {
    padding-bottom: -96px !important;
  }
  .u-pl-12-tb {
    padding-left: -96px !important;
  }
  .u-pr-12-tb {
    padding-right: -96px !important;
  }
  .u-p-12-tb {
    padding: -96px !important;
  }
  .u-pt-11-tb {
    padding-top: -88px !important;
  }
  .u-pb-11-tb {
    padding-bottom: -88px !important;
  }
  .u-pl-11-tb {
    padding-left: -88px !important;
  }
  .u-pr-11-tb {
    padding-right: -88px !important;
  }
  .u-p-11-tb {
    padding: -88px !important;
  }
  .u-pt-10-tb {
    padding-top: -80px !important;
  }
  .u-pb-10-tb {
    padding-bottom: -80px !important;
  }
  .u-pl-10-tb {
    padding-left: -80px !important;
  }
  .u-pr-10-tb {
    padding-right: -80px !important;
  }
  .u-p-10-tb {
    padding: -80px !important;
  }
  .u-pt-9-tb {
    padding-top: -72px !important;
  }
  .u-pb-9-tb {
    padding-bottom: -72px !important;
  }
  .u-pl-9-tb {
    padding-left: -72px !important;
  }
  .u-pr-9-tb {
    padding-right: -72px !important;
  }
  .u-p-9-tb {
    padding: -72px !important;
  }
  .u-pt-8-tb {
    padding-top: -64px !important;
  }
  .u-pb-8-tb {
    padding-bottom: -64px !important;
  }
  .u-pl-8-tb {
    padding-left: -64px !important;
  }
  .u-pr-8-tb {
    padding-right: -64px !important;
  }
  .u-p-8-tb {
    padding: -64px !important;
  }
  .u-pt-7-tb {
    padding-top: -56px !important;
  }
  .u-pb-7-tb {
    padding-bottom: -56px !important;
  }
  .u-pl-7-tb {
    padding-left: -56px !important;
  }
  .u-pr-7-tb {
    padding-right: -56px !important;
  }
  .u-p-7-tb {
    padding: -56px !important;
  }
  .u-pt-6-tb {
    padding-top: -48px !important;
  }
  .u-pb-6-tb {
    padding-bottom: -48px !important;
  }
  .u-pl-6-tb {
    padding-left: -48px !important;
  }
  .u-pr-6-tb {
    padding-right: -48px !important;
  }
  .u-p-6-tb {
    padding: -48px !important;
  }
  .u-pt-5-tb {
    padding-top: -40px !important;
  }
  .u-pb-5-tb {
    padding-bottom: -40px !important;
  }
  .u-pl-5-tb {
    padding-left: -40px !important;
  }
  .u-pr-5-tb {
    padding-right: -40px !important;
  }
  .u-p-5-tb {
    padding: -40px !important;
  }
  .u-pt-4-tb {
    padding-top: -32px !important;
  }
  .u-pb-4-tb {
    padding-bottom: -32px !important;
  }
  .u-pl-4-tb {
    padding-left: -32px !important;
  }
  .u-pr-4-tb {
    padding-right: -32px !important;
  }
  .u-p-4-tb {
    padding: -32px !important;
  }
  .u-pt-3-tb {
    padding-top: -24px !important;
  }
  .u-pb-3-tb {
    padding-bottom: -24px !important;
  }
  .u-pl-3-tb {
    padding-left: -24px !important;
  }
  .u-pr-3-tb {
    padding-right: -24px !important;
  }
  .u-p-3-tb {
    padding: -24px !important;
  }
  .u-pt-2-tb {
    padding-top: -16px !important;
  }
  .u-pb-2-tb {
    padding-bottom: -16px !important;
  }
  .u-pl-2-tb {
    padding-left: -16px !important;
  }
  .u-pr-2-tb {
    padding-right: -16px !important;
  }
  .u-p-2-tb {
    padding: -16px !important;
  }
  .u-pt-1-tb {
    padding-top: -8px !important;
  }
  .u-pb-1-tb {
    padding-bottom: -8px !important;
  }
  .u-pl-1-tb {
    padding-left: -8px !important;
  }
  .u-pr-1-tb {
    padding-right: -8px !important;
  }
  .u-p-1-tb {
    padding: -8px !important;
  }
  .u-pt0-tb {
    padding-top: 0px !important;
  }
  .u-pb0-tb {
    padding-bottom: 0px !important;
  }
  .u-pl0-tb {
    padding-left: 0px !important;
  }
  .u-pr0-tb {
    padding-right: 0px !important;
  }
  .u-p0-tb {
    padding: 0px !important;
  }
  .u-pt1-tb {
    padding-top: 8px !important;
  }
  .u-pb1-tb {
    padding-bottom: 8px !important;
  }
  .u-pl1-tb {
    padding-left: 8px !important;
  }
  .u-pr1-tb {
    padding-right: 8px !important;
  }
  .u-p1-tb {
    padding: 8px !important;
  }
  .u-pt2-tb {
    padding-top: 16px !important;
  }
  .u-pb2-tb {
    padding-bottom: 16px !important;
  }
  .u-pl2-tb {
    padding-left: 16px !important;
  }
  .u-pr2-tb {
    padding-right: 16px !important;
  }
  .u-p2-tb {
    padding: 16px !important;
  }
  .u-pt3-tb {
    padding-top: 24px !important;
  }
  .u-pb3-tb {
    padding-bottom: 24px !important;
  }
  .u-pl3-tb {
    padding-left: 24px !important;
  }
  .u-pr3-tb {
    padding-right: 24px !important;
  }
  .u-p3-tb {
    padding: 24px !important;
  }
  .u-pt4-tb {
    padding-top: 32px !important;
  }
  .u-pb4-tb {
    padding-bottom: 32px !important;
  }
  .u-pl4-tb {
    padding-left: 32px !important;
  }
  .u-pr4-tb {
    padding-right: 32px !important;
  }
  .u-p4-tb {
    padding: 32px !important;
  }
  .u-pt5-tb {
    padding-top: 40px !important;
  }
  .u-pb5-tb {
    padding-bottom: 40px !important;
  }
  .u-pl5-tb {
    padding-left: 40px !important;
  }
  .u-pr5-tb {
    padding-right: 40px !important;
  }
  .u-p5-tb {
    padding: 40px !important;
  }
  .u-pt6-tb {
    padding-top: 48px !important;
  }
  .u-pb6-tb {
    padding-bottom: 48px !important;
  }
  .u-pl6-tb {
    padding-left: 48px !important;
  }
  .u-pr6-tb {
    padding-right: 48px !important;
  }
  .u-p6-tb {
    padding: 48px !important;
  }
  .u-pt7-tb {
    padding-top: 56px !important;
  }
  .u-pb7-tb {
    padding-bottom: 56px !important;
  }
  .u-pl7-tb {
    padding-left: 56px !important;
  }
  .u-pr7-tb {
    padding-right: 56px !important;
  }
  .u-p7-tb {
    padding: 56px !important;
  }
  .u-pt8-tb {
    padding-top: 64px !important;
  }
  .u-pb8-tb {
    padding-bottom: 64px !important;
  }
  .u-pl8-tb {
    padding-left: 64px !important;
  }
  .u-pr8-tb {
    padding-right: 64px !important;
  }
  .u-p8-tb {
    padding: 64px !important;
  }
  .u-pt9-tb {
    padding-top: 72px !important;
  }
  .u-pb9-tb {
    padding-bottom: 72px !important;
  }
  .u-pl9-tb {
    padding-left: 72px !important;
  }
  .u-pr9-tb {
    padding-right: 72px !important;
  }
  .u-p9-tb {
    padding: 72px !important;
  }
  .u-pt10-tb {
    padding-top: 80px !important;
  }
  .u-pb10-tb {
    padding-bottom: 80px !important;
  }
  .u-pl10-tb {
    padding-left: 80px !important;
  }
  .u-pr10-tb {
    padding-right: 80px !important;
  }
  .u-p10-tb {
    padding: 80px !important;
  }
  .u-pt11-tb {
    padding-top: 88px !important;
  }
  .u-pb11-tb {
    padding-bottom: 88px !important;
  }
  .u-pl11-tb {
    padding-left: 88px !important;
  }
  .u-pr11-tb {
    padding-right: 88px !important;
  }
  .u-p11-tb {
    padding: 88px !important;
  }
  .u-pt12-tb {
    padding-top: 96px !important;
  }
  .u-pb12-tb {
    padding-bottom: 96px !important;
  }
  .u-pl12-tb {
    padding-left: 96px !important;
  }
  .u-pr12-tb {
    padding-right: 96px !important;
  }
  .u-p12-tb {
    padding: 96px !important;
  }
  .u-pt13-tb {
    padding-top: 104px !important;
  }
  .u-pb13-tb {
    padding-bottom: 104px !important;
  }
  .u-pl13-tb {
    padding-left: 104px !important;
  }
  .u-pr13-tb {
    padding-right: 104px !important;
  }
  .u-p13-tb {
    padding: 104px !important;
  }
  .u-pt14-tb {
    padding-top: 112px !important;
  }
  .u-pb14-tb {
    padding-bottom: 112px !important;
  }
  .u-pl14-tb {
    padding-left: 112px !important;
  }
  .u-pr14-tb {
    padding-right: 112px !important;
  }
  .u-p14-tb {
    padding: 112px !important;
  }
  .u-pt15-tb {
    padding-top: 120px !important;
  }
  .u-pb15-tb {
    padding-bottom: 120px !important;
  }
  .u-pl15-tb {
    padding-left: 120px !important;
  }
  .u-pr15-tb {
    padding-right: 120px !important;
  }
  .u-p15-tb {
    padding: 120px !important;
  }
  .u-pt16-tb {
    padding-top: 128px !important;
  }
  .u-pb16-tb {
    padding-bottom: 128px !important;
  }
  .u-pl16-tb {
    padding-left: 128px !important;
  }
  .u-pr16-tb {
    padding-right: 128px !important;
  }
  .u-p16-tb {
    padding: 128px !important;
  }
  .u-pt17-tb {
    padding-top: 136px !important;
  }
  .u-pb17-tb {
    padding-bottom: 136px !important;
  }
  .u-pl17-tb {
    padding-left: 136px !important;
  }
  .u-pr17-tb {
    padding-right: 136px !important;
  }
  .u-p17-tb {
    padding: 136px !important;
  }
  .u-pt18-tb {
    padding-top: 144px !important;
  }
  .u-pb18-tb {
    padding-bottom: 144px !important;
  }
  .u-pl18-tb {
    padding-left: 144px !important;
  }
  .u-pr18-tb {
    padding-right: 144px !important;
  }
  .u-p18-tb {
    padding: 144px !important;
  }
  .u-pt19-tb {
    padding-top: 152px !important;
  }
  .u-pb19-tb {
    padding-bottom: 152px !important;
  }
  .u-pl19-tb {
    padding-left: 152px !important;
  }
  .u-pr19-tb {
    padding-right: 152px !important;
  }
  .u-p19-tb {
    padding: 152px !important;
  }
  .u-pt20-tb {
    padding-top: 160px !important;
  }
  .u-pb20-tb {
    padding-bottom: 160px !important;
  }
  .u-pl20-tb {
    padding-left: 160px !important;
  }
  .u-pr20-tb {
    padding-right: 160px !important;
  }
  .u-p20-tb {
    padding: 160px !important;
  }
}
@media screen and (min-width: 520px) {
  .u-pt-30-tbpc {
    padding-top: -240px !important;
  }
  .u-pb-30-tbpc {
    padding-bottom: -240px !important;
  }
  .u-pl-30-tbpc {
    padding-left: -240px !important;
  }
  .u-pr-30-tbpc {
    padding-right: -240px !important;
  }
  .u-p-30-tbpc {
    padding: -240px !important;
  }
  .u-pt-29-tbpc {
    padding-top: -232px !important;
  }
  .u-pb-29-tbpc {
    padding-bottom: -232px !important;
  }
  .u-pl-29-tbpc {
    padding-left: -232px !important;
  }
  .u-pr-29-tbpc {
    padding-right: -232px !important;
  }
  .u-p-29-tbpc {
    padding: -232px !important;
  }
  .u-pt-28-tbpc {
    padding-top: -224px !important;
  }
  .u-pb-28-tbpc {
    padding-bottom: -224px !important;
  }
  .u-pl-28-tbpc {
    padding-left: -224px !important;
  }
  .u-pr-28-tbpc {
    padding-right: -224px !important;
  }
  .u-p-28-tbpc {
    padding: -224px !important;
  }
  .u-pt-27-tbpc {
    padding-top: -216px !important;
  }
  .u-pb-27-tbpc {
    padding-bottom: -216px !important;
  }
  .u-pl-27-tbpc {
    padding-left: -216px !important;
  }
  .u-pr-27-tbpc {
    padding-right: -216px !important;
  }
  .u-p-27-tbpc {
    padding: -216px !important;
  }
  .u-pt-26-tbpc {
    padding-top: -208px !important;
  }
  .u-pb-26-tbpc {
    padding-bottom: -208px !important;
  }
  .u-pl-26-tbpc {
    padding-left: -208px !important;
  }
  .u-pr-26-tbpc {
    padding-right: -208px !important;
  }
  .u-p-26-tbpc {
    padding: -208px !important;
  }
  .u-pt-25-tbpc {
    padding-top: -200px !important;
  }
  .u-pb-25-tbpc {
    padding-bottom: -200px !important;
  }
  .u-pl-25-tbpc {
    padding-left: -200px !important;
  }
  .u-pr-25-tbpc {
    padding-right: -200px !important;
  }
  .u-p-25-tbpc {
    padding: -200px !important;
  }
  .u-pt-24-tbpc {
    padding-top: -192px !important;
  }
  .u-pb-24-tbpc {
    padding-bottom: -192px !important;
  }
  .u-pl-24-tbpc {
    padding-left: -192px !important;
  }
  .u-pr-24-tbpc {
    padding-right: -192px !important;
  }
  .u-p-24-tbpc {
    padding: -192px !important;
  }
  .u-pt-23-tbpc {
    padding-top: -184px !important;
  }
  .u-pb-23-tbpc {
    padding-bottom: -184px !important;
  }
  .u-pl-23-tbpc {
    padding-left: -184px !important;
  }
  .u-pr-23-tbpc {
    padding-right: -184px !important;
  }
  .u-p-23-tbpc {
    padding: -184px !important;
  }
  .u-pt-22-tbpc {
    padding-top: -176px !important;
  }
  .u-pb-22-tbpc {
    padding-bottom: -176px !important;
  }
  .u-pl-22-tbpc {
    padding-left: -176px !important;
  }
  .u-pr-22-tbpc {
    padding-right: -176px !important;
  }
  .u-p-22-tbpc {
    padding: -176px !important;
  }
  .u-pt-21-tbpc {
    padding-top: -168px !important;
  }
  .u-pb-21-tbpc {
    padding-bottom: -168px !important;
  }
  .u-pl-21-tbpc {
    padding-left: -168px !important;
  }
  .u-pr-21-tbpc {
    padding-right: -168px !important;
  }
  .u-p-21-tbpc {
    padding: -168px !important;
  }
  .u-pt-20-tbpc {
    padding-top: -160px !important;
  }
  .u-pb-20-tbpc {
    padding-bottom: -160px !important;
  }
  .u-pl-20-tbpc {
    padding-left: -160px !important;
  }
  .u-pr-20-tbpc {
    padding-right: -160px !important;
  }
  .u-p-20-tbpc {
    padding: -160px !important;
  }
  .u-pt-19-tbpc {
    padding-top: -152px !important;
  }
  .u-pb-19-tbpc {
    padding-bottom: -152px !important;
  }
  .u-pl-19-tbpc {
    padding-left: -152px !important;
  }
  .u-pr-19-tbpc {
    padding-right: -152px !important;
  }
  .u-p-19-tbpc {
    padding: -152px !important;
  }
  .u-pt-18-tbpc {
    padding-top: -144px !important;
  }
  .u-pb-18-tbpc {
    padding-bottom: -144px !important;
  }
  .u-pl-18-tbpc {
    padding-left: -144px !important;
  }
  .u-pr-18-tbpc {
    padding-right: -144px !important;
  }
  .u-p-18-tbpc {
    padding: -144px !important;
  }
  .u-pt-17-tbpc {
    padding-top: -136px !important;
  }
  .u-pb-17-tbpc {
    padding-bottom: -136px !important;
  }
  .u-pl-17-tbpc {
    padding-left: -136px !important;
  }
  .u-pr-17-tbpc {
    padding-right: -136px !important;
  }
  .u-p-17-tbpc {
    padding: -136px !important;
  }
  .u-pt-16-tbpc {
    padding-top: -128px !important;
  }
  .u-pb-16-tbpc {
    padding-bottom: -128px !important;
  }
  .u-pl-16-tbpc {
    padding-left: -128px !important;
  }
  .u-pr-16-tbpc {
    padding-right: -128px !important;
  }
  .u-p-16-tbpc {
    padding: -128px !important;
  }
  .u-pt-15-tbpc {
    padding-top: -120px !important;
  }
  .u-pb-15-tbpc {
    padding-bottom: -120px !important;
  }
  .u-pl-15-tbpc {
    padding-left: -120px !important;
  }
  .u-pr-15-tbpc {
    padding-right: -120px !important;
  }
  .u-p-15-tbpc {
    padding: -120px !important;
  }
  .u-pt-14-tbpc {
    padding-top: -112px !important;
  }
  .u-pb-14-tbpc {
    padding-bottom: -112px !important;
  }
  .u-pl-14-tbpc {
    padding-left: -112px !important;
  }
  .u-pr-14-tbpc {
    padding-right: -112px !important;
  }
  .u-p-14-tbpc {
    padding: -112px !important;
  }
  .u-pt-13-tbpc {
    padding-top: -104px !important;
  }
  .u-pb-13-tbpc {
    padding-bottom: -104px !important;
  }
  .u-pl-13-tbpc {
    padding-left: -104px !important;
  }
  .u-pr-13-tbpc {
    padding-right: -104px !important;
  }
  .u-p-13-tbpc {
    padding: -104px !important;
  }
  .u-pt-12-tbpc {
    padding-top: -96px !important;
  }
  .u-pb-12-tbpc {
    padding-bottom: -96px !important;
  }
  .u-pl-12-tbpc {
    padding-left: -96px !important;
  }
  .u-pr-12-tbpc {
    padding-right: -96px !important;
  }
  .u-p-12-tbpc {
    padding: -96px !important;
  }
  .u-pt-11-tbpc {
    padding-top: -88px !important;
  }
  .u-pb-11-tbpc {
    padding-bottom: -88px !important;
  }
  .u-pl-11-tbpc {
    padding-left: -88px !important;
  }
  .u-pr-11-tbpc {
    padding-right: -88px !important;
  }
  .u-p-11-tbpc {
    padding: -88px !important;
  }
  .u-pt-10-tbpc {
    padding-top: -80px !important;
  }
  .u-pb-10-tbpc {
    padding-bottom: -80px !important;
  }
  .u-pl-10-tbpc {
    padding-left: -80px !important;
  }
  .u-pr-10-tbpc {
    padding-right: -80px !important;
  }
  .u-p-10-tbpc {
    padding: -80px !important;
  }
  .u-pt-9-tbpc {
    padding-top: -72px !important;
  }
  .u-pb-9-tbpc {
    padding-bottom: -72px !important;
  }
  .u-pl-9-tbpc {
    padding-left: -72px !important;
  }
  .u-pr-9-tbpc {
    padding-right: -72px !important;
  }
  .u-p-9-tbpc {
    padding: -72px !important;
  }
  .u-pt-8-tbpc {
    padding-top: -64px !important;
  }
  .u-pb-8-tbpc {
    padding-bottom: -64px !important;
  }
  .u-pl-8-tbpc {
    padding-left: -64px !important;
  }
  .u-pr-8-tbpc {
    padding-right: -64px !important;
  }
  .u-p-8-tbpc {
    padding: -64px !important;
  }
  .u-pt-7-tbpc {
    padding-top: -56px !important;
  }
  .u-pb-7-tbpc {
    padding-bottom: -56px !important;
  }
  .u-pl-7-tbpc {
    padding-left: -56px !important;
  }
  .u-pr-7-tbpc {
    padding-right: -56px !important;
  }
  .u-p-7-tbpc {
    padding: -56px !important;
  }
  .u-pt-6-tbpc {
    padding-top: -48px !important;
  }
  .u-pb-6-tbpc {
    padding-bottom: -48px !important;
  }
  .u-pl-6-tbpc {
    padding-left: -48px !important;
  }
  .u-pr-6-tbpc {
    padding-right: -48px !important;
  }
  .u-p-6-tbpc {
    padding: -48px !important;
  }
  .u-pt-5-tbpc {
    padding-top: -40px !important;
  }
  .u-pb-5-tbpc {
    padding-bottom: -40px !important;
  }
  .u-pl-5-tbpc {
    padding-left: -40px !important;
  }
  .u-pr-5-tbpc {
    padding-right: -40px !important;
  }
  .u-p-5-tbpc {
    padding: -40px !important;
  }
  .u-pt-4-tbpc {
    padding-top: -32px !important;
  }
  .u-pb-4-tbpc {
    padding-bottom: -32px !important;
  }
  .u-pl-4-tbpc {
    padding-left: -32px !important;
  }
  .u-pr-4-tbpc {
    padding-right: -32px !important;
  }
  .u-p-4-tbpc {
    padding: -32px !important;
  }
  .u-pt-3-tbpc {
    padding-top: -24px !important;
  }
  .u-pb-3-tbpc {
    padding-bottom: -24px !important;
  }
  .u-pl-3-tbpc {
    padding-left: -24px !important;
  }
  .u-pr-3-tbpc {
    padding-right: -24px !important;
  }
  .u-p-3-tbpc {
    padding: -24px !important;
  }
  .u-pt-2-tbpc {
    padding-top: -16px !important;
  }
  .u-pb-2-tbpc {
    padding-bottom: -16px !important;
  }
  .u-pl-2-tbpc {
    padding-left: -16px !important;
  }
  .u-pr-2-tbpc {
    padding-right: -16px !important;
  }
  .u-p-2-tbpc {
    padding: -16px !important;
  }
  .u-pt-1-tbpc {
    padding-top: -8px !important;
  }
  .u-pb-1-tbpc {
    padding-bottom: -8px !important;
  }
  .u-pl-1-tbpc {
    padding-left: -8px !important;
  }
  .u-pr-1-tbpc {
    padding-right: -8px !important;
  }
  .u-p-1-tbpc {
    padding: -8px !important;
  }
  .u-pt0-tbpc {
    padding-top: 0px !important;
  }
  .u-pb0-tbpc {
    padding-bottom: 0px !important;
  }
  .u-pl0-tbpc {
    padding-left: 0px !important;
  }
  .u-pr0-tbpc {
    padding-right: 0px !important;
  }
  .u-p0-tbpc {
    padding: 0px !important;
  }
  .u-pt1-tbpc {
    padding-top: 8px !important;
  }
  .u-pb1-tbpc {
    padding-bottom: 8px !important;
  }
  .u-pl1-tbpc {
    padding-left: 8px !important;
  }
  .u-pr1-tbpc {
    padding-right: 8px !important;
  }
  .u-p1-tbpc {
    padding: 8px !important;
  }
  .u-pt2-tbpc {
    padding-top: 16px !important;
  }
  .u-pb2-tbpc {
    padding-bottom: 16px !important;
  }
  .u-pl2-tbpc {
    padding-left: 16px !important;
  }
  .u-pr2-tbpc {
    padding-right: 16px !important;
  }
  .u-p2-tbpc {
    padding: 16px !important;
  }
  .u-pt3-tbpc {
    padding-top: 24px !important;
  }
  .u-pb3-tbpc {
    padding-bottom: 24px !important;
  }
  .u-pl3-tbpc {
    padding-left: 24px !important;
  }
  .u-pr3-tbpc {
    padding-right: 24px !important;
  }
  .u-p3-tbpc {
    padding: 24px !important;
  }
  .u-pt4-tbpc {
    padding-top: 32px !important;
  }
  .u-pb4-tbpc {
    padding-bottom: 32px !important;
  }
  .u-pl4-tbpc {
    padding-left: 32px !important;
  }
  .u-pr4-tbpc {
    padding-right: 32px !important;
  }
  .u-p4-tbpc {
    padding: 32px !important;
  }
  .u-pt5-tbpc {
    padding-top: 40px !important;
  }
  .u-pb5-tbpc {
    padding-bottom: 40px !important;
  }
  .u-pl5-tbpc {
    padding-left: 40px !important;
  }
  .u-pr5-tbpc {
    padding-right: 40px !important;
  }
  .u-p5-tbpc {
    padding: 40px !important;
  }
  .u-pt6-tbpc {
    padding-top: 48px !important;
  }
  .u-pb6-tbpc {
    padding-bottom: 48px !important;
  }
  .u-pl6-tbpc {
    padding-left: 48px !important;
  }
  .u-pr6-tbpc {
    padding-right: 48px !important;
  }
  .u-p6-tbpc {
    padding: 48px !important;
  }
  .u-pt7-tbpc {
    padding-top: 56px !important;
  }
  .u-pb7-tbpc {
    padding-bottom: 56px !important;
  }
  .u-pl7-tbpc {
    padding-left: 56px !important;
  }
  .u-pr7-tbpc {
    padding-right: 56px !important;
  }
  .u-p7-tbpc {
    padding: 56px !important;
  }
  .u-pt8-tbpc {
    padding-top: 64px !important;
  }
  .u-pb8-tbpc {
    padding-bottom: 64px !important;
  }
  .u-pl8-tbpc {
    padding-left: 64px !important;
  }
  .u-pr8-tbpc {
    padding-right: 64px !important;
  }
  .u-p8-tbpc {
    padding: 64px !important;
  }
  .u-pt9-tbpc {
    padding-top: 72px !important;
  }
  .u-pb9-tbpc {
    padding-bottom: 72px !important;
  }
  .u-pl9-tbpc {
    padding-left: 72px !important;
  }
  .u-pr9-tbpc {
    padding-right: 72px !important;
  }
  .u-p9-tbpc {
    padding: 72px !important;
  }
  .u-pt10-tbpc {
    padding-top: 80px !important;
  }
  .u-pb10-tbpc {
    padding-bottom: 80px !important;
  }
  .u-pl10-tbpc {
    padding-left: 80px !important;
  }
  .u-pr10-tbpc {
    padding-right: 80px !important;
  }
  .u-p10-tbpc {
    padding: 80px !important;
  }
  .u-pt11-tbpc {
    padding-top: 88px !important;
  }
  .u-pb11-tbpc {
    padding-bottom: 88px !important;
  }
  .u-pl11-tbpc {
    padding-left: 88px !important;
  }
  .u-pr11-tbpc {
    padding-right: 88px !important;
  }
  .u-p11-tbpc {
    padding: 88px !important;
  }
  .u-pt12-tbpc {
    padding-top: 96px !important;
  }
  .u-pb12-tbpc {
    padding-bottom: 96px !important;
  }
  .u-pl12-tbpc {
    padding-left: 96px !important;
  }
  .u-pr12-tbpc {
    padding-right: 96px !important;
  }
  .u-p12-tbpc {
    padding: 96px !important;
  }
  .u-pt13-tbpc {
    padding-top: 104px !important;
  }
  .u-pb13-tbpc {
    padding-bottom: 104px !important;
  }
  .u-pl13-tbpc {
    padding-left: 104px !important;
  }
  .u-pr13-tbpc {
    padding-right: 104px !important;
  }
  .u-p13-tbpc {
    padding: 104px !important;
  }
  .u-pt14-tbpc {
    padding-top: 112px !important;
  }
  .u-pb14-tbpc {
    padding-bottom: 112px !important;
  }
  .u-pl14-tbpc {
    padding-left: 112px !important;
  }
  .u-pr14-tbpc {
    padding-right: 112px !important;
  }
  .u-p14-tbpc {
    padding: 112px !important;
  }
  .u-pt15-tbpc {
    padding-top: 120px !important;
  }
  .u-pb15-tbpc {
    padding-bottom: 120px !important;
  }
  .u-pl15-tbpc {
    padding-left: 120px !important;
  }
  .u-pr15-tbpc {
    padding-right: 120px !important;
  }
  .u-p15-tbpc {
    padding: 120px !important;
  }
  .u-pt16-tbpc {
    padding-top: 128px !important;
  }
  .u-pb16-tbpc {
    padding-bottom: 128px !important;
  }
  .u-pl16-tbpc {
    padding-left: 128px !important;
  }
  .u-pr16-tbpc {
    padding-right: 128px !important;
  }
  .u-p16-tbpc {
    padding: 128px !important;
  }
  .u-pt17-tbpc {
    padding-top: 136px !important;
  }
  .u-pb17-tbpc {
    padding-bottom: 136px !important;
  }
  .u-pl17-tbpc {
    padding-left: 136px !important;
  }
  .u-pr17-tbpc {
    padding-right: 136px !important;
  }
  .u-p17-tbpc {
    padding: 136px !important;
  }
  .u-pt18-tbpc {
    padding-top: 144px !important;
  }
  .u-pb18-tbpc {
    padding-bottom: 144px !important;
  }
  .u-pl18-tbpc {
    padding-left: 144px !important;
  }
  .u-pr18-tbpc {
    padding-right: 144px !important;
  }
  .u-p18-tbpc {
    padding: 144px !important;
  }
  .u-pt19-tbpc {
    padding-top: 152px !important;
  }
  .u-pb19-tbpc {
    padding-bottom: 152px !important;
  }
  .u-pl19-tbpc {
    padding-left: 152px !important;
  }
  .u-pr19-tbpc {
    padding-right: 152px !important;
  }
  .u-p19-tbpc {
    padding: 152px !important;
  }
  .u-pt20-tbpc {
    padding-top: 160px !important;
  }
  .u-pb20-tbpc {
    padding-bottom: 160px !important;
  }
  .u-pl20-tbpc {
    padding-left: 160px !important;
  }
  .u-pr20-tbpc {
    padding-right: 160px !important;
  }
  .u-p20-tbpc {
    padding: 160px !important;
  }
  .u-pt21-tbpc {
    padding-top: 168px !important;
  }
  .u-pb21-tbpc {
    padding-bottom: 168px !important;
  }
  .u-pl21-tbpc {
    padding-left: 168px !important;
  }
  .u-pr21-tbpc {
    padding-right: 168px !important;
  }
  .u-p21-tbpc {
    padding: 168px !important;
  }
  .u-pt22-tbpc {
    padding-top: 176px !important;
  }
  .u-pb22-tbpc {
    padding-bottom: 176px !important;
  }
  .u-pl22-tbpc {
    padding-left: 176px !important;
  }
  .u-pr22-tbpc {
    padding-right: 176px !important;
  }
  .u-p22-tbpc {
    padding: 176px !important;
  }
  .u-pt23-tbpc {
    padding-top: 184px !important;
  }
  .u-pb23-tbpc {
    padding-bottom: 184px !important;
  }
  .u-pl23-tbpc {
    padding-left: 184px !important;
  }
  .u-pr23-tbpc {
    padding-right: 184px !important;
  }
  .u-p23-tbpc {
    padding: 184px !important;
  }
  .u-pt24-tbpc {
    padding-top: 192px !important;
  }
  .u-pb24-tbpc {
    padding-bottom: 192px !important;
  }
  .u-pl24-tbpc {
    padding-left: 192px !important;
  }
  .u-pr24-tbpc {
    padding-right: 192px !important;
  }
  .u-p24-tbpc {
    padding: 192px !important;
  }
  .u-pt25-tbpc {
    padding-top: 200px !important;
  }
  .u-pb25-tbpc {
    padding-bottom: 200px !important;
  }
  .u-pl25-tbpc {
    padding-left: 200px !important;
  }
  .u-pr25-tbpc {
    padding-right: 200px !important;
  }
  .u-p25-tbpc {
    padding: 200px !important;
  }
  .u-pt26-tbpc {
    padding-top: 208px !important;
  }
  .u-pb26-tbpc {
    padding-bottom: 208px !important;
  }
  .u-pl26-tbpc {
    padding-left: 208px !important;
  }
  .u-pr26-tbpc {
    padding-right: 208px !important;
  }
  .u-p26-tbpc {
    padding: 208px !important;
  }
  .u-pt27-tbpc {
    padding-top: 216px !important;
  }
  .u-pb27-tbpc {
    padding-bottom: 216px !important;
  }
  .u-pl27-tbpc {
    padding-left: 216px !important;
  }
  .u-pr27-tbpc {
    padding-right: 216px !important;
  }
  .u-p27-tbpc {
    padding: 216px !important;
  }
  .u-pt28-tbpc {
    padding-top: 224px !important;
  }
  .u-pb28-tbpc {
    padding-bottom: 224px !important;
  }
  .u-pl28-tbpc {
    padding-left: 224px !important;
  }
  .u-pr28-tbpc {
    padding-right: 224px !important;
  }
  .u-p28-tbpc {
    padding: 224px !important;
  }
  .u-pt29-tbpc {
    padding-top: 232px !important;
  }
  .u-pb29-tbpc {
    padding-bottom: 232px !important;
  }
  .u-pl29-tbpc {
    padding-left: 232px !important;
  }
  .u-pr29-tbpc {
    padding-right: 232px !important;
  }
  .u-p29-tbpc {
    padding: 232px !important;
  }
  .u-pt30-tbpc {
    padding-top: 240px !important;
  }
  .u-pb30-tbpc {
    padding-bottom: 240px !important;
  }
  .u-pl30-tbpc {
    padding-left: 240px !important;
  }
  .u-pr30-tbpc {
    padding-right: 240px !important;
  }
  .u-p30-tbpc {
    padding: 240px !important;
  }
}
@media screen and (min-width: 960px) {
  .u-pt-30-pc {
    padding-top: -240px !important;
  }
  .u-pb-30-pc {
    padding-bottom: -240px !important;
  }
  .u-pl-30-pc {
    padding-left: -240px !important;
  }
  .u-pr-30-pc {
    padding-right: -240px !important;
  }
  .u-p-30-pc {
    padding: -240px !important;
  }
  .u-pt-29-pc {
    padding-top: -232px !important;
  }
  .u-pb-29-pc {
    padding-bottom: -232px !important;
  }
  .u-pl-29-pc {
    padding-left: -232px !important;
  }
  .u-pr-29-pc {
    padding-right: -232px !important;
  }
  .u-p-29-pc {
    padding: -232px !important;
  }
  .u-pt-28-pc {
    padding-top: -224px !important;
  }
  .u-pb-28-pc {
    padding-bottom: -224px !important;
  }
  .u-pl-28-pc {
    padding-left: -224px !important;
  }
  .u-pr-28-pc {
    padding-right: -224px !important;
  }
  .u-p-28-pc {
    padding: -224px !important;
  }
  .u-pt-27-pc {
    padding-top: -216px !important;
  }
  .u-pb-27-pc {
    padding-bottom: -216px !important;
  }
  .u-pl-27-pc {
    padding-left: -216px !important;
  }
  .u-pr-27-pc {
    padding-right: -216px !important;
  }
  .u-p-27-pc {
    padding: -216px !important;
  }
  .u-pt-26-pc {
    padding-top: -208px !important;
  }
  .u-pb-26-pc {
    padding-bottom: -208px !important;
  }
  .u-pl-26-pc {
    padding-left: -208px !important;
  }
  .u-pr-26-pc {
    padding-right: -208px !important;
  }
  .u-p-26-pc {
    padding: -208px !important;
  }
  .u-pt-25-pc {
    padding-top: -200px !important;
  }
  .u-pb-25-pc {
    padding-bottom: -200px !important;
  }
  .u-pl-25-pc {
    padding-left: -200px !important;
  }
  .u-pr-25-pc {
    padding-right: -200px !important;
  }
  .u-p-25-pc {
    padding: -200px !important;
  }
  .u-pt-24-pc {
    padding-top: -192px !important;
  }
  .u-pb-24-pc {
    padding-bottom: -192px !important;
  }
  .u-pl-24-pc {
    padding-left: -192px !important;
  }
  .u-pr-24-pc {
    padding-right: -192px !important;
  }
  .u-p-24-pc {
    padding: -192px !important;
  }
  .u-pt-23-pc {
    padding-top: -184px !important;
  }
  .u-pb-23-pc {
    padding-bottom: -184px !important;
  }
  .u-pl-23-pc {
    padding-left: -184px !important;
  }
  .u-pr-23-pc {
    padding-right: -184px !important;
  }
  .u-p-23-pc {
    padding: -184px !important;
  }
  .u-pt-22-pc {
    padding-top: -176px !important;
  }
  .u-pb-22-pc {
    padding-bottom: -176px !important;
  }
  .u-pl-22-pc {
    padding-left: -176px !important;
  }
  .u-pr-22-pc {
    padding-right: -176px !important;
  }
  .u-p-22-pc {
    padding: -176px !important;
  }
  .u-pt-21-pc {
    padding-top: -168px !important;
  }
  .u-pb-21-pc {
    padding-bottom: -168px !important;
  }
  .u-pl-21-pc {
    padding-left: -168px !important;
  }
  .u-pr-21-pc {
    padding-right: -168px !important;
  }
  .u-p-21-pc {
    padding: -168px !important;
  }
  .u-pt-20-pc {
    padding-top: -160px !important;
  }
  .u-pb-20-pc {
    padding-bottom: -160px !important;
  }
  .u-pl-20-pc {
    padding-left: -160px !important;
  }
  .u-pr-20-pc {
    padding-right: -160px !important;
  }
  .u-p-20-pc {
    padding: -160px !important;
  }
  .u-pt-19-pc {
    padding-top: -152px !important;
  }
  .u-pb-19-pc {
    padding-bottom: -152px !important;
  }
  .u-pl-19-pc {
    padding-left: -152px !important;
  }
  .u-pr-19-pc {
    padding-right: -152px !important;
  }
  .u-p-19-pc {
    padding: -152px !important;
  }
  .u-pt-18-pc {
    padding-top: -144px !important;
  }
  .u-pb-18-pc {
    padding-bottom: -144px !important;
  }
  .u-pl-18-pc {
    padding-left: -144px !important;
  }
  .u-pr-18-pc {
    padding-right: -144px !important;
  }
  .u-p-18-pc {
    padding: -144px !important;
  }
  .u-pt-17-pc {
    padding-top: -136px !important;
  }
  .u-pb-17-pc {
    padding-bottom: -136px !important;
  }
  .u-pl-17-pc {
    padding-left: -136px !important;
  }
  .u-pr-17-pc {
    padding-right: -136px !important;
  }
  .u-p-17-pc {
    padding: -136px !important;
  }
  .u-pt-16-pc {
    padding-top: -128px !important;
  }
  .u-pb-16-pc {
    padding-bottom: -128px !important;
  }
  .u-pl-16-pc {
    padding-left: -128px !important;
  }
  .u-pr-16-pc {
    padding-right: -128px !important;
  }
  .u-p-16-pc {
    padding: -128px !important;
  }
  .u-pt-15-pc {
    padding-top: -120px !important;
  }
  .u-pb-15-pc {
    padding-bottom: -120px !important;
  }
  .u-pl-15-pc {
    padding-left: -120px !important;
  }
  .u-pr-15-pc {
    padding-right: -120px !important;
  }
  .u-p-15-pc {
    padding: -120px !important;
  }
  .u-pt-14-pc {
    padding-top: -112px !important;
  }
  .u-pb-14-pc {
    padding-bottom: -112px !important;
  }
  .u-pl-14-pc {
    padding-left: -112px !important;
  }
  .u-pr-14-pc {
    padding-right: -112px !important;
  }
  .u-p-14-pc {
    padding: -112px !important;
  }
  .u-pt-13-pc {
    padding-top: -104px !important;
  }
  .u-pb-13-pc {
    padding-bottom: -104px !important;
  }
  .u-pl-13-pc {
    padding-left: -104px !important;
  }
  .u-pr-13-pc {
    padding-right: -104px !important;
  }
  .u-p-13-pc {
    padding: -104px !important;
  }
  .u-pt-12-pc {
    padding-top: -96px !important;
  }
  .u-pb-12-pc {
    padding-bottom: -96px !important;
  }
  .u-pl-12-pc {
    padding-left: -96px !important;
  }
  .u-pr-12-pc {
    padding-right: -96px !important;
  }
  .u-p-12-pc {
    padding: -96px !important;
  }
  .u-pt-11-pc {
    padding-top: -88px !important;
  }
  .u-pb-11-pc {
    padding-bottom: -88px !important;
  }
  .u-pl-11-pc {
    padding-left: -88px !important;
  }
  .u-pr-11-pc {
    padding-right: -88px !important;
  }
  .u-p-11-pc {
    padding: -88px !important;
  }
  .u-pt-10-pc {
    padding-top: -80px !important;
  }
  .u-pb-10-pc {
    padding-bottom: -80px !important;
  }
  .u-pl-10-pc {
    padding-left: -80px !important;
  }
  .u-pr-10-pc {
    padding-right: -80px !important;
  }
  .u-p-10-pc {
    padding: -80px !important;
  }
  .u-pt-9-pc {
    padding-top: -72px !important;
  }
  .u-pb-9-pc {
    padding-bottom: -72px !important;
  }
  .u-pl-9-pc {
    padding-left: -72px !important;
  }
  .u-pr-9-pc {
    padding-right: -72px !important;
  }
  .u-p-9-pc {
    padding: -72px !important;
  }
  .u-pt-8-pc {
    padding-top: -64px !important;
  }
  .u-pb-8-pc {
    padding-bottom: -64px !important;
  }
  .u-pl-8-pc {
    padding-left: -64px !important;
  }
  .u-pr-8-pc {
    padding-right: -64px !important;
  }
  .u-p-8-pc {
    padding: -64px !important;
  }
  .u-pt-7-pc {
    padding-top: -56px !important;
  }
  .u-pb-7-pc {
    padding-bottom: -56px !important;
  }
  .u-pl-7-pc {
    padding-left: -56px !important;
  }
  .u-pr-7-pc {
    padding-right: -56px !important;
  }
  .u-p-7-pc {
    padding: -56px !important;
  }
  .u-pt-6-pc {
    padding-top: -48px !important;
  }
  .u-pb-6-pc {
    padding-bottom: -48px !important;
  }
  .u-pl-6-pc {
    padding-left: -48px !important;
  }
  .u-pr-6-pc {
    padding-right: -48px !important;
  }
  .u-p-6-pc {
    padding: -48px !important;
  }
  .u-pt-5-pc {
    padding-top: -40px !important;
  }
  .u-pb-5-pc {
    padding-bottom: -40px !important;
  }
  .u-pl-5-pc {
    padding-left: -40px !important;
  }
  .u-pr-5-pc {
    padding-right: -40px !important;
  }
  .u-p-5-pc {
    padding: -40px !important;
  }
  .u-pt-4-pc {
    padding-top: -32px !important;
  }
  .u-pb-4-pc {
    padding-bottom: -32px !important;
  }
  .u-pl-4-pc {
    padding-left: -32px !important;
  }
  .u-pr-4-pc {
    padding-right: -32px !important;
  }
  .u-p-4-pc {
    padding: -32px !important;
  }
  .u-pt-3-pc {
    padding-top: -24px !important;
  }
  .u-pb-3-pc {
    padding-bottom: -24px !important;
  }
  .u-pl-3-pc {
    padding-left: -24px !important;
  }
  .u-pr-3-pc {
    padding-right: -24px !important;
  }
  .u-p-3-pc {
    padding: -24px !important;
  }
  .u-pt-2-pc {
    padding-top: -16px !important;
  }
  .u-pb-2-pc {
    padding-bottom: -16px !important;
  }
  .u-pl-2-pc {
    padding-left: -16px !important;
  }
  .u-pr-2-pc {
    padding-right: -16px !important;
  }
  .u-p-2-pc {
    padding: -16px !important;
  }
  .u-pt-1-pc {
    padding-top: -8px !important;
  }
  .u-pb-1-pc {
    padding-bottom: -8px !important;
  }
  .u-pl-1-pc {
    padding-left: -8px !important;
  }
  .u-pr-1-pc {
    padding-right: -8px !important;
  }
  .u-p-1-pc {
    padding: -8px !important;
  }
  .u-pt0-pc {
    padding-top: 0px !important;
  }
  .u-pb0-pc {
    padding-bottom: 0px !important;
  }
  .u-pl0-pc {
    padding-left: 0px !important;
  }
  .u-pr0-pc {
    padding-right: 0px !important;
  }
  .u-p0-pc {
    padding: 0px !important;
  }
  .u-pt1-pc {
    padding-top: 8px !important;
  }
  .u-pb1-pc {
    padding-bottom: 8px !important;
  }
  .u-pl1-pc {
    padding-left: 8px !important;
  }
  .u-pr1-pc {
    padding-right: 8px !important;
  }
  .u-p1-pc {
    padding: 8px !important;
  }
  .u-pt2-pc {
    padding-top: 16px !important;
  }
  .u-pb2-pc {
    padding-bottom: 16px !important;
  }
  .u-pl2-pc {
    padding-left: 16px !important;
  }
  .u-pr2-pc {
    padding-right: 16px !important;
  }
  .u-p2-pc {
    padding: 16px !important;
  }
  .u-pt3-pc {
    padding-top: 24px !important;
  }
  .u-pb3-pc {
    padding-bottom: 24px !important;
  }
  .u-pl3-pc {
    padding-left: 24px !important;
  }
  .u-pr3-pc {
    padding-right: 24px !important;
  }
  .u-p3-pc {
    padding: 24px !important;
  }
  .u-pt4-pc {
    padding-top: 32px !important;
  }
  .u-pb4-pc {
    padding-bottom: 32px !important;
  }
  .u-pl4-pc {
    padding-left: 32px !important;
  }
  .u-pr4-pc {
    padding-right: 32px !important;
  }
  .u-p4-pc {
    padding: 32px !important;
  }
  .u-pt5-pc {
    padding-top: 40px !important;
  }
  .u-pb5-pc {
    padding-bottom: 40px !important;
  }
  .u-pl5-pc {
    padding-left: 40px !important;
  }
  .u-pr5-pc {
    padding-right: 40px !important;
  }
  .u-p5-pc {
    padding: 40px !important;
  }
  .u-pt6-pc {
    padding-top: 48px !important;
  }
  .u-pb6-pc {
    padding-bottom: 48px !important;
  }
  .u-pl6-pc {
    padding-left: 48px !important;
  }
  .u-pr6-pc {
    padding-right: 48px !important;
  }
  .u-p6-pc {
    padding: 48px !important;
  }
  .u-pt7-pc {
    padding-top: 56px !important;
  }
  .u-pb7-pc {
    padding-bottom: 56px !important;
  }
  .u-pl7-pc {
    padding-left: 56px !important;
  }
  .u-pr7-pc {
    padding-right: 56px !important;
  }
  .u-p7-pc {
    padding: 56px !important;
  }
  .u-pt8-pc {
    padding-top: 64px !important;
  }
  .u-pb8-pc {
    padding-bottom: 64px !important;
  }
  .u-pl8-pc {
    padding-left: 64px !important;
  }
  .u-pr8-pc {
    padding-right: 64px !important;
  }
  .u-p8-pc {
    padding: 64px !important;
  }
  .u-pt9-pc {
    padding-top: 72px !important;
  }
  .u-pb9-pc {
    padding-bottom: 72px !important;
  }
  .u-pl9-pc {
    padding-left: 72px !important;
  }
  .u-pr9-pc {
    padding-right: 72px !important;
  }
  .u-p9-pc {
    padding: 72px !important;
  }
  .u-pt10-pc {
    padding-top: 80px !important;
  }
  .u-pb10-pc {
    padding-bottom: 80px !important;
  }
  .u-pl10-pc {
    padding-left: 80px !important;
  }
  .u-pr10-pc {
    padding-right: 80px !important;
  }
  .u-p10-pc {
    padding: 80px !important;
  }
  .u-pt11-pc {
    padding-top: 88px !important;
  }
  .u-pb11-pc {
    padding-bottom: 88px !important;
  }
  .u-pl11-pc {
    padding-left: 88px !important;
  }
  .u-pr11-pc {
    padding-right: 88px !important;
  }
  .u-p11-pc {
    padding: 88px !important;
  }
  .u-pt12-pc {
    padding-top: 96px !important;
  }
  .u-pb12-pc {
    padding-bottom: 96px !important;
  }
  .u-pl12-pc {
    padding-left: 96px !important;
  }
  .u-pr12-pc {
    padding-right: 96px !important;
  }
  .u-p12-pc {
    padding: 96px !important;
  }
  .u-pt13-pc {
    padding-top: 104px !important;
  }
  .u-pb13-pc {
    padding-bottom: 104px !important;
  }
  .u-pl13-pc {
    padding-left: 104px !important;
  }
  .u-pr13-pc {
    padding-right: 104px !important;
  }
  .u-p13-pc {
    padding: 104px !important;
  }
  .u-pt14-pc {
    padding-top: 112px !important;
  }
  .u-pb14-pc {
    padding-bottom: 112px !important;
  }
  .u-pl14-pc {
    padding-left: 112px !important;
  }
  .u-pr14-pc {
    padding-right: 112px !important;
  }
  .u-p14-pc {
    padding: 112px !important;
  }
  .u-pt15-pc {
    padding-top: 120px !important;
  }
  .u-pb15-pc {
    padding-bottom: 120px !important;
  }
  .u-pl15-pc {
    padding-left: 120px !important;
  }
  .u-pr15-pc {
    padding-right: 120px !important;
  }
  .u-p15-pc {
    padding: 120px !important;
  }
  .u-pt16-pc {
    padding-top: 128px !important;
  }
  .u-pb16-pc {
    padding-bottom: 128px !important;
  }
  .u-pl16-pc {
    padding-left: 128px !important;
  }
  .u-pr16-pc {
    padding-right: 128px !important;
  }
  .u-p16-pc {
    padding: 128px !important;
  }
  .u-pt17-pc {
    padding-top: 136px !important;
  }
  .u-pb17-pc {
    padding-bottom: 136px !important;
  }
  .u-pl17-pc {
    padding-left: 136px !important;
  }
  .u-pr17-pc {
    padding-right: 136px !important;
  }
  .u-p17-pc {
    padding: 136px !important;
  }
  .u-pt18-pc {
    padding-top: 144px !important;
  }
  .u-pb18-pc {
    padding-bottom: 144px !important;
  }
  .u-pl18-pc {
    padding-left: 144px !important;
  }
  .u-pr18-pc {
    padding-right: 144px !important;
  }
  .u-p18-pc {
    padding: 144px !important;
  }
  .u-pt19-pc {
    padding-top: 152px !important;
  }
  .u-pb19-pc {
    padding-bottom: 152px !important;
  }
  .u-pl19-pc {
    padding-left: 152px !important;
  }
  .u-pr19-pc {
    padding-right: 152px !important;
  }
  .u-p19-pc {
    padding: 152px !important;
  }
  .u-pt20-pc {
    padding-top: 160px !important;
  }
  .u-pb20-pc {
    padding-bottom: 160px !important;
  }
  .u-pl20-pc {
    padding-left: 160px !important;
  }
  .u-pr20-pc {
    padding-right: 160px !important;
  }
  .u-p20-pc {
    padding: 160px !important;
  }
  .u-pt21-pc {
    padding-top: 168px !important;
  }
  .u-pb21-pc {
    padding-bottom: 168px !important;
  }
  .u-pl21-pc {
    padding-left: 168px !important;
  }
  .u-pr21-pc {
    padding-right: 168px !important;
  }
  .u-p21-pc {
    padding: 168px !important;
  }
  .u-pt22-pc {
    padding-top: 176px !important;
  }
  .u-pb22-pc {
    padding-bottom: 176px !important;
  }
  .u-pl22-pc {
    padding-left: 176px !important;
  }
  .u-pr22-pc {
    padding-right: 176px !important;
  }
  .u-p22-pc {
    padding: 176px !important;
  }
  .u-pt23-pc {
    padding-top: 184px !important;
  }
  .u-pb23-pc {
    padding-bottom: 184px !important;
  }
  .u-pl23-pc {
    padding-left: 184px !important;
  }
  .u-pr23-pc {
    padding-right: 184px !important;
  }
  .u-p23-pc {
    padding: 184px !important;
  }
  .u-pt24-pc {
    padding-top: 192px !important;
  }
  .u-pb24-pc {
    padding-bottom: 192px !important;
  }
  .u-pl24-pc {
    padding-left: 192px !important;
  }
  .u-pr24-pc {
    padding-right: 192px !important;
  }
  .u-p24-pc {
    padding: 192px !important;
  }
  .u-pt25-pc {
    padding-top: 200px !important;
  }
  .u-pb25-pc {
    padding-bottom: 200px !important;
  }
  .u-pl25-pc {
    padding-left: 200px !important;
  }
  .u-pr25-pc {
    padding-right: 200px !important;
  }
  .u-p25-pc {
    padding: 200px !important;
  }
  .u-pt26-pc {
    padding-top: 208px !important;
  }
  .u-pb26-pc {
    padding-bottom: 208px !important;
  }
  .u-pl26-pc {
    padding-left: 208px !important;
  }
  .u-pr26-pc {
    padding-right: 208px !important;
  }
  .u-p26-pc {
    padding: 208px !important;
  }
  .u-pt27-pc {
    padding-top: 216px !important;
  }
  .u-pb27-pc {
    padding-bottom: 216px !important;
  }
  .u-pl27-pc {
    padding-left: 216px !important;
  }
  .u-pr27-pc {
    padding-right: 216px !important;
  }
  .u-p27-pc {
    padding: 216px !important;
  }
  .u-pt28-pc {
    padding-top: 224px !important;
  }
  .u-pb28-pc {
    padding-bottom: 224px !important;
  }
  .u-pl28-pc {
    padding-left: 224px !important;
  }
  .u-pr28-pc {
    padding-right: 224px !important;
  }
  .u-p28-pc {
    padding: 224px !important;
  }
  .u-pt29-pc {
    padding-top: 232px !important;
  }
  .u-pb29-pc {
    padding-bottom: 232px !important;
  }
  .u-pl29-pc {
    padding-left: 232px !important;
  }
  .u-pr29-pc {
    padding-right: 232px !important;
  }
  .u-p29-pc {
    padding: 232px !important;
  }
  .u-pt30-pc {
    padding-top: 240px !important;
  }
  .u-pb30-pc {
    padding-bottom: 240px !important;
  }
  .u-pl30-pc {
    padding-left: 240px !important;
  }
  .u-pr30-pc {
    padding-right: 240px !important;
  }
  .u-p30-pc {
    padding: 240px !important;
  }
}
.u-center {
  text-align: center;
}

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

@media screen and (max-width: 959px) {
  .u-center-sptb {
    text-align: center;
  }
}

@media screen and (min-width: 520px) and (max-width: 959px) {
  .u-center-tb {
    text-align: center;
  }
}

@media screen and (min-width: 520px) {
  .u-center-tbpc {
    text-align: center;
  }
}

@media screen and (min-width: 960px) {
  .u-center-pc {
    text-align: center;
  }
}

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

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