.bg-fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: url(../img/shared/bd_bg.jpg) repeat;
	opacity: 0;
	visibility: hidden;
	
}
/* key box */
.bg-fixed.active{
	opacity: 1;
	visibility: visible;
}
#key-box {
    position: relative;
}
#key-box .img {
    height: 100vh;
    z-index: 3;
}
#key-box .logo {
    top: 15vw;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    header .logo {
        width: 30%;
        top: 62vw;
    }
    #key-box.active .img {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center
    }
    #key-box.active .img img {
        height: 82vw;
        transition: all 0.5s;
    }
	
}
@media only screen and (min-width: 768px) {
    #head-key .bnr-instagram {
        top: 213px;
        width: 393px;
        left: 0;
    }
    #key-box .img {
        height: 900px;
        min-height: 100vh;
    }
	#key-box h2{
		    position: absolute;
			top: 50%;
			left: 0;
			right: 0;
			text-align: center;
			font-size: 32px;
			text-shadow: 0px 0px 5px #000, 0px 0px 5px #000;
			transform: translateY(-50%);
		z-index: 10;
		opacity: 0;
	
	}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    #key-box .img.active img {
        height: 70vh;
    }
}
/* sec 1 */
#sec1 {
    background: url(../img/about/key_bg.png) repeat-x center top;
    background-size: 110%;
}
#sec1 .group {
    margin-bottom: 10vw;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
#sec1 .group .row {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    width: 100%;
    height: 100%;
}
#sec1 .group .row .img {
    height: 100%;
}
#sec1 .group .row h2 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 5vw;
    text-shadow: 0px 0px 5px #000, 0px 0px 5px #000;
    transform: translateY(-50%);
}
#sec1 .group .img-left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    width: 48%;
}
#sec1 .group .img-left .img1 {
    margin-bottom: 10vw;
}
#sec1 .group p {
    height: 50vh;
}
#sec1 .group .img-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    width: 48%;
}
#sec1 .group .img-right .img1 {
    margin-bottom: 10vw;
}
#sec1 .txt {
    margin-bottom: 4vw;
    padding: 0 5%;
}
@media only screen and (min-width: 768px) {
    #sec1 {
        background-size: auto;
        background-position: center bottom;
		
    }
    #sec1 .group {
        margin-bottom: 110px;
    }
    #sec1 .group .row h2 {
        font-size: 32px;
        letter-spacing: 3px;
    }
    #sec1 .group .img-left .img1 {
        margin-bottom: 103px;
    }
    #sec1 .group p {
        height: 420px;
		min-height: calc(50vh - 50px);;
    }
    #sec1 .group .img-right {
        text-align: right;
    }
    #sec1 .group .img-right .img1 {
        margin-bottom: 110px;
        text-align: right;
    }
    #sec1 .txt {
        margin-bottom: 30px;
        padding: 0;
        text-align: center;
    }
}
/* anker-btn */
#anker-btn {
    position: relative;
    padding: 15vw 0 15vw;
}
#anker-btn .slider1 {
    position: absolute;
    top: 35vw;
    left: 0;
    width: 100%;
}
#anker-btn .slider1 li {
    font-size: 22vw;
    opacity: 0.05;
}
#anker-btn h2 {
    text-align: center;
    margin-bottom: 12vw;
    letter-spacing: 0.2em;
}
#anker-btn h2 span {
    display: inline-block;
    font-size: 6vw;
    position: relative;
    text-align: center;
}
#anker-btn h2 span::before {
    position: absolute;
    top: 15px;
    left: -25%;
    width: 20%;
    height: 1px;
    background: #fff;
    content: "";
}
#anker-btn h2 span::after {
    position: absolute;
    top: 15px;
    right: -25%;
    width: 20%;
    height: 1px;
    background: #fff;
    content: "";
}
#anker-btn .list-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#anker-btn .list-btn li {
    margin-bottom: 6vw;
    margin: 0 5px;
}
@media only screen and (min-width: 768px) {
    #anker-btn {
        padding: 107px 0 30px;
    }
    #anker-btn .slider1 {
        top: 240px;
    }
    #anker-btn .slider1 li {
        font-size: 173px;
    }
    #anker-btn h2 {
        margin-bottom: 119px;
    }
    #anker-btn h2 span {
        font-size: 32px;
    }
    #anker-btn h2 span::before {
        width: 174px;
        left: -200px;
        top: 24px;
    }
    #anker-btn h2 span::after {
        width: 174px;
        right: -200px;
        top: 24px;
    }
    #anker-btn .list-btn {
        width: auto;
        flex-direction: row;
        display: flex;
        justify-content: space-between;
    }
    #anker-btn .list-btn li {
        margin-bottom: 30px;
    }
}
/* meat */
#meat {
    position: relative;
    padding: 15vw 0 15vw;
}
#meat h2 {
    font-size: 7vw;
    position: relative;
    margin-bottom: 6vw;
    padding-bottom: 3vw;
    letter-spacing: 0.15em;
}
#meat h2::after {
    position: absolute;
    content: "";
    background: url("../img/shared/lunch_ttl_bg.jpg") repeat;
    height: 1px;
    left: 0;
    width: 100%;
    top: 100%;
}
#meat h2 small {
    font-size: 5vw;
}
#meat .num {
    position: absolute;
    font-size: 63vw;
    opacity: 0.15;
    color: #b8853e;
    top: -2vw;
    left: 0;
}
#meat h3 {
    font-size: 5vw;
    position: relative;
    margin-bottom: 7vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
#meat h3 span {
    margin-left: 34%;
}
#meat .photo {
    margin-bottom: 8vw;
}
#meat .txt {
    margin-bottom: 10vw;
}
#meat .photo1 {
    margin: 0 auto;
    width: 80%;
}
@media only screen and (min-width: 768px) {
    #meat {
        padding: 245px 0 10px;
    }
    #meat .wrap {
        width: 1120px;
        padding: 0 20px
    }
    #meat h2 {
        font-size: 52px;
        margin-bottom: 48px;
        padding-bottom: 21px;
        letter-spacing: 5px;
        padding-left: 34px;
    }
    #meat h2::after {
        width: 362px;
    }
    #meat h2 small {
        font-size: 42px;
    }
    #meat .num {
        font-size: 573px;
        left: -90px;
        top: 0px;
    }
    #meat h3 {
        font-size: 28px;
        margin-bottom: 67px;
        margin-left: 82px;
        line-height: 61px;
    }
    #meat h3 span {
        margin-left: 207px;
    }
    #meat .photo {
        margin-bottom: 30px;
        position: absolute;
        right: -200px;
        top: -40px;
        left: 676px;
    }
    #meat .txt {
        margin-bottom: -195px;
        width: 285px;
        margin-left: 259px;
    }
    #meat .photo1 {
        width: auto;
        margin-left: -220px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    #meat .photo1 {
        max-width: 26%;
        margin-left: -50px;
    }
}
/* floor */
#floor {
    position: relative;
    padding: 23vw 0 15vw;
}
#floor h2 {
    font-size: 7vw;
    position: relative;
    margin-bottom: 21vw;
    padding-bottom: 3vw;
    letter-spacing: 0.15em;
}
#floor h2::after {
    position: absolute;
    content: "";
    background: url("../img/shared/lunch_ttl_bg.jpg") repeat;
    height: 1px;
    left: 0;
    width: 100%;
    top: 100%;
}
#floor h2 small {
    font-size: 5vw;
}
#floor .num {
    position: absolute;
    font-size: 63vw;
    opacity: 0.1;
    color: #b8853e;
    top: -5vw;
    left: 0;
}
#floor h3 {
    font-size: 5vw;
    position: relative;
    margin-bottom: 7vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
#floor h3 span {
    margin-left: 14%;
    white-space: nowrap;
}
#floor .photo {
    margin-bottom: 7vw;
}
#floor .txt {
    margin-bottom: 10vw;
}
#floor .photo1 {
    margin-bottom: 6vw;
}
#floor .btn-cus {
    margin-bottom: 14vw;
}
@media only screen and (min-width: 768px) {
    #floor {
        padding: 30px 0 220px;
        margin-top: -60px;
        margin-bottom: -326px;
    }
    #floor .wrap {
        width: 1200px;
        padding: 0 20px
    }
    #floor h2 {
        font-size: 42px;
        margin-bottom: 142px;
        padding-bottom: 30px;
        margin-left: auto;
        margin-right: 130px;
        letter-spacing: 5px;
    }
    #floor h2::after {
        width: 1px;
        height: 360px;
        right: -22px;
        top: -40px;
    }
    #floor h2 small {
        font-size: 42px;
    }
    #floor .num {
        font-size: 570px;
        right: -30px;
        left: auto;
        top: 270px;
    }
    #floor h3 {
        font-size: 28px;
        margin-bottom: 51px;
        width: 620px;
        margin-left: auto;
        line-height: 58px;
    }
    #floor h3 span {
        margin-left: 34px;
    }
    #floor .photo {
        margin-bottom: 30px;
        position: absolute;
        left: -40px;
        top: 161px;
        width: 924px;
    }
    #floor .txt {
        margin-bottom: 48px;
        width: 402px;
        margin-left: auto;
        z-index: 5;
        position: relative;
        margin-right: 116px;
    }
    #floor .photo1 {
        margin-bottom: 30px;
    }
    #floor .btn-cus {
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: 255px;
        z-index: 5;
    }
    #floor .photo2 {
        position: absolute;
        right: -149px;
        bottom: -230px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    #floor .photo2 {
        right: -70px;
        max-width: 25%;
    }
}
/* sake */
#sake {
    position: relative;
    padding: 15vw 0 7vw;
    background: url(../img/shared/bd_bg.jpg) repeat;
}
#sake h2 {
    font-size: 7vw;
    position: relative;
    margin-bottom: 11vw;
    padding-bottom: 3vw;
}
#sake h2::after {
    position: absolute;
    content: "";
    background: url("../img/shared/lunch_ttl_bg.jpg") repeat;
    height: 1px;
    left: 0;
    width: 100%;
    top: 100%;
}
#sake h2 small {
    font-size: 5vw;
}
#sake .num {
    position: absolute;
    font-size: 63vw;
    opacity: 0.16;
    color: #b8853e;
    top: -3vw;
    left: 0;
}
#sake h3 {
    font-size: 5vw;
    position: relative;
    margin-bottom: 9vw;
    letter-spacing: 0.15em;
    line-height: 1.6;
}
#sake h3 span {
    margin-left: 20%;
}
#sake .photo {
    margin-bottom: 7vw;
}
#sake .txt {
    margin-bottom: 8vw;
}
#sake .photo1 {
    margin-bottom: 6vw;
}
#sake .btn-cus {
    margin-bottom: 12vw;
}
#sake .photo2 {
    width: 80%;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    #sake {
        padding: 30px 0 760px;
    }
    #sake h2 {
        font-size: 42px;
        margin-bottom: -140px;
        padding-bottom: 30px;
        margin-left: 20px;
        letter-spacing: 5px;
    }
    #sake h2::after {
        width: 1px;
        height: 241px;
        right: -23px;
        top: -65px;
    }
    #sake .num {
        font-size: 570px;
        top: 224px;
        left: -148px;
    }
    #sake h3 {
        font-size: 28px;
        margin-bottom: 60px;
        margin-left: 149px;
        letter-spacing: 3px;
        line-height: 59px;
    }
    #sake h3 span {
        margin-left: 120px;
    }
    #sake .photo {
        margin-bottom: 30px;
        position: absolute;
        left: -250px;
        top: 706px;
    }
    #sake .txt {
        margin-bottom: 57px;
        margin-left: 210px;
        width: 390px;
    }
    #sake .photo1 {
        margin-bottom: 30px;
    }
    #sake .btn-cus {
        margin-bottom: 30px;
        margin-left: 165px;
        z-index: 6;
    }
    #sake .photo2 {
        width: auto;
        position: absolute;
        right: -200px;
        bottom: -600px;
    }
}
/* course */
#course {
    position: relative;
    padding: 35vw 0 5vw;
    opacity: 0;
    background: url(../img/shared/bd_bg.jpg) repeat;
}
#course .set {
    position: relative;
    padding-top: 160px;
}
#course .set .first {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: -148px !important;
}
#course .set .first .piece {
    background: url("../img/about/course_bg.jpg") no-repeat;
    width: calc(100% / 4);
    height: 100vh;
    background-size: auto 100%;
}
#course .set .first .piece:nth-child(1) {
    margin-top: 15vw;
    background-position: -4.5vw 0;
}
#course .set .first .piece:nth-child(2) {
    margin-top: 10vw;
    background-position: -29.5vw 0;
}
#course .set .first .piece:nth-child(3) {
    margin-top: 5vw;
    background-position: -54vw 0;
}
#course .set .first .piece:nth-child(4) {
    margin-top: 0;
    background-position: -79vw 0;
}
#course .set .col {
    padding: 11% 14% 14% 5%;
    width: 94%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}
#course .set .col .bg {
    background: url("../img/about/course_bg2.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
#course .set .col .bg::before {
    content: "";
    background: url("../img/about/course_p1.jpg") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 80vw;
    background-size: 100%;
    z-index: 2;
    mix-blend-mode: lighten;
}
#course .set .col .bg::after {
    content: "";
    background: url("../img/about/course_p2.png") no-repeat bottom;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 120vw;
    background-size: 100%;
    z-index: -1;
}
#course .set .col h2 {
    font-size: 6vw;
    line-height: 1.8;
    margin-bottom: 8vw;
}
#course .set .col h2 span {
    font-size: 6vw;
}
#course .set .col .deco {
    font-size: 20vw;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
}
#course .set .col .txt {
    margin-bottom: 5vw;
}
.group-sec {
    position: relative;
}
@media only screen and (max-width: 767px) {
    #course {
        margin-bottom: -25vw;
    }
	
	
}
@media only screen and (min-width: 768px) {
    #course {
        padding: 30px 0 30px;
    }
    #course .set .first .piece {
        height: 900px;
        background-size: auto 65vw;
    }
    #course .set .first .piece:nth-child(1) {
        margin-top: 148px;
        background-position: 0% 100%;
    }
    #course .set .first .piece:nth-child(2) {
        margin-top: 98px;
        background-position: 29% 100%;
    }
    #course .set .first .piece:nth-child(3) {
        margin-top: 48px;
        background-position: 58% 100%;
    }
    #course .set .first .piece:nth-child(4) {
        background-position: 87.2% 100%;
    }
    #course .set .col {
        padding: 155px 256px 240px;
        width: calc(50% + 354px);
        box-sizing: border-box;
        bottom: 0;
        top: 148px;
        height: 900px;
    }
    #course .set .col::before {
        width: 252px;
        top: 20px;
        height: 500px;
    }
    #course .set .col::after {
        width: 778px;
    }
    #course .set .col h2 {
        font-size: 28px;
        margin-bottom: 40px;
        line-height: 60px;
    }
    #course .set .col h2 span {
        font-size: 32px;
    }
    #course .set .col .deco {
        font-size: 150px;
        line-height: 140px;
        top: 240px;
    }
    #course .set .col .txt {
        margin-bottom: 74px;
        width: 670px;
    }
    #course .set .col .btn-cus a:hover {
        opacity: 0.8;
    }
}
@media only screen and (min-width: 768px) and (max-height: 800px) {
    #course .set .col h2 {
        margin-bottom: 20px;
    }
    #course .set .col .txt {
        margin-bottom: 35px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    #course .set .first .piece {
        min-height: 100vh;
    }
    #course .set .col {
        height: 100vh;
    }
    #course .set .first .piece {
        background-size: auto 143vw;
    }
    #course .set .first .piece:nth-child(1) {
        margin-top: 148px;
        background-position: -2vw 100%;
    }
    #course .set .first .piece:nth-child(2) {
        margin-top: 98px;
        background-position: -27vw 100%;
    }
    #course .set .first .piece:nth-child(3) {
        margin-top: 48px;
        background-position: -52vw 100%;
    }
    #course .set .first .piece:nth-child(4) {
        background-position: -77vw 100%;
    }
}
/* alacarte */
#alacarte {
    position: relative;
    padding: 0vw 0 15vw;
}
#alacarte h2 {
    font-size: 6.5vw;
    line-height: 1.5;
    margin-bottom: 6vw;
    letter-spacing: 0.1em;
}
#alacarte .deco {
    font-size: 20vw;
    position: absolute;
    right: 0;
    top: -13vw;
    opacity: 0.1;
    white-space: nowrap;
}
#alacarte .txt {
    margin-bottom: 3vw;
    width: 60%;
    margin-right: 0%;
}
#alacarte .row {
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 8vw;
}
#alacarte .photo {
    margin-bottom: 6vw;
    width: 34%;
    margin-top: 2vw;
}
#alacarte .btn-cus {
    margin-bottom: 14vw;
}
#alacarte .list-photo {
    justify-content: space-between;
}
#alacarte .list-photo li {
    width: 48%;
}
#alacarte .list-photo li:first-child {
    margin-top: 20vw;
}
@media only screen and (min-width: 768px) {
    #alacarte {
        padding: 120px 0 134px;
    }
    #alacarte h2 {
        font-size: 28px;
        margin-bottom: -177px;
        line-height: 60px;
        margin-left: auto;
        margin-right: 70px;
        position: relative;
        z-index: 5;
    }
    #alacarte .deco {
        font-size: 160px;
        right: calc(50% - 50vw);
        top: -149px;
        line-height: 120px;
    }
    #alacarte .txt {
        margin-bottom: 30px;
        margin-top: 68px;
        width: 350px;
        height: 297px;
        margin-left: -88px;
        z-index: 5;
        letter-spacing: 1px;
    }
    #alacarte .row {
        margin-bottom: -145px;
        width: 500px;
        flex-direction: row;
        margin-left: auto;
    }
    #alacarte .photo {
        margin-bottom: 30px;
        margin-top: 30px;
        width: 280px;
        margin-right: -149px;
    }
    #alacarte .btn-cus {
        margin-bottom: 30px;
        margin-left: 420px;
    }
    #alacarte .list-photo {
        position: absolute;
        left: -203px;
        top: 0;
    }
    #alacarte .list-photo li:first-child {
        margin-top: 120px;
        margin-right: 41px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    #alacarte .list-photo {
        max-width: 51%;
        left: -70px;
    }
}
/* takeout */
#takeout {
    position: relative;
    padding: 15vw 0 15vw;
    background: url("../img/shared/bg3.jpg") repeat;
}
#takeout h2 {
    font-size: 6.5vw;
    line-height: 1.8;
    margin-bottom: 6vw;
    letter-spacing: 0.1em;
}
#takeout h2::after {
    content: "";
    position: absolute;
    top: 18vw;
    right: 0;
    width: 7%;
    height: 1px;
    background: #fff;
}
#takeout .deco {
    font-size: 20vw;
    position: absolute;
    left: 4%;
    top: -16vw;
    opacity: 0.1;
    white-space: nowrap;
}
#takeout .photo {
    margin-bottom: 8vw;
}
#takeout .txt {
    margin-bottom: 12vw;
}
#takeout .btn-cus {
    margin-bottom: 6vw;
}
@media only screen and (min-width: 768px) {
    #takeout {
        padding: 129px 0 77px;
    }
    #takeout .wrap {
        width: 1340px;
        padding: 0 20px
    }
    #takeout h2 {
        font-size: 28px;
        margin-bottom: 38px;
        line-height: 60px;
    }
    #takeout h2::after {
        top: 91px;
        left: 404px;
        width: 78px;
    }
    #takeout .deco {
        font-size: 130px;
        left: calc(50% - 50vw);
        top: -128px;
        line-height: 130px;
    }
    #takeout .photo {
        margin-bottom: 30px;
        position: absolute;
        left: 600px;
        top: -30px;
        width: 771px;
    }
    #takeout .txt {
        margin-bottom: 76px;
        width: 410px;
    }
    #takeout .btn-cus {
        margin-bottom: 30px;
    }
}