@charset "UTF-8";

/* ------------------------------
キムチ鍋の素 product page style
------------------------------ */
body {
    -webkit-text-size-adjust: 100% !important;
    height: 100%;
}

/* global nav active
-------------------- */
@media only screen and (max-width: 640px) {
    .header02 .swipe-nav > ul li:nth-child(2) > a {
        border-color: #d2161a;
    }
}

/* top
------------------------------------------------------------ */
.top-box {
    background: url(../img/bg_top.jpg) repeat center top;
    padding: 0 0;
}

@media only screen and (max-width: 640px) {
    .top-box {
        padding: 20px 0;
    }
}

.top-menu-list {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
}

@media only screen and (max-width: 640px) {
    .top-menu-list {
        padding-top: 20px;
        margin-bottom: 10px;
    }
}

.nav-menu-item {
    display: block;
    float: left;
    width: 33%;
    margin: 0.2% 0.1%;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.nav-menu-item-logo {
    display: block;
    float: left;
    width: 33%;
    margin: 0.2% 0.1%;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.nav-menu-item-logo.nosdw {
    display: block;
    float: left;
    width: 33%;
    margin: 0.2% 0.1%;
    padding: 0;
    position: relative;
    overflow: hidden;
    box-shadow: none;
}

.nav-menu-item img:hover {
    opacity: 1 !important;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

@media only screen and (max-width: 640px) {
    .nav-menu-item-top {
        display: block;
        text-align: center;
        margin: 1.1% 1.1% 25px;
        padding: 0;
    }

    .nav-menu-item-top img {
        width: 60%;
    }

    .nav-menu-item {
        display: block;
        float: left;
        width: 47.8%;
        margin: 1.1%;
        padding: 0;
        position: relative;
        overflow: hidden;
    }

    .nav-menu-item-logo {
        display: block;
        float: left;
        width: 47.8%;
        margin: 1.1%;
        padding: 0;
        position: relative;
        overflow: hidden;
    }

    .nav-menu-item-logo.nosdw {
        display: none;
    }
}

/* main title
-------------------- */
.area-mainvisual {
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 640px;
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    overflow: hidden;
}

video, .keyVisual {
    object-fit: cover;
    object-position: center center;
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    z-index: 0;
}

.main-visual {
    background: url("../img/bg_products.jpg") no-repeat center top;
    background-size: cover;
    height: 640px;
    overflow: hidden;
}

.top-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bk_top_mask.png) repeat center top;
    opacity: 0.3;
    z-index: 1;
}

.contents-inner {
    position: relative;
}

.kimuchinabe-ttl {
    position: absolute;
    left: 0;
    margin-left: 15%;
    margin-right: 0;
    width: 48%;
    text-align: center;
    z-index: 8;
    padding-top: 50px;
}

.kimuchinabe-img {
    position: absolute;
    right: 0;
    margin-right: 5%;
    width: 48%;
    text-align: center;
    z-index: 8;
    padding-top: 130px;
}

.kimuchinabe-straight-img {
    position: absolute;
    right: 0;
    margin-right: 5%;
    width: 48%;
    text-align: center;
    z-index: 8;
    padding-top: 130px;
}

.arrange-ttl {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    width: 914px;
    height: 117px;
}

.arrange-ttl img {
    width: auto;
}

.recipe-ttl {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    width: 714px;
    height: 117px;
}

.recipe-ttl img {
    width: auto;
}

.visual-img {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -45px;
    width: 89px;
    height: 196px;
}

@media only screen and (max-width: 900px) {
    .kimuchinabe-ttl {
        position: absolute;
        left: 0;
        margin-left: 13%;
        margin-right: 0;
        width: 30%;
        text-align: center;
        z-index: 8;
        padding-top: 50px;
    }

    .kimuchinabe-img {
        position: absolute;
        right: 0;
        margin-right: 3%;
        width: 35%;
        text-align: center;
        z-index: 8;
        padding-top: 110px;
    }

    .kimuchinabe-straight-img {
        position: absolute;
        right: 0;
        margin-right: 3%;
        width: 45%;
        text-align: center;
        z-index: 8;
        padding-top: 110px;
    }

    .kimuchinabe-ttl img {
        width: auto;
    }

    .kimuchinabe-img img {
        width: auto;
    }

    .kimuchinabe-straight-img img {
        width: auto;
    }

    .arrange-ttl {
        width: auto;
        text-align: center;
        height: 200px;
    }

    .arrange-ttl img {
        width: 90%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 800px) {
    .kimuchinabe-ttl img {
        width: auto;
    }

    .kimuchinabe-img img {
        width: auto;
    }

    .area-mainvisual {
        width: 100%;
        height: 100%;
        width: 100vw;
        height: 560px;
        position: relative;
        top: 0;
        left: 0;
        z-index: -1;
        background-size: cover;
        overflow: hidden;
    }
}

@media only screen and (max-width: 700px) {
    .kimuchinabe-ttl img {
        width: auto;
    }

    .kimuchinabe-img img {
        width: auto;
    }

    .area-mainvisual {
        width: 100%;
        height: 100%;
        width: 100vw;
        height: 500px;
        position: relative;
        top: 0;
        left: 0;
        z-index: -1;
        background-size: cover;
        overflow: hidden;
    }
}

@media only screen and (max-width: 640px) {
    .area-mainvisual {
        width: 100%;
        position: relative;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: -1;
        background-size: cover;
        overflow: hidden;
    }

    video {
        object-fit: cover;
        object-position: center center;
        display: block;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: 100vw;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        z-index: 0;
    }

    .main-visual {
        background: none;
        background-size: 100%;
        height: auto;
        min-height: auto;
        overflow: hidden;
    }

    .kimuchinabe-ttl {
        margin-left: 0;
        width: 100%;
        text-align: center;
        padding-top: 15%;
    }

    .kimuchinabe-img {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        padding-top: 55%;
    }

    .kimuchinabe-ttl img {
        width: 75%;
        margin: 0 auto;
    }

    .kimuchinabe-img img {
        width: 55%;
        margin: 0 auto;
    }

    .kimuchinabe-straight-img {
        margin-right: 0;
        width: 100%;
        text-align: center;
        padding-top: 62%;
    }

    .kimuchinabe-straight-img img {
        width: 65%;
    }

    .recipe-ttl {
        width: auto;
        text-align: center;
        height: 140px;
    }

    .recipe-ttl img {
        width: 90%;
        margin: 0 auto;
    }
}

#product-bg {
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    z-index: -100;
    background: url('poster.jpg') no-repeat;
}

.header-title {
    position: relative;
    z-index: 2;
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
}

/* product navigation
-------------------- */
.area-nav-product {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
    .area-nav-product {
        max-width: 1200px;
    }
}

.area-nav-product ul {
    letter-spacing: -.5em;
    text-align: center;
}

@media only screen and (min-width: 641px) {
    .area-nav-product ul {
        margin: 0 0 1%;
    }
}

@media only screen and (max-width: 640px) {
    .area-nav-product ul {
        margin: 2% 0;
    }
}

.area-nav-product li {
    position: relative;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (min-width: 641px) {
    .area-nav-product li {
        margin: 0 1%;
        width: 29%;
    }
}

@media only screen and (min-width: 1200px) {
    .area-nav-product li {
        width: 300px;
    }
}

@media only screen and (max-width: 640px) {
    .area-nav-product li {
        margin: 0 1%;
        width: 30%;
    }
}

.area-nav-product li p:first-child {
    width: 80%;
    margin: 0 auto;
}

@media only screen and (min-width: 641px) {
    .area-nav-product li img:last-child {
        margin: -2% auto 0;
        width: 70%;
    }
}

@media only screen and (max-width: 640px) {
    .area-nav-product li img:last-child {
        margin: 0 auto 7%;
        width: 90%;
    }
}

.area-nav-product li a {
    display: block;
}

@media only screen and (min-width: 641px) {
    .area-nav-product li a {
        padding-bottom: 15%;
    }
}

@media only screen and (max-width: 640px) {
    .area-nav-product li a {
        padding-bottom: 30%;
    }
}

.area-nav-product li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #b91c22 transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media only screen and (min-width: 641px) {
    .area-nav-product li a:before {
        border-width: 19px 18px 0 18px;
    }
}

@media only screen and (max-width: 640px) {
    .area-nav-product li a:before {
        border-width: 15px 14px 0 14px;
    }
}

.area-nav-product li a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

@media only screen and (min-width: 641px) {
    .area-nav-product li a:after {
        border-width: 19px 18px 0 18px;
        bottom: 6px;
    }
}

@media only screen and (max-width: 640px) {
    .area-nav-product li a:after {
        border-width: 15px 14px 0 14px;
        bottom: 3px;
    }
}

.area-nav-product li a:hover {
    text-decoration: none;
}

.area-nav-product li p {
    margin-top: 7.5%;
}

@media only screen and (min-width: 641px) {
    .area-nav-product li p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1200px) {
    .area-nav-product li p {
        font-size: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .area-nav-product li p:last-child {
        display: none;
    }
}

.area-nav-product li p img {
    margin: 0 auto;
}

.area-nav-product a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.area-nav-product a img:nth-child(3) {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

.area-nav-product a:hover img:nth-child(3) {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.area-nav-product a:hover:before {
    bottom: -2px;
}

@media only screen and (min-width: 641px) {
    .area-nav-product a:hover:after {
        bottom: 4px;
    }
}

@media only screen and (max-width: 640px) {
    .area-nav-product a:hover:after {
        bottom: 1px;
    }
}

/* product info
-------------------- */
.ttl-product-info {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.ttl-product-info h3 {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #4f0000;
    display: inline-block;
    text-align: center;
    font-size: 46px;
    border-bottom: 2px solid #dddddd;
    padding: 0 0 10px;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {
    .ttl-product-info h3 {
        font-size: 36px;
        padding: 0 0 10px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 700px) {
    .ttl-product-info h3 {
        font-size: 30px;
        padding: 0 0 10px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 640px) {
    .ttl-product-info {
        margin-bottom: 10px;
    }

    .ttl-product-info h3 {
        font-size: 26px;
        padding: 0 0 10px;
        margin: 0 auto;
        line-height: 1.2;
        ;
    }

    .ttl-product-info .only-sp {
        display: inline-block;
    }
}

/* --- link btn --- */
.btn-product-more {
    text-align: center;
    margin: 5.57% auto 7.75%;
    position: relative;
    z-index: 3;
}

.area-review-comment .btn-product-more {
    text-align: center;
    margin: 5.57% auto 7.75%;
    position: relative;
    width: 50%;
    z-index: 3;
}

.btn-product-more a {
    /*! text-decoration: none; */
    /*! color: #b91c22; */
    border: solid 1px #4f0000;
    color: #4f0000;
    text-align: center;
    letter-spacing: .05em;
    padding: 1em 2.5em 1em 2em;
    position: relative;
    line-height: 1.6;
    background: #fff;
    -webkit-transform: 0.3s ease-in-out;
    -moz-transform: 0.3s ease-in-out;
    -ms-transform: 0.3s ease-in-out;
    -o-transform: 0.3s ease-in-out;
    transform: 0.3s ease-in-out;
    display: inline-block;
}

@media only screen and (min-width: 641px) {
    .btn-product-more a {
        font-size: 20px;
        display: inline-block;
        color: #4f0000;
    }
}

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

@media only screen and (max-width: 1200px) {
    .btn-product-more a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 640px) {
    .btn-product-more a {
        border: solid 1px #4f0000;
        font-size: 14px;
        padding: 0.5em 2em 0.5em 1.5em;
        display: block;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 320px) {
    .btn-product-more span {
        display: block;
        padding-top: .2em;
    }
}

.btn-product-more a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 15px;
    height: 15px;
    margin: -5px 5px 0 0;
    border-top: solid 2px #4f0000;
    border-right: solid 2px #4f0000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-product-more a:hover {
    background: #4f0000;
    color: #fff;
    text-decoration: none;
}

.btn-product-more a:hover:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

@media only screen and (max-width: 640px) {
    .btn-product-more a:after {
        right: 10px;
        width: 10px;
        height: 10px;
        margin: -5px 5px 0 0;
        border-top: solid 2px #4f0000;
        border-right: solid 2px #4f0000;
    }
}

.btn-product-more a {
    display: inline-block;
}

/* .area-product-info
-------------------- */
.area-product-info {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding: 70px 0 0;
    box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
    .area-product-info {
        padding: 70px 20px 0;
    }
}

.area-product-info h3 {
    position: relative;
}

@media only screen and (min-width: 641px) {
    .area-product-info h3 {
        margin: 0 auto 25px;
    }
}

@media only screen and (max-width: 640px) {
    .area-product-info h3 {
        margin: 0 auto 15px;
    }
}

.txt-lead {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 4%;
}

@media only screen and (max-width: 640px) {
    .txt-lead {
        padding: 5px 10px 0;
        text-align: left;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .txt-lead br {
        display: none;
    }
}

.txt-box {
    font-size: 16px;
    line-height: 2;
    text-align: left;
    margin-bottom: 4%;
}

@media only screen and (max-width: 640px) {
    .txt-box {
        padding: 0;
        text-align: left;
        line-height: 1.6;
        margin-bottom: 40px;
    }

    .txt-box br {
        display: none;
    }
}

.btn-product a {
    width: 100%;
}

/* link btn
-------------------- */
.btn-product,
.btn-recipe {
    letter-spacing: normal;
    margin: 0 auto 4.17%;
}

.btn-product a:hover,
.btn-recipe a:hover {
    text-decoration: none;
}

.btn-product a {
    margin: 6% auto 0;
}

@media only screen and (max-width: 640px) {
    .btn-product a {
        width: 90%;
    }
}

@media only screen and (min-width: 641px) {
    .btn-product span {
        display: block;
        padding-top: .2em;
    }
}

@media only screen and (min-width: 1200px) {
    .btn-product span {
        display: inline;
    }
}

/* grid-product
-------------------- */
.grid-product {
    width: 100%;
    margin: 0 auto 4.75%;
    text-align: center;
    letter-spacing: -.5em;
}

@media only screen and (max-width: 640px) {
    .grid-product {
        margin: 0 auto 4.75%;
    }
}

.grid-product li {
    display: inline-block;
    vertical-align: bottom;
    letter-spacing: normal;
    width: 41.67%;
    margin: 0 3.08%;
}

@media only screen and (min-width: 1200px) {
    .grid-product li {
        max-width: 460px;
    }

    .grid-product li img {
        max-width: 220px;
    }
}

@media only screen and (max-width: 640px) {
    .grid-product li {
        width: 91.24%;
    }
}

@media only screen and (max-width: 640px) {
    .grid-product li:last-child {
        margin-top: 10%;
    }
}

.txt-product-name {
    padding-top: 20px;
    font-size: 100%;
}

.sec-product-concentrated .grid-product li:first-child {
    letter-spacing: -.5em;
}

.sec-product-concentrated .grid-product li:first-child .box-item {
    display: inline-block;
    letter-spacing: normal;
}



.sec-product-concentrated .grid-product li:first-child .box-item:first-child {
    width: 46.8%;
    max-width: 136px;
}

@media only screen and (min-width: 641px) {
    .sec-product-concentrated .grid-product li:first-child .box-item:first-child {
        margin-right: 12%;
    }
}

@media only screen and (max-width: 640px) {
    .sec-product-concentrated .grid-product li:first-child .box-item:first-child {
        margin-right: 5%;
    }
}

.sec-product-concentrated .grid-product li:first-child .box-item:nth-child(2) {
    width: 41.2%;
    max-width: 136px;
}

@media only screen and (max-width: 640px) {
    .sec-product-concentrated .grid-product img {
        max-width: none;
        width: 60px;
    }

    .sec-product-concentrated .grid-product li:last-child img {
        max-width: none;
        width: 60px;
    }
}

@media only screen and (min-width: 641px) {
    .sec-product-concentrated .grid-product img {
        max-width: 136px;
    }
}

.sec-product-pouch .grid-product {
    margin: 0 auto 6.75%;
}

@media only screen and (min-width: 641px) {
    .sec-product-pouch .grid-product li {
        width: 36.67%;
        margin: 0 3%;
    }
}

@media only screen and (min-width: 641px) and (max-width: 860px) {
    .sec-product-pouch .grid-product li {
        width: 44%;
        margin: 0 2%;
    }
}

@media only screen and (min-width: 1200px) {
    .sec-product-pouch .grid-product li {
        max-width: 400px;
    }
}

@media only screen and (max-width: 640px) {
    .sec-product-pouch .grid-product li {
        width: 91.24%;
        margin: 5.67% 0;
    }
}

.sec-product-pouch .grid-product li img {
    width: 42%;
    max-width: 150px;
}

@media only screen and (min-width: 1200px) {
    .sec-product-pouch .grid-product li img {
        max-width: 160px;
    }
}

@media only screen and (max-width: 640px) {
    .sec-product-pouch .grid-product li img {
        width: 30%;
    }
}

/* products column
-------------------- */
.area-column {
    background: #8d0e1d;
}

.area-product-column {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 20px 35px;
    box-sizing: border-box;
}

.ttl-column-main .dec-column {
    display: table;
    padding: 2px 10px;
    font-size: 12px;
    color: #8d0e1d;
    line-height: 1;
    text-align: left;
    background: #ffffff;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
    .ttl-column-main .dec-column {
        margin: 0 auto 10px;
    }
}

.ttl-column-main {
    text-align: left;
    margin-bottom: 20px;
    display: table;
    margin: 0 auto;
}

.ttl-column-main h3 {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 46px;
    border-bottom: 2px solid #fff;
    padding: 0 0 10px;
    margin: 0 auto;
}

.ttl-column-main.hot {
    margin-bottom: 50px;
}

@media only screen and (max-width: 800px) {
    .ttl-column-main h3 {
        font-size: 36px;
        padding: 0 0 10px;
        margin: 0 auto;
    }

    .ttl-column-main h3 span {
        display: block;
        padding-top: .2em;
    }
}

@media only screen and (max-width: 700px) {
    .ttl-column-main h3 {
        font-size: 30px;
        padding: 0 0 10px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 640px) {
    .ttl-column-main h3 {
        font-size: 26px;
        padding: 0 0 10px;
        margin: 0 auto;
    }
}

.column-box {
    color: #fff;
    border: 1px solid #fff;
    background: #8d0e1d;
    box-sizing: border-box;
    padding: 15px 30px 30px;
    margin: 0 40px;
    font-size: 16px;
    position: relative;
    margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
    .column-box {
        padding: 20px 20px 40px;
        margin: 0 0 20px;
    }
}

.column-box .hot-box {
    width: 295px;
    min-height: 300px;
    height: 100%;
    position: relative;
    float: right;
    margin-left: 70px;
}

.column-box .hot-box img {
    position: absolute;
    top: -150px;
    left: 0;
}

@media only screen and (min-width: 641px) {}

@media only screen and (max-width: 640px) {
    .column-box .hot-box {
        width: 100%;
        min-height: auto;
        height: 100%;
        position: static;
        float: none;
        margin-left: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: center;
    }

    .column-box .hot-box img {
        position: static;
        top: -180px;
        left: 0;
        width: 50%;
    }
}

.column-box .puchitto-box {
    width: auto;
    position: relative;
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 641px) {}

@media only screen and (max-width: 640px) {
    .column-box .puchitto-box {
        width: auto;
        padding: 0 40px;
        position: relative;
        float: none;
        margin-left: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: center;
    }
}

.column-box .ttl-column {
    position: relative;
    padding: 25px 20px 25px 100px;
    font-size: 26px;
    background: url("../img/dec_column.png") no-repeat 5px;
    text-align: left;
    color: #fff;
    box-sizing: border-box;
}

.column-box .ttl-column span {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

@media only screen and (min-width: 641px) {}

@media only screen and (max-width: 640px) {
    .column-box .ttl-column {
        position: relative;
        border-radius: 10px;
        margin: 0 0;
        padding: 0 0 10px 50px;
        font-size: 18px;
        background: url("../img/dec_column.png") no-repeat 0;
        background-size: 40px auto;
        -ms-background-size: 40px auto;
        -moz-background-size: 40px auto;
        -webkit-background-size: 40px auto;
        text-align: left;
        color: #fff;
        box-sizing: border-box;
    }
}

.txt-column {
    font-size: 16px;
    padding: 0 20px;
}

@media only screen and (min-width: 641px) {}

@media only screen and (max-width: 640px) {
    .txt-column {
        font-size: 14px;
        padding: 0 0;
    }
}

.column-caution {
    color: #fff;
    box-sizing: border-box;
    padding: 0 80px 40px;
    font-size: 14px;
}

@media only screen and (max-width: 640px) {
    .column-caution {
        padding: 0 0 0;
        font-size: 12px;
        position: relative;
        margin-bottom: 30px;
    }
}

.column-box-profile {
    color: #fff;
    border: 1px solid #af5761;
    background: #8d0e1d;
    box-sizing: border-box;
    padding: 20px 20px;
    margin: 0 40px 60px;
    font-size: 16px;
    position: relative;
    margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
    .column-box-profile {
        padding: 20px 20px 20px;
        margin: 0 0 30px;
    }
}

.column-box-profile dl {
    margin-bottom: 20px;
    font-size: 14px;
}

.column-box-profile dt {
    padding: 5px 8px;
    background: #982634;
    text-align: left;
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.column-box-profile dd {
    padding: 5px 14px;
}

@media only screen and (min-width: 641px) {}

@media only screen and (max-width: 640px) {
    .column-box-profile dt {}
}

/* recipe
-------------------- */
.ttl-recipe-info {
    text-align: center;
    margin-bottom: 60px;
}

.box-recipe {
    width: 100%;
    margin-bottom: 40px;
}

.box-recipe figure {
    width: 65%;
    max-width: 790px;
    float: left;
}

.box-recipe .txt-recipe {
    width: 33%;
    float: right;
}

@media only screen and (max-width: 1200px) {
    .box-recipe figure {
        width: 60%;
        max-width: 790px;
        float: left;
    }

    .box-recipe .txt-recipe {
        width: 38%;
        float: right;
    }
}

@media only screen and (min-width: 641px) {}

@media only screen and (max-width: 640px) {
    .box-recipe {
        width: 100%;
        margin-bottom: 25px;
    }

    .box-recipe figure {
        width: 100%;
        margin: 0 auto 10px;
        max-width: auto;
        float: none;
    }

    .box-recipe .txt-recipe {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
}

.box-recipe .txt-recipe .sub_ttl {
    font-size: 18px;
    padding: 0 10px 4px;
    border-bottom: 2px solid #dddddd;
    margin-bottom: 10px;
}

.box-recipe .txt-recipe .sub_ttl dt {
    color: #4f0000;
    font-weight: bold;
}

.box-recipe .txt-recipe dl {
    width: 100%;
    font-size: 16px;
    padding: 0 12px 10px;
    box-sizing: border-box;
}

.box-recipe .txt-recipe dt {
    width: 60%;
    float: left;
}

.box-recipe .txt-recipe dd {
    margin-left: 60%;
    text-align: right;
}

@media only screen and (max-width: 640px) {
    .box-recipe .txt-recipe h3 {
        font-size: 14px;
        padding: 8px 12px 8px;
        font-weight: bold;
    }

    .box-recipe .txt-recipe dl {
        width: 100%;
        font-size: 14px;
        padding: 0 12px 6px;
        box-sizing: border-box;
    }

    .box-recipe .txt-recipe dt {
        width: 60%;
        float: left;
    }

    .box-recipe .txt-recipe dd {
        margin-left: 60%;
        text-align: right;
    }
}

.box-list {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    padding-bottom: 50px;
}

@media only screen and (max-width: 640px) {
    .box-list {
        padding-bottom: 35px;
    }
}

.box-center {
    width: 50%;
    height: auto;
    margin-bottom: 10px;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 640px) {
    .box-center {
        width: 100%;
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.box-left {
    width: 50%;
    height: auto;
    margin-bottom: 10px;
    display: block;
    float: left;
}

@media only screen and (max-width: 640px) {
    .box-left {
        float: none;
        width: 100%;
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.box-right {
    width: 50%;
    display: block;
    margin-bottom: 10px;
    float: right;
    position: relative;
}

@media only screen and (max-width: 640px) {
    .box-right {
        float: none;
        width: 100%;
        font-size: 16px;
    }
}

.box-right dl {
    position: absolute;
    top: 50px;
    left: -20px;
}

@media only screen and (max-width: 640px) {
    .box-right dl {
        position: static;
    }
}

@media only screen and (max-width: 640px) {
    .box-right {}
}

.box-list dt {
    margin-bottom: 10px;
}

.box-list dd {
    text-align: center;
}

.box-howto {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 70px;
}

@media only screen and (max-width: 640px) {
    .box-howto {
        margin-bottom: 70px;
    }
}

.box-howto figure {
    width: 50%;
    max-width: 600px;
    float: right;
}

.box-howto .txt-howto {
    width: 47%;
    float: left;
}

@media only screen and (max-width: 640px) {
    .box-howto {
        width: 100%;
        max-width: 1200px;
    }

    .box-howto figure {
        width: 100%;
        float: none;
    }

    .box-howto .txt-howto {
        width: 100%;
        float: none;
    }
}

.box-howto .box-howto-steps ol {
    counter-reset: recipe-steps;
    margin: 0;
    list-style: none;
}

.box-howto .box-howto-steps li {
    position: relative;
    margin-bottom: 25px;
    padding: 0 0 0 35px;
    font-size: 16px;
    line-height: 1.6;
}

.box-howto .box-howto-steps li:before {
    display: block;
    counter-increment: recipe-steps;
    content: "("counter(recipe-steps) ")";
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 640px) {
    .box-howto .box-howto-steps li {
        position: relative;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 0 0 0 30px;
        font-size: 16px;
        line-height: 1.6;
    }
}

.box-report {
    width: 100%;
    max-width: 1200px;
}

.box-report .left_box {
    float: left;
}

.box-report .right_box {
    float: right;
}

.box-report.report_01 .left_box {
    width: 55%;
}

.box-report.report_01 .right_box {
    width: 45%;
    max-width: 468px;
    text-align: right;
}

.box-report.report_01 .left_box dt {
    margin-bottom: 75px;
}

.box-report.report_01 .right_box dt {
    margin-bottom: 45px;
}

.box-report dd {
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
}

@media only screen and (max-width: 1200px) {
    .box-report figure {
        width: 60%;
        max-width: 790px;
        float: left;
    }

    .box-report .txt-howto {
        width: 35%;
        float: right;
        margin-right: 5%;
    }
}

/* fade
------------------------------------------------------------ */
@keyframes fade-in1 {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fade-in1 {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }
}

.fadein1,
.fadein2,
.fadein3,
.fadein4,
.fadein5,
.fadein6,
.fadein7,
.fadein8,
.fadein9 {
    /*opacity: 0;*/
    visibility: hidden;
    animation-name: fade-in1;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fadein1 {
    animation-delay: 1s;
}

.fadein2 {
    animation-delay: 1.3s;
}

.fadein3 {
    animation-delay: 1.8s;
}

.fadein4 {
    animation-delay: 2.2s;
}

.fadein5 {
    animation-delay: 2.6s;
}

.fadein6 {
    animation-delay: 3s;
}

.fadein7 {
    animation-delay: 3.4s;
}

.fadein8 {
    animation-delay: 3.8s;
}

.fadein9 {
    animation-delay: 4.2s;
}

.up-fade01 {
    opacity: 0;
    transition: all 1000ms ease;
    transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
}

.fade01 {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.up-fade02 {
    opacity: 0;
    transition: all 1500ms;
    transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
}

.fade02 {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.zm-fade03 {
    opacity: 0;
    transition: all 1000ms;
    transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
}

.fade03 {
    opacity: 1.0;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

/* header
------------------------------------------------------------ */
.kimuchi_header-wrap {
    position: relative;
    height: 83px;
    display: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.kimuchi_header-wrap.is-fixeda {
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.kimuchi_header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 56px;
    padding: 2px 0 2px;
    background: #FFFFFF;
    display: block;
    z-index: 1;
}

.kimuchi_header.is-fixed {
    position: fixed;
    margin-bottom: 56px;
    z-index: 999 !important;
    border-bottom: solid 1px #e5e5e5;
}

@media only screen and (max-width: 640px) {
    .kimuchi_header {
        padding: 0 10px;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        height: 48px;
    }
}

.kimuchi_header_inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    width: 96%;
}

@media only screen and (max-width: 640px) {
    .kimuchi_header_inner {
        max-width: none;
        width: auto;
    }
}

.kimuchi_header_logo {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}

@media only screen and (max-width: 640px) {
    .kimuchi_header_logo {
        font-size: 13px;
    }
}

@media only screen and (max-width: 380px) {
    .kimuchi_header_logo {
        font-size: 12px;
        text-align: center;
    }
}

.kimuchi_header_logo a {
    display: block;
    vertical-align: middle;
    text-align: center;
    padding: 13px 15px;
    border-bottom: 3px solid #fff;
    white-space: nowrap;
}

@media only screen and (max-width: 640px) {
    .kimuchi_header_logo a {
        padding: 12px 5px;
    }
}

@media only screen and (max-width: 380px) {
    .kimuchi_header_logo a {
        padding: 12px 5px 5px;
        line-height: 16px;
    }
}

.kimuchi_header_logo a:hover {
    text-decoration: none;
    border-bottom-color: #d2161a;
}

.kimuchi_header_navi {
    display: table;
    margin-right: 0;
    margin-left: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: auto;
}

.kimuchi_header_navi li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .kimuchi_header_navi li {
        font-size: 13px;
    }
}

.kimuchi_header_navi a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 13px 15px;
    border-bottom: 3px solid #fff;
}

@media only screen and (max-width: 640px) {
    .kimuchi_header_navi a {
        padding: 12px 5px;
    }
}

.kimuchi_header_navi a:hover {
    text-decoration: none;
    border-bottom-color: #d2161a;
}

/* lineup-list
------------------------------------------------------------ */
.link-box {
    background: #fafafa;
    padding: 50px 0;
}

@media only screen and (max-width: 640px) {
    .link-box {
        padding: 20px 0;
    }
}

.lineup-list {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
}

@media only screen and (max-width: 640px) {
    .lineup-list {
        padding-top: 20px;
        margin-bottom: 10px;
    }
}

.ttl-link {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.ttl-link h3 {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #4f0000;
    display: inline-block;
    text-align: center;
    font-size: 36px;
    border-bottom: 2px solid #dddddd;
    padding: 0 0 10px;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {
    .ttl-link h3 {
        font-size: 30px;
        padding: 0 0 10px;
        margin: 0 auto;
    }

    .ttl-link h3 span {
        display: block;
        padding-top: .2em;
    }
}

@media only screen and (max-width: 700px) {
    .ttl-link h3 {
        font-size: 26px;
        padding: 0 0 10px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 640px) {
    .ttl-link h3 {
        font-size: 22px;
        padding: 0 0 10px;
        margin: 0 auto;
    }

    .ttl-link .only-sp {
        display: inline-block;
    }
}

.nav-lineup-item {
    display: block;
    float: left;
    width: 33.3%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.nav-lineup-item.nosdw {
    display: block;
    float: left;
    width: 31%;
    margin: 1.1%;
    padding: 0;
    position: relative;
    overflow: hidden;
    box-shadow: none;
}

.nav-lineup-item img:hover {
    opacity: 1 !important;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

@media only screen and (max-width: 640px) {
    .nav-lineup-item {
        width: 100%;
        margin: 0 0;
        float: none;
    }
}

.nav-lineup-item img {
    width: 100%;
}
}

.banner-list {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}

@media only screen and (max-width: 640px) {
    .banner-list {
        padding-top: 20px;
    }
}

.nav-banner-item {
    display: block;
    float: left;
    width: 49%;
    margin: 0.5%;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.nav-banner-item img:hover {
    opacity: 1 !important;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

@media only screen and (max-width: 640px) {
    .nav-banner-item {
        width: 48%;
        margin: 1%;
    }
}

/* .area-review-info
-------------------- */
.area-review-info {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding: 70px 0 0;
    box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
    .area-review-info {
        padding: 70px 20px 0;
    }
}

@media only screen and (max-width: 640px) {
    .area-review-info {
        padding: 25px 20px 0;
    }
}

.area-review-info h3 {
    position: relative;
}

@media only screen and (min-width: 641px) {
    .area-review-info h3 {
        margin: 0 auto 25px;
    }
}

@media only screen and (max-width: 640px) {
    .area-review-info h3 {
        margin: 0 auto 15px;
    }
}

.ttl-review {
    text-align: center;
    margin-bottom: 40px;
}

.ttl-review .only-pc {
    display: inline-block;
}

@media only screen and (max-width: 640px) {
    .ttl-review {
        margin: 40px 0;
    }

    .ttl-review .only-sp {
        display: inline-block;
    }
}

.ttl-review h3 {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #4f0000;
    display: inline-block;
    text-align: center;
    font-size: 36px;
    border-bottom: 2px solid #dddddd;
    padding: 0 0 10px;
    line-height: 1.1;
    margin: 0 auto;
    position: relative;
}

@media only screen and (max-width: 800px) {
    .ttl-review h3 {
        font-size: 30px;
        padding: 0 0 6px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 640px) {
    .ttl-review h3 {
        font-size: 26px;
        padding: 0 0 6px;
        margin: 0 auto;
        line-height: 1.2;
    }
}

.ttl-review-btl {
    text-align: center;
    margin-bottom: 70px;
}

@media only screen and (max-width: 640px) {
    .ttl-review-btl {
        margin: 40px 0;
    }
}

.ttl-review-btl h3 {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #4f0000;
    text-align: left;
    font-size: 36px;
    border-bottom: 2px solid #dddddd;
    line-height: 1.2;
    padding: 15px 0 10px;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {
    .ttl-review-btl h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .ttl-review-btl h3 {
        font-size: 26px;
        padding: 0 0 6px;
        text-align: left;
    }
}

.ttl-review-btl .dec-box {
    display: inline-block;
    position: relative;
    height: 142px;
    padding-left: 80px;
}

.ttl-review-btl .dec-box .dec-btl {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}

.ttl-review-btl .dec-box02 {
    display: inline-block;
    position: relative;
    height: 112px;
    padding-left: 80px;
}

.ttl-review-btl .dec-box02 .dec-btl {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}

.ttl-review-btl .dec-box03 {
    display: inline-block;
    position: relative;
    height: 130px;
    padding-left: 140px;
}

.ttl-review-btl .dec-box03 .dec-btl {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}

@media only screen and (max-width: 640px) {
    .ttl-review-btl .dec-box03 {
        display: inline-block;
        position: relative;
        height: 100px;
        padding-left: 100px;
    }

    .ttl-review-btl .dec-box03 .dec-btl {
        width: 90px;
    }
}

.ttl-review-left {
    text-align: center;
    margin-bottom: 40px;
}

.ttl-review-left .only-pc {
    display: inline-block;
}

@media only screen and (max-width: 640px) {
    .ttl-review-left {
        margin: 40px 0;
    }

    .ttl-review-left .only-pc {
        display: none;
    }
}

.ttl-review-left h3 {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #4f0000;
    display: inline-block;
    text-align: center;
    font-size: 36px;
    border-bottom: 2px solid #dddddd;
    padding: 0 0 10px;
    line-height: 1.1;
    margin: 0 auto;
    position: relative;
}

@media only screen and (max-width: 800px) {
    .ttl-review-left h3 {
        font-size: 30px;
        padding: 0 0 6px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 640px) {
    .ttl-review-left h3 {
        font-size: 26px;
        padding: 0 0 6px;
        margin: 0 auto;
        line-height: 1.2;
        text-align: left;
    }
}

.middle-visual-teiban {
    background: url("../img/bg_teiban01.jpg") no-repeat center center;
    background-size: auto;
    background-size: cover;
    height: 500px;
    overflow: hidden;
    margin: 70px 0 0;
    position: relative;
}

@media only screen and (max-width: 640px) {
    .middle-visual-teiban {
        background: url("../img/bg_teiban01_sp.jpg") no-repeat 50% 0;
        background-size: 100% auto;
        height: auto;
        margin: 0;
        min-height: 220px;
    }
}

@media only screen and (max-width: 374px) {
    .middle-visual-teiban {
        min-height: 190px;
    }
}

.middle-visual-teiban .ttl-middle {
    display: block;
    position: absolute;
    height: 101px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

@media only screen and (max-width: 640px) {
    .middle-visual-teiban .ttl-middle {
        display: block;
        position: absolute;
        height: 60px;
        top: auto;
        bottom: 25px;
        right: 0;
        left: 0;
        margin: auto;
        width: 310px;
        height: auto;
    }
}

.middle-visual-mild {
    background: url("../img/bg_mild01.jpg") no-repeat center center;
    background-size: auto;
    background-size: cover;
    height: 500px;
    overflow: hidden;
    margin: 70px 0 0;
    position: relative;
}

@media only screen and (max-width: 640px) {
    .middle-visual-mild {
        background: url("../img/bg_mild01_sp.jpg") no-repeat 50% 0;
        background-size: 100% auto;
        height: auto;
        margin: 0;
        min-height: 220px;
    }
}

@media only screen and (max-width: 374px) {
    .middle-visual-mild {
        min-height: 190px;
    }
}

.middle-visual-mild .ttl-middle {
    display: block;
    position: absolute;
    height: 101px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

@media only screen and (max-width: 640px) {
    .middle-visual-mild .ttl-middle {
        display: block;
        position: absolute;
        height: 60px;
        top: auto;
        bottom: 25px;
        right: 0;
        left: 0;
        margin: auto;
        width: 310px;
        height: auto;
    }
}

.middle-visual-puchitto {
    background: url("../img/bg_puchitto01.jpg") no-repeat center center;
    background-size: auto;
    background-size: cover;
    height: 500px;
    overflow: hidden;
    margin: 70px 0 0;
    position: relative;
}

@media only screen and (max-width: 640px) {
    .middle-visual-puchitto {
        background: url("../img/bg_puchitto01_sp.jpg") no-repeat 50% 0;
        background-size: 100% auto;
        height: auto;
        margin: 0;
        min-height: 220px;
    }
}

@media only screen and (max-width: 374px) {
    .middle-visual-puchitto {
        min-height: 190px;
    }
}

.middle-visual-puchitto .ttl-middle {
    display: block;
    position: absolute;
    height: 101px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

@media only screen and (max-width: 640px) {
    .middle-visual-puchitto .ttl-middle {
        display: block;
        position: absolute;
        height: 60px;
        top: auto;
        bottom: 25px;
        right: 0;
        left: 0;
        margin: auto;
        width: 310px;
        height: auto;
    }
}

.middle-visual-arrange {
    background: url("../img/bg_arrange01.jpg") no-repeat center center;
    background-size: auto;
    background-size: cover;
    height: 500px;
    overflow: hidden;
    margin: 70px 0 0;
    position: relative;
}

@media only screen and (max-width: 640px) {
    .middle-visual-arrange {
        background: url("../img/bg_arrange01_sp.jpg") no-repeat 50% 0;
        background-size: 100% auto;
        height: auto;
        margin: 0;
        min-height: 220px;
    }
}

@media only screen and (max-width: 374px) {
    .middle-visual-arrange {
        min-height: 190px;
    }
}

.middle-visual-arrange .ttl-middle {
    display: block;
    position: absolute;
    height: 101px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

@media only screen and (max-width: 640px) {
    .middle-visual-arrange .ttl-middle {
        display: block;
        position: absolute;
        height: 60px;
        top: auto;
        bottom: 25px;
        right: 0;
        left: 0;
        margin: auto;
        width: 310px;
        height: auto;
    }
}

.area-review-info .txt-box {
    margin: 0 70px;
}

@media only screen and (min-width: 641px) {
    .area-review-info .txt-box {
        margin: 0 20px;
    }
}

@media only screen and (max-width: 640px) {
    .area-review-info .txt-box {
        margin: 0 0;
    }
}

.member-box {
    padding: 40px 5% 100px;
    margin: 0 auto;
    box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
    .member-box {
        padding: 20px 0;
        margin: 0 auto;
        letter-spacing: -0.4em;
        text-align: center;
    }

    .member-box li {
        font-size: 12px;
    }
}

.member-box li {
    float: left;
    width: 16%;
    margin-right: 5%;
    display: block;
    text-align: left;
}

@media only screen and (max-width: 640px) {
    .member-box li {
        width: 150px;
        margin: 0 7px 25px 7px;
        float: none;
        letter-spacing: normal;
        display: inline-block;
        vertical-align: top;
    }

    .member-box li img {
        width: 100%;
    }
}

@media only screen and (max-width: 374px) {
    .member-box li {
        width: 130px;
        margin: 0 4px 25px 4px;
    }
}

.member-box li:last-child {
    margin-right: 0;
    display: block;
}

@media only screen and (max-width: 640px) {
    .member-box li:last-child {
        display: inline-block;
    }
}

.member-box li:nth-child(even) {
    margin-top: 30px;
}

@media only screen and (max-width: 640px) {
    .member-box li:nth-child(even) {
        margin-top: 0;
    }
}

.member-box li .name {
    font-size: 13px;
    font-weight: bold;
    margin: 8px 0;
    display: block;
}

.member-box li .txt {
    font-size: 13px;
    display: block;
}

#area-howto .ttl-review {
    margin-bottom: 70px;
}

@media only screen and (max-width: 640px) {
    #area-howto .ttl-review {
        margin-bottom: 40px;
    }
}

.ttl-review-question {
    text-align: center;
}

.under {
    background: linear-gradient(transparent 70%, #fbf900 70%);
    font-weight: bold;
    font-size: 20px;
    color: #4f0000;
}

@media only screen and (max-width: 640px) {
    .ttl-review-question {
        text-align: left;
    }
}

@media only screen and (max-width: 374px) {
    .under {
        font-size: 18px;
    }
}

.comment-box {
    padding: 40px 0 70px 0;
    overflow: hidden;
}

@media only screen and (max-width: 640px) {
    .comment-box {
        padding: 30px 0 10px 0;
    }
}

.comment {
    overflow: hidden;
    margin: 0 72px;
    font-size: 16px;
    position: relative;
    min-height: 122px;
}

@media only screen and (max-width: 640px) {
    .comment {
        margin: 0 0 25px 0;
        min-height: 60px;
    }
}

.comment .faceicon {
    float: left;
    margin-right: -150px;
    width: 120px;
}

@media only screen and (max-width: 640px) {
    .comment .faceicon {
        width: 60px;
    }
}

.comment.rgt .faceicon {
    float: none;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.comment .faceicon img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 640px) {
    .comment .faceicon img {
        width: 60px;
    }
}

.comment.rgt .faceicon img {}

.comment .chatting {
    width: 100%;
}

.comment.rgt .chatting {
    text-align: right;
}

.says {
    display: inline-block;
    position: relative;
    margin: 10px 0 0 155px;
    padding: 18px 35px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #ccc;
}

@media only screen and (max-width: 640px) {
    .says {
        margin: 0 0 0 90px;
        padding: 12px 15px;
        border-radius: 16px;
        text-align: left;
    }
}

.says::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -20px;
    top: 20px;
    border-right: 20px solid #ccc;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.says::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -17px;
    top: 20px;
    border-right: 20px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.rgt .says {
    margin: 10px 150px 0 0;
}

@media only screen and (max-width: 640px) {
    .rgt .says {
        margin: 0 85px 0 0;
        text-align: left;
    }
}

.rgt .says::before {
    left: auto;
    right: -20px;
    border: 0;
    border-left: 20px solid #ccc;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.rgt .says::after {
    left: auto;
    right: -17px;
    border: 0;
    border-left: 20px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.says p {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 640px) {
    .says p {
        font-size: 14px;
    }
}

.piccnt {
    text-align: center;
    padding: 34px 0 0 0;
}

.comment-pic {
    text-align: center;
    margin: 55px 0 50px 0;
    font-size: 16px;
}

@media only screen and (max-width: 640px) {
    .comment-pic {
        margin: 34px 0 20px 0;
    }
}

.comment-pic-in {
    display: inline-block;
    position: relative;
}

@media only screen and (max-width: 1200px) {
    .comment-pic-in {
        width: 400px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 640px) {
    .comment-pic-in {
        width: 100%;
    }

    .comment-pic-in img {
        display: block;
        margin-bottom: 30px;
    }
}

.pic-says {
    position: absolute;
    top: 300px;
    left: -155px;
    padding: 18px 35px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #ccc;
    width: 280px;
    text-align: left;
}

@media only screen and (max-width: 1200px) {
    .pic-says {
        top: 120px;
        left: -100px;
        font-size: 14px;
        width: 180px;
        padding: 18px 15px;
    }
}

.pic-says::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -20px;
    top: 20px;
    border-left: 20px solid #ccc;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.pic-says::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -17px;
    top: 20px;
    border-left: 20px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.pic-says2 {
    position: absolute;
    top: 146px;
    right: -150px;
    padding: 18px 35px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #ccc;
    width: 280px;
    text-align: left;
}

@media only screen and (max-width: 1200px) {
    .pic-says2 {
        top: 50px;
        width: 170px;
        font-size: 14px;
        padding: 18px 15px;
        right: -100px;
    }
}

.pic-says2::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -20px;
    top: 20px;
    border-right: 20px solid #ccc;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.pic-says2::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -17px;
    top: 20px;
    border-right: 20px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.commentpic {
    float: left;
    width: 50%;
    position: relative;
}

@media only screen and (max-width: 1200px) {
    .commentpic {
        width: 40%;
    }
}

@media only screen and (max-width: 640px) {
    .commentpic {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
}

.commentpic img {
    width: 100%;
}

.commentpt {
    float: right;
    width: 50%;
}

@media only screen and (max-width: 1200px) {
    .commentpt {
        width: 60%;
    }
}

@media only screen and (max-width: 640px) {
    .commentpt {
        width: 100%;
        float: none;
    }
}

.commentpt .comment {
    padding: 0 0 20px 0;
}

@media only screen and (max-width: 1200px) {
    .commentpt .comment {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 640px) {
    .commentpt .comment {
        margin: 0;
    }
}

.commentpt .says {
    text-align: left;
}

.comment .says {
    text-align: left;
}

@media only screen and (max-width: 1200px) {
    .commentpt .says {
        padding: 18px 15px;
    }
}

.pt2 .commentpic {
    float: right;
}

.pt2 .commentpt {
    float: left;
}

.comment-pic-lft {
    position: relative;
}

@media only screen and (max-width: 1200px) {
    .comment-pic-lft {}
}

@media only screen and (max-width: 640px) {
    .comment-pic-lft {
        width: 100%;
    }

    .comment-pic-lft img {
        display: block;
        margin-bottom: 30px;
    }
}

.pic-says3 {
    position: absolute;
    bottom: 10%;
    left: 50px;
    right: 50px;
    padding: 18px 35px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #ccc;
    width: auto;
    height: auto;
    text-align: left;
    font-size: 16px;
}

@media only screen and (max-width: 1200px) {
    .pic-says3 {
        bottom: 5%;
        left: 20px;
        right: 20px;
        font-size: 14px;
        width: 80%;
        padding: 18px 15px;
    }
}

.pic-says3::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -20px;
    left: 50%;
    border-bottom: 20px solid #ccc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.pic-says3::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -17px;
    left: 50%;
    border-bottom: 20px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.pic-says4 {
    position: absolute;
    top: 300px;
    left: -155px;
    padding: 18px 35px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #ccc;
    width: 280px;
    text-align: left;
}

@media only screen and (max-width: 1200px) {
    .pic-says4 {
        top: 120px;
        left: -100px;
        font-size: 14px;
        width: 180px;
        padding: 18px 15px;
    }
}

.pic-says4::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -20px;
    top: 20px;
    border-left: 20px solid #ccc;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.pic-says4::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -17px;
    top: 20px;
    border-left: 20px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.pic-says5 {
    position: absolute;
    top: 320px;
    right: -150px;
    padding: 18px 35px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #ccc;
    width: 280px;
    text-align: left;
}

@media only screen and (max-width: 1200px) {
    .pic-says5 {
        top: 50px;
        width: 170px;
        font-size: 14px;
        padding: 18px 15px;
        right: -100px;
    }
}

.pic-says5::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -20px;
    top: 20px;
    border-right: 20px solid #ccc;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.pic-says5::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -17px;
    top: 20px;
    border-right: 20px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 96%;
}

@media only screen and (max-width: 640px) {
    .lineup-list {
        padding: 0 8px 20px 12px;
    }

    .banner-list {
        padding: 0 18px 0 22px;
    }

    .footer-inner {
        width: 100%;
    }
}



.ttl-column-main.column {
  border: none;
  margin-bottom: 60px;
}

.column-ttl {
  background: #FFFFFF;
  color: #8d0e1d;
  margin: 0 40px;
  display: inline-block;
  padding: 3px 7px;
}

.column-box.new img {
  float: left;
  width: 140px;
  margin-right: 10px;
}

.column-box.new .ttl-column {
  background: none;
  padding: 20px 0 20px 0;
}

.column-box.new a {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: inline-block;
  background: #FFFFFF;
  color: #8d0e1d;
  padding: 4px 10px;
}

.column-box.new a:hover {
  background: #e2cdcf;
  text-decoration: none;
}

.column-box.new .txt-column {
  overflow: hidden;
}

.about_kimuch-ttl {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    width: 614px;
    height: 209px;
}

.about_kimuch-ttl img {
    width: auto;
}

@media only screen and (max-width: 640px) {
.column-ttl {
  margin: 0;
}
.column-box.new img {
  width: 100px;
}
.about_kimuch-ttl {
    width: auto;
    text-align: center;
    height: 140px;
}
.about_kimuch-ttl img {
  margin-left: auto;
  margin-right: auto;
}
}


/* 20240711 追記 */
.original_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
}