@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;600;900&display=swap");
html, body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo;
  margin: 0;
  padding: 0;
}

body.is-footerNav-open {
  position: fixed;
  width: 100%;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:active {
  color: #000;
}

a:focus {
  outline: none;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/* Slider */
.slick-initialized {
  opacity: 1 !important;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  font-size: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  position: relative;
  list-style-type: none;
  text-align: center;
  margin-top: -40px;
  z-index: 100;
}

.slick-dots li {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  display: inline-block;
  margin: 2px 10px;
}

.slick-dots li::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.4);
}

.slick-dots li.slick-active::after {
  background-color: white;
}

.slick-dots button {
  display: none;
}

.snjs-top-jornal-slider .slick-dots li::after {
  background-color: rgba(0, 0, 0, 0.4);
}

.snjs-top-jornal-slider .slick-dots li.slick-active::after {
  background-color: rgba(0, 0, 0, 0.8);
}

.snjs-top-jornal-slider .slick-dots button {
  display: none;
}

body .msc-u-ls {
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  body .msc-u-ls {
    letter-spacing: .4em;
  }
}

body .msc-u-img {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  width: 100%;
  max-width: 100%;
  height: auto;
}

body .msc-u-mb {
  margin-bottom: 30px;
}

body .msc-u-mb0 {
  margin-bottom: 0px;
}

body .msc-u-mt0 {
  margin-top: 0px;
}

body .msc-u-pb0 {
  padding-bottom: 0px;
}

body .msc-u-pt0 {
  padding-top: 0px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb0__pc {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt0__pc {
    margin-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb0__pc {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt0__pc {
    padding-top: 0px;
  }
}

body .msc-u-mb10 {
  margin-bottom: 10px;
}

body .msc-u-mt10 {
  margin-top: 10px;
}

body .msc-u-pb10 {
  padding-bottom: 10px;
}

body .msc-u-pt10 {
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb10__pc {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt10__pc {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb10__pc {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt10__pc {
    padding-top: 10px;
  }
}

body .msc-u-mb20 {
  margin-bottom: 20px;
}

body .msc-u-mt20 {
  margin-top: 20px;
}

body .msc-u-pb20 {
  padding-bottom: 20px;
}

body .msc-u-pt20 {
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb20__pc {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt20__pc {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb20__pc {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt20__pc {
    padding-top: 20px;
  }
}

body .msc-u-mb30 {
  margin-bottom: 30px;
}

body .msc-u-mt30 {
  margin-top: 30px;
}

body .msc-u-pb30 {
  padding-bottom: 30px;
}

body .msc-u-pt30 {
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb30__pc {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt30__pc {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb30__pc {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt30__pc {
    padding-top: 30px;
  }
}

body .msc-u-mb40 {
  margin-bottom: 40px;
}

body .msc-u-mt40 {
  margin-top: 40px;
}

body .msc-u-pb40 {
  padding-bottom: 40px;
}

body .msc-u-pt40 {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb40__pc {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt40__pc {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb40__pc {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt40__pc {
    padding-top: 40px;
  }
}

body .msc-u-mb50 {
  margin-bottom: 50px;
}

body .msc-u-mt50 {
  margin-top: 50px;
}

body .msc-u-pb50 {
  padding-bottom: 50px;
}

body .msc-u-pt50 {
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb50__pc {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt50__pc {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb50__pc {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt50__pc {
    padding-top: 50px;
  }
}

body .msc-u-mb60 {
  margin-bottom: 60px;
}

body .msc-u-mt60 {
  margin-top: 60px;
}

body .msc-u-pb60 {
  padding-bottom: 60px;
}

body .msc-u-pt60 {
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb60__pc {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt60__pc {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb60__pc {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt60__pc {
    padding-top: 60px;
  }
}

body .msc-u-mb70 {
  margin-bottom: 70px;
}

body .msc-u-mt70 {
  margin-top: 70px;
}

body .msc-u-pb70 {
  padding-bottom: 70px;
}

body .msc-u-pt70 {
  padding-top: 70px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb70__pc {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt70__pc {
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb70__pc {
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt70__pc {
    padding-top: 70px;
  }
}

body .msc-u-mb80 {
  margin-bottom: 80px;
}

body .msc-u-mt80 {
  margin-top: 80px;
}

body .msc-u-pb80 {
  padding-bottom: 80px;
}

body .msc-u-pt80 {
  padding-top: 80px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb80__pc {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt80__pc {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb80__pc {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt80__pc {
    padding-top: 80px;
  }
}

body .msc-u-mb90 {
  margin-bottom: 90px;
}

body .msc-u-mt90 {
  margin-top: 90px;
}

body .msc-u-pb90 {
  padding-bottom: 90px;
}

body .msc-u-pt90 {
  padding-top: 90px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb90__pc {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt90__pc {
    margin-top: 90px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb90__pc {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt90__pc {
    padding-top: 90px;
  }
}

body .msc-u-mb100 {
  margin-bottom: 100px;
}

body .msc-u-mt100 {
  margin-top: 100px;
}

body .msc-u-pb100 {
  padding-bottom: 100px;
}

body .msc-u-pt100 {
  padding-top: 100px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb100__pc {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt100__pc {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb100__pc {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt100__pc {
    padding-top: 100px;
  }
}

body .msc-u-mb110 {
  margin-bottom: 110px;
}

body .msc-u-mt110 {
  margin-top: 110px;
}

body .msc-u-pb110 {
  padding-bottom: 110px;
}

body .msc-u-pt110 {
  padding-top: 110px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb110__pc {
    margin-bottom: 110px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt110__pc {
    margin-top: 110px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb110__pc {
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt110__pc {
    padding-top: 110px;
  }
}

body .msc-u-mb120 {
  margin-bottom: 120px;
}

body .msc-u-mt120 {
  margin-top: 120px;
}

body .msc-u-pb120 {
  padding-bottom: 120px;
}

body .msc-u-pt120 {
  padding-top: 120px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb120__pc {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt120__pc {
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb120__pc {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt120__pc {
    padding-top: 120px;
  }
}

body .msc-u-mb130 {
  margin-bottom: 130px;
}

body .msc-u-mt130 {
  margin-top: 130px;
}

body .msc-u-pb130 {
  padding-bottom: 130px;
}

body .msc-u-pt130 {
  padding-top: 130px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb130__pc {
    margin-bottom: 130px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt130__pc {
    margin-top: 130px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb130__pc {
    padding-bottom: 130px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt130__pc {
    padding-top: 130px;
  }
}

body .msc-u-mb140 {
  margin-bottom: 140px;
}

body .msc-u-mt140 {
  margin-top: 140px;
}

body .msc-u-pb140 {
  padding-bottom: 140px;
}

body .msc-u-pt140 {
  padding-top: 140px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb140__pc {
    margin-bottom: 140px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt140__pc {
    margin-top: 140px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb140__pc {
    padding-bottom: 140px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt140__pc {
    padding-top: 140px;
  }
}

body .msc-u-mb150 {
  margin-bottom: 150px;
}

body .msc-u-mt150 {
  margin-top: 150px;
}

body .msc-u-pb150 {
  padding-bottom: 150px;
}

body .msc-u-pt150 {
  padding-top: 150px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb150__pc {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt150__pc {
    margin-top: 150px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb150__pc {
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt150__pc {
    padding-top: 150px;
  }
}

body .msc-u-mb160 {
  margin-bottom: 160px;
}

body .msc-u-mt160 {
  margin-top: 160px;
}

body .msc-u-pb160 {
  padding-bottom: 160px;
}

body .msc-u-pt160 {
  padding-top: 160px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb160__pc {
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt160__pc {
    margin-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb160__pc {
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt160__pc {
    padding-top: 160px;
  }
}

body .msc-u-mb170 {
  margin-bottom: 170px;
}

body .msc-u-mt170 {
  margin-top: 170px;
}

body .msc-u-pb170 {
  padding-bottom: 170px;
}

body .msc-u-pt170 {
  padding-top: 170px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb170__pc {
    margin-bottom: 170px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt170__pc {
    margin-top: 170px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb170__pc {
    padding-bottom: 170px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt170__pc {
    padding-top: 170px;
  }
}

body .msc-u-mb180 {
  margin-bottom: 180px;
}

body .msc-u-mt180 {
  margin-top: 180px;
}

body .msc-u-pb180 {
  padding-bottom: 180px;
}

body .msc-u-pt180 {
  padding-top: 180px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb180__pc {
    margin-bottom: 180px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt180__pc {
    margin-top: 180px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb180__pc {
    padding-bottom: 180px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt180__pc {
    padding-top: 180px;
  }
}

body .msc-u-mb190 {
  margin-bottom: 190px;
}

body .msc-u-mt190 {
  margin-top: 190px;
}

body .msc-u-pb190 {
  padding-bottom: 190px;
}

body .msc-u-pt190 {
  padding-top: 190px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb190__pc {
    margin-bottom: 190px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt190__pc {
    margin-top: 190px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb190__pc {
    padding-bottom: 190px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt190__pc {
    padding-top: 190px;
  }
}

body .msc-u-mb200 {
  margin-bottom: 200px;
}

body .msc-u-mt200 {
  margin-top: 200px;
}

body .msc-u-pb200 {
  padding-bottom: 200px;
}

body .msc-u-pt200 {
  padding-top: 200px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb200__pc {
    margin-bottom: 200px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt200__pc {
    margin-top: 200px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb200__pc {
    padding-bottom: 200px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt200__pc {
    padding-top: 200px;
  }
}

body .msc-u-mb210 {
  margin-bottom: 210px;
}

body .msc-u-mt210 {
  margin-top: 210px;
}

body .msc-u-pb210 {
  padding-bottom: 210px;
}

body .msc-u-pt210 {
  padding-top: 210px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb210__pc {
    margin-bottom: 210px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt210__pc {
    margin-top: 210px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb210__pc {
    padding-bottom: 210px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt210__pc {
    padding-top: 210px;
  }
}

body .msc-u-mb220 {
  margin-bottom: 220px;
}

body .msc-u-mt220 {
  margin-top: 220px;
}

body .msc-u-pb220 {
  padding-bottom: 220px;
}

body .msc-u-pt220 {
  padding-top: 220px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb220__pc {
    margin-bottom: 220px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt220__pc {
    margin-top: 220px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb220__pc {
    padding-bottom: 220px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt220__pc {
    padding-top: 220px;
  }
}

body .msc-u-mb230 {
  margin-bottom: 230px;
}

body .msc-u-mt230 {
  margin-top: 230px;
}

body .msc-u-pb230 {
  padding-bottom: 230px;
}

body .msc-u-pt230 {
  padding-top: 230px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb230__pc {
    margin-bottom: 230px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt230__pc {
    margin-top: 230px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb230__pc {
    padding-bottom: 230px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt230__pc {
    padding-top: 230px;
  }
}

body .msc-u-mb240 {
  margin-bottom: 240px;
}

body .msc-u-mt240 {
  margin-top: 240px;
}

body .msc-u-pb240 {
  padding-bottom: 240px;
}

body .msc-u-pt240 {
  padding-top: 240px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb240__pc {
    margin-bottom: 240px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt240__pc {
    margin-top: 240px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb240__pc {
    padding-bottom: 240px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt240__pc {
    padding-top: 240px;
  }
}

body .msc-u-mb250 {
  margin-bottom: 250px;
}

body .msc-u-mt250 {
  margin-top: 250px;
}

body .msc-u-pb250 {
  padding-bottom: 250px;
}

body .msc-u-pt250 {
  padding-top: 250px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb250__pc {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt250__pc {
    margin-top: 250px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb250__pc {
    padding-bottom: 250px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt250__pc {
    padding-top: 250px;
  }
}

body .msc-u-mb260 {
  margin-bottom: 260px;
}

body .msc-u-mt260 {
  margin-top: 260px;
}

body .msc-u-pb260 {
  padding-bottom: 260px;
}

body .msc-u-pt260 {
  padding-top: 260px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb260__pc {
    margin-bottom: 260px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt260__pc {
    margin-top: 260px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb260__pc {
    padding-bottom: 260px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt260__pc {
    padding-top: 260px;
  }
}

body .msc-u-mb270 {
  margin-bottom: 270px;
}

body .msc-u-mt270 {
  margin-top: 270px;
}

body .msc-u-pb270 {
  padding-bottom: 270px;
}

body .msc-u-pt270 {
  padding-top: 270px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb270__pc {
    margin-bottom: 270px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt270__pc {
    margin-top: 270px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb270__pc {
    padding-bottom: 270px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt270__pc {
    padding-top: 270px;
  }
}

body .msc-u-mb280 {
  margin-bottom: 280px;
}

body .msc-u-mt280 {
  margin-top: 280px;
}

body .msc-u-pb280 {
  padding-bottom: 280px;
}

body .msc-u-pt280 {
  padding-top: 280px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb280__pc {
    margin-bottom: 280px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt280__pc {
    margin-top: 280px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb280__pc {
    padding-bottom: 280px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt280__pc {
    padding-top: 280px;
  }
}

body .msc-u-mb290 {
  margin-bottom: 290px;
}

body .msc-u-mt290 {
  margin-top: 290px;
}

body .msc-u-pb290 {
  padding-bottom: 290px;
}

body .msc-u-pt290 {
  padding-top: 290px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb290__pc {
    margin-bottom: 290px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt290__pc {
    margin-top: 290px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb290__pc {
    padding-bottom: 290px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt290__pc {
    padding-top: 290px;
  }
}

body .msc-u-mb300 {
  margin-bottom: 300px;
}

body .msc-u-mt300 {
  margin-top: 300px;
}

body .msc-u-pb300 {
  padding-bottom: 300px;
}

body .msc-u-pt300 {
  padding-top: 300px;
}

@media screen and (min-width: 768px) {
  body .msc-u-mb300__pc {
    margin-bottom: 300px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-mt300__pc {
    margin-top: 300px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pb300__pc {
    padding-bottom: 300px;
  }
}

@media screen and (min-width: 768px) {
  body .msc-u-pt300__pc {
    padding-top: 300px;
  }
}

body .msc-u-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  body .msc-u-pc {
    display: block;
  }
}

body .msc-u-sp {
  display: block;
}

@media screen and (min-width: 768px) {
  body .msc-u-sp {
    display: none;
  }
}

.fs-l-header {
  padding: 0;
}

body.fs-body-top .fs-l-main {
  max-width: none;
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
}

.fs-l-pageMain {
  max-width: none;
  min-width: inherit;
}

.fs-l-footer {
  background-color: inherit;
  margin: 0;
  padding: 0;
  color: #000;
}

.fs-c-breadcrumb {
  margin: 10px auto;
}
