@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

/* base style
------------------------------------------ */
:root {
  --hd: 1920;
}

:root {
  --xxl: 1536;
}

:root {
  --xl: 1280;
}

:root {
  --lg: 1080;
}

:root {
  --pc: 960;
}

:root {
  --md: 768;
}

:root {
  --sm: 640;
}

:root {
  --xs: 375;
}

html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 120%;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 80%;
  }
}
@media (min-width: 960px) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 1080px) {
  html {
    font-size: 100%;
  }
}
html:focus-within {
  scroll-behavior: auto;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.5;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

video {
  display: block;
  width: 100%;
  height: auto;
  border: none;
}

svg {
  display: block;
  width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
}

/* オープニング
====================================================*/
.opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: grid;
  place-items: center;
  background: #4d2019;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.opening__body {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.opening__copy {
  width: 66.6666666667vw;
  max-width: 20.5rem;
}

.opening__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 350% 100%;
  background-image: linear-gradient(148deg, rgba(77, 32, 25, 0) 20%, rgba(77, 32, 25, 0.2) 30%, rgba(77, 32, 25, 0.4) 40%, rgba(77, 32, 25, 0.6) 50%, rgba(77, 32, 25, 0.8) 60%, #4d2019 70%);
  pointer-events: none;
}

/* ヘッダー
====================================================*/
.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
}
@media (min-width: 960px) {
  .header {
    position: fixed;
    top: 2rem;
    right: 0;
    width: 96%;
    max-width: 75.9375rem;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff;
    -webkit-transition-duration: opacity, visibility;
            transition-duration: opacity, visibility;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
}
@media (min-width: 768px) {
  .header.is-hide {
    opacity: 0;
    visibility: hidden;
  }
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 2.875rem;
}
@media (min-width: 960px) {
  .header__container {
    height: 4rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.25rem;
    padding-left: 2.8125rem;
    padding-right: 1.875rem;
  }
}

.header__logo {
  width: 9.75rem;
}
@media (min-width: 960px) {
  .header__logo {
    width: 18.4362139918%;
    max-width: 14rem;
  }
}

.header__button {
  position: absolute;
  display: block;
  padding: 0;
  top: 50%;
  right: 1.25rem;
  width: 1.625rem;
  height: 8px;
  min-height: unset;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 960px) {
  .header__button {
    display: none;
  }
}
.header__button span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.5rem;
  height: 1px;
  background: #4d2019;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.header__button span:nth-child(2) {
  top: calc(100% - 1px);
}
.header__button[aria-expanded=true] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__button[aria-expanded=true] span {
  top: 50%;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.header__button[aria-expanded=true] span:nth-child(2) {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

/* グローバルナビ
====================================================*/
.nav {
  position: fixed;
  top: 2.875rem;
  left: 0;
  z-index: 1100;
  width: 100%;
  height: calc(100% - 2.875rem);
  color: #fff;
  background: #4d2019;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media (min-width: 960px) {
  .nav {
    position: static;
    height: auto;
    width: auto;
    margin-left: auto;
    color: #4d2019;
    background: none;
    overflow: unset;
  }
}
.nav[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
}
.nav a {
  color: #fff;
}
@media (min-width: 960px) {
  .nav a {
    color: #4d2019;
  }
}

.nav__container {
  padding: 3.75rem 3.125rem;
}
@media (min-width: 960px) {
  .nav__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    padding: 0;
  }
}

.nav__list {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 960px) {
  .nav__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
    max-width: 43.75rem;
  }
}

.nav__item {
  position: relative;
}
.nav__item::after {
  content: "";
  position: absolute;
  top: calc(100% + 0.1875rem);
  left: 50%;
  display: block;
  width: calc(100% + 1rem);
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #4d2019;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.nav__item.is-current::after {
  opacity: 1;
}

.nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  font-family: Keyaki Mincho Oldstyle B AP;
  font-size: 1rem;
}
@media (min-width: 960px) {
  .nav__link {
    position: relative;
    font-size: 0.75rem;
  }
}

.nav__icon {
  display: grid;
  place-items: center;
  min-width: 4.5rem;
  min-height: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.5rem;
  line-height: 1;
  color: #4d2019;
  background: #fbf7ee;
  border-radius: 100vmax;
}
@media (min-width: 960px) {
  .nav__icon {
    position: absolute;
    bottom: 100%;
    left: 50%;
    font-size: 0;
    min-width: unset;
    width: 4rem;
    height: 2.0625rem;
    background: center/contain no-repeat url("../images/header_sale_icon.png");
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.navLanguage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4.375rem;
}
@media (min-width: 960px) {
  .navLanguage {
    margin-top: 0;
  }
}

.navLanguage__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Keyaki Mincho Oldstyle B AP;
  font-size: 1rem;
}
@media (min-width: 960px) {
  .navLanguage__item {
    position: relative;
    font-size: 0.75rem;
  }
}
.navLanguage__item:first-child::after {
  content: "｜";
  padding: 0.25em;
  color: #fff;
}
@media (min-width: 960px) {
  .navLanguage__item:first-child::after {
    color: #4d2019;
  }
}
.navLanguage__item span {
  opacity: 0.3;
}

.fix-button {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 100;
  width: 2.5rem;
  background: #4d2019;
  border-radius: 10px 0 0 10px;
}
.fix-button a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .fix-button a:hover, .fix-button a:focus-visible {
    opacity: 0.6;
  }
}
.fix-button a:active {
  opacity: 0.6;
}
@media (min-width: 768px) {
  .fix-button {
    position: sticky;
    top: auto;
    left: 0;
    bottom: 0;
    width: 12.75rem;
    margin-top: -4.9375rem;
    margin-right: 80px;
    margin-left: auto;
    -webkit-transform: unset;
            transform: unset;
    border-radius: 10px 10px 0 0;
  }
}

/* ページ共通
====================================================*/
#page.page:not(:has(> [role=shadow])) {
  padding-top: 0;
}

.content {
  position: relative;
  font-family: Keyaki Mincho Oldstyle R AP;
  color: #4d2019;
}

.section-title {
  display: grid;
  gap: 1.875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .section-title {
    gap: 2.25rem;
    text-align: left;
  }
}
.section-title::after {
  justify-self: center;
  content: "";
  width: 2.5rem;
  height: 1px;
  background: #4d2019;
}
@media (min-width: 768px) {
  .section-title::after {
    justify-self: start;
  }
}

.section-title__label {
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.6;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 15.9375rem;
  min-height: 3.5rem;
  padding-right: 1.5rem;
  padding-left: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  background: #4d2019;
  border-radius: 100vmax;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.button::after {
  content: "";
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  background: center/contain no-repeat url("../images/arrow_right.svg");
}
@media (hover: hover) and (pointer: fine) {
  .button:hover, .button:focus-visible {
    opacity: 0.6;
  }
}
.button:active {
  opacity: 0.6;
}

.coming-button {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 15.9375rem;
  min-height: 3.5rem;
  font-family: Keyaki Mincho Oldstyle R AP;
  font-size: 1rem;
  text-align: center;
  line-height: 112.5%;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 100vmax;
}

.js-mask-text {
  -webkit-mask-image: url("../images/mask.png");
          mask-image: url("../images/mask.png");
  -webkit-mask-size: 100% 4800%;
          mask-size: 100% 4800%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
.js-mask-text.is-animate {
  -webkit-animation: mask-play 1.6s steps(47) forwards;
          animation: mask-play 1.6s steps(47) forwards;
}

@-webkit-keyframes mask-play {
  0% {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
  100% {
    -webkit-mask-position: 0 100%;
            mask-position: 0 100%;
  }
}

@keyframes mask-play {
  0% {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
  100% {
    -webkit-mask-position: 0 100%;
            mask-position: 0 100%;
  }
}
/* サイド固定テキスト
====================================================*/
.fixText {
  pointer-events: none;
}

.fixText__item {
  display: none;
}
@media (min-width: 768px) {
  .fixText__item {
    position: fixed;
    top: 50%;
    left: 1.5rem;
    z-index: 2;
    pointer-events: none;
    display: block;
    letter-spacing: 0.02em;
    font-size: 0.75rem;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}
.fixText__item:nth-child(2) {
  left: auto;
  right: 1.5rem;
  -webkit-transform: translate(50%, -50%) rotate(-90deg);
          transform: translate(50%, -50%) rotate(-90deg);
}

/* ページ上部
====================================================*/
.top {
  background: top left/300px 300px url("../images/bg.png");
}

.top__container {
  max-width: 64.6875rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .top__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.top__body {
  padding: 3.75rem 0 4.375rem;
}
@media (min-width: 768px) {
  .top__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 3.75rem 1.875rem 1.875rem;
  }
}

.top__lead {
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.top__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.75rem;
}
@media (min-width: 768px) {
  .top__img {
    margin-top: 3.4375rem;
  }
}
.top__img img {
  max-width: 12.625rem;
}
@media (min-width: 768px) {
  .top__img img {
    max-width: 17.625rem;
  }
}

.top__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.8125rem;
}
.top__text img {
  width: calc(100% - 7.5rem);
  max-width: 20.5rem;
}
@media (min-width: 768px) {
  .top__text img {
    width: 18.5rem;
  }
}

@media (min-width: 768px) {
  .top__sliderArea {
    width: 55.2657004831%;
  }
}

.topSwiper__slide {
  overflow: hidden;
}
@media (min-width: 768px) {
  .topSwiper__slide img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.topSwiper__slide.swiper-slide-active img {
  display: block;
  -webkit-animation: zoomImage 10.2s linear both;
          animation: zoomImage 10.2s linear both;
}

@-webkit-keyframes zoomImage {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.15, 1.15);
            transform: scale(1.15, 1.15);
  }
}

@keyframes zoomImage {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.15, 1.15);
            transform: scale(1.15, 1.15);
  }
}
/* ページ上部
====================================================*/
.intro {
  padding-top: 9.0625rem;
  padding-bottom: 9.375rem;
  background: #f3ecda;
}
@media (min-width: 768px) {
  .intro {
    padding-top: 12.0625rem;
    padding-bottom: 7.3125rem;
  }
}

.intro__container {
  width: calc(100% - 3.5rem);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .intro__container {
    width: 94%;
    max-width: 64.6875rem;
  }
}

.intro__text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 1.25rem;
  line-height: 2.1;
  letter-spacing: 0.1em;
  text-align: center;
}

.intro__body {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .intro__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12.125rem;
  }
}

@media (min-width: 768px) {
  .intro__img {
    width: 49.8550724638%;
  }
}

.intro__textArea {
  margin-top: 5rem;
  font-size: 1rem;
  line-height: 2.25;
}
@media (min-width: 768px) {
  .intro__textArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    padding: 0 1.875rem;
  }
}
.intro__textArea p + p {
  margin-top: 1em;
}

/* 手帳
====================================================*/
.use {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #fff;
  background: #4d2019;
  overflow: hidden;
}
@media (min-width: 768px) {
  .use {
    padding-top: 7.5rem;
    padding-bottom: 8.375rem;
  }
}

.use__container {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .use__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.4375rem;
    width: min(96%, (100% - 60rem) / 2 + 60rem);
    margin-left: auto;
  }
}

.use__textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.use__textArea .inner {
  display: grid;
  gap: 2.5rem;
}
.use__textArea p {
  font-size: 1rem;
  line-height: 2;
}
.use__textArea p + p {
  margin-top: 1.5em;
}

.use__headline {
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1;
}

.useTecho {
  position: relative;
}

.useTecho__items {
  position: absolute;
  top: 5.1282051282%;
  left: 10.2564102564%;
  width: 84.6153846154%;
}
@media (min-width: 768px) {
  .useTecho__items {
    top: 0.3759398496%;
    left: 3.7593984962%;
    width: 53.634085213%;
  }
}

.useTecho__item-right {
  display: none;
}
@media (min-width: 768px) {
  .useTecho__item-right {
    position: absolute;
    top: 8.7719298246%;
    right: 0;
    display: block;
    width: 43.984962406%;
  }
}

.js-use-item {
  opacity: 0;
  pointer-events: none;
}

.useFixText__item {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: auto;
  height: 4.5625rem;
  width: 150%;
  aspect-ratio: 1023/73;
  opacity: 0.1;
  background-position: center left;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-image: url("../images/about_bg_text.svg");
}
@media (min-width: 768px) {
  .useFixText__item {
    height: 8.25rem;
  }
}
.useFixText__item:nth-child(1) {
  top: 0.4375rem;
  left: -11.3125rem;
}
@media (min-width: 768px) {
  .useFixText__item:nth-child(1) {
    top: 0;
    left: -5.625rem;
  }
}
.useFixText__item:nth-child(2) {
  bottom: 0;
  right: -10.8125rem;
}
@media (min-width: 768px) {
  .useFixText__item:nth-child(2) {
    bottom: 0.75rem;
    left: -5.625rem;
    right: auto;
  }
}

/* 5年後にできあがる、世界に1冊の「LIFEのBOOK」。
====================================================*/
.future {
  background: #f3ecda;
  overflow: hidden;
}

.future__container {
  position: relative;
  z-index: 1;
  padding-top: 7.5rem;
  padding-bottom: 15.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .future__container {
    padding-top: 18.25rem;
    padding-bottom: 18.25rem;
  }
}
.future__container::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 15.5625rem;
  height: 13.25rem;
  background: right bottom/contain no-repeat url("../images/future_img_sp.jpg");
  pointer-events: none;
}
@media (min-width: 768px) {
  .future__container::after {
    right: auto;
    left: auto;
    margin: 0;
    width: 90rem;
    height: 20.875rem;
    background-image: url("../images/future_img_pc.jpg");
    -webkit-transform: translateX(85px);
            transform: translateX(85px);
  }
}

.future__text {
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .future__text {
    letter-spacing: 0.05em;
  }
}

.futureSwiper__slide {
  width: 172px;
}
@media (min-width: 768px) {
  .futureSwiper__slide {
    width: 297px;
  }
}

/* 5年間ずっと「気持ちよく」使える工夫
====================================================*/
.ingenuity {
  padding-top: 4.1875rem;
  padding-bottom: 10rem;
  background: top left/300px 300px url("../images/bg.png");
  overflow: hidden;
}
@media (min-width: 768px) {
  .ingenuity {
    padding-top: 6.25rem;
    padding-bottom: 7.75rem;
  }
}

.ingenuity__head {
  display: grid;
  gap: 2.5rem;
  padding: 0 1.75rem;
}
@media (min-width: 768px) {
  .ingenuity__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.5rem;
    width: 94%;
    max-width: 957px;
    margin: 0 auto;
  }
}

.ingenuity__text {
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .ingenuity__text {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

.ingenuity__body {
  margin-top: 4.5625rem;
  padding: 0 2.75rem;
  position: relative;
}
@media (min-width: 768px) {
  .ingenuity__body {
    margin-top: 6.25rem;
    padding: 0;
  }
}

.ingenuitySwiper {
  overflow: visible;
  position: static;
  --swiper-pagination-bottom: -4.0625rem;
  --swiper-pagination-bullet-horizontal-gap: 0.75rem;
  --swiper-pagination-bullet-size: 0.625rem;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-color: #fff;
  --swiper-navigation-sides-offset: 0;
}
@media (min-width: 768px) {
  .ingenuitySwiper {
    width: 94%;
    max-width: 957px;
    margin: 0 auto;
  }
}
.ingenuitySwiper .swiper-pagination {
  display: none;
}
@media (min-width: 768px) {
  .ingenuitySwiper .swiper-pagination {
    display: block;
  }
}
.ingenuitySwiper .swiper-button-prev,
.ingenuitySwiper .swiper-button-next {
  display: none;
}
@media (min-width: 768px) {
  .ingenuitySwiper .swiper-button-prev,
  .ingenuitySwiper .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
    width: 2.75rem;
    height: 6.25rem;
    margin-top: -3.125rem;
    background: rgba(77, 32, 25, 0.8);
  }
}
.ingenuitySwiper .swiper-button-prev::after,
.ingenuitySwiper .swiper-button-next::after {
  content: "";
  width: 0.625rem;
  height: 1.125rem;
}
.ingenuitySwiper .swiper-button-prev {
  border-radius: 0 10px 10px 0;
}
.ingenuitySwiper .swiper-button-prev::after {
  background: center/contain no-repeat url("../images/icon_arrow_left.svg");
}
.ingenuitySwiper .swiper-button-next {
  border-radius: 10px 0 0 10px;
}
.ingenuitySwiper .swiper-button-next::after {
  background: center/contain no-repeat url("../images/icon_arrow_right.svg");
}

.ingenuitySwiper__wapper {
  display: grid;
  row-gap: 3.5625rem;
}
@media (min-width: 768px) {
  .ingenuitySwiper__wapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.ingenuityCard {
  position: relative;
}

.ingenuityCard__num {
  position: absolute;
  top: -2.0625rem;
  left: 0.5rem;
  font-family: A1 Mincho B JIS2004 AP;
  font-size: 5.75rem;
  line-height: 1;
}

.ingenuityCard__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.4;
  min-height: 3.25rem;
}

.ingenuityCard__text {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.6;
}

/* サイズと基本仕様
====================================================*/
.specification {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: bottom right/cover no-repeat url("../images/specification_bg_sp.jpg");
  overflow: hidden;
}
@media (min-width: 768px) {
  .specification {
    padding-top: 7.8125rem;
    padding-bottom: 8.75rem;
    background-image: url("../images/specification_bg_pc.jpg");
  }
}

.specification__container {
  width: calc(100% - 3.375rem);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .specification__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 94%;
    max-width: 960px;
  }
}

@media (min-width: 768px) {
  .specification__head::after {
    content: "";
    display: block;
    width: 40.4375rem;
    height: 42.0625rem;
    margin-top: 8.625rem;
    margin-left: -20.875rem;
    background: top left/contain no-repeat url("../images/specification_img03.webp");
    -webkit-filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
  }
}

.specification__body {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .specification__body {
    max-width: 632px;
    margin-top: 2.375rem;
  }
}

.specificationItem__wrap {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .specificationItem__wrap {
    gap: 1.5rem;
  }
}

.specificationItem {
  font-family: "Noto Sans JP", sans-serif;
  display: grid;
  justify-items: center;
}
.specificationItem .coming-button {
  display: none;
}
@media (min-width: 768px) {
  .specificationItem .coming-button {
    display: grid;
  }
}

.specificationItem__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.75rem;
  font-family: Keyaki Mincho Oldstyle R AP;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
}

.specificationItem__size {
  margin-top: 1.25rem;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .specificationItem__size {
    margin-top: 0.5rem;
  }
}

.specificationItem__sale {
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .specificationItem__sale {
    margin-top: 0.5rem;
  }
}

.specificationItem__img {
  margin-top: 2.5rem;
}

.specificationItemInfo {
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .specificationItemInfo {
    margin: 2.5rem auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    max-width: 240px;
  }
}
.specificationItemInfo .box {
  display: grid;
  justify-items: center;
  min-height: 10.25rem;
  padding-top: 2rem;
  padding-bottom: 1.375rem;
  text-align: center;
}
.specificationItemInfo .box dt {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.6;
}
.specificationItemInfo .box dd {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
}
.specificationItemInfo .icon {
  width: 3.125rem;
}

.specificationCard {
  margin: 2.5rem auto 0;
  padding: 0.75rem 1rem;
  width: 100%;
  max-width: 204px;
  background: #fff;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .specificationCard {
    max-width: 264px;
    padding: 18px 20px;
    border-radius: 20px;
  }
}
.specificationCard .techo-items {
  width: 100%;
  margin: 0;
}
.specificationCard .techo-items > li {
  margin: 0;
  padding: 0;
  width: 100%;
}

.specificationItem .button {
  margin-top: 2.1875rem;
  height: 3rem;
}
@media (min-width: 768px) {
  .specificationItem .button {
    margin-top: 2.5rem;
    height: 3.5rem;
  }
}

.specification__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .specification__bottom {
    margin-top: 5rem;
  }
}

/* 使い方
====================================================*/
.usage {
  padding-top: 5rem;
  padding-bottom: 8.75rem;
  background: top left/300px 300px url("../images/bg.png");
  overflow: hidden;
}
@media (min-width: 768px) {
  .usage {
    padding-top: 7.5rem;
    padding-bottom: 11.25rem;
  }
}

.usage__container {
  width: calc(100% - 3.5rem);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .usage__container {
    width: 94%;
    max-width: 960px;
  }
}

.usage__lead {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .usage__lead {
    display: none;
  }
}

.usage__body {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .usage__body {
    margin-top: 0;
  }
}

.usageNav {
  display: none;
}
@media (min-width: 768px) {
  .usageNav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    width: 37.5rem;
    margin: 0 auto;
  }
}

.usage__trigger {
  display: grid;
  place-items: center;
  height: 2.75rem;
  font-size: 1.25rem;
  opacity: 0.6;
}
.usage__trigger.is-active {
  position: relative;
  opacity: 1;
}
.usage__trigger.is-active::after {
  content: "";
  position: absolute;
  top: calc(100% + 0.375rem);
  left: 0.75rem;
  display: block;
  width: calc(100% - 1.5rem);
  height: 1px;
  background: #4d2019;
}
.usage__trigger img {
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.usage__tabContent {
  display: grid;
  gap: 5rem;
}
@media (min-width: 768px) {
  .usage__tabContent {
    display: block;
    padding-top: 5rem;
  }
}

.usageTabItem {
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  .usageTabItem {
    display: none;
  }
}
@media (min-width: 768px) {
  .usageTabItem.is-show {
    display: block;
  }
}

.usageTabItem__label {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 15.3125rem;
  height: 3.375rem;
  font-size: 1.25rem;
  border: 1px solid #4d2019;
  border-radius: 100vmax;
}
@media (min-width: 768px) {
  .usageTabItem__label {
    display: none;
  }
}

.usageTabItem__body {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .usageTabItem__body {
    position: relative;
    margin-top: 0;
  }
}

.usageTabItem__trigger {
  position: relative;
}
@media (min-width: 768px) {
  .usageTabItem__trigger {
    pointer-events: none;
  }
}
.usageTabItem__trigger::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.25rem;
  aspect-ratio: 1;
  background: center/contain no-repeat url("../images/zoom_button.svg");
}
@media (min-width: 768px) {
  .usageTabItem__trigger::after {
    display: none;
    top: -1.25rem;
    right: -1.25rem;
    bottom: auto;
    width: 3.75rem;
  }
}
.usageTabItem__trigger img {
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
@media (min-width: 768px) {
  .usageTabItem__trigger img {
    -webkit-filter: drop-shadow(4px 4px 16px rgba(112, 81, 66, 0.12));
            filter: drop-shadow(4px 4px 16px rgba(112, 81, 66, 0.12));
  }
}

.usageTabItem__textArea {
  margin-top: 2.5rem;
  padding: 2rem 2rem 2.875rem;
  font-size: 1rem;
  line-height: 2;
  background: #fff;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .usageTabItem__textArea {
    position: absolute;
    bottom: -0.625rem;
    right: 0;
    width: 50%;
    max-width: 27.8125rem;
  }
}
.usageTabItem__textArea p + p {
  margin-top: 1em;
}

.usage__bottom {
  margin-top: 8.125rem;
}
@media (min-width: 768px) {
  .usage__bottom {
    margin-top: 9.0625rem;
  }
}

.usage__bottomContainer {
  position: relative;
  margin: 0 auto;
  padding: 0 1.875rem;
}
@media (min-width: 768px) {
  .usage__bottomContainer {
    padding: 0;
  }
}

.usage__bottomLabel {
  position: absolute;
  top: -5.375rem;
  left: 1.125rem;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 768px) {
  .usage__bottomLabel {
    top: -4.5rem;
    left: 0;
    right: 0;
    width: 94%;
    max-width: 1010px;
    margin: 0 auto;
  }
}
.usage__bottomLabel .inner {
  display: grid;
  place-items: center;
  width: 6.875rem;
  aspect-ratio: 1;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.5em;
  color: #fff;
  text-align: center;
  background: #4d2019;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .usage__bottomLabel .inner {
    width: 9rem;
    -webkit-transform: translateX(-5.625rem);
            transform: translateX(-5.625rem);
  }
}

.usageSwiper {
  position: static;
  overflow: visible;
  --swiper-pagination-bottom: -3.125rem;
  --swiper-pagination-bullet-horizontal-gap: 0.75rem;
  --swiper-pagination-bullet-size: 0.625rem;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-color: #fff;
  --swiper-navigation-sides-offset: 0;
}
@media (min-width: 768px) {
  .usageSwiper {
    --swiper-pagination-bottom: -4.0625rem;
  }
}
@media (min-width: 768px) {
  .usageSwiper {
    width: 94%;
    max-width: 1010px;
    margin: 0 auto;
  }
}
.usageSwiper .swiper-button-prev,
.usageSwiper .swiper-button-next {
  display: none;
}
@media (min-width: 768px) {
  .usageSwiper .swiper-button-prev,
  .usageSwiper .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
    width: 2.75rem;
    height: 6.25rem;
    margin-top: -3.125rem;
    background: rgba(77, 32, 25, 0.8);
  }
}
.usageSwiper .swiper-button-prev::after,
.usageSwiper .swiper-button-next::after {
  content: "";
  width: 0.625rem;
  height: 1.125rem;
}
.usageSwiper .swiper-button-prev {
  border-radius: 0 10px 10px 0;
}
.usageSwiper .swiper-button-prev::after {
  background: center/contain no-repeat url("../images/icon_arrow_left.svg");
}
.usageSwiper .swiper-button-next {
  border-radius: 10px 0 0 10px;
}
.usageSwiper .swiper-button-next::after {
  background: center/contain no-repeat url("../images/icon_arrow_right.svg");
}

.usageSwiperSlide {
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .usageSwiperSlide {
    padding-right: 0;
  }
}

.usageSwiperSlide__trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1;
  background: #000;
  overflow: hidden;
}
.usageSwiperSlide__trigger::after {
  content: "";
  position: absolute;
  right: 0.875rem;
  bottom: 3rem;
  width: 1.375rem;
  aspect-ratio: 1;
  background: center/contain no-repeat url("../images/icon_plus.svg");
}
.usageSwiperSlide__trigger picture {
  width: 100%;
}
.usageSwiperSlide__trigger img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .usageSwiperSlide__trigger:hover img, .usageSwiperSlide__trigger:focus-visible img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.usageSwiperSlide__trigger:active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.usageSwiperSlide__text {
  margin-top: 1.125rem;
  font-size: 1rem;
  line-height: 2;
}

.usageModal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  inset: 0;
  z-index: 2000;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.usageModal.is-open {
  visibility: visible;
  opacity: 1;
}

.usageModal__layer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 3.75rem;
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .usageModal__layer {
    padding: 0;
  }
}

.usageModal__content {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .usageModal__content {
    max-width: 915px;
    width: 90%;
  }
}
.usageModal__content img {
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
@media (min-width: 768px) {
  .usageModal__content img {
    -webkit-filter: drop-shadow(4px 4px 16px rgba(112, 81, 66, 0.12));
            filter: drop-shadow(4px 4px 16px rgba(112, 81, 66, 0.12));
  }
}

.usageModal__pc {
  display: none;
}
@media (min-width: 768px) {
  .usageModal__pc {
    display: block;
  }
}

.usageModal__sp {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .usageModal__sp {
    display: none;
  }
}

.usageModalSwiper {
  overflow: inherit;
  --swiper-pagination-bottom: -1.25rem;
  --swiper-pagination-bullet-horizontal-gap: 0.75rem;
  --swiper-pagination-bullet-size: 0.625rem;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-color: #fff;
}

.usageModal__close {
  position: absolute;
  right: -2.5rem;
  bottom: 100%;
  display: block;
  width: 2.25rem;
  aspect-ratio: 1;
  padding: 0;
  background: center/contain no-repeat url("../images/modal_close_button.svg");
  border: none;
}

/* ほぼ日５年手帳をもっと知るコンテンツ
====================================================*/
.more {
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #fff;
  background: top center/cover no-repeat url("../images/more_bg_sp.jpg");
}
@media (min-width: 768px) {
  .more {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    background-image: url("../images/more_bg_pc.jpg");
  }
}
@media (min-width: 768px) {
  .more .section-title br {
    display: none;
  }
}
.more .section-title::after {
  background: #fff;
}

.more__container {
  width: calc(100% - 3.375rem);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .more__container {
    width: 94%;
    max-width: 965px;
  }
}

.more__head {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .more__head {
    grid-template-columns: auto 1fr;
    gap: 5rem;
    max-width: 956px;
    margin: 0 auto;
  }
}

.more__lead {
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .more__lead {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

.more__body {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .more__body {
    margin-top: 5rem;
  }
}

.moreVideo {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .moreVideo {
    max-width: 864px;
    margin: 0 auto;
  }
}
.moreVideo iframe {
  width: 100%;
  height: 100%;
}

.moreBannerArea {
  display: grid;
  grid-template-columns: repeat(auto-fill, 16.5625rem);
  place-content: center;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .moreBannerArea {
    margin-top: 5rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.875rem 0.75rem;
  }
}

.more__banner {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .more__banner:hover, .more__banner:focus-visible {
    opacity: 0.7;
  }
}
.more__banner:active {
  opacity: 0.7;
}

/* ５年手帳専用カバー
====================================================*/
.cover {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .cover {
    padding-top: 7.5rem;
  }
}

@media (min-width: 768px) {
  .cover__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cover__head .section-title::after {
    justify-self: center;
  }
}

.cover__img {
  margin-top: 2.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .cover__img {
    margin: 5rem auto 0;
    max-width: 960px;
  }
}

.cover__label {
  display: grid;
  place-items: center;
  position: absolute;
  top: -1.25rem;
  left: 1.625rem;
  padding: 0.75rem;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  min-height: 14.625rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  line-height: 1.85;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  background: #adf2ee;
}
@media (min-width: 768px) {
  .cover__label {
    top: -2.5rem;
    width: 9.75rem;
    font-size: 1.1875rem;
    height: 21.875rem;
  }
}

.cover__body {
  margin: 2.5rem auto 0;
  width: calc(100% - 4.0625rem);
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .cover__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.25rem;
    width: 94%;
    max-width: 960px;
    margin: 1.875rem auto 0;
  }
}

.cover_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .cover_button {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    display: block;
    width: 15.9375rem;
  }
}

.coverSwiper {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .coverSwiper {
    margin-top: 7.5rem;
  }
}
.coverSwiper .swiper-slide {
  width: 200px;
  -webkit-transform: rotateZ(0.001deg);
          transform: rotateZ(0.001deg);
}

/* 贈りもの
====================================================*/
.gift {
  padding-top: 5rem;
  background: #fbf7ee;
}
@media (min-width: 768px) {
  .gift {
    margin-top: 7.5rem;
    padding-top: 7.5rem;
  }
}

@media (min-width: 768px) {
  .gift__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gift__head .section-title::after {
    justify-self: center;
  }
}

.gift__img {
  margin-top: 2.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .gift__img {
    margin: 5rem auto 0;
    max-width: 960px;
  }
}

.gift__label {
  display: grid;
  place-items: center;
  position: absolute;
  top: -1.25rem;
  left: 1.625rem;
  padding: 0.75rem;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  min-height: 14.625rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  line-height: 1.85;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  background: #adf2ee;
}
@media (min-width: 768px) {
  .gift__label {
    top: -2.5rem;
    width: 9.75rem;
    font-size: 1.1875rem;
    height: 21.875rem;
  }
}

.gift__body {
  margin: 2.5rem auto 0;
  width: calc(100% - 4.0625rem);
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .gift__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.25rem;
    width: 94%;
    max-width: 960px;
    margin: 1.875rem auto 0;
  }
}

.gift_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .gift_button {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    display: block;
    width: 15.9375rem;
  }
}

/* スライダー */
.giftSliderArea {
  position: relative;
  z-index: 1;
  margin-top: 2.5rem;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .giftSliderArea {
    margin-top: 5rem;
  }
}
.giftSliderArea::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: calc(100% - 1.875rem);
  background: #4d2019;
}
@media (min-width: 768px) {
  .giftSliderArea::after {
    height: calc(100% - 3.125rem);
  }
}

.giftSliderArea__container {
  padding-left: 1.6875rem;
  padding-right: 3.9375rem;
}
@media (min-width: 768px) {
  .giftSliderArea__container {
    width: 94%;
    max-width: 854px;
    margin: 0 auto;
    padding: 0;
  }
}

.giftSwiper {
  overflow: unset;
}

.giftSwiperSlide:not(.swiper-slide-active) {
  pointer-events: none;
}
.giftSwiperSlide:not(.swiper-slide-active) .giftSwiperCard__img {
  opacity: 0.3;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
@media (min-width: 768px) {
  .giftSwiperSlide:not(.swiper-slide-active) .giftSwiperCard__img {
    -webkit-transform: scale(0.527);
            transform: scale(0.527);
  }
}
@media (min-width: 768px) {
  .giftSwiperSlide:not(.swiper-slide-active) .giftSwiperCard__body {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .giftSwiperSlide.swiper-slide-next .giftSwiperCard {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .giftSwiperSlide.swiper-slide-prev .giftSwiperCard__img {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}
@media (hover: hover) and (pointer: fine) {
  .giftSwiperSlide.swiper-slide-active .giftSwiperCard:hover .giftSwiperCard__img img, .giftSwiperSlide.swiper-slide-active .giftSwiperCard:focus-visible .giftSwiperCard__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.giftSwiperSlide.swiper-slide-active .giftSwiperCard:active .giftSwiperCard__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.giftSwiperCard {
  color: #fff;
}
@media (min-width: 768px) {
  .giftSwiperCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1.75rem;
  }
}

.giftSwiperCard__img {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
@media (min-width: 768px) {
  .giftSwiperCard__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 576px;
  }
}
.giftSwiperCard__img img {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.giftSwiperCard__body {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .giftSwiperCard__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}

.giftSwiperCard__headline {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
}

.giftSwiperCard__text {
  margin-top: 2.5rem;
  margin-top: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.6;
}

.giftSwiperCard__link {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.6;
}

.giftSwiper__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: -2rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .giftSwiper__buttons {
    gap: 0.5rem;
    margin: 1.875rem 0;
  }
}

.giftSwiperButton {
  width: 2.5rem;
}
.giftSwiperButton.swiper-button-disabled {
  opacity: 0.3;
}

.giftItem {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .giftItem {
    padding-top: 5rem;
    padding-bottom: 7.5rem;
  }
}

.giftItem__container {
  display: grid;
  gap: 2.5rem;
  width: calc(100% - 3.375rem);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .giftItem__container {
    width: 94%;
    max-width: 960px;
    gap: 10rem;
  }
}

.giftItemCard {
  position: relative;
}
@media (min-width: 768px) {
  .giftItemCard:nth-child(2) .giftItemCard__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.giftItemCard__inner {
  display: grid;
  gap: 2.5rem;
  color: #4d2019;
}
@media (min-width: 768px) {
  .giftItemCard__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}

@media (min-width: 768px) {
  .giftItemCard__img {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    max-width: 600px;
  }
}

.giftItemCard__body {
  position: relative;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .giftItemCard__body {
    position: static;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 304px;
    margin-top: 0;
    padding: 0;
  }
}

.giftItemCard__headline {
  display: grid;
  gap: 1.5rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
}
.giftItemCard__headline span {
  line-height: 1.6;
  font-size: 0.875rem;
}

.giftItemCard__text {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.giftItemCard__new {
  position: absolute;
  top: -3.125rem;
  right: 0;
  display: grid;
  place-items: center;
  width: 4.25rem;
  aspect-ratio: 1;
  font-size: 0.75rem;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background: #4d2019;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .giftItemCard__new {
    top: -1.125rem;
    right: -3.125rem;
    width: 6.5rem;
    font-size: 1.125rem;
  }
}

.giftItemCard__button {
  margin: 2.5rem auto 0;
}

/* いっしょに使える文具
====================================================*/
.lineup {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .lineup {
    padding-top: 7.5rem;
  }
}

@media (min-width: 768px) {
  .lineup__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lineup__head .section-title::after {
    justify-self: center;
  }
}

.lineup__img {
  margin-top: 2.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .lineup__img {
    margin: 5rem auto 0;
    max-width: 960px;
  }
}

.lineup__label {
  display: grid;
  place-items: center;
  position: absolute;
  top: -1.25rem;
  left: 1.625rem;
  padding: 0.75rem;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  min-height: 14.625rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  line-height: 1.85;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  background: #adf2ee;
}
@media (min-width: 768px) {
  .lineup__label {
    top: -2.5rem;
    width: 9.75rem;
    font-size: 1.1875rem;
    height: 21.875rem;
  }
}

.lineup__container {
  margin: 0 auto;
  width: calc(100% - 4.0625rem);
}
@media (min-width: 768px) {
  .lineup__container {
    width: 94%;
    max-width: 960px;
  }
}

.lineup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .lineup__body {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 3.75rem;
  }
}

.lineup_button {
  width: 15.9375rem;
}

.lineupStationery {
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .lineupStationery {
    margin-top: 2.5rem;
  }
}

.lineupList {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .lineupList {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.lineupList__head {
  padding-bottom: 5rem;
}
.lineupList__head .section-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .lineupList__head .section-title::after {
    justify-self: center;
  }
}

/* margin
------------------------------------------ */
.u-mt1 {
  margin-top: 0.0625rem !important;
}

.u-mt2 {
  margin-top: 0.125rem !important;
}

.u-mt3 {
  margin-top: 0.1875rem !important;
}

.u-mt4 {
  margin-top: 0.25rem !important;
}

.u-mt5 {
  margin-top: 0.3125rem !important;
}

.u-mt6 {
  margin-top: 0.375rem !important;
}

.u-mt7 {
  margin-top: 0.4375rem !important;
}

.u-mt8 {
  margin-top: 0.5rem !important;
}

.u-mt9 {
  margin-top: 0.5625rem !important;
}

.u-mt10 {
  margin-top: 0.625rem !important;
}

.u-mt11 {
  margin-top: 0.6875rem !important;
}

.u-mt12 {
  margin-top: 0.75rem !important;
}

.u-mt13 {
  margin-top: 0.8125rem !important;
}

.u-mt14 {
  margin-top: 0.875rem !important;
}

.u-mt15 {
  margin-top: 0.9375rem !important;
}

.u-mt16 {
  margin-top: 1rem !important;
}

.u-mt17 {
  margin-top: 1.0625rem !important;
}

.u-mt18 {
  margin-top: 1.125rem !important;
}

.u-mt19 {
  margin-top: 1.1875rem !important;
}

.u-mt20 {
  margin-top: 1.25rem !important;
}

.u-mt21 {
  margin-top: 1.3125rem !important;
}

.u-mt22 {
  margin-top: 1.375rem !important;
}

.u-mt23 {
  margin-top: 1.4375rem !important;
}

.u-mt24 {
  margin-top: 1.5rem !important;
}

.u-mt25 {
  margin-top: 1.5625rem !important;
}

.u-mt26 {
  margin-top: 1.625rem !important;
}

.u-mt27 {
  margin-top: 1.6875rem !important;
}

.u-mt28 {
  margin-top: 1.75rem !important;
}

.u-mt29 {
  margin-top: 1.8125rem !important;
}

.u-mt30 {
  margin-top: 1.875rem !important;
}

.u-mt31 {
  margin-top: 1.9375rem !important;
}

.u-mt32 {
  margin-top: 2rem !important;
}

.u-mt33 {
  margin-top: 2.0625rem !important;
}

.u-mt34 {
  margin-top: 2.125rem !important;
}

.u-mt35 {
  margin-top: 2.1875rem !important;
}

.u-mt36 {
  margin-top: 2.25rem !important;
}

.u-mt37 {
  margin-top: 2.3125rem !important;
}

.u-mt38 {
  margin-top: 2.375rem !important;
}

.u-mt39 {
  margin-top: 2.4375rem !important;
}

.u-mt40 {
  margin-top: 2.5rem !important;
}

.u-mt41 {
  margin-top: 2.5625rem !important;
}

.u-mt42 {
  margin-top: 2.625rem !important;
}

.u-mt43 {
  margin-top: 2.6875rem !important;
}

.u-mt44 {
  margin-top: 2.75rem !important;
}

.u-mt45 {
  margin-top: 2.8125rem !important;
}

.u-mt46 {
  margin-top: 2.875rem !important;
}

.u-mt47 {
  margin-top: 2.9375rem !important;
}

.u-mt48 {
  margin-top: 3rem !important;
}

.u-mt49 {
  margin-top: 3.0625rem !important;
}

.u-mt50 {
  margin-top: 3.125rem !important;
}

.u-mt51 {
  margin-top: 3.1875rem !important;
}

.u-mt52 {
  margin-top: 3.25rem !important;
}

.u-mt53 {
  margin-top: 3.3125rem !important;
}

.u-mt54 {
  margin-top: 3.375rem !important;
}

.u-mt55 {
  margin-top: 3.4375rem !important;
}

.u-mt56 {
  margin-top: 3.5rem !important;
}

.u-mt57 {
  margin-top: 3.5625rem !important;
}

.u-mt58 {
  margin-top: 3.625rem !important;
}

.u-mt59 {
  margin-top: 3.6875rem !important;
}

.u-mt60 {
  margin-top: 3.75rem !important;
}

.u-mt61 {
  margin-top: 3.8125rem !important;
}

.u-mt62 {
  margin-top: 3.875rem !important;
}

.u-mt63 {
  margin-top: 3.9375rem !important;
}

.u-mt64 {
  margin-top: 4rem !important;
}

.u-mt65 {
  margin-top: 4.0625rem !important;
}

.u-mt66 {
  margin-top: 4.125rem !important;
}

.u-mt67 {
  margin-top: 4.1875rem !important;
}

.u-mt68 {
  margin-top: 4.25rem !important;
}

.u-mt69 {
  margin-top: 4.3125rem !important;
}

.u-mt70 {
  margin-top: 4.375rem !important;
}

.u-mt71 {
  margin-top: 4.4375rem !important;
}

.u-mt72 {
  margin-top: 4.5rem !important;
}

.u-mt73 {
  margin-top: 4.5625rem !important;
}

.u-mt74 {
  margin-top: 4.625rem !important;
}

.u-mt75 {
  margin-top: 4.6875rem !important;
}

.u-mt76 {
  margin-top: 4.75rem !important;
}

.u-mt77 {
  margin-top: 4.8125rem !important;
}

.u-mt78 {
  margin-top: 4.875rem !important;
}

.u-mt79 {
  margin-top: 4.9375rem !important;
}

.u-mt80 {
  margin-top: 5rem !important;
}

.u-mt81 {
  margin-top: 5.0625rem !important;
}

.u-mt82 {
  margin-top: 5.125rem !important;
}

.u-mt83 {
  margin-top: 5.1875rem !important;
}

.u-mt84 {
  margin-top: 5.25rem !important;
}

.u-mt85 {
  margin-top: 5.3125rem !important;
}

.u-mt86 {
  margin-top: 5.375rem !important;
}

.u-mt87 {
  margin-top: 5.4375rem !important;
}

.u-mt88 {
  margin-top: 5.5rem !important;
}

.u-mt89 {
  margin-top: 5.5625rem !important;
}

.u-mt90 {
  margin-top: 5.625rem !important;
}

.u-mt91 {
  margin-top: 5.6875rem !important;
}

.u-mt92 {
  margin-top: 5.75rem !important;
}

.u-mt93 {
  margin-top: 5.8125rem !important;
}

.u-mt94 {
  margin-top: 5.875rem !important;
}

.u-mt95 {
  margin-top: 5.9375rem !important;
}

.u-mt96 {
  margin-top: 6rem !important;
}

.u-mt97 {
  margin-top: 6.0625rem !important;
}

.u-mt98 {
  margin-top: 6.125rem !important;
}

.u-mt99 {
  margin-top: 6.1875rem !important;
}

.u-mt100 {
  margin-top: 6.25rem !important;
}

.u-mt101 {
  margin-top: 6.3125rem !important;
}

.u-mt102 {
  margin-top: 6.375rem !important;
}

.u-mt103 {
  margin-top: 6.4375rem !important;
}

.u-mt104 {
  margin-top: 6.5rem !important;
}

.u-mt105 {
  margin-top: 6.5625rem !important;
}

.u-mt106 {
  margin-top: 6.625rem !important;
}

.u-mt107 {
  margin-top: 6.6875rem !important;
}

.u-mt108 {
  margin-top: 6.75rem !important;
}

.u-mt109 {
  margin-top: 6.8125rem !important;
}

.u-mt110 {
  margin-top: 6.875rem !important;
}

.u-mt111 {
  margin-top: 6.9375rem !important;
}

.u-mt112 {
  margin-top: 7rem !important;
}

.u-mt113 {
  margin-top: 7.0625rem !important;
}

.u-mt114 {
  margin-top: 7.125rem !important;
}

.u-mt115 {
  margin-top: 7.1875rem !important;
}

.u-mt116 {
  margin-top: 7.25rem !important;
}

.u-mt117 {
  margin-top: 7.3125rem !important;
}

.u-mt118 {
  margin-top: 7.375rem !important;
}

.u-mt119 {
  margin-top: 7.4375rem !important;
}

.u-mt120 {
  margin-top: 7.5rem !important;
}

.u-mt121 {
  margin-top: 7.5625rem !important;
}

.u-mt122 {
  margin-top: 7.625rem !important;
}

.u-mt123 {
  margin-top: 7.6875rem !important;
}

.u-mt124 {
  margin-top: 7.75rem !important;
}

.u-mt125 {
  margin-top: 7.8125rem !important;
}

.u-mt126 {
  margin-top: 7.875rem !important;
}

.u-mt127 {
  margin-top: 7.9375rem !important;
}

.u-mt128 {
  margin-top: 8rem !important;
}

.u-mt129 {
  margin-top: 8.0625rem !important;
}

.u-mt130 {
  margin-top: 8.125rem !important;
}

.u-mt131 {
  margin-top: 8.1875rem !important;
}

.u-mt132 {
  margin-top: 8.25rem !important;
}

.u-mt133 {
  margin-top: 8.3125rem !important;
}

.u-mt134 {
  margin-top: 8.375rem !important;
}

.u-mt135 {
  margin-top: 8.4375rem !important;
}

.u-mt136 {
  margin-top: 8.5rem !important;
}

.u-mt137 {
  margin-top: 8.5625rem !important;
}

.u-mt138 {
  margin-top: 8.625rem !important;
}

.u-mt139 {
  margin-top: 8.6875rem !important;
}

.u-mt140 {
  margin-top: 8.75rem !important;
}

.u-mt141 {
  margin-top: 8.8125rem !important;
}

.u-mt142 {
  margin-top: 8.875rem !important;
}

.u-mt143 {
  margin-top: 8.9375rem !important;
}

.u-mt144 {
  margin-top: 9rem !important;
}

.u-mt145 {
  margin-top: 9.0625rem !important;
}

.u-mt146 {
  margin-top: 9.125rem !important;
}

.u-mt147 {
  margin-top: 9.1875rem !important;
}

.u-mt148 {
  margin-top: 9.25rem !important;
}

.u-mt149 {
  margin-top: 9.3125rem !important;
}

.u-mt150 {
  margin-top: 9.375rem !important;
}

.u-mt151 {
  margin-top: 9.4375rem !important;
}

.u-mt152 {
  margin-top: 9.5rem !important;
}

.u-mt153 {
  margin-top: 9.5625rem !important;
}

.u-mt154 {
  margin-top: 9.625rem !important;
}

.u-mt155 {
  margin-top: 9.6875rem !important;
}

.u-mt156 {
  margin-top: 9.75rem !important;
}

.u-mt157 {
  margin-top: 9.8125rem !important;
}

.u-mt158 {
  margin-top: 9.875rem !important;
}

.u-mt159 {
  margin-top: 9.9375rem !important;
}

.u-mt160 {
  margin-top: 10rem !important;
}

.u-mt161 {
  margin-top: 10.0625rem !important;
}

.u-mt162 {
  margin-top: 10.125rem !important;
}

.u-mt163 {
  margin-top: 10.1875rem !important;
}

.u-mt164 {
  margin-top: 10.25rem !important;
}

.u-mt165 {
  margin-top: 10.3125rem !important;
}

.u-mt166 {
  margin-top: 10.375rem !important;
}

.u-mt167 {
  margin-top: 10.4375rem !important;
}

.u-mt168 {
  margin-top: 10.5rem !important;
}

.u-mt169 {
  margin-top: 10.5625rem !important;
}

.u-mt170 {
  margin-top: 10.625rem !important;
}

.u-mt171 {
  margin-top: 10.6875rem !important;
}

.u-mt172 {
  margin-top: 10.75rem !important;
}

.u-mt173 {
  margin-top: 10.8125rem !important;
}

.u-mt174 {
  margin-top: 10.875rem !important;
}

.u-mt175 {
  margin-top: 10.9375rem !important;
}

.u-mt176 {
  margin-top: 11rem !important;
}

.u-mt177 {
  margin-top: 11.0625rem !important;
}

.u-mt178 {
  margin-top: 11.125rem !important;
}

.u-mt179 {
  margin-top: 11.1875rem !important;
}

.u-mt180 {
  margin-top: 11.25rem !important;
}

.u-mt181 {
  margin-top: 11.3125rem !important;
}

.u-mt182 {
  margin-top: 11.375rem !important;
}

.u-mt183 {
  margin-top: 11.4375rem !important;
}

.u-mt184 {
  margin-top: 11.5rem !important;
}

.u-mt185 {
  margin-top: 11.5625rem !important;
}

.u-mt186 {
  margin-top: 11.625rem !important;
}

.u-mt187 {
  margin-top: 11.6875rem !important;
}

.u-mt188 {
  margin-top: 11.75rem !important;
}

.u-mt189 {
  margin-top: 11.8125rem !important;
}

.u-mt190 {
  margin-top: 11.875rem !important;
}

.u-mt191 {
  margin-top: 11.9375rem !important;
}

.u-mt192 {
  margin-top: 12rem !important;
}

.u-mt193 {
  margin-top: 12.0625rem !important;
}

.u-mt194 {
  margin-top: 12.125rem !important;
}

.u-mt195 {
  margin-top: 12.1875rem !important;
}

.u-mt196 {
  margin-top: 12.25rem !important;
}

.u-mt197 {
  margin-top: 12.3125rem !important;
}

.u-mt198 {
  margin-top: 12.375rem !important;
}

.u-mt199 {
  margin-top: 12.4375rem !important;
}

.u-mt200 {
  margin-top: 12.5rem !important;
}

.u-mb1 {
  margin-bottom: 0.0625rem !important;
}

.u-mb2 {
  margin-bottom: 0.125rem !important;
}

.u-mb3 {
  margin-bottom: 0.1875rem !important;
}

.u-mb4 {
  margin-bottom: 0.25rem !important;
}

.u-mb5 {
  margin-bottom: 0.3125rem !important;
}

.u-mb6 {
  margin-bottom: 0.375rem !important;
}

.u-mb7 {
  margin-bottom: 0.4375rem !important;
}

.u-mb8 {
  margin-bottom: 0.5rem !important;
}

.u-mb9 {
  margin-bottom: 0.5625rem !important;
}

.u-mb10 {
  margin-bottom: 0.625rem !important;
}

.u-mb11 {
  margin-bottom: 0.6875rem !important;
}

.u-mb12 {
  margin-bottom: 0.75rem !important;
}

.u-mb13 {
  margin-bottom: 0.8125rem !important;
}

.u-mb14 {
  margin-bottom: 0.875rem !important;
}

.u-mb15 {
  margin-bottom: 0.9375rem !important;
}

.u-mb16 {
  margin-bottom: 1rem !important;
}

.u-mb17 {
  margin-bottom: 1.0625rem !important;
}

.u-mb18 {
  margin-bottom: 1.125rem !important;
}

.u-mb19 {
  margin-bottom: 1.1875rem !important;
}

.u-mb20 {
  margin-bottom: 1.25rem !important;
}

.u-mb21 {
  margin-bottom: 1.3125rem !important;
}

.u-mb22 {
  margin-bottom: 1.375rem !important;
}

.u-mb23 {
  margin-bottom: 1.4375rem !important;
}

.u-mb24 {
  margin-bottom: 1.5rem !important;
}

.u-mb25 {
  margin-bottom: 1.5625rem !important;
}

.u-mb26 {
  margin-bottom: 1.625rem !important;
}

.u-mb27 {
  margin-bottom: 1.6875rem !important;
}

.u-mb28 {
  margin-bottom: 1.75rem !important;
}

.u-mb29 {
  margin-bottom: 1.8125rem !important;
}

.u-mb30 {
  margin-bottom: 1.875rem !important;
}

.u-mb31 {
  margin-bottom: 1.9375rem !important;
}

.u-mb32 {
  margin-bottom: 2rem !important;
}

.u-mb33 {
  margin-bottom: 2.0625rem !important;
}

.u-mb34 {
  margin-bottom: 2.125rem !important;
}

.u-mb35 {
  margin-bottom: 2.1875rem !important;
}

.u-mb36 {
  margin-bottom: 2.25rem !important;
}

.u-mb37 {
  margin-bottom: 2.3125rem !important;
}

.u-mb38 {
  margin-bottom: 2.375rem !important;
}

.u-mb39 {
  margin-bottom: 2.4375rem !important;
}

.u-mb40 {
  margin-bottom: 2.5rem !important;
}

.u-mb41 {
  margin-bottom: 2.5625rem !important;
}

.u-mb42 {
  margin-bottom: 2.625rem !important;
}

.u-mb43 {
  margin-bottom: 2.6875rem !important;
}

.u-mb44 {
  margin-bottom: 2.75rem !important;
}

.u-mb45 {
  margin-bottom: 2.8125rem !important;
}

.u-mb46 {
  margin-bottom: 2.875rem !important;
}

.u-mb47 {
  margin-bottom: 2.9375rem !important;
}

.u-mb48 {
  margin-bottom: 3rem !important;
}

.u-mb49 {
  margin-bottom: 3.0625rem !important;
}

.u-mb50 {
  margin-bottom: 3.125rem !important;
}

.u-mb51 {
  margin-bottom: 3.1875rem !important;
}

.u-mb52 {
  margin-bottom: 3.25rem !important;
}

.u-mb53 {
  margin-bottom: 3.3125rem !important;
}

.u-mb54 {
  margin-bottom: 3.375rem !important;
}

.u-mb55 {
  margin-bottom: 3.4375rem !important;
}

.u-mb56 {
  margin-bottom: 3.5rem !important;
}

.u-mb57 {
  margin-bottom: 3.5625rem !important;
}

.u-mb58 {
  margin-bottom: 3.625rem !important;
}

.u-mb59 {
  margin-bottom: 3.6875rem !important;
}

.u-mb60 {
  margin-bottom: 3.75rem !important;
}

.u-mb61 {
  margin-bottom: 3.8125rem !important;
}

.u-mb62 {
  margin-bottom: 3.875rem !important;
}

.u-mb63 {
  margin-bottom: 3.9375rem !important;
}

.u-mb64 {
  margin-bottom: 4rem !important;
}

.u-mb65 {
  margin-bottom: 4.0625rem !important;
}

.u-mb66 {
  margin-bottom: 4.125rem !important;
}

.u-mb67 {
  margin-bottom: 4.1875rem !important;
}

.u-mb68 {
  margin-bottom: 4.25rem !important;
}

.u-mb69 {
  margin-bottom: 4.3125rem !important;
}

.u-mb70 {
  margin-bottom: 4.375rem !important;
}

.u-mb71 {
  margin-bottom: 4.4375rem !important;
}

.u-mb72 {
  margin-bottom: 4.5rem !important;
}

.u-mb73 {
  margin-bottom: 4.5625rem !important;
}

.u-mb74 {
  margin-bottom: 4.625rem !important;
}

.u-mb75 {
  margin-bottom: 4.6875rem !important;
}

.u-mb76 {
  margin-bottom: 4.75rem !important;
}

.u-mb77 {
  margin-bottom: 4.8125rem !important;
}

.u-mb78 {
  margin-bottom: 4.875rem !important;
}

.u-mb79 {
  margin-bottom: 4.9375rem !important;
}

.u-mb80 {
  margin-bottom: 5rem !important;
}

.u-mb81 {
  margin-bottom: 5.0625rem !important;
}

.u-mb82 {
  margin-bottom: 5.125rem !important;
}

.u-mb83 {
  margin-bottom: 5.1875rem !important;
}

.u-mb84 {
  margin-bottom: 5.25rem !important;
}

.u-mb85 {
  margin-bottom: 5.3125rem !important;
}

.u-mb86 {
  margin-bottom: 5.375rem !important;
}

.u-mb87 {
  margin-bottom: 5.4375rem !important;
}

.u-mb88 {
  margin-bottom: 5.5rem !important;
}

.u-mb89 {
  margin-bottom: 5.5625rem !important;
}

.u-mb90 {
  margin-bottom: 5.625rem !important;
}

.u-mb91 {
  margin-bottom: 5.6875rem !important;
}

.u-mb92 {
  margin-bottom: 5.75rem !important;
}

.u-mb93 {
  margin-bottom: 5.8125rem !important;
}

.u-mb94 {
  margin-bottom: 5.875rem !important;
}

.u-mb95 {
  margin-bottom: 5.9375rem !important;
}

.u-mb96 {
  margin-bottom: 6rem !important;
}

.u-mb97 {
  margin-bottom: 6.0625rem !important;
}

.u-mb98 {
  margin-bottom: 6.125rem !important;
}

.u-mb99 {
  margin-bottom: 6.1875rem !important;
}

.u-mb100 {
  margin-bottom: 6.25rem !important;
}

.u-mb101 {
  margin-bottom: 6.3125rem !important;
}

.u-mb102 {
  margin-bottom: 6.375rem !important;
}

.u-mb103 {
  margin-bottom: 6.4375rem !important;
}

.u-mb104 {
  margin-bottom: 6.5rem !important;
}

.u-mb105 {
  margin-bottom: 6.5625rem !important;
}

.u-mb106 {
  margin-bottom: 6.625rem !important;
}

.u-mb107 {
  margin-bottom: 6.6875rem !important;
}

.u-mb108 {
  margin-bottom: 6.75rem !important;
}

.u-mb109 {
  margin-bottom: 6.8125rem !important;
}

.u-mb110 {
  margin-bottom: 6.875rem !important;
}

.u-mb111 {
  margin-bottom: 6.9375rem !important;
}

.u-mb112 {
  margin-bottom: 7rem !important;
}

.u-mb113 {
  margin-bottom: 7.0625rem !important;
}

.u-mb114 {
  margin-bottom: 7.125rem !important;
}

.u-mb115 {
  margin-bottom: 7.1875rem !important;
}

.u-mb116 {
  margin-bottom: 7.25rem !important;
}

.u-mb117 {
  margin-bottom: 7.3125rem !important;
}

.u-mb118 {
  margin-bottom: 7.375rem !important;
}

.u-mb119 {
  margin-bottom: 7.4375rem !important;
}

.u-mb120 {
  margin-bottom: 7.5rem !important;
}

.u-mb121 {
  margin-bottom: 7.5625rem !important;
}

.u-mb122 {
  margin-bottom: 7.625rem !important;
}

.u-mb123 {
  margin-bottom: 7.6875rem !important;
}

.u-mb124 {
  margin-bottom: 7.75rem !important;
}

.u-mb125 {
  margin-bottom: 7.8125rem !important;
}

.u-mb126 {
  margin-bottom: 7.875rem !important;
}

.u-mb127 {
  margin-bottom: 7.9375rem !important;
}

.u-mb128 {
  margin-bottom: 8rem !important;
}

.u-mb129 {
  margin-bottom: 8.0625rem !important;
}

.u-mb130 {
  margin-bottom: 8.125rem !important;
}

.u-mb131 {
  margin-bottom: 8.1875rem !important;
}

.u-mb132 {
  margin-bottom: 8.25rem !important;
}

.u-mb133 {
  margin-bottom: 8.3125rem !important;
}

.u-mb134 {
  margin-bottom: 8.375rem !important;
}

.u-mb135 {
  margin-bottom: 8.4375rem !important;
}

.u-mb136 {
  margin-bottom: 8.5rem !important;
}

.u-mb137 {
  margin-bottom: 8.5625rem !important;
}

.u-mb138 {
  margin-bottom: 8.625rem !important;
}

.u-mb139 {
  margin-bottom: 8.6875rem !important;
}

.u-mb140 {
  margin-bottom: 8.75rem !important;
}

.u-mb141 {
  margin-bottom: 8.8125rem !important;
}

.u-mb142 {
  margin-bottom: 8.875rem !important;
}

.u-mb143 {
  margin-bottom: 8.9375rem !important;
}

.u-mb144 {
  margin-bottom: 9rem !important;
}

.u-mb145 {
  margin-bottom: 9.0625rem !important;
}

.u-mb146 {
  margin-bottom: 9.125rem !important;
}

.u-mb147 {
  margin-bottom: 9.1875rem !important;
}

.u-mb148 {
  margin-bottom: 9.25rem !important;
}

.u-mb149 {
  margin-bottom: 9.3125rem !important;
}

.u-mb150 {
  margin-bottom: 9.375rem !important;
}

.u-mb151 {
  margin-bottom: 9.4375rem !important;
}

.u-mb152 {
  margin-bottom: 9.5rem !important;
}

.u-mb153 {
  margin-bottom: 9.5625rem !important;
}

.u-mb154 {
  margin-bottom: 9.625rem !important;
}

.u-mb155 {
  margin-bottom: 9.6875rem !important;
}

.u-mb156 {
  margin-bottom: 9.75rem !important;
}

.u-mb157 {
  margin-bottom: 9.8125rem !important;
}

.u-mb158 {
  margin-bottom: 9.875rem !important;
}

.u-mb159 {
  margin-bottom: 9.9375rem !important;
}

.u-mb160 {
  margin-bottom: 10rem !important;
}

.u-mb161 {
  margin-bottom: 10.0625rem !important;
}

.u-mb162 {
  margin-bottom: 10.125rem !important;
}

.u-mb163 {
  margin-bottom: 10.1875rem !important;
}

.u-mb164 {
  margin-bottom: 10.25rem !important;
}

.u-mb165 {
  margin-bottom: 10.3125rem !important;
}

.u-mb166 {
  margin-bottom: 10.375rem !important;
}

.u-mb167 {
  margin-bottom: 10.4375rem !important;
}

.u-mb168 {
  margin-bottom: 10.5rem !important;
}

.u-mb169 {
  margin-bottom: 10.5625rem !important;
}

.u-mb170 {
  margin-bottom: 10.625rem !important;
}

.u-mb171 {
  margin-bottom: 10.6875rem !important;
}

.u-mb172 {
  margin-bottom: 10.75rem !important;
}

.u-mb173 {
  margin-bottom: 10.8125rem !important;
}

.u-mb174 {
  margin-bottom: 10.875rem !important;
}

.u-mb175 {
  margin-bottom: 10.9375rem !important;
}

.u-mb176 {
  margin-bottom: 11rem !important;
}

.u-mb177 {
  margin-bottom: 11.0625rem !important;
}

.u-mb178 {
  margin-bottom: 11.125rem !important;
}

.u-mb179 {
  margin-bottom: 11.1875rem !important;
}

.u-mb180 {
  margin-bottom: 11.25rem !important;
}

.u-mb181 {
  margin-bottom: 11.3125rem !important;
}

.u-mb182 {
  margin-bottom: 11.375rem !important;
}

.u-mb183 {
  margin-bottom: 11.4375rem !important;
}

.u-mb184 {
  margin-bottom: 11.5rem !important;
}

.u-mb185 {
  margin-bottom: 11.5625rem !important;
}

.u-mb186 {
  margin-bottom: 11.625rem !important;
}

.u-mb187 {
  margin-bottom: 11.6875rem !important;
}

.u-mb188 {
  margin-bottom: 11.75rem !important;
}

.u-mb189 {
  margin-bottom: 11.8125rem !important;
}

.u-mb190 {
  margin-bottom: 11.875rem !important;
}

.u-mb191 {
  margin-bottom: 11.9375rem !important;
}

.u-mb192 {
  margin-bottom: 12rem !important;
}

.u-mb193 {
  margin-bottom: 12.0625rem !important;
}

.u-mb194 {
  margin-bottom: 12.125rem !important;
}

.u-mb195 {
  margin-bottom: 12.1875rem !important;
}

.u-mb196 {
  margin-bottom: 12.25rem !important;
}

.u-mb197 {
  margin-bottom: 12.3125rem !important;
}

.u-mb198 {
  margin-bottom: 12.375rem !important;
}

.u-mb199 {
  margin-bottom: 12.4375rem !important;
}

.u-mb200 {
  margin-bottom: 12.5rem !important;
}

@media (min-width: 768px) {
  .u-pc-mt1 {
    margin-top: 0.0625rem !important;
  }
  .u-pc-mt2 {
    margin-top: 0.125rem !important;
  }
  .u-pc-mt3 {
    margin-top: 0.1875rem !important;
  }
  .u-pc-mt4 {
    margin-top: 0.25rem !important;
  }
  .u-pc-mt5 {
    margin-top: 0.3125rem !important;
  }
  .u-pc-mt6 {
    margin-top: 0.375rem !important;
  }
  .u-pc-mt7 {
    margin-top: 0.4375rem !important;
  }
  .u-pc-mt8 {
    margin-top: 0.5rem !important;
  }
  .u-pc-mt9 {
    margin-top: 0.5625rem !important;
  }
  .u-pc-mt10 {
    margin-top: 0.625rem !important;
  }
  .u-pc-mt11 {
    margin-top: 0.6875rem !important;
  }
  .u-pc-mt12 {
    margin-top: 0.75rem !important;
  }
  .u-pc-mt13 {
    margin-top: 0.8125rem !important;
  }
  .u-pc-mt14 {
    margin-top: 0.875rem !important;
  }
  .u-pc-mt15 {
    margin-top: 0.9375rem !important;
  }
  .u-pc-mt16 {
    margin-top: 1rem !important;
  }
  .u-pc-mt17 {
    margin-top: 1.0625rem !important;
  }
  .u-pc-mt18 {
    margin-top: 1.125rem !important;
  }
  .u-pc-mt19 {
    margin-top: 1.1875rem !important;
  }
  .u-pc-mt20 {
    margin-top: 1.25rem !important;
  }
  .u-pc-mt21 {
    margin-top: 1.3125rem !important;
  }
  .u-pc-mt22 {
    margin-top: 1.375rem !important;
  }
  .u-pc-mt23 {
    margin-top: 1.4375rem !important;
  }
  .u-pc-mt24 {
    margin-top: 1.5rem !important;
  }
  .u-pc-mt25 {
    margin-top: 1.5625rem !important;
  }
  .u-pc-mt26 {
    margin-top: 1.625rem !important;
  }
  .u-pc-mt27 {
    margin-top: 1.6875rem !important;
  }
  .u-pc-mt28 {
    margin-top: 1.75rem !important;
  }
  .u-pc-mt29 {
    margin-top: 1.8125rem !important;
  }
  .u-pc-mt30 {
    margin-top: 1.875rem !important;
  }
  .u-pc-mt31 {
    margin-top: 1.9375rem !important;
  }
  .u-pc-mt32 {
    margin-top: 2rem !important;
  }
  .u-pc-mt33 {
    margin-top: 2.0625rem !important;
  }
  .u-pc-mt34 {
    margin-top: 2.125rem !important;
  }
  .u-pc-mt35 {
    margin-top: 2.1875rem !important;
  }
  .u-pc-mt36 {
    margin-top: 2.25rem !important;
  }
  .u-pc-mt37 {
    margin-top: 2.3125rem !important;
  }
  .u-pc-mt38 {
    margin-top: 2.375rem !important;
  }
  .u-pc-mt39 {
    margin-top: 2.4375rem !important;
  }
  .u-pc-mt40 {
    margin-top: 2.5rem !important;
  }
  .u-pc-mt41 {
    margin-top: 2.5625rem !important;
  }
  .u-pc-mt42 {
    margin-top: 2.625rem !important;
  }
  .u-pc-mt43 {
    margin-top: 2.6875rem !important;
  }
  .u-pc-mt44 {
    margin-top: 2.75rem !important;
  }
  .u-pc-mt45 {
    margin-top: 2.8125rem !important;
  }
  .u-pc-mt46 {
    margin-top: 2.875rem !important;
  }
  .u-pc-mt47 {
    margin-top: 2.9375rem !important;
  }
  .u-pc-mt48 {
    margin-top: 3rem !important;
  }
  .u-pc-mt49 {
    margin-top: 3.0625rem !important;
  }
  .u-pc-mt50 {
    margin-top: 3.125rem !important;
  }
  .u-pc-mt51 {
    margin-top: 3.1875rem !important;
  }
  .u-pc-mt52 {
    margin-top: 3.25rem !important;
  }
  .u-pc-mt53 {
    margin-top: 3.3125rem !important;
  }
  .u-pc-mt54 {
    margin-top: 3.375rem !important;
  }
  .u-pc-mt55 {
    margin-top: 3.4375rem !important;
  }
  .u-pc-mt56 {
    margin-top: 3.5rem !important;
  }
  .u-pc-mt57 {
    margin-top: 3.5625rem !important;
  }
  .u-pc-mt58 {
    margin-top: 3.625rem !important;
  }
  .u-pc-mt59 {
    margin-top: 3.6875rem !important;
  }
  .u-pc-mt60 {
    margin-top: 3.75rem !important;
  }
  .u-pc-mt61 {
    margin-top: 3.8125rem !important;
  }
  .u-pc-mt62 {
    margin-top: 3.875rem !important;
  }
  .u-pc-mt63 {
    margin-top: 3.9375rem !important;
  }
  .u-pc-mt64 {
    margin-top: 4rem !important;
  }
  .u-pc-mt65 {
    margin-top: 4.0625rem !important;
  }
  .u-pc-mt66 {
    margin-top: 4.125rem !important;
  }
  .u-pc-mt67 {
    margin-top: 4.1875rem !important;
  }
  .u-pc-mt68 {
    margin-top: 4.25rem !important;
  }
  .u-pc-mt69 {
    margin-top: 4.3125rem !important;
  }
  .u-pc-mt70 {
    margin-top: 4.375rem !important;
  }
  .u-pc-mt71 {
    margin-top: 4.4375rem !important;
  }
  .u-pc-mt72 {
    margin-top: 4.5rem !important;
  }
  .u-pc-mt73 {
    margin-top: 4.5625rem !important;
  }
  .u-pc-mt74 {
    margin-top: 4.625rem !important;
  }
  .u-pc-mt75 {
    margin-top: 4.6875rem !important;
  }
  .u-pc-mt76 {
    margin-top: 4.75rem !important;
  }
  .u-pc-mt77 {
    margin-top: 4.8125rem !important;
  }
  .u-pc-mt78 {
    margin-top: 4.875rem !important;
  }
  .u-pc-mt79 {
    margin-top: 4.9375rem !important;
  }
  .u-pc-mt80 {
    margin-top: 5rem !important;
  }
  .u-pc-mt81 {
    margin-top: 5.0625rem !important;
  }
  .u-pc-mt82 {
    margin-top: 5.125rem !important;
  }
  .u-pc-mt83 {
    margin-top: 5.1875rem !important;
  }
  .u-pc-mt84 {
    margin-top: 5.25rem !important;
  }
  .u-pc-mt85 {
    margin-top: 5.3125rem !important;
  }
  .u-pc-mt86 {
    margin-top: 5.375rem !important;
  }
  .u-pc-mt87 {
    margin-top: 5.4375rem !important;
  }
  .u-pc-mt88 {
    margin-top: 5.5rem !important;
  }
  .u-pc-mt89 {
    margin-top: 5.5625rem !important;
  }
  .u-pc-mt90 {
    margin-top: 5.625rem !important;
  }
  .u-pc-mt91 {
    margin-top: 5.6875rem !important;
  }
  .u-pc-mt92 {
    margin-top: 5.75rem !important;
  }
  .u-pc-mt93 {
    margin-top: 5.8125rem !important;
  }
  .u-pc-mt94 {
    margin-top: 5.875rem !important;
  }
  .u-pc-mt95 {
    margin-top: 5.9375rem !important;
  }
  .u-pc-mt96 {
    margin-top: 6rem !important;
  }
  .u-pc-mt97 {
    margin-top: 6.0625rem !important;
  }
  .u-pc-mt98 {
    margin-top: 6.125rem !important;
  }
  .u-pc-mt99 {
    margin-top: 6.1875rem !important;
  }
  .u-pc-mt100 {
    margin-top: 6.25rem !important;
  }
  .u-pc-mt101 {
    margin-top: 6.3125rem !important;
  }
  .u-pc-mt102 {
    margin-top: 6.375rem !important;
  }
  .u-pc-mt103 {
    margin-top: 6.4375rem !important;
  }
  .u-pc-mt104 {
    margin-top: 6.5rem !important;
  }
  .u-pc-mt105 {
    margin-top: 6.5625rem !important;
  }
  .u-pc-mt106 {
    margin-top: 6.625rem !important;
  }
  .u-pc-mt107 {
    margin-top: 6.6875rem !important;
  }
  .u-pc-mt108 {
    margin-top: 6.75rem !important;
  }
  .u-pc-mt109 {
    margin-top: 6.8125rem !important;
  }
  .u-pc-mt110 {
    margin-top: 6.875rem !important;
  }
  .u-pc-mt111 {
    margin-top: 6.9375rem !important;
  }
  .u-pc-mt112 {
    margin-top: 7rem !important;
  }
  .u-pc-mt113 {
    margin-top: 7.0625rem !important;
  }
  .u-pc-mt114 {
    margin-top: 7.125rem !important;
  }
  .u-pc-mt115 {
    margin-top: 7.1875rem !important;
  }
  .u-pc-mt116 {
    margin-top: 7.25rem !important;
  }
  .u-pc-mt117 {
    margin-top: 7.3125rem !important;
  }
  .u-pc-mt118 {
    margin-top: 7.375rem !important;
  }
  .u-pc-mt119 {
    margin-top: 7.4375rem !important;
  }
  .u-pc-mt120 {
    margin-top: 7.5rem !important;
  }
  .u-pc-mt121 {
    margin-top: 7.5625rem !important;
  }
  .u-pc-mt122 {
    margin-top: 7.625rem !important;
  }
  .u-pc-mt123 {
    margin-top: 7.6875rem !important;
  }
  .u-pc-mt124 {
    margin-top: 7.75rem !important;
  }
  .u-pc-mt125 {
    margin-top: 7.8125rem !important;
  }
  .u-pc-mt126 {
    margin-top: 7.875rem !important;
  }
  .u-pc-mt127 {
    margin-top: 7.9375rem !important;
  }
  .u-pc-mt128 {
    margin-top: 8rem !important;
  }
  .u-pc-mt129 {
    margin-top: 8.0625rem !important;
  }
  .u-pc-mt130 {
    margin-top: 8.125rem !important;
  }
  .u-pc-mt131 {
    margin-top: 8.1875rem !important;
  }
  .u-pc-mt132 {
    margin-top: 8.25rem !important;
  }
  .u-pc-mt133 {
    margin-top: 8.3125rem !important;
  }
  .u-pc-mt134 {
    margin-top: 8.375rem !important;
  }
  .u-pc-mt135 {
    margin-top: 8.4375rem !important;
  }
  .u-pc-mt136 {
    margin-top: 8.5rem !important;
  }
  .u-pc-mt137 {
    margin-top: 8.5625rem !important;
  }
  .u-pc-mt138 {
    margin-top: 8.625rem !important;
  }
  .u-pc-mt139 {
    margin-top: 8.6875rem !important;
  }
  .u-pc-mt140 {
    margin-top: 8.75rem !important;
  }
  .u-pc-mt141 {
    margin-top: 8.8125rem !important;
  }
  .u-pc-mt142 {
    margin-top: 8.875rem !important;
  }
  .u-pc-mt143 {
    margin-top: 8.9375rem !important;
  }
  .u-pc-mt144 {
    margin-top: 9rem !important;
  }
  .u-pc-mt145 {
    margin-top: 9.0625rem !important;
  }
  .u-pc-mt146 {
    margin-top: 9.125rem !important;
  }
  .u-pc-mt147 {
    margin-top: 9.1875rem !important;
  }
  .u-pc-mt148 {
    margin-top: 9.25rem !important;
  }
  .u-pc-mt149 {
    margin-top: 9.3125rem !important;
  }
  .u-pc-mt150 {
    margin-top: 9.375rem !important;
  }
  .u-pc-mt151 {
    margin-top: 9.4375rem !important;
  }
  .u-pc-mt152 {
    margin-top: 9.5rem !important;
  }
  .u-pc-mt153 {
    margin-top: 9.5625rem !important;
  }
  .u-pc-mt154 {
    margin-top: 9.625rem !important;
  }
  .u-pc-mt155 {
    margin-top: 9.6875rem !important;
  }
  .u-pc-mt156 {
    margin-top: 9.75rem !important;
  }
  .u-pc-mt157 {
    margin-top: 9.8125rem !important;
  }
  .u-pc-mt158 {
    margin-top: 9.875rem !important;
  }
  .u-pc-mt159 {
    margin-top: 9.9375rem !important;
  }
  .u-pc-mt160 {
    margin-top: 10rem !important;
  }
  .u-pc-mt161 {
    margin-top: 10.0625rem !important;
  }
  .u-pc-mt162 {
    margin-top: 10.125rem !important;
  }
  .u-pc-mt163 {
    margin-top: 10.1875rem !important;
  }
  .u-pc-mt164 {
    margin-top: 10.25rem !important;
  }
  .u-pc-mt165 {
    margin-top: 10.3125rem !important;
  }
  .u-pc-mt166 {
    margin-top: 10.375rem !important;
  }
  .u-pc-mt167 {
    margin-top: 10.4375rem !important;
  }
  .u-pc-mt168 {
    margin-top: 10.5rem !important;
  }
  .u-pc-mt169 {
    margin-top: 10.5625rem !important;
  }
  .u-pc-mt170 {
    margin-top: 10.625rem !important;
  }
  .u-pc-mt171 {
    margin-top: 10.6875rem !important;
  }
  .u-pc-mt172 {
    margin-top: 10.75rem !important;
  }
  .u-pc-mt173 {
    margin-top: 10.8125rem !important;
  }
  .u-pc-mt174 {
    margin-top: 10.875rem !important;
  }
  .u-pc-mt175 {
    margin-top: 10.9375rem !important;
  }
  .u-pc-mt176 {
    margin-top: 11rem !important;
  }
  .u-pc-mt177 {
    margin-top: 11.0625rem !important;
  }
  .u-pc-mt178 {
    margin-top: 11.125rem !important;
  }
  .u-pc-mt179 {
    margin-top: 11.1875rem !important;
  }
  .u-pc-mt180 {
    margin-top: 11.25rem !important;
  }
  .u-pc-mt181 {
    margin-top: 11.3125rem !important;
  }
  .u-pc-mt182 {
    margin-top: 11.375rem !important;
  }
  .u-pc-mt183 {
    margin-top: 11.4375rem !important;
  }
  .u-pc-mt184 {
    margin-top: 11.5rem !important;
  }
  .u-pc-mt185 {
    margin-top: 11.5625rem !important;
  }
  .u-pc-mt186 {
    margin-top: 11.625rem !important;
  }
  .u-pc-mt187 {
    margin-top: 11.6875rem !important;
  }
  .u-pc-mt188 {
    margin-top: 11.75rem !important;
  }
  .u-pc-mt189 {
    margin-top: 11.8125rem !important;
  }
  .u-pc-mt190 {
    margin-top: 11.875rem !important;
  }
  .u-pc-mt191 {
    margin-top: 11.9375rem !important;
  }
  .u-pc-mt192 {
    margin-top: 12rem !important;
  }
  .u-pc-mt193 {
    margin-top: 12.0625rem !important;
  }
  .u-pc-mt194 {
    margin-top: 12.125rem !important;
  }
  .u-pc-mt195 {
    margin-top: 12.1875rem !important;
  }
  .u-pc-mt196 {
    margin-top: 12.25rem !important;
  }
  .u-pc-mt197 {
    margin-top: 12.3125rem !important;
  }
  .u-pc-mt198 {
    margin-top: 12.375rem !important;
  }
  .u-pc-mt199 {
    margin-top: 12.4375rem !important;
  }
  .u-pc-mt200 {
    margin-top: 12.5rem !important;
  }
  .u-pc-mb1 {
    margin-bottom: 0.0625rem !important;
  }
  .u-pc-mb2 {
    margin-bottom: 0.125rem !important;
  }
  .u-pc-mb3 {
    margin-bottom: 0.1875rem !important;
  }
  .u-pc-mb4 {
    margin-bottom: 0.25rem !important;
  }
  .u-pc-mb5 {
    margin-bottom: 0.3125rem !important;
  }
  .u-pc-mb6 {
    margin-bottom: 0.375rem !important;
  }
  .u-pc-mb7 {
    margin-bottom: 0.4375rem !important;
  }
  .u-pc-mb8 {
    margin-bottom: 0.5rem !important;
  }
  .u-pc-mb9 {
    margin-bottom: 0.5625rem !important;
  }
  .u-pc-mb10 {
    margin-bottom: 0.625rem !important;
  }
  .u-pc-mb11 {
    margin-bottom: 0.6875rem !important;
  }
  .u-pc-mb12 {
    margin-bottom: 0.75rem !important;
  }
  .u-pc-mb13 {
    margin-bottom: 0.8125rem !important;
  }
  .u-pc-mb14 {
    margin-bottom: 0.875rem !important;
  }
  .u-pc-mb15 {
    margin-bottom: 0.9375rem !important;
  }
  .u-pc-mb16 {
    margin-bottom: 1rem !important;
  }
  .u-pc-mb17 {
    margin-bottom: 1.0625rem !important;
  }
  .u-pc-mb18 {
    margin-bottom: 1.125rem !important;
  }
  .u-pc-mb19 {
    margin-bottom: 1.1875rem !important;
  }
  .u-pc-mb20 {
    margin-bottom: 1.25rem !important;
  }
  .u-pc-mb21 {
    margin-bottom: 1.3125rem !important;
  }
  .u-pc-mb22 {
    margin-bottom: 1.375rem !important;
  }
  .u-pc-mb23 {
    margin-bottom: 1.4375rem !important;
  }
  .u-pc-mb24 {
    margin-bottom: 1.5rem !important;
  }
  .u-pc-mb25 {
    margin-bottom: 1.5625rem !important;
  }
  .u-pc-mb26 {
    margin-bottom: 1.625rem !important;
  }
  .u-pc-mb27 {
    margin-bottom: 1.6875rem !important;
  }
  .u-pc-mb28 {
    margin-bottom: 1.75rem !important;
  }
  .u-pc-mb29 {
    margin-bottom: 1.8125rem !important;
  }
  .u-pc-mb30 {
    margin-bottom: 1.875rem !important;
  }
  .u-pc-mb31 {
    margin-bottom: 1.9375rem !important;
  }
  .u-pc-mb32 {
    margin-bottom: 2rem !important;
  }
  .u-pc-mb33 {
    margin-bottom: 2.0625rem !important;
  }
  .u-pc-mb34 {
    margin-bottom: 2.125rem !important;
  }
  .u-pc-mb35 {
    margin-bottom: 2.1875rem !important;
  }
  .u-pc-mb36 {
    margin-bottom: 2.25rem !important;
  }
  .u-pc-mb37 {
    margin-bottom: 2.3125rem !important;
  }
  .u-pc-mb38 {
    margin-bottom: 2.375rem !important;
  }
  .u-pc-mb39 {
    margin-bottom: 2.4375rem !important;
  }
  .u-pc-mb40 {
    margin-bottom: 2.5rem !important;
  }
  .u-pc-mb41 {
    margin-bottom: 2.5625rem !important;
  }
  .u-pc-mb42 {
    margin-bottom: 2.625rem !important;
  }
  .u-pc-mb43 {
    margin-bottom: 2.6875rem !important;
  }
  .u-pc-mb44 {
    margin-bottom: 2.75rem !important;
  }
  .u-pc-mb45 {
    margin-bottom: 2.8125rem !important;
  }
  .u-pc-mb46 {
    margin-bottom: 2.875rem !important;
  }
  .u-pc-mb47 {
    margin-bottom: 2.9375rem !important;
  }
  .u-pc-mb48 {
    margin-bottom: 3rem !important;
  }
  .u-pc-mb49 {
    margin-bottom: 3.0625rem !important;
  }
  .u-pc-mb50 {
    margin-bottom: 3.125rem !important;
  }
  .u-pc-mb51 {
    margin-bottom: 3.1875rem !important;
  }
  .u-pc-mb52 {
    margin-bottom: 3.25rem !important;
  }
  .u-pc-mb53 {
    margin-bottom: 3.3125rem !important;
  }
  .u-pc-mb54 {
    margin-bottom: 3.375rem !important;
  }
  .u-pc-mb55 {
    margin-bottom: 3.4375rem !important;
  }
  .u-pc-mb56 {
    margin-bottom: 3.5rem !important;
  }
  .u-pc-mb57 {
    margin-bottom: 3.5625rem !important;
  }
  .u-pc-mb58 {
    margin-bottom: 3.625rem !important;
  }
  .u-pc-mb59 {
    margin-bottom: 3.6875rem !important;
  }
  .u-pc-mb60 {
    margin-bottom: 3.75rem !important;
  }
  .u-pc-mb61 {
    margin-bottom: 3.8125rem !important;
  }
  .u-pc-mb62 {
    margin-bottom: 3.875rem !important;
  }
  .u-pc-mb63 {
    margin-bottom: 3.9375rem !important;
  }
  .u-pc-mb64 {
    margin-bottom: 4rem !important;
  }
  .u-pc-mb65 {
    margin-bottom: 4.0625rem !important;
  }
  .u-pc-mb66 {
    margin-bottom: 4.125rem !important;
  }
  .u-pc-mb67 {
    margin-bottom: 4.1875rem !important;
  }
  .u-pc-mb68 {
    margin-bottom: 4.25rem !important;
  }
  .u-pc-mb69 {
    margin-bottom: 4.3125rem !important;
  }
  .u-pc-mb70 {
    margin-bottom: 4.375rem !important;
  }
  .u-pc-mb71 {
    margin-bottom: 4.4375rem !important;
  }
  .u-pc-mb72 {
    margin-bottom: 4.5rem !important;
  }
  .u-pc-mb73 {
    margin-bottom: 4.5625rem !important;
  }
  .u-pc-mb74 {
    margin-bottom: 4.625rem !important;
  }
  .u-pc-mb75 {
    margin-bottom: 4.6875rem !important;
  }
  .u-pc-mb76 {
    margin-bottom: 4.75rem !important;
  }
  .u-pc-mb77 {
    margin-bottom: 4.8125rem !important;
  }
  .u-pc-mb78 {
    margin-bottom: 4.875rem !important;
  }
  .u-pc-mb79 {
    margin-bottom: 4.9375rem !important;
  }
  .u-pc-mb80 {
    margin-bottom: 5rem !important;
  }
  .u-pc-mb81 {
    margin-bottom: 5.0625rem !important;
  }
  .u-pc-mb82 {
    margin-bottom: 5.125rem !important;
  }
  .u-pc-mb83 {
    margin-bottom: 5.1875rem !important;
  }
  .u-pc-mb84 {
    margin-bottom: 5.25rem !important;
  }
  .u-pc-mb85 {
    margin-bottom: 5.3125rem !important;
  }
  .u-pc-mb86 {
    margin-bottom: 5.375rem !important;
  }
  .u-pc-mb87 {
    margin-bottom: 5.4375rem !important;
  }
  .u-pc-mb88 {
    margin-bottom: 5.5rem !important;
  }
  .u-pc-mb89 {
    margin-bottom: 5.5625rem !important;
  }
  .u-pc-mb90 {
    margin-bottom: 5.625rem !important;
  }
  .u-pc-mb91 {
    margin-bottom: 5.6875rem !important;
  }
  .u-pc-mb92 {
    margin-bottom: 5.75rem !important;
  }
  .u-pc-mb93 {
    margin-bottom: 5.8125rem !important;
  }
  .u-pc-mb94 {
    margin-bottom: 5.875rem !important;
  }
  .u-pc-mb95 {
    margin-bottom: 5.9375rem !important;
  }
  .u-pc-mb96 {
    margin-bottom: 6rem !important;
  }
  .u-pc-mb97 {
    margin-bottom: 6.0625rem !important;
  }
  .u-pc-mb98 {
    margin-bottom: 6.125rem !important;
  }
  .u-pc-mb99 {
    margin-bottom: 6.1875rem !important;
  }
  .u-pc-mb100 {
    margin-bottom: 6.25rem !important;
  }
  .u-pc-mb101 {
    margin-bottom: 6.3125rem !important;
  }
  .u-pc-mb102 {
    margin-bottom: 6.375rem !important;
  }
  .u-pc-mb103 {
    margin-bottom: 6.4375rem !important;
  }
  .u-pc-mb104 {
    margin-bottom: 6.5rem !important;
  }
  .u-pc-mb105 {
    margin-bottom: 6.5625rem !important;
  }
  .u-pc-mb106 {
    margin-bottom: 6.625rem !important;
  }
  .u-pc-mb107 {
    margin-bottom: 6.6875rem !important;
  }
  .u-pc-mb108 {
    margin-bottom: 6.75rem !important;
  }
  .u-pc-mb109 {
    margin-bottom: 6.8125rem !important;
  }
  .u-pc-mb110 {
    margin-bottom: 6.875rem !important;
  }
  .u-pc-mb111 {
    margin-bottom: 6.9375rem !important;
  }
  .u-pc-mb112 {
    margin-bottom: 7rem !important;
  }
  .u-pc-mb113 {
    margin-bottom: 7.0625rem !important;
  }
  .u-pc-mb114 {
    margin-bottom: 7.125rem !important;
  }
  .u-pc-mb115 {
    margin-bottom: 7.1875rem !important;
  }
  .u-pc-mb116 {
    margin-bottom: 7.25rem !important;
  }
  .u-pc-mb117 {
    margin-bottom: 7.3125rem !important;
  }
  .u-pc-mb118 {
    margin-bottom: 7.375rem !important;
  }
  .u-pc-mb119 {
    margin-bottom: 7.4375rem !important;
  }
  .u-pc-mb120 {
    margin-bottom: 7.5rem !important;
  }
  .u-pc-mb121 {
    margin-bottom: 7.5625rem !important;
  }
  .u-pc-mb122 {
    margin-bottom: 7.625rem !important;
  }
  .u-pc-mb123 {
    margin-bottom: 7.6875rem !important;
  }
  .u-pc-mb124 {
    margin-bottom: 7.75rem !important;
  }
  .u-pc-mb125 {
    margin-bottom: 7.8125rem !important;
  }
  .u-pc-mb126 {
    margin-bottom: 7.875rem !important;
  }
  .u-pc-mb127 {
    margin-bottom: 7.9375rem !important;
  }
  .u-pc-mb128 {
    margin-bottom: 8rem !important;
  }
  .u-pc-mb129 {
    margin-bottom: 8.0625rem !important;
  }
  .u-pc-mb130 {
    margin-bottom: 8.125rem !important;
  }
  .u-pc-mb131 {
    margin-bottom: 8.1875rem !important;
  }
  .u-pc-mb132 {
    margin-bottom: 8.25rem !important;
  }
  .u-pc-mb133 {
    margin-bottom: 8.3125rem !important;
  }
  .u-pc-mb134 {
    margin-bottom: 8.375rem !important;
  }
  .u-pc-mb135 {
    margin-bottom: 8.4375rem !important;
  }
  .u-pc-mb136 {
    margin-bottom: 8.5rem !important;
  }
  .u-pc-mb137 {
    margin-bottom: 8.5625rem !important;
  }
  .u-pc-mb138 {
    margin-bottom: 8.625rem !important;
  }
  .u-pc-mb139 {
    margin-bottom: 8.6875rem !important;
  }
  .u-pc-mb140 {
    margin-bottom: 8.75rem !important;
  }
  .u-pc-mb141 {
    margin-bottom: 8.8125rem !important;
  }
  .u-pc-mb142 {
    margin-bottom: 8.875rem !important;
  }
  .u-pc-mb143 {
    margin-bottom: 8.9375rem !important;
  }
  .u-pc-mb144 {
    margin-bottom: 9rem !important;
  }
  .u-pc-mb145 {
    margin-bottom: 9.0625rem !important;
  }
  .u-pc-mb146 {
    margin-bottom: 9.125rem !important;
  }
  .u-pc-mb147 {
    margin-bottom: 9.1875rem !important;
  }
  .u-pc-mb148 {
    margin-bottom: 9.25rem !important;
  }
  .u-pc-mb149 {
    margin-bottom: 9.3125rem !important;
  }
  .u-pc-mb150 {
    margin-bottom: 9.375rem !important;
  }
  .u-pc-mb151 {
    margin-bottom: 9.4375rem !important;
  }
  .u-pc-mb152 {
    margin-bottom: 9.5rem !important;
  }
  .u-pc-mb153 {
    margin-bottom: 9.5625rem !important;
  }
  .u-pc-mb154 {
    margin-bottom: 9.625rem !important;
  }
  .u-pc-mb155 {
    margin-bottom: 9.6875rem !important;
  }
  .u-pc-mb156 {
    margin-bottom: 9.75rem !important;
  }
  .u-pc-mb157 {
    margin-bottom: 9.8125rem !important;
  }
  .u-pc-mb158 {
    margin-bottom: 9.875rem !important;
  }
  .u-pc-mb159 {
    margin-bottom: 9.9375rem !important;
  }
  .u-pc-mb160 {
    margin-bottom: 10rem !important;
  }
  .u-pc-mb161 {
    margin-bottom: 10.0625rem !important;
  }
  .u-pc-mb162 {
    margin-bottom: 10.125rem !important;
  }
  .u-pc-mb163 {
    margin-bottom: 10.1875rem !important;
  }
  .u-pc-mb164 {
    margin-bottom: 10.25rem !important;
  }
  .u-pc-mb165 {
    margin-bottom: 10.3125rem !important;
  }
  .u-pc-mb166 {
    margin-bottom: 10.375rem !important;
  }
  .u-pc-mb167 {
    margin-bottom: 10.4375rem !important;
  }
  .u-pc-mb168 {
    margin-bottom: 10.5rem !important;
  }
  .u-pc-mb169 {
    margin-bottom: 10.5625rem !important;
  }
  .u-pc-mb170 {
    margin-bottom: 10.625rem !important;
  }
  .u-pc-mb171 {
    margin-bottom: 10.6875rem !important;
  }
  .u-pc-mb172 {
    margin-bottom: 10.75rem !important;
  }
  .u-pc-mb173 {
    margin-bottom: 10.8125rem !important;
  }
  .u-pc-mb174 {
    margin-bottom: 10.875rem !important;
  }
  .u-pc-mb175 {
    margin-bottom: 10.9375rem !important;
  }
  .u-pc-mb176 {
    margin-bottom: 11rem !important;
  }
  .u-pc-mb177 {
    margin-bottom: 11.0625rem !important;
  }
  .u-pc-mb178 {
    margin-bottom: 11.125rem !important;
  }
  .u-pc-mb179 {
    margin-bottom: 11.1875rem !important;
  }
  .u-pc-mb180 {
    margin-bottom: 11.25rem !important;
  }
  .u-pc-mb181 {
    margin-bottom: 11.3125rem !important;
  }
  .u-pc-mb182 {
    margin-bottom: 11.375rem !important;
  }
  .u-pc-mb183 {
    margin-bottom: 11.4375rem !important;
  }
  .u-pc-mb184 {
    margin-bottom: 11.5rem !important;
  }
  .u-pc-mb185 {
    margin-bottom: 11.5625rem !important;
  }
  .u-pc-mb186 {
    margin-bottom: 11.625rem !important;
  }
  .u-pc-mb187 {
    margin-bottom: 11.6875rem !important;
  }
  .u-pc-mb188 {
    margin-bottom: 11.75rem !important;
  }
  .u-pc-mb189 {
    margin-bottom: 11.8125rem !important;
  }
  .u-pc-mb190 {
    margin-bottom: 11.875rem !important;
  }
  .u-pc-mb191 {
    margin-bottom: 11.9375rem !important;
  }
  .u-pc-mb192 {
    margin-bottom: 12rem !important;
  }
  .u-pc-mb193 {
    margin-bottom: 12.0625rem !important;
  }
  .u-pc-mb194 {
    margin-bottom: 12.125rem !important;
  }
  .u-pc-mb195 {
    margin-bottom: 12.1875rem !important;
  }
  .u-pc-mb196 {
    margin-bottom: 12.25rem !important;
  }
  .u-pc-mb197 {
    margin-bottom: 12.3125rem !important;
  }
  .u-pc-mb198 {
    margin-bottom: 12.375rem !important;
  }
  .u-pc-mb199 {
    margin-bottom: 12.4375rem !important;
  }
  .u-pc-mb200 {
    margin-bottom: 12.5rem !important;
  }
}
@media (max-width: 767px) {
  .u-sp-mt1 {
    margin-top: 0.0625rem !important;
  }
  .u-sp-mt2 {
    margin-top: 0.125rem !important;
  }
  .u-sp-mt3 {
    margin-top: 0.1875rem !important;
  }
  .u-sp-mt4 {
    margin-top: 0.25rem !important;
  }
  .u-sp-mt5 {
    margin-top: 0.3125rem !important;
  }
  .u-sp-mt6 {
    margin-top: 0.375rem !important;
  }
  .u-sp-mt7 {
    margin-top: 0.4375rem !important;
  }
  .u-sp-mt8 {
    margin-top: 0.5rem !important;
  }
  .u-sp-mt9 {
    margin-top: 0.5625rem !important;
  }
  .u-sp-mt10 {
    margin-top: 0.625rem !important;
  }
  .u-sp-mt11 {
    margin-top: 0.6875rem !important;
  }
  .u-sp-mt12 {
    margin-top: 0.75rem !important;
  }
  .u-sp-mt13 {
    margin-top: 0.8125rem !important;
  }
  .u-sp-mt14 {
    margin-top: 0.875rem !important;
  }
  .u-sp-mt15 {
    margin-top: 0.9375rem !important;
  }
  .u-sp-mt16 {
    margin-top: 1rem !important;
  }
  .u-sp-mt17 {
    margin-top: 1.0625rem !important;
  }
  .u-sp-mt18 {
    margin-top: 1.125rem !important;
  }
  .u-sp-mt19 {
    margin-top: 1.1875rem !important;
  }
  .u-sp-mt20 {
    margin-top: 1.25rem !important;
  }
  .u-sp-mt21 {
    margin-top: 1.3125rem !important;
  }
  .u-sp-mt22 {
    margin-top: 1.375rem !important;
  }
  .u-sp-mt23 {
    margin-top: 1.4375rem !important;
  }
  .u-sp-mt24 {
    margin-top: 1.5rem !important;
  }
  .u-sp-mt25 {
    margin-top: 1.5625rem !important;
  }
  .u-sp-mt26 {
    margin-top: 1.625rem !important;
  }
  .u-sp-mt27 {
    margin-top: 1.6875rem !important;
  }
  .u-sp-mt28 {
    margin-top: 1.75rem !important;
  }
  .u-sp-mt29 {
    margin-top: 1.8125rem !important;
  }
  .u-sp-mt30 {
    margin-top: 1.875rem !important;
  }
  .u-sp-mt31 {
    margin-top: 1.9375rem !important;
  }
  .u-sp-mt32 {
    margin-top: 2rem !important;
  }
  .u-sp-mt33 {
    margin-top: 2.0625rem !important;
  }
  .u-sp-mt34 {
    margin-top: 2.125rem !important;
  }
  .u-sp-mt35 {
    margin-top: 2.1875rem !important;
  }
  .u-sp-mt36 {
    margin-top: 2.25rem !important;
  }
  .u-sp-mt37 {
    margin-top: 2.3125rem !important;
  }
  .u-sp-mt38 {
    margin-top: 2.375rem !important;
  }
  .u-sp-mt39 {
    margin-top: 2.4375rem !important;
  }
  .u-sp-mt40 {
    margin-top: 2.5rem !important;
  }
  .u-sp-mt41 {
    margin-top: 2.5625rem !important;
  }
  .u-sp-mt42 {
    margin-top: 2.625rem !important;
  }
  .u-sp-mt43 {
    margin-top: 2.6875rem !important;
  }
  .u-sp-mt44 {
    margin-top: 2.75rem !important;
  }
  .u-sp-mt45 {
    margin-top: 2.8125rem !important;
  }
  .u-sp-mt46 {
    margin-top: 2.875rem !important;
  }
  .u-sp-mt47 {
    margin-top: 2.9375rem !important;
  }
  .u-sp-mt48 {
    margin-top: 3rem !important;
  }
  .u-sp-mt49 {
    margin-top: 3.0625rem !important;
  }
  .u-sp-mt50 {
    margin-top: 3.125rem !important;
  }
  .u-sp-mt51 {
    margin-top: 3.1875rem !important;
  }
  .u-sp-mt52 {
    margin-top: 3.25rem !important;
  }
  .u-sp-mt53 {
    margin-top: 3.3125rem !important;
  }
  .u-sp-mt54 {
    margin-top: 3.375rem !important;
  }
  .u-sp-mt55 {
    margin-top: 3.4375rem !important;
  }
  .u-sp-mt56 {
    margin-top: 3.5rem !important;
  }
  .u-sp-mt57 {
    margin-top: 3.5625rem !important;
  }
  .u-sp-mt58 {
    margin-top: 3.625rem !important;
  }
  .u-sp-mt59 {
    margin-top: 3.6875rem !important;
  }
  .u-sp-mt60 {
    margin-top: 3.75rem !important;
  }
  .u-sp-mt61 {
    margin-top: 3.8125rem !important;
  }
  .u-sp-mt62 {
    margin-top: 3.875rem !important;
  }
  .u-sp-mt63 {
    margin-top: 3.9375rem !important;
  }
  .u-sp-mt64 {
    margin-top: 4rem !important;
  }
  .u-sp-mt65 {
    margin-top: 4.0625rem !important;
  }
  .u-sp-mt66 {
    margin-top: 4.125rem !important;
  }
  .u-sp-mt67 {
    margin-top: 4.1875rem !important;
  }
  .u-sp-mt68 {
    margin-top: 4.25rem !important;
  }
  .u-sp-mt69 {
    margin-top: 4.3125rem !important;
  }
  .u-sp-mt70 {
    margin-top: 4.375rem !important;
  }
  .u-sp-mt71 {
    margin-top: 4.4375rem !important;
  }
  .u-sp-mt72 {
    margin-top: 4.5rem !important;
  }
  .u-sp-mt73 {
    margin-top: 4.5625rem !important;
  }
  .u-sp-mt74 {
    margin-top: 4.625rem !important;
  }
  .u-sp-mt75 {
    margin-top: 4.6875rem !important;
  }
  .u-sp-mt76 {
    margin-top: 4.75rem !important;
  }
  .u-sp-mt77 {
    margin-top: 4.8125rem !important;
  }
  .u-sp-mt78 {
    margin-top: 4.875rem !important;
  }
  .u-sp-mt79 {
    margin-top: 4.9375rem !important;
  }
  .u-sp-mt80 {
    margin-top: 5rem !important;
  }
  .u-sp-mt81 {
    margin-top: 5.0625rem !important;
  }
  .u-sp-mt82 {
    margin-top: 5.125rem !important;
  }
  .u-sp-mt83 {
    margin-top: 5.1875rem !important;
  }
  .u-sp-mt84 {
    margin-top: 5.25rem !important;
  }
  .u-sp-mt85 {
    margin-top: 5.3125rem !important;
  }
  .u-sp-mt86 {
    margin-top: 5.375rem !important;
  }
  .u-sp-mt87 {
    margin-top: 5.4375rem !important;
  }
  .u-sp-mt88 {
    margin-top: 5.5rem !important;
  }
  .u-sp-mt89 {
    margin-top: 5.5625rem !important;
  }
  .u-sp-mt90 {
    margin-top: 5.625rem !important;
  }
  .u-sp-mt91 {
    margin-top: 5.6875rem !important;
  }
  .u-sp-mt92 {
    margin-top: 5.75rem !important;
  }
  .u-sp-mt93 {
    margin-top: 5.8125rem !important;
  }
  .u-sp-mt94 {
    margin-top: 5.875rem !important;
  }
  .u-sp-mt95 {
    margin-top: 5.9375rem !important;
  }
  .u-sp-mt96 {
    margin-top: 6rem !important;
  }
  .u-sp-mt97 {
    margin-top: 6.0625rem !important;
  }
  .u-sp-mt98 {
    margin-top: 6.125rem !important;
  }
  .u-sp-mt99 {
    margin-top: 6.1875rem !important;
  }
  .u-sp-mt100 {
    margin-top: 6.25rem !important;
  }
  .u-sp-mt101 {
    margin-top: 6.3125rem !important;
  }
  .u-sp-mt102 {
    margin-top: 6.375rem !important;
  }
  .u-sp-mt103 {
    margin-top: 6.4375rem !important;
  }
  .u-sp-mt104 {
    margin-top: 6.5rem !important;
  }
  .u-sp-mt105 {
    margin-top: 6.5625rem !important;
  }
  .u-sp-mt106 {
    margin-top: 6.625rem !important;
  }
  .u-sp-mt107 {
    margin-top: 6.6875rem !important;
  }
  .u-sp-mt108 {
    margin-top: 6.75rem !important;
  }
  .u-sp-mt109 {
    margin-top: 6.8125rem !important;
  }
  .u-sp-mt110 {
    margin-top: 6.875rem !important;
  }
  .u-sp-mt111 {
    margin-top: 6.9375rem !important;
  }
  .u-sp-mt112 {
    margin-top: 7rem !important;
  }
  .u-sp-mt113 {
    margin-top: 7.0625rem !important;
  }
  .u-sp-mt114 {
    margin-top: 7.125rem !important;
  }
  .u-sp-mt115 {
    margin-top: 7.1875rem !important;
  }
  .u-sp-mt116 {
    margin-top: 7.25rem !important;
  }
  .u-sp-mt117 {
    margin-top: 7.3125rem !important;
  }
  .u-sp-mt118 {
    margin-top: 7.375rem !important;
  }
  .u-sp-mt119 {
    margin-top: 7.4375rem !important;
  }
  .u-sp-mt120 {
    margin-top: 7.5rem !important;
  }
  .u-sp-mt121 {
    margin-top: 7.5625rem !important;
  }
  .u-sp-mt122 {
    margin-top: 7.625rem !important;
  }
  .u-sp-mt123 {
    margin-top: 7.6875rem !important;
  }
  .u-sp-mt124 {
    margin-top: 7.75rem !important;
  }
  .u-sp-mt125 {
    margin-top: 7.8125rem !important;
  }
  .u-sp-mt126 {
    margin-top: 7.875rem !important;
  }
  .u-sp-mt127 {
    margin-top: 7.9375rem !important;
  }
  .u-sp-mt128 {
    margin-top: 8rem !important;
  }
  .u-sp-mt129 {
    margin-top: 8.0625rem !important;
  }
  .u-sp-mt130 {
    margin-top: 8.125rem !important;
  }
  .u-sp-mt131 {
    margin-top: 8.1875rem !important;
  }
  .u-sp-mt132 {
    margin-top: 8.25rem !important;
  }
  .u-sp-mt133 {
    margin-top: 8.3125rem !important;
  }
  .u-sp-mt134 {
    margin-top: 8.375rem !important;
  }
  .u-sp-mt135 {
    margin-top: 8.4375rem !important;
  }
  .u-sp-mt136 {
    margin-top: 8.5rem !important;
  }
  .u-sp-mt137 {
    margin-top: 8.5625rem !important;
  }
  .u-sp-mt138 {
    margin-top: 8.625rem !important;
  }
  .u-sp-mt139 {
    margin-top: 8.6875rem !important;
  }
  .u-sp-mt140 {
    margin-top: 8.75rem !important;
  }
  .u-sp-mt141 {
    margin-top: 8.8125rem !important;
  }
  .u-sp-mt142 {
    margin-top: 8.875rem !important;
  }
  .u-sp-mt143 {
    margin-top: 8.9375rem !important;
  }
  .u-sp-mt144 {
    margin-top: 9rem !important;
  }
  .u-sp-mt145 {
    margin-top: 9.0625rem !important;
  }
  .u-sp-mt146 {
    margin-top: 9.125rem !important;
  }
  .u-sp-mt147 {
    margin-top: 9.1875rem !important;
  }
  .u-sp-mt148 {
    margin-top: 9.25rem !important;
  }
  .u-sp-mt149 {
    margin-top: 9.3125rem !important;
  }
  .u-sp-mt150 {
    margin-top: 9.375rem !important;
  }
  .u-sp-mt151 {
    margin-top: 9.4375rem !important;
  }
  .u-sp-mt152 {
    margin-top: 9.5rem !important;
  }
  .u-sp-mt153 {
    margin-top: 9.5625rem !important;
  }
  .u-sp-mt154 {
    margin-top: 9.625rem !important;
  }
  .u-sp-mt155 {
    margin-top: 9.6875rem !important;
  }
  .u-sp-mt156 {
    margin-top: 9.75rem !important;
  }
  .u-sp-mt157 {
    margin-top: 9.8125rem !important;
  }
  .u-sp-mt158 {
    margin-top: 9.875rem !important;
  }
  .u-sp-mt159 {
    margin-top: 9.9375rem !important;
  }
  .u-sp-mt160 {
    margin-top: 10rem !important;
  }
  .u-sp-mt161 {
    margin-top: 10.0625rem !important;
  }
  .u-sp-mt162 {
    margin-top: 10.125rem !important;
  }
  .u-sp-mt163 {
    margin-top: 10.1875rem !important;
  }
  .u-sp-mt164 {
    margin-top: 10.25rem !important;
  }
  .u-sp-mt165 {
    margin-top: 10.3125rem !important;
  }
  .u-sp-mt166 {
    margin-top: 10.375rem !important;
  }
  .u-sp-mt167 {
    margin-top: 10.4375rem !important;
  }
  .u-sp-mt168 {
    margin-top: 10.5rem !important;
  }
  .u-sp-mt169 {
    margin-top: 10.5625rem !important;
  }
  .u-sp-mt170 {
    margin-top: 10.625rem !important;
  }
  .u-sp-mt171 {
    margin-top: 10.6875rem !important;
  }
  .u-sp-mt172 {
    margin-top: 10.75rem !important;
  }
  .u-sp-mt173 {
    margin-top: 10.8125rem !important;
  }
  .u-sp-mt174 {
    margin-top: 10.875rem !important;
  }
  .u-sp-mt175 {
    margin-top: 10.9375rem !important;
  }
  .u-sp-mt176 {
    margin-top: 11rem !important;
  }
  .u-sp-mt177 {
    margin-top: 11.0625rem !important;
  }
  .u-sp-mt178 {
    margin-top: 11.125rem !important;
  }
  .u-sp-mt179 {
    margin-top: 11.1875rem !important;
  }
  .u-sp-mt180 {
    margin-top: 11.25rem !important;
  }
  .u-sp-mt181 {
    margin-top: 11.3125rem !important;
  }
  .u-sp-mt182 {
    margin-top: 11.375rem !important;
  }
  .u-sp-mt183 {
    margin-top: 11.4375rem !important;
  }
  .u-sp-mt184 {
    margin-top: 11.5rem !important;
  }
  .u-sp-mt185 {
    margin-top: 11.5625rem !important;
  }
  .u-sp-mt186 {
    margin-top: 11.625rem !important;
  }
  .u-sp-mt187 {
    margin-top: 11.6875rem !important;
  }
  .u-sp-mt188 {
    margin-top: 11.75rem !important;
  }
  .u-sp-mt189 {
    margin-top: 11.8125rem !important;
  }
  .u-sp-mt190 {
    margin-top: 11.875rem !important;
  }
  .u-sp-mt191 {
    margin-top: 11.9375rem !important;
  }
  .u-sp-mt192 {
    margin-top: 12rem !important;
  }
  .u-sp-mt193 {
    margin-top: 12.0625rem !important;
  }
  .u-sp-mt194 {
    margin-top: 12.125rem !important;
  }
  .u-sp-mt195 {
    margin-top: 12.1875rem !important;
  }
  .u-sp-mt196 {
    margin-top: 12.25rem !important;
  }
  .u-sp-mt197 {
    margin-top: 12.3125rem !important;
  }
  .u-sp-mt198 {
    margin-top: 12.375rem !important;
  }
  .u-sp-mt199 {
    margin-top: 12.4375rem !important;
  }
  .u-sp-mt200 {
    margin-top: 12.5rem !important;
  }
  .u-sp-mb1 {
    margin-bottom: 0.0625rem !important;
  }
  .u-sp-mb2 {
    margin-bottom: 0.125rem !important;
  }
  .u-sp-mb3 {
    margin-bottom: 0.1875rem !important;
  }
  .u-sp-mb4 {
    margin-bottom: 0.25rem !important;
  }
  .u-sp-mb5 {
    margin-bottom: 0.3125rem !important;
  }
  .u-sp-mb6 {
    margin-bottom: 0.375rem !important;
  }
  .u-sp-mb7 {
    margin-bottom: 0.4375rem !important;
  }
  .u-sp-mb8 {
    margin-bottom: 0.5rem !important;
  }
  .u-sp-mb9 {
    margin-bottom: 0.5625rem !important;
  }
  .u-sp-mb10 {
    margin-bottom: 0.625rem !important;
  }
  .u-sp-mb11 {
    margin-bottom: 0.6875rem !important;
  }
  .u-sp-mb12 {
    margin-bottom: 0.75rem !important;
  }
  .u-sp-mb13 {
    margin-bottom: 0.8125rem !important;
  }
  .u-sp-mb14 {
    margin-bottom: 0.875rem !important;
  }
  .u-sp-mb15 {
    margin-bottom: 0.9375rem !important;
  }
  .u-sp-mb16 {
    margin-bottom: 1rem !important;
  }
  .u-sp-mb17 {
    margin-bottom: 1.0625rem !important;
  }
  .u-sp-mb18 {
    margin-bottom: 1.125rem !important;
  }
  .u-sp-mb19 {
    margin-bottom: 1.1875rem !important;
  }
  .u-sp-mb20 {
    margin-bottom: 1.25rem !important;
  }
  .u-sp-mb21 {
    margin-bottom: 1.3125rem !important;
  }
  .u-sp-mb22 {
    margin-bottom: 1.375rem !important;
  }
  .u-sp-mb23 {
    margin-bottom: 1.4375rem !important;
  }
  .u-sp-mb24 {
    margin-bottom: 1.5rem !important;
  }
  .u-sp-mb25 {
    margin-bottom: 1.5625rem !important;
  }
  .u-sp-mb26 {
    margin-bottom: 1.625rem !important;
  }
  .u-sp-mb27 {
    margin-bottom: 1.6875rem !important;
  }
  .u-sp-mb28 {
    margin-bottom: 1.75rem !important;
  }
  .u-sp-mb29 {
    margin-bottom: 1.8125rem !important;
  }
  .u-sp-mb30 {
    margin-bottom: 1.875rem !important;
  }
  .u-sp-mb31 {
    margin-bottom: 1.9375rem !important;
  }
  .u-sp-mb32 {
    margin-bottom: 2rem !important;
  }
  .u-sp-mb33 {
    margin-bottom: 2.0625rem !important;
  }
  .u-sp-mb34 {
    margin-bottom: 2.125rem !important;
  }
  .u-sp-mb35 {
    margin-bottom: 2.1875rem !important;
  }
  .u-sp-mb36 {
    margin-bottom: 2.25rem !important;
  }
  .u-sp-mb37 {
    margin-bottom: 2.3125rem !important;
  }
  .u-sp-mb38 {
    margin-bottom: 2.375rem !important;
  }
  .u-sp-mb39 {
    margin-bottom: 2.4375rem !important;
  }
  .u-sp-mb40 {
    margin-bottom: 2.5rem !important;
  }
  .u-sp-mb41 {
    margin-bottom: 2.5625rem !important;
  }
  .u-sp-mb42 {
    margin-bottom: 2.625rem !important;
  }
  .u-sp-mb43 {
    margin-bottom: 2.6875rem !important;
  }
  .u-sp-mb44 {
    margin-bottom: 2.75rem !important;
  }
  .u-sp-mb45 {
    margin-bottom: 2.8125rem !important;
  }
  .u-sp-mb46 {
    margin-bottom: 2.875rem !important;
  }
  .u-sp-mb47 {
    margin-bottom: 2.9375rem !important;
  }
  .u-sp-mb48 {
    margin-bottom: 3rem !important;
  }
  .u-sp-mb49 {
    margin-bottom: 3.0625rem !important;
  }
  .u-sp-mb50 {
    margin-bottom: 3.125rem !important;
  }
  .u-sp-mb51 {
    margin-bottom: 3.1875rem !important;
  }
  .u-sp-mb52 {
    margin-bottom: 3.25rem !important;
  }
  .u-sp-mb53 {
    margin-bottom: 3.3125rem !important;
  }
  .u-sp-mb54 {
    margin-bottom: 3.375rem !important;
  }
  .u-sp-mb55 {
    margin-bottom: 3.4375rem !important;
  }
  .u-sp-mb56 {
    margin-bottom: 3.5rem !important;
  }
  .u-sp-mb57 {
    margin-bottom: 3.5625rem !important;
  }
  .u-sp-mb58 {
    margin-bottom: 3.625rem !important;
  }
  .u-sp-mb59 {
    margin-bottom: 3.6875rem !important;
  }
  .u-sp-mb60 {
    margin-bottom: 3.75rem !important;
  }
  .u-sp-mb61 {
    margin-bottom: 3.8125rem !important;
  }
  .u-sp-mb62 {
    margin-bottom: 3.875rem !important;
  }
  .u-sp-mb63 {
    margin-bottom: 3.9375rem !important;
  }
  .u-sp-mb64 {
    margin-bottom: 4rem !important;
  }
  .u-sp-mb65 {
    margin-bottom: 4.0625rem !important;
  }
  .u-sp-mb66 {
    margin-bottom: 4.125rem !important;
  }
  .u-sp-mb67 {
    margin-bottom: 4.1875rem !important;
  }
  .u-sp-mb68 {
    margin-bottom: 4.25rem !important;
  }
  .u-sp-mb69 {
    margin-bottom: 4.3125rem !important;
  }
  .u-sp-mb70 {
    margin-bottom: 4.375rem !important;
  }
  .u-sp-mb71 {
    margin-bottom: 4.4375rem !important;
  }
  .u-sp-mb72 {
    margin-bottom: 4.5rem !important;
  }
  .u-sp-mb73 {
    margin-bottom: 4.5625rem !important;
  }
  .u-sp-mb74 {
    margin-bottom: 4.625rem !important;
  }
  .u-sp-mb75 {
    margin-bottom: 4.6875rem !important;
  }
  .u-sp-mb76 {
    margin-bottom: 4.75rem !important;
  }
  .u-sp-mb77 {
    margin-bottom: 4.8125rem !important;
  }
  .u-sp-mb78 {
    margin-bottom: 4.875rem !important;
  }
  .u-sp-mb79 {
    margin-bottom: 4.9375rem !important;
  }
  .u-sp-mb80 {
    margin-bottom: 5rem !important;
  }
  .u-sp-mb81 {
    margin-bottom: 5.0625rem !important;
  }
  .u-sp-mb82 {
    margin-bottom: 5.125rem !important;
  }
  .u-sp-mb83 {
    margin-bottom: 5.1875rem !important;
  }
  .u-sp-mb84 {
    margin-bottom: 5.25rem !important;
  }
  .u-sp-mb85 {
    margin-bottom: 5.3125rem !important;
  }
  .u-sp-mb86 {
    margin-bottom: 5.375rem !important;
  }
  .u-sp-mb87 {
    margin-bottom: 5.4375rem !important;
  }
  .u-sp-mb88 {
    margin-bottom: 5.5rem !important;
  }
  .u-sp-mb89 {
    margin-bottom: 5.5625rem !important;
  }
  .u-sp-mb90 {
    margin-bottom: 5.625rem !important;
  }
  .u-sp-mb91 {
    margin-bottom: 5.6875rem !important;
  }
  .u-sp-mb92 {
    margin-bottom: 5.75rem !important;
  }
  .u-sp-mb93 {
    margin-bottom: 5.8125rem !important;
  }
  .u-sp-mb94 {
    margin-bottom: 5.875rem !important;
  }
  .u-sp-mb95 {
    margin-bottom: 5.9375rem !important;
  }
  .u-sp-mb96 {
    margin-bottom: 6rem !important;
  }
  .u-sp-mb97 {
    margin-bottom: 6.0625rem !important;
  }
  .u-sp-mb98 {
    margin-bottom: 6.125rem !important;
  }
  .u-sp-mb99 {
    margin-bottom: 6.1875rem !important;
  }
  .u-sp-mb100 {
    margin-bottom: 6.25rem !important;
  }
  .u-sp-mb101 {
    margin-bottom: 6.3125rem !important;
  }
  .u-sp-mb102 {
    margin-bottom: 6.375rem !important;
  }
  .u-sp-mb103 {
    margin-bottom: 6.4375rem !important;
  }
  .u-sp-mb104 {
    margin-bottom: 6.5rem !important;
  }
  .u-sp-mb105 {
    margin-bottom: 6.5625rem !important;
  }
  .u-sp-mb106 {
    margin-bottom: 6.625rem !important;
  }
  .u-sp-mb107 {
    margin-bottom: 6.6875rem !important;
  }
  .u-sp-mb108 {
    margin-bottom: 6.75rem !important;
  }
  .u-sp-mb109 {
    margin-bottom: 6.8125rem !important;
  }
  .u-sp-mb110 {
    margin-bottom: 6.875rem !important;
  }
  .u-sp-mb111 {
    margin-bottom: 6.9375rem !important;
  }
  .u-sp-mb112 {
    margin-bottom: 7rem !important;
  }
  .u-sp-mb113 {
    margin-bottom: 7.0625rem !important;
  }
  .u-sp-mb114 {
    margin-bottom: 7.125rem !important;
  }
  .u-sp-mb115 {
    margin-bottom: 7.1875rem !important;
  }
  .u-sp-mb116 {
    margin-bottom: 7.25rem !important;
  }
  .u-sp-mb117 {
    margin-bottom: 7.3125rem !important;
  }
  .u-sp-mb118 {
    margin-bottom: 7.375rem !important;
  }
  .u-sp-mb119 {
    margin-bottom: 7.4375rem !important;
  }
  .u-sp-mb120 {
    margin-bottom: 7.5rem !important;
  }
  .u-sp-mb121 {
    margin-bottom: 7.5625rem !important;
  }
  .u-sp-mb122 {
    margin-bottom: 7.625rem !important;
  }
  .u-sp-mb123 {
    margin-bottom: 7.6875rem !important;
  }
  .u-sp-mb124 {
    margin-bottom: 7.75rem !important;
  }
  .u-sp-mb125 {
    margin-bottom: 7.8125rem !important;
  }
  .u-sp-mb126 {
    margin-bottom: 7.875rem !important;
  }
  .u-sp-mb127 {
    margin-bottom: 7.9375rem !important;
  }
  .u-sp-mb128 {
    margin-bottom: 8rem !important;
  }
  .u-sp-mb129 {
    margin-bottom: 8.0625rem !important;
  }
  .u-sp-mb130 {
    margin-bottom: 8.125rem !important;
  }
  .u-sp-mb131 {
    margin-bottom: 8.1875rem !important;
  }
  .u-sp-mb132 {
    margin-bottom: 8.25rem !important;
  }
  .u-sp-mb133 {
    margin-bottom: 8.3125rem !important;
  }
  .u-sp-mb134 {
    margin-bottom: 8.375rem !important;
  }
  .u-sp-mb135 {
    margin-bottom: 8.4375rem !important;
  }
  .u-sp-mb136 {
    margin-bottom: 8.5rem !important;
  }
  .u-sp-mb137 {
    margin-bottom: 8.5625rem !important;
  }
  .u-sp-mb138 {
    margin-bottom: 8.625rem !important;
  }
  .u-sp-mb139 {
    margin-bottom: 8.6875rem !important;
  }
  .u-sp-mb140 {
    margin-bottom: 8.75rem !important;
  }
  .u-sp-mb141 {
    margin-bottom: 8.8125rem !important;
  }
  .u-sp-mb142 {
    margin-bottom: 8.875rem !important;
  }
  .u-sp-mb143 {
    margin-bottom: 8.9375rem !important;
  }
  .u-sp-mb144 {
    margin-bottom: 9rem !important;
  }
  .u-sp-mb145 {
    margin-bottom: 9.0625rem !important;
  }
  .u-sp-mb146 {
    margin-bottom: 9.125rem !important;
  }
  .u-sp-mb147 {
    margin-bottom: 9.1875rem !important;
  }
  .u-sp-mb148 {
    margin-bottom: 9.25rem !important;
  }
  .u-sp-mb149 {
    margin-bottom: 9.3125rem !important;
  }
  .u-sp-mb150 {
    margin-bottom: 9.375rem !important;
  }
  .u-sp-mb151 {
    margin-bottom: 9.4375rem !important;
  }
  .u-sp-mb152 {
    margin-bottom: 9.5rem !important;
  }
  .u-sp-mb153 {
    margin-bottom: 9.5625rem !important;
  }
  .u-sp-mb154 {
    margin-bottom: 9.625rem !important;
  }
  .u-sp-mb155 {
    margin-bottom: 9.6875rem !important;
  }
  .u-sp-mb156 {
    margin-bottom: 9.75rem !important;
  }
  .u-sp-mb157 {
    margin-bottom: 9.8125rem !important;
  }
  .u-sp-mb158 {
    margin-bottom: 9.875rem !important;
  }
  .u-sp-mb159 {
    margin-bottom: 9.9375rem !important;
  }
  .u-sp-mb160 {
    margin-bottom: 10rem !important;
  }
  .u-sp-mb161 {
    margin-bottom: 10.0625rem !important;
  }
  .u-sp-mb162 {
    margin-bottom: 10.125rem !important;
  }
  .u-sp-mb163 {
    margin-bottom: 10.1875rem !important;
  }
  .u-sp-mb164 {
    margin-bottom: 10.25rem !important;
  }
  .u-sp-mb165 {
    margin-bottom: 10.3125rem !important;
  }
  .u-sp-mb166 {
    margin-bottom: 10.375rem !important;
  }
  .u-sp-mb167 {
    margin-bottom: 10.4375rem !important;
  }
  .u-sp-mb168 {
    margin-bottom: 10.5rem !important;
  }
  .u-sp-mb169 {
    margin-bottom: 10.5625rem !important;
  }
  .u-sp-mb170 {
    margin-bottom: 10.625rem !important;
  }
  .u-sp-mb171 {
    margin-bottom: 10.6875rem !important;
  }
  .u-sp-mb172 {
    margin-bottom: 10.75rem !important;
  }
  .u-sp-mb173 {
    margin-bottom: 10.8125rem !important;
  }
  .u-sp-mb174 {
    margin-bottom: 10.875rem !important;
  }
  .u-sp-mb175 {
    margin-bottom: 10.9375rem !important;
  }
  .u-sp-mb176 {
    margin-bottom: 11rem !important;
  }
  .u-sp-mb177 {
    margin-bottom: 11.0625rem !important;
  }
  .u-sp-mb178 {
    margin-bottom: 11.125rem !important;
  }
  .u-sp-mb179 {
    margin-bottom: 11.1875rem !important;
  }
  .u-sp-mb180 {
    margin-bottom: 11.25rem !important;
  }
  .u-sp-mb181 {
    margin-bottom: 11.3125rem !important;
  }
  .u-sp-mb182 {
    margin-bottom: 11.375rem !important;
  }
  .u-sp-mb183 {
    margin-bottom: 11.4375rem !important;
  }
  .u-sp-mb184 {
    margin-bottom: 11.5rem !important;
  }
  .u-sp-mb185 {
    margin-bottom: 11.5625rem !important;
  }
  .u-sp-mb186 {
    margin-bottom: 11.625rem !important;
  }
  .u-sp-mb187 {
    margin-bottom: 11.6875rem !important;
  }
  .u-sp-mb188 {
    margin-bottom: 11.75rem !important;
  }
  .u-sp-mb189 {
    margin-bottom: 11.8125rem !important;
  }
  .u-sp-mb190 {
    margin-bottom: 11.875rem !important;
  }
  .u-sp-mb191 {
    margin-bottom: 11.9375rem !important;
  }
  .u-sp-mb192 {
    margin-bottom: 12rem !important;
  }
  .u-sp-mb193 {
    margin-bottom: 12.0625rem !important;
  }
  .u-sp-mb194 {
    margin-bottom: 12.125rem !important;
  }
  .u-sp-mb195 {
    margin-bottom: 12.1875rem !important;
  }
  .u-sp-mb196 {
    margin-bottom: 12.25rem !important;
  }
  .u-sp-mb197 {
    margin-bottom: 12.3125rem !important;
  }
  .u-sp-mb198 {
    margin-bottom: 12.375rem !important;
  }
  .u-sp-mb199 {
    margin-bottom: 12.4375rem !important;
  }
  .u-sp-mb200 {
    margin-bottom: 12.5rem !important;
  }
}
/* text
------------------------------------------ */
.u-screen-leader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.u-italic {
  font-style: italic;
}

.u-small-caps {
  font-variant: small-caps;
}

.u-bold {
  font-weight: bold;
}

.u-xx-small {
  font-size: 60%;
}

.u-x-small {
  font-size: 75%;
}

.u-small {
  font-size: 88.88%;
}

.u-large {
  font-size: 120%;
}

.u-x-large {
  font-size: 150%;
}

.u-xx-large {
  font-size: 200%;
}

.u-lh-100 {
  line-height: 1;
}

.u-lh-125 {
  line-height: 1.25;
}

.u-lh-150 {
  line-height: 1.5;
}

.u-lh-175 {
  line-height: 1.75;
}

.u-lh-200 {
  line-height: 2;
}

.u-overline {
  text-decoration: overline;
}

.u-underline {
  text-decoration: underline;
}

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

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

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

.u-indent {
  text-indent: 1em;
}

.u-indent-back {
  padding-left: 1em;
  text-indent: -1em;
}

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

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

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

@media (min-width: 768px) {
  .u-pc-italic {
    font-style: italic;
  }
  .u-pc-small-caps {
    font-variant: small-caps;
  }
  .u-pc-bold {
    font-weight: bold;
  }
  .u-pc-xx-small {
    font-size: 60%;
  }
  .u-pc-x-small {
    font-size: 75%;
  }
  .u-pc-small {
    font-size: 88.88%;
  }
  .u-pc-large {
    font-size: 120%;
  }
  .u-pc-x-large {
    font-size: 150%;
  }
  .u-pc-xx-large {
    font-size: 200%;
  }
  .u-pc-lh-100 {
    line-height: 1;
  }
  .u-pc-lh-125 {
    line-height: 1.25;
  }
  .u-pc-lh-150 {
    line-height: 1.5;
  }
  .u-pc-lh-175 {
    line-height: 1.75;
  }
  .u-pc-lh-200 {
    line-height: 2;
  }
  .u-pc-overline {
    text-decoration: overline;
  }
  .u-pc-underline {
    text-decoration: underline;
  }
  .u-pc-capitalize {
    text-transform: capitalize;
  }
  .u-pc-uppercase {
    text-transform: uppercase;
  }
  .u-pc-lowercase {
    text-transform: lowercase;
  }
  .u-pc-indent {
    text-indent: 1em;
  }
  .u-pc-indent-back {
    padding-left: 1em;
    text-indent: -1em;
  }
  .u-pc-text-left {
    text-align: left;
  }
  .u-pc-text-right {
    text-align: right;
  }
  .u-pc-text-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .u-sp-italic {
    font-style: italic;
  }
  .u-sp-small-caps {
    font-variant: small-caps;
  }
  .u-sp-bold {
    font-weight: bold;
  }
  .u-sp-xx-small {
    font-size: 60%;
  }
  .u-sp-x-small {
    font-size: 75%;
  }
  .u-sp-small {
    font-size: 88.88%;
  }
  .u-sp-large {
    font-size: 120%;
  }
  .u-sp-x-large {
    font-size: 150%;
  }
  .u-sp-xx-large {
    font-size: 200%;
  }
  .u-sp-lh-100 {
    line-height: 1;
  }
  .u-sp-lh-125 {
    line-height: 1.25;
  }
  .u-sp-lh-150 {
    line-height: 1.5;
  }
  .u-sp-lh-175 {
    line-height: 1.75;
  }
  .u-sp-lh-200 {
    line-height: 2;
  }
  .u-sp-overline {
    text-decoration: overline;
  }
  .u-sp-underline {
    text-decoration: underline;
  }
  .u-sp-capitalize {
    text-transform: capitalize;
  }
  .u-sp-uppercase {
    text-transform: uppercase;
  }
  .u-sp-lowercase {
    text-transform: lowercase;
  }
  .u-sp-indent {
    text-indent: 1em;
  }
  .u-sp-indent-back {
    padding-left: 1em;
    text-indent: -1em;
  }
  .u-sp-text-left {
    text-align: left;
  }
  .u-sp-text-right {
    text-align: right;
  }
  .u-sp-text-center {
    text-align: center;
  }
}
/* display
------------------------------------------ */
@media (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}

.u-pc-only {
  display: none;
}
@media (min-width: 768px) {
  .u-pc-only {
    display: block;
  }
}/*# sourceMappingURL=app.css.map */