main {
	opacity: 0;
}
body.visible main {
	opacity: 1;
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
	
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
body > * {
    opacity: 0;
    visibility: hidden;
    transition: all 2s ease;
    -moz-transition: all 2s ease;
    -webkit-transition: all 2s ease;
}
body.visible > * {
    opacity: 1;
    visibility: visible;
}
body.visible #open {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: 2s;
}
body.intro #open {
    pointer-events: visible;
    opacity: 1;
    visibility: visible;
}
body.intro {
    overflow: hidden;
}
#open {
    width: 100%;
    position: fixed;
    height: 100%;
    overflow: hidden;
    background: url("../img/shared/bg_sp.jpg");
    opacity: 1;
    visibility: visible;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
}
#open .open__wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
	max-width: 500px;
	margin: 0 auto;
	
}
#open .ttl {
    overflow: hidden;
    color: #000000;
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 2;
/*
    animation-delay: 4s;
    animation-fill-mode: forwards;
*/
    text-align: center;
	opacity: 0;
}
#open .ttl .text-jp {
    overflow: hidden;
    display: inline-block;
}
#open .open__logo p, 
#open .ttl .slip {
    display: inline-block;
 /*   opacity: 0;
    animation-fill-mode: forwards;*/
}


#open .open__logo {
    width: 30vw;
    position: fixed;
    bottom: 5vw;
    right: 5vw;
/*
    animation-delay: 4s;
    animation-fill-mode: forwards;
*/
	opacity: 0;
}
@media screen and (min-width: 768px) {
    #open {
        background: url("../img/shared/bg.jpg");
    }
    #open .ttl {
        font-size: 30px;
        letter-spacing: 2.5px;
        line-height: 66px;
    }
    #open .open__logo {
        width: 227px;
        bottom: 73px;
        right: 93px;
    }
}
body {
    background: url("../img/shared/home_bg_sp.jpg"), url("../img/shared/bg_sp.jpg");
    background-position: top center;
    background-repeat: no-repeat, repeat;
    background-size: 100% auto, auto;
}
@media screen and (min-width: 768px) {
    body {
        background: url("../img/shared/home_bg.jpg"), url("../img/shared/bg.jpg");
        background-position: top center;
        background-repeat: no-repeat, repeat;
        background-size: 100% auto, auto;
    }
}
#head-key {
    height: 100vh;
}
#head-key .head-key__logo {
    width: 45vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
@media screen and (max-width: 767px) {
	#head-key {
		max-height: 586px;
	}	
	#head-key .head-key__logo {
		top: 58%;
	}
}
@media screen and (min-width: 768px) {
    #head-key .head-key__logo {
        width: 274px;
        height: 355px;
    }
}
#lead {
    text-align: center;
    padding-top: 15vw;
    padding-bottom: 20vw;
}
#lead .title {
    text-align: center;
    margin-bottom: 15vw;
}
#lead .title span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8vw;
    line-height: 1;
    color: #46423a;
    letter-spacing: 0.1em;
}
#lead .title h2 {
    font-size: 25px;
    line-height: 2;
    letter-spacing: 0.1em;
}
#lead .text p {
    display: block;
    text-align: left;
    margin-bottom: 20px;
}
#lead .text p:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    #lead {
        padding-top: 10px;
        padding-bottom: 191px;
    }
    #lead .title {
        margin-bottom: 93px;
    }
    #lead .title span {
        font-size: 16px;
        margin-bottom: 40px;
    }
    #lead .title h2 {
        font-size: 30px;
        line-height: 66px;
        letter-spacing: 5px;
    }
    #lead .text p {
        text-align: center;
        margin-bottom: 0;
    }
}
#gallery {
    padding-bottom: 23vw;
}
#gallery .wrap {
    max-width: 1118px;
}
@media screen and (min-width: 768px) {
    #gallery {
        padding-bottom: 231px;
    }
}
.gallery__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 8px;
}
.gallery__list .magnific-img {
    width: 31.5%;
    height: 28vw;
    overflow: hidden;
}
.gallery__list .magnific-img a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.gallery__list .magnific-img a:hover img {
    transform: scale(1.05, 1.05);
}
.gallery__list .magnific-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: transform;
}
@media screen and (min-width: 768px) {
    .gallery__list {
        gap: 12px;
        justify-content: space-between;
    }
    .gallery__list .magnific-img {
        width: 24%;
        height: 272px;
    }
}
.c-screenLink {
    overflow: hidden;
    position: relative;
    height: 118vw;
}
.c-screenLink a:hover {
    text-decoration: none;
    opacity: 1;
}
.c-screenLink a:hover img {
    opacity: 1 !important;
}
.c-screenLink a:hover .c-circleArrowLink::after {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .c-screenLink {
        height: 700px;
    }
    .c-screenLink a:hover .c-screenLink-bgImage {
        transform: scale(1.05, 1.05);
    }
}
.c-screenLink-linkInner {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.c-screenLink-linkInner .c-screenLink-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 15vw 4vw 0;
    font-size: 16px;
}

#drink .c-screenLink-linkInner .c-screenLink-content {
	font-size: 15px;
}

.c-screenLink-linkInner .c-circleArrow {
    display: block;
    width: 28px;
    height: 6px;
    position: absolute;
    top: 17px;
    right: 0;
    margin-top: -2px;
}
.c-screenLink-linkInner .c-circleArrow img {
    display: block;
    line-height: 1;
}
.c-screenLink-linkInner .c-circleArrowLink {
    margin-bottom: 6vw;
    position: relative;
    padding-bottom: 5vw;
}
.c-screenLink-linkInner .c-circleArrowLink::before, .c-screenLink-linkInner .c-circleArrowLink::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    transition: all .3s ease;
}
.c-screenLink-linkInner .c-circleArrowLink::before {
    width: 100%;
    background-color: #aca495;
}
.c-screenLink-linkInner .c-circleArrowLink::after {
    width: 50px;
    background-color: #d6d1c9;
}
.c-screenLink-linkInner .-white::before {
    background-color: rgba(250, 247, 245, 0.2);
}
.c-screenLink-linkInner .typesquare_option {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.c-screenLink-linkInner .title {
    display: flex;
    align-items: center;
}
.c-screenLink-linkInner .tt__main {
    font-size: 23px;
    line-height: 1.25;
    letter-spacing: 0.1em;
}
.c-screenLink-linkInner .tt__main.en {
      font-family: 'Cormorant Garamond';
      font-style: normal;
      font-weight: 500;
    font-size: 18px;
}
.c-screenLink-linkInner .sub {
    font-size: 11px;
    color: #cabc9f;
    line-height: 2.3;
    margin-left: .75rem;
    letter-spacing: .07692em;
}
.c-screenLink-linkInner .c-screenLink-catch {
    font-size: 16px;
}
@media screen and (min-width: 768px) {
    .c-screenLink-linkInner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .c-screenLink-linkInner .c-screenLink-content {
        width: 373px;
        margin-left: 150px;
        padding: 0;
    }
	#drink .c-screenLink-linkInner .c-screenLink-content {
		font-size: 16px;
	}
	#drink .c-screenLink-linkInner .c-screenLink-text {
		letter-spacing: 0;
		padding-right: 0;
	}
    .c-screenLink-linkInner .c-circleArrow {
        width: 28px;
        height: 6px;
        right: 8px;
        margin-top: -2px;
    }
    .c-screenLink-linkInner .c-circleArrowLink {
        margin-bottom: 44px;
        padding-bottom: 18px;
    }
    .c-screenLink-linkInner .title {
        display: flex;
        align-items: center;
    }
    .c-screenLink-linkInner .tt__main {
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: 5px;
    }
    .c-screenLink-linkInner .tt__main.en {
        font-size: 24px;
        letter-spacing: 3px;
    }
    .c-screenLink-linkInner .sub {
        font-size: 13px;
        line-height: 2.3;
        margin-left: .75rem;
        letter-spacing: 0;
		        padding-top: 3px;
    }
    .c-screenLink-linkInner .c-screenLink-catch {
        font-size: 16px;
    }
    .c-screenLink-linkInner .c-screenLink-text {
        padding-right: 8px;
    }
}
.c-screenLink-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 123vw;
    overflow: hidden;
    pointer-events: none;
}
.c-screenLink-bgImage {
    display: block;
    width: 100%;
    height: 100%;
	transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
	will-change: transform;
}
.c-screenCatch-text {
    font-size: 20px;
    margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
	.c-screenLink-bg {
		 height: 800px;
	}
    .c-screenCatch-text {
        font-size: 20px;
        margin-bottom: 20px;
    }
}
.c-screenLinkSub-text {
    font-size: 16px;
    line-height: 30px;
}
@media screen and (min-width: 768px) {
    .c-screenLinkSub-text {
        font-size: 16px;
        line-height: 30px;
        width:380px;
    }
}
#course, #concept {
    margin-bottom: 1vw;
}
@media screen and (min-width: 768px) {
    #course, #concept {
        margin-bottom: 8px;
    }
}
#onlineShop .c-screenLink {
    height: 100vw;
}
#onlineShop .c-screen__logo {
    width: 22vw;
    height: 20vw;
    position: absolute;
    bottom: 8vw;
    right: 9vw;
}
	#onlineShop .c-screenLink-bg {
		height: 100vw;
	}

#onlineShop .c-screenLink-bg img {
	    object-position: 30% 50%;
}
@media screen and (min-width: 768px) {
    #onlineShop .c-screenLink {
        height: 499px;
    }
    #onlineShop .c-screen__logo {
        width: 178px;
        height: 178px;
        bottom: 143px;
        right: 163px;
    }
	#onlineShop .c-screenLink-bg {
		height: 600px;
	}
#onlineShop .c-screenLink-bg img {
	    object-position: 50% 50%;
}
}
.title__c {
    display: block;
    line-height: 1;
    text-align: center;
}
.title__c h2 {
    font-size: 34px;
    margin-bottom: 25px;
    letter-spacing: 0.08em;
}
.title__c span {
    color: #5a4b41;
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding-top: 2px;
}
@media screen and (min-width: 768px) {
    .title__c {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        gap: 27px;
        text-align: left;
        align-items: center;
        padding-left: 10px;
    }
    .title__c h2 {
        font-size: 40px;
        margin-bottom: 0;
    }
    .title__c span {
        padding-top: 10px;
    }
}
#shopinfo {
    padding: 20vw 0 10vw;
}
@media screen and (min-width: 768px) {
    #shopinfo {
        padding: 122px 0 86px;
    }
}
.two-col {
}
.two-col .col-left {
}
.two-col .stick {
    top: 0;
    left: 0;
    margin: 0 !important;
}
.two-col .slider-s {
    padding-top: 13vw;
}
.two-col .slider-s .ob-img {
    height: 60vw;
}
.two-col .col-right {
    position: relative;
    margin-right: 0;
    margin-left: auto;
    padding-top: 15vw;
    text-align: center;
}
.two-col .col-right .logo__s {
    width: 37vw;
    margin: 0 auto 2vw;
}
.two-col .col-right .shopinfo__note {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 7vw;
}
.two-col .tel {
    width: 280px;
    margin: 0 auto 6vw;
}
.two-col .tel dl dt {
    font-size: 16px;
}
.two-col .tel dl dd {
    font-size: 32px;
    text-align: center;
}




.two-col .tel dl dd::before {
    content: "";
    background: url(../img/shared/tel@2x.png) no-repeat;
    width: 14px;
    height: 21px;
    background-size: 100% 100%;
    top: 14px;
    left: 16px;	
}


.two-col .bnr__web {
    width: 250px;
    margin: 0 auto;
}
.two-col .shopinfo__vcard {
    padding-top: 9vw;
}
.two-col .shopinfo__vcard dl {
    background: url("../img/shared/dotted.png") repeat-x bottom center;
    padding: 15px 5px;
    line-height: 26px;
    text-align: left;
}
.two-col .shopinfo__vcard dl dt {
    margin-bottom: 0;
}
.two-col .shopinfo__vcard dl dd a {
    display: inline-block;
    padding-left: 10px;
    font-size: 13px;
}
.two-col .shopinfo__vcard dl dd img {
    width: 9px;
    display: inline-block;
    position: relative;
    top: -2px;
}
.two-col .shopinfo__vcard dl dd small {
    font-size: 13px;
}
.two-col .shopinfo__vcard dl dd span {
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .two-col {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }
    .two-col .col-left {
        margin-left: -150px;
    }
    .two-col .stick {
        top: 0;
        left: 0;
        width: 858px;
        margin: 0 !important;
    }
    .two-col .slider-s {
        padding-top: 110px;
    }
    .two-col .slider-s .ob-img {
        height: 500px;
    }
    .two-col .col-right {
        width: 361px;
        margin-right: 0;
        margin-left: auto;
        padding-top: 172px;
        text-align: left;
        padding-bottom: 104px;
    }
    .two-col .col-right .logo__s {
        padding-left: 9px;
        width: 200px;
        margin: 0 0 3px;
    }
    .two-col .col-right .shopinfo__note {
        padding-left: 9px;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 1px;
        margin-bottom: 44px;
    }
    .two-col .tel {
        margin: 0 0 18px 9px;
    }
    .two-col .tel dl dt {
    margin-bottom: 11px;
    }
    .two-col .tel dl dd {
        font-size: 34px;
        text-align: left;
        letter-spacing: 0px;
    }
	
	.two-col .tel dl dd::before {
		width: 17px;
		height: 24px;
		top: 18px;
		left: 4px;
	}
	
    .two-col .bnr__web {
        width: 250px;
        margin: 0 0 0 9px;
    }
    .two-col .shopinfo__vcard {
        padding-top: 87px;
    }
    .two-col .shopinfo__vcard dl {
        padding: 15px 0 21px 18px;
        line-height: 26px;
    }
    .two-col .shopinfo__vcard dl dt {
        margin-bottom: 5px;
    }
    .two-col .shopinfo__vcard dl dd a {
        display: inline-block;
        padding-left: 4px;
        letter-spacing: 1.5px;
    }
    .two-col .shopinfo__vcard dl dd img {
        width: 9px;
    }
    .two-col .shopinfo__vcard dl dd small {
        font-size: 13px;
    }
    .two-col .shopinfo__vcard dl dd span {
        font-size: 14px;
    }
}
#gmap {
    padding-top: 19vw;
}
#gmap .wrap {
    padding-bottom: 20vw;
}
#gmap .wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 4vw;
    right: 4vw;
    height: 1px;
    background-color: #d5cbbd;
}

#gmap .title__c {
    margin-bottom: 11vw;
}
#gmap .text {
    font-size: 16px;
    text-align: center;
    margin-bottom: 6vw;
}
#gmap .gmap__frame {
    margin-left: auto;
}
#gmap .gmap__frame .mmap {
    margin-bottom: 20px;
}
#gmap .gmap__frame .mmap iframe {
    height: 300px;
    width: 100%;
}
#gmap .bnr__shared {
    width: 270px;
    margin: 0 auto;
}
#gmap .map__bnr {
    margin-left: auto;
    width: 248px;
    display: none;
}
#gmap .map__bnr a {
    font-size: 13px;
    position: relative;
    padding-right: 23px;
    display: inline-block;
    transition: all .4s ease;
    letter-spacing: 0;
}
#gmap .map__bnr a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
}
#gmap .map__bnr a:hover {
    opacity: .6;
    text-decoration: none;
}
#gmap .map__bnr .map__link {
    margin-right: 21px;
}
#gmap .map__bnr .map__link a::after {
    background: url("../img/shared/icon_arrow01.png") no-repeat center;
    width: 16px;
    height: 4px;
    background-size: 100% 100%;
    top: 18px;
    filter: brightness(0) invert(0);
}
#gmap .map__bnr .map__copy a::after {
    background: url("../img/shared/icon_pop.png") no-repeat center;
    background-size: 100% 100%;
    width: 15px;
    height: 12px;
    top: 13px;
    right: -8px;
}
@media screen and (min-width: 768px) {
    #gmap {
        padding-top: 68px;
    }
    #gmap .wrap {
        padding-bottom: 120px;
    }
    #gmap .wrap::after {
    left: 0;
    right: 0;
}
    #gmap .title__c {
        margin-bottom: 100px;
    }
    #gmap .text {
        position: absolute;
        top: 9px;
        right: 0;
        text-align: right;
        font-size: 18px;
        margin-bottom: 0;
        letter-spacing: 1px;
    }
    #gmap .gmap__frame {
        width: 900px;
        margin-left: auto;
    }
    #gmap .gmap__frame .mmap {
        margin-bottom: 3px;
    }
    #gmap .gmap__frame .mmap iframe {
        height: 560px;
        width: 100%;
    }
    #gmap .bnr__shared {
        width: 270px;
        margin: 0 0 0 4px;
    }
    #gmap .map__bnr {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin-bottom: -18px;
    }
}
#news {
    padding-top: 15vw;
    padding-bottom: 15vw;
}
#news .title__c {
    margin-bottom: 10px;
}
#news .news__wrap {
    margin-bottom: 6vw;
}
#news .news__wrap dl {
    background: url(../img/shared/dotted.png) repeat-x bottom center;
    padding: 20px 10px 20px;
}
#news .news__wrap dl dt {
    color: #836d54;
    font-family: 'Amiri';
    font-style: normal;
    font-weight: 400;
}
#news .news__wrap dl dd {
    width: 87%;
}
#news .news__wrap dl dd a {
    display: block;
    position: relative;
}
#news .news__wrap dl dd a::after {
    content: "";
    position: absolute;
    right: -45px;
    background: url("../img/shared/icon_arrow01.png") no-repeat center;
    width: 16px;
    height: 4px;
    background-size: 100% 100%;
    top: 12px;
    filter: brightness(0) invert(0);
}
#news .bnr__style-1 {
    width: 215px;
    position: relative;
    margin: 0 auto;
    display: block;
}
@media screen and (min-width: 768px) {
    #news {
        padding-top: 106px;
        padding-bottom: 108px;
    }
    #news .title__c {
        margin-bottom: 10px;
    }
    #news .news__wrap {
        width: 900px;
        margin-left: auto;
    }
    #news .news__wrap dl {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding: 17px 0 25px 18px;
    }
    #news .news__wrap dl dt {
        width: 18%;
        letter-spacing: 0.5px;
    }
    #news .news__wrap dl dd {
        width: 76%;
        letter-spacing: 0px;
    }
    #news .news__wrap dl dd a {
        line-height: 30px;
    }
    #news .news__wrap dl dd a::after {
        top: 15px;
        right: -19px;
        width: 23px;
    }
    #news .bnr__style-1 {
        width: 159px;
        position: absolute;
        top: 81px;
        left: 12px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
    .c-screenLink-linkInner .c-screenLink-content {
        margin-left: 100px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1299px) {

	.two-col .col-right {
		width: 33%;
		padding-right: 5%;
	}
	
	#gmap .text {
		right: 50px;
	}
	#gmap .map__bnr {
		width: 290px;
	}
	.c-screenLink-bgImage.ob-img img {
		object-position: 75% 50%
	}

}


