@charset "UTF-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Zen Kaku Gothic Antique', sans-serif;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-family: 'Zen Maru Gothic', sans-serif;
font-family: 'Zen Old Mincho', serif;
*/


/*bootstrap icon 定義*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.min.css");

/*
共通
**************************************************/

body {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    line-height: 1.75rem;
    font-feature-settings: "palt";
    /*background-color: black;*/
}

.container,
.container-lg {
    max-width: 980px;
}

.header-top {
    margin-top: 100px;
    /*background-color: aquamarine;*/
}

@media (max-width: 767.98px) {
    .header-top {
        margin-top: 70px;
        /*background-color: aquamarine;*/
    }
}

@media (max-width: 991.98px) {}

.midashi-h2 {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 0.875rem;
    font-weight: 900;
    color: #A69141;
    text-align: center;
    letter-spacing: 0.2rem;
    background-image: url(../../files2/image/midasi-bg.svg);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 175px auto;
    height: 55px;
    line-height: 1.3rem;
}

.midashi-h2 span {
    display: block;
    font-size: 0.5rem;
    font-weight: 700;
}

h1 {}

h2 {
    text-align: center;
    margin-bottom: 2.8rem;
}

h3 {
    font-size: 1.25rem;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

h4 {
    font-family: 'Noto Sans JP', sans-serif;
    border: solid 1px #A69141;
    font-size: 1rem;
    width: 283px;
    text-align: center;
    border-radius: 50px;
    line-height: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    color: #A69141;
}

@media (max-width: 767.98px) {
    h4 {
        font-size: 0.875rem;
    }
}

h2 img {
    width: 175px;
}

.concept h4::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #ffffff;
    top: -1px;
    left: 10px;
}

.concept h4::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #ffffff;
    bottom: -1px;
    right: 10px;
}

.recipe h4::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #FAE5E1;
    top: -1px;
    left: 10px;
}

.recipe h4::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #FAE5E1;
    bottom: -1px;
    right: 10px;
}

h5 {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.15rem;
}

.container-xxl {
    max-width: 1400px;
}

article {
    margin-top: 3.5rem;
}

main p {
    margin-bottom: 0;
}

@media screen and (max-width: 575.98px) {
    .row>* {
        /*padding-left: 1.5rem;
        padding-right: 1.5rem;*/
    }
}


/*　　改行　　*/

@media screen and (min-width: 768px) {
    .kai-sp {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .kai-pc {
        display: none;
    }
}


/*
TOP header
**************************************************/


/** Menu **/

header nav.navbar {
    padding-top: 30px;
}

@media (max-width: 767.98px) {
    header nav.navbar {
        padding-top: 8px;
    }
}

header nav.navbar .nav-item {
    text-align: center;
    margin-left: 22px;
}

header nav.navbar .nav-item img {
    width: 127px;
}

.navbar .navbar-brand .img-fluid {}

header h1.navbar-brand {
    margin-bottom: 0;
    width: 222px;
}

.offcanvas.offcanvas-end {
    width: unset;
}


/*
カルーセル
**************************************************/

.swiper {
    /*スライダーの幅と高さを調整*/
    width: 1400px;
    margin: 0.5rem auto 1rem;
}

.swiper-slide {
    /*スライド要素の幅と高さを調整*/
    width: 100%;
    height: 100%;
    /*テキストの位置調整*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*テキストの色と太さを指定*/
    color: #fff;
    font-weight: bold;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination span {
    width: 50px;
}

.swiper-pagination-bullet {
    border-radius: unset;
}

@media (max-width: 575.98px) {}

@media (max-width: 767.98px) {}

@media (max-width: 991.98px) {}


/*
footer
**************************************************/

#site-info {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    background-color: #A69141;
    color: #fff;
    padding-top: 2rem;
    padding-bottom: 1.75rem;
}

#site-info .copy-box ul {
    margin-bottom: 2.5rem;
}

#site-info .copy-box li.f-name {
    font-size: 1.375rem;
    line-height: 1.8rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0.7rem;
}

#site-info .copy-box li.f-text {
    line-height: 1.5rem;
}

#site-info .copyright p {
    line-height: 1rem;
    margin: 0;
    font-size: 12px;
}

@media (max-width: 575.98px) {
    #site-info .copy-box li.f-name {
        font-size: 3.85vw;
        line-height: 1.6rem;
    }
    #site-info .copy-box li.f-text {
        font-size: 2.8vw;
        line-height: 1.1rem;
    }
}


/*
TOP CONCEPT
**************************************************/

.concept img.brand-name {
    width: 335px;
    margin-bottom: 5rem;
}

.concept img.illust_01 {
    width: 230px;
}

@media (max-width: 767.98px) {
    .concept img.brand-name {
        width: 42vw;
    }
    .concept img.illust_01 {
        width: 30vw;
    }
}

@media (max-width: 575.98px) {
    .concept img.brand-name {
        width: 60vw;
    }
    .concept img.illust_01 {
        width: 70vw;
    }
}

.concept h3 {
    letter-spacing: 0.15rem;
    margin: 1rem 0 1.5rem 0;
}

@media (max-width: 767.98px) {
    .concept .catch-box01 p {
        text-align: justify;
    }
}

.midashi-center {
    display: inline-block;
}

.concept {}

.concept .text-tate {
    position: absolute;
    top: 4rem;
    right: 0;
    display: inline-block;
    writing-mode: vertical-rl;
    height: 410px;
}

@media (max-width: 575.98px) {
    .concept .text-tate {
        position: unset;
    }
}

.concept .text-tate p {
    color: #A69141;
    font-size: 1.125rem;
    font-weight: 900;
    display: inline;
    writing-mode: vertical-rl;
    vertical-align: middle;
    padding: 10px 5px;
    /*margin-right: 5px;*/
    margin: 0 10px 0 0;
    float: left;
    letter-spacing: 0.08rem;
}

.concept #card-01 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
}

.concept #card-01 img {
    width: 60px;
}

.concept #card-01 .card-text {
    font-size: 0.875rem;
    text-align: justify;
    line-height: 1.5rem;
}

.concept #card-02 .col {
    padding-right: 2rem;
    padding-left: 2rem;
    position: relative;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 0.875rem;
}

@media screen and (max-width: 767.98px) {
    .concept #card-01 img {
        width: 85px;
    }
    .concept #card-02 .col {
        margin-bottom: 4rem;
    }
}

.concept .midashi-center {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.concept #card-02 .col::after {
    content: "\F285";
    position: absolute;
    top: 25%;
    right: -15px;
    font-family: bootstrap-icons;
    font-size: 2rem;
    color: #A69141;
    font-weight: 400;
    line-height: 1;
    vertical-align: -.125em;
}

.concept #card-02 .col:last-child::after {
    content: "";
}

@media (max-width: 767.98px) {
    .concept #card-02 .col::after {
        content: "\F282";
        position: absolute;
        top: unset;
        right: unset;
        font-family: bootstrap-icons;
        font-size: 2rem;
        color: #A69141;
        font-weight: 400;
        line-height: 1;
        vertical-align: -.125em;
        left: calc(50% - 10px);
        bottom: -35px;
    }
}

.concept .midashi-center {
    background-color: #ffffff;
    position: relative;
}

.concept .midashi-center::before {
    content: "";
    position: absolute;
    width: 33%;
    height: 1px;
    background-color: #A69141;
    top: 14px;
    left: 0;
}

.concept .midashi-center::after {
    content: "";
    position: absolute;
    width: 33%;
    height: 1px;
    background-color: #A69141;
    top: 14px;
    right: 0px;
}

@media (max-width: 991.98px) {
    .concept .midashi-center::before,
    .concept .midashi-center::after {
        width: 29vw;
    }
}

@media (max-width: 767.98px) {
    .concept .midashi-center::before,
    .concept .midashi-center::after {
        width: 23vw;
    }
}

@media (max-width: 575.98px) {
    .concept .midashi-center::before,
    .concept .midashi-center::after {
        width: 18vw;
    }
}

@media (max-width: 500px) {
    .concept .midashi-center::before,
    .concept .midashi-center::after {
        width: 0;
    }
}

section.con-nouka {
    background-color: #E9E3CF;
    margin-top: 16px;
    padding-top: 65px;
}

section.con-nouka li {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 0.875rem;
    line-height: 1.625rem;
}

section.con-nouka li.sub-title {
    color: #A69141;
    font-size: 0.6565rem;
    line-height: 1rem;
}

section.con-nouka li.name {
    color: #A69141;
    font-size: 1.125rem;
    letter-spacing: 0.07rem;
    line-height: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

section.con-nouka li.name span {
    font-size: 1rem;
}

section.con-nouka li.text {
    text-align: justify;
    font-feature-settings: "palt";
}


/*
パプリカの魅力　component
**************************************************/

.component .text-end {
    font-size: 8px;
}

.component .box-left1 {
    /*width: 70.4%;*/
}

.component p {
    text-align: justify;
}

.component .illust-box {
    margin-top: 3rem;
}

.component .text-tate {
    position: absolute;
    top: 0;
    right: -25px;
    display: inline-block;
    writing-mode: vertical-rl;
    height: 300px;
}

.component .text-tate p {
    font-size: 1.125rem;
    font-weight: 900;
    color: #ffffff;
    display: inline;
    writing-mode: vertical-rl;
    vertical-align: middle;
    background: linear-gradient(transparent 0%, #3CB37Ab3 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 10px 5px;
    /*margin-right: 5px;*/
    margin: 0 10px 0 0;
    float: left;
    letter-spacing: 0.08rem;
}

@media (max-width: 767.98px) {
    .component .text-tate {
        top: 0;
        right: 0;
    }
}

@media (max-width: 575.98px) {
    .component .illust-box {
        margin-top: 1rem;
    }
    .component .text-tate {
        top: 0;
        right: -5%;
    }
    .component .text-tate p {
        font-size: 0.875rem;
        padding: 8px 3px;
    }
}


/*
TOP パプリカ レシピ
**************************************************/


/*　header　*/

.recipe {
    background-color: #FAE5E1;
}

.recipe p {
    font-weight: 700;
}

.recipe header {
    background-image: url(../image/background-image01.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1400px auto;
    height: 600px;
}

.recipe header h3 {
    width: 240px;
    height: 115px;
    background-image: url(../image/menu-title_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 240px;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.recipe header h2 {
    position: relative;
    width: 240px;
    height: 100px;
    background: #DB5434;
    /*filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));*/
    padding-top: 30px;
}

.recipe header h2::after {
    height: 15px;
    content: "";
    position: absolute;
    left: -0;
    width: 100%;
}

.recipe header h2::after {
    bottom: -15px;
    background: linear-gradient(154deg, #DB5434 10px, transparent 0), linear-gradient(206deg, #DB5434 10px, transparent 0);
    background-size: 34.5px 15px;
}

.recipe header .text-tate {
    position: absolute;
    top: 11.5rem;
    right: 0;
    display: inline-block;
    writing-mode: vertical-rl;
    height: 300px;
}

.recipe header .text-tate p {
    font-size: 1.125rem;
    font-weight: 900;
    color: #ffffff;
    display: inline;
    writing-mode: vertical-rl;
    vertical-align: middle;
    background: linear-gradient(transparent 0%, #db5434b3 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 10px 5px;
    /*margin-right: 5px;*/
    margin: 0 10px 0 0;
    float: left;
    letter-spacing: 0.08rem;
}


/*　個別レシピ　*/

@media (max-width: 575.98px) {
    .recipe .recipe-box {
        padding-left: 0;
        padding-right: 0;
    }
}

.recipe .recipe-box .card {
    position: relative;
    line-height: 1.5rem;
    font-weight: 500;
}

.recipe .recipe-box .card .row {
    padding-right: 1.5rem;
}

.recipe .recipe-box .card .row dl.row {
    padding-right: 0;
}

.recipe .recipe-box {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 0.875rem;
}

.recipe dl.no-ribbon {
    position: absolute;
    width: 72px;
    height: 70px;
    background: #DB5434;
    color: #fff;
    text-align: center;
    padding-top: 1rem;
    left: 1rem;
}

.recipe .no-ribbon::after {
    height: 13px;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}

.recipe .no-ribbon::after {
    bottom: -13px;
    background: linear-gradient(154deg, #DB5434 10px, transparent 0), linear-gradient(206deg, #DB5434 10px, transparent 0);
    background-size: 14.5px 13px;
}

.recipe dl.no-ribbon dt {
    line-height: 1rem;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 0.1rem;
}

.recipe dl.no-ribbon dd {
    line-height: 1rem;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
    padding-bottom: 1rem;
}

.recipe .recipe-box h3 {
    color: #DB5434;
    margin-left: 6.5rem;
    font-size: 1.375rem;
    font-weight: 700;
    margin-top: 1.13rem;
    margin-bottom: 1rem;
}

.recipe .recipe-box h3 span {
    font-size: 0.875rem;
}

.recipe .recipe-box img {
    width: 250px;
}

@media (max-width: 991.98px) {
    .recipe .recipe-box img {
        width: 300px;
    }
}

@media (max-width: 767.98px) {
    .recipe .recipe-box img {
        width: 50vw;
    }
}

@media (max-width: 575.98px) {
    .recipe .recipe-box img {
        width: 45vw;
    }
}

.recipe .recipe-box p {
    margin-bottom: 0;
    line-height: 1rem;
}

.recipe .recipe-box .r-koumoku1,
.recipe .recipe-box .r-koumoku2 {
    color: #DB5434;
    font-size: 0.75rem;
    font-weight: 700;
}

.recipe .recipe-box .r-koumoku1 {
    /*border-bottom: solid 1px #DB5434;*/
    margin-bottom: 0.1rem;
    line-height: 1.2rem;
}

.recipe .recipe-box .r-koumoku2 {}

.recipe .recipe-box dl {
    line-height: 0.85rem;
    border-top: solid 1px #DB5434;
    border-bottom: solid 1px #DB5434;
    margin: 0;
    padding-top: 0.875rem;
    padding-bottom: 0.5rem;
}

.recipe .recipe-box .howto li {
    font-feature-settings: "palt";
}

.recipe .recipe-box dl dt,
.recipe .recipe-box dl dd {
    padding: 0;
    margin-bottom: 0;
    font-weight: 500;
    font-feature-settings: "palt";
    line-height: 1.531rem;
}


/*　card　*/

ol {
    position: relative;
    margin: 0;
    padding: 0
}

ol li {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding-left: 1.25em
}

ol li span {
    position: absolute;
    left: 0;
    margin: 0
}

.recipe .point {
    padding: 63px 0 75.5px 0;
}

.recipe .point {
    margin: 3rem 0 1rem 0;
}

.recipe .point .text-box {
    margin: 3rem 0 1rem 0;
}

.recipe .point .text-box h4 {
    /*float: left;
    clear: left;*/
}

@media (max-width: 767.98px) {
    .recipe .point .text-box h4 {
        float: unset;
    }
}

@media (max-width: 575.98px) {
    .recipe .point .text-box h4 {
        float: unset;
        clear: unset;
        text-align: center;
    }
}

.recipe .point .text-box p {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 300;
}

.recipe .point .text-box p span {
    font-size: 1.5rem;
    font-weight: 700;
    color: #A69141;
}

.recipe .point .card .card-body {
    padding: 20px 35px 30px;
}

.recipe .point .card h5 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #A69141;
    letter-spacing: 0.05rem;
}

.recipe .point .card p {
    font-size: 0.875rem;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    line-height: 1.5rem;
}

.recipe .point
/*
TOP リンク
**************************************************/

.link {
    margin-bottom: 140px;
}

.link .card .card-body {
    padding: 0.5rem 0 0 0;
}

.link .card .card-body h5 {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0;
    font-feature-settings: "palt";
}


/*
アンカー
**************************************************/

#concept {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

#component {
    display: block;
    padding-top: 99px;
    margin-top: -99px;
}

#recipe {
    display: block;
    padding-top: 47px;
    margin-top: -47px;
}

#link {
    display: block;
    padding-top: 115px;
    margin-top: -115px;
}

@media (max-width: 767.98px) {
    #concept {
        display: block;
        padding-top: 78px;
        margin-top: -78px;
    }
    #component {
        display: block;
        padding-top: 77px;
        margin-top: -77px;
    }
    #recipe {
        display: block;
        padding-top: 25px;
        margin-top: -25px;
    }
    #link {
        display: block;
        padding-top: 90px;
        margin-top: -90px;
    }
}


/*
はみ出し　調整
**************************************************/

@media (max-width: 767.98px) {
    .recipe-box {
        overflow: hidden;
    }
}

@media (max-width: 1199.98px) {}


/* `xs` はルールセットのみを返し、メディアクエリは返さない */


/* ... { ... } */


/* `sm` は極小デバイス（縦向きモバイル, 576px未満）に適用 */

@media (max-width: 575.98px) {}


/* `md` は小デバイス（横向きモバイル, 768px 未満）に適用 */

@media (max-width: 767.98px) {}


/* `lg` は中デバイス（タブレット, 992px 未満）に適用 */

@media (max-width: 991.98px) {}


/* `xl` は大デバイス（デスクトップ, 1200px 未満）に適用 */

@media (max-width: 1199.98px) {}


/* `xxl` は特大デバイス（ワイド・デスクトップ, 1400px 未満）に適用 */

@media (max-width: 1399.98px) {}