/* KEY */
#key-box {
    background: url("../img/bargranz/key.jpg") no-repeat right 22% bottom 0;
    background-size: cover;
}
.para {
    position: relative;
}
#lead {
    position: relative;
    padding: 18vw 0 15vw;
}
#lead::before {
    content: "";
    background: url("../img/bargranz/lead_bg.png") no-repeat left top;
    top: 0;
    right: 0;
    width: 79%;
    background-size: 100%;
    height: 50vw;
    position: absolute;
}
#lead::after {
    content: "";
    position: absolute;
    background: url("../img/bargranz/lead_deco.png") no-repeat;
    top: 70%;
    left: 0;
    right: 0;
    height: 150vw;
    background-size: 170%;
    z-index: -1;
}
#lead h2 {
    font-size: 7vw;
    width: 19vw;
    height: 73vw;
    margin: 0 auto -20vw;
    z-index: 5;
    position: relative;
    line-height: 1.5;
    white-space: nowrap;
}
#lead .photo {
    width: 60%;
    margin: 0 auto 2vw;
}
#lead .col2 .photo2 {
    height: 60vw;
    margin-bottom: 6vw;
}
#lead .deco {
    font-size: 8vw;
    display: inline-block;
    color: #948a7a;
    transform: rotate(-10deg);
    margin-bottom: 13vw;
    position: relative;
    z-index: 5;
    margin-left: 5%;
    letter-spacing: 0.05em;
}
#lead .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}
@media only screen and (min-width: 768px) {
    #key-box {
        background-position: center
    }
    #lead {
        padding: 130px 0 217px;
    }
    #lead::before {
        width: calc(50% + 100px);
        height: 610px;
		background-size: auto;
    }
    #lead::after {
        background-size: cover;
        top: 0;
    }
    #lead .row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    #lead h2 {
        font-size: 40px;
        width: 235px;
        height: 350px;
        margin: 104px auto -20px;
        letter-spacing: 4px;
    }
    #lead .photo {
        margin: -28px auto 34px;
        width: auto;
        margin-right: -90px;
    }
    #lead .col2 .photo2 {
        margin-bottom: 102px;
        height: 882px;
    }
    #lead .deco {
        font-size: 74px;
        margin-bottom: 20px;
        white-space: nowrap;
        margin-left: -127px;
    }
    #lead .row {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    #lead .row .col {
        width: 400px;
    }
    #lead .row .col2 {
        width: 670px;
        margin-left: -170px;
    }
    #lead .row .col2 .txt {
        margin-left: 140px;
        letter-spacing: -1px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) {
    #lead .deco {
        margin-left: -317px;
    }
}


/* whiskey */
#whiskey {
    position: relative;
    padding: 4vw 0 15vw;
}
#whiskey h2 {
    font-size: 4vw;
    margin-bottom: -14vw;
    position: relative;
    z-index: 5;
    text-align: center;
}
#whiskey h2 span {
    color: #ffdd94;
    font-size: 15vw;
}
#whiskey .photo {
    height: 70vw;
    margin: 0 -7.6% -9vw;
}
#whiskey .row .photo2 {
    margin-bottom: 4vw;
}
#whiskey .row .col {
    margin-bottom: -4vw;
}
#whiskey .row .col .txt {
    margin-bottom: -16vw;
    position: relative;
    z-index: 5;
}
#whiskey .row2 .photo3 {
    margin-bottom: 7vw;
}
#whiskey .row2 .col h3 {
    font-size: 12vw;
    color: #b6af9f;
    margin-bottom: 6vw;
}
@media only screen and (min-width: 768px) {
    #whiskey {
        padding: 0 0 200px;
    }
    #whiskey .wrap {
        width: 1220px;
        padding: 0 20px;
    }
    #whiskey h2 {
        font-size: 30px;
        margin-bottom: -130px;
        line-height: 88px;
        margin-left: 30px;
        letter-spacing: -1px;
        text-align: left;
    }
    #whiskey h2 span {
        font-size: 135px;
        margin-left: -30px;
    }
    #whiskey .photo {
        height: 800px;
        margin: 0 calc(50% - 50vw) -60px -50px;
    }
    #whiskey .row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 90px;
    }
    #whiskey .row .photo2 {
        margin-bottom: 0;
        margin-left: -193px;
    }
    #whiskey .row .col {
        margin-bottom: -20px;
        width: 390px;
        margin-left: auto;
        margin-top: 130px;
        position: relative;
    }
    #whiskey .row .col .txt {
        margin-bottom: 0px;
        letter-spacing: -0.5px;
    }
    #whiskey .row .col .deco {
        position: absolute;
        bottom: -208px;
        width: 1043px;
        right: -271px;
    }
    #whiskey .row2 {
        display: flex;
    }
    #whiskey .row2 .photo3 {
        margin-bottom: 20px;
        margin-right: 90px;
        margin-left: 95px;
    }
    #whiskey .row2 .col {
        margin-top: 143px;
    }
    #whiskey .row2 .col h3 {
        font-size: 83px;
        margin-bottom: 70px;
    }
}
@keyframes slide-vertical {
    0% {
        background-position: center 1215px;
    }
    100% {
        background-position: top center;
    }
}
@keyframes slide-vertical-pc {
    0% {
        background-position: center 1816px;
    }
    100% {
        background-position: top center;
    }
}

/* slide-vertical */
.slide-vertical {
    position: relative;
    animation: slide-vertical 20s linear infinite;
    height: 100%;
    background-repeat: repeat-y;
    background-size: 100%;
    width: 100%;
	max-width: 478px;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	.slide-vertical {
		 animation: slide-vertical-pc 20s linear infinite;
	}
}

/* cocktail */
#cocktail {
    position: relative;
    padding: 3vw 0 15vw;
}
#cocktail::after {
    content: "";
    position: absolute;
    background: url("../img/bargranz/cocktail_bg.png") no-repeat;
    top: -47vw;
    left: -35%;
    right: 0;
    height: 150vw;
    background-size: 140%;
    z-index: -1;
}
#cocktail h2 {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 6vw;
    position: relative;
    z-index: 5;
}
#cocktail h2 span {
    color: #ffdd94;
    font-size: 15vw;
}
#cocktail .cocktail-row {
    margin-bottom: 10vw;
}
#cocktail .cocktail-row .box {
    margin-bottom: 6vw;
}
#cocktail .cocktail-row .box .photo3 {
    margin-bottom: 6vw;
}
#cocktail .cocktail-row .box h3 {
    font-size: 10vw;
    color: #b6af9f;
    margin-bottom: 6vw;
}
#cocktail .cocktail-row .box .txt2 {
    margin-bottom: 6vw;
}
#cocktail .cocktail-row .slide {
    border-left: 1px solid #A99A7A;
    border-right: 1px solid #A99A7A;
    padding: 0 2%;
    height: 120vw;
    width: 320px;
	margin: 0 auto
}
#cocktail .cocktail-row .slide .slide-vertical {
    background-image: url("../img/bargranz/cocktail_slide1.png");
}
#cocktail .cocktail-row.row2 .slide .slide-vertical {
    background-image: url("../img/bargranz/cocktail_slide2.png");
}
@media only screen and (min-width: 768px) {
    #cocktail {
        padding: 0px 0 59px;
    }
    #cocktail .wrap {
        width: 1325px;
        padding: 0 20px;
    }
    #cocktail::after {
        top: -790px;
        height: 1604px;
        left: 0;
        background-size: cover;
    }
    #cocktail h2 {
        font-size: 30px;
        margin-bottom: 120px;
        line-height: 80px;
    }
    #cocktail h2 span {
        font-size: 135px;
    }
    #cocktail .cocktail-row {
        margin-bottom: 100px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    #cocktail .cocktail-row + .cocktail-row {
        margin-bottom: 0
    }
    #cocktail .cocktail-row .box {
        margin-bottom: 20px;
        width: 670px;
        margin-top: 30px;
        margin-right: -60px;
    }
    #cocktail .cocktail-row .box .photo3 {
        margin-bottom: 67px;
        width: 663px;
    }
    #cocktail .cocktail-row .box h3 {
        font-size: 60px;
        margin-bottom: 50px;
        margin-left: 40px;
    }
    #cocktail .cocktail-row .box .txt {
        margin-left: 50px;
        width: 481px;
        letter-spacing: -1px;
    }
    #cocktail .cocktail-row .box .txt2 {
        margin-bottom: 20px;
    }
    #cocktail .cocktail-row .slide {
        width: 492px;
        border-width: 2px;
        height: 797px;
    }
}


/* photo-wrap */
.photo-wrap {
    width: 140vw;
    height: 50vw;
    display: flex;
    justify-content: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 20vw;
}
.col-left-img {
    width: 15%;
    margin-top: 10vw;
}
.col-left-img .photo-3 {
    margin-right: 5vw;
    margin-left: -10vw;
}
.photo-zoom {
    position: relative;
    text-align: center;
    width: 35%;
    height: 100%;
}
.photo-zoom .item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    transition: opacity 0.5s;
}
.photo-zoom .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.photo-zoom .item.active {
    opacity: 1;
    transition: 0.5s;
}
.col-right-img {
    width: 15%;
    margin-top: 10vw;
}
.col-right-img .photo-1 {
    margin-right: -10vw;
    margin-left: 5vw;
}
@media only screen and (min-width: 768px) {
	.photo-zoom img{
		object-position: left 30% top 0;
	}
    .photo-wrap {
        width: 100vw;
        height: 100vh;
        margin-top: 0;
        padding-top: 100px;
    }
    .col-left-img {
        width: auto;
        margin-top: 0;
        flex: 0 0 700px;
    }
    .col-right-img {
        width: auto;
        margin-top: 0;
        margin-left: 60px;
        flex: 0 0 625px;
    }
    .col-left-img .photo-1 {
        text-align: center;
        margin-bottom: 40px;
    }
    .col-left-img .photo-2 {
        margin-right: 40px;
        margin-top: 20px;
    }
    .col-left-img .photo-3 {
        margin-right: 10px;
        margin-left: 10px;
    }
    .photo-zoom {
        position: relative;
        text-align: center;
        width: 600px;
        min-width: 600px;
        height: 80%;
    }
    .photo-zoom .item {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
    }
    .photo-zoom .item.active {
        opacity: 1;
    }
    .col-right-img .photo-1 {
        margin-right: 40px;
        margin-left: 10px;
		margin-top: 70px;
    }
    .col-right-img .photo-3 {
        margin-top: 40px;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.photo-zoom{
		height: 70%;
	}
}

/* message */
#message .row .bg {
    height: 100vh;
    position: relative;
}
#message .row .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
#message .row .bg.active::before {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}
#message .col {
    padding: 5%;
}
#message .col h2 {
    font-size: 7vw;
    line-height: 1.6;
    margin-bottom: 6vw;
    text-align: center;
    letter-spacing: 0.1em;
    z-index: 5;
    position: relative;
}
#message .col .txt {
    margin-bottom: 6vw;
    position: relative;
    z-index: 5;
}
#message .col .btn-cus {
    margin-bottom: 6vw;
    position: relative;
    z-index: 5;
}
@media only screen and (min-width: 768px) {
    #message .col h2 {
        font-size: 52px;
        margin-bottom: 80px;
        letter-spacing: 0px;
    }
    #message .col .txt {
        margin-bottom: 92px;
        text-align: center;
    }
    #message .col .btn-cus {
        margin-bottom: 20px;
    }
}

.txt-js span {
    overflow: hidden;
    display: inline-block;
    -webkit-animation-duration: 0;
    -webkit-animation-fill-mode: none;
    animation-duration: 0;
    animation-fill-mode: none;
}
.txt-js[style*=visible] > span span {
    transform: translate(0);
}
.txt-js > span span {
    overflow: hidden;
    display: inline-block;
    transform: translateY(90px);
    display: inline-block;
    transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: 0.5s;
}

/* para */
#para {
    position: relative;
    padding: 10vw 0 15vw;
}
#para h2 {
    color: #b6af9f;
    font-size: 8vw;
    text-align: center;
    margin-bottom: -8vw;
}
#para h2 > span {
    display: inline-block;
    overflow: hidden;
}
@media only screen and (min-width: 768px) {
    #para {
        padding: 167px 0 20px;
    }
    #para h2 {
        font-size: 80px;
        margin-bottom: 0px;
        line-height: 90px;
    }
    #para h2 > span {
        display: inline-block;
    }
}


/* food */
#food {
    position: relative;
    padding: 0;
}
#food h2 {
    text-align: center;
    color: #ffdd94;
    font-size: 15vw;
    margin-bottom: 2vw;
    position: relative;
    z-index: 5;
}
#food .js {
    margin: 0 -7% 6vw;
}
#food .col h3 {
    font-size: 6vw;
    line-height: 1.6;
    margin-bottom: 6vw;
    text-align: center;
    letter-spacing: 0.1em;
}
#food .food-group{
	padding: 10vw 0 10vw;
}
#food .food-js {
  position: relative;
  height: 80vw;
  overflow: hidden;
}
#food .food-js li {
  position: absolute;
  clip-path: inset(0% 0 0 0);
  width: 100%;
  height: 105vw;
  top: 0;
  will-change: transform;
}
#food .food-js li:nth-child(n + 2) {
  clip-path: inset(100% 0px 0% 0);
}
#food .food-js li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media only screen and (min-width: 768px) {
    #food {
        padding: 0px 0 20px;
        min-height: 1030px;
        box-sizing: border-box;
    }
    #food .wrap {
        width: 1360px;
        padding: 0 20px;
    }
    #food h2 {
        font-size: 135px;
        margin-bottom: 110px;
        margin-left: auto;
        width: 420px;
    }
    #food .js {
        margin-bottom: 20px;
        position: absolute;
        left: calc(50% - 50vw);
        right: calc(50% + -150px);
        top: 0;
		margin: 0;
    }
	#food .food-js{
		height: 100vh;
	}
    #food .js .ob {
        height: 110vh;
    }
    #food .col {
        margin-left: auto;
        width: 300px;
    }
    #food .col h3 {
        font-size: 30px;
        margin-bottom: 128px;
        line-height: 60px;
        margin-right: 62px;
        text-align: right;
    }
    #food .col .txt {
        width: 320px;
        margin-left: -71px;
        letter-spacing: 0;
    }
}


/* floor */
#floor {
    position: relative;
    padding: 15vw 0 15vw;
}
#floor::after {
    content: "";
    position: absolute;
    background: url("../img/bargranz/food_bg.png") no-repeat;
    top: -55vw;
    left: 0;
    right: 0;
    height: 150vw;
    background-size: 210%;
    z-index: -1;
}
#floor h2 {
    color: #ffdd94;
    font-size: 16vw;
    margin-bottom: 3vw;
    position: relative;
    z-index: 5;
}
#floor .ttl {
    font-size: 10vw;
    position: relative;
    margin-bottom: 6vw;
    width: 20%;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: -4vw;
}
#floor .ttl span {
    font-size: 22vw;
}
#floor .ttl::after {
    content: "";
    background: url("../img/bargranz/floor_deco.png") no-repeat;
    position: absolute;
    top: 57%;
    left: -75%;
    width: 15vw;
    height: 10vw;
    background-size: 100%;
}
#floor .para {
    height: 67vw;
}
#floor h3 {
    text-align: center;
    font-size: 5vw;
    padding: 5%;
}
#floor h3 span {
    display: inline-block;
    border-bottom: 1px solid;
}
#floor .map {
    margin-top: 5vw;
}
#floor .map h4 {
    font-size: 5vw;
    color: #b6af9f;
    text-align: center;
    font-weight: 600;
}
@media only screen and (min-width: 768px) {
    #floor {
        padding: 146px 0 20px;
    }
    #floor::after {
        top: -630px;
        width: 100%;
        height: 1600px;
        background-size: cover;
    }
    #floor .wrap {
        width: 1250px;
        padding: 0 20px;
    }
    #floor h2 {
        font-size: 135px;
        margin-bottom: 38px;
    }
    #floor .ttl {
        font-size: 100px;
        margin-bottom: 20px;
        right: -60px;
        top: -60px;
    }
    #floor .ttl span {
        font-size: 200px;
    }
    #floor .ttl::after {
        width: 120px;
        left: -120px;
        top: 60px;
    }
    #floor .set {
        position: relative;
        margin-left: 10%;
    }
    #floor .para {
        height: 900px;
    }
    #floor h3 {
        font-size: 30px;
        padding: 0;
        position: absolute;
        bottom: 55px;
        left: 90px;
        z-index: 5;
        line-height: 66px;
        text-align: left;
    }
    #floor .map {
        margin-top: 109px;
        text-align: center;
    }
    #floor .map h4 {
        font-size: 36px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	#floor{
		padding-top: 600px;
	}
}
