/*===============================

	TOP

================================*/
/*-------------------------
  mv
-------------------------*/
#TOP .mv .inner {
    background-image: url(../images/image_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
}

#TOP .mv .inner .img {
    width: 80%;
    position: absolute;
    top: 290px;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* news */
#TOP .mv .news {
    position: absolute;
    top: 450px;
    max-width: 450px;
    width: 100%;
    background-color: #DC3A56;
    border-radius: 0 10px 10px 0;
}

#TOP .mv .news .wrapper {
    align-items: center;
    line-height: 1.5;
}

#TOP .mv .news .wrapper dt {
    width: 25%;
    text-align: center;
    padding: 20px 10px;
    background-color: #DC3A56;
    color: #fff;
}

#TOP .mv .news .wrapper dd {
    width: 75%;
    padding: 10px 20px;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
    border: 2px solid #DC3A56;
}

#TOP .mv .news .wrapper dd span {
    display: block;
}

/* schedule */
#TOP .mv .schedule {
    background-color: #F5A620;
}

#TOP .mv .schedule .W800 {
    padding: 0;
}


#TOP .mv .schedule .W800>p:first-of-type {
    color: #fff;
    padding-top: 15px;
    padding-left: 25px;
    font-weight: 700;
}

#TOP .mv .schedule .wrapper .img {
    max-width: 100px;
}

#TOP .mv .schedule .wrapper .right .wrapper .img {
    max-width: 90px;
}

#TOP .mv .schedule .wrapper {
    padding: 15px 10px 20px 10px;
    justify-content: space-between;
}

#TOP .mv .schedule .wrapper .left .wrapper,
#TOP .mv .schedule .wrapper .right .wrapper {
    background-color: #fff;
    padding: 20px;
    height: 100%;
    align-items: center;
    width: 365px;
    border-radius: 15px;
}

#TOP .mv .schedule .wrapper .left .wrapper .txt,
#TOP .mv .schedule .wrapper .right .wrapper .txt {
    padding: 0 10px;
    line-height: 1.3;
}

/*-------------------------
  NewEpisode
-------------------------*/
.content .NewEpisode .wrapper {
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.content .NewEpisode .wrapper .unit {
    width: 31%;
    border: 2px solid #ccc;
    border-radius: 15px;
    position: relative;
    margin-bottom: 40px;
}

.content .NewEpisode .wrapper .unit a {
    padding: 15px;
    display: inline-block;
    transition: .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.content .NewEpisode .wrapper .unit::before {
    content: '';
    width: 22px;
    height: 22px;
    background: #F5A620;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    right: 13px;
    margin: auto;
}

.content .NewEpisode .wrapper .unit::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 22px;
    bottom: 18px;
    margin: auto;
}

.content .NewEpisode .wrapper .unit .img {
    max-width: 100%;
    margin: 0 auto 20px;
}

.content .NewEpisode .wrapper .unit .img img {
    border-radius: 8px;
    width: 100%;
    height: 150px;
    object-fit: cover;
    border: 1px solid #ccc;
}

.content .NewEpisode .wrapper .unit h3 {
    margin-bottom: 20px;
    line-height: 1.5;
}

/*-------------------------
  About
-------------------------*/
#TOP .content .About .inner {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 15px;
    border: 2px solid #ccc;
}

#TOP .content .About .inner .txt {
    line-height: 2;
}

/*-------------------------
  Navigator
-------------------------*/
#TOP .content .Navigator .wrapper {
    align-items: center;
}

#TOP .content .Navigator .wrapper .img {
    width: 30%;
}

#TOP .content .Navigator .wrapper .img img {
    border-radius: 15px;
    border: 2px solid #ccc;
}

#TOP .content .Navigator .wrapper .txt {
    width: 70%;
    padding-left: 30px;
}

#TOP .content .Navigator .wrapper .txt p {
    line-height: 2;
}

#TOP .content .Navigator .wrapper .txt p:first-of-type {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid #666;
    margin-bottom: 10px;
}

/*===============================

	PAGES

================================*/
/*-------------------------
  episode
-------------------------*/
#PAGES .content .NewEpisode .inner {
    border: 2px solid #ccc;
    padding: 40px 20px;
    border-radius: 15px;
}

/* gallery */
.gallery img {
    width: 100%;
    border-radius: 10px;
}

.gallery-img {
    margin: 0 auto 30px auto;
    max-width: 600px;
}

.gallery-list {
    list-style: none;
    display: flex;
    justify-content: center;
}

.gallery-list-item {
    margin: 0 5px;
}

.gallery-list img {
    width: 100%;
    height: 120px;
    margin-bottom: 60px;
    object-fit: cover;
}

.js-image {
    cursor: pointer;
    border: none;
    background: none;
    transition: .4s;
}

.js-image:hover {
    opacity: 0.4;
}

#PAGES .content .NewEpisode .txt p {
    margin-top: 40px;
    line-height: 2;
}

/* OtherEp */
#PAGES .content .NewEpisode .OtherEp .PreEp .img {
    max-width: 500px;
    margin: 0 auto;
}

#PAGES .content .NewEpisode .OtherEp .PreEp .img img {
    border-radius: 15px;
}

#PAGES .content .NewEpisode .OtherEp .PreEp {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

#PAGES .content .NewEpisode .OtherEp .PreEp h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #fff;
    line-height: 1.4;
    margin: auto 10px;
}

#PAGES .content .NewEpisode .OtherEp .PreEp .caption {
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    position: relative;
    top: -62.5px;
    padding: 10px 20% 10px 10px;
    height: 62px;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 0 0 15px 15px;
}

#PAGES .content .NewEpisode .OtherEp .PreEp .caption:before {
    content: '';
    width: 22px;
    height: 22px;
    background: #F5A620;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 18px;
    bottom: 0;
    margin: auto;
}

#PAGES .content .NewEpisode .OtherEp .PreEp .caption::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0px;
    right: 27px;
    bottom: 0;
    margin: auto;
}

/*-------------------------
  Error
-------------------------*/
#PAGES .content .Error .img {
    max-width: 400px;
    margin: 0 auto 60px;
}

#PAGES .content .Error .txt {
    line-height: 2;
    text-align: center;
    margin-bottom: 60px;
}