@charset "UTF-8";

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
}

.page_wrap {
    font-size: 16px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-feature-settings: "palt" 1;
    letter-spacing: .02em;
    overflow: hidden;
    color: #693600;
    text-align: center;
}

.page_wrap * {
    margin: 0;
    padding: 0;
}

.page_wrap ul,
.page_wrap ol {
    list-style: none;
}

.page_wrap img {
    max-width: 100%;
}

.page_wrap h2 {
    width: 50%;
    max-width: 250px;
    margin: 0 auto 5% auto;
}

.page_wrap section:not(:last-of-type) {
    margin-bottom: 10%;
}

.wrap2 {
    padding: 0 5%;
}

@media screen and (min-width: 768px) {

    .wrap2 {
        max-width: 1100px;
        margin: 0 auto;
    }

    .page_wrap section:not(:last-of-type) {
        margin-bottom: 7%;
    }

}

/* =========================================
    　　　　　　　　背景
============================================*/

.page_wrap::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("/sp/wachabura/images/bg.png") center / 20% repeat;
    z-index:-1;
}

@media screen and (min-width: 768px) {
   
    .page_wrap::before {
        background: url("/sp/wachabura/images/bg.png") center / 7% repeat;
    }

}

/* =========================================
    　　　　　　メインビジュアル
============================================*/

.mv {
    margin-bottom: 7%;
}

.mv img {
    max-width: 100%;
}

@media screen and (min-width: 768px) {

    .mv {
        padding: 2% 3% 0 3%;
        margin-bottom: 5%;
    }

}



/* =========================================
    　　　　　　イントロ
============================================*/

.stream {
    width: 90%;
    margin: 0 auto 7% auto;
}

.stream li:not(:last-of-type) {
    margin-bottom: 5%;
}

.stream img {
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}

#movie {
    position: relative;
    width: 100%;
    padding-top: calc(9 / 16 * 100%);
    margin: 0 auto 7% auto;
    overflow: hidden;
}
.tvo-video {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

/* Equipmedia用 */
.jstream-eqPlayer,
.eq-h5_player {
	width: 100% !important;
	height: 100% !important;
}
/* Equipmedia用 */

@media screen and (min-width: 768px) {

    .stream {
        width: 100%;
        display: flex;
        column-gap: 3%;
    }

    .stream a {
        transition-duration: .2s;
    }

    .stream a:hover {
        opacity: .7;
    }

    .stream li:not(:last-of-type) {
        margin-bottom: 0;
    }

    .movie_wrap {
        max-width: 900px;
        margin: 0 auto;
    }

}

/* =========================================
    　　　　　　出演者
============================================*/

.cast ul {
    width: 80%;
    margin: 0 auto;
}

.cast ul li:not(:last-of-type) {
    margin-bottom: 5%;
}

@media screen and (min-width: 768px) {

    .cast ul {
        width: 100%;
        display: flex;
        column-gap: 5%;
    }

    .cast ul li:not(:last-of-type) {
        margin-bottom: 0;
    }
    

}


/* =========================================
    　　　　　　放送内容
============================================*/


.swiper {
    pointer-events: none;
    margin-bottom: 13%;
}

.swiper-wrapper {
	transition-timing-function: linear !important;
}

@media screen and (min-width: 768px) {

    .swiper {
        margin-bottom: clamp(80px, 8vw, 140px);
    }

    .swiper li {
        padding-right: 30px;
    }

}



/* =========================================
    　　　　　　トップボタン
============================================*/

#page-top {
    position: fixed;
    bottom: 3%;
    right: 1.5%;
    width: 25%;
    max-width: 150px;
    aspect-ratio: 181 / 112;
    background: url(/sp/wachabura/images/top-btn.png) no-repeat center / 100%;
    z-index: 100;
}


/* =========================================
    　　　　　　　スライドイン
============================================*/

.slide-in {
    opacity: 0;
    transform: translateY(40px) scale(0.9);
    transition:
      opacity 0.8s ease,
      transform 0.8s cubic-bezier(.18,1.35,.4,1);
}
  
.slide-in.is-active {
    opacity: 1;
    transform: translateY(0) scale(1);
}
