@charset "UTF-8";

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

.wrap {
    overflow: hidden;
    text-align: center;
    font-family: "M PLUS 1", sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: .05em;
}

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

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

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

.wrap h2 {
    max-width: 550px;
    margin: 0 auto 1% auto;
}

.wrap section {
    margin-bottom: 10%;
}

.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 img {
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.15));
}

.shop div picture {
    display: block;
}

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

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

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

.movie_wrap {
	width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    border: 3px solid #fffcd8;
}
#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用 */


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

.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));
}

/* .intro picture {
    display: block;
    max-width: 550px;
    margin: 0 auto;
} */

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

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

.cast p {
    max-width: 550px;
    margin: 5% auto;
}

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

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

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

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

/* =========================================
    　　　　　　プレゼント
============================================*/

.present {
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.15));
    margin-bottom: 20% !important;
}

.present h2 {
    margin-bottom: 10% !important;
}

/* -----↓背景css↓----- */
.present_box {
    color: #666666;
    font-weight: 600;
    background-image: url(/sp/gourmet_bookmark/images/test_2.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100%;
    padding: 3% 10%;
    aspect-ratio: 555 / 20;
    position: relative;
    margin: clamp(16px, 9vw, 51px) 0;
}

.present_box::before {
    content: "";
    display: block;
    background: url(/sp/gourmet_bookmark/images/test_1.png) no-repeat center center / 100%;
    aspect-ratio: 555 / 51;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -98%);
}

.present_box::after {
    content: "";
    display: block;
    background: url(/sp/gourmet_bookmark/images/test_1.png) no-repeat center center / 100%;
    aspect-ratio: 555 / 51;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 98%) scale(1, -1);
}
/* -----↑背景css↑----- */


.present_wrap1 div {
    font-size: clamp(12px, 4vw, 22px);
    font-weight: 700;
    margin: 2% 0 5% 0;
}

.present_wrap1 div h3 {
    font-size: clamp(18px, 5vw, 34px);
    color: #ff9b4b;
    line-height: 1.2em;
    margin-bottom: 1.5%;
}

.present_wrap1 div em {
    font-size: clamp(16px, 4vw, 26px);
    font-style: normal;
    color: #fff;
    background-color: #ff9b4b;
    padding: 1%;
    margin: 0 .5%;
}

.present_wrap1 p {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
    font-size: clamp(14px, 3vw, 18px);
    margin: 5% auto 2% auto;
}

.present_wrap1 p::before,
.present_wrap1 p::after {
    width: 1px;
    height: 1em;
    content: "";
    background-color: #666666;
}

.present_wrap1 p::before {
    margin-right: 0.5em;
    transform: rotate(-30deg);
}

.present_wrap1 p::after {
    margin-left: 0.5em;
    transform: rotate(30deg);
}

.present_wrap1 a {
    display: block;
    width: 80%;
    max-width: 350px;
    font-size: clamp(18px, 4vw, 26px);
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 2px 0px rgba(252, 176, 21, 1);
    background-image: linear-gradient(180deg, rgba(254, 220, 77, 1), rgba(252, 176, 21, 1));
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .1);
    border-radius: 100px;
    padding: 2%;
    margin: 0 auto 3% auto;
}

.present_wrap1 a i {
    padding-right: 1.5%;
}

.present_wrap1 small {
    display: block;
    font-size: clamp(10px, 2vw, 14px);
    line-height: 1.5em;
}

.present_wrap1 dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: clamp(14px, 4vw, 22px);
    margin: 6% auto;
}

.present_wrap1 dl dt {
    display: inline-block;
    color: #fff;
    background-color: #f56d6d;
    border-radius: 2px;
    margin-right: 2%;
    padding: .5% 2%;
}

.present_wrap2 {
    font-size: clamp(10px, 3vw, 16px);
    background-color: rgba(255, 219, 150, .5);
    border-radius: 2px;
    padding: 5% 2%;
}

.present_wrap2 a {
    color: #666666;
    transition-duration: .1s;
}

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

    .sp {
        display: none;
    }

    .pc {
        display: block;
    } 

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

    .wrap h2 {
        max-width: unset;
        margin: 0 auto 2% auto;
    }   

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

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

    .shop {
        margin: clamp(50px, 7vw, 110px) auto;
    }
    
    .shop div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 2%;
    }

    .shop div picture {
        width: 49%;
    }

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

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

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

    .movie_wrap {
        border: 5px solid #fffcd8;
    }

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

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

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

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

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

    .intro picture {
        max-width: unset;
    }

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

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

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

    .cast ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        row-gap: 2vw;
        column-gap: 1%;
    }

    .cast ul li {
        width: 49%;
    }

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

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

    .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: 70px;
        transition-duration: .1s;
    }

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

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

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

    /* =========================================
        　　　　　　プレゼント
    ============================================*/

    .present {
        max-width: 1100px;
        margin-bottom: 13% !important;
    }

    .present h2 {
        margin-bottom: 8% !important;
    }

    /* -----↓背景css↓----- */
    .present_box {
        background-image: url(/sp/gourmet_bookmark/images/test_2_pc.png);
        padding: 3% 10%;
        aspect-ratio: 1103 / 17;
    }

    .present_box::before {
        background-image: url(/sp/gourmet_bookmark/images/test_1_pc.png);
        aspect-ratio: 1103 / 70;
    }

    .present_box::after {
        background-image: url(/sp/gourmet_bookmark/images/test_1_pc.png);
        aspect-ratio: 1103 / 70;
    }
    /* -----↑背景css↑----- */

    .present_wrap1 div {
        font-size: clamp(12px, 3vw, 30px);
        margin: 2% 0 4% 0;
    }

    .present_wrap1 div h3 {
        font-size: clamp(18px, 4vw, 40px);
        margin-bottom: 2%;
    }

    .present_wrap1 div em {
        font-size: clamp(16px, 3vw, 34px);
        padding: .5% 1%;
    }

    .present_wrap1 p {
        font-size: clamp(14px, 2.5vw, 26px);
        margin: 5% auto 1% auto;
    }

    .present_wrap1 a {
        max-width: 500px;
        font-size: clamp(18px, 4vw, 38px);
        pointer-events: none;
        padding: 1% 2%;
        margin: 0 auto 1% auto;
    }

    .present_wrap1 small {
        font-size: clamp(14px, 1vw, 16px);
    }

    .present_wrap1 dl {
        font-size: clamp(14px, 3vw, 32px);
        margin: 3% auto;
    }

    .present_wrap2 {
        font-size: clamp(10px, 2vw, 18px);
        width: fit-content;
        padding: 4% 4%;
        margin: 0 auto;
    }

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















}