@charset "UTF-8";
/*
Theme Name: MIEMU_TOHKEN_GOODS
Theme URI: https: //miemu-tohken-goods.site
Description: 『刀剣乱舞ONLINE』コラボグッズ特設ページ.
Author: ECCOM Creation Co.,Ltd.
Author URI: https://creative.eccom.jp/
Version: 1.0.0
.
. 『刀剣乱舞ONLINE』コラボグッズ特設ページ
.
*/
/* 変数
------------------------------------*/
:root {
  --color-accent: #F3FF0F;
  --color-base: #413F68;
  --color-font: #070202;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background: #fff;
  color: var(--color-font);
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: “palt” 1;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 145%;
  min-height: 100%;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 750px) {
  body {
    min-width: 320px;
    overflow-x: hidden;
  }
}

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

p {
  margin: 0;
  padding: 0;
}

input {
  border-radius: 0;
}

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

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

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

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

.c-header-default {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 8px 24px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header-default {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 750px) {
  .c-header-default {
    flex-wrap: wrap;
  }
}
.c-header-default .c-header-default__sitename {
  display: grid;
  gap: 8px;
  width: 100%;
}
.c-header-default .c-header-default__text {
  font-size: 10px;
  font-weight: 400;
  line-height: 140%;
}
.c-header-default .c-header-default__logo {
  display: grid;
  grid-template-columns: auto auto;
  gap: 32px;
  justify-content: start;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header-default .c-header-default__logo {
    gap: 16px;
  }
}
@media screen and (max-width: 750px) {
  .c-header-default .c-header-default__logo {
    gap: 8px;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }
}
.c-header-default .c-header-default__logo img {
  display: block;
}
@media screen and (max-width: 750px) {
  .c-header-default .c-header-default__logo img {
    max-width: 145px;
  }
}
@media screen and (max-width: 365px) {
  .c-header-default .c-header-default__logo img {
    max-width: 120px;
  }
}
.c-header-default .c-header-default__logo i {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header-default .c-header-default__logo i {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .c-header-default .c-header-default__logo i {
    text-indent: -0.5em;
  }
}
@media screen and (max-width: 365px) {
  .c-header-default .c-header-default__logo i {
    font-size: 14px;
  }
}
.c-header-default .c-header-default__navigation {
  margin: 8px 0 8px 24px;
  min-width: 220px;
}
@media screen and (max-width: 750px) {
  .c-header-default .c-header-default__navigation {
    margin: 0;
    min-width: 0;
    position: absolute;
    top: 28px;
    right: 12px;
  }
}
.c-header-default .c-header-default__navigation .c-header-navigation__button {
  border: solid 1px #333;
  border-radius: 30px;
  color: #333;
  display: inline-block;
  font-size: 14px;
  padding: 8px 16px;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .c-header-default .c-header-default__navigation .c-header-navigation__button {
    font-size: 12px;
    padding: 4px 8px;
  }
}
.c-header-default .c-header-default__navigation .c-header-navigation__button:hover {
  opacity: 0.7;
}
.c-header-default .c-header-default__navigation .c-header-navigation__button[target=_blank]:after {
  content: url("../theme/images/icon-external.svg");
  display: inline-block;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .c-header-default .c-header-default__navigation .c-header-navigation__button[target=_blank]:after {
    margin: 0 0 -2px 4px;
  }
}
@media screen and (max-width: 365px) {
  .c-header-default .c-header-default__navigation .c-header-navigation__button[target=_blank]:after {
    margin-left: 0;
  }
}

.c-footer-default {
  background-color: #eee;
  border-top: solid 1px #d7d7d7;
  display: flex;
  gap: 40px 64px;
  justify-content: space-between;
  padding: 24px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer-default {
    align-items: flex-end;
    padding: 24px 16px;
  }
}
@media screen and (max-width: 750px) {
  .c-footer-default {
    align-items: flex-start;
    flex-direction: column;
  }
}
.c-footer-default .c-footer-default__overview {
  display: grid;
  font-size: 12px;
  gap: 40px;
  grid-template-columns: auto auto;
  line-height: 140%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer-default .c-footer-default__overview {
    gap: 8px;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }
}
.c-footer-default .c-footer-default__logo {
  display: block;
}
.c-footer-default .c-footer-default__company {
  font-size: 12px;
  line-height: 140%;
  text-align: right;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer-default .c-footer-default__company {
    text-align: left;
  }
}
.c-footer-default .c-footer-default__contact a {
  text-decoration: underline;
}
.c-footer-default .c-footer-default__contact a:hover {
  text-decoration: none;
}
.c-wrap {
  display: block;
  width: 100vw;
}

.c-contents {
  margin: 0 auto;
  max-width: 992px;
  padding: 0 16px;
  position: relative;
}

.c-button-primary {
  background-color: #FA8C1D;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  min-width: 280px;
  padding: 12px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .c-button-primary {
    padding: 12px;
  }
}
.c-button-primary:hover {
  opacity: 0.7;
}
.c-button-primary[target=_blank]:after {
  content: url("../theme/images/icon-external-white.svg");
  display: inline-block;
  margin: 0 0 3px 4px;
  vertical-align: middle;
}
.c-button-primary[disabled] {
  background-color: #ccc;
  border: none;
  outline: none;
  pointer-events: none;
}
.c-button-primary.is-icon {
  line-height: 150%;
  min-width: 184px;
  padding: 12px 24px 12px 48px;
}
.c-button-primary img {
  display: block;
  margin: auto;
  position: absolute;
  inset: 0 auto 0 20px;
}

/* ユーティリティー
------------------------------------*/
.u-mt-0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-mt-0 {
    margin-top: 0px !important;
  }
  .u-tab-mt-1 {
    margin-top: 8px !important;
  }
  .u-tab-mt-2 {
    margin-top: 16px !important;
  }
  .u-tab-mt-3 {
    margin-top: 24px !important;
  }
  .u-tab-mt-4 {
    margin-top: 32px !important;
  }
  .u-tab-mt-5 {
    margin-top: 40px !important;
  }
  .u-tab-mt-6 {
    margin-top: 48px !important;
  }
  .u-tab-mt-7 {
    margin-top: 56px !important;
  }
  .u-tab-mt-8 {
    margin-top: 64px !important;
  }
  .u-tab-mt-9 {
    margin-top: 72px !important;
  }
  .u-tab-mt-10 {
    margin-top: 80px !important;
  }
  .u-tab-mt-11 {
    margin-top: 88px !important;
  }
  .u-tab-mt-12 {
    margin-top: 96px !important;
  }
  .u-tab-mt-13 {
    margin-top: 104px !important;
  }
  .u-tab-mt-14 {
    margin-top: 112px !important;
  }
  .u-tab-mt-15 {
    margin-top: 120px !important;
  }
  .u-tab-mt-16 {
    margin-top: 128px !important;
  }
  .u-tab-mt-17 {
    margin-top: 136px !important;
  }
  .u-tab-mt-18 {
    margin-top: 144px !important;
  }
  .u-tab-mt-19 {
    margin-top: 152px !important;
  }
  .u-tab-mt-20 {
    margin-top: 160px !important;
  }
  .u-tab-mt-21 {
    margin-top: 168px !important;
  }
  .u-tab-mt-22 {
    margin-top: 176px !important;
  }
  .u-tab-mt-23 {
    margin-top: 184px !important;
  }
  .u-tab-mt-24 {
    margin-top: 192px !important;
  }
  .u-tab-mt-25 {
    margin-top: 200px !important;
  }
  .u-tab-mt-26 {
    margin-top: 208px !important;
  }
  .u-tab-mt-27 {
    margin-top: 216px !important;
  }
  .u-tab-mt-28 {
    margin-top: 224px !important;
  }
  .u-tab-mt-29 {
    margin-top: 232px !important;
  }
  .u-tab-mt-30 {
    margin-top: 240px !important;
  }
  .u-tab-mt-31 {
    margin-top: 248px !important;
  }
  .u-tab-mt-32 {
    margin-top: 256px !important;
  }
  .u-tab-mt-33 {
    margin-top: 264px !important;
  }
  .u-tab-mt-34 {
    margin-top: 272px !important;
  }
  .u-tab-mt-35 {
    margin-top: 280px !important;
  }
  .u-tab-mt-36 {
    margin-top: 288px !important;
  }
  .u-tab-mt-37 {
    margin-top: 296px !important;
  }
  .u-tab-mt-38 {
    margin-top: 304px !important;
  }
  .u-tab-mt-39 {
    margin-top: 312px !important;
  }
  .u-tab-mt-40 {
    margin-top: 320px !important;
  }
  .u-tab-mt-41 {
    margin-top: 328px !important;
  }
  .u-tab-mt-42 {
    margin-top: 336px !important;
  }
  .u-tab-mt-43 {
    margin-top: 344px !important;
  }
  .u-tab-mt-44 {
    margin-top: 352px !important;
  }
  .u-tab-mt-45 {
    margin-top: 360px !important;
  }
  .u-tab-mt-46 {
    margin-top: 368px !important;
  }
  .u-tab-mt-47 {
    margin-top: 376px !important;
  }
  .u-tab-mt-48 {
    margin-top: 384px !important;
  }
  .u-tab-mt-49 {
    margin-top: 392px !important;
  }
  .u-tab-mt-50 {
    margin-top: 400px !important;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mt-1 {
    margin-top: 8px !important;
  }
  .u-sp-mt-2 {
    margin-top: 16px !important;
  }
  .u-sp-mt-3 {
    margin-top: 24px !important;
  }
  .u-sp-mt-4 {
    margin-top: 32px !important;
  }
  .u-sp-mt-5 {
    margin-top: 40px !important;
  }
  .u-sp-mt-6 {
    margin-top: 48px !important;
  }
  .u-sp-mt-7 {
    margin-top: 56px !important;
  }
  .u-sp-mt-8 {
    margin-top: 64px !important;
  }
  .u-sp-mt-9 {
    margin-top: 72px !important;
  }
  .u-sp-mt-10 {
    margin-top: 80px !important;
  }
  .u-sp-mt-11 {
    margin-top: 88px !important;
  }
  .u-sp-mt-12 {
    margin-top: 96px !important;
  }
  .u-sp-mt-13 {
    margin-top: 104px !important;
  }
  .u-sp-mt-14 {
    margin-top: 112px !important;
  }
  .u-sp-mt-15 {
    margin-top: 120px !important;
  }
  .u-sp-mt-16 {
    margin-top: 128px !important;
  }
  .u-sp-mt-17 {
    margin-top: 136px !important;
  }
  .u-sp-mt-18 {
    margin-top: 144px !important;
  }
  .u-sp-mt-19 {
    margin-top: 152px !important;
  }
  .u-sp-mt-20 {
    margin-top: 160px !important;
  }
  .u-sp-mt-21 {
    margin-top: 168px !important;
  }
  .u-sp-mt-22 {
    margin-top: 176px !important;
  }
  .u-sp-mt-23 {
    margin-top: 184px !important;
  }
  .u-sp-mt-24 {
    margin-top: 192px !important;
  }
  .u-sp-mt-25 {
    margin-top: 200px !important;
  }
  .u-sp-mt-26 {
    margin-top: 208px !important;
  }
  .u-sp-mt-27 {
    margin-top: 216px !important;
  }
  .u-sp-mt-28 {
    margin-top: 224px !important;
  }
  .u-sp-mt-29 {
    margin-top: 232px !important;
  }
  .u-sp-mt-30 {
    margin-top: 240px !important;
  }
  .u-sp-mt-31 {
    margin-top: 248px !important;
  }
  .u-sp-mt-32 {
    margin-top: 256px !important;
  }
  .u-sp-mt-33 {
    margin-top: 264px !important;
  }
  .u-sp-mt-34 {
    margin-top: 272px !important;
  }
  .u-sp-mt-35 {
    margin-top: 280px !important;
  }
  .u-sp-mt-36 {
    margin-top: 288px !important;
  }
  .u-sp-mt-37 {
    margin-top: 296px !important;
  }
  .u-sp-mt-38 {
    margin-top: 304px !important;
  }
  .u-sp-mt-39 {
    margin-top: 312px !important;
  }
  .u-sp-mt-40 {
    margin-top: 320px !important;
  }
  .u-sp-mt-41 {
    margin-top: 328px !important;
  }
  .u-sp-mt-42 {
    margin-top: 336px !important;
  }
  .u-sp-mt-43 {
    margin-top: 344px !important;
  }
  .u-sp-mt-44 {
    margin-top: 352px !important;
  }
  .u-sp-mt-45 {
    margin-top: 360px !important;
  }
  .u-sp-mt-46 {
    margin-top: 368px !important;
  }
  .u-sp-mt-47 {
    margin-top: 376px !important;
  }
  .u-sp-mt-48 {
    margin-top: 384px !important;
  }
  .u-sp-mt-49 {
    margin-top: 392px !important;
  }
  .u-sp-mt-50 {
    margin-top: 400px !important;
  }
}
.u-mr-0 {
  margin-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-mr-0 {
    margin-right: 0px !important;
  }
  .u-tab-mr-1 {
    margin-right: 8px !important;
  }
  .u-tab-mr-2 {
    margin-right: 16px !important;
  }
  .u-tab-mr-3 {
    margin-right: 24px !important;
  }
  .u-tab-mr-4 {
    margin-right: 32px !important;
  }
  .u-tab-mr-5 {
    margin-right: 40px !important;
  }
  .u-tab-mr-6 {
    margin-right: 48px !important;
  }
  .u-tab-mr-7 {
    margin-right: 56px !important;
  }
  .u-tab-mr-8 {
    margin-right: 64px !important;
  }
  .u-tab-mr-9 {
    margin-right: 72px !important;
  }
  .u-tab-mr-10 {
    margin-right: 80px !important;
  }
  .u-tab-mr-11 {
    margin-right: 88px !important;
  }
  .u-tab-mr-12 {
    margin-right: 96px !important;
  }
  .u-tab-mr-13 {
    margin-right: 104px !important;
  }
  .u-tab-mr-14 {
    margin-right: 112px !important;
  }
  .u-tab-mr-15 {
    margin-right: 120px !important;
  }
  .u-tab-mr-16 {
    margin-right: 128px !important;
  }
  .u-tab-mr-17 {
    margin-right: 136px !important;
  }
  .u-tab-mr-18 {
    margin-right: 144px !important;
  }
  .u-tab-mr-19 {
    margin-right: 152px !important;
  }
  .u-tab-mr-20 {
    margin-right: 160px !important;
  }
  .u-tab-mr-21 {
    margin-right: 168px !important;
  }
  .u-tab-mr-22 {
    margin-right: 176px !important;
  }
  .u-tab-mr-23 {
    margin-right: 184px !important;
  }
  .u-tab-mr-24 {
    margin-right: 192px !important;
  }
  .u-tab-mr-25 {
    margin-right: 200px !important;
  }
  .u-tab-mr-26 {
    margin-right: 208px !important;
  }
  .u-tab-mr-27 {
    margin-right: 216px !important;
  }
  .u-tab-mr-28 {
    margin-right: 224px !important;
  }
  .u-tab-mr-29 {
    margin-right: 232px !important;
  }
  .u-tab-mr-30 {
    margin-right: 240px !important;
  }
  .u-tab-mr-31 {
    margin-right: 248px !important;
  }
  .u-tab-mr-32 {
    margin-right: 256px !important;
  }
  .u-tab-mr-33 {
    margin-right: 264px !important;
  }
  .u-tab-mr-34 {
    margin-right: 272px !important;
  }
  .u-tab-mr-35 {
    margin-right: 280px !important;
  }
  .u-tab-mr-36 {
    margin-right: 288px !important;
  }
  .u-tab-mr-37 {
    margin-right: 296px !important;
  }
  .u-tab-mr-38 {
    margin-right: 304px !important;
  }
  .u-tab-mr-39 {
    margin-right: 312px !important;
  }
  .u-tab-mr-40 {
    margin-right: 320px !important;
  }
  .u-tab-mr-41 {
    margin-right: 328px !important;
  }
  .u-tab-mr-42 {
    margin-right: 336px !important;
  }
  .u-tab-mr-43 {
    margin-right: 344px !important;
  }
  .u-tab-mr-44 {
    margin-right: 352px !important;
  }
  .u-tab-mr-45 {
    margin-right: 360px !important;
  }
  .u-tab-mr-46 {
    margin-right: 368px !important;
  }
  .u-tab-mr-47 {
    margin-right: 376px !important;
  }
  .u-tab-mr-48 {
    margin-right: 384px !important;
  }
  .u-tab-mr-49 {
    margin-right: 392px !important;
  }
  .u-tab-mr-50 {
    margin-right: 400px !important;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-mr-1 {
    margin-right: 8px !important;
  }
  .u-sp-mr-2 {
    margin-right: 16px !important;
  }
  .u-sp-mr-3 {
    margin-right: 24px !important;
  }
  .u-sp-mr-4 {
    margin-right: 32px !important;
  }
  .u-sp-mr-5 {
    margin-right: 40px !important;
  }
  .u-sp-mr-6 {
    margin-right: 48px !important;
  }
  .u-sp-mr-7 {
    margin-right: 56px !important;
  }
  .u-sp-mr-8 {
    margin-right: 64px !important;
  }
  .u-sp-mr-9 {
    margin-right: 72px !important;
  }
  .u-sp-mr-10 {
    margin-right: 80px !important;
  }
  .u-sp-mr-11 {
    margin-right: 88px !important;
  }
  .u-sp-mr-12 {
    margin-right: 96px !important;
  }
  .u-sp-mr-13 {
    margin-right: 104px !important;
  }
  .u-sp-mr-14 {
    margin-right: 112px !important;
  }
  .u-sp-mr-15 {
    margin-right: 120px !important;
  }
  .u-sp-mr-16 {
    margin-right: 128px !important;
  }
  .u-sp-mr-17 {
    margin-right: 136px !important;
  }
  .u-sp-mr-18 {
    margin-right: 144px !important;
  }
  .u-sp-mr-19 {
    margin-right: 152px !important;
  }
  .u-sp-mr-20 {
    margin-right: 160px !important;
  }
  .u-sp-mr-21 {
    margin-right: 168px !important;
  }
  .u-sp-mr-22 {
    margin-right: 176px !important;
  }
  .u-sp-mr-23 {
    margin-right: 184px !important;
  }
  .u-sp-mr-24 {
    margin-right: 192px !important;
  }
  .u-sp-mr-25 {
    margin-right: 200px !important;
  }
  .u-sp-mr-26 {
    margin-right: 208px !important;
  }
  .u-sp-mr-27 {
    margin-right: 216px !important;
  }
  .u-sp-mr-28 {
    margin-right: 224px !important;
  }
  .u-sp-mr-29 {
    margin-right: 232px !important;
  }
  .u-sp-mr-30 {
    margin-right: 240px !important;
  }
  .u-sp-mr-31 {
    margin-right: 248px !important;
  }
  .u-sp-mr-32 {
    margin-right: 256px !important;
  }
  .u-sp-mr-33 {
    margin-right: 264px !important;
  }
  .u-sp-mr-34 {
    margin-right: 272px !important;
  }
  .u-sp-mr-35 {
    margin-right: 280px !important;
  }
  .u-sp-mr-36 {
    margin-right: 288px !important;
  }
  .u-sp-mr-37 {
    margin-right: 296px !important;
  }
  .u-sp-mr-38 {
    margin-right: 304px !important;
  }
  .u-sp-mr-39 {
    margin-right: 312px !important;
  }
  .u-sp-mr-40 {
    margin-right: 320px !important;
  }
  .u-sp-mr-41 {
    margin-right: 328px !important;
  }
  .u-sp-mr-42 {
    margin-right: 336px !important;
  }
  .u-sp-mr-43 {
    margin-right: 344px !important;
  }
  .u-sp-mr-44 {
    margin-right: 352px !important;
  }
  .u-sp-mr-45 {
    margin-right: 360px !important;
  }
  .u-sp-mr-46 {
    margin-right: 368px !important;
  }
  .u-sp-mr-47 {
    margin-right: 376px !important;
  }
  .u-sp-mr-48 {
    margin-right: 384px !important;
  }
  .u-sp-mr-49 {
    margin-right: 392px !important;
  }
  .u-sp-mr-50 {
    margin-right: 400px !important;
  }
}
.u-mb-0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-tab-mb-1 {
    margin-bottom: 8px !important;
  }
  .u-tab-mb-2 {
    margin-bottom: 16px !important;
  }
  .u-tab-mb-3 {
    margin-bottom: 24px !important;
  }
  .u-tab-mb-4 {
    margin-bottom: 32px !important;
  }
  .u-tab-mb-5 {
    margin-bottom: 40px !important;
  }
  .u-tab-mb-6 {
    margin-bottom: 48px !important;
  }
  .u-tab-mb-7 {
    margin-bottom: 56px !important;
  }
  .u-tab-mb-8 {
    margin-bottom: 64px !important;
  }
  .u-tab-mb-9 {
    margin-bottom: 72px !important;
  }
  .u-tab-mb-10 {
    margin-bottom: 80px !important;
  }
  .u-tab-mb-11 {
    margin-bottom: 88px !important;
  }
  .u-tab-mb-12 {
    margin-bottom: 96px !important;
  }
  .u-tab-mb-13 {
    margin-bottom: 104px !important;
  }
  .u-tab-mb-14 {
    margin-bottom: 112px !important;
  }
  .u-tab-mb-15 {
    margin-bottom: 120px !important;
  }
  .u-tab-mb-16 {
    margin-bottom: 128px !important;
  }
  .u-tab-mb-17 {
    margin-bottom: 136px !important;
  }
  .u-tab-mb-18 {
    margin-bottom: 144px !important;
  }
  .u-tab-mb-19 {
    margin-bottom: 152px !important;
  }
  .u-tab-mb-20 {
    margin-bottom: 160px !important;
  }
  .u-tab-mb-21 {
    margin-bottom: 168px !important;
  }
  .u-tab-mb-22 {
    margin-bottom: 176px !important;
  }
  .u-tab-mb-23 {
    margin-bottom: 184px !important;
  }
  .u-tab-mb-24 {
    margin-bottom: 192px !important;
  }
  .u-tab-mb-25 {
    margin-bottom: 200px !important;
  }
  .u-tab-mb-26 {
    margin-bottom: 208px !important;
  }
  .u-tab-mb-27 {
    margin-bottom: 216px !important;
  }
  .u-tab-mb-28 {
    margin-bottom: 224px !important;
  }
  .u-tab-mb-29 {
    margin-bottom: 232px !important;
  }
  .u-tab-mb-30 {
    margin-bottom: 240px !important;
  }
  .u-tab-mb-31 {
    margin-bottom: 248px !important;
  }
  .u-tab-mb-32 {
    margin-bottom: 256px !important;
  }
  .u-tab-mb-33 {
    margin-bottom: 264px !important;
  }
  .u-tab-mb-34 {
    margin-bottom: 272px !important;
  }
  .u-tab-mb-35 {
    margin-bottom: 280px !important;
  }
  .u-tab-mb-36 {
    margin-bottom: 288px !important;
  }
  .u-tab-mb-37 {
    margin-bottom: 296px !important;
  }
  .u-tab-mb-38 {
    margin-bottom: 304px !important;
  }
  .u-tab-mb-39 {
    margin-bottom: 312px !important;
  }
  .u-tab-mb-40 {
    margin-bottom: 320px !important;
  }
  .u-tab-mb-41 {
    margin-bottom: 328px !important;
  }
  .u-tab-mb-42 {
    margin-bottom: 336px !important;
  }
  .u-tab-mb-43 {
    margin-bottom: 344px !important;
  }
  .u-tab-mb-44 {
    margin-bottom: 352px !important;
  }
  .u-tab-mb-45 {
    margin-bottom: 360px !important;
  }
  .u-tab-mb-46 {
    margin-bottom: 368px !important;
  }
  .u-tab-mb-47 {
    margin-bottom: 376px !important;
  }
  .u-tab-mb-48 {
    margin-bottom: 384px !important;
  }
  .u-tab-mb-49 {
    margin-bottom: 392px !important;
  }
  .u-tab-mb-50 {
    margin-bottom: 400px !important;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-mb-1 {
    margin-bottom: 8px !important;
  }
  .u-sp-mb-2 {
    margin-bottom: 16px !important;
  }
  .u-sp-mb-3 {
    margin-bottom: 24px !important;
  }
  .u-sp-mb-4 {
    margin-bottom: 32px !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 40px !important;
  }
  .u-sp-mb-6 {
    margin-bottom: 48px !important;
  }
  .u-sp-mb-7 {
    margin-bottom: 56px !important;
  }
  .u-sp-mb-8 {
    margin-bottom: 64px !important;
  }
  .u-sp-mb-9 {
    margin-bottom: 72px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 80px !important;
  }
  .u-sp-mb-11 {
    margin-bottom: 88px !important;
  }
  .u-sp-mb-12 {
    margin-bottom: 96px !important;
  }
  .u-sp-mb-13 {
    margin-bottom: 104px !important;
  }
  .u-sp-mb-14 {
    margin-bottom: 112px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 120px !important;
  }
  .u-sp-mb-16 {
    margin-bottom: 128px !important;
  }
  .u-sp-mb-17 {
    margin-bottom: 136px !important;
  }
  .u-sp-mb-18 {
    margin-bottom: 144px !important;
  }
  .u-sp-mb-19 {
    margin-bottom: 152px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 160px !important;
  }
  .u-sp-mb-21 {
    margin-bottom: 168px !important;
  }
  .u-sp-mb-22 {
    margin-bottom: 176px !important;
  }
  .u-sp-mb-23 {
    margin-bottom: 184px !important;
  }
  .u-sp-mb-24 {
    margin-bottom: 192px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 200px !important;
  }
  .u-sp-mb-26 {
    margin-bottom: 208px !important;
  }
  .u-sp-mb-27 {
    margin-bottom: 216px !important;
  }
  .u-sp-mb-28 {
    margin-bottom: 224px !important;
  }
  .u-sp-mb-29 {
    margin-bottom: 232px !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 240px !important;
  }
  .u-sp-mb-31 {
    margin-bottom: 248px !important;
  }
  .u-sp-mb-32 {
    margin-bottom: 256px !important;
  }
  .u-sp-mb-33 {
    margin-bottom: 264px !important;
  }
  .u-sp-mb-34 {
    margin-bottom: 272px !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 280px !important;
  }
  .u-sp-mb-36 {
    margin-bottom: 288px !important;
  }
  .u-sp-mb-37 {
    margin-bottom: 296px !important;
  }
  .u-sp-mb-38 {
    margin-bottom: 304px !important;
  }
  .u-sp-mb-39 {
    margin-bottom: 312px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 320px !important;
  }
  .u-sp-mb-41 {
    margin-bottom: 328px !important;
  }
  .u-sp-mb-42 {
    margin-bottom: 336px !important;
  }
  .u-sp-mb-43 {
    margin-bottom: 344px !important;
  }
  .u-sp-mb-44 {
    margin-bottom: 352px !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 360px !important;
  }
  .u-sp-mb-46 {
    margin-bottom: 368px !important;
  }
  .u-sp-mb-47 {
    margin-bottom: 376px !important;
  }
  .u-sp-mb-48 {
    margin-bottom: 384px !important;
  }
  .u-sp-mb-49 {
    margin-bottom: 392px !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 400px !important;
  }
}
.u-ml-0 {
  margin-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-ml-0 {
    margin-left: 0px !important;
  }
  .u-tab-ml-1 {
    margin-left: 8px !important;
  }
  .u-tab-ml-2 {
    margin-left: 16px !important;
  }
  .u-tab-ml-3 {
    margin-left: 24px !important;
  }
  .u-tab-ml-4 {
    margin-left: 32px !important;
  }
  .u-tab-ml-5 {
    margin-left: 40px !important;
  }
  .u-tab-ml-6 {
    margin-left: 48px !important;
  }
  .u-tab-ml-7 {
    margin-left: 56px !important;
  }
  .u-tab-ml-8 {
    margin-left: 64px !important;
  }
  .u-tab-ml-9 {
    margin-left: 72px !important;
  }
  .u-tab-ml-10 {
    margin-left: 80px !important;
  }
  .u-tab-ml-11 {
    margin-left: 88px !important;
  }
  .u-tab-ml-12 {
    margin-left: 96px !important;
  }
  .u-tab-ml-13 {
    margin-left: 104px !important;
  }
  .u-tab-ml-14 {
    margin-left: 112px !important;
  }
  .u-tab-ml-15 {
    margin-left: 120px !important;
  }
  .u-tab-ml-16 {
    margin-left: 128px !important;
  }
  .u-tab-ml-17 {
    margin-left: 136px !important;
  }
  .u-tab-ml-18 {
    margin-left: 144px !important;
  }
  .u-tab-ml-19 {
    margin-left: 152px !important;
  }
  .u-tab-ml-20 {
    margin-left: 160px !important;
  }
  .u-tab-ml-21 {
    margin-left: 168px !important;
  }
  .u-tab-ml-22 {
    margin-left: 176px !important;
  }
  .u-tab-ml-23 {
    margin-left: 184px !important;
  }
  .u-tab-ml-24 {
    margin-left: 192px !important;
  }
  .u-tab-ml-25 {
    margin-left: 200px !important;
  }
  .u-tab-ml-26 {
    margin-left: 208px !important;
  }
  .u-tab-ml-27 {
    margin-left: 216px !important;
  }
  .u-tab-ml-28 {
    margin-left: 224px !important;
  }
  .u-tab-ml-29 {
    margin-left: 232px !important;
  }
  .u-tab-ml-30 {
    margin-left: 240px !important;
  }
  .u-tab-ml-31 {
    margin-left: 248px !important;
  }
  .u-tab-ml-32 {
    margin-left: 256px !important;
  }
  .u-tab-ml-33 {
    margin-left: 264px !important;
  }
  .u-tab-ml-34 {
    margin-left: 272px !important;
  }
  .u-tab-ml-35 {
    margin-left: 280px !important;
  }
  .u-tab-ml-36 {
    margin-left: 288px !important;
  }
  .u-tab-ml-37 {
    margin-left: 296px !important;
  }
  .u-tab-ml-38 {
    margin-left: 304px !important;
  }
  .u-tab-ml-39 {
    margin-left: 312px !important;
  }
  .u-tab-ml-40 {
    margin-left: 320px !important;
  }
  .u-tab-ml-41 {
    margin-left: 328px !important;
  }
  .u-tab-ml-42 {
    margin-left: 336px !important;
  }
  .u-tab-ml-43 {
    margin-left: 344px !important;
  }
  .u-tab-ml-44 {
    margin-left: 352px !important;
  }
  .u-tab-ml-45 {
    margin-left: 360px !important;
  }
  .u-tab-ml-46 {
    margin-left: 368px !important;
  }
  .u-tab-ml-47 {
    margin-left: 376px !important;
  }
  .u-tab-ml-48 {
    margin-left: 384px !important;
  }
  .u-tab-ml-49 {
    margin-left: 392px !important;
  }
  .u-tab-ml-50 {
    margin-left: 400px !important;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
  .u-sp-ml-1 {
    margin-left: 8px !important;
  }
  .u-sp-ml-2 {
    margin-left: 16px !important;
  }
  .u-sp-ml-3 {
    margin-left: 24px !important;
  }
  .u-sp-ml-4 {
    margin-left: 32px !important;
  }
  .u-sp-ml-5 {
    margin-left: 40px !important;
  }
  .u-sp-ml-6 {
    margin-left: 48px !important;
  }
  .u-sp-ml-7 {
    margin-left: 56px !important;
  }
  .u-sp-ml-8 {
    margin-left: 64px !important;
  }
  .u-sp-ml-9 {
    margin-left: 72px !important;
  }
  .u-sp-ml-10 {
    margin-left: 80px !important;
  }
  .u-sp-ml-11 {
    margin-left: 88px !important;
  }
  .u-sp-ml-12 {
    margin-left: 96px !important;
  }
  .u-sp-ml-13 {
    margin-left: 104px !important;
  }
  .u-sp-ml-14 {
    margin-left: 112px !important;
  }
  .u-sp-ml-15 {
    margin-left: 120px !important;
  }
  .u-sp-ml-16 {
    margin-left: 128px !important;
  }
  .u-sp-ml-17 {
    margin-left: 136px !important;
  }
  .u-sp-ml-18 {
    margin-left: 144px !important;
  }
  .u-sp-ml-19 {
    margin-left: 152px !important;
  }
  .u-sp-ml-20 {
    margin-left: 160px !important;
  }
  .u-sp-ml-21 {
    margin-left: 168px !important;
  }
  .u-sp-ml-22 {
    margin-left: 176px !important;
  }
  .u-sp-ml-23 {
    margin-left: 184px !important;
  }
  .u-sp-ml-24 {
    margin-left: 192px !important;
  }
  .u-sp-ml-25 {
    margin-left: 200px !important;
  }
  .u-sp-ml-26 {
    margin-left: 208px !important;
  }
  .u-sp-ml-27 {
    margin-left: 216px !important;
  }
  .u-sp-ml-28 {
    margin-left: 224px !important;
  }
  .u-sp-ml-29 {
    margin-left: 232px !important;
  }
  .u-sp-ml-30 {
    margin-left: 240px !important;
  }
  .u-sp-ml-31 {
    margin-left: 248px !important;
  }
  .u-sp-ml-32 {
    margin-left: 256px !important;
  }
  .u-sp-ml-33 {
    margin-left: 264px !important;
  }
  .u-sp-ml-34 {
    margin-left: 272px !important;
  }
  .u-sp-ml-35 {
    margin-left: 280px !important;
  }
  .u-sp-ml-36 {
    margin-left: 288px !important;
  }
  .u-sp-ml-37 {
    margin-left: 296px !important;
  }
  .u-sp-ml-38 {
    margin-left: 304px !important;
  }
  .u-sp-ml-39 {
    margin-left: 312px !important;
  }
  .u-sp-ml-40 {
    margin-left: 320px !important;
  }
  .u-sp-ml-41 {
    margin-left: 328px !important;
  }
  .u-sp-ml-42 {
    margin-left: 336px !important;
  }
  .u-sp-ml-43 {
    margin-left: 344px !important;
  }
  .u-sp-ml-44 {
    margin-left: 352px !important;
  }
  .u-sp-ml-45 {
    margin-left: 360px !important;
  }
  .u-sp-ml-46 {
    margin-left: 368px !important;
  }
  .u-sp-ml-47 {
    margin-left: 376px !important;
  }
  .u-sp-ml-48 {
    margin-left: 384px !important;
  }
  .u-sp-ml-49 {
    margin-left: 392px !important;
  }
  .u-sp-ml-50 {
    margin-left: 400px !important;
  }
}
/* 文字を操作する系ユーティリティ */
.u-minchou {
  font-family: serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-font0 {
    font-size: 0px !important;
  }
  .u-tab-font1 {
    font-size: 1px !important;
  }
  .u-tab-font2 {
    font-size: 2px !important;
  }
  .u-tab-font3 {
    font-size: 3px !important;
  }
  .u-tab-font4 {
    font-size: 4px !important;
  }
  .u-tab-font5 {
    font-size: 5px !important;
  }
  .u-tab-font6 {
    font-size: 6px !important;
  }
  .u-tab-font7 {
    font-size: 7px !important;
  }
  .u-tab-font8 {
    font-size: 8px !important;
  }
  .u-tab-font9 {
    font-size: 9px !important;
  }
  .u-tab-font10 {
    font-size: 10px !important;
  }
  .u-tab-font11 {
    font-size: 11px !important;
  }
  .u-tab-font12 {
    font-size: 12px !important;
  }
  .u-tab-font13 {
    font-size: 13px !important;
  }
  .u-tab-font14 {
    font-size: 14px !important;
  }
  .u-tab-font15 {
    font-size: 15px !important;
  }
  .u-tab-font16 {
    font-size: 16px !important;
  }
  .u-tab-font17 {
    font-size: 17px !important;
  }
  .u-tab-font18 {
    font-size: 18px !important;
  }
  .u-tab-font19 {
    font-size: 19px !important;
  }
  .u-tab-font20 {
    font-size: 20px !important;
  }
  .u-tab-font21 {
    font-size: 21px !important;
  }
  .u-tab-font22 {
    font-size: 22px !important;
  }
  .u-tab-font23 {
    font-size: 23px !important;
  }
  .u-tab-font24 {
    font-size: 24px !important;
  }
  .u-tab-font25 {
    font-size: 25px !important;
  }
  .u-tab-font26 {
    font-size: 26px !important;
  }
  .u-tab-font27 {
    font-size: 27px !important;
  }
  .u-tab-font28 {
    font-size: 28px !important;
  }
  .u-tab-font29 {
    font-size: 29px !important;
  }
  .u-tab-font30 {
    font-size: 30px !important;
  }
  .u-tab-font31 {
    font-size: 31px !important;
  }
  .u-tab-font32 {
    font-size: 32px !important;
  }
  .u-tab-font33 {
    font-size: 33px !important;
  }
  .u-tab-font34 {
    font-size: 34px !important;
  }
  .u-tab-font35 {
    font-size: 35px !important;
  }
  .u-tab-font36 {
    font-size: 36px !important;
  }
  .u-tab-font37 {
    font-size: 37px !important;
  }
  .u-tab-font38 {
    font-size: 38px !important;
  }
  .u-tab-font39 {
    font-size: 39px !important;
  }
  .u-tab-font40 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-font0 {
    font-size: 0px !important;
  }
  .u-sp-font1 {
    font-size: 1px !important;
  }
  .u-sp-font2 {
    font-size: 2px !important;
  }
  .u-sp-font3 {
    font-size: 3px !important;
  }
  .u-sp-font4 {
    font-size: 4px !important;
  }
  .u-sp-font5 {
    font-size: 5px !important;
  }
  .u-sp-font6 {
    font-size: 6px !important;
  }
  .u-sp-font7 {
    font-size: 7px !important;
  }
  .u-sp-font8 {
    font-size: 8px !important;
  }
  .u-sp-font9 {
    font-size: 9px !important;
  }
  .u-sp-font10 {
    font-size: 10px !important;
  }
  .u-sp-font11 {
    font-size: 11px !important;
  }
  .u-sp-font12 {
    font-size: 12px !important;
  }
  .u-sp-font13 {
    font-size: 13px !important;
  }
  .u-sp-font14 {
    font-size: 14px !important;
  }
  .u-sp-font15 {
    font-size: 15px !important;
  }
  .u-sp-font16 {
    font-size: 16px !important;
  }
  .u-sp-font17 {
    font-size: 17px !important;
  }
  .u-sp-font18 {
    font-size: 18px !important;
  }
  .u-sp-font19 {
    font-size: 19px !important;
  }
  .u-sp-font20 {
    font-size: 20px !important;
  }
  .u-sp-font21 {
    font-size: 21px !important;
  }
  .u-sp-font22 {
    font-size: 22px !important;
  }
  .u-sp-font23 {
    font-size: 23px !important;
  }
  .u-sp-font24 {
    font-size: 24px !important;
  }
  .u-sp-font25 {
    font-size: 25px !important;
  }
  .u-sp-font26 {
    font-size: 26px !important;
  }
  .u-sp-font27 {
    font-size: 27px !important;
  }
  .u-sp-font28 {
    font-size: 28px !important;
  }
  .u-sp-font29 {
    font-size: 29px !important;
  }
  .u-sp-font30 {
    font-size: 30px !important;
  }
  .u-sp-font31 {
    font-size: 31px !important;
  }
  .u-sp-font32 {
    font-size: 32px !important;
  }
  .u-sp-font33 {
    font-size: 33px !important;
  }
  .u-sp-font34 {
    font-size: 34px !important;
  }
  .u-sp-font35 {
    font-size: 35px !important;
  }
  .u-sp-font36 {
    font-size: 36px !important;
  }
  .u-sp-font37 {
    font-size: 37px !important;
  }
  .u-sp-font38 {
    font-size: 38px !important;
  }
  .u-sp-font39 {
    font-size: 39px !important;
  }
  .u-sp-font40 {
    font-size: 40px !important;
  }
}
.u-fontMain {
  color: var(--color-accent);
}

.u-fontWhite {
  color: #fff;
}

.u-fontRed {
  color: #E36B38;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 750px) {
  .u-textright-sp {
    text-align: right !important;
  }
}

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

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

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

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

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

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

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

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

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

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

/* サブページ
------------------------------------*/
.p-top-kv {
  background-color: #333;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.p-top-kv .p-top-kv__inner {
  display: block;
  height: 450px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-kv .p-top-kv__inner {
    height: 300px;
  }
}
@media screen and (max-width: 750px) {
  .p-top-kv .p-top-kv__inner {
    height: auto;
  }
}
.p-top-kv .p-top-kv__inner img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-kv .p-top-kv__bottom {
  padding: 16px 24px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-kv .p-top-kv__bottom {
    padding: 16px;
  }
}
.p-top-kv .p-top-kv__declare {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 16px;
  margin: 0 auto;
  max-width: 960px;
}
.p-top-kv .p-top-kv__declare.is-finished {
  opacity: 0.1;
}
.p-top-kv .p-top-kv__declare dt {
  align-items: center;
  border-radius: 50px;
  border: solid 1px #fff;
  display: grid;
  justify-content: center;
  padding: 4px;
  min-width: 88px;
}
.p-top-kv .p-top-kv__declare dd {
  line-height: 125%;
}
.p-top-kv .p-top-kv__message {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  justify-content: center;
  line-height: 150%;
  padding: 24px;
  position: absolute;
  inset: 0;
  text-align: center;
  z-index: 2;
}
.p-top-kv .p-top-kv__message a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.p-top-kv .p-top-kv__message a:hover {
  text-decoration: none;
}

.p-top-list {
  display: grid;
  gap: 80px 64px;
  padding: 0 32px;
}
@media screen and (max-width: 365px) {
  .p-top-list {
    padding: 0 24px;
  }
}

.p-top-items {
  align-items: start;
  display: grid;
  gap: 40px;
  grid-template-columns: auto auto;
}
@media screen and (max-width: 750px) {
  .p-top-items {
    gap: 24px;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    margin: 0 auto;
    max-width: 500px;
  }
}
.p-top-items .p-top-items__image {
  border: solid 1px #ddd;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  width: 550px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-items .p-top-items__image {
    width: 400px;
  }
}
@media screen and (max-width: 750px) {
  .p-top-items .p-top-items__image {
    width: 100%;
  }
}
.p-top-items .p-top-items__image img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.p-top-items .p-top-items__detail {
  display: grid;
}
.p-top-items .p-top-items__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 145%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-items .p-top-items__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 365px) {
  .p-top-items .p-top-items__title {
    font-size: 18px;
  }
}
.p-top-items .p-top-items__price {
  font-size: 24px;
  line-height: 145%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-items .p-top-items__price {
    font-size: 20px;
  }
}
.p-top-items .p-top-items__price i {
  display: inline-block;
  font-style: normal;
  font-size: 16px;
  margin: 0 0 4px;
}
.p-top-items .p-top-items__text {
  margin: 24px 0 0;
}
@media screen and (max-width: 750px) {
  .p-top-items .p-top-items__text {
    font-size: 14px;
    margin: 16px 0 0;
  }
}

.p-top-exhibition {
  display: flex;
  gap: 64px 24px;
  padding: 64px 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-top-exhibition {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-top-exhibition::before {
  background: url("images/bg01@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  z-index: -1;
}
.p-top-exhibition .p-top-exhibition__contents {
  display: grid;
  gap: 24px;
}
.p-top-exhibition .p-top-exhibition__flyer {
  min-width: 290px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-exhibition .p-top-exhibition__flyer {
    min-width: 240px;
  }
}
.p-top-exhibition .p-top-exhibition__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 145%;
}
.p-top-exhibition .p-top-exhibition__term {
  font-size: 18px;
  font-weight: 700;
  line-height: 145%;
}
.p-top-exhibition .p-top-exhibition__buttons {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
}
@media screen and (max-width: 750px) {
  .p-top-exhibition .p-top-exhibition__buttons {
    align-items: center;
  }
}

.p-top-introduction {
  align-items: center;
  display: flex;
  gap: 40px 72px;
  line-height: 145%;
}
@media screen and (max-width: 750px) {
  .p-top-introduction {
    flex-direction: column;
  }
}
.p-top-introduction.is-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .p-top-introduction.is-reverse {
    flex-direction: column;
  }
}
.p-top-introduction .p-top-introduction__contents {
  display: grid;
  gap: 24px;
}
.p-top-introduction .p-top-introduction__title {
  font-size: 24px;
  line-height: 145%;
}
.p-top-introduction .p-top-introduction__image {
  display: block;
}
.p-top-introduction .p-top-introduction__image img {
  min-width: 250px;
}
.p-top-introduction .p-top-introduction__image figcaption {
  font-size: 12px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */