@charset "UTF-8";

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

html{
    scroll-behavior: smooth;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.txt_center {
    text-align: center;
}

.txt_left {
    text-align: left;
}


.flex {
    display: flex;
}

.fl_left {
    float: left
}

#new .flex {
    display: block;
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}

#new li {
    width: 500px;
    float: left;
}


.wf-roundedmplus1c {
    font-family: "M PLUS Rounded 1c";
}

.red {
    color: #ca1d1d;
}

.bold {
    font-weight: 700;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.mh10 {
    margin: 10px 0;
}

.pw10 {
    padding: 0 20;
}

.pwl160 {
    padding-left: 160px;
}

#new .new_mark_wrap {
    position: relative;
}

.new_mark {
    position: absolute;
    background-color: #d90303;
    color: #ffffff !important;
    padding: 10px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    left: 5%;
    top: 5%;
}

@media screen and (max-width: 767px) {}



/* ==========================================================================
まるごとソーセージコンテンツ内
========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&amp;display=swap');

:root{
    --color-blue: #004098;
    --color-red: #E60012;
    --color-orange:#F4B01B;
    --color-bg: #F6F3E6;
}

#maru_sau {
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-blue);
    font-weight: 700;
}

h2 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
}
h3{
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
}

/*kv*/
.kv_inner {
    width: 1220px;
    height: 743px;
    background: url(../img/kv_bg.webp) top center no-repeat;
    background-size: 100%;
    position: relative;
}
.kv .kv_main{
    position: absolute;
    left: 150px;
    top: 50px;
    width: 75%;
    animation: scale-down 1s infinite;
    animation-iteration-count: 1;
}
@keyframes scale-down {
    from {
        transform: perspective(200px)translateZ(200px);
        transition: 1s;
    }
}
.kv .kv_sub {
    width:20%;
    position: absolute;
    right: 50px;
    bottom: 100px;
    animation: slide-in 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
    animation-delay: 0.5s;
    opacity: 0;
}
@keyframes slide-in {
    0% {
        transform: translateX(140px);
    }

    50% {
        transform: translateX(0);
    }

    65% {
        transform: translateX(30px);
    }

    100% {
        transform: translateX(0);
    }

    20%,
    100% {
        opacity: 1;
    }
}
.kv p{
    margin-top:10px;
    text-align: right;
    color: #000;
    font-weight: 400;
}


/*intro*/
.intro{
    margin:40px auto;
    text-align: center;
    font-size: 24px;
}

/*menu*/
.menu{
    max-width:1120px;
    width:95%;
    margin: 80px auto 0;
}

.menu ul{
    display: flex;
    justify-content: space-between;
}

.menu ul li{
    width:32%;
    text-align: center;
}

.menu ul li a{
    display: block;
    background: var(--color-blue);
    color:#fff !important;
    font-weight: 400;
    padding:10px 10px 1.8rem;
    border-radius: 50px;
    transition: 0.3s;
    position: relative;
}

.menu ul li a:hover{
    text-decoration: none !important;
    opacity: 0.6;
}

.arrow::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--color-orange);
    border-right: 2px solid var(--color-orange);
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}


/*newitem*/
.newitem {
    text-align: center;
    margin: 80px auto;
}

.newitem .new_icon {
    width: 180px;
}

.newitem .newitem_copy {
    font-size: 20px;
    color: var(--color-red);
    margin: 20px auto;
}

.newitem .shake_newitem {
    width: 650px;
    opacity: 0;
    transform: rotate(0deg);
    transition: opacity 0.5s ease;
    display: inline-block;
    margin: 30px auto;
}

.shake_animate {
    animation: shake-tilt 0.6s ease;
    opacity: 1 !important;
}

@keyframes shake-tilt {
    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(-6deg);
    }

    30% {
        transform: rotate(6deg);
    }

    45% {
        transform: rotate(-4deg);
    }

    60% {
        transform: rotate(4deg);
    }

    75% {
        transform: rotate(-2deg);
    }

    90% {
        transform: rotate(2deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.newitem .read {
    font-size: 18px;
}



/*about*/
.about{
    text-align: center;
}
.about img.about01{
    max-width:980px;
    margin-bottom:30px;
}
.about img.about02 {
    max-width: 1170px;
}
.about h2{
    display: inline-block;
    margin:10px auto;
}
.about h2 img{
    vertical-align: middle;
    width:70px;
}


/*cm*/
.cm{
    margin: 80px auto;
    text-align: center;
}
.cm iframe {
    height: auto;
    width: 100%;
    max-width:730px;
    aspect-ratio: 16 / 9;
}



/*recipe*/
.recipe {
    background: var(--color-bg);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    text-align: center;
    padding: 50px 0;
}

.recipe .recipe_inner {
    width: 1220px;
    margin: 0 auto;
}

.recipe .recipe_icon {
    width: 200px;
}

.recipe .recipe_copy {
    margin: 15px auto;
}

.recipe .recipe_list{
    text-align: left;
    margin:20px auto 0;
}

.recipe h3{
    font-size: 24px;
    position: relative;
    background: var(--color-blue);
    color: #fff;
    display: inline-block;
    padding:20px 50px 20px 30px;
    border-radius: 0 100px 100px 0;
}
.recipe h3::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-top: 2px dotted var(--color-blue);
    width: 1220px;
    margin-left: 10px;
}

.recipe_list ul{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    }

.recipe .recipe_list ul li {
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.recipe .recipe_list ul li img {
    width: 70%;
    margin: 0 auto;
    display: block;
}

.recipe .recipe_list ul li .detail{
    width:30%;
}

.recipe .recipe_list ul li .point{
    display: inline;
    background: var(--color-blue);
    color: #fff;
    border-radius: 10px;
    padding: 5px 15px 6px;
}
.recipe .recipe_list ul li .read{
    font-weight: 400;
    margin: 10px 0 0;
}

.recipe .recipe_list ul li .used_prod{
    margin: 20px 0 0;
}

.recipe .recipe_list ul li .used_prod img{
    margin-bottom:10px;
}

.recipe .recipe_list ul li .prod_title{
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
}

.recipe .recipe_list ul li .prod_title span{
    font-size: 14px;
}


/*making*/
.making {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background: var(--color-orange);
    padding: 50px 0;
}

.making_inner {
    max-width: 1220px;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}

.making_icon {
    width: 300px;
}

.making h2 {
    color: var(--color-red);
    margin: 15px 0;
}

.making .flow{
    margin:50px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

.making .flow li{
    width:31%;
}

.making .flow li img{
    width:100%;
}

.making .flow li .read{
    font-size: clamp(0.1rem, 1.2vw, 16px);
    font-weight: 400;
    color:#000;
    margin:15px 0 0;
}

.making .flow li:first-child,
.making .flow li:nth-child(4){
    margin-top:-100px;
}

.making .flow li:nth-child(3),
.making .flow li:nth-child(6) {
    margin-top: 100px;
}


/*history*/
.history{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background: #FAE4B4;
    padding:50px 0;
}

.history_inner{
    max-width: 880px;
    width:80%;
    margin:0 auto;
    padding: 30px 5%;
    border: 5px dashed var(--color-blue);
    border-radius: 30px;
    text-align: center;
}

.history_icon{
    width:300px;
}

.history h2{
    color: var(--color-red);
    margin:15px 0;
}

.history_detail img{
    max-width:800px;
    width:90%;
    margin:0 0 20px;
}

.history_detail .read{
    font-weight: 400;
    color:#000;
    margin:15px 0 ;
}



@media screen and (max-width: 767px) {

    #maru_sau {
        width: 95%;
        font-size: 4.5vw;
    }
    h2{
        font-size: 7vw;
    }
    h3 {
        font-size: 5vw;
    }

    p.read{
        font-size: 3.8vw;
    }

    /*kv*/
    .kv_inner {
        width: 100%;
        height: 400px;
        padding-top: 111.1%;
        box-sizing: border-box;
        margin: 0 auto;
        background: url(../img/sp_kv_bg.webp) top center no-repeat;
        background-size: cover;
        position: relative;
    }
    .kv .kv_main {
        top: 15%;
        right: 0;
        left: 0;
        margin: auto;
        width: 100%;
    }
    .kv .kv_sub {
        width: 30%;
        right: 20px;
        bottom: 30px;
    }
    .kv p {
        font-size: 3.5vw;
    }


    /*intro*/
    .intro {
        font-size: 4.5vw;
    }

    /*menu*/

    .menu {
        margin: 50px auto 0;
    }

    .menu ul {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap:20px;
    }

    .menu ul li{
        width:100%;
    }

    .menu ul li a{
        font-size: 4vw;
    }


    /*newitem*/
    .newitem {
        margin: 60px auto;
    }

    .newitem .new_icon {
        width: 40%;
    }

    .newitem .shake_newitem {
        width: 100%;
        margin: 20px 0;
    }


    /*about*/
    .about img {
        width: 100%;
    }
    .about h2 {
        text-align: left;
        position: relative;
        margin: 0 0 50px -3rem;
    }
    .about h2 img {
        position: absolute;
        top: -20%;
        right:-20%;
        width: 18%;
    }


    /*recipe*/
    .recipe .recipe_inner {
        width: 100%;
    }
    .recipe .recipe_icon {
        width: 60%;
    }

    .recipe h3 {
        font-size: 20px;
        padding: 20px 50px 20px 20px;
    }

   .recipe .recipe_list {
       margin: 30px auto 60px;
   }

    .recipe h3::after {
        width: 92vw;
    }

    .recipe .recipe_list ul{
        flex-direction: column;
        row-gap: 50px;
    }

    .recipe .recipe_list ul li {
        width: 90%;
        margin:0 auto;
        padding: 0;
        flex-direction: column;
    }
    .recipe .recipe_list ul li img {
        width: 100%;
        margin: 0 auto 10px;
        display: block;
    }

    .recipe .recipe_list ul li .detail {
        width:100%;
    }

    .recipe .recipe_list ul li .used_prod img {
        width:40%;
    }

    .recipe .recipe_list ul li .used_prod .prod_img {
        width: 60%;
    }


    /*making*/
    .making .flow {
        margin: 30px 0 0;
        flex-direction: column;
        row-gap: 0;
    }

    .making .flow li {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        column-gap: 15px;
    }

    .making .flow li img {
        width: 55%;
    }

    .making .flow li .read {
        font-size: 3.6vw;
        margin: 0;
        text-align: left;
    }

    .making .flow li:nth-child(2n){
        flex-direction: row-reverse;
    }

    .making .flow li:nth-child(6) img{
        width:70%;
        margin:30px auto 0;
    }

    .making .flow li:first-child,
    .making .flow li:nth-child(4),
    .making .flow li:nth-child(3),
    .making .flow li:nth-child(6) {
        margin-top: 0;
    }


    /*history*/
    .history_detail .read {
        font-size:3.6vw;
    }
}