@charset "UTF-8";

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

.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: #2d2320;
    text-align: center;
}

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

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

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

.sp {
    display: block;
}

.box_l {
    padding: 0 5%;
}

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

.wrap::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("/sp/manpuku/images/bg_sp.png") center/cover no-repeat;
    z-index:-1;
}

/* =========================================
    　　　　　　ロゴ・放送日時
============================================*/

.main_img h1 {
    padding-top: 4vh;
    display: flex;
}

.main_img h1 img {
    filter: drop-shadow(-3px 3px 3px rgba(245, 228, 200, 1));
}

.main_img h2 {
    background: url(/sp/manpuku/images/cast_oa_sp.png) no-repeat center center / 100%;
    aspect-ratio: 737 / 661;
}

/* =========================================
    　　　　　　番組概要
============================================*/

.intro {
    margin: 8% auto 8% auto;
}

.intro ul {
    font-size: clamp(14px, 4vw, 24px);
    line-height: 1.7em;
}

.intro ul span {
    font-size: clamp(20px, 4vw, 30px);
    color: #fe4473;
}

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

/* =========================================
    　　　　　　番宣動画
============================================*/

.movie_wrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

#movie {
    position: relative;
    width: 100%;
    padding-top: calc(9 / 16 * 100%);
    margin: 0 auto;
    overflow: hidden;
}

.tvo-video {
    position: absolute;
    width: 100%; 
    height: 100%;
    top: 0;
    right: 0;
}

/* =========================================
　　　　　　　伊勢志摩・奈良
============================================*/

.contents {
    margin: 12% 0;
}

.contents h3 {
    width: 45%;
    max-width: 250px;
    margin: 0 auto;
}

.contents p {
    font-size: clamp(14px, 4vw, 24px);
    margin: 3% auto 7% auto;
}

.contents p span {
    font-size: clamp(20px, 4vw, 30px);
    color: #ff6300;
}

.nara p span {
    color: #fe4473 !important;
}

/* -----画像スクロール----- */
.swiper {
    pointer-events: none;
    padding: 50px 0 30px 0;
}

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

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

/* =========================================
    　　　　　　　tver
============================================*/

.tver {
    margin-bottom: 10%;
}

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

#page-top {
    position: fixed;
    bottom: 3%;
    right: 1.5%;
    width: 25%;
    aspect-ratio: 202 / 196;
    background: url(/sp/manpuku/images/top_btn.png) no-repeat center / 100%;
    z-index: 100;
}

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

.slideIn {
	opacity: 0;
	transform: translateY(50px);
	transition: 0.6s;
}

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

    .wrap {
        letter-spacing: .05em;
    }

    .sp {
        display: none;
    }

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

    /* =========================================
    　　　　　　ロゴ・放送日時
    ============================================*/

    .main_img h2 {
        background: url(/sp/manpuku/images/cast_oa_pc.png) no-repeat center center / 100%;
        aspect-ratio: 1018 / 430;
    }

    /* =========================================
    　　　　　　番組概要
    ============================================*/

    .intro {
        margin: clamp(20px, 4vw, 60px) auto clamp(30px, 5vw, 80px) auto;
    }

    .intro ul {
        font-size: clamp(20px, 3vw, 28px);
        line-height: 1.8em;
    }

    .intro ul span {
        font-size: clamp(22px, 4vw, 35px);
    }

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

    /* =========================================
    　　　　　　番宣動画
    ============================================*/

    .movie_wrap {
        max-width: 900px;
    }

    /* =========================================
    　　　　　　　伊勢志摩・奈良
    ============================================*/

    .contents {
        margin: clamp(40px, 9vw, 100px) 0;
    }

    .contents h3 {
        max-width: 300px;
    }

    .contents p {
        font-size: clamp(20px, 3vw, 28px);
        margin: clamp(30px, 2vw, 60px) auto clamp(40px, 4vw, 60px) auto;
    }

    .contents p span {
       font-size: clamp(22px, 4vw, 35px);
    }

    /* =========================================
        　　　　　　　tver
    ============================================*/

    .tver {
        margin-bottom: clamp(40px, 9vw, 100px);
        transition-duration: .1s;
    }

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

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

    #page-top {
        width: 12%;  
        max-width: 180px;
        transition-duration: .1s;
    }

    #page-top:hover {
        opacity: .7;
    }

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

    .slideIn {
        transform: translateY(100px);
        transition: 1s;
    }

}