@charset "UTF-8";

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

.wrap {
    overflow: hidden;
    text-align: center;
    font-family:"MS Pゴシック",sans-serif;
    /* font-family: "游ゴシック","ヒラギノ角ゴ ProN"; */
}

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

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

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

.inner_wrap {
    padding: 0 5%;
}

.sp {
    display: block;
}

.pc {
    display: none;
}

.ib {
    display: inline-block;
}


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

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

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

.mainimg h1 {
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.15));
}

/* =========================================
    　　　　　　店舗情報
============================================*/

.shop {
    margin: 13% auto;
}

.shop h2 {
    margin: 0 auto 1% auto;
}

.shop img {
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.15));
}

.shop picture {
    display: block;
}

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

.shop p {
    margin-top: 2%;
    font-size: clamp(10px, 3vw, 14px);
}

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

.movie_wrap {
    max-width: 600px;
    margin: 13% auto;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.15));
}

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


/* =========================================
    　　　　　　キャンペーン
============================================*/

.campaign {
    margin: 0 auto 13% auto;
    max-width: 600px;
}

.campaign img {
    border: 5px solid #fffcd8;
    border-radius: 5px;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.15));
    box-sizing: border-box;
}

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

.intro {
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.15));
}

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

.cast {
    margin: 13% auto;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.15));
}

.cast h2 {
    width: 100%;
    margin: 0 auto;
}

.cast p {
    margin: 5% 0;
}

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

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

/* =========================================
　　　　　　　画像スクロール
============================================*/

.scroll{
    margin-bottom: 13%;
}

.swiper {
    pointer-events: none;
    padding: 50px 0 30px 0;
}

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

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

.swiper li img {
    border: 5px solid #fffcd8;
    border-radius: 5px;
    box-sizing: border-box;
}

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

.tver {
    margin: 13% auto 15% auto;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.15));
}

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

#page-top {
    position: fixed;
    bottom: 3%;
    right: 3%;
    width: 10%;
    aspect-ratio: 86 / 142;
    background: url(/sp/gourmet_bookmark/images/top_btn.png) no-repeat center / 100%;
    z-index: 100;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.15));
}

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

.slideIn {
	opacity: 0;
	transform: translateY(80px);
	transition: .6s;
}

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

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

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .inner_wrap {
        max-width: 1100px;
        padding: 0 7.5%;
        margin: 0 auto;
    }

    /* =========================================
        　　　　　　店舗情報
    ============================================*/

    .shop {
        margin: clamp(50px, 7vw, 110px) auto;
    }

    .shop h2 {
        width: 70%;
        margin: 0 auto 2.5% auto;
    }    

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

    .shop p {
        margin-top: 3%;
        font-size: clamp(14px, 3vw, 16px);
    }

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

    .movie_wrap {
        max-width: 800px;
        margin: clamp(50px, 7vw, 110px) auto;
    }

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

    .campaign {
        margin-bottom: clamp(50px, 7vw, 110px);
        max-width: 800px;
    }

    .campaign a {
        transition-duration: .1s;
    }

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


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

    .cast {
        margin: clamp(50px, 7vw, 110px) auto;
    }

    .cast h2 {
        width: 70%;
        margin-bottom: 2%;
    }

    .cast p {
        width: 65%;
        margin: 0 auto;
    }

    .cast ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .cast ul li {
        width: 50%;
    }

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

    .cast ul li:first-of-type,
    .cast ul li:nth-of-type(2) {
        margin-bottom: 5%;
    }

    /* =========================================
    　　　　　　　画像スクロール
    ============================================*/

    .scroll{
        margin-bottom: clamp(50px, 8vw, 130px);
    }

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

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

    .tver {
        margin: clamp(50px, 7vw, 110px) auto clamp(60px, 8vw, 120px) auto;
        transition-duration: .1s;
    }

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

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

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

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

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

    .slideIn {
        opacity: 0;
        transform: translateY(100px);
        transition: .6s;
    }
    

}