/*========== p-scm.scss ==========*/
.p-top-main {
  position: relative;
  background-color: #000;
  padding: 2.6666666667vw 2.6666666667vw 8.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-top-main {
    padding: 2.4285714286vw 0 3.1428571429vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-main {
    padding: 34px 0 44px;
    width: 1400px;
    margin: 0 auto;
  }
}
.p-top-mainWrap {
  background-color: #000;
  overflow: hidden;
}
.p-top-main .forSlider {
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.p-top-main .forSlider.slick-initialized {
  opacity: 1;
}
.p-top-main .forSlider.slide-one {
  opacity: 1;
}
.p-top-main .forSlider .item__inner {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-main .forSlider .item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #eaebee;
  }
}
@media screen and (min-width: 769px) {
  .p-top-main .forSlider .item__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 2px;
  }
}
.p-top-main .forSlider .item-img {
  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-color: #000;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-main .forSlider .item-img {
    height: 61vw;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  .p-top-main .forSlider .item-img {
    width: 66%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-top-main .forSlider .item-info {
  background-color: #eaebee;
}
@media screen and (max-width: 768px) {
  .p-top-main .forSlider .item-info {
    position: relative;
    padding: 4.2666666667vw 21.6vw 3.2vw 4.2666666667vw;
    /*min-height: 23.7333333333vw;*/
    min-height: calc(100% - 61vw);
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .p-top-main .forSlider .item-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
  .p-top-main .forSlider .item-info {
    width: 34%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 2.5vw 3.5714285714vw 0;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-main .forSlider .item-info {
    padding: 35px 50px 0;
  }
}
.p-top-main .forSlider .item-info__channels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-top-main .forSlider .item-info__channels {
    position: absolute;
    top: 0;
    left: 4vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) {
  .p-top-main .forSlider .item-info__channels {
    margin-bottom: 1.0714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-main .forSlider .item-info__channels {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-main .forSlider .item-info__channels .channel {
    width: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-main .forSlider .item-info__channels .channel {
    width: 5.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-main .forSlider .item-info__channels .channel {
    width: 74px;
  }
}
.p-top-main .forSlider .item-info__channels .channel:not(:last-child) {
  margin-right: 0.8vw;
}
@media screen and (min-width: 769px) {
  .p-top-main .forSlider .item-info__channels .channel:not(:last-child) {
    margin-right: 0.5714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-main .forSlider .item-info__channels .channel:not(:last-child) {
    margin-right: 8px;
  }
}
.p-top-main .forSlider .item-info__data {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-top-main .forSlider .item-info__data {
    margin-bottom: 1em;
    font-size: 2.6666666667vw;
  }
}
.p-top-main .forSlider .item-info__ttl {
  font-weight: 700;
  line-height: 1.4;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .p-top-main .forSlider .item-info__ttl {
    font-size: 1.7857142857vw;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-main .forSlider .item-info__ttl {
    font-size: 2.5rem;
  }
}
.p-top-main .forSlider .item-info__txt {
  line-height: 1.6;
  margin-bottom: 1.5em;
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  .p-top-main .forSlider .item-info__txt {
    display: none;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-main .forSlider .item-info__txt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top-main .forSlider .item-info__txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; /* 制限したい行数が5の場合 */
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .p-top-main .forSlider .item-info__btn {
    position: absolute;
    right: 2.8vw;
    /*top: 4.5333333333vw;*/
    bottom: 2.8vw;
    width: 16vw;
    height: 16vw;
    font-size: 3.2vw;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-main .forSlider .item-info__btn .sizeS {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-main .forSlider .item-info__btn {
    margin: 0 auto 2.5vw;
    padding: 1em 0;
    width: 15vw;
    font-size: 1.2142857143vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-main .forSlider .item-info__btn {
    margin-bottom: 35px;
    width: 210px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-main .forSlider .item-info__btn:after {
    position: relative;
    top: auto;
    margin: 0.5em auto 0;
  }
}
@media screen and (min-width: 769px) {
  .p-top-main .forSlider .item-info__btn:after {
    right: 0.7em;
  }
}
.p-top-main .forSlider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-main .forSlider .slick-slide {
  height: auto !important;
}
@media screen and (min-width: 769px) {
  .p-top-main .forSlider .slick-slide {
    position: relative;
  }
  .p-top-main .forSlider .slick-slide:not(.slick-center):after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1401px) {
  .p-top-main .forSlider .slick-list {
    overflow: visible !important;
  }
}
.p-top-main .forSlider .slick-arrow {
  position: absolute;
  z-index: 100;
  top: 28vw;
  font-size: 0;
  cursor: pointer;
  width: 2.6666666667vw;
  height: 5.0666666667vw;
  background: url("../../img/arw_std_wh.svg");
  background-size: 100% 100%;
}
@media screen and (min-width: 769px) {
  .p-top-main .forSlider .slick-arrow {
    width: 2.5vw;
    height: 3.5714285714vw;
    /*top: 14.2857142857vw;*/
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1401px) {
  .p-top-main .forSlider .slick-arrow {
    width: 35px;
    height: 50px;
    /*top: 200px;*/
  }
}
.p-top-main .forSlider .slick-prev {
  left: 1.3333333333vw;
          transform: translateY(-50%) rotate(-180deg);
}
@media screen and (max-width: 768px) {
  .p-top-main .forSlider .slick-prev {
    top: calc(100vw / ( 750 / 229 ));
  }
}
@media screen and (min-width: 769px) {
  .p-top-main .forSlider .slick-prev {
    left: 1.4285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-main .forSlider .slick-prev {
    left: 20px;
  }
}
.p-top-main .forSlider .slick-next {
  right: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-main .forSlider .slick-next {
    right: 1.4285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-main .forSlider .slick-next {
    right: 20px;
  }
}
.p-top-main .forSlider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5.2vw;
}
@media screen and (min-width: 769px) {
  .p-top-main .forSlider .slick-dots {
    bottom: -1.9285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-main .forSlider .slick-dots {
    bottom: -27px;
  }
}
.p-top-main .forSlider .slick-dots li {
  font-size: 0;
}
.p-top-main .forSlider .slick-dots button {
  font-size: 0;
  border-radius: 50%;
  background-color: #575451;
  width: 2.5333333333vw;
  height: 2.5333333333vw;
  margin: 0 2.2666666667vw;
}
@media screen and (min-width: 769px) {
  .p-top-main .forSlider .slick-dots button {
    width: 1.0714285714vw;
    height: 1.0714285714vw;
    margin: 0 0.8571428571vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-main .forSlider .slick-dots button {
    width: 15px;
    height: 15px;
    margin: 0 12px;
  }
}
.p-top-main .forSlider .slick-dots .slick-active button {
  background-color: #fff;
}
.p-top-schedule {
  background-color: #f7f8fa;
  padding: 8.6666666667vw 0 7.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-schedule {
    padding: 2.5vw 0 3.2142857143vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-schedule {
    padding: 35px 0 45px;
  }
}
.p-top-schedule__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-schedule__inner {
    max-width: 1480px;
    margin: 0 auto 2.3648648649vw;
  }
}
.p-top-schedule .forTtl {
  text-align: center;
  font-weight: 700;
  font-size: 3.2vw;
  width: 32.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-top-schedule .forTtl {
    font-size: 1.4285714286vw;
    width: 15.35%;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-schedule .forTtl {
    font-size: 2rem;
  }
}
.p-top-schedule .forTtl img {
  display: block;
  margin: 0 auto 0.5em;
  width: 14.2666666667vw;
}
@media screen and (min-width: 769px) {
  .p-top-schedule .forTtl img {
    width: 6.3571428571vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-schedule .forTtl img {
    width: 89px;
  }
}
.p-top-schedule .forSlider {
  width: 67.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-schedule .forSlider {
    width: 84.65%;
  }
}
.p-top-schedule .forSlider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-schedule .forSlider .slick-slide {
  height: auto !important;
}
.p-top-schedule .forSlider .item {
  background: url("../../top/img/schedule_bg.png") center no-repeat;
  background-size: 100% 100%;
  width: 41.3333333333vw;
  margin-right: 4vw;
}
@media screen and (min-width: 769px) {
  .p-top-schedule .forSlider .item {
    width: 15.5405405405vw;
    margin-right: 1.4864864865vw;
  }
}
@media screen and (min-width: 1481px) {
  .p-top-schedule .forSlider .item {
    width: 230px;
    margin-right: 22px;
  }
}
.p-top-schedule .forSlider .item.last {
  background-image: url("../../top/img/schedule_bg_today.png");
  text-align: center;
}
.p-top-schedule .forSlider .item__inner {
  display: block;
  padding: 1em;
}
.p-top-schedule .forSlider .item_date {
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-top-schedule .forSlider .item_date {
    font-size: 2.9333333333vw;
  }
}
.p-top-schedule .forSlider .item_ttl {
  line-height: 1.5;
  font-size: 2.5333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-schedule .forSlider .item_ttl {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-schedule .forSlider .item_ttl {
    font-size: 1.4rem;
  }
}
.p-top-schedule .forSlider .item_channel {
  margin-bottom: 1.5em;
}
.p-top-schedule .forSlider .item_channel img {
  width: auto;
  height: 2.9333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-schedule .forSlider .item_channel img {
    height: 1.1428571429vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-schedule .forSlider .item_channel img {
    height: 16px;
  }
}
.p-top-schedule .forSlider .item_today {
  display: inline-block;
  letter-spacing: 0.3em;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-top-schedule .forSlider .item_today {
    font-size: 3.2vw;
  }
}
.p-top-schedule .forSlider .item_today:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../../img/icon_program_wh.svg") center no-repeat;
  background-size: contain;
  width: 1.25em;
  height: 1.25em;
}
.p-top-schedule .forSlider .slick-arrow {
  position: absolute;
  z-index: 100;
  top: 44%;
  font-size: 0;
  cursor: pointer;
  width: 2.5vw;
  height: 3.5714285714vw;
  background-color: #333;
}
@media screen and (min-width: 1401px) {
  .p-top-schedule .forSlider .slick-arrow {
    width: 35px;
    height: 50px;
  }
}
.p-top-schedule .forSlider .slick-prev {
  left: 0;
}
.p-top-schedule .forSlider .slick-next {
  right: 0;
}
.p-top-schedule .forBtn {
  background-color: #3c3834;
  margin: 0 auto;
  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;
  /*padding: 1em 0 1em 13.8666666667vw;*/
  padding: 1em 0;
  letter-spacing: 0.3em;
  position: relative;
  width: 66.9333333333vw;
  font-size: 3.4666666667vw;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-top-schedule .forBtn {
    width: 27.5714285714vw;
    font-size: 1.4285714286vw;
    /*padding-left: 5.5714285714vw;*/
  }
}
@media screen and (min-width: 1401px) {
  .p-top-schedule .forBtn {
    width: 386px;
    font-size: 2rem;
    /*padding-left: 78px;*/
  }
}
.p-top-schedule .forBtn:before {
  content: "";
  /*display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);*/
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  background: url("../../img/icon_program_wh.svg") center no-repeat;
  background-size: contain;
  left: 3.7333333333vw;
  width: 5.6vw;
  height: 4.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-top-schedule .forBtn:before {
    left: 1.5714285714vw;
    width: 2.2857142857vw;
    height: 1.9285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-schedule .forBtn:before {
    left: 22px;
    width: 32px;
    height: 27px;
  }
}
.p-top-schedule .forBtn img {
  width: 13.6vw;
  margin-right: 3.2vw;
}
@media screen and (min-width: 769px) {
  .p-top-schedule .forBtn img {
    width: 5.6428571429vw;
    margin-right: 1.0714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-schedule .forBtn img {
    width: 79px;
    margin-right: 15px;
  }
}
.p-top-schedule .forBtn .c-icon-arw_next {
  padding-right: 1.2em;
}
.p-top-schedule .forBtn .c-icon-arw_next:after {
  right: 0;
}

.p-top-schedule .forSlider .item.last .item__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.p-top-schedule .forSlider .item.last .item_channel {
  margin-bottom: 0;
}

.p-top-nav {
  border-top: 1.6vw solid #eaebee;
  border-bottom: 1.6vw solid #eaebee;
  padding: 6vw 0 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-nav {
    border-width: 0.8571428571vw;
    padding: 2.1428571429vw 0;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-nav {
    border-width: 12px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-nav__inner {
    width: 89.3333333333vw;
  }
}
.p-top-nav .items .item {
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 2.5333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-nav .items .item {
    font-size: 1.0714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-nav .items .item {
    font-size: 1.5rem;
  }
}
.p-top-nav .items .item .icon:before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  display: block;
  margin: 0 auto 1em;
  border-radius: 50%;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-nav .items .item .icon:before {
    width: 6.4285714286vw;
    height: 6.4285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-nav .items .item .icon:before {
    width: 90px;
    height: 90px;
  }
}
.p-top-nav .items .item .icon.icon01:before {
  background: url("../../img/nav_icon01_wh.svg") center no-repeat #3c3834;
  background-size: auto 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-nav .items .item .icon.icon01:before {
    background-size: auto 2.5714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-nav .items .item .icon.icon01:before {
    background-size: auto 36px;
  }
}
.p-top-nav .items .item .icon.icon01:hover:before {
  background-color: #F7B100;
}
.p-top-nav .items .item .icon.icon02:before {
  background: url("../../img/nav_icon02_wh.svg") center no-repeat #3c3834;
  background-size: auto 6.1333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-nav .items .item .icon.icon02:before {
    background-size: auto 3vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-nav .items .item .icon.icon02:before {
    background-size: auto 42px;
  }
}
.p-top-nav .items .item .icon.icon02:hover:before {
  background-color: #A31E34;
}
.p-top-nav .items .item .icon.icon03:before {
  background: url("../../img/nav_icon03_wh.svg") center no-repeat #3c3834;
  background-size: auto 6.9333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-nav .items .item .icon.icon03:before {
    background-size: auto 3.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-nav .items .item .icon.icon03:before {
    background-size: auto 46px;
  }
}
.p-top-nav .items .item .icon.icon03:hover:before {
  background-color: #016636;
}
.p-top-nav .items .item .icon.icon04:before {
  background: url("../../img/nav_icon04_wh.svg") center no-repeat #3c3834;
  background-size: auto 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-top-nav .items .item .icon.icon04:before {
    background-size: auto 3.1428571429vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-nav .items .item .icon.icon04:before {
    background-size: auto 44px;
  }
}
.p-top-nav .items .item .icon.icon04:hover:before {
  background-color: #004c6b;
}
.p-top-nav .items .item .icon.icon05:before {
  background: url("../../img/nav_icon05_wh.svg") center no-repeat #3c3834;
  background-size: auto 5.8666666667vw;
}
@media screen and (min-width: 769px) {
  .p-top-nav .items .item .icon.icon05:before {
    background-size: auto 2.7142857143vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-nav .items .item .icon.icon05:before {
    background-size: auto 38px;
  }
}
.p-top-nav .items .item .icon.icon05:hover:before {
  background-color: #000000;
}
.p-top-nav .items .slick-arrow {
  position: absolute;
  z-index: 100;
  top: 4vw;
  font-size: 0;
  cursor: pointer;
  width: 2.6666666667vw;
  height: 5.0666666667vw;
  background: url("../../img/arw_std_gy.svg");
  background-size: 100% 100%;
}
@media screen and (min-width: 769px) {
  .p-top-nav .items .slick-arrow {
    width: 2.5vw;
    height: 3.5714285714vw;
    top: 2.1428571429vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-nav .items .slick-arrow {
    width: 35px;
    height: 50px;
    top: 30px;
  }
}
.p-top-nav .items .slick-prev {
  left: -2vw;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (min-width: 769px) {
  .p-top-nav .items .slick-prev {
    left: -1.4285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-nav .items .slick-prev {
    left: -20px;
  }
}
.p-top-nav .items .slick-next {
  right: -2vw;
}
@media screen and (min-width: 769px) {
  .p-top-nav .items .slick-next {
    right: -1.4285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-nav .items .slick-next {
    right: -20px;
  }
}
.p-top-feature {
  border-bottom: 1.6vw solid #eaebee;
  padding: 8vw 0;
}
@media screen and (min-width: 769px) {
  .p-top-feature {
    border-bottom-width: 0.8571428571vw;
    padding: 6.4285714286vw 0 4.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-feature {
    border-bottom-width: 12px;
    padding: 90px 0 60px;
  }
}
.p-top-feature.withBG {
  background-color: #f7f8fa;
}
.p-top-feature .c-inner {
  position: relative;
}
.p-top-feature .forTtl {
  font-weight: 900;
  letter-spacing: 0.075em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-top-feature .forTtl {
    text-align: center;
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-feature .forTtl {
    margin-bottom: 1em;
    font-size: 2.1428571429vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-feature .forTtl {
    font-size: 3rem;
  }
}
.p-top-feature .forTtl .sizeS {
  font-size: 70%;
}
@media screen and (max-width: 768px) {
  .p-top-feature .forTtl .sizeS {
    display: block;
    padding-top: 0.5em;
  }
}
.p-top-feature .forTtl .icon {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .p-top-feature .forTtl .icon {
    padding-left: 6.0714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-feature .forTtl .icon {
    padding-left: 85px;
  }
}
.p-top-feature .forTtl .icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-top-feature .forTtl .onRecommend {
    padding-left: 7.4666666667vw;
  }
}
.p-top-feature .forTtl .onRecommend:before {
  background-image: url("../../img/feature_icon_recommend.svg");
  width: 6.1333333333vw;
  height: 5.2vw;
}
@media screen and (min-width: 769px) {
  .p-top-feature .forTtl .onRecommend:before {
    width: 3.8571428571vw;
    height: 3.2142857143vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-feature .forTtl .onRecommend:before {
    width: 54px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature .forTtl .onDrama {
    padding-left: 7.6vw;
  }
}
.p-top-feature .forTtl .onDrama:before {
  background-image: url("../../img/feature_icon_drama.svg");
  width: 6.2666666667vw;
  height: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-feature .forTtl .onDrama:before {
    width: 4.2142857143vw;
    height: 3.5714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-feature .forTtl .onDrama:before {
    width: 59px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature .forTtl .onNews {
    padding-left: 12.9333333333vw;
  }
}
.p-top-feature .forTtl .onNews:before {
  background-image: url("../../img/feature_icon_news.svg");
  width: 11.6vw;
  height: 7.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-feature .forTtl .onNews:before {
    width: 5.6428571429vw;
    height: 3.5714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-feature .forTtl .onNews:before {
    width: 79px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature .forTtl .onSCM {
    padding-left: 8vw;
  }
}
.p-top-feature .forTtl .onSCM:before {
  background-image: url("../../img/feature_icon_scm.svg");
  width: 6.6666666667vw;
  height: 6.9333333333vw;
}
@media screen and (max-width: 768px) {
  .p-top-feature .forTtl .onSCM:before {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 769px) {
  .p-top-feature .forTtl .onSCM:before {
    width: 4.5vw;
    height: 4.7142857143vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-feature .forTtl .onSCM:before {
    width: 63px;
    height: 66px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature .forTtl .onRanking {
    padding-left: 6.8vw;
  }
}
.p-top-feature .forTtl .onRanking:before {
  background-image: url("../../img/feature_icon_ranking.svg");
  width: 5.4666666667vw;
  height: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .p-top-feature .forTtl .onRanking:before {
    width: 3.5714285714vw;
    height: 2.7857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-feature .forTtl .onRanking:before {
    width: 50px;
    height: 39px;
  }
}
.p-top-feature .forBtn {
  font-weight: 700;
  letter-spacing: 0.3em;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  .p-top-feature .forBtn {
    margin: 6.6666666667vw auto 0;
    width: 43.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-feature .forBtn {
    padding: 0.5em 0;
    position: absolute;
    right: 0;
    top: 0.5vw;
    width: 14.2857142857vw;
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-feature .forBtn {
    top: 7px;
    width: 200px;
    font-size: 1.8rem;
  }
}
.p-top-feature .forBtn:after {
  right: 0.5em;
}
.p-top-feature .forSlider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-feature .forSlider .slick-slide {
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .p-top-feature .forSlider {
    margin-right: -4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-feature .forSlider {
    margin: 0 -1.2142857143vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-feature .forSlider {
    margin: 0 -17px;
  }
}
.p-top-feature .forSlider .item {
  position: relative;
}
.p-top-feature .forSlider .item__inner {
  display: block;
  padding-right: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-top-feature .forSlider .item__inner {
    padding: 0 1.2142857143vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-feature .forSlider .item__inner {
    padding: 0 17px;
  }
}
.p-top-feature .forSlider .item .zoom_img {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6vw;
  height: 30vw;
}
@media screen and (min-width: 769px) {
  .p-top-feature .forSlider .item .zoom_img {
    margin-bottom: 0.8571428571vw;
    height: 16.0714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-feature .forSlider .item .zoom_img {
    margin-bottom: 12px;
    height: 225px;
  }
}
.p-top-feature .forSlider .item .zoom_img img {
  width: auto;
  height: auto;
  max-width: 105%;
  max-height: 105%;
}
.p-top-feature .forSlider .item_txt {
  font-weight: 700;
  line-height: 1.3;
  font-size: 3.0666666667vw;
}
@media screen and (min-width: 769px) {
  .p-top-feature .forSlider .item_txt {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-feature .forSlider .item_txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature .forSlider .item_txt .txt {
    font-size: 2.8vw;
  }
}
.p-top-feature .forSlider .item_txt .date {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0.5em;
  font-size: 2.5333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-feature .forSlider .item_txt .date {
    font-size: 1.1428571429vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-feature .forSlider .item_txt .date {
    font-size: 1.6rem;
  }
}
.p-top-feature .forSlider .badge:after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10.6666666667vw;
  height: 14.4vw;
}
@media screen and (min-width: 769px) {
  .p-top-feature .forSlider .badge:after {
    left: 1.2142857143vw;
    width: 4.6428571429vw;
    height: 6.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-feature .forSlider .badge:after {
    left: 17px;
    width: 65px;
    height: 88px;
  }
}
.p-top-feature .forSlider .badge.month01:after {
  background-image: url("../../img/badge_month01.svg");
}
.p-top-feature .forSlider .badge.month02:after {
  background-image: url("../../img/badge_month02.svg");
}
.p-top-feature .forSlider .badge.month03:after {
  background-image: url("../../img/badge_month03.svg");
}
.p-top-feature .forSlider .badge.month04:after {
  background-image: url("../../img/badge_month04.svg");
}
.p-top-feature .forSlider .badge.month05:after {
  background-image: url("../../img/badge_month05.svg");
}
.p-top-feature .forSlider .badge.month06:after {
  background-image: url("../../img/badge_month06.svg");
}
.p-top-feature .forSlider .badge.month07:after {
  background-image: url("../../img/badge_month07.svg");
}
.p-top-feature .forSlider .badge.month08:after {
  background-image: url("../../img/badge_month08.svg");
}
.p-top-feature .forSlider .badge.month09:after {
  background-image: url("../../img/badge_month09.svg");
}
.p-top-feature .forSlider .badge.month10:after {
  background-image: url("../../img/badge_month10.svg");
}
.p-top-feature .forSlider .badge.month11:after {
  background-image: url("../../img/badge_month11.svg");
}
.p-top-feature .forSlider .badge.newGR:after {
  background-image: url("../../img/badge_new_gr.svg");
}
.p-top-feature .forSlider .badge.newBL:after {
  background-image: url("../../img/badge_new_bl.svg");
}
.p-top-feature .forSlider .badge.newBK:after {
  background-image: url("../../img/badge_new_bk.svg");
}
.p-top-feature .forSlider .badge.num01:after {
  background-image: url("../../img/badge_no1.svg");
}
.p-top-feature .forSlider .badge.num02:after {
  background-image: url("../../img/badge_no2.svg");
}
.p-top-feature .forSlider .badge.num03:after {
  background-image: url("../../img/badge_no3.svg");
}
.p-top-feature .forSlider .badge.num04:after {
  background-image: url("../../img/badge_no4.svg");
}
.p-top-feature .forSlider .badge.num05:after {
  background-image: url("../../img/badge_no5.svg");
}
.p-top-feature .forSlider .badge.num06:after {
  background-image: url("../../img/badge_no6.svg");
}
.p-top-feature .forSlider .badge.num07:after {
  background-image: url("../../img/badge_no7.svg");
}
.p-top-feature .forSlider .badge.num08:after {
  background-image: url("../../img/badge_no8.svg");
}
.p-top-feature .forSlider .badge.num09:after {
  background-image: url("../../img/badge_no9.svg");
}
.p-top-feature .forSlider .badge.num10:after {
  background-image: url("../../img/badge_no10.svg");
}
.p-top-feature .forSlider .slick-arrow {
  position: absolute;
  z-index: 100;
  font-size: 0;
  cursor: pointer;
  width: 3.2142857143vw;
  height: 2.4285714286vw;
  background: url("../../img/arw_slider.svg") center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1401px) {
  .p-top-feature .forSlider .slick-arrow {
    width: 45px;
    height: 34px;
  }
}
.p-top-feature .forSlider .slick-prev {
  left: -2.6428571429vw;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (min-width: 1401px) {
  .p-top-feature .forSlider .slick-prev {
    left: -37px;
  }
}
.p-top-feature .forSlider .slick-next {
  right: -2.6428571429vw;
}
@media screen and (min-width: 1401px) {
  .p-top-feature .forSlider .slick-next {
    right: -37px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature .forSlider.typeA .slick-list {
    padding: 0 40% 0 0 !important;
  }
}
.p-top-feature .forSlider.typeA .slick-arrow {
  top: 6.4285714286vw;
}
@media screen and (min-width: 1401px) {
  .p-top-feature .forSlider.typeA .slick-arrow {
    top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature .forSlider.typeB .slick-list {
    padding: 0 20% 0 0 !important;
  }
}
.p-top-feature .forSlider.typeB .slick-arrow {
  top: 10vw;
}
@media screen and (min-width: 1401px) {
  .p-top-feature .forSlider.typeB .slick-arrow {
    top: 140px;
  }
}
.p-top-bn {
  padding: 6.4vw 0;
}
@media screen and (min-width: 769px) {
  .p-top-bn {
    padding: 3.5714285714vw 0;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-bn {
    padding: 50px 0;
  }
}
.p-top-bn__inner {
  width: 86.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-top-bn__inner {
    width: 66.3%;
    max-width: 728px;
  }
}
.p-top-search {
  background-color: #3c3834;
  padding: 10.6666666667vw 0 14vw;
}
@media screen and (min-width: 769px) {
  .p-top-search {
    padding: 5.7142857143vw 0 6.0714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-search {
    padding: 80px 0 85px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-search__inner {
    width: 86.6666666667vw;
  }
}
.p-top-search .forTtl {
  margin-bottom: 4.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-top-search .forTtl {
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-search .forTtl {
    margin-bottom: 30px;
  }
}
.p-top-search .forTtl img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 4.4vw;
}
@media screen and (min-width: 769px) {
  .p-top-search .forTtl img {
    height: 2.3571428571vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-search .forTtl img {
    height: 33px;
  }
}
.p-top-search .forGenre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .p-top-search .forGenre {
    margin-bottom: 6.4285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-search .forGenre {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-search .forGenre .item {
    width: 31.8%;
    margin-bottom: 2.3%;
  }
  .p-top-search .forGenre .item:not(:nth-child(3n)) {
    margin-right: 2.3%;
  }
}
@media screen and (min-width: 769px) {
  .p-top-search .forGenre .item {
    width: 18.2%;
    margin-bottom: 2.25%;
  }
  .p-top-search .forGenre .item:not(:nth-child(5n)) {
    margin-right: 2.25%;
  }
}
.p-top-search .forGenre .item .c-icon-arw_std {
  letter-spacing: 0;
  background-color: #fff;
  font-weight: 700;
  padding: 0.8em 1.2em 0.8em 0.8em;
  text-align: left;
  font-size: 2.5333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-search .forGenre .item .c-icon-arw_std {
    font-size: 1.3571428571vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-search .forGenre .item .c-icon-arw_std {
    font-size: 1.9rem;
  }
}
.p-top-search .forGenre .item .c-icon-arw_std:before {
  right: 0.42em;
}
.p-top-search .forBtn {
  padding: 1em;
  letter-spacing: 0.3em;
  margin: 0 auto;
  width: 64vw;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  .p-top-search .forBtn {
    width: 28.5714285714vw;
    font-size: 1.4285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-search .forBtn {
    width: 400px;
    font-size: 2rem;
  }
}
.p-top-search .forBtn .c-icon-arw_next {
  padding-right: 2em;
}
.p-top-search .forBtn .c-icon-arw_next:after {
  right: 0;
}
.p-top-search .forSearchBox {
  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;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-search .forSearchBox {
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-search .forSearchBox {
    margin-bottom: 100px;
  }
}
.p-top-search .forSearchBox .searchInput {
  background-color: #fff;
  padding-left: 1em;
  width: 59.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-search .forSearchBox .searchInput {
    width: 31.7857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-search .forSearchBox .searchInput {
    width: 445px;
  }
}
.p-top-search .forSearchBox .searchInput input {
  width: 100%;
  height: 7.3333333333vw;
  line-height: 7.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-search .forSearchBox .searchInput input {
    height: 3.9285714286vw;
    line-height: 3.9285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-search .forSearchBox .searchInput input {
    height: 55px;
    line-height: 55px;
  }
}
.p-top-search .forSearchBox .searchInput input::-webkit-input-placeholder {
  color: #808080;
  font-weight: 400;
  font-size: 2.9333333333vw;
}
.p-top-search .forSearchBox .searchInput input::-moz-placeholder {
  color: #808080;
  font-weight: 400;
  font-size: 2.9333333333vw;
}
.p-top-search .forSearchBox .searchInput input:-ms-input-placeholder {
  color: #808080;
  font-weight: 400;
  font-size: 2.9333333333vw;
}
.p-top-search .forSearchBox .searchInput input::-ms-input-placeholder {
  color: #808080;
  font-weight: 400;
  font-size: 2.9333333333vw;
}
.p-top-search .forSearchBox .searchInput input::placeholder {
  color: #808080;
  font-weight: 400;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-search .forSearchBox .searchInput input::-webkit-input-placeholder {
    font-size: 1.5714285714vw;
  }
  .p-top-search .forSearchBox .searchInput input::-moz-placeholder {
    font-size: 1.5714285714vw;
  }
  .p-top-search .forSearchBox .searchInput input:-ms-input-placeholder {
    font-size: 1.5714285714vw;
  }
  .p-top-search .forSearchBox .searchInput input::-ms-input-placeholder {
    font-size: 1.5714285714vw;
  }
  .p-top-search .forSearchBox .searchInput input::placeholder {
    font-size: 1.5714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-search .forSearchBox .searchInput input::-webkit-input-placeholder {
    font-size: 2.2rem;
  }
  .p-top-search .forSearchBox .searchInput input::-moz-placeholder {
    font-size: 2.2rem;
  }
  .p-top-search .forSearchBox .searchInput input:-ms-input-placeholder {
    font-size: 2.2rem;
  }
  .p-top-search .forSearchBox .searchInput input::-ms-input-placeholder {
    font-size: 2.2rem;
  }
  .p-top-search .forSearchBox .searchInput input::placeholder {
    font-size: 2.2rem;
  }
}
.p-top-search .forSearchBox .searchBtn input {
  cursor: pointer;
  background: url("../../img/icon_search_wh.svg") center no-repeat #808080;
  background-size: 61.5%;
  height: 100%;
  width: 8.2666666667vw;
}
@media screen and (min-width: 769px) {
  .p-top-search .forSearchBox .searchBtn input {
    width: 3.9285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-search .forSearchBox .searchBtn input {
    width: 55px;
  }
}
.p-top-contents {
  background: url("../../top/img/contents_bg.png") right bottom no-repeat;
  background-size: 100% 100%;
  padding: 13.3333333333vw 0 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-top-contents {
    padding: 6.4285714286vw 0;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-contents {
    padding: 90px 0;
  }
}
.p-top-contents .forTtl {
  margin: 0 auto 8.6666666667vw;
  width: 69.7333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-contents .forTtl {
    width: 33.3571428571vw;
    margin-bottom: 2.8571428571vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-contents .forTtl {
    width: 467px;
    margin-bottom: 40px;
  }
}
.p-top-contents .forSlider {
  margin-bottom: 6vw;
  margin-right: -4vw;
}
@media screen and (min-width: 769px) {
  .p-top-contents .forSlider {
    margin: 0 -1.2142857143vw 2.1428571429vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-contents .forSlider {
    margin: 0 -17px 30px;
  }
}
.p-top-contents .forSlider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-contents .forSlider .slick-slide {
  height: auto !important;
}
.p-top-contents .forSlider .slick-slide div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top-contents .forSlider .slick-list {
    padding: 0 40% 0 0 !important;
  }
}
.p-top-contents .forSlider .item {
  position: relative;
  margin-bottom: 3.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-contents .forSlider .item {
    margin-bottom: 2.8571428571vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-contents .forSlider .item {
    margin-bottom: 40px;
  }
}
.p-top-contents .forSlider .item__inner {
  background-color: #000;
  display: block;
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-top-contents .forSlider .item__inner {
    margin: 0 1.2142857143vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-contents .forSlider .item__inner {
    margin: 0 17px;
  }
}
.p-top-contents .forSlider .item__inner:hover {
  text-decoration: none;
}
.p-top-contents .forSlider .item_txt {
  padding: 0.5em;
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
  min-height: 16vw;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-contents .forSlider .item_txt {
    line-height: 1.4;
    min-height: 6.7857142857vw;
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-contents .forSlider .item_txt {
    min-height: 95px;
    font-size: 1.8rem;
  }
}
.p-top-contents .forSlider .badge:after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10.6666666667vw;
  height: 14.4vw;
}
@media screen and (min-width: 769px) {
  .p-top-contents .forSlider .badge:after {
    left: 1.2142857143vw;
    width: 4.6428571429vw;
    height: 6.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-contents .forSlider .badge:after {
    left: 17px;
    width: 65px;
    height: 88px;
  }
}
.p-top-contents .forSlider .badge.NEW:after {
  background-image: url("../../img/badge_new_ye.svg");
}
.p-top-contents .forSlider .slick-arrow {
  position: absolute;
  z-index: 100;
  top: 44%;
  font-size: 0;
  cursor: pointer;
  width: 2.5vw;
  height: 3.5714285714vw;
  background: url("../../img/arw_std_bk.svg") center no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 1401px) {
  .p-top-contents .forSlider .slick-arrow {
    width: 35px;
    height: 50px;
  }
}
.p-top-contents .forSlider .slick-prev {
  left: -2.1428571429vw;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (min-width: 1401px) {
  .p-top-contents .forSlider .slick-prev {
    left: -30px;
  }
}
.p-top-contents .forSlider .slick-next {
  right: -2.1428571429vw;
}
@media screen and (min-width: 1401px) {
  .p-top-contents .forSlider .slick-next {
    right: -30px;
  }
}
.p-top-contents .forBtn {
  letter-spacing: 0;
  background-color: #fff;
  margin: 0 auto;
  padding: 1em;
  width: 64vw;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  .p-top-contents .forBtn {
    font-size: 1.3571428571vw;
    width: 28.5714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-contents .forBtn {
    font-size: 1.9rem;
    width: 400px;
  }
}
.p-top-contents .forBtn .c-icon-link {
  padding-right: 1.25em;
}
@media screen and (min-width: 769px) {
  .p-top-contents .forBtn .c-icon-link {
    padding-right: 1.5em;
  }
}
.p-top-contents .forBtn .c-icon-link:after {
  right: 0;
}
.p-top-loading {
  padding: 8.6666666667vw 0 10vw;
}
@media screen and (min-width: 769px) {
  .p-top-loading {
    padding: 4.2857142857vw 0 5vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-loading {
    padding: 60px 0 70px;
  }
}
.p-top-loading__inner {
  border-top: 1px solid #3c3834;
  border-bottom: 1px solid #3c3834;
}
.p-top-loading-info {
  position: relative;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-loading-info {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-loading-info {
    margin-bottom: 60px;
  }
}
.p-top-loading-info .p-top-loading__inner {
  padding: 2.9333333333vw 0;
}
@media screen and (min-width: 769px) {
  .p-top-loading-info .p-top-loading__inner {
    padding: 1.2857142857vw 0;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-loading-info .p-top-loading__inner {
    padding: 18px 0;
  }
}
.p-top-loading-info .forBtn {
  font-weight: 700;
  letter-spacing: 0.3em;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  .p-top-loading-info .forBtn {
    margin: 6.6666666667vw auto 0;
    width: 38.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-loading-info .forBtn {
    padding: 0.565em 0;
    position: absolute;
    right: 0;
    top: 0.3571428571vw;
    width: 14.2857142857vw;
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-loading-info .forBtn {
    top: 5px;
    width: 200px;
    font-size: 1.8rem;
  }
}
.p-top-loading-info .forBtn:after {
  right: 0.5em;
}
.p-top-loading-X .p-top-loading__inner {
  overflow-y: scroll;
  height: 89.3333333333vw;
  padding: 1.8666666667vw 0;
}
@media screen and (min-width: 769px) {
  .p-top-loading-X .p-top-loading__inner {
    height: 47.8571428571vw;
    padding: 1vw 0;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-loading-X .p-top-loading__inner {
    height: 670px;
    padding: 14px 0;
  }
}
.p-top-loading .forTtl {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-loading .forTtl {
    font-size: 1.5714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-loading .forTtl {
    font-size: 2.2rem;
  }
}