        .kv-text-wrapper {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .kv-wrapper {
            background-image: url("./../images/top_kv.jpg");
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            width: 100%;
            height: 200px;
            margin-bottom: 40px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            position: relative;
        }

        .kv-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.4);
            z-index: 1;
        }

        .kv-title {
            text-align: center;
            margin-bottom: 50px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            margin-top: 60px;
			color: #fff;
			position: relative;
			z-index: 1;
        }

        .kv-title .roman {
            font-family: 'bebas kai';
            font-size: 6rem;
            width: 100%;
            margin-bottom: 20px;
        }

        .kv-title .kana {
            font-size: 1.5rem;
            font-weight: 500;
        }
        .recommend-title {
            text-align: center;
            margin-bottom: 30px;
            font-size: 24px;
            font-weight: bold;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            line-height: 0.4;
        }

        .title-sub-roman {
            font-family: 'Bebas Kai';
            font-size: 16px;
            margin-bottom: 15px;
            line-height: 1;
            color: #999;
            font-weight: normal;
            width: 100%;
        }

        .recipe-list {
            width: 100%;
        }
        .recipe-list li {
            margin: 0 10px;
            width: 500px;
        }
        .recipe-list .recipe-image {
            width: 100%;
            object-fit: cover;
        }
        .recommended-recipe-list li {
            position: relative;
        }
		.recommend-recipe-list-wrapper .recipe-list .recipe-image {
			height: 340px;
		}

        .recipe-info-wrapper {
            position: absolute;
            bottom: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
            color: #fff;
            width: 100%;
            padding: 15px;
        }
        .recommend-recipe-list-wrapper {
            margin-bottom: 50px;
        }

        .recipe-list-wrapper {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            gap: 30px;
            margin-bottom: 60px;
            margin-left: calc(100% - 46% * 2 - 30px / 2);
        }

        .recommend-recipe-list-wrapper {
            margin-left: 0;
        }
        .recipe-category-wrapper {
            width: calc(46%);
            margin-bottom: 30px;
        }
        .recipe-categroy-info-warpper {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            padding: 0 20px;
            width: 100%;
            height: 100px;
        }
        .recipe-categroy-info-warpper .recipe-category-image {
            width: 150px;
            margin-right: 10px;
        }
        .recipe-categroy-info-warpper .recipe-category-name {
            font-family: 'Bebas Kai';
            font-size: 16px;
            text-align: center;
            margin-bottom: 15px;
            line-height: 1;
            color: #929292;
            font-weight: normal;
        }
        .recipe-categroy-info-warpper .recipe-category-name .kana {
            display: block;
            font-weight: bold;
            padding-top: 7px;
            font-size: 2rem;
            color: #000;
            line-height: 1.5;
            font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
        }
        .recipe-category-wrapper .category-recipe-link {
            display: block;
            border: solid 1px #776964;
            color: #776964;
            border-radius: 5px;
            padding: 10px;
            text-align: center;
            width: 96%;
            margin: 0 auto;
        }
        .recipe-category-list {
            margin-bottom: 20px;
        }
        .recipe-category-list .recipe-title {
            font-size: 1.3rem;
            line-height: 20px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 5px;
        }

                /** search modal */

        .blocker {
            padding: 0;
        }
        .fix-search-btn-wrapper {
            display: inline-flex;
            flex-wrap: wrap;
            justify-content: center;
            position: fixed;
            bottom: 30px;
            right: 10%;
            z-index: 1000;
            width: 100px;
            height: 100px;
            background-color: #298695;            
            border-radius: 50%;
            box-shadow: 0px 0px 10px -5px #3f3f3f;
            padding: 7px 10px 15px;
        }
        .fix-search-btn-wrapper p {
            font-size: 1.4rem;
            color: #fff;
            line-height: 1;
            text-align: center;
        }
        .fix-search-btn-wrapper .fix-search-btn {
            width: 60%;
        }
        .fix-search-btn-link {
            cursor: pointer;
        }
        
        .search-modal-wrapper.modal {
            padding: 0;
            position: relative;
            width: 96%;
            max-width: 700px;
        }
        .search-modal-wrapper .search-modal-title {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 20px;
            line-height: 1.3;
            padding: 0 5px;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
        }
        .search-modal-wrapper .search-modal-block-title {
            font-size: 18px;
            font-weight: bold;
            border-bottom: solid 1px #000;
            margin-bottom: 15px;
        }
        .search-modal-wrapper .keyword-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: flex-start;
            margin-bottom: 20px;
        }
        .search-modal-wrapper .keyword-list li {
            min-width: calc(100%/6 - 10px);
        }
        .search-modal-wrapper .keyword-list li a {
            display: block;
            padding: 6px 8px;
            border: 1px solid #c0b59e;
            border-radius: 9999px;
            background-color: white;
            color: #6b614a;
            font-size: 13px;
            text-align: center;
            white-space: nowrap;
            cursor: pointer;
            overflow: hidden;
            white-space: nowrap;
            font-weight: 500;
        }
        .search-modal-wrapper .keyword-list li a.active {
            background-color: #c0b59e;
            color: white;
        }
        .search-modal-wrapper .category-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: center;
            margin-bottom: 10px;
        }
        .search-modal-wrapper .category-list li {
            width: calc(30% - 10px);
        }
        .search-modal-wrapper .category-list li a {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: baseline;
            height: 130px;
            padding: 10px 10px;
            border: 1px solid #c0b59e;
            border-radius: 10px;
            background-color: white;
            color: #6b614a;
            font-size: 12px;
            text-align: center;
            /* white-space: nowrap; */
            cursor: pointer;
            overflow: hidden;
            line-height: 18px;
            font-weight: 500;
        }
        .search-modal-wrapper .category-list li a.active {
            background-color: #c0b59e;
            color: white;
        }
        .search-modal-wrapper .category-list li img {
            width: 70%;
            margin: 0 auto 5px;
            display: block;
        }
        .search-modal-wrapper .search-recipe-link {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            text-align: center;
            background-color: #298695;
            color: white;
            font-weight: bold;
            cursor: pointer;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 10px;
            border-radius: 0 0 4px 4px;
        }
        .search-modal-wrapper .search-modal-wrapper-inner {
            padding: 20px 10px;
            margin-bottom: 20px;
            overflow: auto;
            height: 75vh;
        }
