@charset "utf-8";

/* CSS Document */


/* ------------------------------------------
  reset
--------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
main,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

abbr {
    text-decoration: none;
}

mark {
    background: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

img {
    vertical-align: top;
}

hr {
    height: 0;
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-size: 16px;
    line-height: 1.75;
    font-family: 'Noto Sans JP', sans-serif;
    color: #212121;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-all;
    letter-spacing: 1px;
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
    min-width: 1400px;
}

a {
    color: #333;
    text-decoration: none;
}

/*a:not(.btn):hover {
    opacity: 0.75;
    transition: all 0.1s 0s ease;
}*/

button:focus {
    outline: none;
}


/*a[href^="tel"] {
    color: #fff;
    pointer-events: none;
}*/

.select:focus,
input:focus {
    outline: none;
}

.pc-hide {
    display: none !important;
}

.sp-hide {
    display: block !important;
}

.strong {
    font-weight: 700;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left !important;
}


/* ------------------------------------------
  common
--------------------------------------------- */
/*header*/

.header {
    background: #fff;
}

.header-inner {
    max-width: 1000px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.header .logo {
    display: flex;
    align-items: center;
}

.header a {
    -webkit-transition: opacity .4s 0s ease;
    transition: opacity .4s 0s ease;
}

.header a:hover {
    opacity: 0.5;
}


/*footer*/

.footer {
    margin: 0 auto;
    padding: 20px 0;
    background: #fff;
    font-size: 12px;
    text-align: center;
}


/*block*/

.block {
    width: 100%;
    padding: 80px 0 100px;
    position: relative;
}

.block-bg-yellow,
.introduction-block {
    background: url(../images/bg-yellow.png) repeat;
}

.block-bg-lightYellow {
    background: url(../images/bg-lightYellow.png) repeat;
}

.inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.introduction-block:before,
.introduction-block:after,
.block-bg-yellow:before,
.block-bg-yellow:after,
.inner-lightYellow:before,
.inner-lightYellow:after,
.inner-yellow:before,
.inner-yellow:after,
[class^="inner-recipe"]:before,
[class^="inner-recipe"]:after {
    content: "";
    display: block;
    position: absolute;
}

.introduction-block:before,
.block-bg-yellow:before {
    background: url(../images/bg-yellow-giza.png);
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0;
}

.introduction-block:after,
.block-bg-yellow:after {
    background: url(../images/bg-yellow-giza-bottom.png);
    width: 100%;
    height: 20px;
    bottom: -20px;
    z-index: 1;
    left: 0;
}

.inner-lightYellow:before {
    background: url(../images/inner-lightYellow-bg01.png) no-repeat;
    width: 217px;
    height: 253px;
    top: -20px;
    left: 0;
}

.inner-lightYellow:after {
    background: url(../images/inner-lightYellow-bg02.png) no-repeat;
    width: 180px;
    height: 241px;
    bottom: 0;
    right: -30px;
}

.inner-yellow:before {
    background: url(../images/inner-yellow-bg01.png) no-repeat;
    width: 212px;
    height: 179px;
    top: -60px;
    left: 0;
}

.inner-yellow:after {
    background: url(../images/inner-yellow-bg02.png) no-repeat;
    width: 185px;
    height: 264px;
    bottom: -60px;
    right: -30px;
}

.inner-recipe01:before {
    background: url(../images/recipe01-bg01.png) no-repeat;
    width: 230px;
    height: 227px;
    top: -35px;
    right: 0;
}

.inner-recipe01:after {
    background: url(../images/recipe01-bg02.png) no-repeat;
    width: 243px;
    height: 197px;
    bottom: 0;
    left: -35px;
}

.inner-recipe02:before {
    background: url(../images/recipe02-bg01.png) no-repeat;
    width: 244px;
    height: 189px;
    top: -35px;
    right: 0;
}

.inner-recipe02:after {
    background: url(../images/recipe02-bg02.png) no-repeat;
    width: 215px;
    height: 263px;
    bottom: 0;
    left: -35px;
}

.inner-recipe03:before {
    background: url(../images/recipe03-bg01.png) no-repeat;
    width: 347px;
    height: 190px;
    top: -35px;
    right: 0;
}

.inner-recipe03:after {
    background: url(../images/recipe03-bg02.png) no-repeat;
    width: 178px;
    height: 286px;
    bottom: 0;
    left: -60px;
}

.inner-recipe04:before {
    background: url(../images/recipe04-bg01.png) no-repeat;
    width: 256px;
    height: 200px;
    top: -35px;
    right: 0;
}

.inner-recipe04:after {
    background: url(../images/recipe04-bg02.png) no-repeat;
    width: 273px;
    height: 243px;
    bottom: 0;
    left: -75px;
}


/*title*/

.head-lv2 {
    color: #eb2a2a;
    font-size: 28px;
    line-height: 1.5;
    padding-bottom: 40px;
    font-weight: 500;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.head-lv2 span {
    width: 100%;
    display: block;
    padding-bottom: 5px;
}

.head-lv2 strong {
    position: relative;
    padding-bottom: 18px;
    letter-spacing: 4px;
}

.head-lv2 strong:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/common-title-line.svg) repeat-x;
    width: 100%;
    height: 10px;
    bottom: 0;
}


.head-lv3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #5494ba;
    padding-bottom: 12px;
    text-align: center;
}

.cmn-lead {
    text-align: center;
    padding-bottom: 50px;
}

.head-lv4 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #5494ba;
    padding-bottom: 10px;
    text-align: center;
}


/* ------------------------------------------
  mv
--------------------------------------------- */

.mv {
    width: 100%;
    height: 650px;
    position: relative;
    background: url(../images/mv.webp) no-repeat center;
}

.mv img {
    width: 100%;
    height: auto;
}


.mv-lead {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.mv-img {
    position: relative;
}




/* ------------------------------------------
  introduction
--------------------------------------------- */
.introduction-block {
    padding: 50px 0 40px;
    text-align: center;
    position: relative;
}

.introduction-inner-ryori {
    width: 1270px;
    margin: 0 auto;
    position: relative;
}

.introduction-inner-ryori:before,
.introduction-inner-ryori:after {
    content: "";
    display: block;
    position: absolute;
    top: 170px;
}

.introduction-inner-ryori:before {
    background: url(../images/lead-img01.png) no-repeat;
    width: 198px;
    height: 194px;
}

.introduction-inner-ryori:after {
    background: url(../images/lead-img02.png) no-repeat;
    width: 195px;
    height: 192px;
    right: 0;
}

.introduction-inner:before,
.introduction-inner:after {
    content: "";
    display: block;
    position: absolute;
}

.introduction-inner:before {
    background: url(../images/lead-img03.png) no-repeat;
    width: 243px;
    height: 177px;
    right: -24px;
    bottom: 10px;
}

.introduction-inner:after {
    background: url(../images/lead-img04.png) no-repeat;
    width: 190px;
    height: 172px;
    bottom: 20px;
}

.introduction-title span {
    display: inline-block;
    color: #eb2a2a;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 4px;
    padding: 30px 200px 20px 200px;
    font-weight: 700;
    position: relative;
}

.introduction-title span:before,
.introduction-title span:after {
    content: "";
    display: block;
    position: absolute;
    width: 140px;
    height: 133px;
    top: 0;
}

.introduction-title span:before {
    background: url(../images/lead-flag01.png) no-repeat;
    left: 0;
}

.introduction-title span:after {
    background: url(../images/lead-flag02.png) no-repeat;
    right: 0;
}

.introduction-img {
    margin-bottom: 20px;
}

.introduction-lead {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    padding-bottom: 40px;
}

.introduction-link {
    width: 680px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
    margin: 0 auto;
}

.introduction-link-item {
    position: relative;
    margin-bottom: 25px;
    width: 48%;
    line-height: 1;
    font-weight: 700;
}

.introduction-link-btn {
    display: block;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 2;
    background: #eb2a2a;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 6px #a71313;
}

.introduction-link-btn:hover {
    transform: translateY(6px);
    opacity: 1;
    box-shadow: none;
}

.introduction-link-btn small {
    color: #ffeb00;
    padding-bottom: 10px;
    display: block;
}

.introduction-link-btn span {
    display: block;
    font-size: 18px;
    color: #fff;
}

/* ------------------------------------------
  recipe
--------------------------------------------- */
.recipe {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.recipe-summary {
    display: flex;
}

.recipe-image {
    width: 48%;
}

.recipe-image img {
    width: 100%;
}

.recipe-summary-text {
    padding-left: 35px;
    width: 48%;
}

.recipe-summary-text p {
    padding-bottom: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.recipe-material-title {
    display: inline-block;
    background: #eb2a2a;
    color: #fff;
    border-radius: 4px;
    padding: 0px 10px;
    margin-bottom: 5px;
    font-weight: 700;
}

.recipe-material dl {
    display: flex;
    flex-wrap: wrap;
}

.recipe-material dt,
.recipe-material dd {
    border-bottom: 1px dashed;
    padding: 8px 0;
}

.recipe-material dt:last-of-type,
.recipe-material dd:last-of-type {
    border-bottom: none;
}

.recipe-material dt {
    width: 65%;
    padding-right: 15px;
}

.recipe-material dt a {
    color: #eb2a2a;
    text-decoration: underline;
}

.recipe-material dt a:hover {
    text-decoration: none;
}

.recipe-material dd {
    width: 35%;
}

.recipe-material dl + .recipe-material-title {
    margin-top: 20px;
}

/*recipe-item*/
.recipe-item-title {
    text-align: center;
    position: relative;
    margin-bottom: 35px;
}

.recipe-item-title:before,
.recipe-item-title:after,
.recipe-item-title span:before,
.recipe-item-title span:after {
    content: "";
    display: block;
    width: 300px;
    height: 2px;
    background: #eb2a2a;
    position: absolute;
}

.recipe-item-title:before,
.recipe-item-title:after {
    left: 0;
}

.recipe-item-title span:before,
.recipe-item-title span:after {
    right: 0;
}

.recipe-item-title:before,
.recipe-item-title span:before {
    top: 7px;
}

.recipe-item-title:after,
.recipe-item-title span:after {
    bottom: 7px;
}

.recipe-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.recipe-item-text {
    display: flex;
    width: 509px;
}

.recipe-item-content {
    padding: 0 30px;
    width: calc(100% - 70px);
}

.recipe-item-content h4 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
}

.recipe-item-link {
    position: relative;
    height: 54px;
    margin-bottom: 10px;
}

.recipe-item-link:after {
    content: "";
    display: block;
    background: url(../images/recipe-item-btn-shadow.svg) no-repeat;
    width: 251px;
    height: 54px;
    position: absolute;
    z-index: 0;
    bottom: -8px;
}

.recipe-item-link-btn {
    display: block;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 2;
}

.recipe-item-link-btn:hover {
    transform: translateY(8px);
}


/* ------------------------------------------
  sns-block
--------------------------------------------- */
.sns-block {
    background: #eb2a2a;
    color: #fff;
}

.sns-block-title {
    color: #fff;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 4px;
    padding-bottom: 45px;
    font-weight: 700;
    position: relative;
    text-align: center;
}

.sns-block-inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.sns-block-inner:before,
.sns-block-inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 140px;
    height: 133px;
    top: -40px;
}

.sns-block-inner:before {
    background: url(../images/sns-flag01.png) no-repeat;
    left: 0;
}

.sns-block-inner:after {
    background: url(../images/sns-flag02.png) no-repeat;
    right: 0;
}

.sns-list {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.sns-btn {
    position: relative;
    padding: 0 15px;
}

.sns-btn {
    display: inline-block;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 2;
    background: #ffeb00;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 6px #db9f00;
    color: #eb2a2a !important;
    font-weight: 700;
    font-size: 18px;
}

.sns-btn:hover {
    transform: translateY(6px);
    opacity: 1;
    box-shadow: none;
}

/* ========================================================
   for SP
===========================================================*/

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

    /*common*/
    html {
        overflow-x: hidden;
    }

    body {
        font-size: 14px;
        min-width: 0;
        overflow-x: hidden;
    }

    a:hover,
    a:not(.btn):hover {
        opacity: 1;
    }

    .btn-wrap {
        padding-top: 30px;
    }

    .btn {
        width: 260px;
        height: 50px;
        font-size: 14px;
    }

    .btn:after {
        top: 48%;
        right: 20px;
        width: 8px;
        height: 8px;
    }

    .pc-hide {
        display: block !important;
    }

    .sp-hide {
        display: none !important;
    }

    .block {
        padding: 13vw 6vw 10vw;
    }

    .block-bg-yellow {
        padding: 6vw 6vw 10vw;
    }

    .inner {
        width: 100%;
    }

    .inner-yellow:before {
        background: url(../images/inner-yellow-bg01.png) no-repeat;
        width: 90px;
        height: 80px;
        top: -39px;
        left: -25px;
        background-size: 90px;
    }

    .inner-yellow:after {
        background: url(../images/inner-yellow-bg02.png) no-repeat;
        width: 80px;
        height: 115px;
        bottom: -45px;
        right: -30px;
        background-size: 80px;
    }

    .inner-lightYellow:before {
        background: url(../images/inner-lightYellow-bg01.png) no-repeat;
        width: 90px;
        height: 113px;
        top: -25px;
        left: -45px;
        background-size: 90px;
        transform: rotate(345deg);
    }

    .inner-lightYellow:after {
        background: url(../images/inner-lightYellow-bg02.png) no-repeat;
        width: 90px;
        height: 120px;
        bottom: -48px;
        right: -25px;
        background-size: 90px;
    }

    .inner-recipe01:before {
        background: url(../images/recipe01-bg01.png) no-repeat;
        width: 80px;
        height: 83px;
        top: -15px;
        right: -35px;
        background-size: 80px;
        transform: rotate(15deg);
    }

    .inner-recipe01:after {
        background: url(../images/recipe01-bg02.png) no-repeat;
        width: 120px;
        height: 100px;
        bottom: -50px;
        left: -45px;
        background-size: 120px;
    }

    .inner-recipe02:before {
        background: url(../images/recipe02-bg01.png) no-repeat;
        width: 100px;
        height: 85px;
        top: -45px;
        right: -35px;
        background-size: 100px;
    }

    .inner-recipe02:after {
        background: url(../images/recipe02-bg02.png) no-repeat;
        width: 90px;
        height: 110px;
        bottom: -48px;
        left: -30px;
        background-size: 90px;
    }

    .inner-recipe03:before {
        background: url(../images/recipe03-bg01.png) no-repeat;
        width: 120px;
        height: 64px;
        top: 0;
        right: -50px;
        background-size: 120px;
    }

    .inner-recipe03:after {
        background: url(../images/recipe03-bg02.png) no-repeat;
        width: 70px;
        height: 120px;
        bottom: -45px;
        left: -40px;
        background-size: 70px;
    }

    .inner-recipe04:before {
        background: url(../images/recipe04-bg01.png) no-repeat;
        width: 100px;
        height: 80px;
        top: -35px;
        right: -35px;
        background-size: 100px;
    }

    .inner-recipe04:after {
        background: url(../images/recipe04-bg02.png) no-repeat;
        width: 100px;
        height: 95px;
        bottom: -45px;
        left: -30px;
        background-size: 100px;
    }

    /*head*/
    .head-lv2 {
        padding-bottom: 8vw;
        font-size: 16px;
    }

    .head-lv2 span {}

    .head-lv2 span img {
        width: 80px;
        height: auto;
    }

    .head-lv2 strong {
        padding-bottom: 5px;
    }

    .head-lv2 strong:after {
        bottom: -10px;
        background-size: 40px;
    }

    .head-lv3 {
        font-size: 14px;
        line-height: 1.5;
        padding-bottom: 5px;
    }

    .head-lv4 {
        font-size: 12px;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .cmn-lead {
        padding-bottom: 30px;
    }

    /*header*/
    .header .logo {
        padding-top: 3px;
    }

    .header a:hover {
        opacity: 1;
    }

    .header .header-inner {
        padding: 0 20px;
    }

    .footer {
        width: 100%;
        padding: 20px;
        font-size: 10px;
    }

    /* ------------------------------------------
      mv
    --------------------------------------------- */
    .mv-sp img {
        width: 100%;
        height: auto;
    }

    .mv-sp-lead {
        background: #ff3939;
        color: #fff;
        padding: 5vw 6vw 13vw;
        text-align: center;
    }

    .mv-sp-lead h1 {
        margin-bottom: 3vw;
    }

    .mv-sp-lead h2 {
        position: relative;
        display: inline-block;
        font-size: clamp(4.8vw, 4.8vw, 24px);
        font-weight: 700;
        margin-bottom: clamp(4.8vw, 4.8vw, 20px);
    }

    .mv-sp-lead h2:after {
        content: "";
        display: block;
        position: absolute;
        background: url(../images/common-title-line-w.svg) repeat-x;
        width: 100%;
        height: 6px;
        bottom: -8px;
        background-size: 30px;
    }

    .mv-inner {
        width: 100%;
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .mv-lead {}

    .mv-lead img {
        width: 300px;
        height: 200px;
    }

    .mv-img::before {
        width: 300px;
        height: 200px;
        background-size: 300px 200px;
    }

    .mv-logo {
        right: 20px;
        bottom: 20px;
    }

    .mv-logo img {
        width: 60px;
        height: auto;
    }

    /* ------------------------------------------
      introduction
    --------------------------------------------- */
    .introduction-block {
        padding: 10px 20px 30px;
        text-align: center;
    }

    .introduction-inner-ryori {
        width: 100%;
    }

    .introduction-inner:before,
    .introduction-inner:after {
        content: none;
    }

    .introduction-inner-ryori:before,
    .introduction-inner-ryori:after {
        content: none;
    }

    .introduction-title span {
        font-size: 18px;
        padding: 20px 50px 10px;
    }

    .introduction-title span:before,
    .introduction-title span:after {
        content: "";
        display: block;
        position: absolute;
        width: 70px;
        height: 67px;
        background-size: 70px !important;
    }

    .introduction-title span:before {
        left: -20px;
    }

    .introduction-title span:after {
        right: -20px;
    }

    .introduction-lead {
        padding-bottom: 20px;
        font-size: 14px;
    }

    .introduction-img {
        margin-bottom: 10px;
    }

    .introduction-link {
        width: 100%;
        padding-bottom: 0;
    }

    .introduction-link-item {
        margin-bottom: 10px;
    }

    .introduction-link-btn {
        display: block;
        padding: 10px 20px;
        transition: all 0.3s ease 0s;
    }

    .introduction-link-btn small {
        padding-bottom: 5px;
    }

    .introduction-link-btn img {
        width: 280px;
    }

    .introduction-link-btn:hover {
        transform: translateY(0);
    }

    .introduction-sozai {
        width: 100%;
        margin: 0 auto;
        box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
        border-radius: 12px;
        position: relative;
        display: block;
        padding: 20px;
        text-align: left;
    }

    .introduction-sozai-badge {
        position: absolute;
        right: 0;
        top: -30px;
        width: 85px;
        height: auto;
    }

    .introduction-sozai-image {
        padding: 15px 0 20px;
        text-align: center;
    }

    .introduction-sozai-text {
        padding-left: 0;
    }

    .introduction-sozai-title {
        color: #eb2a2a;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 1.5;
        padding-bottom: 10px;
    }

    .introduction-sozai-title:hover {
        cursor: pointer;
    }

    /* ------------------------------------------
      recipe
    --------------------------------------------- */
    .recipe {
        width: 100%;
        margin: 0 auto;
    }

    .recipe-summary {
        display: block;
        align-items: center;
        padding-bottom: 5vw;
    }

    .recipe-image {
        padding-bottom: 5vw;
        width: 100%;
    }

    .recipe-image img {
        width: 100%;
        height: auto;
    }

    .recipe-material {}

    .recipe-material dl {
        text-align: left;
    }

    .recipe-summary-text {
        padding-left: 0;
        width: 100%;
    }

    .recipe-summary-text p {
        padding-bottom: 20px;
    }

    .recipe-contents {
        padding-bottom: 40px;
    }

    .recipe-contents-title {
        height: 40px;
    }

    .recipe-contents-title img {
        width: 90px;
    }

    .recipe-contents-title + .recipe-text {
        padding: 20px;
        border-radius: 0 0 30px 30px;
    }

    .recipe-text-image img {
        width: 60px;
        height: auto;
    }

    .recipe-item-title {
        margin-bottom: 20px;
    }

    .recipe-item-title:before,
    .recipe-item-title:after,
    .recipe-item-title span:before,
    .recipe-item-title span:after {
        width: calc(50% - 80px);
    }

    .recipe-item-inner {
        display: block;
        padding: 0;
    }

    .recipe-item-image img {
        width: 60px;
        height: auto;
    }

    .recipe-item-content h4 {
        font-size: 14px;
        letter-spacing: 0px;
    }

    .recipe-item-title img {
        width: 130px;
        height: auto;
    }

    .recipe-item-content {
        padding: 0 0px 0 15px;
    }

    .recipe-item-text {
        display: flex;
        padding-bottom: 20px;
        width: 100%;
    }

    .recipe-item-link {
        width: 220px;
        margin: 0 auto;
    }

    .recipe-item-link-btn:hover {
        transform: translateY(0);
    }

    .recipe-item-link-btn img {
        width: 220px;
    }

    .recipe-item-link:after {
        width: 220px;
        height: 55px;
        bottom: -8px;
        background-size: 220px;
    }

    /* ------------------------------------------
      sns
    --------------------------------------------- */
    .sns-block {
        padding: 70px 20px 30px;
    }

    .sns-block-inner {
        width: 100%;
    }

    .sns-block-inner:before,
    .sns-block-inner:after {
        content: "";
        display: block;
        position: absolute;
        width: 70px;
        height: 67px;
        background-size: 70px !important;
    }

    .sns-block-title {
        font-size: 18px;
        letter-spacing: 2px;
        padding-bottom: 25px;
    }

    .sns-list {
        width: 100%;
        margin-bottom: 5vw;
    }

    .sns-list img {
        width: 100%;
        height: auto;
    }


    .sns-list-item {
        padding: 0;
        margin-bottom: 20px;
    }

    .sns-list-item-btn img {
        width: 240px;
    }

    .sns-list-item-btn:hover {
        transform: translateY(0);
    }

    .sns-list-item:after {
        width: 240px;
        height: 67px;
        bottom: -6px;
        background-size: 240px;
    }

    .sns-btn {
        box-shadow: 0px 4px #db9f00;
        padding: 3vw 5vw;
        border-radius: 5px;
        font-size: 14px;
    }
}
