@charset "UTF-8";
.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: 1em;
}
.u-list > li:last-child, .u-list-num > li:last-child {
  margin-bottom: 0;
}
.u-list-num > li {
  list-style: decimal;
}

/*
.u-linkSpot {
    @media screen and (min-width: 1281px) {
        margin-top: -129px;
        padding-top: 129px;
    }

    @media screen and (min-width: 768px) and (max-width: 1280px) {
        margin-top: -8.4rem;
        padding-top: 8.4rem;
    }

    @media (max-width: 767px) {
        margin-top: -7rem;
        padding-top: 7rem;
    }
}
*/
.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_basketball a,
#sport_basketball button {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#sport_basketball img, #sport_basketball svg {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
#sport_basketball p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sport_basketball p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #sport_basketball p {
    font-size: 1.4rem;
  }
}

#sport_basketball {
  line-height: 1.8;
}
#sport_basketball *:focus {
  outline: none;
}
#sport_basketball a:hover {
  text-decoration: none !important;
}
#sport_basketball .p-btn--doubleArrow, #sport_basketball .p-btn--doubleArrow--s {
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  font-size: 1.8rem;
  display: block;
  text-decoration: none;
  color: black;
  border: 1px black solid;
  width: 100%;
  max-width: 550px;
  padding: 20px;
  padding-right: 32px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  word-break: keep-all;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sport_basketball .p-btn--doubleArrow, #sport_basketball .p-btn--doubleArrow--s {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #sport_basketball .p-btn--doubleArrow, #sport_basketball .p-btn--doubleArrow--s {
    font-size: 1.4rem;
    padding: 12px;
    padding-right: 32px;
  }
}
#sport_basketball .p-btn--doubleArrow::after, #sport_basketball .p-btn--doubleArrow--s::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 21px;
  height: 24px;
  background: url(/wp-content/themes/twentynineteen/images/sport/basketball/ico-arrow-next-double-bk.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #sport_basketball .p-btn--doubleArrow::after, #sport_basketball .p-btn--doubleArrow--s::after {
    width: 18px;
    height: 20px;
  }
}
#sport_basketball .p-btn--doubleArrow:hover, #sport_basketball .p-btn--doubleArrow--s:hover {
  background-color: black;
  color: white;
}
#sport_basketball .p-btn--doubleArrow:hover::after, #sport_basketball .p-btn--doubleArrow--s:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#sport_basketball .p-btn--doubleArrow--s {
  max-width: 390px;
}
#sport_basketball .p-firstView {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media (orientation: landscape) {
  #sport_basketball .p-firstView {
    height: 100vh;
    min-height: 800px;
  }
}
@media screen and (orientation: landscape) and (min-width: 1281px) {
  #sport_basketball .p-firstView {
    height: calc(100vh - 129px);
  }
}
@media screen and (orientation: landscape) and (min-width: 768px) and (max-width: 1280px) {
  #sport_basketball .p-firstView {
    height: calc(100vh - 8.4rem);
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  #sport_basketball .p-firstView {
    height: calc(100vh - 7rem);
  }
}
#sport_basketball .p-firstView.is-load {
  opacity: 1;
}
#sport_basketball .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_basketball .p-firstView .mainVisual {
    width: 50%;
    height: 100%;
  }
}
@media (orientation: portrait) {
  #sport_basketball .p-firstView .mainVisual {
    width: 100%;
    height: 107vw;
  }
}
#sport_basketball .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_basketball .p-firstView .mainVisual .mainVisual__img {
    clip: auto;
    -webkit-mask-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  }
}
@media (orientation: portrait) {
  #sport_basketball .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_basketball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider {
  height: 100%;
}
#sport_basketball .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_basketball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
#sport_basketball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-list:focus {
  outline: none;
}
#sport_basketball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
#sport_basketball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-slider .slick-track,
#sport_basketball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#sport_basketball .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_basketball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-track:before, #sport_basketball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-track:after {
  content: "";
  display: table;
}
#sport_basketball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-track:after {
  clear: both;
}
.slick-loading #sport_basketball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-track {
  visibility: hidden;
}
#sport_basketball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] #sport_basketball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-slide {
  float: right;
}
#sport_basketball .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_basketball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-slide .leftbottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}
#sport_basketball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-slide.slick-loading img {
  display: none;
}
#sport_basketball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized #sport_basketball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-slide {
  display: block;
}
.slick-loading #sport_basketball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-slide {
  visibility: hidden;
}
.slick-vertical #sport_basketball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#sport_basketball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider .slick-arrow.slick-hidden {
  display: none;
}
#sport_basketball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider li {
  position: relative;
}
#sport_basketball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider li .caption {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 1;
  color: #fff;
  font-size: 1rem;
}
#sport_basketball .p-firstView .mainVisual .mainVisual__img .mainVisual__slider li .logoCaption {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  width: 80px;
}
#sport_basketball .p-firstView .mainVisual .mainVisual__txt {
  position: absolute;
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 1.5;
}
@media (orientation: landscape) {
  #sport_basketball .p-firstView .mainVisual .mainVisual__txt {
    left: 0;
    bottom: 8%;
  }
}
@media (orientation: portrait) {
  #sport_basketball .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_basketball .p-firstView .mainVisual .mainVisual__txt {
    font-size: 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sport_basketball .p-firstView .mainVisual .mainVisual__txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  #sport_basketball .p-firstView .mainVisual .mainVisual__txt {
    font-size: 3.6rem;
    line-height: 4.8rem;
  }
}
#sport_basketball .p-firstView .mainVisual .mainVisual__txt .txt01 {
  font-size: 105px;
  margin-bottom: -0.3em;
  -webkit-transition: all 0ms 550ms;
  transition: all 0ms 550ms;
  white-space: nowrap;
  padding: 0 2rem 0.1em 5vw;
}
#sport_basketball .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_basketball .p-firstView .mainVisual .mainVisual__txt .txt01 .ruby {
  display: block;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #sport_basketball .p-firstView .mainVisual .mainVisual__txt .txt01 {
    font-size: 70px;
    margin-bottom: -1rem;
  }
}
#sport_basketball .p-firstView .mainVisual .mainVisual__txt .txt02 {
  font-size: 42px;
  -webkit-transition: all 0ms 650ms;
  transition: all 0ms 650ms;
  white-space: nowrap;
  padding: 0 2rem 0.1em 5vw;
}
#sport_basketball .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;
}
@media screen and (max-width: 767px) {
  #sport_basketball .p-firstView .mainVisual .mainVisual__txt .txt02 {
    font-size: 28px;
  }
}
#sport_basketball .p-firstView .mainVisual__slider__dots {
  position: absolute;
  z-index: 4;
}
@media (orientation: landscape) {
  #sport_basketball .p-firstView .mainVisual__slider__dots {
    bottom: 5%;
    right: 25vw;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
@media (orientation: portrait) {
  #sport_basketball .p-firstView .mainVisual__slider__dots {
    top: 100vw;
    right: 5%;
  }
}
#sport_basketball .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_basketball .p-firstView .mainVisual__slider__dots .dot {
    width: 30px;
  }
}
#sport_basketball .p-firstView .mainVisual__slider__dots .slick-current .dot {
  background-color: #d1271d;
}
#sport_basketball .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_basketball .p-firstView .mainVisual__slider__dots .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
#sport_basketball .p-firstView .mainVisual__slider__dots .slick-list:focus {
  outline: none;
}
#sport_basketball .p-firstView .mainVisual__slider__dots .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
#sport_basketball .p-firstView .mainVisual__slider__dots .slick-slider .slick-track,
#sport_basketball .p-firstView .mainVisual__slider__dots .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#sport_basketball .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_basketball .p-firstView .mainVisual__slider__dots .slick-track:before, #sport_basketball .p-firstView .mainVisual__slider__dots .slick-track:after {
  content: "";
  display: table;
}
#sport_basketball .p-firstView .mainVisual__slider__dots .slick-track:after {
  clear: both;
}
.slick-loading #sport_basketball .p-firstView .mainVisual__slider__dots .slick-track {
  visibility: hidden;
}
#sport_basketball .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_basketball .p-firstView .mainVisual__slider__dots .slick-slide:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #sport_basketball .p-firstView .mainVisual__slider__dots .slick-slide {
    font-size: 12px;
    margin-right: 5px;
    padding: 10px 0;
  }
}
#sport_basketball .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_basketball .p-firstView .mainVisual__slider__dots .slick-slide span {
    padding: 0.65em 0.8em 0.6em;
  }
}
#sport_basketball .p-firstView .mainVisual__slider__dots .slick-slide.slick-current span {
  background-color: #d1271d;
  color: white;
}
#sport_basketball .p-firstView .mainVisual__slider__dots .slick-slide.slick-cloned {
  display: none;
}
[dir=rtl] #sport_basketball .p-firstView .mainVisual__slider__dots .slick-slide {
  float: right;
}
#sport_basketball .p-firstView .mainVisual__slider__dots .slick-slide img {
  display: block;
}
#sport_basketball .p-firstView .mainVisual__slider__dots .slick-slide.slick-loading img {
  display: none;
}
#sport_basketball .p-firstView .mainVisual__slider__dots .slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized #sport_basketball .p-firstView .mainVisual__slider__dots .slick-slide {
  display: block;
}
.slick-loading #sport_basketball .p-firstView .mainVisual__slider__dots .slick-slide {
  visibility: hidden;
}
.slick-vertical #sport_basketball .p-firstView .mainVisual__slider__dots .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#sport_basketball .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_basketball .p-firstView .style__intro {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/baseball/bg-honeycomb-bk-tr.webp);
}

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

@media (orientation: landscape) {
  #sport_basketball .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_basketball .p-firstView .style__intro {
    padding-top: 107vw;
    background-position: right 81.2vw;
    background-size: 100% auto;
  }
  #sport_basketball .p-firstView .style__intro .style__intro__in {
    padding-top: 32px;
    padding-bottom: 80px;
  }
}
#sport_basketball .p-firstView .style__intro .style__intro__in {
  width: 100%;
}
#sport_basketball .p-firstView .style__intro .p-sectionTtl .line--l, #sport_basketball .p-firstView .style__intro .p-sectionTtl .line--r {
  background-color: white;
}
@media (orientation: landscape) {
  #sport_basketball .p-firstView .style__intro .p-sectionTtl .sectionTtl_in {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  #sport_basketball .p-firstView .style__intro .p-sectionTtl .txt {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  #sport_basketball .p-firstView .style__intro .p-sectionTtl .line--l, #sport_basketball .p-firstView .style__intro .p-sectionTtl .line--r {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
#sport_basketball .p-firstView .style__intro .style__intro__txt {
  font-size: 28px;
  line-height: 3.4rem;
  letter-spacing: -0.1rem;
  font-style: italic;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media (orientation: landscape) {
  #sport_basketball .p-firstView .style__intro .style__intro__txt {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
}
@media screen and (max-width: 767px) {
  #sport_basketball .p-firstView .style__intro .style__intro__txt {
    font-size: 24px;
  }
}
#sport_basketball .p-firstView .style__intro .style__intro__txt rt {
  font-size: 1rem;
  -webkit-transform: translate(0.5em, 0);
          transform: translate(0.5em, 0);
}
#sport_basketball .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;
}
#sport_basketball .p-firstView .scroll a {
  display: block;
  color: white;
  width: 64px;
  height: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sport_basketball .p-firstView .scroll a {
    width: 40px;
  }
}
#sport_basketball .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_basketball .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_basketball .p-firstView .scroll span {
    -webkit-transform: translate(-12px, 0) rotate(90deg);
            transform: translate(-12px, 0) rotate(90deg);
  }
}
#sport_basketball .p-firstView .scroll:hover a::before, #sport_basketball .p-firstView .scroll:active a::before {
  height: 130px;
}
#sport_basketball .p-firstView .scroll:hover span, #sport_basketball .p-firstView .scroll:active span {
  bottom: 130px;
}
#sport_basketball .js-effect--band, #sport_basketball .js-effect--band--late--transparent, #sport_basketball .js-effect--band--late--white, #sport_basketball .js-effect--band--late, #sport_basketball .js-effect--band--white, #sport_basketball .js-effect--band--red {
  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_basketball .js-effect--band::after, #sport_basketball .js-effect--band--late--transparent::after, #sport_basketball .js-effect--band--late--white::after, #sport_basketball .js-effect--band--late::after, #sport_basketball .js-effect--band--white::after, #sport_basketball .js-effect--band--red::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_basketball .js-effect--band.is-show, #sport_basketball .is-show.js-effect--band--late--transparent, #sport_basketball .is-show.js-effect--band--late--white, #sport_basketball .is-show.js-effect--band--late, #sport_basketball .is-show.js-effect--band--white, #sport_basketball .is-show.js-effect--band--red {
  color: white;
  background-color: black;
}
#sport_basketball .js-effect--band.is-show::after, #sport_basketball .is-show.js-effect--band--late--transparent::after, #sport_basketball .is-show.js-effect--band--late--white::after, #sport_basketball .is-show.js-effect--band--late::after, #sport_basketball .is-show.js-effect--band--white::after, #sport_basketball .is-show.js-effect--band--red::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_basketball .js-effect--band--red::after {
  background-color: black;
}
#sport_basketball .js-effect--band--red.is-show {
  background-color: #d1271d;
}
#sport_basketball .js-effect--band--white.is-show {
  color: #212529;
  background-color: white;
}
#sport_basketball .js-effect--band--late {
  -webkit-transition: all 0ms 550ms;
  transition: all 0ms 550ms;
}
#sport_basketball .js-effect--band--late.is-show::after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#sport_basketball .js-effect--band--late--white {
  -webkit-transition: all 0ms 550ms;
  transition: all 0ms 550ms;
}
#sport_basketball .js-effect--band--late--white.is-show {
  color: #212529;
  background-color: white;
}
#sport_basketball .js-effect--band--late--white.is-show::after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#sport_basketball .js-effect--band--late--transparent {
  -webkit-transition: all 0ms 550ms;
  transition: all 0ms 550ms;
}
#sport_basketball .js-effect--band--late--transparent::after {
  background-color: black;
}
#sport_basketball .js-effect--band--late--transparent.is-show {
  color: #212529;
  background-color: transparent;
}
#sport_basketball .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_basketball .p-sectionTtl {
  font-family: "Oswald", sans-serif;
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  height: 77px;
  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;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sport_basketball .p-sectionTtl {
    font-size: 2.8rem !important;
  }
}
@media screen and (max-width: 767px) {
  #sport_basketball .p-sectionTtl {
    font-size: 3.2rem !important;
  }
}
#sport_basketball .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_basketball .p-sectionTtl .txt {
  display: inline-block;
  opacity: 0;
  padding: 0 0.6em 0.15em 0.5em;
  white-space: nowrap;
  font-size: 40px;
  line-height: 5rem;
}
#sport_basketball .p-sectionTtl .line--l, #sport_basketball .p-sectionTtl .line--r {
  background-color: black;
  height: 1px;
  width: 50%;
  display: block;
  position: absolute;
}
#sport_basketball .p-sectionTtl .line--l {
  bottom: 1px;
  left: -100%;
}
#sport_basketball .p-sectionTtl .line--r {
  top: 0;
  right: -100%;
}
#sport_basketball .p-sectionTtl.is-show .sectionTtl_in {
  height: 80px;
  -webkit-transition: all 0.4s ease-out 0.4s;
  transition: all 0.4s ease-out 0.4s;
  will-change: transform;
}
#sport_basketball .p-sectionTtl.is-show .sectionTtl_in.__top {
  height: 120px;
}
@media screen and (max-width: 767px) {
  #sport_basketball .p-sectionTtl.is-show .sectionTtl_in.__top {
    height: 100px;
  }
}
#sport_basketball .p-sectionTtl.is-show .txt {
  opacity: 1;
  -webkit-transition: all 0s 0.4s;
  transition: all 0s 0.4s;
  will-change: transform;
  line-height: 4rem;
}
@media screen and (max-width: 767px) {
  #sport_basketball .p-sectionTtl.is-show .txt {
    font-size: 32px;
    line-height: 3.8rem;
  }
}
#sport_basketball .p-sectionTtl.is-show .line--l, #sport_basketball .p-sectionTtl.is-show .line--r {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  will-change: transform;
}
#sport_basketball .p-sectionTtl.is-show .line--l {
  left: 0;
}
#sport_basketball .p-sectionTtl.is-show .line--r {
  right: 0;
}
#sport_basketball .p-sectionReadTtl, #sport_basketball .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_basketball .p-sectionReadTtl, #sport_basketball .p-sectionReadTtl--s {
    font-size: 2.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  #sport_basketball .p-sectionReadTtl, #sport_basketball .p-sectionReadTtl--s {
    font-size: 2.8rem !important;
  }
}
#sport_basketball .p-sectionReadTtl--s {
  font-size: 2.8rem !important;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sport_basketball .p-sectionReadTtl--s {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  #sport_basketball .p-sectionReadTtl--s {
    font-size: 2.4rem !important;
  }
}
#sport_basketball .p-sectionReadTtl span, #sport_basketball .p-sectionReadTtl--s span {
  display: inline-block;
}
#sport_basketball .p-sectionReadTtl.is-show, #sport_basketball .is-show.p-sectionReadTtl--s {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#sport_basketball .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_basketball .p-nav .nav__btn {
    top: 161px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sport_basketball .p-nav .nav__btn {
    top: calc(32px + 8.4rem);
  }
}
@media (max-width: 767px) {
  #sport_basketball .p-nav .nav__btn {
    top: calc(32px + 7rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sport_basketball .p-nav .nav__btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #sport_basketball .p-nav .nav__btn {
    width: 65px;
    height: 56px;
    top: auto;
    right: auto;
    bottom: 12px;
    left: 4px;
    font-size: 12px;
    padding-right: 3px;
  }
}
#sport_basketball .p-nav .nav__btn .nav__btn__menu, #sport_basketball .p-nav .nav__btn .nav__btn__close {
  color: white;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
#sport_basketball .p-nav .nav__btn .nav__btn__menu {
  display: block;
}
#sport_basketball .p-nav .nav__btn .nav__btn__close {
  display: none;
}
#sport_basketball .p-nav .nav__btn::before, #sport_basketball .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_basketball .p-nav .nav__btn::before, #sport_basketball .p-nav .nav__btn::after {
    width: 28px;
    height: 2px;
  }
}
#sport_basketball .p-nav .nav__btn::before {
  margin-top: 6px;
}
#sport_basketball .p-nav .nav__btn::after {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  #sport_basketball .p-nav .nav__btn::after {
    margin-top: 14px;
  }
}
#sport_basketball .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/basketball/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_basketball .p-nav .nav__btn:hover .nav__btn__bg {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
#sport_basketball .p-nav .nav__btn.is-on {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#sport_basketball .p-nav .nav__btn.is-on .nav__btn__menu {
  display: none;
}
#sport_basketball .p-nav .nav__btn.is-on .nav__btn__close {
  display: block;
}
#sport_basketball .p-nav .nav__btn.is-on::before, #sport_basketball .p-nav .nav__btn.is-on::after {
  margin-top: 12px;
}
#sport_basketball .p-nav .nav__btn.is-on::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#sport_basketball .p-nav .nav__btn.is-on::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#sport_basketball .p-nav .nav__wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  background-color: #d1271d;
  overflow: scroll;
}
#sport_basketball .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_basketball .p-nav .nav__contents {
    padding-top: 129px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sport_basketball .p-nav .nav__contents {
    padding-top: 8.4rem;
  }
}
@media (max-width: 767px) {
  #sport_basketball .p-nav .nav__contents {
    padding-top: 7rem;
  }
}
#sport_basketball .p-nav .nav__contents a {
  color: white;
  font-size: 2.8rem;
  line-height: 2.8rem;
  text-decoration: none;
  display: block;
  padding: 16px 0;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sport_basketball .p-nav .nav__contents a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #sport_basketball .p-nav .nav__contents a {
    font-size: 2.4rem;
  }
}

.check__btn {
  width: 100%;
  max-width: 320px;
  display: block;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  padding: 18px;
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .check__btn {
    font-size: 12px;
    max-width: 258.5px;
  }
}
.check__btn::after {
  content: "";
  background-image: url(/wp-content/themes/twentynineteen/images/sport/basketball/ico-arrow-next-bk.svg);
  background-repeat: no-repeat;
  width: 9px;
  height: 16px;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 40%;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .check__btn::after {
    width: 6px;
    height: 11px;
    right: 3rem;
  }
}
.check__btn.__white {
  border: 1px solid #fff;
  color: #fff;
}
.check__btn.__white::after {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/basketball/ico-arrow-next-wh.svg);
}
.check__btn.__product {
  margin-top: 160px;
  background-color: #fff;
}
.check__btn:hover {
  background-color: #d1271d;
}

.p-lineUp {
  padding: 150px 0;
  background-repeat: no-repeat;
  background-position: right top, left bottom;
  background-size: 50vw auto;
  position: relative;
  z-index: 1;
}
.webp .p-lineUp {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/basketball/bg-honeycomb-wh-tr.webp);
}

.no-webp .p-lineUp {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/basketball/bg-honeycomb-wh-tr.jpg);
}

.p-lineUp .lineUp__linkList {
  max-width: 1100px;
}
@media screen and (max-width: 1280px) {
  .p-lineUp .lineUp__linkList {
    max-width: 600px;
  }
}
@media screen and (min-width: 1281px) {
  .p-lineUp .lineUp__linkList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
.p-lineUp .lineUp__linkList ul li {
  margin-bottom: 5%;
}
@media screen and (min-width: 1281px) {
  .p-lineUp .lineUp__linkList ul li {
    width: calc((100% - 40px) / 2);
    margin-bottom: 0;
  }
}
.p-lineUp .lineUp__linkList ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #212529;
  height: 100%;
  padding: 4%;
  padding-right: 13%;
  position: relative;
  background-color: white;
  text-decoration: none;
  border: #1e1e1e 1px solid;
}
.p-lineUp .lineUp__linkList ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background: url(/wp-content/themes/twentynineteen/images/sport/baseball/ico-arrow-down-red.svg) no-repeat right center/auto 8px;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .p-lineUp .lineUp__linkList ul li a::after {
    background-size: auto 6px;
  }
}
@media screen and (min-width: 768px) {
  .p-lineUp .lineUp__linkList ul li a:hover, .p-lineUp .lineUp__linkList ul li a:active {
    border: #d1271d 1px solid;
    color: #d1271d;
  }
  .p-lineUp .lineUp__linkList ul li a:hover::after, .p-lineUp .lineUp__linkList ul li a:active::after {
    -webkit-filter: initial;
            filter: initial;
    -webkit-transform: translate(0, calc(-50% + 6px));
            transform: translate(0, calc(-50% + 6px));
  }
}
.p-lineUp .lineUp__linkList .lineUp__linkList__img {
  width: 79px;
  margin-right: 5%;
}
@media screen and (min-width: 768px) {
  .p-lineUp .lineUp__linkList .lineUp__linkList__img {
    width: 158px;
  }
}
.p-lineUp .lineUp__linkList .lineUp__linkList__txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-lineUp .lineUp__linkList .lineUp__linkList__txtarea .ttl {
  font-family: "Oswald", sans-serif;
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-lineUp .lineUp__linkList .lineUp__linkList__txtarea .ttl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1281px) {
  .p-lineUp .lineUp__linkList .lineUp__linkList__txtarea .ttl {
    font-size: 2.8rem;
  }
}
.p-lineUp .lineUp__linkList .lineUp__linkList__txtarea .ttl__jp {
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0.7em;
  font-style: italic;
}
@media screen and (min-width: 1281px) {
  .p-lineUp .lineUp__linkList .lineUp__linkList__txtarea .ttl__jp {
    font-size: 1.2rem;
  }
}
.p-lineUp .lineUp__linkList .lineUp__linkList__txtarea .txt {
  font-size: 1rem;
  padding-top: 0.7em;
  border-top: 1px #212529 solid;
  line-height: 1.3;
}
@media screen and (min-width: 1281px) {
  .p-lineUp .lineUp__linkList .lineUp__linkList__txtarea .txt {
    font-size: 1.2rem;
  }
}
.p-lineUp .lineUp__linkList .lineUp__linkList__txtarea.__gray .ttl, .p-lineUp .lineUp__linkList .lineUp__linkList__txtarea.__gray .ttl__jp {
  color: #666666;
}
.p-lineUp .lineUp__linkList .lineUp__linkList__txtarea.__black .ttl, .p-lineUp .lineUp__linkList .lineUp__linkList__txtarea.__black .ttl__jp {
  color: #000;
}
.p-lineUp .lineUp__linkList .lineUp__linkList__txtarea.__red .ttl, .p-lineUp .lineUp__linkList .lineUp__linkList__txtarea.__red .ttl__jp {
  color: #d1271d;
}

.sectionTitle {
  width: 100%;
  height: 290px;
  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;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sectionTitle {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .sectionTitle.__honeycomb {
    height: 250px;
  }
}
.webp .sectionTitle.__honeycomb {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/basketball/bg-honeycomb.webp);
}

.no-webp .sectionTitle.__honeycomb {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/basketball/bg-honeycomb.jpg);
}

.webp .sectionTitle.__black {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/basketball/bg-gradation-bk.webp);
}

.no-webp .sectionTitle.__black {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/basketball/bg-gradation-bk.jpg);
}

.webp .sectionTitle.__red {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/basketball/bg-gradation-red.webp);
}

.no-webp .sectionTitle.__red {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/basketball/bg-gradation-red.jpg);
}

.sectionTitle .inner {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.sectionTitle .inner .title {
  font-style: italic;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #fff;
  font-size: 36px !important;
  margin-bottom: -16px;
}
@media screen and (max-width: 767px) {
  .sectionTitle .inner .title {
    font-size: 28px !important;
    line-height: 3.2rem !important;
    margin-bottom: 4px;
  }
}
.sectionTitle .inner .titleJp {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #fff;
  margin-bottom: 26px;
  display: block;
}
@media screen and (max-width: 767px) {
  .sectionTitle .inner .titleJp {
    font-size: 10px;
    margin-bottom: 20px;
  }
}

.p-standard {
  padding-top: 10rem;
  padding-bottom: 15rem;
}
.p-standard .img {
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.p-standard .img img {
  width: 100%;
}
.p-standard .textArea h4 {
  font-size: 24px !important;
  color: #d1271d;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-standard .textArea h4 {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 767px) {
  .p-standard .textArea p {
    font-size: 14px;
  }
}

.lineUp_box {
  overflow-x: hidden;
}

.lineUp__section {
  width: 100%;
  position: relative;
}
.lineUp__section.__grey::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: -2;
}

.lineUp__categorySection {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 70px 0 110px;
}
@media screen and (min-width: 768px) {
  .lineUp__categorySection {
    padding: 100px 0 150px;
  }
}
.lineUp__categorySection:nth-of-type(2n)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background-color: #f5f5f5;
}
.lineUp__categorySection::before {
  content: "";
  background-color: white;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}
.lineUp__categorySection .lineUp__categorySection__ico {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  background: url(/wp-content/themes/twentynineteen/images/sport/basketball/fig-honeycomb-bk.svg) no-repeat center center/contain;
  padding: 2.2rem 0 1.9rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: white;
}
@media screen and (min-width: 1281px) {
  .lineUp__categorySection .lineUp__categorySection__ico {
    font-size: 2.4rem;
    padding: 3rem 0 2.7rem;
  }
}
.lineUp__categorySection .lineUp__categorySection__ico .num {
  font-size: 4rem;
  display: block;
  margin-right: 0.15em;
  margin-top: 0.05em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1281px) {
  .lineUp__categorySection .lineUp__categorySection__ico .num {
    font-size: 4.6rem;
  }
}
.lineUp__categorySection .caesTtl {
  margin-left: -3vw;
  font-family: "Oswald", sans-serif;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .lineUp__categorySection .caesTtl {
    margin-left: -5vw;
  }
}
.lineUp__categorySection .caesTtl span {
  padding: 0.1em 4vw 0.1em 5vw;
  font-size: 1.8em;
}
@media screen and (min-width: 768px) {
  .lineUp__categorySection .caesTtl span {
    padding: 0.1em 3%;
  }
}
.lineUp__categorySection .honeycombTtl__section .honeycombTtl {
  font-size: 24px !important;
  font-weight: bold;
  border-bottom: 1px solid;
  display: inline-block;
  padding-left: 30px;
  margin-left: -30px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .lineUp__categorySection .honeycombTtl__section .honeycombTtl {
    font-size: 18px;
  }
}
.lineUp__categorySection .honeycombTtl__section .honeycombTtl::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: -20px;
  width: 100px;
  z-index: -1;
  height: 100px;
  background-image: url(/wp-content/themes/twentynineteen/images/sport/basketball/fig-honeycomb-grGrad.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lineUp__categorySection .honeycombTtl__section .honeycombTtl span {
  color: #d1271d;
}

.lineUp__itemList .item {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item {
    width: 47%;
    margin-bottom: -8%;
  }
}
.lineUp__itemList .item:last-of-type {
  margin-bottom: 0;
}
.lineUp__itemList .item:nth-of-type(2n - 1) .main {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lineUp__itemList .item:nth-of-type(2n - 1) .main .itemImg {
  right: -20vw;
  margin-left: -72vw;
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item:nth-of-type(2n - 1) .main .itemImg {
    right: -13%;
    margin-left: -72%;
  }
}
.lineUp__itemList .item:nth-of-type(2n - 1) .main .itemInfoWrap .itemTtl {
  margin-left: -5vw;
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item:nth-of-type(2n - 1) .main .itemInfoWrap .itemTtl {
    margin-left: -3%;
  }
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item:nth-of-type(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}
.lineUp__itemList .item:nth-of-type(2n) .main .itemImg {
  left: -20vw;
  margin-right: -72vw;
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item:nth-of-type(2n) .main .itemImg {
    left: -13%;
    margin-right: -72%;
  }
}
.lineUp__itemList .item:nth-of-type(2n) .main .itemInfoWrap {
  text-align: right;
}
.lineUp__itemList .item:nth-of-type(2n) .main .itemInfoWrap .itemTtl {
  text-align: right;
  margin-right: -5vw;
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item:nth-of-type(2n) .main .itemInfoWrap .itemTtl {
    margin-right: -3%;
  }
}
.lineUp__itemList .item:nth-of-type(2n) .main .itemInfoWrap .itemNameWrap {
  margin-right: 0;
  margin-left: auto;
}
.lineUp__itemList .item:nth-of-type(2n) .main .itemInfoWrap .itemName {
  text-align: right;
}
.lineUp__itemList .item:nth-of-type(2n) .main .itemInfoWrap .itemIcon {
  margin-right: 0;
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.lineUp__itemList .item .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.lineUp__itemList .item .main:hover .itemImg {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.lineUp__itemList .item .main .itemImg {
  position: relative;
  z-index: 1;
  top: 0;
  width: 80%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemImg {
    width: 70%;
  }
}
.lineUp__itemList .item .main .itemImg .mask img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.1));
}
.lineUp__itemList .item .main .itemInfoWrap {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lineUp__itemList .item .main .itemInfoWrap .itemTtl {
  font-size: 1.8rem;
  line-height: 1.1;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemTtl {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1281px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemTtl {
    font-size: 2.8rem;
  }
}
.lineUp__itemList .item .main .itemInfoWrap .itemTtl span {
  padding: 0.2em 5vw;
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemTtl span {
    padding: 0.1em 3%;
  }
}
.lineUp__itemList .item .main .itemInfoWrap .itemNameWrap {
  border-bottom: 1px #d1271d solid;
  padding-bottom: 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 15px;
  position: relative;
}
@media screen and (min-width: 1281px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemNameWrap {
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemNameWrap {
    padding-right: 14px;
  }
}
.lineUp__itemList .item .main .itemInfoWrap .itemNameWrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  background: url(/wp-content/themes/twentynineteen/images/sport/basketball/ico-arrow-next-red.svg) no-repeat right center/8px auto;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemNameWrap::after {
    background-size: 6px auto;
  }
}
.lineUp__itemList .item .main .itemInfoWrap .itemNum {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemNum {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1281px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemNum {
    display: inline-block;
    margin-right: 0.5em;
    font-size: 1.2rem;
  }
}
.lineUp__itemList .item .main .itemInfoWrap .itemName {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemName {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1281px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemName {
    font-size: 1.8rem;
  }
}
.lineUp__itemList .item .main .itemInfoWrap .itemName .itemNum {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemName .itemNum {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1281px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemName .itemNum {
    display: inline-block;
    margin-right: 0.5em;
    font-size: 1.2rem;
  }
}
.lineUp__itemList .item .main .itemInfoWrap .new {
  background-color: #d1271d;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  color: white;
  padding: 0.1em 1em 0.1em;
  font-size: 1.4rem;
  margin-left: 0.7em;
  display: inline-block;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .new {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1281px) {
  .lineUp__itemList .item .main .itemInfoWrap .new {
    font-size: 1.6rem;
  }
}
.lineUp__itemList .item .main .itemInfoWrap .itemIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px 8px;
  margin-top: 0.6rem;
}
@media screen and (min-width: 1281px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon {
    gap: 6px 12px;
    margin-top: 1rem;
    width: 60%;
  }
}
.lineUp__itemList .item .main .itemInfoWrap .itemIcon > li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (min-width: 1281px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lineUp__itemList .item .main .itemInfoWrap .itemIcon > li.br {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .yamada img {
    width: 38px;
  }
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .yamada img {
    width: 53.2px;
  }
}
@media screen and (max-width: 767px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .wraptype img {
    width: 41px;
  }
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .wraptype img {
    width: 57.4px;
  }
}
.lineUp__itemList .item .main .itemInfoWrap .itemIcon .wraptype.pt {
  padding-top: 1%;
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .wraptype.pt {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .breathable img {
    width: 55px;
  }
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .breathable img {
    width: 77px;
  }
}
@media screen and (max-width: 767px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .breathable2mm img {
    width: 53px;
  }
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .breathable2mm img {
    width: 74.2px;
  }
}
@media screen and (max-width: 767px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .keepwarm3mm img {
    width: 54px;
  }
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .keepwarm3mm img {
    width: 75.6px;
  }
}
@media screen and (max-width: 767px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .sleeve img {
    width: 53px;
  }
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .sleeve img {
    width: 74.2px;
  }
}
@media screen and (max-width: 767px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .basic img {
    width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .basic img {
    width: 56px;
  }
}
@media screen and (max-width: 767px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .compression img {
    width: 41.5px;
  }
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .compression img {
    width: 58.1px;
  }
}
@media screen and (max-width: 767px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .targeted img {
    width: 54px;
  }
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .targeted img {
    width: 75.6px;
  }
}
@media screen and (max-width: 767px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .cross img {
    width: 44.5px;
  }
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .cross img {
    width: 62.3px;
  }
}
@media screen and (max-width: 767px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .dankaichakuatsu img {
    width: 48px;
  }
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .dankaichakuatsu img {
    width: 67.2px;
  }
}
@media screen and (max-width: 767px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .hex--s img {
    width: 55px;
  }
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .hex--s img {
    width: 77px;
  }
}
@media screen and (max-width: 767px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .hdc--s img {
    width: 52px;
  }
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .hdc--s img {
    width: 72.8px;
  }
}
.lineUp__itemList .item .main .itemInfoWrap .itemIcon .hdc {
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .hdc img {
    width: 79.5px;
  }
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon .hdc img {
    width: 111.3px;
  }
}
.lineUp__itemList .item .main .itemInfoWrap .itemIcon .womens img {
  width: 100px;
}
.lineUp__itemList .item .main .itemInfoWrap .itemIcon .iconnew {
  max-width: 42px;
  height: 30px;
}
.lineUp__itemList .item .main .itemInfoWrap .itemIcon .iconnew img {
  width: 100%;
}
.lineUp__itemList .item .main .itemInfoWrap .itemIcon p {
  font-size: 0.8rem;
  font-weight: bold;
  color: #d1271d;
  white-space: nowrap;
  line-height: 1.2;
  margin-top: 0.3em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon p {
    margin-top: 0.5em;
    font-size: 0.6rem;
  }
}
@media screen and (min-width: 1281px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon p {
    margin-left: 0.3em;
    font-size: 1.2rem;
  }
}
.lineUp__itemList .item .main .itemInfoWrap .itemIcon p span {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon p span {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1281px) {
  .lineUp__itemList .item .main .itemInfoWrap .itemIcon p span {
    font-size: 1.4rem;
  }
}
.lineUp__itemList .item .detail {
  display: none;
  padding: 26px 24px;
  border: 1px solid black;
}
.lineUp__itemList .item .detail .itemDetail {
  margin-bottom: 20px;
}
.lineUp__itemList .item .detail .itemDetail .DetailTtl {
  font-size: 1.5rem;
  font-weight: bold;
  font-style: italic;
  font-family: "Noto Sans JP", sans-serif;
}
.lineUp__itemList .item .detail .itemDetail li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.4rem;
}
.lineUp__itemList .item .detail .itemDetail li::before {
  content: "・";
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .detail .itemDetail li {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1281px) {
  .lineUp__itemList .item .detail .itemDetail li {
    font-size: 1.4rem;
  }
}
.lineUp__itemList .item .detail .itemLink .itemLink__ttl {
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  font-size: 1.4rem;
  background-color: black;
  color: white;
  padding: 2px 8px 4px 5px;
  display: inline-block;
  margin-bottom: 0.6em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .detail .itemLink .itemLink__ttl {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1281px) {
  .lineUp__itemList .item .detail .itemLink .itemLink__ttl {
    font-size: 1.4rem;
  }
}
.lineUp__itemList .item .detail .itemLink li {
  border-bottom: 1px #999 solid;
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .detail .itemLink li {
    border-bottom: none;
  }
}
.lineUp__itemList .item .detail .itemLink li:last-child {
  border-bottom: none;
}
.lineUp__itemList .item .detail .itemLink li a {
  font-weight: bold;
  display: inline-block;
  position: relative;
  color: #212529;
  text-decoration: none;
  line-height: 1.3;
}
.lineUp__itemList .item .detail .itemLink li a:active {
  color: #d1271d;
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .detail .itemLink li a:hover {
    color: #d1271d;
  }
}
.lineUp__itemList .item .detail .itemLink li a::after {
  content: "";
  position: absolute;
  top: 70%;
  right: -20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  background: url(/wp-content/themes/twentynineteen/images/sport/baseball/ico-arrow-next-red.svg) no-repeat right center/8px auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .lineUp__itemList .item .detail .itemLink li a::after {
    background-size: 6px auto;
    right: -20px;
  }
}
.lineUp__itemList .item .detail .itemLink li a .itemLink__num {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .detail .itemLink li a .itemLink__num {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1281px) {
  .lineUp__itemList .item .detail .itemLink li a .itemLink__num {
    font-size: 1.2rem;
  }
}
.lineUp__itemList .item .detail .itemLink li a .itemLink__name {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .detail .itemLink li a .itemLink__name {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1281px) {
  .lineUp__itemList .item .detail .itemLink li a .itemLink__name {
    font-size: 1.4rem;
  }
}
.lineUp__itemList .item .detail .itemLink li a .itemLink__name .new {
  background-color: #d1271d;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: white;
  padding: 0 0.7em 0.1em 0.5em;
  font-size: 1rem;
  margin-left: 0.7em;
  display: inline-block;
}
@media screen and (min-width: 1281px) {
  .lineUp__itemList .item .detail .itemLink li a .itemLink__name .new {
    font-size: 1.2rem;
  }
}
.lineUp__itemList .item .detail .itemLink li .coming {
  pointer-events: none;
}
.lineUp__itemList .item .detail .itemLink li .coming::after {
  content: "";
  display: none;
}
.lineUp__itemList .item .detail .itemLink li .coming .comingTex {
  font-weight: bold;
  color: #d1271d;
}
.lineUp__itemList .item .item__toggleBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(0, 1%);
          transform: translate(0, 1%);
  position: relative;
  z-index: 8;
  width: 100vw;
  border: 1px solid black;
  margin: 0 calc(50% - 50vw);
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .lineUp__itemList .item .item__toggleBtn {
    width: 100%;
    margin: 0;
    -webkit-transform: translate(0, 1%);
            transform: translate(0, 1%);
  }
}
@media screen and (max-width: 767px) {
  .lineUp__itemList .item .item__toggleBtn {
    width: 100%;
    margin: 0;
  }
}

/*--- 2025/12/23追記 ---*/

#sport_basketball .p-voice .movieArea {
  padding-top: 55px;
  padding-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  #sport_basketball .p-voice .movieArea {
    z-index: 7;
    position: relative;
  }
}
#sport_basketball .p-voice .movieArea .inner {
  border: 1px solid black;
  border-top: none;
  position: relative;
  padding: 40px;
  width: 80%;
  max-width: 580px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #sport_basketball .p-voice .movieArea .inner {
    margin-bottom: 60px;
    padding: 30px 20px 20px;
  }
}
#sport_basketball .p-voice .movieArea .inner .txtTtlh4 {
  font-style: italic;
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: -7%;
  z-index: 1;
  left: 50%;
  font-size: 2.2rem !important;
  width: 100%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  text-align: center;
}
#sport_basketball .p-voice .movieArea .inner .txtTtlh4::before, #sport_basketball .p-voice .movieArea .inner .txtTtlh4::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30%;
  height: 1px;
  background-color: black;
}
#sport_basketball .p-voice .movieArea .inner .txtTtlh4::before {
  left: 0;
}
#sport_basketball .p-voice .movieArea .inner .txtTtlh4::after {
  right: 0;
}
#sport_basketball .p-voice .movieArea .inner .txtTtlh4 span {
  display: inline-block;
}
#sport_basketball .p-voice .movieArea .inner .txtTtlh4 span::before, #sport_basketball .p-voice .movieArea .inner .txtTtlh4 span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: black;
}
#sport_basketball .p-voice .movieArea .inner .txtTtlh4 span::before {
  left: -1px;
}
#sport_basketball .p-voice .movieArea .inner .txtTtlh4 span::after {
  right: -1px;
}
#sport_basketball .p-voice .movieArea .inner .txtTtlh5 {
  font-weight: bold;
  text-align: center;
}
#sport_basketball .p-voice .movieArea .inner .conditioning__movieTmb {
  border: 1px #cccccc solid;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#sport_basketball .p-voice .movieArea .inner .conditioning__movieTmb::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 70px;
  height: 42px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.webp #sport_basketball .p-voice .movieArea .inner .conditioning__movieTmb::after {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/baseball/ico-movie.webp);
}

.no-webp #sport_basketball .p-voice .movieArea .inner .conditioning__movieTmb::after {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/baseball/ico-movie.jpg);
}

@media screen and (min-width: 768px) {
  #sport_basketball .p-voice .movieArea .inner .conditioning__movieTmb:hover, #sport_basketball .p-voice .movieArea .inner .conditioning__movieTmb:active {
    border: 1px #d1271d solid;
    cursor: pointer;
  }
  #sport_basketball .p-voice .movieArea .inner .conditioning__movieTmb:hover::after, #sport_basketball .p-voice .movieArea .inner .conditioning__movieTmb:active::after {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
#sport_basketball .p-voice .movieArea .inner .conditioning__movieTmb img {
  width: 100%;
}

#sport_basketball .p-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  overflow-y: auto;
}
#sport_basketball .p-modal .modal__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: calc(100% - 100px);
  max-width: 1200px;
  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;
}
@media screen and (max-width: 767px) {
  #sport_basketball .p-modal .modal__contents {
    width: 94%;
  }
}
#sport_basketball .p-modal .modal__contents .movie {
  position: absolute;
  width: 100%;
  max-height: 100%;
  aspect-ratio: 16/9;
}
#sport_basketball .p-modal .modal__contents iframe {
  width: 100%;
  height: 100%;
}
#sport_basketball .p-modal .modal__contents .modal__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -40px;
  right: 0;
  text-indent: -1000px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #sport_basketball .p-modal .modal__contents .modal__close {
    top: -20px;
    right: -40px;
  }
}
#sport_basketball .p-modal .modal__contents .modal__close::before, #sport_basketball .p-modal .modal__contents .modal__close::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: white;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#sport_basketball .p-modal .modal__contents .modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#sport_basketball .p-modal .modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}

/*--- 2025/12/23追記 end ---*/
