@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    background-color: #fff;
    font-size: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%!important;
}

body {
    font-family: 'EB Garamond',
    source-han-serif-japanese,
    Georgia,
    'Hiragino Mincho ProN',
    'Yu Mincho',
    "Sawarabi Mincho",
    serif;
    background: #000;
}

section {
    z-index: 1;
    position: relative;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
    transition: .1s ease;
}

a:hover {
    color: rgba(253, 0, 4, 1.00);
    transition: .5s ease;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
    margin: .75rem;
}

nav a:hover {
    opacity: 0.56;
    transition: opacity 0.8s;
}

a img:hover {
    opacity: 0.65;
    transition: opacity 0.8s;
}

a img {
    transition: opacity 0.8s;
}
.t-right {
	text-align: right;
}

/*-----リセット ----*/

.t-center {
    text-align: center;
}

.t-height_1 {
    line-height: 2.0em;
}

.none {
    display: none;
}

.font-w {
    font-weight: bolder;
}

.t-shodow {
    text-shadow: 1px -1px 1px #fff, -1px 1px 1px #fff, -2px -1px 5px #fff, -5px 5px 10px #fff;
}

.t-red {
    color: rgba(255, 0, 4, 1.0);
}

.temp_1 {
    width: 10%;
}

.temp_9 {
    width: 90%;
}

.temp_2-5 {
    width: 25%;
}

.temp_2 {
    width: 20%;
}

.temp_3 {
    width: 30%;
}

.temp_3-3 {
    width: 33.333%;
}

.temp_3-5 {
    width: 35%;
}

.temp_4 {
    width: 40%;
}

.temp_5 {
    width: 50%;
}

.temp_6 {
    width: 60%;
}

.temp_7 {
    width: 70%;
}

.temp_8 {
    width: 80%;
}

.temp_10 {
    width: 100%;
}

@media screen and (max-width:1024px) {
    .temp_2-5,
    .temp_2,
    .temp_3,
    .temp_3-5,
    .temp_4,
    .temp_5,
    .temp_6 {
        width: 100%;
    }
}
.floa-r {
	float: right;
}
.floa-l {
	float: left;
}
.t-box {
    margin: 10px 0;
}

.tit_img img {
    width: 100%;
}

.tit-p {
    text-align: center;
}

.tit_t,
.tit_img {
    float: left;
}

@media screen and (max-width:1024px) {
    .tit_t,
    .tit_img {
        width: 95%;
        margin: 0 auto;
        float: none;
    }
}

.t_imgs {
    display: block;
}

.t_imgs img {
    height: 28px;
    max-width: auto;
}

.Info_img {
    text-align: center;
    width: 100%;
}

@media screen and (max-width:1024px) {
    .Info_img {
        width: 95%;
        margin: 0 auto;
    }
}

.tit_main {
    font-family: 'EB Garamond', source-han-serif-japanese, Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', "Sawarabi Mincho", serif;
    font-size: 25px;
    letter-spacing: 0.09em;
}


@media screen and (max-width:1024px) {
    .tit_main {
        font-size: 5.6667vw;
    }
}

@media screen and (max-width:780px) {
    .tit_main {
        font-size: 5.6667vw;
    }
}

.tit_ja {
    position: relative;
    font-size: 45px;
}

@media screen and (max-width:1024px) {
    .tit_ja {
        font-size: 8.6667vw;
    }
}

@media screen and (max-width:780px) {
    .tit_ja {
        font-size: 8.6667vw;
    }
}


.Info_t {
    font-size: 17px;
    line-height: 28px;
}

@media screen and (max-width:1024px) {
    .Info_t {
        line-height: 6.6667vw;
        font-size: 3.6667vw;
    }
}

@media screen and (max-width:780px) {
    .Info_t {
        font-size: 3.6667vw;
    }
}

.fa {
    margin-right: 15px;
}

.Title_a::after {
    content: "";
    clear: both;
    display: block;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 10px 0;
}

@media screen and (max-width:1024px) {
    .Title_a::after {
        margin: 2.6667vw 0;
    }
}


.border_1 {
    border: 1px solid #fff;
}

body .swing_s {
    transition-delay: .8s;
}

nav .nav-inner::after {
    content: "";
    display: block;
    clear: both;
}

header,
footer,
#Infomation,
#Ps-Menu,
#about-Info,
#OnlinShop,
#Nishiki-Info,
#Menu-Info,
#Contact,
.menu_bg {
    background-image: url(../images/common/pc/wrappers/texture.png);
    background-position: center left;
}

.sp_L {
    padding-left: 0.8em;
}
@media screen and (max-width:780px) {
	.sp_L {
		width: 99%;
		float: right;
	}
}


.arrow-b {
    height: 50px;
    width: 50px;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -25px;
    left: 50%;
    background-image: url(../images/common/pc/wrappers/texture.png);
    background-position: center left;
    margin-left: -25px;
    z-index: 4;
}

@media screen and (max-width:1024px) {
    .arrow-b {
        height: 10vw;
        width: 10vw;
        bottom: -5vw;
        margin-left: -5vw;
    }

}

.window-h {
    height: 400px;
    position: relative;
}

@media screen and (max-width:1024px) {
    .window-h {
        height: 40.6667vw;
    }
}


/*---- header ----*/

header {
    width: 100%;
    height: 220px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.95);
    box-shadow: 2px 3px 5px 0 rgba(70, 70, 70, 1.00);
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
/*---- header shopmsg ----*/
header {
    height: 270px;
}
header .shopmsg {
    font-size: 16px;
    width: 100%;
    color:#fff;
    text-align: center;
    padding-top: 56px;

}

@media screen and (max-width:1024px) {
    header {
        display: none;
    }
}

header.scroll-on {
    height: 50px;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

header .header-logo {
    width: 166px;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 2;
}

@media screen and (max-width:1024px) {
    header .header-logo {
        display: inline-block;
        width: 20.8vw;
        height: 15.466667vw;
    }
}

header.scroll-on .header-logo p {
    margin-top: -500px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

header .header-logo p {
    margin-top: 20px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

header .header-logo p img {
    height: 140px;
}

header .header-logo-scroll {
    position: absolute;
    bottom: 0;
    left: 5px;
    z-index: -99;
    height: 50px;
    display: none;
}

header .header-logo-scroll img {
    padding: 5px;
    height: 50px;
}



/*-- ===== Header navi ===== --*/

nav .nav-inner {
    position: relative;
}

/*-- Smpnav Btn ----*/

.Smp-nav_btn {
    display: none;
    width: 15.46667vw;
    height: 15.46667vw;
    background-color: rgba(0, 0, 0, 1.00);
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: 50;
}

@media screen and (max-width: 1024px) {
    .Smp-nav_btn {
        position: fixed;
        display: inline-block;
        width: 116px;
        height: 116px;
    }
}

@media screen and (max-width: 780px) {
    .Smp-nav_btn {
        width: 15.46667vw;
        height: 15.46667vw;
    }

}

.Smp-nav_btn div {
    width: 7.73333vw;
    height: 4px;
    margin-top: -2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -3.86667vw;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: top 1s, -webkit-transform 1s;
    transition: top 1s, transform 1s;
    transition: top 1s, transform 1s, -webkit-transform 1s;
}

.Smp-nav_btn div:nth-of-type(1) {
    top: 30%;
}

.Smp-nav_btn div:nth-of-type(2) {
    top: 50%;
}

.Smp-nav_btn div:nth-of-type(3) {
    top: 70%;
}

.Smp-nav_btn-on {
    background-color: transparent;
}

.Smp-nav_btn-on div:nth-of-type(1) {
    top: 50%;
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
}

.Smp-nav_btn-on div:nth-of-type(2) {
    top: 50%;
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
}

.Smp-nav_btn-on div:nth-of-type(3) {
    top: -50%;
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
}


/*--- Pc Navi ---*/

.Pc-nav {
    width: 100%;
    position: fixed;
    display: block;
    top: 0;
    padding-top: 170px;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

@media screen and (max-width:1024px) {
    .Pc-nav {
        display: none;
    }
}

.scroll-on .Pc-nav {
    padding-top: 0;
}


.Pc-nav .nav-inner {
    width: 885px;
    margin: 0 auto;
    padding: 9px 0;
}


.Pc-nav a {
    display: inline-block;
    margin: 0 12px;
}

.Pc-nav .nav-onlineshop {}


nav .nav-saryo {
    background-image: url(../images/svg/nav/saryo.svg);
    background-size: contain;
    width: 48px;
}

nav .nav-menu {
    background-image: url(../images/svg/nav/menu.svg);
    background-size: contain;
    width: 83px;
}

nav .nav-info {
    background-image: url(../images/svg/nav/info.svg);
    background-size: contain;
    width: 95px;
}

nav .nav-onlineshop {
    background-image: url(../images/svg/nav/onlineshop.svg);
    background-size: contain;
    width: 195px;
}

nav .nav-about {
    background-image: url(../images/svg/nav/about.svg);
    background-size: contain;
    width: 144px;
}

nav .nav-reservation {
    background-image: url(../images/svg/nav/reservation.svg);
    background-size: contain;
    width: 123px;
}

nav .nav-contact {
    background-image: url(../images/svg/nav/contact.svg);
    background-size: contain;
    width: 123px;
}

nav .nav-stores {
    background-image: url(../images/svg/nav/stores.svg);
    background-size: contain;
    width: 105px;
}

nav .nav-saryo,
nav .nav-menu,
nav .nav-info,
nav .nav-onlineshop,
nav .nav-about,
nav .nav-reservation,
nav .nav-contact,
nav .nav-stores {
    height: 32px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

@media screen and (max-width:1024px) {
    nav .nav-saryo,
    nav .nav-menu,
    nav .nav-info,
    nav .nav-onlineshop,
    nav .nav-about,
    nav .nav-reservation,
    nav .nav-contact {
        width: 100%;
        height: 9.6667vw;
    }
}


/*-----  Smp Nav  ------*/

.Smp-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background-color: #000;
    z-index: 20;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

@media screen and (max-width:1024px) {
    .Smp-nav {
        display: block;
    }
}

.Smp-nav .nav-inner {
    padding-top: 0;
    padding-left: 0;
    top: 50%;
    height: auto;
    margin-top: -62.66667vw;
    overflow: hidden;

}

nav.Smp-Nav-on {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.Smp-nav a {
    display: block;
    margin: 6.667vw 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
    opacity: 0;
    transition: transform 0.5s, opacity .5s, -webkit-transform .5s;
}

.Smp-nav.animte a {
    transform: translateY(30%);
    opacity: 0;
    transition: transform .0s, opacity .0s, -webkit-transform .0s;
}

nav.Smp-Nav-on a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.Smp-nav a:nth-of-type(1) {
    transition-delay: 0.2s;
}

.Smp-nav a:nth-of-type(2) {
    transition-delay: 0.4s;
}

.Smp-nav a:nth-of-type(3) {
    transition-delay: 0.5s;
}

.Smp-nav a:nth-of-type(4) {
    transition-delay: 0.6s;
}

.Smp-nav a:nth-of-type(5) {
    transition-delay: 0.7s;
}

.Smp-nav a:nth-of-type(6) {
    transition-delay: 0.8s;
}


/*----- SNS  ----*/

#Sns {
    text-align: center;
    vertical-align: middle;
    position: absolute;
    width: 100px;
    right: 5px;
    bottom: 2px;
    color: #fff;
    font-size: 30px;
}

.Sns_Btn {
    position: relative;
    width: 33.3333%;
    float: left;

}

#Sns a,
#Sns a:active,
#Sns a:hover,
#Sns a:link {
    color: #fff;
}

#Sns .fa {
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

@media screen and (max-width:1024px) {
    #Sns .fa {
        font-size: 8.6667vw;
    }
}



#Sns.Smp-Sns {
    opacity: 0;
}


.Smp-Nav-on #Sns.Smp-Sns {
    opacity: 1;
    display: block;
    width: 100%;
    position: fixed;
    z-index: 20;
    bottom: 5px;
    right: 0;
}

#Sns.Smp-Sns .Sns_Btn a {
    margin: 0;
}

#Sns.Smp-Sns .Sns_Btn {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    opacity: 0;
    transition: transform 0.5s, opacity .5s, -webkit-transform .5s;
}

.Smp-Nav-on #Sns.Smp-Sns .Sns_Btn {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
}

#Sns.Smp-Sns div:nth-of-type(1) {
    transition-delay: 0.5s;
}

#Sns.Smp-Sns div:nth-of-type(2) {
    transition-delay: 0.7s;
}

#Sns.Smp-Sns div:nth-of-type(3) {
    transition-delay: 0.8s;
}


.fa-facebook:hover {
    color: #3160c2;
}

.fa-twitter:hover {
    color: #54c9fd;
}

.fa-instagram:hover {
    color: #ec3f54;
}


/*----==== opening ====----*/

section#loading {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    background-position: center center;
    background-size: cover;
    transition: opacity ease-out 3s, -webkit-transform ease-out 3s;
    transition: opacity ease-out 3s, transform ease-out 3s;
    transition: opacity ease-out 3s, transform ease-out 3s, -webkit-transform ease-out 3s;
    background-color: #fff;
}

.loading-off {
    opacity: 0!important;
    -webkit-transform: scale(1, 1, 1, 1)!important;
    transform: scale(1, 1, 1, 1)!important;
}

section#loading .loading-mark-wrapper {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
}

section#loading .loading-mark {
    width: 306px;
    height: 306px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    margin-top: -153px;
    margin-left: -153px;
}

@media screen and (max-width:780px) {
    section#loading .loading-mark {
        width: 57.06667vw;
        height: 57.06667vw;
        margin-top: -28.53333vw;
        margin-left: -28.5333vw;
    }
}

section#loading .loading-mark-rotate {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

section#loading .loading-mark-rotate-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #e50012;
    border-radius: 50%;
}

section#loading .loading-mark-rotate-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 63%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .7);
}

section#loading .loading-mark-wrapper img {
    width: 195px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width:780px) {
    section#loading .loading-mark-wrapper img {
        width: 27.46667vw;
    }
}


section#loading .opening1 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
}

section#loading .opening1-in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/pc/opening/opening-pc1_2_1.png) no-repeat center center;
    background-size: 800px auto;
    -webkit-filter: blur(16px);
    filter: blur(16px);
    opacity: 0;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition: opacity 1s, -webkit-filter 1s, -webkit-transform 1s;
    transition: filter 1s, opacity 1s, transform 1s;
    transition: filter 1s, opacity 1s, transform 1s, -webkit-filter 1s, -webkit-transform 1s;
    transition-timing-function: ease, ease, ease, ease, ease;
    transition-timing-function: ease-out;
}

@media screen and (max-width:780px) {
    section#loading .opening1-in {
        background-image: url(../images/common/sp/opening/opening-sp1_2_1.png);
        background-size: 280px auto;
    }
}

section#loading .opening1-in-start {
    -webkit-filter: blur(0) !important;
    filter: blur(0) !important;
    opacity: 1 !important;
    -webkit-transform: scale(1, 1) !important;
    transform: scale(1, 1) !important;
}

section#loading .opening2 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    visibility: hidden
}

section#loading .opening2-in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/pc/wrappers/maininfo-img.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: blur(16px);
    filter: blur(16px);
    opacity: 0;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition: opacity 3s, -webkit-filter 3s, -webkit-transform 3s;
    transition: filter 3s, opacity 3s, transform 3s;
    transition: filter 3s, opacity 3s, transform 3s, -webkit-filter 3s, -webkit-transform 3s;
    transition-timing-function: ease-out
}

@media screen and (max-width:780px) {
    section#loading .opening2-in {
        background-image: url(../images/common/sp/wrppers/maininfo-sp-img.jpg);
    }
}

section#loading .opening2-in-start {
    -webkit-filter: blur(0)!important;
    filter: blur(0)!important;
    opacity: 1!important;
    -webkit-transform: scale(1, 1)!important;
    transform: scale(1, 1)!important
}


/*----====  -Mian image ==== -------*/

section#mainTopInfo {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 0px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: #EEE;
    background-image: url(../images/common/pc/wrappers/texture.png);
    background-position: center left;
}

@media screen and (max-width:1024px) {
    section#mainTopInfo {
        padding-top: 0;
        /*background-image: url(../images/common/sp/wrppers/bg_saryo-sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;*/
        background-image: url(../images/common/pc/wrappers/texture.png);
        background-position: center left;
    }
}

@media screen and (max-width:780px) {
    section#mainTopInfo {}
}

section#mainTopInfo .header-logo {
    width: 302px;
    height: 97px;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2;
}

@media screen and (max-width:1024px) {
    section#mainTopInfo .header-logo {
        position: absolute;
        width: 29.6667vw;
        height: 12.6667vw;
    }
    section#mainTopInfo .shopmsg  {
        position: absolute;
        font-size: 12px;
        color: #000;
        padding-top: 15.6667vw;
        padding-left: 1%;
        padding-right: 1%;
    }
}


section#mainTopInfo .header-logo img {
    display: none;
}

@media screen and (max-width:1024px) {
    section#mainTopInfo .header-logo img {
        display: block;
        width: 29.6669vw;
        height: 110px;
    }
}

@media screen and (max-width:780px) {
    section#mainTopInfo .header-logo img {
        width: 35.93333vw;
        height: 14.466667vw;
    }
}

section#mainTopInfo .mainTopInfo-inner-on {
    -webkit-transform: scale(1, 1) !important;
    transform: scale(1, 1) !important;
}

section#mainTopInfo .mainTopInfo-inner {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: -webkit-transform ease-out 3s;
    transition: transform ease-out 3s;
    transition: transform ease-out 3s, -webkit-transform ease-out 3s;
    z-index: 0;
}

@media screen and (max-width:780px) {
    section#mainTopInfo .mainTopInfo-inner {
        _background-image: url(../images/common/pc/rawwrpper.png);
    }
}

section#mainTopInfo .mainTopInfo-inner-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top 100%;
    background-size: auto 60%;
    position: absolute;
    top: 0px;
    bottom: auto;
    left: 0;
}

@media screen and (max-width:780px) {
    section#mainTopInfo .mainTopInfo-inner-img {
        height: 100%;
        max-height: 100%;
        background-position: center top 100%;
        background-size: 90% auto;
    }
}

section#mainTopInfo .mainTopInfo-inner-title {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100px;
    height: 527px;
    max-height: 55%;
    display: inline-block;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (max-width:780px) {
    section#mainTopInfo .mainTopInfo-inner-title {
        top: 50%;
        -webkit-transform: translate(-50%, -45%);
        transform: translate(-50%, -45%);
        width: 18.26667vw;
        height: 86.8vw
    }
}

section#mainTopInfo .mainTopInfo-inner h2 {
    position: absolute;
    width: 104px;
    height: 445px;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    top: 280px;
    right: 10px;
}

@media screen and (max-width:1024px) {
    section#mainTopInfo .mainTopInfo-inner h2 {
        width: 100px;
        height: 400px;
        top: 150px;
        right: 10px;
    }
}

@media screen and (max-width:780px) {
    section#mainTopInfo .mainTopInfo-inner h2 {
        width: 18.26667vw;
        height: 86.8vw;
        top: 24.2vw;
        right: 5.2vw;
    }
}


section#mainTopInfo h3 {
    position: absolute;
    width: 155px;
    height: 155px;
    background-image: url(../images/svg/logo-black-2.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -20px;
    right: 56px;
}

@media screen and (max-width:780px) {
    section#mainTopInfo h3 {
        right: 20px;
    }
}

/*---------====  Contents ==== ---------*/

/*----Contents Background---*/

.bg_saryo {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(../images/common/pc/wrappers/bg_saryo-pc.jpg);
    background-position: center top 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width:1024px) {
    .bg_saryo {
        background-position: center top 0;
    }
}

@media screen and (max-width:780px) {
    .bg_saryo {
        background-image: url(../images/common/sp/wrppers/bg_saryo-sp.jpg);
        background-position: center top 0;
    }
}

.chaba-bg-front {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 60px;
    left: 0;
    background-image: url(../images/common/pc/wrappers/bg_chaba_front-pc.png);
    background-size: 1400px auto;
    background-position: center top 0;
    background-repeat: repeat-y;
}

@media screen and (max-width:780px) {
    .chaba-bg-front {
        background-image: url(../images/common/sp/wrppers/bg_chaba_front-sp.png);
        background-size: 100% auto;
        top: 7.6667vw;
    }
}

.chaba-bg-back,
.chaba-bg-front {
    z-index: 1;
}

.chaba-bg-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 60px;
    left: 0;
    background-image: url(../images/common/pc/wrappers/bg_chaba_back-pc.png);
    background-size: 1400px auto;
    background-position: center top 0;
    background-repeat: repeat-y;
}


@media screen and (max-width:780px) {
    .chaba-bg-back {
        background-image: url(../images/common/sp/wrppers/bg_chaba_back-sp.png);
        background-size: 100% auto;
        top: 7.6667vw;
    }
}


/*-----contens area^------*/

#contents {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

@media screen and (max-width:780px) {
    #contents {}
}

.Info-title {
    color: #fff;
    max-width: 1200px;
    padding: 50px 0;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width:1024px) {
    .Info-title {
        width: 100%;
    }
}
.Menu_viw {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.Event-Info {
    position: relative;
    background-size: cover;
    background-position-y: 0;
    background-position-x: 0;
    padding-bottom: 0px;
}

.Event-Info.othr1 {
    background-size: cover;
}

.Event-Info.othr1 .arrow-b {
    background-color: #000;
}

.Event-Info .arrow-b {
    background-color: #fff;
}


@media screen and (max-width:780px) {
    .Event-Info.othr1 {
        background-attachment: inherit;
        background-size: 100%;
    }
    .Event-Info {
        background-attachment: inherit;
        background-size: 100%;
    }
}

#Event_Off,
#Event_On {
	display: none;
}


.more_info {
    text-align: center;
    position: relative;
    padding: 0px 0 60px;
    margin: 0px 0 70px;
}

.more_info a {
    display: block;
}
.more_info .fa {
    -webkit-animation: inright 1.5s infinite;
    animation: inright 1.5s infinite;
}
.more_info.Conta-b {
	margin-top: 30px;
}


.more_Btn {
    width: 300px;
    margin: 0 auto;
}

.Btn_volet {
    width: 300px;
    height: 60px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    color: #000;
    font-size: 30px;
    background-image: url(../images/common/pc/wrappers/texture.png);
    background-position: center left;
}

@media screen and (max-width:1024px) {
    .Btn_volet {
        display: none;
    }
}

.txt_Btn {
    width: 300px;
    height: 60px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    background-color: #000;
    background-image: url(../images/common/pc/wrappers/texture.png);
    background-position: center left;
    line-height: 40px;
    font-size: 26px;
    border: 2px #fff solid;
    box-shadow: 0px -2px 1px #000;
}

@media screen and (max-width:1024px) {
    .txt_Btn {
        font-size: 2.6667vw;
    }
}

@media screen and (max-width:780px) {
    .txt_Btn {
        font-size: 5.8667vw;
    }
}




.more_Btn:hover .Btn_volet {
    -webkit-animation: anim 1.2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -ms-animation: anim 1.2s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: forwards;
    -moz-animation: anim 1.2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    animation: anim 1.2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}




/*======--------- Footer ----------=========*/

.F-t {
    padding-right: 30px;
    width: 100%;
}

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

    .F-t {
        padding-right: 0;
    }
}



footer .fa {
    margin-right: 15px;
    width: 10px;
}

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

    footer .fa {
        margin-right: 3.6667vw;
        width: 3.6667vw;
    }
}

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

    footer .fa {
        margin-right: 2.6667vw;
        width: 2.6667vw;
    }
}

footer {
    color: #fff;
    width: 100%;
    position: relative;
    overflow: hidden;
    visibility: visible;
    background-color: #000;
    z-index: 2;
    box-shadow: -1px -2px 6px 2px rgba(70, 70, 70, 1.0);
}

#Footer_Area {
    overflow: hidden;
    max-width: 1200px;
    padding: 20px 0 60px;
    margin: 0 auto;
}

@media screen and (max-width:1024px) {
    #Footer_Area {
        width: 96%;
        margin: 0 auto;
    }
}

#Footer_Navi div {
    position: relative;
    float: left;
}

.Footer_logo {
    height: 70px;
    background-image: url(../images/svg/logo-black-1_1.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width:1024px) {
    .Footer_logo {
        height: 10.6667vw;
    }
}

@media screen and (max-width:780px) {
    .Footer_logo {
        height: 14.6667vw;
    }
}

@media screen and (max-width:1024px) {
    #store_Ac,
    #store_News,
    #site_Menu,
    #site_Link {
        margin-top: 60px;
    }
}

@media screen and (max-width:780px) {
    #store_Ac,
    #store_News,
    #site_Menu,
    #site_Link {
        margin-top: 6.6667vw;
    }
}

#site_Link .F-t {
    padding-right: 0px;
}

.F-t.shopping {
    margin-top: 20px;
}

@media screen and (max-width:1024px) {
    .F-t.shopping {
        margin-top: 6.6667vw;
    }
}

.shopping .F-t li {
    width: 100%;
}

.F-t.brandsite li {
    text-align: center;
    float: left;
    width: 30%;
    margin: 1%;
    border-radius: 10px;
}

.brandsite span {
    margin: 10px 0;
    font-size: 13px;
    display: block;
}

@media screen and (max-width:780px) {
    .brandsite span {
        font-size: 3.9vw;
    }
}

.brandsite a {
    display: block;
    width: 100%;
}

.brandsite a img {
    border-radius: 5px;
}

.storeAd {
    margin-top: 30px;
}

@media screen and (max-width:1024px) {
    .storeAd {
        margin-top: 10.6667vw;
    }
}

@media screen and (max-width:780px) {
    .storeAd {
        margin-top: 6.6667vw;
    }
}


footer h4 {
    font-size: 30px;
    margin-bottom: 20px;
}

@media screen and (max-width:1024px) {
    footer h4 {
        font-size: 10.6667vw;
        margin-bottom: 20px;
    }
}


@media screen and (max-width:780px) {
    footer h4 {
        font-size: 6.6667vw;
        margin-bottom: 20px;
    }
}

#CopyRight {
    text-align: center;
    font-size: 12px;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.40);
}

@media screen and (max-width:780px) {
    #CopyRight {
        font-size: 2.6667vw;
    }
}


#TopBtn {
	position: fixed;
	width: 60px;
	height: auto;
	bottom: 30px;
	right: 30px;
	z-index: 4;
	cursor: pointer;
	margin-bottom: -100px;
    -webkit-transition: 0.3s cubic-bezier(0.5,1,0.3,0.8);
    transition: 0.3s cubic-bezier(0.5,1,0.3,0.8);
}
@media screen and (max-width:1024px) {
	#TopBtn {
		right: 0;
		bottom: 100px;
		background-color: rgba(255,255,255,0.70);
		width: 116px;
        height: 116px;
		padding: 2.6667vw 1.6667vw;
	}
}

@media screen and (max-width:780px) {
	#TopBtn {
		right: 0;
		bottom: 0;
		background-color: rgba(255,255,255,0.70);
		width: 15.46667vw;
        height: 15.46667vw;
		padding: 3.0667vw 1.6667vw;
	}
}

/*------google map----------*/

#map {
    height: 350px;
    width: 100%;
}

@media screen and (max-width:1024px) {
    #map {
        height: 70.6667vw;
    }
}

#map_container {
    position: relative;
}



/*--------------Animation--------------*/

.upApp {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-filter: blur(16px);
    filter: blur(16px);
    opacity: 0;
    transition: opacity 1s, -webkit-transform 1s, -webkit-filter 1s;
    transition: transform 1s, filter 1s, opacity 1s;
    transition: transform 1s, filter 1s, opacity 1s, -webkit-transform 1s, -webkit-filter 1s;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.upAppDone {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1
}



/*----Animation Keyframes----*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes anim {
    0% {
        -webkit-transform-origin: 100% 100%;
        -webkit-transform: perspective( 600px) rotateX( 0deg);
        transform: perspective( 600px) rotateX( 0deg);
        transform-origin: 100% 100%;
    }
    40% {
        -webkit-transform: perspective( 600px) rotateX( -220deg);
        -webkit-transform-origin: 100% 100%;
        transform: perspective( 600px) rotateX( -220deg);
        transform-origin: 100% 100%;
    }
    50% {
        -webkit-transform: perspective( 600px) rotateX( -160deg);
        -webkit-transform-origin: 100% 100%;
        transform: perspective( 600px) rotateX( -160deg);
        transform-origin: 100% 100%;
    }
    60% {
        -webkit-transform: perspective( 600px) rotateX( -210deg);
        -webkit-transform-origin: 100% 100%;
        transform: perspective( 600px) rotateX( -210deg);
        transform-origin: 100% 100%;
    }
    70% {
        -webkit-transform: perspective( 600px) rotateX( -190deg);
        -webkit-transform-origin: 100% 100%;
        transform: perspective( 600px) rotateX( -190deg);
        transform-origin: 100% 100%;
    }
    80% {
        -webkit-transform: perspective( 600px) rotateX( -200deg);
        -webkit-transform-origin: 100% 100%;
        transform: perspective( 600px) rotateX( -200deg);
        transform-origin: 100% 100%;
    }
    100% {
        -webkit-transform: perspective( 600px) rotateX( -180deg);
        -webkit-transform-origin: 100% 100%;
        transform: perspective( 600px) rotateX( -180deg);
        transform-origin: 100% 100%;
    }
}


/*---------Button------*/

.circleBehind a:before,
.circleBehind a:after {
    position: absolute;
    top: 22px;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 4px solid #EEE;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    border-radius: 50%;
    background: transparent;
    content: "";
    opacity: 0;
    transition: all 0.3s;
    z-index: -1;
}

.circleBehind a:after {
    border-width: 2px;
    transition: all 0.4s;
}

.circleBehind a:hover:before {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.circleBehind a:hover:after {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
}

.container {
    margin: 0 auto;
    padding: 10em 3em;
    text-align: center;
}

.container a {
    color: #FFF;
    text-decoration: none;
    margin: 0px 10px;
    padding: 10px 10px;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

.scroll-Btn {
    position: absolute;
    font-size: 20px;
    color: #000;
    bottom: 9%;
    left: 50%;
}

@media screen and (max-width:780px) {
    .scroll-Btn {
        bottom: 15%;
    }
}

.scroll-Btn span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: scrollbtn 1.5s infinite;
    animation: scrollbtn 1.5s infinite;
    box-sizing: border-box;
}


@keyframes scrollbtn {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
		transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}


@keyframes inright {
    0% {
        -webkit-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(0) translate(5px, 0px);
		transform: rotate(0) translate(5px, 0px);
        opacity: 0;
    }
}

/*----dot -----*/

.dot {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    background-size: 3px 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*---- SnsIframe -----*/

#facebook-iframe {
	max-width: 500px;
	margin-left: 10%;
}


@media screen and (max-width:1024px) {
	#facebook-iframe {
		width: 95%;
		margin: 0 auto;
	}
}

#facebook-iframe > .fb-page {
	width: 100%;
}
#facebook-iframe > .fb-page > span,
#facebook-iframe iframe {
	width: 100%!important;
}

/*------- Float-Info_bnr ---------*/

#Float-Info_bnr {
    position: fixed;
    bottom: 5px;
    width: 100%;
    z-index: 3;
	margin-bottom: -250px;
}
@media screen and (max-width:1024px) {
	#Float-Info_bnr {
		width: 100%;
	}
}
#Float-Info_bnr img {
	width:100%;
}
#Float-Info_Btn,
#Float-Info_Img {
	
}
#Float-Info_Btn {
	cursor:pointer;
    position: absolute;
    background: #000;
    width: 30px;
    height: 30px;
    margin: -32px 0 0 1070px;
	border-radius: 50%;
	box-shadow: 0px 0px 8px rgba(225,225,225,.50), 0px 0px 8px rgba(225,225,225,.20);
}

@media screen and (max-width:1024px) {
    #Float-Info_Btn {
        margin: -32px 0 0 0;
        left: 6px;
    }
}

@media screen and (max-width:780px) {
    #Float-Info_Btn {
        left: 4px;
    }
}


#Float-Info_Btn div {
    width: 22px;
    height: 2px;
    background: #fff;
    margin: 49% auto;
}
@media screen and (max-width:1024px) {

}

#Float-Info_Btn div:nth-child(1) {
	transform: rotate(-45deg);
}
#Float-Info_Btn div:nth-child(2) {
	transform: rotate(45deg);
	margin: -56% auto;
}

#Float-Info_Img {
    margin: 0 auto;
    width: 1100px;
}
@media screen and (max-width:1024px) {
	#Float-Info_Img {
		width: 98%;
	}
}

.square_btn {
    display: inline-block;
    padding: 0.8em 3em;
    text-decoration: none;
    color: #7d5a02!important;
    border: solid 2px #b59f5c;
    border-radius: 3px;
    transition: .4s;
    /* max-width: 500px; */
    margin: 100px 0 0 0;
    font-size: 20px;
    text-shadow: 0px 0px 0px #fff, 0px 0px 0px rgba(0, 0, 0, 0.25);
}


.square_btn:hover {

    background: #b59f5c;

    color: white!important;

}
.box01 {
    text-align: center;
    margin: 44px 0 0 0;
}