.u-inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.u-inner--s {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.u-inner50 {
  width: 80%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (orientation: portrait) {
  .u-inner50 {
    width: 90%;
  }
}

.u-red {
  color: #d1271d;
}

.u-caution {
  color: #999;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .u-caution {
    font-size: 1.2rem;
  }
}

.u-txtLink {
  color: #d1271d;
  text-decoration: underline;
  display: inline-block;
  position: relative;
}
.u-txtLink:hover {
  color: #cccccc;
}

.u-list > li, .u-list--num > li {
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
.u-list > li:last-child, .u-list--num > li:last-child {
  margin-bottom: 0;
}
.u-list--num > li {
  list-style: decimal;
}

.u-12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .u-12 {
    font-size: 1rem;
  }
}

.u-14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .u-14 {
    font-size: 1.2rem;
  }
}

.u-16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .u-16 {
    font-size: 1.4rem;
  }
}

.u-18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .u-18 {
    font-size: 1.6rem;
  }
}

.u-20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .u-20 {
    font-size: 1.8rem;
  }
}

.u-24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 1280px) {
  .u-24 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .u-24 {
    font-size: 2rem;
  }
}

.u-28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 1280px) {
  .u-28 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .u-28 {
    font-size: 2.2rem;
  }
}

.u-32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 1280px) {
  .u-32 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .u-32 {
    font-size: 2.4rem;
  }
}

.u-36 {
  font-size: 3.6rem;
}
@media screen and (max-width: 1280px) {
  .u-36 {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 767px) {
  .u-36 {
    font-size: 2.6rem;
  }
}

.u-40 {
  font-size: 4rem;
}
@media screen and (max-width: 1280px) {
  .u-40 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .u-40 {
    font-size: 2.8rem;
  }
}

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

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

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

.u-center--pctb {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .u-center--pctb {
    text-align: left;
  }
}

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

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

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

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

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

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

@media screen and (min-width: 1281px) {
  .u-tbsp {
    display: none;
  }
}

@media (orientation: landscape) {
  .u-port {
    display: none !important;
  }
}

@media (orientation: portrait) {
  .u-land {
    display: none !important;
  }
}

.u-mt-0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-0 {
    margin-top: 0px !important;
  }
}

.u-mb-0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-0 {
    margin-bottom: 0px !important;
  }
}

.u-ml-0 {
  margin-left: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-0 {
    margin-left: 0px !important;
  }
}

.u-mr-0 {
  margin-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-0 {
    margin-right: 0px !important;
  }
}

.u-m-0 {
  margin: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-m-0 {
    margin: 0px !important;
  }
}

.u-mt-1 {
  margin-top: 8px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-1 {
    margin-top: 6px !important;
  }
}

.u-mb-1 {
  margin-bottom: 8px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-1 {
    margin-bottom: 6px !important;
  }
}

.u-ml-1 {
  margin-left: 8px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-1 {
    margin-left: 6px !important;
  }
}

.u-mr-1 {
  margin-right: 8px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-1 {
    margin-right: 6px !important;
  }
}

.u-m-1 {
  margin: 8px !important;
}
@media screen and (max-width: 767px) {
  .u-m-1 {
    margin: 6px !important;
  }
}

.u-mt-2 {
  margin-top: 16px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-2 {
    margin-top: 12px !important;
  }
}

.u-mb-2 {
  margin-bottom: 16px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-2 {
    margin-bottom: 12px !important;
  }
}

.u-ml-2 {
  margin-left: 16px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-2 {
    margin-left: 12px !important;
  }
}

.u-mr-2 {
  margin-right: 16px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-2 {
    margin-right: 12px !important;
  }
}

.u-m-2 {
  margin: 16px !important;
}
@media screen and (max-width: 767px) {
  .u-m-2 {
    margin: 12px !important;
  }
}

.u-mt-3 {
  margin-top: 24px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-3 {
    margin-top: 18px !important;
  }
}

.u-mb-3 {
  margin-bottom: 24px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-3 {
    margin-bottom: 18px !important;
  }
}

.u-ml-3 {
  margin-left: 24px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-3 {
    margin-left: 18px !important;
  }
}

.u-mr-3 {
  margin-right: 24px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-3 {
    margin-right: 18px !important;
  }
}

.u-m-3 {
  margin: 24px !important;
}
@media screen and (max-width: 767px) {
  .u-m-3 {
    margin: 18px !important;
  }
}

.u-mt-4 {
  margin-top: 32px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-4 {
    margin-top: 24px !important;
  }
}

.u-mb-4 {
  margin-bottom: 32px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-4 {
    margin-bottom: 24px !important;
  }
}

.u-ml-4 {
  margin-left: 32px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-4 {
    margin-left: 24px !important;
  }
}

.u-mr-4 {
  margin-right: 32px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-4 {
    margin-right: 24px !important;
  }
}

.u-m-4 {
  margin: 32px !important;
}
@media screen and (max-width: 767px) {
  .u-m-4 {
    margin: 24px !important;
  }
}

.u-mt-5 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-5 {
    margin-top: 30px !important;
  }
}

.u-mb-5 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-5 {
    margin-bottom: 30px !important;
  }
}

.u-ml-5 {
  margin-left: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-5 {
    margin-left: 30px !important;
  }
}

.u-mr-5 {
  margin-right: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-5 {
    margin-right: 30px !important;
  }
}

.u-m-5 {
  margin: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-m-5 {
    margin: 30px !important;
  }
}

.u-mt-6 {
  margin-top: 48px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-6 {
    margin-top: 36px !important;
  }
}

.u-mb-6 {
  margin-bottom: 48px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-6 {
    margin-bottom: 36px !important;
  }
}

.u-ml-6 {
  margin-left: 48px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-6 {
    margin-left: 36px !important;
  }
}

.u-mr-6 {
  margin-right: 48px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-6 {
    margin-right: 36px !important;
  }
}

.u-m-6 {
  margin: 48px !important;
}
@media screen and (max-width: 767px) {
  .u-m-6 {
    margin: 36px !important;
  }
}

.u-mt-7 {
  margin-top: 56px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-7 {
    margin-top: 42px !important;
  }
}

.u-mb-7 {
  margin-bottom: 56px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-7 {
    margin-bottom: 42px !important;
  }
}

.u-ml-7 {
  margin-left: 56px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-7 {
    margin-left: 42px !important;
  }
}

.u-mr-7 {
  margin-right: 56px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-7 {
    margin-right: 42px !important;
  }
}

.u-m-7 {
  margin: 56px !important;
}
@media screen and (max-width: 767px) {
  .u-m-7 {
    margin: 42px !important;
  }
}

.u-mt-8 {
  margin-top: 64px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-8 {
    margin-top: 48px !important;
  }
}

.u-mb-8 {
  margin-bottom: 64px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-8 {
    margin-bottom: 48px !important;
  }
}

.u-ml-8 {
  margin-left: 64px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-8 {
    margin-left: 48px !important;
  }
}

.u-mr-8 {
  margin-right: 64px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-8 {
    margin-right: 48px !important;
  }
}

.u-m-8 {
  margin: 64px !important;
}
@media screen and (max-width: 767px) {
  .u-m-8 {
    margin: 48px !important;
  }
}

.u-mt-9 {
  margin-top: 72px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-9 {
    margin-top: 54px !important;
  }
}

.u-mb-9 {
  margin-bottom: 72px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-9 {
    margin-bottom: 54px !important;
  }
}

.u-ml-9 {
  margin-left: 72px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-9 {
    margin-left: 54px !important;
  }
}

.u-mr-9 {
  margin-right: 72px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-9 {
    margin-right: 54px !important;
  }
}

.u-m-9 {
  margin: 72px !important;
}
@media screen and (max-width: 767px) {
  .u-m-9 {
    margin: 54px !important;
  }
}

.u-mt-10 {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-10 {
    margin-top: 60px !important;
  }
}

.u-mb-10 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-10 {
    margin-bottom: 60px !important;
  }
}

.u-ml-10 {
  margin-left: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-10 {
    margin-left: 60px !important;
  }
}

.u-mr-10 {
  margin-right: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-10 {
    margin-right: 60px !important;
  }
}

.u-m-10 {
  margin: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-m-10 {
    margin: 60px !important;
  }
}

.u-mt-11 {
  margin-top: 88px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-11 {
    margin-top: 66px !important;
  }
}

.u-mb-11 {
  margin-bottom: 88px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-11 {
    margin-bottom: 66px !important;
  }
}

.u-ml-11 {
  margin-left: 88px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-11 {
    margin-left: 66px !important;
  }
}

.u-mr-11 {
  margin-right: 88px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-11 {
    margin-right: 66px !important;
  }
}

.u-m-11 {
  margin: 88px !important;
}
@media screen and (max-width: 767px) {
  .u-m-11 {
    margin: 66px !important;
  }
}

.u-mt-12 {
  margin-top: 96px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-12 {
    margin-top: 72px !important;
  }
}

.u-mb-12 {
  margin-bottom: 96px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-12 {
    margin-bottom: 72px !important;
  }
}

.u-ml-12 {
  margin-left: 96px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-12 {
    margin-left: 72px !important;
  }
}

.u-mr-12 {
  margin-right: 96px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-12 {
    margin-right: 72px !important;
  }
}

.u-m-12 {
  margin: 96px !important;
}
@media screen and (max-width: 767px) {
  .u-m-12 {
    margin: 72px !important;
  }
}

.u-mt-13 {
  margin-top: 104px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-13 {
    margin-top: 78px !important;
  }
}

.u-mb-13 {
  margin-bottom: 104px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-13 {
    margin-bottom: 78px !important;
  }
}

.u-ml-13 {
  margin-left: 104px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-13 {
    margin-left: 78px !important;
  }
}

.u-mr-13 {
  margin-right: 104px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-13 {
    margin-right: 78px !important;
  }
}

.u-m-13 {
  margin: 104px !important;
}
@media screen and (max-width: 767px) {
  .u-m-13 {
    margin: 78px !important;
  }
}

.u-mt-14 {
  margin-top: 112px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-14 {
    margin-top: 84px !important;
  }
}

.u-mb-14 {
  margin-bottom: 112px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-14 {
    margin-bottom: 84px !important;
  }
}

.u-ml-14 {
  margin-left: 112px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-14 {
    margin-left: 84px !important;
  }
}

.u-mr-14 {
  margin-right: 112px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-14 {
    margin-right: 84px !important;
  }
}

.u-m-14 {
  margin: 112px !important;
}
@media screen and (max-width: 767px) {
  .u-m-14 {
    margin: 84px !important;
  }
}

.u-mt-15 {
  margin-top: 120px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-15 {
    margin-top: 90px !important;
  }
}

.u-mb-15 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-15 {
    margin-bottom: 90px !important;
  }
}

.u-ml-15 {
  margin-left: 120px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-15 {
    margin-left: 90px !important;
  }
}

.u-mr-15 {
  margin-right: 120px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-15 {
    margin-right: 90px !important;
  }
}

.u-m-15 {
  margin: 120px !important;
}
@media screen and (max-width: 767px) {
  .u-m-15 {
    margin: 90px !important;
  }
}

.u-mt-16 {
  margin-top: 128px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-16 {
    margin-top: 96px !important;
  }
}

.u-mb-16 {
  margin-bottom: 128px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-16 {
    margin-bottom: 96px !important;
  }
}

.u-ml-16 {
  margin-left: 128px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-16 {
    margin-left: 96px !important;
  }
}

.u-mr-16 {
  margin-right: 128px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-16 {
    margin-right: 96px !important;
  }
}

.u-m-16 {
  margin: 128px !important;
}
@media screen and (max-width: 767px) {
  .u-m-16 {
    margin: 96px !important;
  }
}

.u-mt-17 {
  margin-top: 136px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-17 {
    margin-top: 102px !important;
  }
}

.u-mb-17 {
  margin-bottom: 136px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-17 {
    margin-bottom: 102px !important;
  }
}

.u-ml-17 {
  margin-left: 136px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-17 {
    margin-left: 102px !important;
  }
}

.u-mr-17 {
  margin-right: 136px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-17 {
    margin-right: 102px !important;
  }
}

.u-m-17 {
  margin: 136px !important;
}
@media screen and (max-width: 767px) {
  .u-m-17 {
    margin: 102px !important;
  }
}

.u-mt-18 {
  margin-top: 144px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-18 {
    margin-top: 108px !important;
  }
}

.u-mb-18 {
  margin-bottom: 144px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-18 {
    margin-bottom: 108px !important;
  }
}

.u-ml-18 {
  margin-left: 144px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-18 {
    margin-left: 108px !important;
  }
}

.u-mr-18 {
  margin-right: 144px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-18 {
    margin-right: 108px !important;
  }
}

.u-m-18 {
  margin: 144px !important;
}
@media screen and (max-width: 767px) {
  .u-m-18 {
    margin: 108px !important;
  }
}

.u-mt-19 {
  margin-top: 152px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-19 {
    margin-top: 114px !important;
  }
}

.u-mb-19 {
  margin-bottom: 152px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-19 {
    margin-bottom: 114px !important;
  }
}

.u-ml-19 {
  margin-left: 152px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-19 {
    margin-left: 114px !important;
  }
}

.u-mr-19 {
  margin-right: 152px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-19 {
    margin-right: 114px !important;
  }
}

.u-m-19 {
  margin: 152px !important;
}
@media screen and (max-width: 767px) {
  .u-m-19 {
    margin: 114px !important;
  }
}

.u-mt-20 {
  margin-top: 160px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-20 {
    margin-top: 120px !important;
  }
}

.u-mb-20 {
  margin-bottom: 160px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-20 {
    margin-bottom: 120px !important;
  }
}

.u-ml-20 {
  margin-left: 160px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-20 {
    margin-left: 120px !important;
  }
}

.u-mr-20 {
  margin-right: 160px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-20 {
    margin-right: 120px !important;
  }
}

.u-m-20 {
  margin: 160px !important;
}
@media screen and (max-width: 767px) {
  .u-m-20 {
    margin: 120px !important;
  }
}

.u-mt-21 {
  margin-top: 168px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-21 {
    margin-top: 126px !important;
  }
}

.u-mb-21 {
  margin-bottom: 168px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-21 {
    margin-bottom: 126px !important;
  }
}

.u-ml-21 {
  margin-left: 168px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-21 {
    margin-left: 126px !important;
  }
}

.u-mr-21 {
  margin-right: 168px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-21 {
    margin-right: 126px !important;
  }
}

.u-m-21 {
  margin: 168px !important;
}
@media screen and (max-width: 767px) {
  .u-m-21 {
    margin: 126px !important;
  }
}

.u-mt-22 {
  margin-top: 176px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-22 {
    margin-top: 132px !important;
  }
}

.u-mb-22 {
  margin-bottom: 176px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-22 {
    margin-bottom: 132px !important;
  }
}

.u-ml-22 {
  margin-left: 176px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-22 {
    margin-left: 132px !important;
  }
}

.u-mr-22 {
  margin-right: 176px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-22 {
    margin-right: 132px !important;
  }
}

.u-m-22 {
  margin: 176px !important;
}
@media screen and (max-width: 767px) {
  .u-m-22 {
    margin: 132px !important;
  }
}

.u-mt-23 {
  margin-top: 184px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-23 {
    margin-top: 138px !important;
  }
}

.u-mb-23 {
  margin-bottom: 184px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-23 {
    margin-bottom: 138px !important;
  }
}

.u-ml-23 {
  margin-left: 184px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-23 {
    margin-left: 138px !important;
  }
}

.u-mr-23 {
  margin-right: 184px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-23 {
    margin-right: 138px !important;
  }
}

.u-m-23 {
  margin: 184px !important;
}
@media screen and (max-width: 767px) {
  .u-m-23 {
    margin: 138px !important;
  }
}

.u-mt-24 {
  margin-top: 192px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-24 {
    margin-top: 144px !important;
  }
}

.u-mb-24 {
  margin-bottom: 192px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-24 {
    margin-bottom: 144px !important;
  }
}

.u-ml-24 {
  margin-left: 192px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-24 {
    margin-left: 144px !important;
  }
}

.u-mr-24 {
  margin-right: 192px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-24 {
    margin-right: 144px !important;
  }
}

.u-m-24 {
  margin: 192px !important;
}
@media screen and (max-width: 767px) {
  .u-m-24 {
    margin: 144px !important;
  }
}

.u-mt-25 {
  margin-top: 200px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-25 {
    margin-top: 150px !important;
  }
}

.u-mb-25 {
  margin-bottom: 200px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-25 {
    margin-bottom: 150px !important;
  }
}

.u-ml-25 {
  margin-left: 200px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-25 {
    margin-left: 150px !important;
  }
}

.u-mr-25 {
  margin-right: 200px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-25 {
    margin-right: 150px !important;
  }
}

.u-m-25 {
  margin: 200px !important;
}
@media screen and (max-width: 767px) {
  .u-m-25 {
    margin: 150px !important;
  }
}

.u-mt-26 {
  margin-top: 208px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-26 {
    margin-top: 156px !important;
  }
}

.u-mb-26 {
  margin-bottom: 208px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-26 {
    margin-bottom: 156px !important;
  }
}

.u-ml-26 {
  margin-left: 208px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-26 {
    margin-left: 156px !important;
  }
}

.u-mr-26 {
  margin-right: 208px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-26 {
    margin-right: 156px !important;
  }
}

.u-m-26 {
  margin: 208px !important;
}
@media screen and (max-width: 767px) {
  .u-m-26 {
    margin: 156px !important;
  }
}

.u-mt-27 {
  margin-top: 216px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-27 {
    margin-top: 162px !important;
  }
}

.u-mb-27 {
  margin-bottom: 216px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-27 {
    margin-bottom: 162px !important;
  }
}

.u-ml-27 {
  margin-left: 216px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-27 {
    margin-left: 162px !important;
  }
}

.u-mr-27 {
  margin-right: 216px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-27 {
    margin-right: 162px !important;
  }
}

.u-m-27 {
  margin: 216px !important;
}
@media screen and (max-width: 767px) {
  .u-m-27 {
    margin: 162px !important;
  }
}

.u-mt-28 {
  margin-top: 224px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-28 {
    margin-top: 168px !important;
  }
}

.u-mb-28 {
  margin-bottom: 224px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-28 {
    margin-bottom: 168px !important;
  }
}

.u-ml-28 {
  margin-left: 224px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-28 {
    margin-left: 168px !important;
  }
}

.u-mr-28 {
  margin-right: 224px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-28 {
    margin-right: 168px !important;
  }
}

.u-m-28 {
  margin: 224px !important;
}
@media screen and (max-width: 767px) {
  .u-m-28 {
    margin: 168px !important;
  }
}

.u-mt-29 {
  margin-top: 232px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-29 {
    margin-top: 174px !important;
  }
}

.u-mb-29 {
  margin-bottom: 232px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-29 {
    margin-bottom: 174px !important;
  }
}

.u-ml-29 {
  margin-left: 232px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-29 {
    margin-left: 174px !important;
  }
}

.u-mr-29 {
  margin-right: 232px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-29 {
    margin-right: 174px !important;
  }
}

.u-m-29 {
  margin: 232px !important;
}
@media screen and (max-width: 767px) {
  .u-m-29 {
    margin: 174px !important;
  }
}

.u-mt-30 {
  margin-top: 240px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-30 {
    margin-top: 180px !important;
  }
}

.u-mb-30 {
  margin-bottom: 240px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-30 {
    margin-bottom: 180px !important;
  }
}

.u-ml-30 {
  margin-left: 240px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-30 {
    margin-left: 180px !important;
  }
}

.u-mr-30 {
  margin-right: 240px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-30 {
    margin-right: 180px !important;
  }
}

.u-m-30 {
  margin: 240px !important;
}
@media screen and (max-width: 767px) {
  .u-m-30 {
    margin: 180px !important;
  }
}

.u-mt-31 {
  margin-top: 248px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-31 {
    margin-top: 186px !important;
  }
}

.u-mb-31 {
  margin-bottom: 248px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-31 {
    margin-bottom: 186px !important;
  }
}

.u-ml-31 {
  margin-left: 248px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-31 {
    margin-left: 186px !important;
  }
}

.u-mr-31 {
  margin-right: 248px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-31 {
    margin-right: 186px !important;
  }
}

.u-m-31 {
  margin: 248px !important;
}
@media screen and (max-width: 767px) {
  .u-m-31 {
    margin: 186px !important;
  }
}

.u-mt-32 {
  margin-top: 256px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-32 {
    margin-top: 192px !important;
  }
}

.u-mb-32 {
  margin-bottom: 256px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-32 {
    margin-bottom: 192px !important;
  }
}

.u-ml-32 {
  margin-left: 256px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-32 {
    margin-left: 192px !important;
  }
}

.u-mr-32 {
  margin-right: 256px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-32 {
    margin-right: 192px !important;
  }
}

.u-m-32 {
  margin: 256px !important;
}
@media screen and (max-width: 767px) {
  .u-m-32 {
    margin: 192px !important;
  }
}

.u-mt-33 {
  margin-top: 264px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-33 {
    margin-top: 198px !important;
  }
}

.u-mb-33 {
  margin-bottom: 264px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-33 {
    margin-bottom: 198px !important;
  }
}

.u-ml-33 {
  margin-left: 264px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-33 {
    margin-left: 198px !important;
  }
}

.u-mr-33 {
  margin-right: 264px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-33 {
    margin-right: 198px !important;
  }
}

.u-m-33 {
  margin: 264px !important;
}
@media screen and (max-width: 767px) {
  .u-m-33 {
    margin: 198px !important;
  }
}

.u-mt-34 {
  margin-top: 272px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-34 {
    margin-top: 204px !important;
  }
}

.u-mb-34 {
  margin-bottom: 272px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-34 {
    margin-bottom: 204px !important;
  }
}

.u-ml-34 {
  margin-left: 272px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-34 {
    margin-left: 204px !important;
  }
}

.u-mr-34 {
  margin-right: 272px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-34 {
    margin-right: 204px !important;
  }
}

.u-m-34 {
  margin: 272px !important;
}
@media screen and (max-width: 767px) {
  .u-m-34 {
    margin: 204px !important;
  }
}

.u-mt-35 {
  margin-top: 280px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-35 {
    margin-top: 210px !important;
  }
}

.u-mb-35 {
  margin-bottom: 280px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-35 {
    margin-bottom: 210px !important;
  }
}

.u-ml-35 {
  margin-left: 280px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-35 {
    margin-left: 210px !important;
  }
}

.u-mr-35 {
  margin-right: 280px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-35 {
    margin-right: 210px !important;
  }
}

.u-m-35 {
  margin: 280px !important;
}
@media screen and (max-width: 767px) {
  .u-m-35 {
    margin: 210px !important;
  }
}

.u-mt-36 {
  margin-top: 288px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-36 {
    margin-top: 216px !important;
  }
}

.u-mb-36 {
  margin-bottom: 288px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-36 {
    margin-bottom: 216px !important;
  }
}

.u-ml-36 {
  margin-left: 288px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-36 {
    margin-left: 216px !important;
  }
}

.u-mr-36 {
  margin-right: 288px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-36 {
    margin-right: 216px !important;
  }
}

.u-m-36 {
  margin: 288px !important;
}
@media screen and (max-width: 767px) {
  .u-m-36 {
    margin: 216px !important;
  }
}

.u-mt-37 {
  margin-top: 296px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-37 {
    margin-top: 222px !important;
  }
}

.u-mb-37 {
  margin-bottom: 296px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-37 {
    margin-bottom: 222px !important;
  }
}

.u-ml-37 {
  margin-left: 296px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-37 {
    margin-left: 222px !important;
  }
}

.u-mr-37 {
  margin-right: 296px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-37 {
    margin-right: 222px !important;
  }
}

.u-m-37 {
  margin: 296px !important;
}
@media screen and (max-width: 767px) {
  .u-m-37 {
    margin: 222px !important;
  }
}

.u-mt-38 {
  margin-top: 304px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-38 {
    margin-top: 228px !important;
  }
}

.u-mb-38 {
  margin-bottom: 304px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-38 {
    margin-bottom: 228px !important;
  }
}

.u-ml-38 {
  margin-left: 304px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-38 {
    margin-left: 228px !important;
  }
}

.u-mr-38 {
  margin-right: 304px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-38 {
    margin-right: 228px !important;
  }
}

.u-m-38 {
  margin: 304px !important;
}
@media screen and (max-width: 767px) {
  .u-m-38 {
    margin: 228px !important;
  }
}

.u-mt-39 {
  margin-top: 312px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-39 {
    margin-top: 234px !important;
  }
}

.u-mb-39 {
  margin-bottom: 312px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-39 {
    margin-bottom: 234px !important;
  }
}

.u-ml-39 {
  margin-left: 312px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-39 {
    margin-left: 234px !important;
  }
}

.u-mr-39 {
  margin-right: 312px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-39 {
    margin-right: 234px !important;
  }
}

.u-m-39 {
  margin: 312px !important;
}
@media screen and (max-width: 767px) {
  .u-m-39 {
    margin: 234px !important;
  }
}

.u-mt-40 {
  margin-top: 320px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-40 {
    margin-top: 240px !important;
  }
}

.u-mb-40 {
  margin-bottom: 320px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-40 {
    margin-bottom: 240px !important;
  }
}

.u-ml-40 {
  margin-left: 320px !important;
}
@media screen and (max-width: 767px) {
  .u-ml-40 {
    margin-left: 240px !important;
  }
}

.u-mr-40 {
  margin-right: 320px !important;
}
@media screen and (max-width: 767px) {
  .u-mr-40 {
    margin-right: 240px !important;
  }
}

.u-m-40 {
  margin: 320px !important;
}
@media screen and (max-width: 767px) {
  .u-m-40 {
    margin: 240px !important;
  }
}

.u-pt-0 {
  padding-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-0 {
    padding-top: 0px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-0 {
    padding-bottom: 0px !important;
  }
}

.u-pl-0 {
  padding-left: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-0 {
    padding-left: 0px !important;
  }
}

.u-pr-0 {
  padding-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-0 {
    padding-right: 0px !important;
  }
}

.u-p-0 {
  padding: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-p-0 {
    padding: 0px !important;
  }
}

.u-pt-1 {
  padding-top: 8px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-1 {
    padding-top: 6px !important;
  }
}

.u-pb-1 {
  padding-bottom: 8px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-1 {
    padding-bottom: 6px !important;
  }
}

.u-pl-1 {
  padding-left: 8px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-1 {
    padding-left: 6px !important;
  }
}

.u-pr-1 {
  padding-right: 8px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-1 {
    padding-right: 6px !important;
  }
}

.u-p-1 {
  padding: 8px !important;
}
@media screen and (max-width: 767px) {
  .u-p-1 {
    padding: 6px !important;
  }
}

.u-pt-2 {
  padding-top: 16px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-2 {
    padding-top: 12px !important;
  }
}

.u-pb-2 {
  padding-bottom: 16px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-2 {
    padding-bottom: 12px !important;
  }
}

.u-pl-2 {
  padding-left: 16px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-2 {
    padding-left: 12px !important;
  }
}

.u-pr-2 {
  padding-right: 16px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-2 {
    padding-right: 12px !important;
  }
}

.u-p-2 {
  padding: 16px !important;
}
@media screen and (max-width: 767px) {
  .u-p-2 {
    padding: 12px !important;
  }
}

.u-pt-3 {
  padding-top: 24px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-3 {
    padding-top: 18px !important;
  }
}

.u-pb-3 {
  padding-bottom: 24px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-3 {
    padding-bottom: 18px !important;
  }
}

.u-pl-3 {
  padding-left: 24px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-3 {
    padding-left: 18px !important;
  }
}

.u-pr-3 {
  padding-right: 24px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-3 {
    padding-right: 18px !important;
  }
}

.u-p-3 {
  padding: 24px !important;
}
@media screen and (max-width: 767px) {
  .u-p-3 {
    padding: 18px !important;
  }
}

.u-pt-4 {
  padding-top: 32px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-4 {
    padding-top: 24px !important;
  }
}

.u-pb-4 {
  padding-bottom: 32px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-4 {
    padding-bottom: 24px !important;
  }
}

.u-pl-4 {
  padding-left: 32px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-4 {
    padding-left: 24px !important;
  }
}

.u-pr-4 {
  padding-right: 32px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-4 {
    padding-right: 24px !important;
  }
}

.u-p-4 {
  padding: 32px !important;
}
@media screen and (max-width: 767px) {
  .u-p-4 {
    padding: 24px !important;
  }
}

.u-pt-5 {
  padding-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-5 {
    padding-top: 30px !important;
  }
}

.u-pb-5 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-5 {
    padding-bottom: 30px !important;
  }
}

.u-pl-5 {
  padding-left: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-5 {
    padding-left: 30px !important;
  }
}

.u-pr-5 {
  padding-right: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-5 {
    padding-right: 30px !important;
  }
}

.u-p-5 {
  padding: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-p-5 {
    padding: 30px !important;
  }
}

.u-pt-6 {
  padding-top: 48px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-6 {
    padding-top: 36px !important;
  }
}

.u-pb-6 {
  padding-bottom: 48px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-6 {
    padding-bottom: 36px !important;
  }
}

.u-pl-6 {
  padding-left: 48px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-6 {
    padding-left: 36px !important;
  }
}

.u-pr-6 {
  padding-right: 48px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-6 {
    padding-right: 36px !important;
  }
}

.u-p-6 {
  padding: 48px !important;
}
@media screen and (max-width: 767px) {
  .u-p-6 {
    padding: 36px !important;
  }
}

.u-pt-7 {
  padding-top: 56px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-7 {
    padding-top: 42px !important;
  }
}

.u-pb-7 {
  padding-bottom: 56px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-7 {
    padding-bottom: 42px !important;
  }
}

.u-pl-7 {
  padding-left: 56px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-7 {
    padding-left: 42px !important;
  }
}

.u-pr-7 {
  padding-right: 56px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-7 {
    padding-right: 42px !important;
  }
}

.u-p-7 {
  padding: 56px !important;
}
@media screen and (max-width: 767px) {
  .u-p-7 {
    padding: 42px !important;
  }
}

.u-pt-8 {
  padding-top: 64px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-8 {
    padding-top: 48px !important;
  }
}

.u-pb-8 {
  padding-bottom: 64px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-8 {
    padding-bottom: 48px !important;
  }
}

.u-pl-8 {
  padding-left: 64px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-8 {
    padding-left: 48px !important;
  }
}

.u-pr-8 {
  padding-right: 64px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-8 {
    padding-right: 48px !important;
  }
}

.u-p-8 {
  padding: 64px !important;
}
@media screen and (max-width: 767px) {
  .u-p-8 {
    padding: 48px !important;
  }
}

.u-pt-9 {
  padding-top: 72px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-9 {
    padding-top: 54px !important;
  }
}

.u-pb-9 {
  padding-bottom: 72px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-9 {
    padding-bottom: 54px !important;
  }
}

.u-pl-9 {
  padding-left: 72px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-9 {
    padding-left: 54px !important;
  }
}

.u-pr-9 {
  padding-right: 72px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-9 {
    padding-right: 54px !important;
  }
}

.u-p-9 {
  padding: 72px !important;
}
@media screen and (max-width: 767px) {
  .u-p-9 {
    padding: 54px !important;
  }
}

.u-pt-10 {
  padding-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-10 {
    padding-top: 60px !important;
  }
}

.u-pb-10 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-10 {
    padding-bottom: 60px !important;
  }
}

.u-pl-10 {
  padding-left: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-10 {
    padding-left: 60px !important;
  }
}

.u-pr-10 {
  padding-right: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-10 {
    padding-right: 60px !important;
  }
}

.u-p-10 {
  padding: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-p-10 {
    padding: 60px !important;
  }
}

.u-pt-11 {
  padding-top: 88px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-11 {
    padding-top: 66px !important;
  }
}

.u-pb-11 {
  padding-bottom: 88px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-11 {
    padding-bottom: 66px !important;
  }
}

.u-pl-11 {
  padding-left: 88px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-11 {
    padding-left: 66px !important;
  }
}

.u-pr-11 {
  padding-right: 88px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-11 {
    padding-right: 66px !important;
  }
}

.u-p-11 {
  padding: 88px !important;
}
@media screen and (max-width: 767px) {
  .u-p-11 {
    padding: 66px !important;
  }
}

.u-pt-12 {
  padding-top: 96px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-12 {
    padding-top: 72px !important;
  }
}

.u-pb-12 {
  padding-bottom: 96px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-12 {
    padding-bottom: 72px !important;
  }
}

.u-pl-12 {
  padding-left: 96px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-12 {
    padding-left: 72px !important;
  }
}

.u-pr-12 {
  padding-right: 96px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-12 {
    padding-right: 72px !important;
  }
}

.u-p-12 {
  padding: 96px !important;
}
@media screen and (max-width: 767px) {
  .u-p-12 {
    padding: 72px !important;
  }
}

.u-pt-13 {
  padding-top: 104px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-13 {
    padding-top: 78px !important;
  }
}

.u-pb-13 {
  padding-bottom: 104px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-13 {
    padding-bottom: 78px !important;
  }
}

.u-pl-13 {
  padding-left: 104px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-13 {
    padding-left: 78px !important;
  }
}

.u-pr-13 {
  padding-right: 104px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-13 {
    padding-right: 78px !important;
  }
}

.u-p-13 {
  padding: 104px !important;
}
@media screen and (max-width: 767px) {
  .u-p-13 {
    padding: 78px !important;
  }
}

.u-pt-14 {
  padding-top: 112px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-14 {
    padding-top: 84px !important;
  }
}

.u-pb-14 {
  padding-bottom: 112px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-14 {
    padding-bottom: 84px !important;
  }
}

.u-pl-14 {
  padding-left: 112px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-14 {
    padding-left: 84px !important;
  }
}

.u-pr-14 {
  padding-right: 112px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-14 {
    padding-right: 84px !important;
  }
}

.u-p-14 {
  padding: 112px !important;
}
@media screen and (max-width: 767px) {
  .u-p-14 {
    padding: 84px !important;
  }
}

.u-pt-15 {
  padding-top: 120px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-15 {
    padding-top: 90px !important;
  }
}

.u-pb-15 {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-15 {
    padding-bottom: 90px !important;
  }
}

.u-pl-15 {
  padding-left: 120px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-15 {
    padding-left: 90px !important;
  }
}

.u-pr-15 {
  padding-right: 120px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-15 {
    padding-right: 90px !important;
  }
}

.u-p-15 {
  padding: 120px !important;
}
@media screen and (max-width: 767px) {
  .u-p-15 {
    padding: 90px !important;
  }
}

.u-pt-16 {
  padding-top: 128px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-16 {
    padding-top: 96px !important;
  }
}

.u-pb-16 {
  padding-bottom: 128px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-16 {
    padding-bottom: 96px !important;
  }
}

.u-pl-16 {
  padding-left: 128px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-16 {
    padding-left: 96px !important;
  }
}

.u-pr-16 {
  padding-right: 128px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-16 {
    padding-right: 96px !important;
  }
}

.u-p-16 {
  padding: 128px !important;
}
@media screen and (max-width: 767px) {
  .u-p-16 {
    padding: 96px !important;
  }
}

.u-pt-17 {
  padding-top: 136px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-17 {
    padding-top: 102px !important;
  }
}

.u-pb-17 {
  padding-bottom: 136px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-17 {
    padding-bottom: 102px !important;
  }
}

.u-pl-17 {
  padding-left: 136px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-17 {
    padding-left: 102px !important;
  }
}

.u-pr-17 {
  padding-right: 136px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-17 {
    padding-right: 102px !important;
  }
}

.u-p-17 {
  padding: 136px !important;
}
@media screen and (max-width: 767px) {
  .u-p-17 {
    padding: 102px !important;
  }
}

.u-pt-18 {
  padding-top: 144px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-18 {
    padding-top: 108px !important;
  }
}

.u-pb-18 {
  padding-bottom: 144px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-18 {
    padding-bottom: 108px !important;
  }
}

.u-pl-18 {
  padding-left: 144px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-18 {
    padding-left: 108px !important;
  }
}

.u-pr-18 {
  padding-right: 144px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-18 {
    padding-right: 108px !important;
  }
}

.u-p-18 {
  padding: 144px !important;
}
@media screen and (max-width: 767px) {
  .u-p-18 {
    padding: 108px !important;
  }
}

.u-pt-19 {
  padding-top: 152px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-19 {
    padding-top: 114px !important;
  }
}

.u-pb-19 {
  padding-bottom: 152px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-19 {
    padding-bottom: 114px !important;
  }
}

.u-pl-19 {
  padding-left: 152px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-19 {
    padding-left: 114px !important;
  }
}

.u-pr-19 {
  padding-right: 152px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-19 {
    padding-right: 114px !important;
  }
}

.u-p-19 {
  padding: 152px !important;
}
@media screen and (max-width: 767px) {
  .u-p-19 {
    padding: 114px !important;
  }
}

.u-pt-20 {
  padding-top: 160px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-20 {
    padding-top: 120px !important;
  }
}

.u-pb-20 {
  padding-bottom: 160px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-20 {
    padding-bottom: 120px !important;
  }
}

.u-pl-20 {
  padding-left: 160px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-20 {
    padding-left: 120px !important;
  }
}

.u-pr-20 {
  padding-right: 160px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-20 {
    padding-right: 120px !important;
  }
}

.u-p-20 {
  padding: 160px !important;
}
@media screen and (max-width: 767px) {
  .u-p-20 {
    padding: 120px !important;
  }
}

.u-pt-21 {
  padding-top: 168px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-21 {
    padding-top: 126px !important;
  }
}

.u-pb-21 {
  padding-bottom: 168px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-21 {
    padding-bottom: 126px !important;
  }
}

.u-pl-21 {
  padding-left: 168px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-21 {
    padding-left: 126px !important;
  }
}

.u-pr-21 {
  padding-right: 168px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-21 {
    padding-right: 126px !important;
  }
}

.u-p-21 {
  padding: 168px !important;
}
@media screen and (max-width: 767px) {
  .u-p-21 {
    padding: 126px !important;
  }
}

.u-pt-22 {
  padding-top: 176px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-22 {
    padding-top: 132px !important;
  }
}

.u-pb-22 {
  padding-bottom: 176px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-22 {
    padding-bottom: 132px !important;
  }
}

.u-pl-22 {
  padding-left: 176px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-22 {
    padding-left: 132px !important;
  }
}

.u-pr-22 {
  padding-right: 176px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-22 {
    padding-right: 132px !important;
  }
}

.u-p-22 {
  padding: 176px !important;
}
@media screen and (max-width: 767px) {
  .u-p-22 {
    padding: 132px !important;
  }
}

.u-pt-23 {
  padding-top: 184px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-23 {
    padding-top: 138px !important;
  }
}

.u-pb-23 {
  padding-bottom: 184px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-23 {
    padding-bottom: 138px !important;
  }
}

.u-pl-23 {
  padding-left: 184px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-23 {
    padding-left: 138px !important;
  }
}

.u-pr-23 {
  padding-right: 184px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-23 {
    padding-right: 138px !important;
  }
}

.u-p-23 {
  padding: 184px !important;
}
@media screen and (max-width: 767px) {
  .u-p-23 {
    padding: 138px !important;
  }
}

.u-pt-24 {
  padding-top: 192px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-24 {
    padding-top: 144px !important;
  }
}

.u-pb-24 {
  padding-bottom: 192px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-24 {
    padding-bottom: 144px !important;
  }
}

.u-pl-24 {
  padding-left: 192px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-24 {
    padding-left: 144px !important;
  }
}

.u-pr-24 {
  padding-right: 192px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-24 {
    padding-right: 144px !important;
  }
}

.u-p-24 {
  padding: 192px !important;
}
@media screen and (max-width: 767px) {
  .u-p-24 {
    padding: 144px !important;
  }
}

.u-pt-25 {
  padding-top: 200px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-25 {
    padding-top: 150px !important;
  }
}

.u-pb-25 {
  padding-bottom: 200px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-25 {
    padding-bottom: 150px !important;
  }
}

.u-pl-25 {
  padding-left: 200px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-25 {
    padding-left: 150px !important;
  }
}

.u-pr-25 {
  padding-right: 200px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-25 {
    padding-right: 150px !important;
  }
}

.u-p-25 {
  padding: 200px !important;
}
@media screen and (max-width: 767px) {
  .u-p-25 {
    padding: 150px !important;
  }
}

.u-pt-26 {
  padding-top: 208px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-26 {
    padding-top: 156px !important;
  }
}

.u-pb-26 {
  padding-bottom: 208px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-26 {
    padding-bottom: 156px !important;
  }
}

.u-pl-26 {
  padding-left: 208px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-26 {
    padding-left: 156px !important;
  }
}

.u-pr-26 {
  padding-right: 208px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-26 {
    padding-right: 156px !important;
  }
}

.u-p-26 {
  padding: 208px !important;
}
@media screen and (max-width: 767px) {
  .u-p-26 {
    padding: 156px !important;
  }
}

.u-pt-27 {
  padding-top: 216px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-27 {
    padding-top: 162px !important;
  }
}

.u-pb-27 {
  padding-bottom: 216px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-27 {
    padding-bottom: 162px !important;
  }
}

.u-pl-27 {
  padding-left: 216px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-27 {
    padding-left: 162px !important;
  }
}

.u-pr-27 {
  padding-right: 216px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-27 {
    padding-right: 162px !important;
  }
}

.u-p-27 {
  padding: 216px !important;
}
@media screen and (max-width: 767px) {
  .u-p-27 {
    padding: 162px !important;
  }
}

.u-pt-28 {
  padding-top: 224px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-28 {
    padding-top: 168px !important;
  }
}

.u-pb-28 {
  padding-bottom: 224px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-28 {
    padding-bottom: 168px !important;
  }
}

.u-pl-28 {
  padding-left: 224px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-28 {
    padding-left: 168px !important;
  }
}

.u-pr-28 {
  padding-right: 224px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-28 {
    padding-right: 168px !important;
  }
}

.u-p-28 {
  padding: 224px !important;
}
@media screen and (max-width: 767px) {
  .u-p-28 {
    padding: 168px !important;
  }
}

.u-pt-29 {
  padding-top: 232px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-29 {
    padding-top: 174px !important;
  }
}

.u-pb-29 {
  padding-bottom: 232px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-29 {
    padding-bottom: 174px !important;
  }
}

.u-pl-29 {
  padding-left: 232px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-29 {
    padding-left: 174px !important;
  }
}

.u-pr-29 {
  padding-right: 232px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-29 {
    padding-right: 174px !important;
  }
}

.u-p-29 {
  padding: 232px !important;
}
@media screen and (max-width: 767px) {
  .u-p-29 {
    padding: 174px !important;
  }
}

.u-pt-30 {
  padding-top: 240px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-30 {
    padding-top: 180px !important;
  }
}

.u-pb-30 {
  padding-bottom: 240px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-30 {
    padding-bottom: 180px !important;
  }
}

.u-pl-30 {
  padding-left: 240px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-30 {
    padding-left: 180px !important;
  }
}

.u-pr-30 {
  padding-right: 240px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-30 {
    padding-right: 180px !important;
  }
}

.u-p-30 {
  padding: 240px !important;
}
@media screen and (max-width: 767px) {
  .u-p-30 {
    padding: 180px !important;
  }
}

.u-pt-31 {
  padding-top: 248px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-31 {
    padding-top: 186px !important;
  }
}

.u-pb-31 {
  padding-bottom: 248px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-31 {
    padding-bottom: 186px !important;
  }
}

.u-pl-31 {
  padding-left: 248px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-31 {
    padding-left: 186px !important;
  }
}

.u-pr-31 {
  padding-right: 248px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-31 {
    padding-right: 186px !important;
  }
}

.u-p-31 {
  padding: 248px !important;
}
@media screen and (max-width: 767px) {
  .u-p-31 {
    padding: 186px !important;
  }
}

.u-pt-32 {
  padding-top: 256px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-32 {
    padding-top: 192px !important;
  }
}

.u-pb-32 {
  padding-bottom: 256px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-32 {
    padding-bottom: 192px !important;
  }
}

.u-pl-32 {
  padding-left: 256px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-32 {
    padding-left: 192px !important;
  }
}

.u-pr-32 {
  padding-right: 256px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-32 {
    padding-right: 192px !important;
  }
}

.u-p-32 {
  padding: 256px !important;
}
@media screen and (max-width: 767px) {
  .u-p-32 {
    padding: 192px !important;
  }
}

.u-pt-33 {
  padding-top: 264px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-33 {
    padding-top: 198px !important;
  }
}

.u-pb-33 {
  padding-bottom: 264px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-33 {
    padding-bottom: 198px !important;
  }
}

.u-pl-33 {
  padding-left: 264px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-33 {
    padding-left: 198px !important;
  }
}

.u-pr-33 {
  padding-right: 264px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-33 {
    padding-right: 198px !important;
  }
}

.u-p-33 {
  padding: 264px !important;
}
@media screen and (max-width: 767px) {
  .u-p-33 {
    padding: 198px !important;
  }
}

.u-pt-34 {
  padding-top: 272px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-34 {
    padding-top: 204px !important;
  }
}

.u-pb-34 {
  padding-bottom: 272px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-34 {
    padding-bottom: 204px !important;
  }
}

.u-pl-34 {
  padding-left: 272px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-34 {
    padding-left: 204px !important;
  }
}

.u-pr-34 {
  padding-right: 272px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-34 {
    padding-right: 204px !important;
  }
}

.u-p-34 {
  padding: 272px !important;
}
@media screen and (max-width: 767px) {
  .u-p-34 {
    padding: 204px !important;
  }
}

.u-pt-35 {
  padding-top: 280px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-35 {
    padding-top: 210px !important;
  }
}

.u-pb-35 {
  padding-bottom: 280px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-35 {
    padding-bottom: 210px !important;
  }
}

.u-pl-35 {
  padding-left: 280px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-35 {
    padding-left: 210px !important;
  }
}

.u-pr-35 {
  padding-right: 280px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-35 {
    padding-right: 210px !important;
  }
}

.u-p-35 {
  padding: 280px !important;
}
@media screen and (max-width: 767px) {
  .u-p-35 {
    padding: 210px !important;
  }
}

.u-pt-36 {
  padding-top: 288px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-36 {
    padding-top: 216px !important;
  }
}

.u-pb-36 {
  padding-bottom: 288px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-36 {
    padding-bottom: 216px !important;
  }
}

.u-pl-36 {
  padding-left: 288px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-36 {
    padding-left: 216px !important;
  }
}

.u-pr-36 {
  padding-right: 288px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-36 {
    padding-right: 216px !important;
  }
}

.u-p-36 {
  padding: 288px !important;
}
@media screen and (max-width: 767px) {
  .u-p-36 {
    padding: 216px !important;
  }
}

.u-pt-37 {
  padding-top: 296px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-37 {
    padding-top: 222px !important;
  }
}

.u-pb-37 {
  padding-bottom: 296px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-37 {
    padding-bottom: 222px !important;
  }
}

.u-pl-37 {
  padding-left: 296px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-37 {
    padding-left: 222px !important;
  }
}

.u-pr-37 {
  padding-right: 296px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-37 {
    padding-right: 222px !important;
  }
}

.u-p-37 {
  padding: 296px !important;
}
@media screen and (max-width: 767px) {
  .u-p-37 {
    padding: 222px !important;
  }
}

.u-pt-38 {
  padding-top: 304px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-38 {
    padding-top: 228px !important;
  }
}

.u-pb-38 {
  padding-bottom: 304px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-38 {
    padding-bottom: 228px !important;
  }
}

.u-pl-38 {
  padding-left: 304px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-38 {
    padding-left: 228px !important;
  }
}

.u-pr-38 {
  padding-right: 304px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-38 {
    padding-right: 228px !important;
  }
}

.u-p-38 {
  padding: 304px !important;
}
@media screen and (max-width: 767px) {
  .u-p-38 {
    padding: 228px !important;
  }
}

.u-pt-39 {
  padding-top: 312px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-39 {
    padding-top: 234px !important;
  }
}

.u-pb-39 {
  padding-bottom: 312px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-39 {
    padding-bottom: 234px !important;
  }
}

.u-pl-39 {
  padding-left: 312px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-39 {
    padding-left: 234px !important;
  }
}

.u-pr-39 {
  padding-right: 312px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-39 {
    padding-right: 234px !important;
  }
}

.u-p-39 {
  padding: 312px !important;
}
@media screen and (max-width: 767px) {
  .u-p-39 {
    padding: 234px !important;
  }
}

.u-pt-40 {
  padding-top: 320px !important;
}
@media screen and (max-width: 767px) {
  .u-pt-40 {
    padding-top: 240px !important;
  }
}

.u-pb-40 {
  padding-bottom: 320px !important;
}
@media screen and (max-width: 767px) {
  .u-pb-40 {
    padding-bottom: 240px !important;
  }
}

.u-pl-40 {
  padding-left: 320px !important;
}
@media screen and (max-width: 767px) {
  .u-pl-40 {
    padding-left: 240px !important;
  }
}

.u-pr-40 {
  padding-right: 320px !important;
}
@media screen and (max-width: 767px) {
  .u-pr-40 {
    padding-right: 240px !important;
  }
}

.u-p-40 {
  padding: 320px !important;
}
@media screen and (max-width: 767px) {
  .u-p-40 {
    padding: 240px !important;
  }
}

.js-effect {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  opacity: 0;
}
.js-effect.is-show {
  opacity: 1;
}

.js-effectList > li {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.2, 1);
}
.js-effectList > li.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#sport_baseball a,
#sport_baseball button {
  color: #d1271d;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: none;
  text-decoration: underline;
}
#sport_baseball a:hover,
#sport_baseball button:hover {
  color: #cccccc;
}
#sport_baseball img, #sport_baseball svg {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
#sport_baseball p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sport_baseball p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball p {
    font-size: 1.4rem;
  }
}

#sport_baseball {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #sport_baseball {
    overflow: hidden;
  }
}
#sport_baseball *:focus {
  outline: none;
}
#sport_baseball a {
  -webkit-tap-highlight-color: initial;
}
@media screen and (max-width: 767px) {
  #sport_baseball a {
    -webkit-transition: initial;
    transition: initial;
  }
}
#sport_baseball a:hover, #sport_baseball a:active {
  text-decoration: none !important;
}
#sport_baseball .p-firstView {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media (orientation: landscape) {
  #sport_baseball .p-firstView {
    height: 100vh;
    min-height: 600px;
  }
}
@media screen and (orientation: landscape) and (min-width: 1281px) {
  #sport_baseball .p-firstView {
    height: calc(100vh - 129px);
  }
}
@media screen and (orientation: landscape) and (min-width: 768px) and (max-width: 1280px) {
  #sport_baseball .p-firstView {
    height: calc(100vh - 8.4rem);
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  #sport_baseball .p-firstView {
    height: calc(100vh - 7rem);
  }
}
#sport_baseball .p-firstView.is-load {
  opacity: 1;
}
#sport_baseball .p-firstView .mainVisual {
  position: absolute;
  z-index: 3;
  -webkit-transition: 0.8s cubic-bezier(0, 0, 0.2, 1) 1.2s;
  transition: 0.8s cubic-bezier(0, 0, 0.2, 1) 1.2s;
}
@media (orientation: landscape) {
  #sport_baseball .p-firstView .mainVisual {
    width: 50%;
    height: 100%;
  }
}
@media (orientation: portrait) {
  #sport_baseball .p-firstView .mainVisual {
    width: 100%;
    height: 107vw;
  }
}
#sport_baseball .p-firstView .mainVisual .mainVisual__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(auto, auto, auto, auto);
  /* mainSlider */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #sport_baseball .p-firstView .mainVisual .mainVisual__img {
    clip: auto;
    -webkit-mask-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  }
}
@media (orientation: portrait) {
  #sport_baseball .p-firstView .mainVisual .mainVisual__img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  }
}
#sport_baseball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider {
  height: 100%;
}
#sport_baseball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
}
#sport_baseball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
#sport_baseball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-list:focus {
  outline: none;
}
#sport_baseball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
#sport_baseball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-slider .slick-track,
#sport_baseball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#sport_baseball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
#sport_baseball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-track:before, #sport_baseball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-track:after {
  content: "";
  display: table;
}
#sport_baseball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-track:after {
  clear: both;
}
.slick-loading #sport_baseball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-track {
  visibility: hidden;
}
#sport_baseball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] #sport_baseball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-slide {
  float: right;
}
#sport_baseball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
}
#sport_baseball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-slide.slick-loading img {
  display: none;
}
#sport_baseball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized #sport_baseball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-slide {
  display: block;
}
.slick-loading #sport_baseball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-slide {
  visibility: hidden;
}
.slick-vertical #sport_baseball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#sport_baseball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-arrow.slick-hidden {
  display: none;
}
#sport_baseball .p-firstView .mainVisual .mainVisual__txt {
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 1.5;
}
@media (orientation: landscape) {
  #sport_baseball .p-firstView .mainVisual .mainVisual__txt {
    left: 0;
    bottom: 8%;
  }
}
@media (orientation: portrait) {
  #sport_baseball .p-firstView .mainVisual .mainVisual__txt {
    left: 0;
    bottom: 10%;
    -webkit-transition: 0.8s cubic-bezier(0, 0, 0.2, 1) 1.2s;
    transition: 0.8s cubic-bezier(0, 0, 0.2, 1) 1.2s;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-firstView .mainVisual .mainVisual__txt {
    font-size: 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sport_baseball .p-firstView .mainVisual .mainVisual__txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  #sport_baseball .p-firstView .mainVisual .mainVisual__txt {
    line-height: 1.7;
    font-size: 3.4rem;
  }
}
#sport_baseball .p-firstView .mainVisual .mainVisual__txt .txt01 {
  margin-bottom: -0.5em;
  -webkit-transition: all 0ms 550ms;
  transition: all 0ms 550ms;
  white-space: nowrap;
  padding: 0 2rem 0.1em 5vw;
}
#sport_baseball .p-firstView .mainVisual .mainVisual__txt .txt01.is-show::after {
  -webkit-animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1) 0.1s;
          animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1) 0.1s;
}
#sport_baseball .p-firstView .mainVisual .mainVisual__txt .txt01 .ruby {
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: italic;
}
#sport_baseball .p-firstView .mainVisual .mainVisual__txt .txt02 {
  -webkit-transition: all 0ms 650ms;
  transition: all 0ms 650ms;
  white-space: nowrap;
  padding: 0 2rem 0.1em 5vw;
}
#sport_baseball .p-firstView .mainVisual .mainVisual__txt .txt02.is-show::after {
  -webkit-animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1) 0.2s;
          animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1) 0.2s;
}
#sport_baseball .p-firstView .mainVisual__slider__dots {
  position: absolute;
  z-index: 4;
}
@media (orientation: landscape) {
  #sport_baseball .p-firstView .mainVisual__slider__dots {
    bottom: 5%;
    right: 25vw;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
@media (orientation: portrait) {
  #sport_baseball .p-firstView .mainVisual__slider__dots {
    top: 100vw;
    right: 5%;
  }
}
#sport_baseball .p-firstView .mainVisual__slider__dots .dot {
  width: 60px;
  height: 2px;
  background-color: white;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-firstView .mainVisual__slider__dots .dot {
    width: 50px;
  }
}
#sport_baseball .p-firstView .mainVisual__slider__dots .slick-current .dot {
  background-color: #d1271d;
}
#sport_baseball .p-firstView .mainVisual__slider__dots .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
}
#sport_baseball .p-firstView .mainVisual__slider__dots .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
#sport_baseball .p-firstView .mainVisual__slider__dots .slick-list:focus {
  outline: none;
}
#sport_baseball .p-firstView .mainVisual__slider__dots .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
#sport_baseball .p-firstView .mainVisual__slider__dots .slick-slider .slick-track,
#sport_baseball .p-firstView .mainVisual__slider__dots .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#sport_baseball .p-firstView .mainVisual__slider__dots .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: unset !important;
          transform: unset !important;
  width: auto !important;
}
#sport_baseball .p-firstView .mainVisual__slider__dots .slick-track:before, #sport_baseball .p-firstView .mainVisual__slider__dots .slick-track:after {
  content: "";
  display: table;
}
#sport_baseball .p-firstView .mainVisual__slider__dots .slick-track:after {
  clear: both;
}
.slick-loading #sport_baseball .p-firstView .mainVisual__slider__dots .slick-track {
  visibility: hidden;
}
#sport_baseball .p-firstView .mainVisual__slider__dots .slick-slide {
  width: initial !important;
  cursor: pointer;
  text-align: right;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
  padding: 20px 0;
}
#sport_baseball .p-firstView .mainVisual__slider__dots .slick-slide:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-firstView .mainVisual__slider__dots .slick-slide {
    font-size: 12px;
    margin-right: 5px;
  }
}
#sport_baseball .p-firstView .mainVisual__slider__dots .slick-slide span {
  display: inline-block;
  padding: 0.5em 0.9em 0.45em;
  color: #999999;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-firstView .mainVisual__slider__dots .slick-slide span {
    padding: 0.65em 0.8em 0.6em;
  }
}
#sport_baseball .p-firstView .mainVisual__slider__dots .slick-slide.slick-current span {
  background-color: #d1271d;
  color: white;
}
#sport_baseball .p-firstView .mainVisual__slider__dots .slick-slide.slick-cloned {
  display: none;
}
[dir=rtl] #sport_baseball .p-firstView .mainVisual__slider__dots .slick-slide {
  float: right;
}
#sport_baseball .p-firstView .mainVisual__slider__dots .slick-slide img {
  display: block;
}
#sport_baseball .p-firstView .mainVisual__slider__dots .slick-slide.slick-loading img {
  display: none;
}
#sport_baseball .p-firstView .mainVisual__slider__dots .slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized #sport_baseball .p-firstView .mainVisual__slider__dots .slick-slide {
  display: block;
}
.slick-loading #sport_baseball .p-firstView .mainVisual__slider__dots .slick-slide {
  visibility: hidden;
}
.slick-vertical #sport_baseball .p-firstView .mainVisual__slider__dots .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#sport_baseball .p-firstView .style__intro {
  background-color: #1e1e1e;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 50vw auto;
  color: white;
  z-index: 1;
  position: relative;
}
.webp #sport_baseball .p-firstView .style__intro {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/baseball/bg-honeycomb-bk-tr.webp);
}

.no-webp #sport_baseball .p-firstView .style__intro {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/baseball/bg-honeycomb-bk-tr.jpg);
}

@media (orientation: landscape) {
  #sport_baseball .p-firstView .style__intro {
    width: 50%;
    height: 100%;
    margin: 0 0 0 auto;
    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;
    padding-bottom: 5%;
  }
}
@media (orientation: portrait) {
  #sport_baseball .p-firstView .style__intro {
    padding-top: 107vw;
    background-position: right 81.2vw;
    background-size: 100% auto;
  }
  #sport_baseball .p-firstView .style__intro .style__intro__in {
    padding-top: 32px;
    padding-bottom: 80px;
  }
}
#sport_baseball .p-firstView .style__intro .style__intro__in {
  width: 100%;
}
#sport_baseball .p-firstView .style__intro .p-sectionTtl .line--l, #sport_baseball .p-firstView .style__intro .p-sectionTtl .line--r {
  background-color: white;
}
@media (orientation: landscape) {
  #sport_baseball .p-firstView .style__intro .p-sectionTtl .sectionTtl_in {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  #sport_baseball .p-firstView .style__intro .p-sectionTtl .txt {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  #sport_baseball .p-firstView .style__intro .p-sectionTtl .line--l, #sport_baseball .p-firstView .style__intro .p-sectionTtl .line--r {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
@media (orientation: landscape) {
  #sport_baseball .p-firstView .style__intro .p-sectionReadTtl--s, #sport_baseball .p-firstView .style__intro .style__intro__txt {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
}
#sport_baseball .p-firstView .style__intro .p-sectionReadTtl--s rt, #sport_baseball .p-firstView .style__intro .style__intro__txt rt {
  font-size: 1rem;
  -webkit-transform: translate(0.5em, 0);
          transform: translate(0.5em, 0);
}
#sport_baseball .p-firstView .scroll {
  position: fixed;
  z-index: 3;
  right: 0;
  bottom: 0;
  font-size: 14px;
  display: none;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-transform: uppercase;
}
#sport_baseball .p-firstView .scroll a {
  display: block;
  color: white;
  width: 64px;
  height: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-firstView .scroll a {
    width: 40px;
  }
}
#sport_baseball .p-firstView .scroll a::before {
  content: "";
  display: block;
  width: 1px;
  height: 110px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#sport_baseball .p-firstView .scroll span {
  font-size: 14px;
  display: block;
  position: absolute;
  bottom: 110px;
  right: 50%;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: translate(-14px, 0) rotate(90deg);
          transform: translate(-14px, 0) rotate(90deg);
  width: 64px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-firstView .scroll span {
    -webkit-transform: translate(-12px, 0) rotate(90deg);
            transform: translate(-12px, 0) rotate(90deg);
  }
}
#sport_baseball .p-firstView .scroll:hover a::before, #sport_baseball .p-firstView .scroll:active a::before {
  height: 130px;
}
#sport_baseball .p-firstView .scroll:hover span, #sport_baseball .p-firstView .scroll:active span {
  bottom: 130px;
}
#sport_baseball .js-effect--band {
  background-color: transparent;
  color: transparent;
  font-style: italic;
  font-weight: bold;
  display: inline-block;
  line-height: 1.05 !important;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0ms 250ms;
  transition: all 0ms 250ms;
}
#sport_baseball .js-effect--band::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d1271d;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
#sport_baseball .js-effect--band.is-show {
  color: white;
  background-color: black;
}
#sport_baseball .js-effect--band.is-show::after {
  -webkit-animation: mask-bg 0.6s cubic-bezier(0.8, 0, 0.17, 1) forwards;
          animation: mask-bg 0.6s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}
#sport_baseball .js-effect--band._red::after {
  background-color: black;
}
#sport_baseball .js-effect--band._red.is-show {
  background-color: #d1271d;
}
#sport_baseball .js-effect--band._white::after {
  background-color: black;
}
#sport_baseball .js-effect--band._white.is-show {
  color: #212529;
  background-color: white;
}
#sport_baseball .js-effect--band._white--red.is-show {
  color: #d1271d;
  background-color: white;
}
#sport_baseball .js-effect--band._transparent::after {
  background-color: black;
}
#sport_baseball .js-effect--band._transparent.is-show {
  color: #212529;
  background-color: transparent;
}
#sport_baseball .js-effect--band._transparent--red::after {
  background-color: black;
}
#sport_baseball .js-effect--band._transparent--red.is-show {
  color: #d1271d;
  background-color: transparent;
}
#sport_baseball .js-effect--band._late {
  -webkit-transition: all 0ms 550ms;
  transition: all 0ms 550ms;
}
#sport_baseball .js-effect--band._late.is-show::after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#sport_baseball .js-effect--band._late--white {
  -webkit-transition: all 0ms 550ms;
  transition: all 0ms 550ms;
}
#sport_baseball .js-effect--band._late--white.is-show {
  color: #212529;
  background-color: white;
}
#sport_baseball .js-effect--band._late--white.is-show::after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#sport_baseball .js-effect--band._late--transparent {
  -webkit-transition: all 0ms 550ms;
  transition: all 0ms 550ms;
}
#sport_baseball .js-effect--band._late--transparent::after {
  background-color: black;
}
#sport_baseball .js-effect--band._late--transparent.is-show {
  color: #212529;
  background-color: transparent;
}
#sport_baseball .js-effect--band._late--transparent.is-show::after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@-webkit-keyframes mask-bg {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  40%, 60% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
  100% {
    -webkit-transform: translate(101%, 0);
            transform: translate(101%, 0);
  }
}
@keyframes mask-bg {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  40%, 60% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
  100% {
    -webkit-transform: translate(101%, 0);
            transform: translate(101%, 0);
  }
}
#sport_baseball .p-sectionTtl {
  font-family: "Oswald", sans-serif;
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-transform: uppercase;
  width: 100vw;
  text-align: center;
  font-size: 4rem !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  padding: 0 !important;
  line-height: 1.1 !important;
  left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sport_baseball .p-sectionTtl {
    font-size: 2.8rem !important;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-sectionTtl {
    font-size: 3.2rem !important;
  }
}
#sport_baseball .p-sectionTtl .sectionTtl_in {
  overflow: hidden;
  width: 100%;
  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: 2px;
  position: relative;
}
#sport_baseball .p-sectionTtl .txt {
  display: inline-block;
  opacity: 0;
  padding: 0 0.6em 0.15em 0.5em;
  white-space: nowrap;
}
#sport_baseball .p-sectionTtl .txt-s {
  display: block;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-sectionTtl .txt-s {
    font-size: 2.8rem;
  }
}
#sport_baseball .p-sectionTtl .jp {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 0.7em;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-sectionTtl .jp {
    font-size: 1.6rem;
  }
}
#sport_baseball .p-sectionTtl .line--l, #sport_baseball .p-sectionTtl .line--r {
  background-color: black;
  height: 1px;
  width: 50%;
  display: block;
  position: absolute;
}
#sport_baseball .p-sectionTtl .line--l {
  bottom: 1px;
  left: -100%;
}
#sport_baseball .p-sectionTtl .line--r {
  top: 0;
  right: -100%;
}
#sport_baseball .p-sectionTtl.is-show .sectionTtl_in {
  height: 100%;
  -webkit-transition: all 0.4s ease-out 0.4s;
  transition: all 0.4s ease-out 0.4s;
  will-change: transform;
}
#sport_baseball .p-sectionTtl.is-show .txt {
  opacity: 1;
  -webkit-transition: all 0s 0.4s;
  transition: all 0s 0.4s;
  will-change: transform;
}
#sport_baseball .p-sectionTtl.is-show .line--l, #sport_baseball .p-sectionTtl.is-show .line--r {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  will-change: transform;
}
#sport_baseball .p-sectionTtl.is-show .line--l {
  left: calc(50% - 50vw);
}
#sport_baseball .p-sectionTtl.is-show .line--r {
  right: calc(50% - 50vw);
}
#sport_baseball .p-sectionTtl._white {
  color: white;
}
#sport_baseball .p-sectionTtl._white .line--l, #sport_baseball .p-sectionTtl._white .line--r {
  background-color: white;
}
#sport_baseball .p-sectionReadTtl, #sport_baseball .p-sectionReadTtl--s {
  font-style: italic;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  font-size: 3.2rem !important;
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.2, 1);
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sport_baseball .p-sectionReadTtl, #sport_baseball .p-sectionReadTtl--s {
    font-size: 2.2rem !important;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-sectionReadTtl, #sport_baseball .p-sectionReadTtl--s {
    font-size: 2.4rem !important;
  }
}
#sport_baseball .p-sectionReadTtl--s {
  font-size: 2.8rem !important;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sport_baseball .p-sectionReadTtl--s {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-sectionReadTtl--s {
    font-size: 2.4rem !important;
  }
}
#sport_baseball .p-sectionReadTtl span, #sport_baseball .p-sectionReadTtl--s span {
  display: inline-block;
}
#sport_baseball .p-sectionReadTtl.is-show, #sport_baseball .is-show.p-sectionReadTtl--s {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#sport_baseball .p-nav .nav__btn {
  position: fixed;
  top: 32px;
  right: 16px;
  display: none;
  z-index: 9;
  cursor: pointer;
  width: 78px;
  height: 68px;
  text-align: center;
  padding-top: 8px;
  padding-right: 4px;
  font-size: 14px;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-nav .nav__btn {
    top: 161px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sport_baseball .p-nav .nav__btn {
    top: calc(32px + 8.4rem);
  }
}
@media (max-width: 767px) {
  #sport_baseball .p-nav .nav__btn {
    top: calc(32px + 7rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sport_baseball .p-nav .nav__btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-nav .nav__btn {
    width: 65px;
    height: 56px;
    top: auto;
    right: auto;
    bottom: 12px;
    left: 4px;
    font-size: 12px;
    padding-right: 3px;
  }
}
#sport_baseball .p-nav .nav__btn .nav__btn__menu, #sport_baseball .p-nav .nav__btn .nav__btn__close {
  color: white;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
#sport_baseball .p-nav .nav__btn .nav__btn__menu {
  display: block;
}
#sport_baseball .p-nav .nav__btn .nav__btn__close {
  display: none;
}
#sport_baseball .p-nav .nav__btn::before, #sport_baseball .p-nav .nav__btn::after {
  content: "";
  background-color: white;
  width: 36px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-nav .nav__btn::before, #sport_baseball .p-nav .nav__btn::after {
    width: 28px;
    height: 2px;
  }
}
#sport_baseball .p-nav .nav__btn::before {
  margin-top: 6px;
}
#sport_baseball .p-nav .nav__btn::after {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-nav .nav__btn::after {
    margin-top: 14px;
  }
}
#sport_baseball .p-nav .nav__btn .nav__btn__bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/twentynineteen/images/sport/baseball/fig-honeycomb-red.svg) no-repeat center center/contain;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
}
#sport_baseball .p-nav .nav__btn:active .nav__btn__bg {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-nav .nav__btn:hover .nav__btn__bg {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
#sport_baseball .p-nav .nav__btn.is-on {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#sport_baseball .p-nav .nav__btn.is-on .nav__btn__menu {
  display: none;
}
#sport_baseball .p-nav .nav__btn.is-on .nav__btn__close {
  display: block;
}
#sport_baseball .p-nav .nav__btn.is-on::before, #sport_baseball .p-nav .nav__btn.is-on::after {
  margin-top: 12px;
}
#sport_baseball .p-nav .nav__btn.is-on::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#sport_baseball .p-nav .nav__btn.is-on::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#sport_baseball .p-nav .nav__wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  background-color: #d1271d;
}
#sport_baseball .p-nav .nav__contents {
  min-height: 100%;
  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;
  text-align: center;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-nav .nav__contents {
    padding-top: 129px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sport_baseball .p-nav .nav__contents {
    padding-top: 8.4rem;
  }
}
@media (max-width: 767px) {
  #sport_baseball .p-nav .nav__contents {
    padding-top: 7rem;
  }
}
#sport_baseball .p-nav .nav__contents a {
  color: white;
  font-size: 2.8rem;
  text-decoration: none;
  display: block;
  padding: 12px 0;
  line-height: 1.3;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sport_baseball .p-nav .nav__contents a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-nav .nav__contents a {
    font-size: 2.4rem;
  }
}

/* 20240723追記 */
h3.p-sectionReadTtl.u-mb-7#voice_ttl{
    margin-bottom:156px!important;
}