@charset "UTF-8";

/* 共通パーツ
--------------------------------------- */

.site-main img[src$=".svg"] {
  width: 100%;
  height: auto;
}

.of--pc,
[class].of--pc {
  display: none;
}

.of--sp,
[class].of--sp {
  display: inherit;
}

.txt--break.of--block {
  display: block;
}

.txt--break.of--inline {
  display: inline;
}

.txt--break.of--one-word {
  display: inline-block;
}

.txt--break--pc {
  display: inline;
}

.txt--break--sp {
  display: block;
}

.of--grid {
  display: flex;
}

.of--flow-reverse {
  flex-flow: row-reverse;
}

.of--sp-wrap {
  flex-wrap: wrap;
}

.of--absolute {
  position: absolute;
}

.of--max-w1270 {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.of--max-w1440 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.of--max-w295 {
  max-width: 295px;
}

.of--fc-c00 {
  color: #c00;
}

.str-outer.of--bg-eee {
  background-color: #eee;
}

.str-outer.of--bg-fcefef {
  background-color: #fcefef;
}

.str-outer.of--bg-000 {
  background-color: #000;
}

.str-outer.of--bg-eee .str-inner {
  overflow: hidden;
}

.posi--left,
.posi--left-top,
.posi--left-bottom,
.posi--left-middle,
.posi--right,
.posi--right-top,
.posi--right-bottom,
.posi--right-middle,
.posi--center,
.posi--center-top.of--flex,
.posi--center-bottom.of--flex,
.posi--center-middle {
  position: absolute;
}

.posi--left {
  left: 0;
}

.posi--left-top {
  left: 0;
  top: 0;
}

.posi--left-bottom {
  bottom: 0;
  left: 0;
}

.posi--left-middle {
  bottom: 0;
  top: 0;
  left: 0;
}

.posi--left-middle.of--flex {
  align-items: center;
  display: flex;
}

.posi--right {
  right: 0;
}

.posi--right-top {
  right: 0;
  top: 0;
}

.posi--right-bottom {
  bottom: 0;
  right: 0;
}

.posi--right-middle {
  bottom: 0;
  right: 0;
  top: 0;
}

.posi--right-middle.of--flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.posi--center {
  left: 0;
  right: 0;
}

.posi--center-middle {
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
}

.posi--center.of--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.posi--center-top.of--flex {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.posi--center-bottom.of--flex {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.posi--center-middle.of--flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.of--bgimg-left {
  background-position: left;
}

.of--bgimg-left-top {
  background-position: left top;
}

.of--bgimg-left-bottom {
  background-position: left bottom;
}

.of--bgimg-left-middle {
  background-position: left center;
}

.of--bgimg-right {
  background-position: right;
}

.of--bgimg-right-top {
  background-position: right top;
}

.of--bgimg-right-bottom {
  background-position: right bottom;
}

.of--bgimg-right-middle {
  background-position: right center;
}

.of--bgimg-center-top {
  background-position: center top;
}

.of--bgimg-center-bottom {
  background-position: center bottom;
}

.of--bgimg-center-middle {
  background-position: center;
}

[data-col] .col-group,
[data-col-wide] .col-group {
  display: flex;
}

[data-col="auto"] .col-group,
[data-col="2"] .col-group,
[data-col="3"] .col-group,
[data-col="4"] .col-group,
[data-col="5"] .col-group,
[data-col="6"] .col-group,
[data-col-wide="auto"] .col-group,
[data-col-wide="2"] .col-group,
[data-col-wide="3"] .col-group,
[data-col-wide="4"] .col-group,
[data-col-wide="5"] .col-group,
[data-col-wide="6"] .col-group {
  flex-wrap: wrap;
}

[class*=mod-hdg-al]+.mod-txt {
  margin-bottom: 20px;
}

.mod-link+.mod-txt {
  margin-bottom: 40px;
  margin-top: 20px;
}

.mod-link-list .list.of--flex[data-col="1"] {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-top: -14px;
}

.mod-link-list .list.of--flex[data-col="1"] li {
  flex: 1 100%;
  padding-left: 0;
}

.mod-link-list .list.of--flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(100vw / 4/5 * -1);
  margin-top: -14px;
}

.mod-link-list .list.of--flex li {
  margin-top: 10px;
  padding-left: calc(100vw / 4/5);
}

.mod-link-list .list.of--flex li::before {
  content: none;
}

.mod-link-list.var-03.of-horizontal-wide.text-align-right .list {
  justify-content: flex-end;
}

.mod-link-list.var-03.of-horizontal-wide .list li::before {
  content: none;
}

.mod-link-list.var-04.of-horizontal-wide .list li::before {
  content: none;
}

.mod-box-productItems+.mod-btn {
  margin-bottom: 40px;
  margin-top: 20px;
}

.mod-btn>.inner {
  margin: -6px;
}

.mod-btn>.inner>.btn {
  padding: 6px;
}

@media screen and (max-width: 767px),
print {
  .of-margin-uniformity {
    margin-bottom: 0;
  }

  .mod-pnl.of-margin-uniformity .list li {
    padding-top: 40px;
  }

  [data-col]>.col,
  [data-col="1"] .col-group>.col {
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%
  }

  [data-col="2"] .col-group>.col {
    flex-basis: calc(100% / 2);
  }

  [data-col="3"] .col-group>.col {
    flex-basis: calc(100% / 3);
  }

  [data-col="4"] .col-group>.col {
    flex-basis: calc(100% / 4);
  }

  [data-col="5"] .col-group>.col {
    flex-basis: calc(100% / 5);
  }

  [data-col="6"] .col-group>.col {
    flex-basis: calc(100% / 6);
  }
}

@media screen and (min-width: 768px),
print {

  .of--pc,
  [class].of--pc {
    display: inherit;
  }

  .of--sp,
  [class].of--sp {
    display: none;
  }

  .of--max-h-800 {
    max-height: 800px;
  }

  .mod-lyt {
    margin-bottom: 60px;
  }

  [data-col-wide="auto"] .col-group>.col {
    flex-basis: 100%;
  }

  [data-col-wide="2"] .col-group>.col {
    flex-basis: calc(100% / 2);
  }

  [data-col-wide="3"] .col-group>.col {
    flex-basis: calc(100% / 3);
  }

  [data-col-wide="4"] .col-group>.col {
    flex-basis: calc(100% / 4);
  }

  [data-col-wide="5"] .col-group>.col {
    flex-basis: calc(100% / 5);
  }

  [data-col-wide="6"] .col-group>.col {
    flex-basis: calc(100% / 6);
  }

  *::-ms-backdrop, [data-col-wide="2"] .col-group>.col {
    flex-basis: calc(100% / 2 - 0.01%);
  }

  *::-ms-backdrop, [data-col-wide="3"] .col-group>.col {
    flex-basis: calc(100% / 3 - 0.01%);
  }

  *::-ms-backdrop, [data-col-wide="4"] .col-group>.col {
    flex-basis: calc(100% / 4 - 0.01%);
  }

  *::-ms-backdrop, [data-col-wide="5"] .col-group>.col {
    flex-basis: calc(100% / 5 - 0.01%);
  }

  *::-ms-backdrop, [data-col-wide="6"] .col-group>.col {
    flex-basis: calc(100% / 6 - 0.01%);
  }

  [class*=mod-hdg-al]+.mod-txt {
    margin-bottom: 40px;
  }

  .mod-link+.mod-txt {
    margin-bottom: 80px;
    margin-top: 40px;
  }

  .mod-link-list .list.of--flex[data-col-wide="auto"] {
    margin-left: calc(100vw / 4/5 * -1);
    margin-top: -14px;
    padding-left: 4px;
  }

  .mod-link-list .list.of--flex[data-col-wide="auto"] li {
    flex: none;
    margin-top: 10px;
    padding-left: calc(100vw / 4/5);
  }

  .mod-link-list.var-04.of-horizontal-wide .list {
    justify-content: flex-end;
  }

  .mod-box-productItems+.mod-btn {
    margin-bottom: 80px;
  }

  .mod-btn>.inner {
    margin: 0;
  }
  .mod-btn>.inner>.btn {
    padding: 10px;
  }
}


/* メインビジュアル　キャッチ共通
--------------------------------------- */

.mv--pc,
.catch--pc {
  display: none;
}

.mv--sp,
.catch--sp {
  display: block;
}

.mv--inner,
.catch--inner {
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.mv--inner:not(.of--grid),
.catch--inner:not(.of--grid) {
  display: block;
}

.mv--img-block {
  max-height: 400px;
}

.mv--conts-block,
.catch--conts-block {
  padding: 15px;
}

.mv--heading,
.catch--heading {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.mv--sub-heading,
.catch--sub-heading {
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
}

.mv--sub-heading,
.mv--inner.movie-main .mv--sub-description {
  font-size: 1.6rem;
}

.mv--inner.pic-main .mv--sub-description {
  font-size: 1.4rem;
}

.mv--inner.pic-main .mv--sub-description,
.mv--inner.movie-main .mv--sub-description {
  margin-top: 10px;
}

.catch--sub-description {
  font-size: 1.4rem;
  letter-spacing: 0;
}

.mv--button,
.catch--button {
  margin-top: 20px;
}

.mv--button .anker,
.catch--button .anker {
  background-color: #cc0500;
  border: 2px solid #cc0500;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  min-width: 120px;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
}

.mv--button.align-center .anker {
  left: 50%;
  position: relative;
  transform: translate(-50%, 0);
}

.mv--link,
.catch--link {
  margin-bottom: 0;
  margin-top: 20px;
}

.catch--inner .mod-link.mv--link .anker-none,
.catch--inner .mod-link.catch--link .anker-none {
  display: block;
  float: left;
  padding: 0 0 0 1.6em;
  position: relative;
}

.catch--inner .mod-link.mv--link .anker-none::before,
.catch--inner .mod-link.mv--link .anker-none::after,
.catch--inner .mod-link.catch--link .anker-none::before,
.catch--inner .mod-link.catch--link .anker-none::after {
  bottom: 0;
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
}

.catch--inner .mod-link.mv--link .anker-none::before,
.catch--inner .mod-link.catch--link .anker-none::before {
  background-color: #000;
  border-color: #fff;
  border-radius: 36px;
  height: 18px;
  left: 0;
  top: -2px;
  width: 18px;
  z-index: 0;
}

.catch--inner .mod-link.catch--link .anker-none::after,
.catch--inner .mod-link.mv--link .anker-none::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-width: 1px 1px 0 0;
  height: 6px;
  left: 5px;
  top: -2px;
  transform: rotate(45deg);
  width: 6px;
  z-index: 1;
}

.mod--catch-block .catch--inner:hover .anker-none {
  text-decoration: underline;
}

@media screen and (min-width: 768px),
print {
  .mv--heading,
  .catch--heading {
    font-size: 3.2rem;
  }
  .catch--sub-description {
    font-size: 2.1rem;
  }
}

/* 色反転パターン
--------------------------------------- */

.of--color-rebirth [class^="anker"] {
  color: #fff;
}

.of--color-rebirth .mv--label,
.of--color-rebirth .catch--label {
  background-color: #fff;
  color: #000;
}

.of--color-rebirth .mv--heading,
.of--color-rebirth .catch--heading {
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}

.of--color-rebirth .mv--sub-heading,
.of--color-rebirth .mv--sub-description,
.of--color-rebirth .catch--sub-heading,
.of--color-rebirth .catch--sub-description {
  color: #fff;
  text-shadow: 0px 0px 3px #000;
}

.of--color-rebirth .mod-link.mv--link .anker-none::before,
.of--color-rebirth .mod-link.mv--link .anker::before,
.of--color-rebirth .mod-link.catch--link .anker::before {
  background-color: #fff;
  border-color: #000;
}

.of--color-rebirth .mod-link.catch--link .anker-none::after {
  border-color: #fff;
}

.of--color-rebirth .mod-link.mv--link .anker-none::after,
.of--color-rebirth .mod-link.mv--link .anker::after,
.of--color-rebirth .mod-link.catch--link .anker::after {
  border-color: #000;
}

.of--color-rebirth .mod-link.mv--link .anker-none::after {
  border-color: #000;
}

.of--color-rebirth .mod-hdg-al2.var-02,
.of--color-rebirth .mod-media-embedVideo .caption {
  color: #fff;
}

[class*="mod-pnl"].of--color-rebirth .list li .pnl .category {
  background-color: #fff;
  color: #000;
  z-index: 1;
}
[class*="mod-pnl"].of--color-rebirth .list li .pnl .title {
  background-color: #000;
  color: #fff;
}
[class*="mod-pnl"].of--color-rebirth .list li .pnl .title>span::before {
  background-color: #fff;
}
[class*="mod-pnl"].of--color-rebirth .list li .pnl .title>span::after {
  border-color: #000;
}
[class*="mod-pnl"].of--color-rebirth .list li .pnl .image {
  padding: 0;
}
[class*="mod-pnl"].of--color-rebirth .list li .pnl .image img {
  width: 100%;
}

@media screen and (max-width: 767px),
print {
  .of--sp-alpha-block {
    display: block;
  }
}

@media screen and (min-width: 768px),
print {
  .mv--pc {
    display: block;
  }

  .mv--sp {
    display: none;
  }

  .txt--break--pc {
    display: block;
  }

  .txt--break--sp {
    display: inline;
  }

  .of--sp-wrap {
    flex-wrap: nowrap;
  }

  .mv--button .anker,
  .catch--button .anker {
    font-size: 1.8rem;
    min-width: 186px;
  }

  .mv--conts-block {
    padding: 53px 15px;
  }

  .catch--conts-block {
    padding: 40px;
  }
  .mod--catch-block .catch--inner:not(.of--flow-reverse) .catch--conts-block {
    padding-left: 6.945%;
  }
  .mod--catch-block .catch--inner.of--flow-reverse .catch--conts-block {
    padding-right: 6.945%;
  }
}


/* 特定のhoverアニメーション処理
--------------------------------------- */

.mod--mv-block .col,
.mod-pnl.of--flip .col {
  overflow: hidden;
}

.mod--mv-block .img {
  max-width: 100%;
  transition: .3s transform ease-in-out;
  width: 100%;
}

.mod-pnl.of--flip .img {
  max-width: 100%;
  transform: scale(1.03) rotate(0.01deg);
  transition: .3s transform ease-in-out;
  width: 100%;
}

.mod--catch-block .catch--inner[class*=pic-]::before,
.mod--catch-block .catch--img-block[class*=pic-]::before {
  background-repeat: no-repeat;
  background-size: cover;
  background: inherit;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center;
  transform: scale(1) rotate(0.01deg);
  transition: .3s transform ease-in-out;
  width: 100%;
}

.mod--catch-block .catch--inner[class*=pic-]:hover::before,
.mod--catch-block .catch--inner[class*=pic-]:focus::before,
.mod--catch-block .catch--inner:hover .catch--img-block[class*=pic-]::before,
.mod--catch-block .catch--inner:focus .catch--img-block[class*=pic-]::before,
.mod--catch-block .catch--img-block[class*=pic-]:hover::before,
.mod--catch-block .catch--img-block[class*=pic-]:focus::before {
  transform: scale(1.03) rotate(0.01deg);
}

.mod--mv-block .img:hover,
.mod--mv-block .col:hover .img,
.mod-pnl.of--flip .col[href]:hover .img,
.mod-pnl.of--flip .col>[href]:hover .img,
.mod-pnl.of--flip .flip-filter-block[href]:hover .img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(1.2) rotate(0.01deg);
}


/* フィルター
--------------------------------------- */

.of--filter-blur {
  overflow: hidden;
  position: relative;
}

.of--filter-blur svg {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.of--filter-blur svg.blur1 {
  z-index: 1;
}

.of--filter-blur svg.blur2 {
  z-index: 0;
}

.of--filter-blur svg.blur1 image,
.of--filter-blur svg.blur2 image {
  width: 100%;
}


/* メインビジュアル
--------------------------------------- */

.mod--mv-block {
  position: relative;
  transition: .5s transform ease-out;
}

.mod--mv-block .mv--inner[class*=pic-] {
  align-items: flex-end;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding-bottom: 435px;
  position: relative;
  z-index: 0;
}

.mod--mv-block .mv--inner[class*=pic-]::after {
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(255, 255, 255, 0) 50%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(255, 255, 255, 0) 50%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.mod--mv-block .mv--inner[class*=movie-] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 536px;
}


/* 動画ありの場合のみ使用 */

.mod--mv-block .mv--inner[class*=movie-].of--sp-movie {
  padding-bottom: calc(40rem + (40 - 10) * ((100vw - 40rem) / (1440 - 300)));
}

.mod--mv-block .mv--inner[class*=movie-]::after {
  background-image: url(../images/pattern.svg);
  background-repeat: repeat;
  background-size: 4px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: .1;
  position: absolute;
  top: 0;
  width: 100%;
}

.mod--mv-block .mv--inner[class*=movie-] .movie {
  display: none;
  height: 100%;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(2.3) rotate(0.01deg);
}

.mod--mv-block .mv--inner[data-col] .col-group {
  display: flex;
  flex-wrap: wrap;
}

.mv--conts-block {
  left: 0;
  right: 0;
  z-index: 2;
}

.mv--inner.of--flip .col {
  position: relative;
}

.mv--inner.of--flip .col .img {
  max-width: 100%;
  width: 100%;
}

.mv--inner.of--flip .flip-wrap {
  background-color: rgba(0, 0, 0, .5);
  bottom: 0;
  color: #fff;
  padding: 6px 16px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.mv--layout-block {
  position: relative;
}

.mod--mv-block .mod-box.of-important {
  bottom: 20px;
  left: 50%;
  max-width: 1240px;
  position: absolute;
  transform: translate(-50%, 0);
  width: calc(100% - 30px);
  z-index: 2;
}

@media screen and (max-width: 767px),
print {
  .mod--mv-block .mv--inner[class*=movie-] .mv--heading {
    font-size: 2rem;
  }

  .mod--mv-block .mv--inner[class*=movie-] .mv--sub-heading {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px),
print {

  .str-outer.of--heading-none .mod--mv-block {
    margin-top: 12px;
  }

  .str-outer.of--heading-none[class*="of--bg-"] .mod--mv-block {
    margin-top: 0;
  }

  .mod--mv-block .mv--inner[class*=pic-].of--gradient-l-r::after {
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, .5) 0%, rgba(255, 255, 255, 0) 50%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5) 0%, rgba(255, 255, 255, 0)50%);
    background: linear-gradient(90deg, rgba(0, 0, 0, .5) 0%, rgba(255, 255, 255, 0) 50%) !important;
  }

  .mod--mv-block {
    overflow: hidden;
  }

  .btn--scroll-down {
    border-color: #fff;
    border-style: solid;
    border-width: 1px 1px 0 0;
    bottom: 40px;
    height: 16px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transform: rotate(135deg);
    width: 16px;
    z-index: 1;
  }

  .str-pageTitle+.str-outer .mod--mv-block .mv--inner[class*=pic-] {
    margin-top: 0;
  }

  .mod--mv-block .mv--inner[class*=pic-] {
    background-position: center;
    display: block;
    margin-top: 0;
    padding-bottom: 680px;
  }

  .mod--mv-block .mv--inner[class*=movie-] {
    background-color: #000;
    background-image: none;
    min-height: 536px;
    padding-bottom: 32.5%;
  }

  .mod--mv-block .mv--inner[class*=movie-] .movie {
    display: block;
    width: 100%;
  }

  .mod--mv-block .mod-box.of-important {
    bottom: 20px;
  }

  .mod--mv-block .mod-box>.inner {
    padding: 20px 40px;
  }

  .mv--inner.of--flip .flip-wrap {
    padding: 16px 24px;
  }
}


/* キャッチ
--------------------------------------- */

.mod--catch-block {
  border-top: 1px solid #fff;
  display: block;
  position: relative;
  transition: .5s transform ease-out;
}

.mod--catch-block.of--main {
  background-color: #000;
}

.mod--catch-block.of--main .catch--inr-wrap {
  display: inline-block;
}

.mod--catch-block.of--main .catch--head-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mod--catch-block.of--main .catch--label {
  flex: 0 auto;
  font-size: 1.4rem;
  order: 1;
}

.mod--catch-block.of--main .catch--heading {
  flex: 1 100%;
  font-size: 2.8rem;
  order: 2;
}

.mod--catch-block .catch--anker-wrap {
  position: relative;
}

.mod--catch-block .catch--inner.pic-main {
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  margin: auto;
  max-width: 1440px;
  padding-bottom: 100%;
}

.mod--catch-block .catch--inner.pic-main::after {
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 70%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0)70%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 70%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.mod--catch-block .catch--img-block[class*=pic-] {
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1440px;
  min-height: calc(40rem + (40 - 1) * ((100vw - 40rem) / (1440 - 300)));
  position: relative;
  width: 100%;
}

.of--sp-alpha-block .catch--conts-block {
  flex: auto;
  max-width: none;
  min-width: auto;
  z-index: 2;
}

.mod--catch-block .catch--img-block .img {
  max-width: 100%;
}

.catch--label {
  background-color: #eee;
  color: #000;
  display: inline-block;
  margin-bottom: 8px;
  padding: 8px 20px;
  text-align: center;
}

.mod--catch-block>.anker,
.mod--catch-block>.anker:hover {
  color: #000;
  text-decoration: none !important;
}

.mod--catch-block .mod-link .anker {
  padding: .4em 1em .4em 1.6em;
  position: absolute;
  text-decoration: none;
  z-index: 3;
}

.list-page {
  color: #fff;
  padding: .4em 1em;
  text-decoration: none;
  z-index: 3;
}

.list-page:hover,
.list-page:focus {
  text-decoration: underline;
}

.mod--catch-block.of--main .list-page {
  bottom: 20px;
}

.mod--catch-block .anker:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px),
print {
  .of--sp-alpha-block .catch--conts-block {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    color: #fff;
    display: block;
    flex: auto;
    max-width: none;
    min-width: auto;
    position: absolute;
    top: auto;
    width: 100%;
  }

  .of--sp-alpha-block .catch--conts-block .anker::before {
    background-color: #fff;
    border-color: #000;
  }

  .of--sp-alpha-block .catch--conts-block .anker::after {
    border-color: #000;
  }
}

@media screen and (min-width: 768px),
print {
  .mod--catch-block {
    border-top: none;
    overflow: hidden;
    max-height: 480px;
  }

  .mod--catch-block.of--main .catch--heading {
    font-size: 3.6rem;
  }

  .mod--catch-block .catch--inner.pic-main {
    padding-bottom: 480px;
  }

  .mod--catch-block .catch--img-block[class*=pic-] {
    min-height: auto;
    /* min-width: 465px; */
    padding-bottom: 400px;
  }

  .mod--catch-block .catch--img-block .img {
    max-width: none;
  }

  .mod--catch-block .catch--conts-block.of--nor-lock {
    background-color: #fff;
    flex: 1 0 calc(100% / 2);
    position: relative;
  }

  .mod--catch-block .catch--conts-block.of--wid-lock {
    background-color: #fff;
    flex: 1 0 50%;
    max-width: 480px;
    min-width: 375px;
    position: relative;
  }

  .mod--catch-block .catch--inner.pic-main::after {
    background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 70%);
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0)70%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 70%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}


/* グローバルナビゲーション（SPのみ）
--------------------------------------- */

.local--gnavi {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.local--gnavi .list {
  flex: 1 auto;
  margin: -2px;
}

.local--gnavi .list .anker {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 12px 10px;
  text-align: center;
  text-decoration: none;
}

.local--gnavi .list .anker:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px),
print {
  .local--gnavi {
    display: none;
  }
}


/* パネルデザイン
--------------------------------------- */

.pnl--anime-hover {
  margin-bottom: 20px;
}

.pnl--inr-wraper {
  background-color: #fff;
  padding: 10px 10px 10px;
  position: relative;
  z-index: 3;
}

.pnl--date {
  margin-bottom: 10px;
}

.pnl--anime-hover .pnl[class*=pic-] {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #eee;
  padding-top: 62.5%;
}

.pnl--anime-hover .pnl[class*=pic-].bg-cover {
  background-size: cover;
}

.pnl--anime-hover .pnl.pic-01 {
  background-image: url(../images/static/pnl_products_01.jpg);
}

.pnl--anime-hover .pnl.pic-02 {
  background-image: url(../images/static/pnl_products_02.jpg);
}

.pnl--anime-hover .pnl.pic-03 {
  background-image: url(../images/static/pnl_products_03.jpg);
}

.pnl--anime-hover .pnl.pic-04 {
  background-image: url(../images/static/pnl_products_04.jpg);
}

.pnl--anime-hover .pnl.pic-05 {
  background-image: url(../images/static/pnl_products_05.jpg);
}

.pnl--anime-hover .pnl.pic-06 {
  background-image: url(../images/static/pnl_products_06.jpg);
}

.pnl--anime-hover .pnl--inr-wraper .title span {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.pnl--anime-hover a[href]:focus .pnl--inr-wraper .title,
.pnl--anime-hover a[href]:hover .pnl--inr-wraper .title {
  text-decoration: underline;
}

.pnl--anime-hover+.mod-link {
  margin-top: 0;
}

@media screen and (min-width: 768px),
print {
  .pnl--inr-wraper {
    padding: 10px 10px 0;
  }

  .pnl--anime-hover .pnl--inr-wraper .title span {
    margin-bottom: 10px;
  }

  .pnl--anime-hover+.mod-link {
    margin-top: 30px;
  }

  .pnl--date {
    margin-bottom: 14px;
  }

  .pnl--anime-hover .pnl[class*=pic-] {
    background-size: contain;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .pnl--anime-hover .pnl::before {
    background-color: rgba(255, 255, 255, 0);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .3s background ease-in-out;
    width: 100%;
    z-index: 2;
  }

  .pnl--anime-hover .pnl:hover::before {
    background-color: rgba(255, 255, 255, .3);
  }
}

[class*=mod-btn]>.inner>.btn.of-info a::before,
[class*=mod-btn]>.inner>.btn.of-info button[type]::before {
  content: none;
}

[class*=mod-btn]>.inner>.btn.of-info a::after,
[class*=mod-btn]>.inner>.btn.of-info button[type]::after {
  background-image: url(../images/sprite.png);
  background-position: 62px 29px;
  background-size: 94px;
  border: 0;
  bottom: 0;
  content: "";
  display: block;
  height: 29px;
  left: 12px;
  margin: auto 0;
  position: absolute;
  top: 0;
  transform: none;
  width: 18px;
}

.of--bg-eee [class*=mod-hdg-]+.mod-pnl.of--flip {
  margin-top: 0 !important;
}

.of--bg-eee .mod-pnl.of--flip.of--head-none {
  margin-top: 39px !important;
}

.mod-pnl.of--flip[data-col] .col-group {
  display: flex;
  flex-wrap: wrap;
}

.mv--inner.of--flip[data-col-space="2"]:first-child,
.mod-pnl.of--flip[data-col-space="2"]:first-child {
  margin-top: -2px;
}

.mv--inner.of--flip[data-col-space="2"] .col-inner,
.mv--inner.of--flip[data-col-space="2"] .pnl-head,
.mv--inner.of--flip[data-col-space="2"] .flip-filter-block,
.mod-pnl.of--flip[data-col-space="2"] .col-inner,
.mod-pnl.of--flip[data-col-space="2"] .pnl-head {
  display: inherit;
  margin-top: 2px;
  overflow: hidden;
}

.mod-pnl.of--flip+:not(*) {
  margin-bottom: 80px;
}

.mod-pnl.of--flip.align-left {
  justify-content: left;
}

.mod-pnl.of--flip.align-right {
  justify-content: right;
}

.mod-pnl.of--flip.align-center {
  justify-content: center;
}

.mod-pnl.of--flip .col {
  position: relative;
}

.mod-pnl.of--flip .pnl-head {
  display: block;
  overflow: hidden;
  position: relative;
}

.mod-pnl.of--flip .flip-filter-block {
  display: block;
  overflow: hidden;
  padding-bottom: 72.5%;
  position: relative;
}

.mod-pnl.of--flip .category {
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;/*update 1.5rem;*/
  min-width: 110px;
  padding: .2em 1em;
  position: absolute;
  z-index: 1;
}

.mod-pnl.of--flip .flip-wrap {
  background-color: rgba(0, 0, 0, .75);
  bottom: 0;
  color: #fff;
  padding: 6px 16px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.of--flip .col .flip-wrap .title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 4px;
}

.of--flip .col .flip-wrap .description {
  margin-bottom: auto;
  font-size: 1.4rem;
}

.mod-pnl.of--flip .col .flip-wrap .description.of--hover {
  height: 0;
  opacity: 0;
}

.mod-pnl.of--flip .col .flip-filter-block:hover .flip-wrap .description.of--hover {
  margin-bottom: 8px;
  opacity: 1;
}

.mod-pnl.of--flip+.mod-btn {
  margin-bottom: 20px;
  margin-top: -20px;
}

.mod-pnl+.mod-list-news {
  margin-top: 20px;
}

.mod-pnl.var-02.of--flip .flip-filter-block,
.mod-pnl.var-03.of--flip .flip-filter-block {
  padding-bottom: 48.5%;
}

.mod-pnl.var-02.of--flip .flip-wrap {
  background-color: transparent;
  color: #000;
  text-align: left;
  transition: .3s color ease-in-out;
}

.mod-pnl.of--flip .flip-wrap.of--gradient-t-b {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 66%, rgba(0, 0, 0, 0) 100%);
}

.mod-pnl.of--flip.of--color-rebirth [class^="anker"] {
  color: inherit;
}

.mod-pnl.var-02.of--flip.of--color-rebirth .flip-wrap,
.mod-pnl.var-02.of--flip.of--color-rebirth .description {
  color: #fff;
  z-index: 2;
}

.mod-pnl.var-02.of--flip .description {
  color: #000;
  transition: .3s color ease-in-out;
}

.mod-pnl.var-02.of--flip [href] {
  color: #000;
  text-decoration: none;
}

.mod-pnl.var-02.of--flip .col .col-inner:hover .flip-wrap,
.mod-pnl.var-02.of--flip .col .col-inner:hover .description {
  color: #fff;
}

.mod-pnl.var-02.of--flip .col .description.of--hover.of--sp,
.mod-pnl.var-03.of--flip .col .description.of--hover.of--sp {
  display: none;
}

.mod-pnl.var-02.of--flip .mod-link-list.var-04 li::before {
  content: none;
}

.mod-pnl.var-02.of--flip .mod-link-list.var-04 li [class^="anker"] {
  padding-left: 26px;
}

.mod-pnl.var-02.of--flip .mod-link-list.var-04 li [class^="anker"] {
  position: relative;
}

.mod-pnl.var-02.of--flip .mod-link-list.var-04 li [class^="anker"]::before,
.mod-pnl.var-02.of--flip .mod-link-list.var-04 li [class^="anker"]::after {
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
}

.mod-pnl.var-02.of--flip .mod-link-list.var-04 li [class^="anker"]::before {
  background: #1a1a1a;
  border-radius: 36px;
  height: 15px;
  left: 0;
  top: 3px;
  width: 15px;
  z-index: 0;
}

.mod-pnl.var-02.of--flip .mod-link-list.var-04 li [class^="anker"]::after {
  border-width: 1px 1px 0 0;
  height: 5px;
  left: .3em;
  top: 8px;
  transform: rotate(45deg);
  width: 5px;
  z-index: 1;
}

.mod-pnl.var-02.of--flip .flip-filter-block+*,
.mod-pnl.var-02.of--flip .col-inner+.mod-link-list,
.mod-pnl.var-02.of--flip .pnl-head+* {
  margin-top: 15px;
}

.mod-pnl.var-02.of--flip .flip-filter-block+.mod-link-list,
.mod-pnl.var-02.of--flip .col-inner+.mod-link-list,
.mod-pnl.var-02.of--flip .pnl-head+.mod-link-list {
  margin-bottom: 14px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.mod-pnl-03.var-02 .list .pnl {
  border: none;
}

.mod-pnl-03.var-02 .list .pnl .category {
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
  left: 0;
  line-height: 1.5;
  padding: 2px 8px;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 768px),
print {
  .of--bg-eee .mod-pnl.of--flip.of--head-none {
    margin-top: 55px !important;
  }

  .of--bg-eee [class*="mod-hdg-"]+.mod-pnl.of--flip {
    margin-top: 0 !important;
  }

  .mv--inner.of--flip[data-col-space="2"],
  .mod-pnl.of--flip[data-col-space="2"] {
    margin-left: -2px;
  }

  .mv--inner.of--flip[data-col-space="2"]:first-child,
  .mod-pnl.of--flip[data-col-space="2"]:first-child {
    margin-top: 0;
  }

  .mv--inner.of--flip[data-col-space="2"] .col-inner,
  .mv--inner.of--flip[data-col-space="2"] .pnl-head,
  .mv--inner.of--flip[data-col-space="2"] .flip-filter-block,
  .mod-pnl.of--flip[data-col-space="2"] .col-inner,
  .mod-pnl.of--flip[data-col-space="2"] .pnl-head {
    margin-left: 2px;
  }

  .mod-pnl.var-02.of--flip .col:nth-child(n+1) {
    margin-top: 0;
  }

  .mv--inner.of--flip[data-col-wide-space="auto"] .col:nth-child(n+1),
  .mod-pnl.var-02.of--flip[data-col-wide-space="auto"] .col:nth-child(n+1) {
    margin-top: 0;
  }

  .of--flip .col .flip-wrap .title {
/*    font-size: 2.2rem;*//*update none*/
    margin-bottom: auto;
    margin-top: auto;
  }

/*  .of--flip .col .flip-wrap .description {
    font-size: 1.8rem;
  }*//*update none*/

  .mod-pnl.of--flip .flip-wrap {
    padding: 16px 24px;
  }

  .mod-pnl.of--flip+.mod-btn {
    margin-bottom: 80px;
    margin-top: -40px;
  }

  .mod-pnl+.mod-list-news {
    margin-top: 60px;
  }

  .mod-pnl.var-02.of--flip .description.of--hover {
    color: #fff;
    opacity: 0;
  }

  .mod-pnl.var-02.of--flip .col .col-inner:hover .description {
    opacity: 1;
  }

  .mod-pnl.var-02.of--flip .col .description.of--hover.of--sp {
    display: inherit;
  }

  .mod-pnl.var-02.of--flip .mod-link-list.var-04 li [class^="anker"] {
    padding-left: 30px;
  }

  .mod-pnl.var-02.of--flip .mod-link-list.var-04 li [class^="anker"]::before {
    height: 18px;
    left: 0;
    top: 6px;
    width: 18px;
  }

  .mod-pnl.var-02.of--flip .mod-link-list.var-04 li [class^="anker"]::after {
    height: 6px;
    left: 5px;
    top: 12px;
    width: 6px;
  }

  .mod-pnl.var-02.of--flip .flip-filter-block+.mod-link-list,
  .mod-pnl.var-02.of--flip .col-inner+.mod-link-list,
  .mod-pnl.var-02.of--flip .pnl-head+.mod-link-list {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 558px;
    padding-left: 20px;
  }

  .mod-pnl.var-02.of--flip .col:nth-last-child(1) {
    margin-bottom: auto;
  }

  .mod-pnl.var-02.of--flip .flip-filter-block+*,
  .mod-pnl.var-02.of--flip .pnl-head+* {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px),
print {
  .of--flip .col .flip-wrap {
    padding: 2.8%;
  }
  .of--flip .col .flip-wrap .title {
    line-height: 1.4;
  }
  .mod-pnl.of--flip .col .flip-wrap .description {
    line-height: 1.4;
  }
}


/* パネルデザイン
--------------------------------------- */

.mod-mselct-product {
  position: relative;
}

.mod-mselct-product::before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 50%, rgba(255, 255, 255, 1) 50%);
  background: rgb(255, 255, 255);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


/* ページ内アンカーリンク
--------------------------------------- */

.mod-list-hasSymbol02.var-02 {
  display: flex;
  margin: 15px 0;
  width: 100%;
}

.mod-list-hasSymbol02.var-02 .list {
  margin-left: -2px;
  margin-top: -2px;
  width: 100%;
}

.mod-list-hasSymbol02.var-02 .list>* {
  padding-left: 2px;
  padding-top: 2px;
}

.mod-list-hasSymbol02.var-02 .list a {
  padding: 0;
  text-decoration: none;
  width: 100%;
}

.mod-list-hasSymbol02.var-02 .list a:hover {
  text-decoration: underline;
}

.mod-list-hasSymbol02.var-02[data-col=auto] .list>* {
  flex: 1 0 100%;
}

.mod-list-hasSymbol02.var-02 .list .symbol,
.mod-list-hasSymbol02.var-02 .list .content {
  background-color: #fff;
}

.mod-list-hasSymbol02.var-02 .list .content {
  width: 100%;
}

.mod-list-hasSymbol02.var-02 .list .symbol img {
  height: 48px;
  width: 48px;
}

@media screen and (min-width: 768px),
print {
  .mod-list-hasSymbol02.var-02 .list .symbol img {
    height: 64px;
    width: 64px;
  }
}


/* サマリー
--------------------------------------- */
.sum--block:last-child .str-inner {
  margin-bottom: 20px;
}

.of--flip+.sum--block {
  margin-top: -40px;
}

.of--summary .media {
  margin-left: auto;
  margin-right: auto;
  max-width: 295px;
}

.of--summary .media .img {
  border: 1px solid #E1E1E1;
}

.of--summary .hdg {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px),
print {
  .sum--block:last-child .str-inner {
    margin-bottom: 80px;
  }

  .of--summary .hdg {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}


/* ソーシャルプラグイン
--------------------------------------- */
.str-outer.of--social-media:nth-child(2n+2) {
  margin: 20px 0;
}
.str-outer.of--social-media .col .facebook-block,
.str-outer.of--social-media .col .twitter-block {
  padding-left: 25px;
  padding-right: 25px;
}
.str-outer.of--social-media .col .title {
  margin-top: 10px;
}
.str-outer.of--social-media .col:nth-child(n+2) .title {
  margin-top: 20px;
}
.fb_iframe_widget_fluid {
  display: block !important;
}
.fb_iframe_widget,
.fb_iframe_widget iframe {
  height: 100% !important;
  width: 100% !important;
}
.fb_iframe_widget span {
  display: block !important;
  margin: auto;
}
.fb_iframe_widget ._2lqg {
  -webkit-overflow-scrolling: touch;
}
.twitter-timeline {
/*  border: 1px solid #E1E1E1 !important;
  display: block !important;
  margin: auto;*/
  max-height: 600px;
  max-width: 500px !important;
  overflow: auto;
/*  width: calc(100% - 1px) !important;*/
}
.str-outer.of--social-media .title {
  font-size: 1.6rem;
  margin-bottom: 18px;
  text-align: center;
}
[class*=of--bg-] .mod-media-embedVideo {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px),
print {
  .str-outer.of--social-media:nth-child(2n+2) {
    margin: 80px 0;
  }
  .str-outer.of--social-media .col .title,
  .str-outer.of--social-media .col:nth-child(n+2) .title {
    margin-top: 0;
  }
  .str-outer.of--social-media .title {
    font-size: 2.4rem;
  }
  [class*=of--bg-] .mod-media-embedVideo {
    margin-bottom: 80px;
  }
}


/* サブナビゲーション
--------------------------------------- */
@media screen and (min-width: 768px),
print {
  .nav-local.js-nav-local .of--space {
    margin-left: 48px;
  }
}


/* ニュース リンクリスト
--------------------------------------- */
.of--last-bor-top {
  border-top: 1px solid #e1e1e1;
  margin-top: -20px;
  padding-top: 20px;
}


/* 特定のmargin, padding指定 - 汎用
--------------------------------------- */

@media screen and (max-width: 767px),
print{
  .mt-sp-0 {
    margin-top: 0 !important
  }

  .mt-sp-2 {
    margin-top: 1px !important
  }

  .mt-sp-4 {
    margin-top: 2px !important
  }

  .mt-sp-6 {
    margin-top: 3px !important
  }

  .mt-sp-8 {
    margin-top: 4px !important
  }

  .mt-sp-10 {
    margin-top: 5px !important
  }

  .mt-sp-12 {
    margin-top: 6px !important
  }

  .mt-sp-14 {
    margin-top: 7px !important
  }

  .mt-sp-16 {
    margin-top: 8px !important
  }

  .mt-sp-18 {
    margin-top: 9px !important
  }

  .mt-sp-20 {
    margin-top: 10px !important
  }

  .mt-sp-22 {
    margin-top: 11px !important
  }

  .mt-sp-24 {
    margin-top: 12px !important
  }

  .mt-sp-26 {
    margin-top: 13px !important
  }

  .mt-sp-28 {
    margin-top: 14px !important
  }

  .mt-sp-30 {
    margin-top: 15px !important
  }

  .mt-sp-32 {
    margin-top: 16px !important
  }

  .mt-sp-34 {
    margin-top: 17px !important
  }

  .mt-sp-36 {
    margin-top: 18px !important
  }

  .mt-sp-38 {
    margin-top: 19px !important
  }

  .mt-sp-40 {
    margin-top: 20px !important
  }

  .mt-sp-42 {
    margin-top: 21px !important
  }

  .mt-sp-44 {
    margin-top: 22px !important
  }

  .mt-sp-46 {
    margin-top: 23px !important
  }

  .mt-sp-48 {
    margin-top: 24px !important
  }

  .mt-sp-50 {
    margin-top: 25px !important
  }

  .mt-sp-52 {
    margin-top: 26px !important
  }

  .mt-sp-54 {
    margin-top: 27px !important
  }

  .mt-sp-56 {
    margin-top: 28px !important
  }

  .mt-sp-58 {
    margin-top: 29px !important
  }

  .mt-sp-60 {
    margin-top: 30px !important
  }

  .mt-sp-62 {
    margin-top: 31px !important
  }

  .mt-sp-64 {
    margin-top: 32px !important
  }

  .mt-sp-66 {
    margin-top: 33px !important
  }

  .mt-sp-68 {
    margin-top: 34px !important
  }

  .mt-sp-70 {
    margin-top: 35px !important
  }

  .mt-sp-72 {
    margin-top: 36px !important
  }

  .mt-sp-74 {
    margin-top: 37px !important
  }

  .mt-sp-76 {
    margin-top: 38px !important
  }

  .mt-sp-78 {
    margin-top: 39px !important
  }

  .mt-sp-80 {
    margin-top: 40px !important
  }

  .mb-sp-0 {
    margin-bottom: 0 !important
  }

  .mb-sp-2 {
    margin-bottom: 2px !important
  }

  .mb-sp-4 {
    margin-bottom: 4px !important
  }

  .mb-sp-6 {
    margin-bottom: 6px !important
  }

  .mb-sp-8 {
    margin-bottom: 8px !important
  }

  .mb-sp-10 {
    margin-bottom: 10px !important
  }

  .mb-sp-12 {
    margin-bottom: 12px !important
  }

  .mb-sp-14 {
    margin-bottom: 14px !important
  }

  .mb-sp-16 {
    margin-bottom: 16px !important
  }

  .mb-sp-18 {
    margin-bottom: 18px !important
  }

  .mb-sp-20 {
    margin-bottom: 20px !important
  }

  .mb-sp-22 {
    margin-bottom: 22px !important
  }

  .mb-sp-24 {
    margin-bottom: 24px !important
  }

  .mb-sp-26 {
    margin-bottom: 26px !important
  }

  .mb-sp-28 {
    margin-bottom: 28px !important
  }

  .mb-sp-30 {
    margin-bottom: 30px !important
  }

  .mb-sp-32 {
    margin-bottom: 32px !important
  }

  .mb-sp-34 {
    margin-bottom: 34px !important
  }

  .mb-sp-36 {
    margin-bottom: 36px !important
  }

  .mb-sp-38 {
    margin-bottom: 38px !important
  }

  .mb-sp-40 {
    margin-bottom: 40px !important
  }

  .mb-sp-42 {
    margin-bottom: 42px !important
  }

  .mb-sp-44 {
    margin-bottom: 44px !important
  }

  .mb-sp-46 {
    margin-bottom: 46px !important
  }

  .mb-sp-48 {
    margin-bottom: 48px !important
  }

  .mb-sp-50 {
    margin-bottom: 50px !important
  }

  .mb-sp-52 {
    margin-bottom: 52px !important
  }

  .mb-sp-54 {
    margin-bottom: 54px !important
  }

  .mb-sp-56 {
    margin-bottom: 56px !important
  }

  .mb-sp-58 {
    margin-bottom: 58px !important
  }

  .mb-sp-60 {
    margin-bottom: 60px !important
  }

  .mb-sp-62 {
    margin-bottom: 62px !important
  }

  .mb-sp-64 {
    margin-bottom: 64px !important
  }

  .mb-sp-66 {
    margin-bottom: 66px !important
  }

  .mb-sp-68 {
    margin-bottom: 68px !important
  }

  .mb-sp-70 {
    margin-bottom: 70px !important
  }

  .mb-sp-72 {
    margin-bottom: 72px !important
  }

  .mb-sp-74 {
    margin-bottom: 74px !important
  }

  .mb-sp-76 {
    margin-bottom: 76px !important
  }

  .mb-sp-78 {
    margin-bottom: 78px !important
  }

  .mb-sp-80 {
    margin-bottom: 80px !important
  }

  .pt-sp-0 {
    padding-top: 0 !important
  }

  .pt-sp-2 {
    padding-top: 2px !important
  }

  .pt-sp-4 {
    padding-top: 4px !important
  }

  .pt-sp-6 {
    padding-top: 6px !important
  }

  .pt-sp-8 {
    padding-top: 8px !important
  }

  .pt-sp-10 {
    padding-top: 10px !important
  }

  .pt-sp-12 {
    padding-top: 12px !important
  }

  .pt-sp-14 {
    padding-top: 14px !important
  }

  .pt-sp-16 {
    padding-top: 16px !important
  }

  .pt-sp-18 {
    padding-top: 18px !important
  }

  .pt-sp-20 {
    padding-top: 20px !important
  }

  .pt-sp-22 {
    padding-top: 22px !important
  }

  .pt-sp-24 {
    padding-top: 24px !important
  }

  .pt-sp-26 {
    padding-top: 26px !important
  }

  .pt-sp-28 {
    padding-top: 28px !important
  }

  .pt-sp-30 {
    padding-top: 30px !important
  }

  .pt-sp-32 {
    padding-top: 32px !important
  }

  .pt-sp-34 {
    padding-top: 34px !important
  }

  .pt-sp-36 {
    padding-top: 36px !important
  }

  .pt-sp-38 {
    padding-top: 38px !important
  }

  .pt-sp-40 {
    padding-top: 40px !important
  }

  .pt-sp-42 {
    padding-top: 42px !important
  }

  .pt-sp-44 {
    padding-top: 44px !important
  }

  .pt-sp-46 {
    padding-top: 46px !important
  }

  .pt-sp-48 {
    padding-top: 48px !important
  }

  .pt-sp-50 {
    padding-top: 50px !important
  }

  .pt-sp-52 {
    padding-top: 52px !important
  }

  .pt-sp-54 {
    padding-top: 54px !important
  }

  .pt-sp-56 {
    padding-top: 56px !important
  }

  .pt-sp-58 {
    padding-top: 58px !important
  }

  .pt-sp-60 {
    padding-top: 60px !important
  }

  .pt-sp-62 {
    padding-top: 62px !important
  }

  .pt-sp-64 {
    padding-top: 64px !important
  }

  .pt-sp-66 {
    padding-top: 66px !important
  }

  .pt-sp-68 {
    padding-top: 68px !important
  }

  .pt-sp-70 {
    padding-top: 70px !important
  }

  .pt-sp-72 {
    padding-top: 72px !important
  }

  .pt-sp-74 {
    padding-top: 74px !important
  }

  .pt-sp-76 {
    padding-top: 76px !important
  }

  .pt-sp-78 {
    padding-top: 78px !important
  }

  .pt-sp-80 {
    padding-top: 80px !important
  }

  .pb-sp-0 {
    padding-bottom: 0 !important
  }

  .pb-sp-2 {
    padding-bottom: 2px !important
  }

  .pb-sp-4 {
    padding-bottom: 4px !important
  }

  .pb-sp-6 {
    padding-bottom: 6px !important
  }

  .pb-sp-8 {
    padding-bottom: 8px !important
  }

  .pb-sp-10 {
    padding-bottom: 10px !important
  }

  .pb-sp-12 {
    padding-bottom: 12px !important
  }

  .pb-sp-14 {
    padding-bottom: 14px !important
  }

  .pb-sp-16 {
    padding-bottom: 16px !important
  }

  .pb-sp-18 {
    padding-bottom: 18px !important
  }

  .pb-sp-20 {
    padding-bottom: 20px !important
  }

  .pb-sp-22 {
    padding-bottom: 22px !important
  }

  .pb-sp-24 {
    padding-bottom: 24px !important
  }

  .pb-sp-26 {
    padding-bottom: 26px !important
  }

  .pb-sp-28 {
    padding-bottom: 28px !important
  }

  .pb-sp-30 {
    padding-bottom: 30px !important
  }

  .pb-sp-32 {
    padding-bottom: 32px !important
  }

  .pb-sp-34 {
    padding-bottom: 34px !important
  }

  .pb-sp-36 {
    padding-bottom: 36px !important
  }

  .pb-sp-38 {
    padding-bottom: 38px !important
  }

  .pb-sp-40 {
    padding-bottom: 40px !important
  }

  .pb-sp-42 {
    padding-bottom: 42px !important
  }

  .pb-sp-44 {
    padding-bottom: 44px !important
  }

  .pb-sp-46 {
    padding-bottom: 46px !important
  }

  .pb-sp-48 {
    padding-bottom: 48px !important
  }

  .pb-sp-50 {
    padding-bottom: 50px !important
  }

  .pb-sp-52 {
    padding-bottom: 52px !important
  }

  .pb-sp-54 {
    padding-bottom: 54px !important
  }

  .pb-sp-56 {
    padding-bottom: 56px !important
  }

  .pb-sp-58 {
    padding-bottom: 58px !important
  }

  .pb-sp-60 {
    padding-bottom: 60px !important
  }

  .pb-sp-62 {
    padding-bottom: 62px !important
  }

  .pb-sp-64 {
    padding-bottom: 64px !important
  }

  .pb-sp-66 {
    padding-bottom: 66px !important
  }

  .pb-sp-68 {
    padding-bottom: 68px !important
  }

  .pb-sp-70 {
    padding-bottom: 70px !important
  }

  .pb-sp-72 {
    padding-bottom: 72px !important
  }

  .pb-sp-74 {
    padding-bottom: 74px !important
  }

  .pb-sp-76 {
    padding-bottom: 76px !important
  }

  .pb-sp-78 {
    padding-bottom: 78px !important
  }

  .pb-sp-80 {
    padding-bottom: 80px !important
  }
}