@charset "UTF-8";
.pc {
    display: block;
}
.sp {
    display: none;
}
@media screen and (max-width: 640px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

/* ------------------------------------------ */
.fadein {
    opacity: 0;
    transform: translate(0, 1em);
    transition-duration: .5s;
    transition-delay: .75s;
}
.fadein.on {
    opacity: 1.0;
    transform: translate(0, 0);
}
.fadeinTop {
    opacity: 0;
    transform: translate(0, 0em);
    transition-duration: .5s;
    transition-delay: .25s;
}
.fadeinTop.on {
    opacity: 1.0;
    transform: translate(0, 0);
}
.fadeinTop2 {
    opacity: 0;
    transform: translate(0, -2em);
    transition-duration: .5s;
    transition-delay: .25s;
}
.fadeinTop2.on {
    opacity: 1.0;
    transform: translate(0, 0);
}
.fadein-scale {
    opacity: 0;
}
.fadein-scale.on {
    animation: fadeinScale 0.5s ease-out 0.5s forwards alternate;
}
@keyframes fadeinScale {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    70% {
        opacity: 1;
        transform: scale(1.125);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@media screen and (max-width: 640px) {
}
  

/* ------------------------------------------ */
.oishi-ketchup {
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    background-color: #fffaec;
    color: #301B0F;
}
.oishi-ketchup img {
    width: 100%;
}
.kd {
  font-family: "Kaisei Decol", serif;
  font-weight: 400;
  font-style: normal;
}
.eng {
    font-family: "Poppins", sans-serif;
}
.contents {
    width: 1200px;
    margin: auto;
}
@media screen and (max-width: 640px) {
    .oishi-ketchup {
        font-size: 3.5vw;
    }
    .contents {
        width: 100%;
        margin: auto;
    }
}
/* ------------------------------------------ */
.maincopy {
    margin-top: -7vw;
    background-color: #D03238;
    padding: 120px 0 177px;
}
.maincopy-logo {
    text-align: center;
    margin: 0 auto 40px;
    width: 290px;
}
.maincopy-title {
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    color: #FFE98A;
    margin-bottom: 40px;
}
.maincopy-text {
    text-align: center;
    font-size: 20px;
    color: #FFF;
    line-height: 2;
    margin-bottom: 90px;
}
.slide .slick-track {
    display: flex !important;
    align-items: center;
    height: auto !important;
}
.slide .slick-slide {
    height: auto !important;
}
.maincopy-slide li .in {
    display: block;
    margin: 0 .5em;
} 
@media screen and (max-width: 640px) {
    .maincopy {
        margin-top: -32vw;
        padding: 38vw 0 25vw;
    }
    .maincopy-logo {
        margin: 0 auto 5vw;
        width: 55vw;
    }
    .maincopy-title {
        font-size: 6vw;
        margin-bottom: 7.5vw;
    }
    .maincopy-text {
        font-size: 4vw;
        margin-bottom: 10vw;
    }
    .slide .slick-track {
        display: flex !important;
        align-items: center;
        height: auto !important;
    }
    .slide .slick-slide {
        height: auto !important;
    }
    .maincopy-slide li .in {
        display: block;
        margin: 0 .5em;
    } 
}

/* ------------------------------------------ */
.rd {
    background-color: #FFE98A;
    padding-bottom: 40px;
}
.rd-title {
    transform: translateY(-80px);
    width: 375px;
    margin: 0 auto;
    position: relative;
}
.rd-title-bg {
    position: relative;
    z-index: 10;
}
.rd-title-on {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
}
.rd-box {
    position: relative;
    z-index: 20;
    margin: -10em 15% 0 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rd-box-info {
    width: 70%;
}
.rd-box-img {
    width: 29%;
}
.rd-lead {
    text-align: center;
    margin: 5em auto 30px;
    line-height: 1.5;
    font-weight: 600;
    font-size: 30px;
    color: #D03238;
}
.rd-text {
    line-height: 2;
    text-align: justify;
    font-size: 16px;
    margin-bottom: 30px;
}
.rd-btn {
    text-align: center;
}
@media screen and (max-width: 640px) {
    .rd {
        padding-bottom: 10vw;
    }
    .rd-title {
        transform: translateY(-12vw);
        width: 100%;
    }
    .rd-box {
        margin: -16vw 7.5vw 5vw;
    }
    .rd-box-info {
        width: 100%;
        order: 2;
    }
    .rd-box-img {
        box-sizing: border-box;
        padding: 0 25%;
        width: 100%;
        order: 1;
    }
    .rd-lead {
        margin: 0 0 .5em;
        font-size: 6.25vw;
    }
    .rd-text {
        font-size: 3.4vw;
        margin-bottom: 2em;
    }
    .rd-btn {
        text-align: center;
    }
}

/* ------------------------------------------ */
.btn-01 {
    display: inline-block;
    border: 2px solid #301B0F;
    background-color: #fff;
    border-radius: 100px;
    text-decoration: none !important;
    padding: 2px;
    min-width: 360px;
    transition: .5s;
}
.btn-01:hover {
    opacity: .75;
}
.btn-01 .in {
    text-align: center;
    border-radius: 100px;
    background-color: #301B0F;
    display: block;
    color: #FFF;
    font-weight: 500;
    padding: 1em 2em;
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: 1.35em;
    background-image: url(../images/260625/arrow-01.svg);
}
.btn-02 {
    display: inline-block;
    border: 2px solid #FFE98A;
    background-color: transparent;
    border-radius: 100px;
    text-decoration: none !important;
    padding: 2px;
    min-width: 360px;
    transition: .5s;
}
.btn-02:hover {
    opacity: .75;
}
.btn-02 .in {
    text-align: center;
    border-radius: 100px;
    background-color: #FFE98A;
    display: block;
    color: #000;
    font-weight: 500;
    padding: 1em 2em;
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: 1.35em;
    background-image: url(../images/260625/arrow-02.svg);
}
.btn-03 {
    display: inline-block;
    border: 2px solid #D03238;
    background-color: transparent;
    border-radius: 100px;
    text-decoration: none !important;
    padding: 2px;
    min-width: 360px;
    transition: .5s;
}
.btn-03:hover {
    opacity: .75;
}
.btn-03 .in {
    text-align: center;
    border-radius: 100px;
    background-color: #D03238;
    display: block;
    color: #FFF;
    font-weight: 500;
    padding: 1em 2em;
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: 1.35em;
    background-image: url(../images/260625/arrow-01.svg);
}
@media screen and (max-width: 640px) {
    .btn-01 {
        min-width: 100%;
    }
    .btn-02 {
        min-width: 100%;
    }
    .btn-03 {
        min-width: 100%;
    }
}

/* ------------------------------------------ */
.point {
    background-repeat: repeat-x;
    background-position: center top;
    background-size: 1440px 72px;
    background-image: url(../images/260625/bdr-pc.webp);
}
.point-btm {
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 1440px 72px;
    background-image: url(../images/260625/bdr-pc.webp);
    padding: 190px 0 210px;
}
.point-star {
    margin: 0 auto 20px;
    width: 100px;
}
.point-lead {
    text-align: center;
    font-weight: 600;
    color: #D03238;
    font-size: 24px;
    margin-bottom: 10px;
}
.point-title {
    text-align: center;
    font-weight: 600;
    color: #D03238;
    line-height: 1.8;
    font-size: 30px;
    margin-bottom: 100px;
}
.point-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.point-list li {
    width: 31%;
}
.point-img {
    margin-bottom: 30px;
}
.point-copy {
    text-align: center;
    font-weight: 600;
    color: #D03238;
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 30px;
}
.point-text {
    text-align: justify;
    line-height: 1.8;
    font-size: 16px;
}
@media screen and (max-width: 640px) {
    .point {
        background-size: 100%;
        background-image: url(../images/260625/bdr-sp.webp);
    }
    .point-btm {
        background-size: 100%;
        background-image: url(../images/260625/bdr-sp.webp);
        padding: 30vw 0 20vw;
    }
    .point-star {
        margin: 0 auto 5vw;
        width: 20vw;
    }
    .point-lead {
        font-size: 5.5vw;
        margin-bottom: .5em;
    }
    .point-title {
        line-height: 1.4;
        font-size: 7.5vw;
        margin-bottom: 1em;
    }
    .point-list {
        margin: 0 7.5vw;
    }
    .point-list li {
        width: 100%;
        margin-bottom: 10vw;
    }
    .point-img {
        margin-bottom: 1em;
    }
    .point-copy {
        font-size: 3.825vw;
        margin-bottom: .75em;
    }
    .point-text {
        font-size: 3.35vw;
    }
}
/* ------------------------------------------ */
.recipe {
    background-color: #D03238;
    color: #FFF;
    padding: 120px 0;
}
.recipe-star {
    margin: 0 auto 20px;
    width: 100px;
}
.recipe-lead {
    text-align: center;
    font-weight: 600;
    color: #FFE98A;
    font-size: 24px;
    margin-bottom: 10px;
}
.recipe-title {
    text-align: center;
    font-weight: 600;
    color: #FFE98A;
    line-height: 1.8;
    font-size: 30px;
    margin-bottom: 100px;
}
.recipe-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 90px;
}
.recipe-list li {
    width: 31%;
    text-align: center;
}
.recipe-img {
    margin-bottom: 20px;
}
.recipe-text {
    margin-bottom: 30px;
    font-size: 20px;
}
.recipe-btn {
    margin-top: 0;
}
.recipe-s {
    background-repeat: repeat-x;
    background-position: center top;
    background-size: 100%;
    background-image: url(../images/260625/bdr-01-pc.webp);
    margin-bottom: 70px;
}
.recipe-s-btm {
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 100%;
    background-image: url(../images/260625/bdr-01-pc.webp);
    padding: 70px 0 70px;
}
.recipe-s-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recipe-s-list li {
    width: 23%;
    text-align: center;
}
.recipe-s-title {
    text-align: center;
    font-weight: 600;
    color: #FFE98A;
    line-height: 1.8;
    font-size: 30px;
    margin-bottom: 50px;
}
.recipe-s-img {
    margin-bottom: 20px;
}
.recipe-s-text {
    font-size: 16px;
}
.recipe-s-btn {
    text-align: center;
}
@media screen and (max-width: 640px) {
    .recipe {
        padding: 20vw 0 20vw;
    }
    .recipe-star {
        margin: 0 auto 5vw;
        width: 20vw;
    }
    .recipe-lead {
        font-size: 4.75vw;
        margin-bottom: 1em;
    }
    .recipe-title {
        font-size: 7vw;
        margin-bottom: 2em;
    }
    .recipe-list {
        margin: 0 7.5vw 0;
    }
    .recipe-list li {
        width: 100%;
        text-align: center;
        margin-bottom: 15vw;
    }
    .recipe-img {
        margin-bottom: 1em;
    }
    .recipe-text {
        margin-bottom: 1em;
        font-size: 4.0vw;
    }
    .recipe-btn {
        margin-top: 0;
    }
    .recipe-s {
        background-repeat: no-repeat;
        background-image: url(../images/260625/bdr-01.webp);
        margin: 0 7.5vw 4em;
    }
    .recipe-s-btm {
        background-repeat: no-repeat;
        background-image: url(../images/260625/bdr-01.webp);
        padding: 4em 0 2em;
    }
    .recipe-s-list {
        display: flex;
    }
    .recipe-s-list li {
        width: 47%;
        margin-bottom: 5vw;
    }
    .recipe-s-title {
        font-size: 4.825vw;
        margin-bottom: 1em;
    }
    .recipe-s-img {
        margin-bottom: .5em;
    }
    .recipe-s-text {
        font-size: 3.5vw;
    }
    .recipe-s-btn {
        margin: 0 7.5vw;
        text-align: center;
    }
}

/* ------------------------------------------ */
.more {
    background-repeat: repeat-x;
    background-position: center top;
    background-size: 480px;
    background-image: url(../images/260625/bdr-02.webp);
    padding: 130px 0 80px;
}
.more-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 20% 0;
}
.more-info {
    width: 55%;
    display: flex;
    align-items: center;
    text-align: center;
    text-align: center;
}
.more-info-img {
    display: none;
}
.more-img {
    width: 35%;
}
.more-title {
    font-weight: 600;
    color: #D03238;
    font-size: 24px;
    margin-bottom: 40px;
}
.more-btn {
    margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
    .more {
        background-size: 100%;
        background-image: url(../images/260625/bdr-02.webp);
        padding: 30vw 0 20vw;
    }
    .more-box {
        margin: 0 7.5vw 0;
    }
    .more-info {
        width: 100%;
    }
    .more-info-img {
        display: block;
        margin: 0 22.5%;
    }
    .more-img {
        width: 100%;
        display: none;
    }
    .more-title {
        font-size: 5vw;
        margin-bottom: 0em;
    }
    .more-btn {
        margin-bottom: 20px;
    }
}

/* ------------------------------------------ */
.sns-wrap {
    padding-bottom: 70px;
}
.sns-title {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 40px;
}
.sns-list {
    text-align: center;
}
.sns-list li {
    display: inline-block;
    width: 55px;
    margin: 0 1em;
}
.sns-list li a {
    transition: .5s;
}
.sns-list li a:hover {
    opacity: .5;
}
@media screen and (max-width: 640px) {
    .sns-wrap {
        padding-bottom: 3em;
    }
    .sns-title {
        font-size: 6vw;
        margin-bottom: 1em;
    }
    .sns-list {
        text-align: center;
    }
    .sns-list li {
        width: 12.5vw;
        margin: 0 1em;
    }
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}
/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}
/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}
/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}