@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/taftoys/img/bg_img.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: #333;
    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,
.product,
.staff_review,
.promotion,
.product_list,
.product_detail,
.product_detail_2 {
    margin: 64px 0;
    border-radius: 20px;
}

/* 　背景　 */

.product_gaiyo {
    background-color: rgba(244, 239, 198, 0.5);
    margin: 32px 0;
    padding: 24px;
}

.product_detail {
    background-color: rgba(188, 224, 232, 0.56);
    padding: 24px;
}

.product_detail_2 {
    background-color: rgba(244, 239, 198, 0.5);
    padding: 24px;
}

.promotion {
    background-color: rgba(188, 224, 232, 0.56);
    padding: 24px;
}

.product_list {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 24px;
}

/*--------------------------
        タイトル
---------------------------*/

.sub_title {
    font-size: 12px;
}

.title_01 {
    color: #333;
    margin-bottom: 24px;
}

.title_02 {
    margin: 24px 0;
}

.title_05 {
    margin-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
}


/*-----------------------
    リンクボタン
-----------------------*/

.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 #f4e42c;
    background: #f4e42c;
    color: #5a6eb2;
    border-radius: 30px;
    /* ← 丸み調整：100vh → 9999px で pill ボタンになる */
    transition: 0.5s;
    box-sizing: border-box !important;
    /* ← 追加。幅にpadding/border含める */
}

a.button_01:hover {
    color: #f4e42c;
    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 #5a6eb2;
    background: #5a6eb2;
    color: #fff;
    border-radius: 30px;
    /* ← 丸み調整：100vh → 9999px で pill ボタンになる */
    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 #5a6eb2;
    background: #5a6eb2;
    color: #fff;
    border-radius: 30px;
    /* ← 丸み調整：100vh → 9999px で pill ボタンになる */
    transition: 0.5s;
    box-sizing: border-box !important;
    /* ← 追加。幅にpadding/border含める */
}

a.button_02:hover,
a.button_03:hover {
    color: #5a6eb2;
    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 1rem;
    /* ← 少し余白を調整 */
    font-weight: bold;
    border: 2px solid #009fe8;
    background: #009fe8;
    color: #fff;
    border-radius: 30px;
    /* ← 丸み調整：100vh → 9999px で pill ボタンになる */
    transition: 0.5s;
    box-sizing: border-box !important;
    /* ← 追加。幅にpadding/border含める */
    font-size: 0.8rem;
}

a.button_04:hover {
    color: #009fe8;
    background: #fff;
}

/*--------------------------
        ヘッダー
---------------------------*/

header .hdr_logo {
    margin: 24px auto;
}

header .logo_product {
    width: 150px;
    border-radius: 10%;
}


/*--------------------------
        MV（Hero）
---------------------------*/

.mainVisual_sec {
    margin-top: 0;
    margin-bottom: 0;
}

.mainvisual img {
    width: 100%;
}

.visually-hidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
}


/*--------------------------
        商品概要
---------------------------*/

.product_gaiyo {
    margin-bottom: 40px;
}

.product_gaiyo_txt {
    margin-top: 32px;
}

.product_gaiyo_logo {
    width: 200px;
    border-radius: 10%;
}

.product_gaiyo_02 {
    margin-top: 48px;
}


/*--------------------------
        商品について　product
---------------------------*/

/* 商品詳細共通 */

.product_dtl01,
.product_dtl02,
.product_dtl03,
.product_dtl05 {
    margin-bottom: 48px;
}

.product_img01,
.product_img04,
.product_img05,
.product_img07 {
    margin: 48px auto;
}

.product_detail p,
.product_detail_2 p {
    margin-bottom: 16px;
}

.product_dtl01,
.product_dtl02 {
    color: #333;
}

/* 商品詳細インナー１ */
.product_dtl01 {
    margin-top: -32px;
}

.product_img01 {
    margin-left: -24px;
}

/* 商品詳細インナー２ */

.product_img02 {
    margin-right: -24px;
}

.product_dtl02 {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 40px;
}

/* 商品詳細インナー３ */

.product_dtl03 {
    background-color: #fff;
    border-radius: 10px;
    padding: 16px;
}

.product_img03 {
    margin-bottom: 48px;
}

/* 商品詳細インナー５ */

.product_dtl05 {
    background-color: #ffffff;
    padding: 16px;
    border-radius: 10px;
}

/*--------------------------
        プロモーション情報
---------------------------*/

.pr_inner {
    margin: 24px 0;
}

.promo_box01,
.promo_box02,
.promo_box03,
.promo_box04 {
    margin-bottom: 48px;
}


/*--------------------------
        商品リスト　2×2
---------------------------*/

.grid-2x2 {
    width: 100%;
    box-sizing: border-box;
}

.grid-2x2 h3 {
    font-size: 0.8rem;
}

.grid-2x2 ul {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* 2列 */
    gap: 24px;
    padding: 8px;
    list-style: none;
}

.grid-2x2 li {
    max-width: 100%;
    overflow: hidden;
    /* border: 1px solid #ddd; */
    /* padding: 16px; */
    background-color: #fff;
    /* border-radius: 8px; */
    text-align: center;
    box-sizing: border-box;
    /* 下記追加　均等にするため */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.grid-2x2 img {
    max-width: 100%;
    height: auto;
    /* margin-bottom: 12px; */
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 5px;
}

.grid-2x2 a.button_04 {
    width: 100%;
    /* 親liに合わせて */
    max-width: 220px;
    /* 必要なら制限 */
    margin: 20px auto 0;
    box-sizing: border-box;
}

/*--------------------------
 フッター 
 ---------------------------*/

.ftr_logo {
    margin: 32px auto;
}

.ftr_logo_product {
    width: 150px;
}

.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%;
    }

    /*--------------------------
        商品リスト　1列表示
---------------------------*/

    .grid-2x2 ul {
        grid-template-columns: 1fr !important;
    }

    .grid-2x2 li {
        padding: 0 !important;
    }

    .button_01,
    .button_02 {
        font-size: 14px !important;
        padding: 0.8rem 1.2rem !important;
        margin: 1.5rem auto !important;
    }

    .button_03 {
        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;
    }
}