@charset "utf-8";

/* CSS Document */
.hdr--typeH,
.fs-l-footer {
    display: none;
}

/* ==========================
    共通要素
========================== */

body {
    margin: 0 !important;
    padding: 0 !important;
    background-image: url(https://edinter.itembox.design/item/lp/pocketpuppet/img/bg_400_1xkari.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-attachment: fixed;
    background-position: center center;
    font-family: "M PLUS Rounded 1c", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #6a5153;
    line-height: 1.6 !important;

    /* display: flex; */
    width: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    position:relative; 
    z-index: 0;
}

img {
    display: block !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
}

h3 {
    display: block !important;
    margin: 24px auto !important;
}


/* ==========================
    lp_wrap
========================== */

.lp_wrap {
    /* background: #fff;
    box-shadow: 0 0 30px 3px rgba(110, 90, 70, .7) !important; */
    width: 96%;
    max-width: 500px !important;
    padding: 1rem !important;
    margin: 24px auto !important;
    text-align: center !important;
    box-sizing: border-box !important;
    /* wrap画像制御 */
    overflow: hidden;
    font-family: inherit !important;
}

/*--------------------------
        lp_wrap画像制御
---------------------------*/

.lp_wrap img {
    max-width: 100%;
    height: auto;
    display: block;
}

/*--------------------------
        各セクション 共通
---------------------------*/

.product_gaiyo,
.campaign,
.product,
.staff_review,
.promotion,
.product_list,
.product_detail,
.cp_detail {
    margin: 64px 0;
    border-radius: 20px;
}

/* 　背景　 */

.product_gaiyo {
    background-color: rgba(255, 255, 255, 0.9);
    margin: 32px 0;
    padding: 24px;
}

.campaign {
    background-color: #eae4d0;
    padding: 24px;
}

.product_detail {
    background-color: rgba(106, 160, 208, 0.7);
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
}

.staff_review {
    background-color: #fbf9f7;
    /* padding-left: 24px;
    padding-right: 24px; */
    padding-bottom: 24px;
}

.promotion {
    background-color: #fff9eb;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
}

/* .product_list {
    background-color: #f1dfdf;
} */
.cp_detail {
    background-color: #eae4d0;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
}


/*--------------------------
        タイトル
---------------------------*/

.sub_title {
    font-size: 12px;
}

.title_01 {
    color: #b28146;
    margin-bottom: 24px;
}

.title_02 {
    color: #4366a4;
    margin: 24px 0;
}

.title_03 {
    color: #F39800;
    padding-left: 24px;
    padding-right: 24px;
}

.cp_detail h3 {
    width: 80%;
}


/*-----------------------
    リンクボタン
-----------------------*/

.btn_wrap {
    text-align: center;
    margin-top: 2rem;
    padding: 0 1rem;
}

a.button_01 {
    display: block !important;
    text-align: center !important;
    text-decoration: none !important;
    width: 100%;
    /* ← はみ出し防止のため100%に */
    max-width: 280px;
    /* ← 最大幅を設定（画像と同じ） */
    margin: 30px auto 20px !important;
    padding: 1rem 2rem;
    /* ← 少し余白を調整 */
    font-weight: bold;
    border: 2px solid #0dac67;
    background: #0dac67;
    color: #fff;
    border-radius: 30px;
    /* ← 丸み調整：100vh → 9999pxで十分 */
    transition: 0.5s;
    box-sizing: border-box !important;
    /* ← 追加。幅にpadding/border含める */
}

a.button_01:hover {
    color: #0dac67;
    background: #fff;
}

a.button_02 {
    display: block !important;
    text-align: center !important;
    text-decoration: none !important;
    width: 100%;
    /* ← はみ出し防止のため100%に */
    max-width: 220px;
    /* ← 最大幅を設定（画像と同じ） */
    margin: 30px auto 20px !important;
    padding: 1rem 2rem;
    /* ← 少し余白を調整 */
    font-weight: bold;
    border: 2px solid #4366a4;
    background: #4366a4;
    color: #fff;
    border-radius: 30px;
    /* ← 丸み調整：100vh → 9999pxで十分 */
    transition: 0.5s;
    box-sizing: border-box !important;
    /* ← 追加。幅にpadding/border含める */
}

a.button_03 {
    display: block !important;
    text-align: center !important;
    text-decoration: none !important;
    width: 100%;
    /* ← はみ出し防止のため100%に */
    max-width: 220px;
    /* ← 最大幅を設定（画像と同じ） */
    margin: 8px auto 20px !important;
    padding: 1rem 2rem;
    /* ← 少し余白を調整 */
    font-weight: bold;
    border: 2px solid #4366a4;
    background: #4366a4;
    color: #fff;
    border-radius: 30px;
    /* ← 丸み調整：100vh → 9999pxで十分 */
    transition: 0.5s;
    box-sizing: border-box !important;
    /* ← 追加。幅にpadding/border含める */
}

a.button_02:hover,
a.button_03:hover {
    color: #4366a4;
    background: #fff;
}

a.button_04 {
    display: block !important;
    text-align: center !important;
    text-decoration: none !important;
    width: 100%;
    /* ← はみ出し防止のため100%に */
    max-width: 220px;
    /* ← 最大幅を設定（画像と同じ） */
    margin: 30px auto 20px !important;
    padding: 1rem 2rem;
    /* ← 少し余白を調整 */
    font-weight: bold;
    border: 2px solid #EEA77C;
    background: #EEA77C;
    color: #fff;
    border-radius: 30px;
    /* ← 丸み調整：100vh → 9999pxで十分 */
    transition: 0.5s;
    box-sizing: border-box !important;
    /* ← 追加。幅にpadding/border含める */
}

a.button_04:hover {
    color: #EEA77C;
    background: #fff;
}

/*--------------------------
        ヘッダー
---------------------------*/

header .hdr_logo {
    margin: 24px auto;
}
header .logo_product {
    width: 200px;
}


/*--------------------------
        MV（Hero）
---------------------------*/

.mainVisual_sec {
    margin-top: 0;
    margin-bottom: 0;
}
.mainvisual img {
    width: 100%;
}

/*--------------------------
        商品概要
---------------------------*/

.product_gaiyo {
    margin-bottom: 40px;
}

.product_gaiyo picture {
    margin-bottom: 40px;
}

.product_gaiyo_txt {
    margin-top: 16px;
}


/*--------------------------
        商品について　product
---------------------------*/

/* 商品詳細共通 */

.product_dtl01,
.product_dtl02,
.product_dtl03,
.product_dtl04,
.product_dtl05 {
    margin-bottom: 48px;
}

.product_img01,
.product_img04,
.product_img05,
.product_img07 {
    margin: 48px auto;
}

.product_detail p {
    margin-bottom: 16px;
}

.product_dtl01,
.product_dtl02 {
    color: #fff;
}

/* 商品詳細インナー１ */
.product_dtl01 {
    margin-top: -32px;
}
.product_img01 {
    margin-left: -24px;
}

/* 商品詳細インナー２ */

.product_img02 {
    margin-right: -24px;
}

/* 商品詳細インナー３ */

.product_dtl03 {
    background-color: #fff;
    border-radius: 10px;
    padding: 16px;
}

.product_img03 {
    margin-bottom: 48px;
}

/* 商品詳細インナー４ */

.product_dtl04 {
    margin-top: 40px;
}

.product_dtl04 h3 {
    font-size: 1.7rem;
}

.product_dtl04 small {
    font-size: 0.6rem;
}

.product_dtl04 .odekake {
    width: min(400px, 80vw);
    /* スマホでも安定する指定 */
    background-color: #fff;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    margin: 48px auto;
    position: relative;
    display: grid;
    /* 中身を中央に */
    place-items: center;
    padding: 16px;
}

/* 円の内側余白は別要素で */
.product_dtl04 .odekake__inner {
    text-align: center;
}

.product_dtl04 .product_img04 img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    transform: translateY(-30%);
    /* 円にかぶせる。%で調整 */
    height: auto;
}

/* 商品詳細インナー５ */

.product_dtl05 {
    background-color: #ffffff;
    padding: 16px;
    border-radius: 10px;
}


/*--------------------------
        スライダー（スタッフレビュー）
---------------------------*/
.slider {
    width: 100%;
    margin: 0 auto;
}

.slider img {
    width: 100%;
}

.slider .slick-slide {
    height: auto !important;
    margin-right: 1vw !important;
    margin-left: 1vw !important;
}

.slider .slick-arrow {
    width: 30px;
    position: absolute;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.slider .slick-next {
    right: 8% !important;
}

.slider .slick-prev {
    left: 8% !important;
}

.slider .slick-prev:before,
.slider .slick-next:before {
    display: none;
}

.slider .slick-prev,
.slider .slick-next {
    top: 24% !important;
}

.slider h3 {
    font-size: 18px;
    color: #6482c0;
}

.slider h3,
.slider p,
.slider_02 p {
    margin: 10px;
}



/*--------------------------
        プロモーション情報
---------------------------*/

.pr_inner {
    margin: 24px 0;
}

.promo_box01,
.promo_box02,
.promo_box03,
.promo_box04 {
    margin-bottom: 48px;
}

/*--------------------------
        キャンペーン概要
---------------------------*/

.cp_overview,
.cp_apply,
.cp_condition,
.cp__winning,
.cp__notice {
    margin: 0 auto;
    padding: 24px 8px;
    position: relative;
    border-radius: 60px;
}

.cp_img_01 {
    width: 80%;
}

.apply__comment {
    /* font-family: "Mochiy Pop One", sans-serif; */
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    margin-top: 20px;
    color: #4366a4;
}

.apply__comment span,
.cp__winning span {
    background: linear-gradient(transparent 70%, #f5ceaf 0%);
}

.cp__winning {
    position: relative;
}

.cp__winning h3 span {
    background: #f5ceaf;
}

.winning__comment {
    text-align: left;
}

.box {
    height: 300px;
    background-color: #fffaf0;
    overflow: auto;
    padding: 20px;
    text-align: left;
}

.br__sp {
    display: none;
}


/* フッター */

.ftr_logo {
    margin: 32px auto;

}

.ftr_logo_product {
    width: 200px;
}

.ftr_logo_geni {
    width: 100px;
}

#lp_ftr {
    padding-bottom: 40px;
}


/* トップへ戻るボタン */
#page_top {
    width: 80px;
    height: 80px;
    position: fixed;
    right: -60px;
    bottom: 24px;
    opacity: 1.0;
    z-index: 30;
}

#page_top a {
    position: relative;
    display: block;
    width: 70px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before {
    font-weight: 900;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -3px;
    bottom: 0;
    right: 0;
    left: -1px;
    margin: auto;
    text-align: center;
}

/* トップへ戻るボタン end */


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
ここからスマホ用（767px以下）
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:768px) {
    .lp_wrap {
        padding: 0;
        overflow-x: hidden;
    }

    img {
        display: block;
        margin: 0 auto;
        max-width: 100% !important;
        height: auto;
    }

    .mainVisual_sec {
        margin-bottom: 0;
    }

    .mainvisual {
        margin-top: 3%;
    }

    /*--------------------------
        商品
---------------------------*/

    .product_dtl04 .odekake {
        margin: 0 auto;
        width: min(300px, 80vw);
        max-width: 100%;
        padding: 4px;
    }

    .product_dtl04 .product_img04 img {
        transform: translateY(-40%);
        /* 円にかぶせる。%で調整 */
    }


    /*--------------------------
        スライダー01
---------------------------*/
    .slider .slick-next,
    .slider_02 .slick-next {
        right: 7% !important;
    }

    .slider .slick-prev,
    .slider_02 .slick-prev {
        left: 7.5% !important;
    }

    .slider .slick-prev,
    .slider .slick-next {
        top: 21% !important;
    }

    .slider_02 .slick-prev,
    .slider_02 .slick-next {
        top: 27%;
    }

    .button_01,
    .button_02 {
        font-size: 14px !important;
        padding: 0.8rem 1.2rem !important;
        margin: 1.5rem auto !important;
    }


}

@media (hover:hover){
  body{ background-attachment: fixed; }
}

@media (hover:none){
  body{ background-attachment: scroll; }
}