@charset "utf-8";

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,
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,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    overflow-y: scroll;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

a:focus {
    outline: none;
}

/* common */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    text-align: center;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.5;
    background: #fbfbfb;
}

a {
    color: #000000;
}

a:link {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a:hover img {
    opacity: 0.6;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}


#footer {
    background-color: #ece7db;
    background-image: none;
    padding: 40px 0 0 0;
    margin: 40px 0 0 0;
}

.footer_in_box {
    margin: 0 auto;
    width: 100%;
}

.footer_top_box {
    border-bottom: 1px solid #808080;
    margin: 0 0 28px;
}

.footer_top_box>ul {
    padding: 0 0 32px;
    width: 582px;
    margin: 0 auto;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

.footer_top_box>ul li {
    float: left;
    padding: 0 18px 0 18px;
    border-right: 1px solid #8f8f8f;
    font-size: 14px;
}

.footer_bt_box {
    text-align: center;
    padding: 0 0 30px;
}

.footer_bt_01 img {
    width: 160px;
    margin: 0 0 12px;
}

.footer_bt_02 {
    font-size: 12px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}


@media screen and (min-width: 751px) {

    /* 全体 */
    .pcOnly {
        display: block;
    }

    .spOnly {
        display: none;
    }

    body {
        font-size: 28px;
        background-color: #ece7db;
    }

    .img img {
        margin: 0 auto;
    }

    .txt {
        text-align: left;
    }

    .section .block,
    .section .block.block_04_2 {
        margin: 0 auto;
        width: 750px;
    }

    .block_head {
        margin-bottom: 40px;
        text-align: center;
    }

    /* テキストリンク */
    div[class*="swiper-button-next_"] {
        position: absolute;
        top: 110px;
        right: 0px;
        background: url(/img/common/next_ico.png) no-repeat;
        background-size: 40px;
        width: 40px;
        height: 40px;
        z-index: 100;
        cursor: pointer;
    }

    div[class*="swiper-button-prev_"] {
        position: absolute;
        top: 110px;
        left: 0px;
        background: url(/img/common/prev_ico.png) no-repeat;
        background-size: 40px;
        width: 40px;
        height: 40px;
        z-index: 100;
        cursor: pointer;
    }

    div[class*="swiper-button-next_"].swiper-button-disabled {
        background: url(/img/common/next_off_ico.png) no-repeat;
        background-size: 40px;
        cursor: default;
    }

    div[class*="swiper-button-prev_"].swiper-button-disabled {
        background: url(/img/common/prev_off_ico.png) no-repeat;
        background-size: 40px;
        cursor: default;
    }

    .comment_box {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        background-color: #f9f7f2;
        border-radius: 24px;
        text-align: left;
    }

    .comment_box+.comment_box {
        margin-top: 24px;
    }

    .comment_box .comment_box_inner {
        padding: 30px 30px 30px 24px;
    }

    .comment_box .comment_box_inner .comment_ttl {
        font-weight: bold;
    }

    .comment_box .comment_box_inner p+p {
        margin-top: 20px;
    }

    .comment_box .comment_box_inner p:first-of-type {
        position: relative;
        padding-left: 50px;
    }

    .comment_box .comment_box_inner p:first-of-type::before {
        position: absolute;
        content: '';
        width: 36px;
        height: 36px;
        left: 0;
        display: inline-block;
        background-image: url(/img/lpec2/kayanoya/yasaidashi/ky/ico_voice.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .comment_box .comment_box_inner .comment_author {
        text-align: right;
    }

    .comment_note {
        width: 96%;
        margin: 10px auto 0;
        text-align: left;
        font-size: 75%;
    }
    .comment_note_fv {
        width: 690px;
        position: relative;
        z-index: 10;
        margin: 10px auto 0 auto;
        padding-right: 10px;
        text-align: left;
        font-size: 75%;
    }

    .nekoposBox {
        width: 690px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }

    .nekopos_selectBox {
        float: left;
    }

    .nekopos_selectBox p {
        text-align: left;
        font-size: 14px;
    }

    .nekoposBox select {
        width: 74px;
        height: 40px;
        margin: 5px 7px 0px 0px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        position: relative;
        background-color: #ffffff;
        background-image: url(/img/common/select_btn.png);
        background-repeat: no-repeat;
        background-position: 58px center;
        padding: 0 0 0 5px;
        border: 1px solid #c4c4c4;
        font-size: 16px;
    }

    .nekoposBox input[type="button"] {
        border: none;
        outline: none;
        width: 600px;
        height: 112px;
        line-height: 88px;
        font-size: 28px;
        text-align: center;
        padding: 0 0 0 40px;
        background-color: #000;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    }

    .nekoposBox .neko_cart {
        margin: 0 0 20px 80px;
        position: relative;
    }

    .nekoposBox .neko_cart:after {
        content: "";
        background-image: url(/img/lpec2/kayanoya/yasaidashi/ky/kse_ico05.png);
        background-repeat: no-repeat;
        width: 47px;
        height: 36px;
        position: absolute;
        top: 45%;
        left: 80px;
        margin: -11.5px 0px 0px 0px;
    }

    .nekoposBox .neko_cart:before {
        content: "";
        width: 15px;
        height: 25px;
        background-image: url(/img/lpec2/kayanoya/yasaidashi/ky/kse_ico07.png);
        background-repeat: no-repeat;
        position: absolute;
        top: 40%;
        right: 50px;
        margin: -2.5px 0px 0px 0px;
    }


    /* セクションごと */
    .fv_sec {
        padding-bottom: 80px;
        background-color: #fff;
    }

    .fv_sec .block {
        width: 100%;
        padding-top: 0;
    }

    .fv_sec .fv_img_box {
        margin-bottom: -32rem;
        position: relative;
        z-index: 2;
    }

    .fv_sec .comment_box {
        width: 690px;
        position: relative;
        z-index: 5;
        background-color: #fff;
    }

    .fv_sec .cv_box {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 7;
        margin-top: 60px;
    }

    .set_product_sec {
        padding-top: 40px;
        padding-bottom: 80px;
        background-color: #eee9da;
        background-image: none;
    }

    .set_product_sec .block {}

    .set_product_sec .block_01,
    .set_product_sec .block_02,
    .set_product_sec .block_03 {
        width: 100%;
    }

    .set_product_sec .block_01 .block_body,
    .set_product_sec .block_02 .block_body,
    .set_product_sec .block_03 .block_body {
        width: 750px;
        margin: 0 auto;
    }

    .set_product_sec .block_head {
        margin-bottom: 0;
    }

    .set_product_sec .cv_box {
        width: 750px;
        margin-top: 50px;
        padding-bottom: 70px;
        border-bottom: 2px solid #000;
    }

    .set_product_sec .block_04 .block_head,
    .block_04_2 .block_head {
        margin-top: 70px;
    }

    .set_product_sec .block_04 .block_head .block_ttl,
    .block_04_2 .block_head .block_ttl {
        font-size: 40px;
        text-align: center;
    }

    .set_product_sec .block_04 .block_head .img,
    .block_04_2 .block_head .img {
        margin-top: 40px;
    }

    .set_product_sec .block_04 .block_body,
    .block_04_2 .block_body {
        margin-top: 32px;
        padding: 0 30px;
    }

    .set_product_sec .block_04 .block_body .list_box,
    .block_04_2 .block_body .list_box {
        text-align: left;
        margin-top: 40px;
    }

    .set_product_sec .block_04 .block_body .box_02,
    .block_04_2 .block_body .box_02 {
        margin-top: 50px;
    }

    .set_product_sec .block_04 .block_body .list_box .list_item,
    .block_04_2 .block_body .list_box .list_item {
        margin-top: 20px;
    }

    .intro_product_sec .b09_2 {
        width: 690px;
        border: 1px solid #000;
        background-color: #fff;
        text-align: left;
        margin-bottom: 30px;
        margin-top: 90px;
    }

    .intro_product_sec .b09_2 p {
        padding: 30px;
        text-align: left;
    }

    .intro_product_sec .b09_2 .cv_btn {
        margin: 0 30px 30px;
        width: auto;
    }

    .intro_product_sec .b09_2 .cv_btn a {
        background-color: #555555;
        display: block;
        color: #fff;
        text-align: center;
        padding: 30px 0;
        position: relative;
    }

    .intro_product_sec .b09_2 .cv_btn img:nth-of-type(2) {
        position: absolute;
        top: 44px;
        right: 30px;
    }

    .intro_product_sec .b09_2 .cv_btn img:nth-of-type(1) {
        display: none;
    }

    .cv_sec {
        background-color: #fff;
        margin-top: 0 !important;
        padding-bottom: 80px;
    }

    .cv_sec .block_01 {
        width: 100%;
    }

    .cv_sec .product_intro_box {
        width: 690px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        border: 1px solid #000;
    }

    .cv_sec .product_intro_box .box_inner {
        padding: 40px 50px;
    }

    .cv_sec .product_intro_box .box_ttl {
        font-size: 32px;
        text-align: center;
    }

    .cv_sec .big_img_box {
        margin-bottom: -230px;
    }

    .cv_sec .cv_box {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
    }

    .cv_sec .cv_box div[class*="swiper-button-next_"],
    .cv_sec .cv_box div[class*="swiper-button-prev_"] {
        top: 440px;
    }

    .intro_product_sec {
        padding-top: 80px;
        background-color: #ece7db;
        background-image: none;
    }

    .intro_product_sec .block_01 .block_head .txt {
        font-size: 40px;
        text-align: center;
    }

    .intro_product_sec .block_01 .block_body {
        width: 690px;
        margin: 0 auto;
    }

    .intro_product_sec .block_01 .box+.box {
        margin-top: 40px;
    }

    .intro_product_sec .block_01 .box_ttl {
        font-size: 32px;
    }

    .intro_product_sec .block_02 {
        margin-top: 70px;
    }

    .intro_product_sec .block_02 .box_02 {
        margin-top: 0;
    }

    .intro_product_sec .block_02 .box_02 .nekoposBox {
        margin-top: 0;
    }

    /* add KBH_OPE-4706 */
    .acc_box{
        width: 690px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        position: relative;
        z-index: 10;
    }

    .recipe_ac {
        background: #fff;
    }

    .recipe_ac>dt {
        background: #000;
        color: #fff;
        position: relative;
        padding: 20px 0;
    }

    .recipe_ac>dt:hover {
        cursor: pointer;
    }

    .recipe_ac>dt:after {
        content: "";
        width: 30px;
        height: 2px;
        border-top: 4px solid #fff;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }

    .recipe_ac>dt:before {
        content: "";
        width: 4px;
        height: 30px;
        border-right: 4px solid #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 33px;
    }

    .recipe_ac.flowm_off>dt:before {
        display: block;
    }

    .recipe_ac.flowm_on>dt:before {
        display: none;
    }

    .recipe_ac>dd {
        text-align: left;
        font-size: 22px;
        line-height: 1.7;
    }

    .recipe_ac_inner {
        padding: 30px 30px;
    }

    .recipe_ac_inner dt {
        font-weight: 600;
    }

    .recipe_ac_inner dd:not(:last-child) {
        margin-bottom: 30px;
    }

    .recipe_ac_inner ol {
        list-style: decimal;
        padding-left: 1.5em;
    }

    .recipe_ac_line {
        border: 1px solid #000;
        padding: 20px;
    }

    .recipe_ac .close_acc{
        position: relative;
        padding-top: 16px;
        padding-bottom: 16px;
        border-top: 2px solid;
        text-align: center;
        cursor: pointer;
    }

    .recipe_ac .close_acc::after{
        content: "";
        width: 10px;
        height: 2px;
        border-top: 2px solid #000;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0 auto 10px;
    }
}

@media screen and (max-width: 750px) {
    .pcOnly {
        display: none;
    }

    .spOnly {
        display: block;
    }

    body {
        font-size: 4vw;
    }

    .txt {
        text-align: left;
    }

    .section .block .box {
        margin-left: auto;
        margin-right: auto;
        width: 94%;
    }

    .block_head {
        margin-bottom: 40px;
        text-align: center;
    }

    .block_head .img {
        /* width: 70%; */
        margin-left: auto;
        margin-right: auto;
    }

    .section .block,
    .section .block.block_04_2 {
        margin: 0 auto;
        /* width: 750px; */
    }

    .block_head {
        margin-bottom: 40px;
        text-align: center;
    }

    /* テキストリンク */
    div[class*="swiper-button-next_"] {
        position: absolute;
        top: 110px;
        right: 0px;
        background: url(/img/common/next_ico.png) no-repeat;
        background-size: 40px;
        width: 40px;
        height: 40px;
        z-index: 100;
        cursor: pointer;
    }

    div[class*="swiper-button-prev_"] {
        position: absolute;
        top: 110px;
        left: 0px;
        background: url(/img/common/prev_ico.png) no-repeat;
        background-size: 40px;
        width: 40px;
        height: 40px;
        z-index: 100;
        cursor: pointer;
    }

    div[class*="swiper-button-next_"].swiper-button-disabled {
        background: url(/img/common/next_off_ico.png) no-repeat;
        background-size: 40px;
        cursor: default;
    }

    div[class*="swiper-button-prev_"].swiper-button-disabled {
        background: url(/img/common/prev_off_ico.png) no-repeat;
        background-size: 40px;
        cursor: default;
    }

    .comment_box {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        background-color: #f9f7f2;
        border-radius: 15px;
        text-align: left;
    }

    .comment_box+.comment_box {
        margin-top: 4vw;
    }

    .comment_box .comment_box_inner {
        padding: 4vw 4vw 4vw 3vw;
    }

    .comment_box .comment_box_inner .comment_ttl {
        font-weight: bold;
    }

    .comment_box .comment_box_inner p+p {
        margin-top: 1vw;
    }

    .comment_box .comment_box_inner p:first-of-type {
        position: relative;
        padding-left: 10vw;
    }

    .comment_box .comment_box_inner p:first-of-type::before {
        position: absolute;
        content: '';
        width: 8vw;
        height: 8vw;
        left: 0;
        display: inline-block;
        background-image: url(/img/lpec2/kayanoya/yasaidashi/ky/ico_voice.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .comment_box .comment_box_inner .comment_author {
        text-align: right;
    }

    .comment_note {
        width: 94%;
        margin: 10px auto 0;
        text-align: left;
        font-size: 75%;
    }
    .comment_note_fv {
        width: 94%;
        position: relative;
        z-index: 10;
        margin: 10px auto 0;
        padding-right: 10px;
        text-align: left;
        font-size: 75%;
    }

    .nekoposBox {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 6vw;
    }

    .nekopos_selectBox {
        float: left;
    }

    .nekopos_selectBox p {
        text-align: left;
        font-size: 12px;
        margin-left: 20px;
    }

    .nekoposBox select {
        width: 74px;
        height: 30px;
        margin: 5px 7px 0px 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        position: relative;
        background-image: url(/img/common/select_btn.png);
        background-repeat: no-repeat;
        background-position: 58px center;
        padding: 0 0 0 5px;
        border: 1px solid #c4c4c4;
        font-size: 16px;
    }

    .nekoposBox input[type="button"] {
        width: 80%;
        height: 100%;
        line-height: 50px;
        font-size: 14px;
        text-align: center;
        padding: 0px;
        background-color: #000;
        box-sizing: border-box;
        border: none;
        color: #fff;
        -webkit-appearance: none;
        border-radius: 0;
        cursor: pointer;
        font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    }

    .nekoposBox .neko_cart {
        margin: 0 0 20px 80px;
        position: relative;
    }

    .nekoposBox .neko_cart:after {
        content: "";
        background-image: url(/sp/img/common/cartc_ico.png);
        position: absolute;
        background-repeat: no-repeat;
        background-size: 24px;
        top: 50%;
        left: 17%;
        width: 24px;
        height: 18px;
        margin: -10px 0px 0px 0px;
    }

    .nekoposBox .neko_cart:before {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 45%;
        right: 35px;
        /*30*/
        margin: -4px 0px 0px 0px;
        background-image: none;
    }


    /* セクションごと */
    .fv_sec {
        padding-bottom: 8vw;
        background-color: #fff;
    }

    .fv_sec .block {
        width: 100%;
        padding-top: 0;
    }

    .fv_sec .block_01 .fv_img_box {
        width: 100%;
        position: relative;
        z-index: 2;
        margin-bottom: -32vw;
    }

    .fv_sec .comment_box {
        width: 92%;
        position: relative;
        z-index: 5;
        background-color: #fff;
    }

    .fv_sec .cv_box {
        width: 90%;
        position: relative;
        z-index: 7;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10vw;
    }

    .set_product_sec {
        padding-top: 4vw;
        padding-bottom: 12vw;
        background-color: #eee9da;
        background-image: none;
    }

    .set_product_sec .block_01,
    .set_product_sec .block_02,
    .set_product_sec .block_03 {
        width: 100%;
    }

    .set_product_sec .block_01 .block_body,
    .set_product_sec .block_02 .block_body,
    .set_product_sec .block_03 .block_body {
        width: 100%;
        margin: 0 auto;
    }

    .set_product_sec .block_head {
        margin-bottom: 0;
    }

    .set_product_sec .cv_box {
        width: 90%;
        margin-top: 6vw;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10vw;
        border-bottom: 2px solid #000;
    }

    .set_product_sec .block_04 .block_head,
    .block_04_2 .block_head {
        margin-top: 10vw;
    }

    .set_product_sec .block_04 .block_head .block_ttl,
    .block_04_2 .block_head .block_ttl {
        font-size: 6vw;
        text-align: center;
    }

    .set_product_sec .block_04 .block_head .img,
    .block_04_2 .block_head .img {
        width: 94%;
        margin-top: 6vw;
    }

    .set_product_sec .block_04 .block_body,
    .block_04_2 .block_body {
        margin-top: 6vw;
    }

    .set_product_sec .block_04 .block_body .list_box,
    .block_04_2 .block_body .list_box {
        text-align: left;
    }

    .set_product_sec .block_04 .block_body .box_02,
    .block_04_2 .block_body .box_02 {
        margin-top: 8vw;
    }

    .set_product_sec .block_04 .block_body .list_box .list_item,
    .block_04_2 .block_body .list_box .list_item {
        margin-top: 2vw;
    }

    .intro_product_sec .b09_2 {
        width: 94%;
        border: 1px solid #000;
        background-color: #fff;
        text-align: left;
        margin-top: 10vw;
    }

    .intro_product_sec .b09_2 p {
        padding: 30px;
        text-align: left;
    }

    .intro_product_sec .b09_2 .cv_btn {
        margin: 0 30px 30px;
        width: auto;
    }

    .intro_product_sec .b09_2 .cv_btn a {
        background-color: #555555;
        display: block;
        color: #fff;
        text-align: center;
        padding: 30px 0;
        position: relative;
    }

    .intro_product_sec .b09_2 .cv_btn img:nth-of-type(2) {
        position: absolute;
        top: 44px;
        right: 30px;
    }

    .intro_product_sec .b09_2 .cv_btn img:nth-of-type(1) {
        display: none;
    }

    .cv_sec {
        background-color: #fff;
        margin-top: 0 !important;
        padding-bottom: 10vw;
    }

    .cv_sec .block_01 {
        width: 100%;
    }

    .cv_sec .product_intro_box {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10vw;
        border: 1px solid #000;
    }

    .cv_sec .product_intro_box .box_inner {
        padding: 4vw;
    }

    .cv_sec .product_intro_box .box_ttl {
        font-size: 5vw;
        text-align: center;
    }

    .cv_sec .block .big_img_box {
        width: 100%;
        margin-bottom: -14vw;
    }

    .cv_sec .cv_box {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }

    .cv_sec .cv_box div[class*="swiper-button-next_"],
    .cv_sec .cv_box div[class*="swiper-button-prev_"] {
        top: 50vw;
    }

    .intro_product_sec {
        padding-top: 10vw;
        padding-bottom: 6vw;
        background-color: #ece7db;
        background-image: none;
    }

    .intro_product_sec .block_01 .block_head {
        margin-bottom: 6vw;
    }

    .intro_product_sec .block_01 .block_head .txt {
        font-size: 6vw;
        text-align: center;
    }

    .intro_product_sec .block_01 .block_body {
        width: 100%;
        margin: 0 auto;
    }

    .intro_product_sec .block_01 .box+.box {
        margin-top: 6vw;
    }

    .intro_product_sec .block_01 .box_ttl {
        font-size: 5vw;
    }

    .intro_product_sec .block_02 {
        margin-top: 10vw;
    }

    .intro_product_sec .block_02 .box_02 {
        margin-top: 0;
    }

    .intro_product_sec .block_02 .box_02 .nekoposBox {
        margin-top: 0;
    }

    #footer {
        background-color: #ece7db;
        background-image: none;
        margin: 0;
        padding: 20px 0 0;
        font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    }

    .footer_in_box {
        padding: 0 15px 13px;
        width: auto;
    }

    .footer_top_box {
        border-left: 1px solid #dadada;
        border-top: 1px solid #dadada;
        border-bottom: none;
        margin: 0 0 13px;
    }

    .footer_top_box>ul {
        padding: 0 0 0;
        width: auto;
        margin: 0 auto;
    }

    .footer_top_box>ul>li {
        float: left;
        width: 50%;
        padding: 0px;
        border-right: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
    }

    .footer_top_box>ul>li a {
        font-size: 12px;
        height: 60px;
        position: relative;
        padding: 21px 0 21px 15px;
        display: block;
        box-sizing: border-box;
        text-align: left;
    }

    .footer_top_box>ul>li a img {
        position: absolute;
        right: 12px;
        top: 22px;
        width: 8px;
    }

    .footer_top_box>ul>li:nth-of-type(2) a {
        padding: 12px 0 12px 15px;
    }

    .footer_bt_01 img {
        margin: 0 0 7px;
        width: 137px;
    }

    .footer_bt_02 {
        font-size: 10px;
        margin: 0 0 18px;
    }

    .footer_bt_box {
        margin: 0px;
        padding: 0px;
    }

    /* add KBH_OPE-4706 */
    .acc_box{
        width: 86%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        position: relative;
        z-index: 10;
    }

    .recipe_ac {
        background: #fff;
    }

    .recipe_ac>dt {
        background: #000;
        color: #fff;
        position: relative;
        padding: 2vw 0;
    }

    .recipe_ac>dt:hover {
        cursor: pointer;
    }

    .recipe_ac>dt:after {
        content: "";
        width: 30px;
        height: 2px;
        border-top: 4px solid #fff;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }

    .recipe_ac>dt:before {
        content: "";
        width: 4px;
        height: 30px;
        border-right: 4px solid #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 33px;
    }

    .recipe_ac.flowm_off>dt:before {
        display: block;
    }

    .recipe_ac.flowm_on>dt:before {
        display: none;
    }

    .recipe_ac>dd {
        text-align: left;
        font-size: 22px;
        line-height: 1.7;
    }

    .recipe_ac_inner {
        padding: 4vw;
    }

    .recipe_ac_inner dt {
        font-weight: 600;
    }

    .recipe_ac_inner dd:not(:last-child) {
        margin-bottom: 30px;
    }

    .recipe_ac_inner ol {
        list-style: decimal;
        padding-left: 1.5em;
    }

    .recipe_ac_line {
        border: 1px solid #000;
        padding: 20px;
    }

    .recipe_ac>dd {
        font-size: 1rem;
    }

    .recipe_ac_ttl {
        font-size: 1.2rem;
    }

    .recipe_ac_ttl:before {
        width: 28px;
        background-size: contain;
    }

    .recipe_ac>dt:after {
        width: 16px;
        border-top: 3px solid #fff;
    }

    .recipe_ac>dt:before {
        height: 16px;
        border-right: 3px solid #fff;
        right: 27px;
    }

    .recipe_ac_line {
        padding: 10px;
    }

    .recipe_ac .close_acc{
        position: relative;
        padding-top: 3vw;
        padding-bottom: 3vw;
        border-top: 2px solid;
        text-align: center;
        cursor: pointer;
    }

    .recipe_ac .close_acc::after{
        content: "";
        width: 10px;
        height: 2px;
        border-top: 2px solid #000;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0 auto 10px;
    }

}