/* ------------------------------
Common、structure
------------------------------ */
.lp_pouch {
    background: #FAFAFA;
    color: #222;
}
.lp_pouch .post {
    width: 88%;
    max-width: 880px;
    margin: 0 auto;
}
.lp_pouch .keyv_wrapper {
    max-width: 1080px;
    margin: 0 auto 80px;
}
.lp_pouch img {
    margin-bottom: 16px;
}
.lp_pouch .block_wrapper {
    margin-bottom: 80px;
}
.lp_pouch .page-container {
    margin-top: 79px;
    padding-top: 64px;
}
.lp_pouch a {
    color: #222;
}
.lp_pouch p {
    font-size: 16px;
}
.marker_green {
    background: linear-gradient(transparent 55%, #E2FAD5 0%);
}

@media (max-width:768px) {
    .lp_pouch .page-container {
        margin-top: 0;
    }
    .lp_pouch .keyv_wrapper {
        margin-bottom: 40px;
    }
    .lp_pouch .post {
        width: 100%;
    }
}

/* ------------------------------
title
------------------------------ */
.lp_pouch .title {
    color: #222;
}
.lp_pouch .title.pages {
    font-size: 2.4rem;
    text-align: center;
    border: none;
    margin-bottom: 52px;
}
.lp_pouch .title.block {
    font-size: 2.4rem;
    border-bottom: 1px solid;
}
.lp_pouch {
    position: relative;
}

/*.lp_pouch .circle {*/
/*    position: absolute;*/
/*    background: #E2FAD5;*/
/*    width: 240px;*/
/*    height: 240px;*/
/*    border-radius: 50%;*/
/*}*/

@media (max-width:768px) {
    .lp_pouch .keyv_wrapper {
        margin-bottom: 40px;
    }
    .lp_pouch .post {
        width: 100%;
    }
    .lp_pouch .title {
        font-weight: normal;
    }
    .lp_pouch .title.pages {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    .lp_pouch .title.block {
        font-size: 2rem;
        padding-bottom: 8px;
    }
}

/* ------------------------------
ボタン
------------------------------ */
.lp_pouch .btn_wrapper {
    width: 300px;
    text-align: center;
    margin: 0 auto 80px;
}
.lp_pouch .btn.green {
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    background: #0D6E2F;
    padding: 16px;
    border-radius: 0;
}

/* ------------------------------
飾り枠
------------------------------ */
.lp_pouch .frame_box {
    position: relative;
    padding: 40px;
}

/* 左上の背景画像 */
.lp_pouch .frame_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    background-image: url('images/frame_l.svg'); /* 左上の背景画像のURLを指定 */
    background-repeat: no-repeat;
}

/* 右下の背景画像 */
.frame_box::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -32px;
    width: 10%;
    height: 28%;
    background-image: url('images/frame_r.svg'); /* 右下の背景画像のURLを指定 */
    background-repeat: no-repeat;
}

.lp_pouch .frame_box.title_wrapper {

}

.lp_pouch .frame_box.title_wrapper::after {
    height: 60%;
}

@media (max-width:768px) {
    .lp_pouch .frame_box {
        padding: 16px;
    }

    .lp_pouch .frame_box::after {
        width: 16%;
        height: 27%;
        right: 0;
        bottom: 0;
    }
    .lp_pouch .frame_box.title_wrapper {

    }
}

/* ------------------------------
目次
------------------------------ */
.blog_inner_menu {
    padding: 24px;
    background: #fff;
}
.blog_inner_menu ul li a {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #ccc;
    transition: 0.5s;
}

@media (max-width:768px) {
    .lp_pouch .blog_inner_menu {
        padding: 24px;
    }
    .blog_inner_menu ul li a {
        padding: 12px 0;
    }
}

/* ------------------------------
コンテンツ
------------------------------ */
.lp_pouch .bg_green {
    background: #EAF5D7;
    padding: 16px;
}
.lp_pouch .block_wrapper {
    padding: 24px 64px;
}
.video-container {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;/* 16:9 のアスペクト比を維持するためのパディング */
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lp_pouch .insta-container .title.pages {
    margin-bottom: 0;
}
.lp_pouch .insta.title {
    font-family: "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    text-align: center;
    margin-bottom: 24px;
}

.block_wrapper.last {
    margin-bottom: 24px;
}

.last-message {
    text-align: center;
    line-height: 3;
    padding: 16px 0;
}

@media (max-width:768px) {
    .lp_pouch .block_wrapper {
        padding: 0;
    }
}

/* ------------------------------
slick slider インスタ投稿画像
------------------------------ */
.case_list {
    margin-bottom: 80px;
}
.case_list .slick-track {
    display: flex;
    margin: 0;
}
.case_list .slick-slide {
    height: auto !important;

}
.case_list .slick-arrow {
    position: absolute;
    top: 39%;
    font-size: 16px;
    z-index: 1;
    padding: 9px 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2), 0 4px 4px -4px rgba(0,0,0,0.2);
}
.case_list .fa-chevron-left {
    left: 12px;
}
.case_list .fa-chevron-right {
    right: 12px;
}
.case_list li {
    padding: 0;
    overflow: hidden;
    margin: 8px;
    display: flex;
    justify-content: center; /* 水平方向に中央揃え */
    align-items: center; /* 垂直方向に中央揃え */
    /*height: 100vh; !* 画面の高さいっぱいに設定 *!*/
}
.case_list .img_wrapper {
    max-width: 100%; /* 画像の幅が親要素に合わせて伸縮する */
    max-height: 100%; /* 画像の高さが親要素に合わせて伸縮する */
    aspect-ratio: 16 / 9; /* 画像の縦横比を設定（例：16:9） */
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
}
.case_list .img_wrapper img {
    width: 100%; /* 画像の幅が.img_wrapperに合わせて伸縮する */
    height: 100%; /* 画像の高さが.img_wrapperに合わせて伸縮する */
    object-fit: cover; /* 画像を親要素に収まるように調整 */
}
@media (max-width: 768px) {
    .case_list li {
        height: auto; /* または適切な固定値 */
        margin: 0;
    }
    .case_list .fa-chevron-left {
        left: 8px;
    }
    .case_list .fa-chevron-right {
        right: 8px;
    }
}

/* ------------------------------
商品情報
------------------------------ */
.lp_pouch .item-container-3col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 64px;
}
.lp_pouch .item-container-1col {
    margin-bottom: 64px;
}
.lp_pouch .item-container-1col li {
    margin-bottom: 24px;
}
.lp_pouch .item-container-1col li a {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 24px;
}
.lp_pouch .item-container-1col h3 {
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}
.lp_pouch .item-container-1col .description {
    margin-bottom: 16px;
}

.lp_pouch .border_box {
    font-size: 14px;
    border: 1px solid #222;
    padding: 8px;
}

@media (max-width:768px) {
    .lp_pouch .item-container-1col li a {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }
    .lp_pouch .item-container-1col .description {
        font-size: 16px;
    }
    .lp_pouch .item-container-1col .border_box {
        margin-bottom: 24px;
    }
}