@charset "utf-8";

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

body {
    min-width: unset;
    min-width:320px;
}


/* ---------------------------------------------
    css
--------------------------------------------- */
.pc {
    display: none !important;
}

.sp {
    display: block !important;
}
br.pc {
    display: none !important;
}
br.sp {
    display: block !important;
}
span.pc {
    display: inline-block !important;
    position: unset !important;
    width: auto !important;
}
span.sp {
    display: inline-block !important;
}

/*-------------------------------------------------------------------------
        header
--------------------------------------------------------------------------*/
header {
    border-top: 5px solid #bb0015;
    position: relative;
    z-index: 9;
    box-shadow:0px 4px 4px 0px rgba(10,8,0,0.21);
    -moz-box-shadow: 0px 4px 4px 0px rgba(10,8,0,0.21);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(10,8,0,0.21);
    -o-box-shadow: 0px 4px 4px 0px rgba(10,8,0,0.21);
}
}
header .inner .logo {
    height: 23px;
    width: auto;
    top: -8px;
    left: 3%;
}
header .inner .kk_logo {
    height: 28px;
    width: auto;
    right: 2%;
}
header .inner img {
    width: auto;
    height: 100%;
}
.border_box {
    display: none;
}

/* -- ul#menu ------------- */

ul#menu {
    list-style-type: none;
    width: 100%;
    background: #007cae;
    opacity: 0.95;
    position: fixed;
    left: 0px;
    top: 50px;
    z-index: 990;
    display: none;
}

ul#menu li {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

ul#menu li a {
    text-decoration: none;
    display: block;
    padding: 12px 0 10px;
    color: #fff;
}

ul#menu li a:hover {
    opacity: 0.2;
}


nav .logo {
    height: 25px;
    top: 0px;
    left: 14px;
}


#sp-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 1%;
    top: 0;
    z-index: 999;
    margin: auto;
    bottom: 0;
}

#sp-icon:hover {
    cursor: pointer;
    opacity: 0.7;
}

#sp-icon span,
#sp-icon span:before,
#sp-icon span:after {
    display: inline-block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.3s;
}

#sp-icon span {
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
}

#sp-icon span:before {
    content: "";
    transform: translateY( -12px ) rotate( 0deg );
}

#sp-icon span:after {
    content: "";
    transform: translateY( 12px ) rotate( 0deg );
}


.sp-open span {
    background: transparent !important;
}

.sp-open span:before {
    transform: rotate( 45deg ) !important;
}

div.sp-open span:after {
    transform: rotate( -45deg ) !important;
}

.nav-fixed {
    z-index: 999;
    height: 50px;
}




/*-------------------------------------------------------------------------
        main
--------------------------------------------------------------------------*/
#main {
    border-bottom: 14px solid #002063;
    margin-bottom: 5px;
    border-top: 7px solid #007cae;
}
#contents {
    border-top: none;
    overflow-x: hidden;
}
.slick-slider img {
    height: 30vh;
    padding-top: 0px;
}
#recipe_list_con h2.balloon, 
#history h2.balloon, 
#new h2.balloon, 
#product h2.balloon, 
#sitemap h2.balloon, 
#lineup h2.balloon {
    width: 93%;
    padding: 3% 5%;
    font-size: 1.2rem;
    line-height: 1.3;
    margin: auto;
}
/*-------------------------------------------------------------------------
        history
--------------------------------------------------------------------------*/
#history {
    min-height: 4180px;
    position: relative;
    width: 100%;
    padding:0;
    margin: 0px auto 1vh;
    display: block;
    background: none;
}
.hisbox {
    padding: 32px 0 1vh;
    margin-bottom: 5vh;
    border-bottom: 1px solid #ccc;
}

#history h2 {
    width: 100%;
    min-height: auto;
    margin: 0 auto 0;
    text-align: left;
    position: relative;
    max-width: 500px;
}
#history h2 > img {
    width: 80%;
    height: auto;
}
#history h2 span {
    width: 19%;
    right: 1%;
    top: 0;
}


#history dl dd p {
    font-size: 17px;
    display: inline-block;
}
#history dl.box01 {
    left: 32px;
    top: 120px;
    width: 97%;
}
#history dl.box01 dt {
    width: 62px;
    height: auto;
    float: left;
    overflow: hidden;
}
#history dl.box01 dt img {
    width: 220%;
    margin-left: -120%;
}
#history dl.box01 dd {
    width: 74%;
    float: left;
    margin: 1vh 2%;
}
#history dl.box01 dd p {
    margin-top: 10px;
    line-height: 1.3;
}
#history dl.box01 dd:last-of-type {
    width: 200px;
    text-align: center;
    margin: 1vh 0 0 70px;
    padding: 0;
    float: left;
}

#history dl.box02 {
    left: 32px;
    top: 480px;
    right: inherit;
    width: 97%;
}
#history dl.box02 dt {
    width: 62px;
    height: auto;
    float: left;
    overflow: hidden;
}
#history dl.box02 dt img {
    width: 220%;
    margin-right: -122%;
}
#history dl.box02 dd {
    width: 200px;
    margin: 1.5vh 2% 0;
    float: left;
}



#history dl.box03 {
    left: 32px;
    top: 570px;
    width: 97%;
}
#history dl.box03 dt {
    width: 62px;
    height: auto;
    float: left;
    overflow: hidden;
}
#history dl.box03 dt img {
    width: 220%;
    margin-left: -120%;
}
#history dl.box03 dd {
    width: 200px;
    float: left;
    margin: 8px 3%;
}

#history dl.box03 dd p {
    margin-top: 10px;
}

#history dl.box04 {
    left: 32px;
    top: 830px;
    right: inherit;
    width: 97%;
}
#history dl.box04 dt {
    width: 62px;
    height: auto;
    float: left;
    overflow: hidden;
}
#history dl.box04 dt img {
    width: 220%;
    margin-right: -122%;
}
#history dl.box04 dd {
    width: 200px;
    margin: 0;
    float: left;
}
#history dl.box04 dd p {
    margin: 9px 0 -3px -2%;
}

#history dl.box05 {
    left: 32px;
    top: 1020px;
    right: inherit;
    width: 97%;
}
#history dl.box05 dt {
    width: 62px;
    height: auto;
    float: left;
    overflow: hidden;
}
#history dl.box05 dt img {
    width: 220%;
    margin-right: -122%;
}
#history dl.box05 dd {
    width: 200px;
    margin: 0;
    float: left;
}
#history dl.box05 dd p {
    margin: 9px 0 -3px -5%;
}

#history dl.box06 {
    left: 32px;
    top: 1260px;
    width: 97%;
}
#history dl.box06 dt {
    width: 62px;
    height: auto;
    float: left;
    overflow: hidden;
}
#history dl.box06 dt img {
    width: 220%;
    margin-left: -122%;
}
#history dl.box06 dd {
    width: 200px;
    float: left;
    margin: 0 0 0 2%;
}
#history dl.box06 dd p {
    margin-top: 14px;
}

#history dl.box07 {
    left: 32px;
    top: 1330px;
    width: 97%;
}
#history dl.box07 dt {
    width: 62px;
    height: auto;
    float: left;
    overflow: hidden;
}
#history dl.box07 dt img {
    width: 220%;
    margin-left: -120%;
}
#history dl.box07 dd {
    width: 200px;
    float: left;
    margin: 0 0 0 2%;
}
#history dl.box07 dd p {
    margin-top: 14px;
}

#history dl.box08 {
    top: 1400px;
    width: 290px;
    height: auto;
    left: inherit;
    right: 4%;
}
#history dl.box08 dt {
    width: 64%;
    right: -3%;
    bottom: 35%;
}
#history dl.box08 h3 {
    font-size: 16px;
}
#history dl.box08 dd {
    position: relative;
    width: 100%;
    height: 320px;
}
#history dl.box08 .item {
    width: 100px;
    z-index: 99;
}
#history dl.box08 .item.active:nth-child(1) {
    top: 24px;
    right: 2%;
}
#history dl.box08 .item.active:nth-child(2) {
    top: 0;
    left: 18%;
}
#history dl.box08 .item.active:nth-child(3) {
    top: 110px;
    left: -3%;
}
#history dl.box08 .item.active:nth-child(4) {
    bottom: -50px;
    right: 1%;
    width: 235px;
}
#history dl.box09 {
    left: 32px;
    top: 1800px;
    width: 97%;
}
#history dl.box09 dt {
    width: 62px;
    height: auto;
    float: left;
    overflow: hidden;
}
#history dl.box09 dt img {
    width: 220%;
    margin-left: -120%;
}
#history dl.box09 dd {
    width: 200px;
    margin: 0;
    float: left;
}

#history dl.box09 dd p {
    margin-top: 10px;
}
#history dl.box10 {
    left: 32px;
    top: 2020px;
    right: inherit;
    width: 97%;
}
#history dl.box10 dt {
    width: 62px;
    height: auto;
    float: left;
    overflow: hidden;
}
#history dl.box10 dt img {
    width: 220%;
    margin-right: -122%;
}
#history dl.box10 dd {
    width: 75%;
    margin: 33px 0 0 2%;
    float: left;
    text-align: left;
}
#history dl.box10 dd img {
    width: 50%;
    height: auto;
    margin-top: -6px;
    margin-right: 2%;
}

#history dl.box11 {
    left: 32px;
    top: 2150px;
    width: 97%;
}
#history dl.box11 dt {
    width: 62px;
    height: auto;
    float: left;
    overflow: hidden;
}
#history dl.box11 dt img {
    width: 220%;
    margin-left: -120%;
}
#history dl.box11 dd {
    width: 220px;
    float: left;
    margin: 0;
    text-align: left;
}
#history dl.box11 dd img {
    width: 60%;
    height: auto;
    margin: 1vh 0 0;
}
#history dl.box11 dd p {
    margin: -17px 10% 0 0;
    text-shadow: #fff 3px 0px, #fff -3px 0px, #fff 0px -3px, #fff 0px 3px, #fff 3px 3px, #fff -3px 3px, #fff 3px -3px, #fff -3px -2px, #fff 1px 3px, #fff -1px 3px, #fff 1px -3px, #fff -1px -2px, #fff 3px 1px, #fff -3px 1px, #fff 3px -1px, #fff -3px -1px;
    text-align: left;
}
#history dl.box12 {
    left: 32px;
    top: 2320px;
    right: inherit;
    width: 97%;
}
#history dl.box12 dt {
    width: 62px;
    height: auto;
    float: left;
    overflow: hidden;
}
#history dl.box12 dt img {
    width: 220%;
    margin-right: -122%;
}
#history dl.box12 dd {
    width: 220px;
    margin: 0;
    text-align: left;
}
#history dl.box12 dd p {
    margin: -17px 5% 0 0;
    text-shadow: #fff 3px 0px, #fff -3px 0px, #fff 0px -3px, #fff 0px 3px, #fff 3px 3px, #fff -3px 3px, #fff 3px -3px, #fff -3px -2px, #fff 1px 3px, #fff -1px 3px, #fff 1px -3px, #fff -1px -2px, #fff 3px 1px, #fff -3px 1px, #fff 3px -1px, #fff -3px -1px;
}
#history dl.box12 dd img {
    width: 60%;
    height: auto;
    margin-left: -7%;
}

#history dl.box13 {
    left: 32px;
    top: 2520px;
    width: 97%;
}
#history dl.box13 dt {
    width: 62px;
    height: auto;
    float: left;
    overflow: hidden;
}
#history dl.box13 dt img {
    width: 220%;
    margin-left: -120%;
}
#history dl.box13 dd {
    width: 230px;
    float: left;
    margin: 0;
    text-align: left;
}
#history dl.box13 dd img {
    width: 60%;
    height: auto;
    margin: 0vh 0 0;
}
#history dl.box13 dd p {
    margin: -30px 10% 0 0;
    text-align: left;
}
#history dl.box13 dd:last-of-type {
    top: 150px;
    left: 16px;
}
#history dl.box13 dd:last-of-type p {
    margin: -30px 10% 0 0;
}
#history dl.box14 {
    left: 32px;
    top: 2900px;
    right: inherit;
    width: 97%;
}
#history dl.box14 dt {
    width: 62px;
    height: auto;
    float: left;
    overflow: hidden;
}
#history dl.box14 dt img {
    width: 220%;
    margin-right: -122%;
}
#history dl.box14 dd {
    width: 200px;
    margin: 0;
    float: left;
}
#history dl.box14 dd p {
    margin: -4px auto 0;
}


#history dl.box15 {
    left: 32px;
    top: 3100px;
    right: inherit;
    width: 97%;
}
#history dl.box15 dt {
    width: 62px;
    height: auto;
    float: left;
    overflow: hidden;
}
#history dl.box15 dt img {
    width: 220%;
    margin-left: -119%;
}
#history dl.box15 dd {
	width: 220px;
    margin: 0;
    float: left;
}
#history dl.box15 dd p {
    margin: 0px 0 0 20px;
}
#history dl.box15 dd p img {
    margin-top: -32px;
    display: block;
}

#history dl.box16 {
    left: 32px;
    top: 3330px;
    width: 97%;
}
#history dl.box16 dt {
    width: 62px;
    height: auto;
    float: left;
    overflow: hidden;
}
#history dl.box16 dt img {
    width: 211%;
    margin-right: -118%;
}
#history dl.box16 dd {
    width: 230px;
    float: left;
    margin: 0;
    text-align: left;
}
#history dl.box16 dd img {
    width: 60%;
    height: auto;
    margin: 0vh 0 0;
}
#history dl.box16 dd p {
    margin: -30px 10% 0 0;
}
#history dl.box16 dd:last-of-type {
    top: 170px;
    left: 16px;
}
#history dl.box16 dd:last-of-type p {
    margin: -30px 10% 0 0;
}

#history dl.box17 {
    left: 32px;
    top: 3710px;
    right: inherit;
    width: 97%;
}
#history dl.box17 dt {
    width: 62px;
    height: auto;
    float: left;
    overflow: hidden;
}
#history dl.box17 dt img {
    width: 219%;
    margin-left: -117%;
}
#history dl.box17 dd {
    width: 170px;
    margin: 10px 0 0 16px;
    float: left;
}
#history dl.box17 dd p {
    font-size: 18px;
    margin: 1vh auto ;
}
#history dl.box17 dd::before {
    display: none;
}
#history dl.box18 {
    left: 32px;
    top: 3940px;
    width: 97%;
}
#history dl.box18 dt {
    width: 62px;
    height: auto;
    float: left;
    overflow: hidden;
}
#history dl.box18 dt img {
    width: 211%;
    margin-right: -118%;
}
#history dl.box18 dd {
    width: 210px;
    float: left;
    margin: 0;
    text-align: left;
}
#history dl.box18 dd img {
    width: 100%;
    height: auto;
    margin: 0vh 0 0;
}
#history dl.box18 dd p {
    margin: -30px 10% 0 0;
}


.his_ribbon {
    position: absolute;
    left: 2px;
    top: 132px;
}
.his_box {
    position: relative;
    z-index: 0;
    width: 26px;
    color: #fff;
    padding: 8px 6px 22px;
    margin: 0 1% 1vh;
    font-size: 13px;
    line-height: 1.3;
}
.his_box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: skewY(-25deg);
    transform-origin: bottom left;
    z-index: -1;
    height: 100%;
    background: #002063;
    width: 26px;
}
.his_box.box01 {
    margin-bottom: 162px;
    padding-bottom: 100px;
}
.his_box.box01::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    margin: auto;
    z-index: -1;
    height: 223px;
    width: 5px;
    border-left: 5px dotted #002063;
}
.his_box.box02 {
    padding-bottom: 55px;
}
.his_box.box02::before {
    background: #007cae;
}
.his_box.box03 {
    margin-bottom: 90px;
    padding-bottom: 35px;
}
.his_box.box03::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    height: 200px;
    width: 5px;
    border-left: 5px dotted #002063;
}
.his_box.box04 {
    padding-bottom: 800px;
}
.his_box.box04::before {
    background: #007cae;
}
.his_box.box05 {
    padding-bottom: 1200px;
}
.his_box.box06 {
    padding-bottom: 1150px;
}
.his_box.box06::before {
    background: #bb0015;
}
.his_box.box06::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 260px;
    margin: auto;
    z-index: -1;
    height: 1060px;
    width: 5px;
    border-left: 5px dotted #bb0015;
}

/*-------------------------------------------------------------------------
        new
--------------------------------------------------------------------------*/
#new {
    width: 100%;
    margin: 0 auto 20vh;
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
#new h2 {
    width: 100%;
    min-height: auto;
    margin: auto;
    text-align: right;
    max-width: 500px;
}
#new h2 > img {
    width: 80%;
}
#new h2 span {
    width: 18%;
    height: auto;
    left: 2%;
    top: 3vh;
}
#new .sub {
    width: 100%;
    margin: 8vh 0 0;
    padding-left: 0;
    position: relative;
}
#new .sub p {
    width: 90%;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    float: none;
    text-align: left;
    margin: auto;
}
#new .sub figure {
    width: 30%;
    right: -2%;
    bottom: inherit;
    top: -13vh;
    max-width: 120px;
}
#new h3 {
    width: 93%;
    margin: 3vh auto 0;
}
.newbox.box_01,
.newbox.box_02,
.newbox.box_03,
.newbox.box_04 {
    margin: 2vh auto 4vh;
    width: 95%;
}
#new h4 {
    margin: 2px auto 8px;
    padding: 2px 30px 0;
    font-size: 4.6vw;
    position: relative;
}
#new h4::before,
#new h4::after {
    width: 26px;
    height: 34px;
    background-size: contain;
}
.newbox.box_01 figure,
.newbox.box_02 figure,
.newbox.box_04 figure {
    width: 37%;
    position: inherit;
    top: 0;
    right: 0;
    left: 0;
    margin: 3vh auto 2vh;
}




/*-------------------------------------------------------------------------
        product
--------------------------------------------------------------------------*/
#product {
    width: 100%;
    margin: 0 auto 56px;
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
#product h2 {
    width: 100%;
    min-height: auto;
    margin: 0;
    text-align: left;
    max-width: 500px;
}
#product h2 > img {
    width: 80%;
}
#product h2 span {
    width: 18%;
    height: auto;
    right: 2%;
    top: 0vh;
}
.probox {
    width: 95%;
    margin: 5vh auto 7vh;
    padding: 0;
}
#product h3::before,
#product h3::after {
    width: 22px;
    height: 60px;
    background-size: contain;
}
#product h3,
#product .box_01 h3, 
#product .box_04 h3 {
    margin: 4px auto 8px;
    padding: 0px 25px 0;
    font-size: 24px;
    min-height: 60px;
    line-height: 1.1;
    display: block;
    position: relative;
}
#product .box_01 h3 {
    line-height: 1.1;
}
.probox.box_01,
.probox.box_02,
.probox.box_03,
.probox.box_04 {
    background: none;
}
.probox.box_04::after {
    display: none;
}
#product .recipe_r {
    text-align: center;
}
#product figure {
    margin: 2em auto 1em;
    width: 90%;
}
#product h4 {
    margin: 20px auto 16px;
    padding: 2px 0 0 46px;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.06em;
}
#product h4::before {
    width: 40px;
    height: 60px;
    background-size: contain;
}
#product .fl {
    width: 100%;
    float: none;
    margin: auto;
}
#product .fl p {
    font-size: 15px;
}
#product .fl dl {
    margin: 24px 0 0px;
    border: 1px solid #ccc;
    padding: 2vh 2% 0.5vh;
}
#product .fl dt, 
#product .fl dd {
    font-size: 12px;
}
#product .fl dt {
    width: 90px;
}
#product .fl dd {
    width: 70%;
}
#product .fr {
    width: 98%;
    margin: 16px auto 0px;
}
#product .fr table {
    margin: 0 auto;
    width: 98%;
}
#product .fr p.bottom {
    margin: 0 2% 8vh;
}
#product .fr table tbody th {
    text-align: right;
}




/*-------------------------------------------------------------------------
        ABCrecipe
--------------------------------------------------------------------------*/
#ABCrecipe {
    width: 100%;
    margin: 5vh auto 10vh;
    display: block;
}
.ABC_body {
    width: 100%;
    margin: 5vh auto 8vh;
}
.recipe_list_body {
    width: 97%;
    margin: 5vh auto 18vh;
}
#recipe_list h3,
#ABCrecipe h3 {
    position: relative;
    font-size: 19px;
    text-align: center;
    margin: 0px 2%;
    width: auto;
}
#ABCrecipe h3 span {
    margin: 0 2em;
    padding: 0 12px;
    text-align: center;
    line-height: 1.2;
}
#ABCrecipe h3 strong ,
#recipe_list h3 strong {
    font-size: 21px;
    margin: 1vh auto 0;
}
#ABCrecipe h4 {
    width: 98%;
    min-height: auto;
    margin: 5vh auto 0;
    text-align: right;
    position: relative;
    max-width: 500px;
}
#ABCrecipe h4 > img {
    width: 83%;
    height: auto;
}
#ABCrecipe h4 span {
    width: 17%;
    left: 0%;
    top: -2vh;
}
.recipe_list #contents {
    padding: 5vh 0 0;
}
.recipe_list_body li,
.recipe_list_body li:last-child,
.recipe_list_body li:nth-child(3n) {
    width: 49%;
    margin: 0px 2% 5vh auto;
    height: auto;
}
.recipe_list_body li:nth-child(2n) {
    margin-right: 0;
}
.ABC_body li,
.ABC_body li:last-child{
    float: none;
    width: 90%;
    margin: 0px auto 5vh;
    height: auto;
}
.modalWrapper {
    max-width: 98%;
    padding: 2vh 4vw;
    width: 94%;
    height: 95%;
}
.modalWrapper h1 {
    width: 93%;
    font-size: 0.95em;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 3vh;
}
.modalWrapper .closeModal01, 
.modalWrapper .closeModal02, 
.modalWrapper .closeModal03 {
    position: absolute;
    top: -0.5vh;
    right: 1%;
    cursor: pointer;
    font-size: 24px;
    color: #b40216;
    font-weight: 600;
}
#recipe_list_con {
    padding: 0;
}


/*-------------------------------------------------------------------------
        レシピ内容
--------------------------------------------------------------------------*/
#recipe h1 {
    font-size: 26px;
    line-height: 1.2;
    padding: 16px 3% 14px;
}
#recipe h2 {
    width: 96%;
    float: none;
    background: none;
    color: #002063;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    padding: 8px 2% 10px;
}
#recipe figure {
    width: 100%;
    float: none;
}
#recipe .point_box {
    width: 97%;
    float: none;
    padding-top: 0;
    margin: 2vh auto 2vh;
}
#recipe .box03 .point_box {
    padding-top: 0;
}
#recipe p.overview {
    padding: 6px 2% 7px;
    letter-spacing: 0.06em;
    line-height: 1.4;
}
#recipe p.overview span.pc {
    display: none !important;
}
#recipe table {
    width: 100%;
    float: none;
    margin: 3vh auto 0;
    table-layout: inherit;
}
#recipe .made_box {
    width: 100%;
    float: none;
}
#recipe h3 {
    text-align: center;
}
.seachicken > h2 {
    width: 120%;
    margin-left: -10%;
}
#recipe #menu .point_box {
    padding-top: 0;
    text-align: left;
}
#recipe .point_box p.mt56,
#recipe .point_box p.mt64,
#recipe .point_box p.mt72,
#recipe .point_box p.mt80,
#recipe .point_box p.mt88,
#recipe .point_box p.mt90,
#recipe .point_box p.mt96 {
    margin-top: 8px !important;
}



/*-------------------------------------------------------------------------
        lineup
--------------------------------------------------------------------------*/
#lineup {
    width: 100%;
    margin: 0 auto 0px;
    display: block;
}
#lineup h2 {
    width: 100%;
    min-height: auto;
    margin: auto;
    text-align: left;
    max-width: 500px;
}
#lineup h2 > img {
    width: 80%;
}
#lineup h2 span {
    width: 18%;
    height: auto;
    right: 2%;
    top: 0vh;
}
.lineup_body {
    width: 96%;
    margin: 5vh auto 0vh;
}
.lineup_body li {
    width: 49%;
    margin: 0 2% 5vh 0;
    min-height: 35vh;
}

.lineup_body li:nth-child(3n) {
    margin: 0 2% 5vh 0;
}
.lineup_body li:nth-child(2n) {
    margin: 0 0 5vh;
}
.lineup_body li p {
    margin: 1vh 4px 0;
    font-size: 3.8vw;
}
.lineup_body button {
    padding: 2px 2%;
    margin: 1vh auto 0;
    width: 85%;
    font-size: 13px;
}
.lineup_body button.fl,
.lineup_body button.fr  {
    float: none;
    width: 85%;
}
.lineup_body button.buy {
    font-size: 12px;
    letter-spacing: 0.08em;
}


/*-------------------------------------------------------------------------
        bnr
--------------------------------------------------------------------------*/
.bnr_body {
    width: 95%;
    margin: 0px auto 3vh;
    padding: 2vh 0% 0;
}
.bnr_body li {
    width: 49%;
    margin: 0 2% 0 0;
}
.bnr_body li:nth-child(2n) {
    margin: 0 auto 2vh;
}
.bnr_body li:nth-child(3n) {
    margin: 0 2% 0 0;
}


/*-------------------------------------------------------------------------
        footer
--------------------------------------------------------------------------*/

ul.footer_link {
    max-width: 100%;
    margin: 0 auto 16px;
    display: block;
    border-top: 1px solid #d4d4d4;
    padding: 1.8vh 3% 1vh;
}
footer li:last-child {
    margin-right: 0;
    border-right: none;
}
footer li:first-child {
    border-left: none;
    padding-left: 4px;
}
.gotop {
    width: 50px;
    height: 50px;
    right: 2px;
    bottom: 2px;
}
.gotop a {
    width: 50px;
    height: 50px;
}
footer li a {

}

/*-------------------------------------------------------------------------
       シーチキンコンビーフ
--------------------------------------------------------------------------*/

.seachicken #product {
    margin: -40px auto 0;
}
.seachicken #product h2.balloon {
    margin: 0 auto 7vh;
}


/*-------------------------------------------------------------------------
       パンくず
--------------------------------------------------------------------------*/
.breadcrumbs {
    margin: 0 auto 2vh;
}
.breadcrumbs > ul {
    width: 90%;
    padding: 10px 0 11px;
}
.breadcrumbs > ul > li {

}
.breadcrumbs > ul > li + li {
    padding-left: 0px;
}


/*-------------------------------------------------------------------------
       サイトマップ
--------------------------------------------------------------------------*/
.sitemap #contents {
    padding: 5vh 0 0;
}
#sitemap {
    width: 90%;
}
#sitemap .fl ,
#sitemap .fr {
    width: 100%;
    float: none;
}
#sitemap .fl {
    margin-top: 5vh; 
}


/*-------------------------------------------------------------------------
       レシピ詳細
--------------------------------------------------------------------------*/

article#menu {
    width: 97%;
    margin: 10px auto 3vh;
    padding: 3% 4% 5vh;
}
.recipe_page #recipe {
    padding-bottom: 5vh;
}




}