@charset "UTF-8";

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

.page_wrap {
    font-size: 16px;
    font-family: "Noto Serif JP", serif;
    font-weight: 800;
    font-style: normal;
    font-feature-settings: "palt" 1;
    letter-spacing: .02em;
    overflow: hidden;
    color: #2c2c2c;
    text-align: center;
    padding: 7% 5% clamp(50px, 9vw, 100px) 5%;
}

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

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

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

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

.page_wrap h2 {
    width: 80%;
    margin: 0 auto;
}

.inner_wrap {
    max-width: 1400px;
    margin: 0 auto;
}




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

    .page_wrap {
        padding: 7% 5% 7% 5%;
    }

    .page_wrap section:not(:last-of-type) {
        margin-bottom: clamp(80px, 6vw, 100px);
    }

    .page_wrap h2 {
        width: 65%;
        margin: 0 auto 3% auto;
    }



}

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

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

@media screen and (min-width: 768px) {
    
    .page_wrap::before {
        background: url("/sp/shinantonagaiki/images/bg_pc.jpg") center / cover no-repeat;
    }

}

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

.mv {
    margin-bottom: 12%;
}

.mv_img {
    filter: drop-shadow(0px 0px 8px rgba(36, 65, 133, 0.5));
}

.mv_contents h1 {
    width: 90%;
    margin: 6% auto 4% auto;
}

.mv_contents dl {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    justify-content: center;
    align-items: center;
    font-size: clamp(18px, 4vw, 30px);
    letter-spacing: .02em;
}

.mv_contents dl:not(:last-of-type) {
    margin-bottom: 3%;
}

.mv_contents dl dt {
    color: #5889ff;
    background-color: rgba(255, 255, 255, 0.8);
    filter: drop-shadow(0px 0px 3px rgba(36, 65, 133, 0.3));
    padding: .2em .3em;
}

.mv_contents dl dd {
    color: #595959;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

.mv_contents dl dd span {
    color: #5889ff;
    font-size: clamp(24px, 6vw, 48px);
}

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

    .mv {
        display: flex;
        justify-content: right;
        align-items: center;
        column-gap: 3%;
        margin-bottom: clamp(80px, 6vw, 100px);
    }

    .mv_img {
        width: 50%;
    }

    .mv_contents {
        width: 45%;
    }

    .mv_contents h1 {
        width: 100%;
    }
    
    .mv_contents dl {
        font-size: clamp(18px, 2vw, 34px);
        letter-spacing: .05em;
    }

    .mv_contents dl dt {
        filter: drop-shadow(0px 0px 9px rgba(36, 65, 133, 0.3));
    }

    .mv_contents dl dd {
        text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
    }

    .mv_contents dl dd span {
        font-size: clamp(24px, 3vw, 60px);
    }





}

/* =========================================
    　　　　　　Youtube
============================================*/

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

@media screen and (min-width: 768px) {
    
    .stream p a {
        transition-duration: .2s;
    }

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

}

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

#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;
}

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

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

    .movie {
        width: 80%;
        max-width: 900px;
        margin: 0 auto;
    }

}

/* =========================================
    　　　　　　番組内容
============================================*/

.contents_box {
    max-width: 600px;
    margin: 0 auto;
}

.contents_box:not(:last-of-type) {
    margin-bottom: clamp(50px, 9vw, 100px);
}

.contents_box p {
    margin-bottom: 5%;
    filter: drop-shadow(0px 0px 8px rgba(36, 65, 133, 0.5));
}

.contents_box dl {
    background-color: rgba(255, 255, 255, 0.8);
    filter: drop-shadow(0px 0px 3px rgba(36, 65, 133, 0.3));
    padding: 7% 4%;
}

.contents_box dl dt {
    color: #5889ff;
    font-size: clamp(20px, 4vw, 32px);
    margin-bottom: 3%;
}

.contents_box dl dd {
    color: #595959;
    font-size: clamp(14px, 3.5vw, 24px);
    line-height: 1.8em;
}

.contents_box dl dd span {
    color: #5889ff;
}

.pc {
    display: none;
}

.sp {
    display: block;
}

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

    .pc {
        display: block;
    }
    
    .sp {
        display: none;
    }


    .contents_box {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 3%;
        max-width: unset;
    }

    .contents_box:not(:last-of-type) {
        margin-bottom: clamp(50px, 4vw, 55px);
    }
    

    .contents_box p {
        width: 55%;
        margin-bottom: 0;
    }

    .contents_box dl {
        width: fit-content;
        height: fit-content;
        text-align: left;
        padding: 4% 2.5%;
        filter: drop-shadow(0px 0px 9px rgba(36, 65, 133, 0.3));
    }

    .contents_box dl dt {
        font-size: clamp(20px, 2vw, 34px);
    }

    .contents_box dl dd {
        font-size: clamp(14px, 1.5vw, 20px);
        white-space: nowrap;
    }

    .contents_box:nth-of-type(even) p {
        order: 2;
    }

    .contents_box:nth-of-type(even) dl {
        order: 1;
    }

}



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

#page-top {
    position: fixed;
    bottom: 3%;
    right: 3%;
    width: 13%;
    max-width: 110px;
    aspect-ratio: 1 / 1;
    background: url(/sp/shinantonagaiki/images/topbtn.png) no-repeat center / 100%;
    z-index: 100;
}

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

    #page-top {
        transition-duration: .2s;
    }

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

}

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

.fadein {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadein.is-show {
    opacity: 1;
    transform: translateY(0);
}



