.p-main__ticker {
  padding: 5px 0;
  background: url(../img/common/bg_stripe_yellow.jpg) repeat left top/100px;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.p-main__ticker-inner {
  transition: -webkit-clip-path 0.8s var(--ease-main);
  transition: clip-path 0.8s var(--ease-main);
  transition: clip-path 0.8s var(--ease-main), -webkit-clip-path 0.8s var(--ease-main);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.is-load .p-main__ticker-inner {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-main__ticker-list {
  display: flex;
  transition-timing-function: linear !important;
}
@media screen and (min-width: 900px) {
  .p-main__ticker-list {
    justify-content: center;
  }
}
.p-main__ticker-list-item {
  display: flex;
  align-items: center;
  padding: 0 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 900px) {
  .p-main__ticker-list-item:nth-of-type(2) {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .p-main__ticker-list-item:nth-of-type(3) {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .p-main__ticker-list-item:nth-of-type(4) {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .p-main__ticker-list-item::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(-50%, -50%);
    background: url(../img/common/bg_orn_cross_orange.png) no-repeat center/contain;
  }
}
.p-main__ticker-list-item .p-in-icon {
  margin-right: 10px;
  width: 34px;
}
@media screen and (max-width: 899px) {
  .p-main__ticker-list-item .p-in-icon {
    width: 32px;
    margin-right: 8px;
  }
}
.p-main__ticker-list-item .p-in-text {
  font-size: 1.6rem;
  font-weight: 800;
  white-space: nowrap;
}
@media screen and (max-width: 899px) {
  .p-main__ticker-list-item .p-in-text {
    font-size: 1.4rem;
  }
}


.p-kv {
    position: relative;
    margin-top: 0%;
    background-image: url(/tv/survival/assets/img/top/mv_2nd_bg.webp);
	height: 64vw;
	background-size: cover;
}

@media screen and (max-width: 899px) {
.p-kv {
        position: relative;
        margin-top: -30px;
        height: 129vw;
        background: none;
    }
}


.p-kv__image {
  width: 100%;
  transition: transform 1s var(--ease-main), opacity 0.5s var(--ease-main);
  opacity: 0;
  transform: scale(1.1) rotate(4deg);
}
.is-load .p-kv__image {
  opacity: 1;
  transform: scale(1);
}
.p-kv__image img {
  width: 100%;
}

.p-kv__sns {
    position: absolute;
    top: 4%;
    right: 1%;
    z-index: 10;
}
@media screen and (max-width: 899px) {
    .p-kv__sns {
        top: 102%;
        right: 1%;
        z-index: 10;
    }
}

.p-kv__sns-list {
  display: flex;
  align-items: center;
}
.p-kv__sns-list-item {
  width: 52px;
  height: 52px;
  transition: transform 0.6s var(--ease-bound), opacity 0.5s var(--ease-main);
  opacity: 0;
  transform: scale(0.5);
}
.is-load .p-kv__sns-list-item {
  opacity: 1;
  transform: scale(1);
}
.p-kv__sns-list-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-kv__sns-list-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-kv__sns-list-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
@media screen and (max-width: 899px) {
  .p-kv__sns-list-item {
    width: 34px;
    height: 34px;
  }
}
.p-kv__sns-list-item + .p-kv__sns-list-item {
  margin-left: 10px;
}
@media screen and (max-width: 899px) {
  .p-kv__sns-list-item + .p-kv__sns-list-item {
    margin-left: 4px;
  }
}
@media screen and (max-width: 899px) {
  .p-kv__sns-list-item .p-in-icon img {
    width: 48%;
    margin: 0 auto;
  }
}

.p-kv__onair {
    width: 18.2%;
    position: absolute;
    top: 72.1%;
    right: 2.9%;
    transition: transform 0.6s var(--ease-bound) 0.2s, opacity 0.5s var(--ease-main) 0.2s;
    opacity: 0;
    transform: scale(0.4);
}
.is-load .p-kv__onair {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 899px) {
    .p-kv__onair {
        width: 25%;
        position: absolute;
        left: 7.6%;
        z-index: 1;
        top: 6%;
    }
}
.p-kv__logo {
	top: 34%;
    width: 51%;
    position: absolute;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    transition: transform 0.6s var(--ease-bound), opacity 0.5s var(--ease-main);
    opacity: 0;
    transform: scale(1.1);
}

.p-kv__logo img{
 width:100% !important;
}

.is-load .p-kv__logo {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 899px) {

.is-load .p-kv__logo {
	opacity: 1;
    transform: scale(1) rotate(-10deg);
}

.p-kv__logo {
        width: 70.5%;
        z-index: 10;
        top: 39%;
    }
}

.p-kv__copy {
  width: 49.5%;
  position: absolute;
  bottom: 8.3%;
  right: 3%;
  transition: transform 0.6s var(--ease-bound) 0.4s, opacity 0.5s var(--ease-main) 0.4s;
  opacity: 0;
  transform: scale(1.1) rotate(-10deg);
}
.is-load .p-kv__copy {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 899px) {
  .p-kv__copy {
    width: 10.5%;
    position: absolute;
    bottom: 26.4%;
    right: auto;
    left: 4.1%;
  }
}

.p-movie {
  padding: 68px 0 78px;
  position: relative;
}
.p-movie::before {
  opacity: 0.3 !important;
}
@media screen and (max-width: 899px) {
  .p-movie {
    padding: 65px 0 53px;
  }
}

.p-movie__title {
  width: 258px;
  margin: 0 auto 55px;
}
@media screen and (max-width: 899px) {
  .p-movie__title {
    width: 34%;
    margin: -5% auto 37px;
  }
}

.p-movie__contents {
  position: relative;
  margin-bottom: 43px;
  transition: transform 0.6s var(--ease-bound) 0.1s, opacity 0.5s var(--ease-main) 0.1s;
  opacity: 0;
  transform: translateY(10px);
}
.is-active .p-movie__contents {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-movie__contents {
    margin-bottom: 0;
  }
}
.p-movie__contents-inner {
  position: relative;
}
.p-movie__contents-list-item {
  width: 32%;
  margin: 0 auto;
  cursor: pointer;
  transition: transform 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-movie__contents-list-item:hover {
    transform: scale(0.98);
  }
}
@media screen and (max-width: 899px) {
  .p-movie__contents-list-item {
    width: 88%;
  }
}
.p-movie__contents-list-item .p-in-image {
  width: 100%;
  padding-top: 54.85%;
}
.p-movie__contents-list-item .p-in-image-item::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 6px;
  right: 10px;
  background: url(../img/common/btn_play_mv.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-movie__contents-list-item .p-in-image-item::before {
    width: 30px;
    height: 30px;
    bottom: 6px;
    right: 6px;
  }
}
.p-movie__contents-list-item .p-in-image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-movie__contents-list-item .p-in-title {
  width: 96.5%;
  margin: 20px auto 0;
  font-weight: 800;
  font-size: 1.7rem;
}
@media screen and (max-width: 899px) {
  .p-movie__contents-list-item .p-in-title {
    width: 98%;
    margin: 12px auto 0;
    font-weight: 800;
    font-size: 1.4rem;
  }
}
.p-movie__contents-list-item .p-in-title-category {
  margin-bottom: 10px;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 899px) {
  .p-movie__contents-list-item .p-in-title-category {
    margin-bottom: 6px;
    letter-spacing: 0.4em;
  }
}
.is-slide-hide .p-movie__contents-nav {
  display: none;
}
@media screen and (max-width: 899px) {
  .p-movie__contents-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 120px;
    margin: 14px auto 0;
  }
}
@media screen and (min-width: 900px) {
  .p-movie__contents-nav-item {
    width: 5.2%;
    position: absolute;
    top: 41%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .p-movie__contents-nav-item.--prev {
    left: 29%;
  }
  .p-movie__contents-nav-item.--next {
    right: 29%;
  }
}
@media screen and (max-width: 899px) {
  .p-movie__contents-nav-item {
    width: 48px;
  }
}

.p-movie__link {
  width: 230px;
  margin: 0 auto;
  transition: transform 0.6s var(--ease-bound) 0.2s, opacity 0.5s var(--ease-main) 0.2s;
  opacity: 0;
  transform: translateY(10px);
}
.is-active .p-movie__link {
  opacity: 1;
  transform: translateY(0);
}
.p-news {
  padding: 67px 0 124px;
}
@media screen and (max-width: 899px) {
  .p-news {
    padding: 65px 0 108px;
  }
}

.p-news__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 899px) {
  .p-news__inner {
    display: block;
  }
}

.p-news__header {
  width: 272px;
  margin-right: 140px;
}
@media screen and (max-width: 899px) {
  .p-news__header {
    width: 100%;
    margin: 0 auto 43px;
  }
}

.p-news__title {
  width: 100%;
  margin: 74px auto 42px;
}
@media screen and (max-width: 899px) {
  .p-news__title {
    width: 140px;
    margin: 0 auto;
  }
}

.p-news__link {
  width: 85.1%;
  margin: 0 auto;
  transition: transform 0.6s var(--ease-bound) 0.1s, opacity 0.5s var(--ease-main) 0.1s;
  opacity: 0;
  transform: translateY(10px);
}
.is-active .p-news__link {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-news__link {
    width: 52%;
  }
}

.p-news__contents {
  flex: 1;
}
@media screen and (max-width: 899px) {
  .p-news__contents {
    margin-bottom: 32px;
  }
}
.p-news__contents-list-item {
  transition: transform 0.6s var(--ease-bound) 0.1s, opacity 0.5s var(--ease-main) 0.1s;
  opacity: 0;
  transform: translateY(10px);
}
.is-active .p-news__contents-list-item {
  opacity: 1;
  transform: translateY(0);
}
.p-news__contents-list-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-news__contents-list-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-news__contents-list-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-about {
  padding: 141px 0 154px;
}
@media screen and (max-width: 899px) {
    .p-about {
        padding: 68px 0 50px;
    }
}

.p-about__inner {
  position: relative;
}

.p-about__title {
  width: 285px;
  position: absolute;
  top: -48px;
  right: 8.3%;
}
@media screen and (max-width: 899px) {
  .p-about__title {
    width: 38%;
    margin: 0 auto 53px;
    position: static;
  }
}

.p-about__contents-deco {

		display:none;	
		width: 25%;
	    padding-top: min(998px, 58%);
	    position: absolute;
	    top: -22.2%;
	    right: 6.6%;
	    z-index: 2; 
	    
}
@media screen and (max-width: 899px) {

	.p-about__contents-deco {

		display:none;	
	    padding-top: 106.3%;
	    top: -36.1%;
	    right: 4.6%;
	    width: 72.3%;
	  }


}

.p-about__contents-deco .p-in-item {
  width: 52.5%;
  position: absolute;
}
.p-about__contents-deco .p-in-item:nth-of-type(1) {
  width: 53.1%;
  left: 0;
  bottom: 2%;
}
@media screen and (max-width: 899px) {
  .p-about__contents-deco .p-in-item:nth-of-type(1) {
    bottom: 8%;
  }
}
.p-about__contents-deco .p-in-item:nth-of-type(2) {
  right: 0;
  top: 0;
}
.p-about__contents-header {
  width: 91.5%;
  margin-left: auto;
  margin-bottom: 72px;
  transition: transform 0.6s var(--ease-bound) 0.1s, opacity 0.5s var(--ease-main) 0.1s;
  opacity: 0;
  transform: translateY(10px);
}
.is-active .p-about__contents-header {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-about__contents-header {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 74px;
  }
}
.p-about__contents-header-head {
  width: 62.2%;
  margin-bottom: 27px;
}
@media screen and (max-width: 899px) {
  .p-about__contents-header-head {
    width: 100%;
    margin-bottom: 24px;
  }
}
.p-about__contents-header-head img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.p-about__contents-header-detail {
  display: flex;
  align-items: flex-end;
  width: 796px;
  color: var(--color-white);
}
@media screen and (max-width: 899px) {
  .p-about__contents-header-detail {
    display: block;
    width: 100%;
  }
}
.p-about__contents-header-detail-text {
  flex: 1;
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 1.7;
  padding-left: 9px;
}
@media screen and (max-width: 899px) {
  .p-about__contents-header-detail-text {
    padding-left: 0;
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.p-about__contents-header-detail-link {
  width: 202px;
  margin-left: 28px;
  margin-bottom: 4px;
}
@media screen and (max-width: 899px) {
  .p-about__contents-header-detail-link {
    width: 186px;
    margin-left: 0;
  }
}
.p-about__contents-header-detail-link .p-in-text {
  padding: 19px 0;
  padding-right: 17px;
  font-size: 1.6rem;
}
@media screen and (max-width: 899px) {
  .p-about__contents-header-detail-link .p-in-text {
    padding: 10px 0;
    padding-right: 18px;
    font-size: 1.6rem;
    letter-spacing: -0.05em;
  }
}
.p-about__contents-main {
  width: 100%;
  margin-left: auto;
  position: relative;
  transition: transform 0.6s var(--ease-bound) 0.1s, opacity 0.5s var(--ease-main) 0.1s;
  opacity: 0;
  transform: translateY(10px);
}
.is-active .p-about__contents-main {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-about__contents-main {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}

.p-about__contents-main-title2 {
  width: 91.6%;
  margin-left: auto;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-about__contents-main-title2 {
    width: 40%;
    margin-left: 26px;
    margin-bottom: 13px;
    z-index: 2;
  }
}
.p-about__contents-main-title2 img {
  width: 12%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 899px) {
  .p-about__contents-main-title2 img {
    width: 72%;
  }
}

.p-about__contents-main-title {
  width: 91.6%;
  margin-left: auto;
  margin-bottom: 6px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-about__contents-main-title {
    width: 100%;
    margin-left: 26px;
    margin-bottom: 13px;
    z-index: 2;
  }
}
.p-about__contents-main-title img {
  width: 50%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 899px) {
  .p-about__contents-main-title img {
    width: 83%;
  }
}
.p-about__contents-main-slide {
  width: 91.6%;
  margin-left: auto;
  position: relative;
 /* display:none; */
}
@media screen and (max-width: 899px) {
  .p-about__contents-main-slide {
    width: 90%;
    margin: 0 auto;
    z-index: 2;
  /* display:none; */
  }
}
.p-about__contents-main-slide-nav {
  width: 100%;
  padding-top: 30%;
  position: absolute;
  top: 0;
  left: 0;
  /*
  display:none;

     display: none;
    width: 100%;
    padding-top: 30%;
    position: absolute;
    top: 0;
    left: 0;
  */
}



@media screen and (max-width: 899px) {
  .p-about__contents-main-slide-nav {
    padding-top: 67%;
  }
}
.p-about__contents-main-slide-nav-item {
  width: 5.2%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.p-about__contents-main-slide-nav-item img {
  transition: transform 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-about__contents-main-slide-nav-item:hover img {
    transform: scale(1.1);
  }
}
.p-about__contents-main-slide-nav-item.--prev {
  left: 0;
}
@media screen and (min-width: 900px) {
  .p-about__contents-main-slide-nav-item.--prev {
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 899px) {
  .p-about__contents-main-slide-nav-item.--prev {
    left: -2.5%;
  }
}
.p-about__contents-main-slide-nav-item.--next {
  right: 5%;
}
@media screen and (max-width: 899px) {
  .p-about__contents-main-slide-nav-item.--next {
    left: auto;
    right: -2.5%;
  }
}
@media screen and (max-width: 899px) {
  .p-about__contents-main-slide-nav-item {
    width: 13.7%;
    left: auto;
  }
}
.p-about__contents-main-slide-list-item {
  width: 45.4%;
}
@media screen and (max-width: 899px) {
  .p-about__contents-main-slide-list-item {
    width: 100%;
  }
}
.p-about__contents-main-slide-list-item.swiper-slide-active .p-in-detail {
  opacity: 1;
}
.p-about__contents-main-slide-list-item .p-in-image {
  width: 100%;
  padding-top: 65.5%;
  position: relative;
  border-radius: 12px;
  border: 4px solid var(--color-white);
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-about__contents-main-slide-list-item .p-in-image {
    padding-top: 64.3%;
  }
}
.p-about__contents-main-slide-list-item .p-in-image .p-in-image-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-about__contents-main-slide-list-item .p-in-detail {
  margin-top: 26px;
  color: var(--color-white);
  opacity: 0;
  transition: opacity 0.7s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-about__contents-main-slide-list-item .p-in-detail {
    margin-top: 16px;
  }
}
.p-about__contents-main-slide-list-item .p-in-detail-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--color-yellow);
}
@media screen and (max-width: 899px) {
  .p-about__contents-main-slide-list-item .p-in-detail-title {
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--color-yellow);
  }
}
.p-about__contents-main-slide-list-item .p-in-detail-text {
  margin-top: 16px;
  line-height: 1.7;
  font-weight: 600;
  font-size: 1.5rem;
}
@media screen and (max-width: 899px) {
  .p-about__contents-main-slide-list-item .p-in-detail-text {
    margin-top: 9px;
    line-height: 1.6;
    font-weight: 700;
    font-size: 1.5rem;
  }
}
.p-about__contents-main-slide-pagination {
  margin-top: 27px;
}
.p-about__contents-main-slide-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--color-white);
  opacity: 1;
  margin-right: 10px;
}
.p-about__contents-main-slide-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-yellow);
}

.p-character {
  padding: 62px 0 135px;
}
@media screen and (max-width: 899px) {
  .p-character {
    padding: 99px 0 90px;
  }
}

.p-character__inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .p-character__inner {
    width: 95%;
  }
}
@media screen and (max-width: 899px) {
  .p-character__inner {
    width: 100%;
  }
}

.p-character__title {
  width: 378px;
  margin: 0 auto 127px;
}
@media screen and (max-width: 899px) {
  .p-character__title {
    width: 50.3%;
    margin: 0 auto 108px;
  }
}

.p-character__contents {
  width: 92.7%;
  margin: 0 auto;
  transition: transform 0.6s var(--ease-bound) 0.1s, opacity 0.5s var(--ease-main) 0.1s;
  opacity: 0;
  transform: translateY(10px);
}
.is-active .p-character__contents {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1290px) {
  .p-character__contents {
    width: 100%;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents {
    width: 100%;
    max-width: 380px;
  }
}
.p-character__contents-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .p-character__contents-list {
    display: block;
  }
}
.p-character__contents-list-item {
  width: 47.8%;
  padding-top: 47.8%;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-character__contents-list-item {
    width: 100%;
    margin-bottom: 78px;
    padding-top: 148%;
  }
  .p-character__contents-list-item:last-of-type {
    margin-bottom: 0;
  }
}
.p-character__contents-list-item::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 899px) {
  .p-character__contents-list-item::before {
    width: 144%;
    padding-top: 144%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-character__contents-list-item.--jio .p-character__contents-list-item-main {
  top: -23.4%;
}
@media screen and (max-width: 899px) {
  .p-character__contents-list-item.--jio .p-character__contents-list-item-main {
    top: -12.5%;
  }
}
.p-character__contents-list-item.--jio .p-character__contents-list-item-main-name {
  width: 39%;
  position: relative;
  left: 18px;
  top: -21px;
}
@media screen and (max-width: 899px) {
  .p-character__contents-list-item.--jio .p-character__contents-list-item-main-name {
    width: 39%;
    left: 16px;
    top: -11px;
  }
}
.p-character__contents-list-item.--jio .p-character__contents-list-item-main-name .p-in-main {
  width: 85%;
  margin: 0 auto 23px;
}
@media screen and (max-width: 899px) {
  .p-character__contents-list-item.--jio .p-character__contents-list-item-main-name .p-in-main {
    width: 79%;
    margin: 0 auto 12px;
  }
}
.p-character__contents-list-item.--jio .p-character__contents-list-item-link {
  width: 60%;
}
@media screen and (min-width: 900px) {
  .p-character__contents-list-item.--jio .p-character__contents-list-item-link {
    min-width: 315px;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-list-item.--jio .p-character__contents-list-item-link {
    width: 72%;
  }
}
.p-character__contents-list-item.--jio::before {
  background: url(../img/top/bg_circle_blue.png) no-repeat center/contain;
}
.p-character__contents-list-item.--daiya .p-character__contents-list-item-main {
  top: -20%;
}
@media screen and (max-width: 899px) {
  .p-character__contents-list-item.--daiya .p-character__contents-list-item-main {
    top: -12.5%;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-list-item.--daiya .p-character__contents-list-item-main-image {
    width: 45.8%;
    position: relative;
    left: -0.8%;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-list-item.--daiya .p-character__contents-list-item-main-name {
    width: 42%;
    position: relative;
    left: 16px;
    bottom: 16px;
  }
  .p-character__contents-list-item.--daiya .p-character__contents-list-item-main-name .p-in-main {
    width: 90%;
    margin: 0 auto 12px;
  }
}
.p-character__contents-list-item.--daiya .p-character__contents-list-item-link {
  width: 65%;
}
@media screen and (min-width: 900px) {
  .p-character__contents-list-item.--daiya .p-character__contents-list-item-link {
    min-width: 375px;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-list-item.--daiya .p-character__contents-list-item-link {
    width: 72%;
  }
}
.p-character__contents-list-item.--daiya::before {
  background: url(../img/top/bg_circle_red.png) no-repeat center/contain;
}
.p-character__contents-list-item-main {
  width: 100%;
  position: absolute;
  left: 0;
}
.p-character__contents-list-item-main-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 67%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-character__contents-list-item-main-block {
    width: 90%;
  }
}
.p-character__contents-list-item-main-icon {
  display: flex;
  position: absolute;
  top: 37.1%;
  left: -9.1%;
}
@media screen and (max-width: 899px) {
  .p-character__contents-list-item-main-icon {
    width: 100%;
    top: 43.9%;
    left: 3%;
  }
}
.p-character__contents-list-item-main-icon .p-in-item {
  width: 25.6%;
  border: 4px solid var(--color-yellow);
  border-radius: 50rem;
  margin-right: 5px;
}
@media screen and (max-width: 899px) {
  .p-character__contents-list-item-main-icon .p-in-item {
    width: 22%;
    border: 2px solid var(--color-yellow);
  }
}
.p-character__contents-list-item-main-icon .p-in-item:last-of-type {
  margin-right: 0;
}
.p-character__contents-list-item-main-name {
  width: 46%;
}
.p-character__contents-list-item-main-name .p-in-main {
  width: 90%;
  margin: 0 auto 33px;
}
.p-character__contents-list-item-main-image {
  width: 47%;
  position: relative;
  left: -15px;
}
@media screen and (max-width: 899px) {
  .p-character__contents-list-item-main-image {
    width: 41%;
    position: relative;
    left: -8%;
  }
}
.p-character__contents-list-item-detail {
  width: 62.5%;
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 600;
  color: var(--color-white);
  position: absolute;
  left: 50%;
  top: 60.1%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1080px) {
  .p-character__contents-list-item-detail {
    width: 75%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-list-item-detail {
    width: 90%;
    font-size: 1.5rem;
    top: 57.2%;
  }
}
.p-character__contents-list-item-link {
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
}
@media screen and (max-width: 899px) {
  .p-character__contents-list-item-link {
    bottom: 14px;
  }
  .p-character__contents-list-item-link a {
    padding: 15px 0;
    padding-right: 24px;
  }
}

.p-staffcast {
  padding: 95px 0 156px;
}
@media screen and (max-width: 899px) {
  .p-staffcast {
    padding: 73px 0 130px;
  }
}

.p-staffcast__inner {
  width: 78.8%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-staffcast__inner {
    width: 100%;
  }
}

.p-staffcast__contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  transition: transform 0.6s var(--ease-bound) 0.1s, opacity 0.5s var(--ease-main) 0.1s;
  opacity: 0;
  transform: translateX(10px);
}
.is-active .p-staffcast__contents {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-staffcast__contents {
    display: block;
    margin-top: 80px;
  }
}
.p-staffcast__contents:first-of-type {
  margin-top: 0;
}
.p-staffcast__contents-title {
  width: 186px;
  margin-right: 118px;
}
@media screen and (max-width: 899px) {
  .p-staffcast__contents-title {
    width: 34%;
    margin: 0 auto 44px;
  }
}
.p-staffcast__contents-list {
  flex: 1;
}
.p-staffcast__contents-more {
  margin-left: 308px;
  margin-top: 64px;
}
@media screen and (max-width: 899px) {
  .p-staffcast__contents-more {
    width: 164px;
    margin: 36px auto 0;
  }
}
.p-staffcast__contents-more-item {
  display: flex;
  align-items: center;
}
.p-staffcast__contents-more-item .p-in-text {
  width: 107px;
  margin-right: 15px;
}
@media screen and (max-width: 899px) {
  .p-staffcast__contents-more-item .p-in-text {
    width: 120px;
    margin-right: 17px;
  }
}
.p-staffcast__contents-more-item .p-in-icon {
  width: 21px;
}
@media screen and (max-width: 899px) {
  .p-staffcast__contents-more-item .p-in-icon {
    width: 26px;
  }
}

.p-header{display:none;}


.l-news__list li:nth-child(n+6){display:none;}