.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
    align-items: center;
}
.infiniteslide_wrap{
	overflow: visible !important
}
@media only screen and (max-width: 767px) {
	header h1{
		top: 190vw;
	}
}
/* KEY*/
.key-js li {
    height: 187vw;
}
.key-js li figure{
		height: 100%
}
#lead {
    padding: 0vw 0 15vw;
    position: relative;
}
#lead::after {
    content: "";
    background: url("../img/shared/bg2.jpg") repeat;
    position: absolute;
    top: -25vw;
    right: 57%;
    width: 60%;
    height: 190vw;
    transform: skewX(-26deg);
    z-index: -1;
}
#lead .swiper1 {
    color: #333;
    margin-bottom: 5vw;
}
#lead .swiper1 li {
    font-size: 6vw;
    margin: 0 5%;
    width: auto !important;
    font-weight: normal;
    color: #767676;
}
#lead .photo1 {
    width: 40%;
    margin-left: auto;
    margin-bottom: -35vw;
}
#lead h2 {
    font-size: 11vw;
    font-weight: 500;
    margin-bottom: -6vw;
    position: relative;
    z-index: 5;
    line-height: 1.2;
    letter-spacing: 0.05em;
}
#lead h2 > span:nth-child(3) {
    margin-left: 10%;
}
#lead h2 > span:nth-child(5) {
    margin-left: 30%;
}
#lead .photo2 {
    width: 100%;
    margin-bottom: 5vw;
    margin-left: -7%;
}
#lead .col h3 {
    font-size: 7vw;
    line-height: 1.5;
    margin-bottom: 6vw;
}
#lead .deco1 {
    position: absolute;
    top: -1%;
    left: -8%;
    width: 35%;
    z-index: 5;
}
#lead .deco2 {
    position: absolute;
    top: 47vw;
    right: 0;
    width: 28%;
    z-index: 5;
}
@media only screen and (min-width: 768px) {
    .key-js li {
        height: 900px;
    }
	
    #lead {
        padding: 88px 0 20px;
    }
    #lead .wrap {
        width: 1210px;
        padding: 0 20px;
    }
    #lead::after {
        top: 0;
        transform: skewX(-51deg);
        width: 680px;
        right: calc(50% + 1090px);
    }
    #lead .swiper1 {
        margin-bottom: -39px;
    }
    #lead .swiper1 li {
        font-size: 65px;
        margin: 0;
    }
    #lead .photo1 {
        margin-bottom: -20px;
        position: absolute;
        top: -12px;
        right: calc(50% - 654px);
        width: auto;
        z-index: 5;
    }
    #lead h2 {
        font-size: 88px;
        margin-bottom: 269px;
        top: 103px;
        left: 292px;
        letter-spacing: 0;
    }
    #lead h2 > span:nth-child(3) {
        margin-left: 68px;
        letter-spacing: 2px;
    }
    #lead h2 > span:nth-child(5) {
        margin-left: 196px;
        letter-spacing: 10px;
        font-size: 75px;
    }
    #lead .photo2 {
        margin-bottom: -230px;
        right: calc(50% + -66px);
        position: absolute;
        top: 160px;
        left: calc(50% - 50vw);
        height: 928px;
        width: auto;
    }
    #lead .col {
        width: 454px;
        margin-left: auto;
        margin-right: -15px;
        letter-spacing: -1px;
        z-index: 5;
        position: relative;
    }
    #lead .col h3 {
        font-size: 40px;
        margin-bottom: 60px;
        letter-spacing: 0px;
    }
    #lead .deco1 {
        left: -292px;
        top: -64px;
        width: auto;
    }
    #lead .deco2 {
        top: 425px;
        right: calc(50% - 756px);
        width: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
    #lead .deco1 {
        left: -20px;
        max-width: 30%;
    }
    #lead .col {
        margin-right: 20px;
    }
}

/* system */
#system {
    position: relative;
    padding: 1vw 0 15vw;
}
#system .deco1 {
    position: absolute;
    right: 0;
    top: -8vw;
    width: 20%;
}
#system .row {
    margin-bottom: 6vw;
}
#system .row h2 {
    font-size: 12vw;
    font-weight: 600;
    margin-bottom: 5vw;
    margin-right: 5%;
}
#system .row .sub-ttl {
    font-size: 4vw;
}
#system .note {
    text-align: center;
    margin-bottom: 5vw;
}
#system .box {
    position: relative;
    padding: 10vw 8%;
    border-radius: 25px;
    background: #6b6db3;
    margin-bottom: 8vw;
}
#system .box .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 300px;
    margin: 0 auto 5vw;
}
#system .box .list li {
    background: #4548b5;
    font-weight: 500;
    border-radius: 50px;
    padding: 2px 13px;
    width: auto;
    display: inline-block;
    margin: 0 4% 2vw;
    font-size: 12px;
    position: relative;
}
#system .box .list li:first-child {
    margin: 0 14% 2vw;
}
#system .box .list li:first-child::before {
    display: none;
}
#system .box .list li::before {
    content: "";
    background: url("../img/barzing/lead_icon1.png") no-repeat;
    width: 11px;
    height: 15px;
    background-size: 100%;
    left: -17px;
    top: 14px;
    position: absolute;
}
#system .box .price {
    text-align: center;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 5vw 0;
    margin-bottom: 5vw;
}
#system .box .price dt {
    font-size: 16px;
    margin-bottom: 2vw;
}
#system .box .price dt span {
    font-size: 22px;
    font-weight: bold;
    margin-right: 4px;
    vertical-align: bottom;
}
#system .box .price dd {
    font-size: 24px;
}
#system .box .price dd span {
    font-size: 35px;
}
#system .box .time {
    margin-bottom: 10vw;
}
#system .box .time dt {
    font-size: 15px;
    margin-right: 10%;
    font-weight: normal;
}
#system .box .time dd {
    font-size: 25px;
    font-weight: 900;
}
#system .box .time dd span {
    font-size: 24px;
    font-weight: normal;
}
#system .box .time dd small {
    font-size: 12px;
}
#system .box .list2 {
    background: #b7b8f0;
    border-radius: 20px;
    padding: 10vw 5%;
    color: #000;
}
@media only screen and (min-width: 768px) {
    #system {
        padding: 196px 0 180px;
    }
    #system .wrap {
        width: 1230px;
        padding: 0 20px;
    }
    #system .deco1 {
        width: auto;
        top: -260px;
        right: 10px;
    }
    #system .row {
        margin-bottom: 40px;
    }
    #system .row h2 {
        font-size: 109px;
        margin-bottom: 20px;
        margin-right: 70px;
    }
    #system .row .sub-ttl {
        font-size: 30px;
        margin-top: 8px;
        letter-spacing: -1px;
    }
    #system .note {
        margin-bottom: 20px;
        margin-right: 20px;
        text-align: right;
    }
    #system .box {
        padding: 64px 100px 51px;
        margin-bottom: 50px;
    }
    #system .box .list {
        margin: 0 auto 41px;
        flex-wrap: nowrap;
        width: auto;
        padding-left: 19px;
        align-items: center;
    }
    #system .box .list li {
        margin: 0;
        font-size: 24px;
        min-width: auto;
        text-align: center;
        padding: 2px 25px;
        margin: 0 20px;
        min-width: 155px;
        box-sizing: border-box;
    }
    #system .box .list li:first-child {
        margin-right: 30px;
        margin-left: 50px;
        margin-bottom: 0;
    }
    #system .box .list li::before {
        width: 22px;
        height: 22px;
        left: -31px;
        top: 11px;
    }
    #system .box .price {
        padding: 20px 0;
        margin-bottom: 20px;
        border-width: 4px;
        margin: 0 20px 30px;
        display: flex;
        align-items: center;
        padding: 50px 50px 29px;
        justify-content: center;
    }
    #system .box .price dt {
        font-size: 30px;
        margin-bottom: 20px;
        margin-right: 53px;
    }
    #system .box .price dt span {
        font-size: 60px;
    }
    #system .box .price dd {
        font-size: 70px;
        align-self: baseline;
    }
    #system .box .price dd span {
        font-size: 95px;
    }
    #system .box .time {
        margin-bottom: 40px;
        justify-content: flex-start;
        padding-left: 150px;
    }
    #system .box .time dt {
        font-size: 26px;
        margin-right: 42px;
        margin-left: 48px;
        letter-spacing: 3px;
    }
    #system .box .time dd {
        font-size: 50px;
        font-weight: 900;
        letter-spacing: 5px;
        margin-top: -3px;
    }
    #system .box .time dd span {
        font-size: 50px;
    }
    #system .box .time dd small {
        font-size: 15px;
        margin-left: 10px;
        margin-right: -46px;
        white-space: nowrap;
        align-self: self-start;
        letter-spacing: 1px;
        line-height: 40px;
        margin-bottom: 9px;
        display: inline-block;
        vertical-align: text-bottom;
    }
    #system .box .list2 {
        display: flex;
        padding: 12px 13px 20px 100px;
        line-height: 30px;
        justify-content: flex-start;
        letter-spacing: 1px;
        font-size: 15px;
    }
    #system .box .list2 ul {
        width: 470px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
    #system .box .list2 {
        padding: 20px;
    }
}

/* howto */
#howto{
	padding-bottom: 15vw;
}
#howto .set1 .group .bg {
    height: 100vh;
    position: relative;
    margin-bottom: 9vw;
}
#howto .set1 .group .bg img {
    object-position: right 12% top 0;
}
#howto .set1 .group .bg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
#howto .set1 .group .bg.active::before {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}
#howto .set1 .row {
    padding: 0 5%;
    margin-bottom: 10vw;
    z-index: 5;
    position: relative;
    min-height: 120vw;
}
#howto .set1 .row h2 {
    font-size: 7vw;
    text-align: center;
    margin-bottom: 6vw;
    line-height: 1.6;
    font-weight: 600;
}
#howto .set1 .row h2 span {
    font-size: 10vw;
    font-weight: 600;
}
#howto .set2 {
    position: relative;
}
#howto .set2 .gr-photo {
    margin-bottom: 8vw;
    justify-content: space-between;
	z-index: 5;
    position: relative;
}
#howto .set2 .gr-photo li {
    width: 48%;
}
#howto .set2 .gr-photo li:nth-child(2) {
    margin-top: 11vw;
}
#howto .set2 .photo {
    position: relative;
    margin-bottom: -16vw;
    z-index: 5;
}
#howto .set2 .photo span {
    position: absolute;
    top: -15vw;
    left: 0;
    right: 0;
    z-index: 5;
    margin: 0 auto;
    width: 86%;
}
#howto .set2 .col {
    position: relative;
    z-index: 5;
}
#howto .set2 .col h3 {
    font-size: 6vw;
    line-height: 1.6;
    margin-bottom: 6vw;
    font-weight: 600;
}
#howto .set2 .col h3 span {
    font-size: 20vw;
}
#howto .set2 .deco {
    position: absolute;
    bottom: 122vw;
    left: 0;
    width: 80%;
    z-index: -1;
}
#howto .set2::after {
    content: "";
    background: url("../img/shared/bg2.jpg") repeat;
    position: absolute;
    top: 95vw;
    left: 0;
    width: 100%;
    height: 450px;
    z-index: 0;
}
#howto .set3 {
    position: relative;
    padding: 32vw 0 15vw;
}
#howto .set3 h3 {
    font-size: 6vw;
    line-height: 1.6;
    margin-bottom: 9vw;
    text-align: center;
    font-weight: 600;
}
#howto .set3 h3 span {
    font-size: 20vw;
    margin-bottom: -3vw;
    display: inline-block;
}
#howto .set3 .inner {
    justify-content: space-between;
}
#howto .set3 .inner .left, #howto .set3 .inner .right {
    width: 50%;
    position: relative;
    transition: 0.5s all ease;
    overflow: hidden;
}
#howto .set3 .inner .left li, #howto .set3 .inner .right li {
    height: 70vw;
}
#howto .set3 .inner .left::before, #howto .set3 .inner .right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.2);
}
#howto .set3 .inner .left.active::before, #howto .set3 .inner .right.active::before {
    background: rgba(0, 0, 0, 0.4);
}
#howto .set3 .inner .ttl, #howto .set3 .inner .ttl2 {
    font-size: 7vw;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 2vw;
    position: relative;
}
#howto .set3 .inner .ttl::after {
    content: "";
    content: "";
    background: url("../img/barzing/icon_back.png") no-repeat;
    position: absolute;
    top: 2vw;
    right: 10%;
    width: 25px;
    height: 15px;
    background-size: 100%;
    transform: rotate(180deg);
}
#howto .set3 .inner .right .ttl::before {
    content: "";
    content: "";
    content: "";
    background: url("../img/barzing/icon_back.png") no-repeat;
    position: absolute;
    top: 2vw;
    left: 4%;
    width: 25px;
    height: 15px;
    background-size: 100%;
}
#howto .set3 .inner .right .ttl::after {
    display: none
}
#howto .set3 .inner .left.active .on, #howto .set3 .inner .right.active .on {
    opacity: 1;
    visibility: visible;
    z-index: 5;
    transition: all 0.5s;
}
#howto .set3 .inner .left.active .off, #howto .set3 .inner .right.active .off {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
#howto .set3 .inner .slide-fade {
    height: 70vw;
}
#howto .set3 .inner .left.active, #howto .set3 .inner .right.active {
    width: 100%;
}
#howto .set3 .inner .left.hidden, #howto .set3 .inner .right.hidden {
    width: 0;
    visibility: hidden;
}
#howto .set3 .inner .off {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    z-index: 5;
    font-size: 5vw;
    transform: translateY(-50%);
    transition: all 0.5s;
}
#howto .set3 .inner .on {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 8% 5%;
    transition: all 0.5s;
}
#howto .set3 .inner .back {
    position: absolute;
    right: 3%;
    top: 9vw;
    z-index: 5;
    font-size: 4vw;
}
#howto .set3 .inner .back::before {
    content: "";
    background: url("../img/barzing/icon_back.png") no-repeat;
    position: absolute;
    top: -17px;
    right: 0;
    width: 31px;
    height: 22px;
    background-size: 100%;
}
#howto .set4 {
    position: relative;
}
#howto .set4 .row {
    flex-direction: column-reverse;
}
#howto .set4 .row .photo {
    margin-bottom: -3vw;
}
#howto .set4 .row .col h3 {
    font-size: 6vw;
    line-height: 1.6;
    margin-bottom: 6vw;
    text-align: left;
	font-weight: 600;
}
#howto .set4 .row .col h3 span {
    font-size: 20vw;
    margin-right: 10%;
}
#howto .set4 .row .col .txt {
    margin-bottom: 5vw;
}
#howto .set4 .row .row2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 5vw;
}
#howto .set4 .row .row2 h4 {
    font-size: 5vw;
    margin-right: 10%;
}
#howto .set4 .row .row2 .note {
    font-size: 13px;
}
#howto .set4 .row .list {
    justify-content: space-between;
}
#howto .set4 .row .list .item {
    width: 48%;
}
#howto .set4 .row .list dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
#howto .set4 .deco {
    position: absolute;
    top: 11vw;
    left: 0;
    z-index: -1;
    width: 100%;
}
#howto .set4 .row .list dl dd span {
    margin-left: 3px;
}
@media only screen and (max-width: 767px) {
	#howto .set1
	{
		overflow: hidden;
	}
}
@media only screen and (min-width: 768px) {
	#howto{
		padding-bottom: 0;
	}
    #howto .set1 .group .bg {
        margin-bottom: 20px;
    }
    #howto .set1 .group .bg img {
        object-position: center;
    }
    #howto .set1 .row {
        padding: 0 20px;
        margin-bottom: 20px;
        min-height: 630px;
    }
    #howto .set1 .row h2 {
        font-size: 53px;
        margin-bottom: 59px;
        line-height: 125px;
        letter-spacing: -1px;
    }
    #howto .set1 .row h2 span {
        font-size: 68px;
    }
    #howto .set1 .row .txt {
        text-align: center;
    }
    #howto .set2 {
        padding: 30px 0;
    }
    #howto .set2 .wrap {
        width: 1200px;
        padding: 0 20px;
    }
    #howto .set2 .gr-photo {
        margin-bottom: 20px;
        margin: 0 -23px -120px;
        justify-content: center;
    }
    #howto .set2 .gr-photo li {
        width: 516px;
        margin-right: -20px;
        position: relative;
        z-index: 5;
    }
    #howto .set2 .gr-photo li:nth-child(2) {
        margin-top: 134px;
        width: 592px;
        margin-right: -28px;
        z-index: 4;
    }
    #howto .set2 .photo {
        margin-bottom: -20px;
        position: absolute;
        left: -43px;
        top: 640px;
    }
    #howto .set2 .photo span {
        top: -88px;
        left: 158px;
        width: auto;
    }
    #howto .set2 .col {
        width: 356px;
        margin-left: auto;
        z-index: 5;
        margin-right: 20px;
    }
    #howto .set2 .col h3 {
        font-size: 44px;
        margin-bottom: 45px;
        letter-spacing: -3px;
    }
    #howto .set2 .col h3 span {
        font-size: 150px;
        margin-left: 157px;
        margin-bottom: 20px;
        display: inline-block;
    }
    #howto .set2 .deco {
        bottom: -670px;
        width: auto;
    }
    #howto .set2::after {
        right: 0;
        width: auto;
        left: calc(50% + 76px);
        height: 837px;
        top: 410px;
    }
    #howto .set3 {
        padding: 100px 0 12px;
    }
    #howto .set3 h3 {
        font-size: 44px;
        margin-bottom: 40px;
    }
    #howto .set3 h3 span {
        font-size: 150px;
        margin-bottom: -20px;
    }
    #howto .set3 .inner .left, #howto .set3 .inner .right {
        cursor: pointer;
    }
    #howto .set3 .inner .left li, #howto .set3 .inner .right li {
        height: 900px;
        margin-top: 0;
    }
    #howto .set3 .inner .ttl, #howto .set3 .inner .ttl2 {
        font-size: 110px;
        margin-bottom: 90px;
        width: 210px;
        letter-spacing: 0px;
        text-align: center;
    }
    #howto .set3 .inner .ttl2 {
        width: auto;
    }
    #howto .set3 .inner .ttl {
        margin-left: auto;
        margin-right: 206px;
    }
    #howto .set3 .inner .ttl::after {
        width: 66px;
        height: 50px;
        top: -12px;
        right: -160px;
    }
    #howto .set3 .inner .ttl:hover {
        opacity: 0.8;
        transition: all 0.5s
    }
    #howto .set3 .inner .right .ttl::before {
        width: 66px;
        height: 50px;
        top: 0px;
        left: -90px;
    }
    #howto .set3 .inner .right .ttl {
        margin-left: 120px;
    }
    #howto .set3 .inner .slide-fade {
        height: 900px;
    }
    #howto .set3 .inner .on .txt {
        text-align: center;
    }
    #howto .set3 .inner .on {
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        box-sizing: border-box;
    }
    #howto .set3 .inner .back {
        font-size: 36px;
        padding-top: 50px;
        top: 70px;
    }
    #howto .set3 .inner .back::before {
        width: 65px;
        top: 0;
        height: 50px;
    }
    #howto .set3 .inner .back:hover {
        opacity: 0.8
    }
    #howto .set4 {
        padding: 0px 0 260px;
    }
    #howto .set4 .wrap {
        width: 1160px;
        padding: 0 20px;
    }
    #howto .set4 .row {
        flex-direction: row;
        justify-content: space-between;
    }
    #howto .set4 .row .photo {
        margin-top: 150px;
        margin-right: -40px;
    }
    #howto .set4 .row .col {
        width: 510px;
    }
    #howto .set4 .row .col h3 {
        font-size: 44px;
        margin-bottom: 20px;
        letter-spacing: -2px;
    }
    #howto .set4 .row .col h3 span {
        font-size: 150px;
        margin-right: 48px;
        margin-top: 20px;
        vertical-align: baseline;
    }
    #howto .set4 .row .col .txt {
        margin-bottom: 39px;
        margin-left: 20px;
        width: 480px;
        letter-spacing: -1.5px;
    }
    #howto .set4 .row .row2 {
        margin-bottom: 28px;
        margin-left: 20px;
    }
    #howto .set4 .row .row2 h4 {
        font-size: 30px;
        margin-right: 102px;
    }
    #howto .set4 .row .row2 .note {
        font-size: 16px;
    }
    #howto .set4 .row .list {
        margin-left: 20px;
        justify-content: flex-start;
    }
    #howto .set4 .row .list .item {
        width: 194px;
        line-height: 36px;
        letter-spacing: 0px;
        margin-right: 56px;
    }
    #howto .set4 .deco {
        top: auto;
        width: auto;
        right: 0;
        left: auto;
        bottom: 61px;
        max-width: 50%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
    #howto .set2 .photo {
        max-width: 62%;
    }
}


/* food */
#food {
    position: relative;
    padding: 5vw 0 15vw;
}
#food h2 {
    font-size: 5vw;
    line-height: 1.5;
    margin-bottom: 4vw;
    z-index: 5;
    position: relative;
}
#food h2 span {
    font-size: 14vw;
    font-weight: 600;
}
#food .photo-wrap {
    margin: 0 -7% 5vw;
}
#food .photo-wrap {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0 !important;
    top: 0;
    right: 0;
    margin: 0 auto;
}
#food .photo-zoom {
    position: relative;
    width: 100%;
    height: 100%;
}
#food .photo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: inline-block;
}
#food .photo img{
	object-position: right 35% top 0;
}
#food .txt {
    margin-bottom: 18vw;
    position: relative;
}
#food .photo2 {
    margin-bottom: 6vw;
}
#food .note {
    margin-bottom: 5vw;
    text-align: center;
}
#food .catch {
    position: relative;
    width: 33%;
    margin-left: 35%;
}
#food .catch span {
    position: absolute;
    top: 33%;
    left: 0;
    right: 0;
    text-align: center;
}
#food .col h3 {
    font-size: 6vw;
    line-height: 1.5;
    margin-bottom: 6vw;
}
#food .col h3 span {
    font-size: 8vw;
    letter-spacing: 0.1em;
}
#food .col .txt2 {
    margin-bottom: 5vw;
}
#food .col .price {
    font-size: 20px;
    margin-bottom: 2vw;
}
#food .col .price dt {
    margin-right: 10%;
    margin-bottom: 6vw;
}
@media only screen and (min-width: 768px) {
    #food {
        padding: 100px 0 20px;
    }
    #food .wrap {
        width: 1250px;
        padding: 0 20px;
    }
    #food h2 {
        font-size: 44px;
        margin-bottom: 40px;
        line-height: 119px;
        letter-spacing: -4px;
    }
    #food h2 span {
        font-size: 108px;
        letter-spacing: -1px;
    }
    #food .photo-wrap {
        margin: 0;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0px;
        margin-left: auto;
        margin-right: 0;
        right: 0;
        left: auto;
        justify-content: center;
        padding-left: 0;
        max-height: 100vh;
    }
    #food .photo-zoom {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
	#food .photo img{
		object-position: center;
	}
    #food .txt {
        margin-bottom: 108px;
        width: 536px;
        position: relative;
        z-index: 5;
        text-shadow: 0px 0px 20px #000;
    }
    #food .photo2 {
        margin-bottom: 20px;
        margin-left: -74px;
        position: absolute;
        left: 20px;
    }
    #food .note {
        margin-bottom: 20px;
        position: absolute;
        right: 20px;
        top: -129px;
    }
    #food .catch {
        margin-left: 20px;
        width: 250px;
        margin-left: auto;
        margin-right: -80px;
        margin-bottom: 25px;
        margin-top: -107px;
    }
    #food .catch span {
        font-size: 26px;
        text-align: left;
        padding-left: 29px;
    }
    #food .col {
        width: 430px;
        margin-left: auto;
        margin-bottom: 160px;
        position: relative;
        z-index: 5;
    }
    #food .col h3 {
        font-size: 30px;
        margin-bottom: 64px;
        line-height: 53px;
    }
    #food .col h3 span {
        font-size: 50px;
    }
    #food .col .txt2 {
        margin-bottom: 39px;
    }
    #food .col .price {
        font-size: 26px;
        margin-bottom: 20px;
        margin-left: 10px;
        letter-spacing: 2px;
    }
    #food .col .price dt {
        margin-bottom: 20px;
        margin-right: 74px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
    #food .photo2 {
        max-width: 55%;
    }
    #food .col {
        width: 455px;
    }
}


/* other */
#other {
    position: relative;
    padding: 1vw 0 7vw;
}
#other::after {
    content: "";
    background: url("../img/shared/bg2.jpg") repeat;
    position: absolute;
    top: 75vw;
    right: 32%;
    width: 60%;
    bottom: 0;
    transform: skewX(-42deg);
    z-index: -1;
}
#other .row {
    margin-bottom: 8vw;
}
#other .row .col {
    margin-bottom: 7vw;
}
#other .row .col h2 {
    font-size: 7vw;
    line-height: 1.7;
    margin-bottom: 3vw;
    font-weight: 600;
}
#other .row .gr-photo {
    justify-content: space-between;
}
#other .row .gr-photo li {
    width: 48%;
}
#other .row .gr-photo li span{
	line-height: 23px;
    display: inline-block;
    margin-top: 5px;
}
@media only screen and (min-width: 768px) {
    #other {
        padding: 203px 0 20px;
    }
    #other .wrap {
        width: 1230px;
        padding: 0 20px;
    }
    #other::after {
            width: 690px;
			left: calc(50% + -310px);
			transform: skewX(-58deg);
			top: -170px;
			height: 1730px;
    }
    #other .row {
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
    }
    #other .row .col {
        margin-bottom: 20px;
        width: 380px;
    }
    #other .row .col h2 {
        font-size: 40px;
        margin-bottom: 52px;
        letter-spacing: -4px;
    }
    #other .row .col h2 span {
        letter-spacing: 3px;
    }
    #other .row .col .txt {
        width: 340px;
    }
    #other .row .gr-photo {
        width: 817px;
        margin-right: -33px;
        justify-content: space-evenly;
    }
    #other .row .gr-photo li {
        width: 385px;
    }
    #other .row.row2 {
        flex-direction: row-reverse;
        margin-top: 110px;
    }
    #other .row.row2 .col {
        margin-top: 30px;
        width: 381px;
    }
    #other .row.row2 .gr-photo {
        margin-top: 0px;
        width: 777px;
        margin-left: -13px;
    }
    #other .row.row2 .gr-photo li {
        width: 374px;
    }
    #other .row.row2 .col h2 {
        letter-spacing: -2px;
        margin-bottom: 40px;
    }
    #other .row.row2 .col .txt {
        width: 390px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
    #other .row .gr-photo {
        max-width: 64%;
        margin-right: 20px;
    }
    #other .row .gr-photo li {
        max-width: 48%;
    }
}


/* floor */
#floor {
    position: relative;
    padding: 1vw 0 15vw;
    overflow: hidden;
}
#floor .ttl {
    font-size: 9vw;
    position: relative;
    margin-bottom: 6vw;
    width: 38%;
    margin-left: auto;
}
#floor .ttl::after {
    content: "";
    background: url("../img/barzing/floor_deco1.png") no-repeat;
    position: absolute;
    top: 5vw;
    right: 0;
    width: 16vw;
    height: 10vw;
    background-size: 100%;
}
#floor .ttl span {
    font-size: 21vw;
}
#floor h2 {
    font-size: 5vw;
    margin-bottom: -9vw;
    position: relative;
    z-index: 5;
}
#floor h2 span {
    font-size: 14vw;
    font-weight: 600;
    margin-right: 5%;
}
#floor .row {
    flex-direction: column;
    position: relative;
    z-index: 5;
}
#floor .row .map {
    margin-bottom: 4vw;
    position: relative;
}
#floor .row .map span {
    position: absolute;
    top: -10%;
    left: 3%;
    z-index: 5;
    font-weight: 600;
}
@media only screen and (min-width: 768px) {
    #floor {
        padding: 267px 0 117px;
    }
    #floor .wrap {
        width: 1245px;
        padding: 0 20px;
    }
    #floor .ttl {
        font-size: 100px;
        margin-bottom: 30px;
        width: 280px;
        margin-left: auto;
        position: absolute;
        right: 0;
        top: -120px;
    }
    #floor .ttl::after {
        width: 111px;
        top: -10px;
        right: 26px;
    }
    #floor .ttl span {
        font-size: 200px;
    }
    #floor h2 {
        font-size: 30px;
        margin-bottom: -50px;
        display: flex;
        align-items: center;
    }
    #floor h2 span {
        font-size: 108px;
        margin-right: 27px;
    }
    #floor .row {
        flex-direction: row;
    }
    #floor .row .map {
        margin-bottom: 20px;
        width: 730px;
    }
    #floor .row .map span {
        font-size: 30px;
        top: -33px;
    }
    #floor .row .txt {
        width: 400px;
        margin-left: 80px;
        margin-top: 171px;
        letter-spacing: -0.5px;
    }
}

/* slider */
.slider {
    position: relative;
    height: 60vh;
}
.slider__slides {
    z-index: 1;
    position: relative;
    height: 100%;
}
.slider__control {
    z-index: 2;
    position: absolute;
    top: 35%;
    left: 5%;
    width: 60px;
    height: 60px;
    margin-left: -40px;
    margin-top: -30px;
    border-radius: 50%;
    background: url("../img/barzing/floor_arrow.png") no-repeat;
    background-size: 100%;
    transition: background-color 0.3s;
    cursor: pointer;
}
.slider__control--right {
    left: 90%;
}
.slider__control-line {
    position: absolute;
    left: 23px;
    top: 50%;
    width: 3px;
    height: 14px;
    transform-origin: 50% 0;
    transform: rotate(-45deg);
}
.slider__control-line:nth-child(2) {
    transform: translateY(1px) rotate(-135deg);
}
.slider__control--right .slider__control-line {
    left: 37px;
    transform-origin: 1px 0;
    transform: rotate(45deg);
}
.slider__control--right .slider__control-line:nth-child(2) {
    transform: translateY(1px) rotate(135deg);
}
.slider__control-line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e2e2e2;
    transition: background-color 0.3s;
}
.slider__control:hover .slider__control-line:after {
    background-color: #fff;
}
.slider__control.a--rotation .slider__control-line:after {
    animation: arrowLineRotation 0.49s;
}
.slider__control.a--rotation .slider__control-line:nth-child(1):after {
    animation: arrowLineRotationRev 0.49s;
}
.slide {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150vmax;
    height: 75vmax;
    transform: translate(-50%, -50%);
}
.slide .photo {
    transition: -webkit-clip-path 0s 3s;
    transition: clip-path 0s 3s;
    transition: clip-path 0s 3s, -webkit-clip-path 0s 3s;
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    z-index: 0;
}
.slide .ttl, .slide .row, .slide .slide__content {
    opacity: 0;
    transition: all 0.5s;
}
.slide.s--prev {
    z-index: 1;
}
.slide.s--prev .photo {
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
.slide.s--active {
    z-index: 1;
    z-index: 2;
}
.slide.s--active .ttl, .slide.s--active .row, .slide.s--active .slide__content {
    opacity: 1;
    transition: all 0.5s;
}
.slide.s--active .photo {
    transition: -webkit-clip-path 3s;
    transition: clip-path 3s;
    transition: clip-path 3s, -webkit-clip-path 3s;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.slide.s--active.s--active-prev .photo {
    -webkit-clip-path: circle(120vmax at 30vw 50%);
    clip-path: circle(120vmax at 30vw 50%);
}
.slide:nth-child(1) .slide__inner .photo {
    width: 100%;
    height: 90vw;
    position: relative;
    overflow: hidden;
}
.slide .slide__inner .photo img {
    width: 100%;
    z-index: -1;
    position: fixed;
    top: 12%;
    left: 30%;
    transform: translate(0%, 0);
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
    height: 290px;
}
.slide:nth-child(2) .slide__inner .photo {
    width: 100%;
    height: 90vw;
    position: relative;
    overflow: hidden;
}
.slide:nth-child(3) .slide__inner .photo {
    width: 100%;
    height: 90vw;
    position: relative;
    overflow: hidden;
}
.slide__inner {
    position: absolute;
    left: 48%;
    top: 60%;
    width: 108vw;
    height: 60vh;
    margin-left: -46vw;
    margin-top: -87vw;
    background-size: cover;
    background-position: center center;
}
.slide__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slide__content {
    position: absolute;
    left: 5%;
    top: 52%;
    margin-left: -10px;
    margin-top: 48px;
    color: #fff;
    font-size: 15px;
}
.slide__content span {
    font-size: 40px;
}
.slide__heading {
    margin-bottom: 20px;
    font-size: 15px;
}
.slide__text {
    font-size: 30px;
    letter-spacing: 0;
}
.slide__text a {
    color: inherit;
}
.slider {
    position: relative;
    height: 130vw;
    /* overflow: hidden; */
    width: auto;
    margin: 0 -5.6% -58vw;
}
@media only screen and (min-width: 768px) {
    .slider {
        height: 900px;
        margin-bottom: -154px;
        margin-left: calc(50% - 50vw);
        margin-right: 0;
    }
    .slide {
        height: 2879px;
    }
    .slide .slide__inner .photo {
        width: 100% !important;
        height: 942px !important;
        min-height: auto;
    }
    .slide__content {
        top: 500px;
    }
    .slider__control {
        width: 95px;
        height: 95px;
        top: 50%;
        transition: all 0.5s;
        left: 99%;
    }
    .slider__control--right:hover {
        transform: translateX(20px);
        transition: all 0.5s;
    }
    .slide .slide__inner .photo img {
        width: 120vmax !important;
        height: 55vmax !important;
        top: 36%;
        left: 0;
    }
    .slide__inner {
        top: 900px;
        margin-top: 0px;
        height: 100%;
        width: 95vw;
    }
    .slide__content span {
        font-size: 60px;
    }
    .slide__text {
        font-size: 30px;
        letter-spacing: 6px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) {
    .slider__control {
        left: 96% !important;
        top: 43%;
    }
}