@charset "utf-8";


html {-webkit-text-size-adjust:none}

*:focus {
outline: none;
}

a {
outline: none;
border-style: none;
cursor: pointer;
}

.textHidden {
	text-indent: -9999px;
	overflow: hidden;	
}

::selection { 
	color: #000;
	background-color: #ddd;
}
::-moz-selection { 
	color: #000;
	background-color: #ddd;
}
@font-face {
font-family: 'user-marcellus';
src: url(/font/marcellus.otf) format('opentype'),
    url(/font/marcellus.woff) format('woff');
}
@font-face {
font-family: 'user-yugothic';
src: url(/font/yugothic.otf) format('opentype'),
    url(/font/yugothic.woff) format('woff');
}

body {
	-webkit-font-smoothing: antialiased;
	color: #000292;
	height: 100%;
	text-align: left;	
	font-family:'user-marcellus','user-yugothic',"YuGothic","メイリオ",Meiryo,serif; 	
	letter-spacing:0.05em;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


h1,h2,h3,h4,h5,p,th {
	font-weight: normal;
	margin: 0;
}

a{
	text-decoration: none;
	color: #000292;
    opacity: 1;
    transition: 0.6s;
    cursor: pointer;
}
a:hover{
	text-decoration: none;
    cursor: pointer;
    color: #cccccc;
}
ul {
	margin:0;
	padding: 0;
    list-style: none;
}
.clearfix:after {
    content:"";
    display: block;
    clear: both;
}
.sp-only {
    display: none;
}
    br.sp-only {
        display: none;
    }
    br.pc-only {
        display: block;
    }
    img {
    width: 100%;
    }

/* fadein */

.fadein {
   opacity: 0;
   transition: all 1s 0s ease-out;
 }

.fadein.isshow {
    opacity: 1;
}

.fadein-up {
   opacity: 0;
   transform: translateY(40px);
   transition: all 0.9s 0s ease-out;
}
.fadein-up.isshow {
    opacity: 1;
   transform: translateY(0px);
}
/* header */
#header-pc {
    position: fixed;
    z-index: 999;
}
.header-pc-logo {
    width: 70px;
    position: absolute;
    top: 0px;
    left: 25px;
    z-index: 9999;
    opacity: 0;
    transition: 0.6s;
}
.on {
    opacity: 1;
}
.header-pc-nav {
    display: inline-block;
    vertical-align: middle;
}
.header-pc-nav ul {
    display: table;
    position: fixed;
    right: 25px;
}
.header-pc-nav li {
    display: table-cell;
    padding-right: 20px;
}
.global_sp,
.navToggle {
    display: none;
}

@media screen and (max-width:470px) {
    .header-pc,
    .header-pc-logo,
    .header-pc-nav ul {
    display: none;
}
    .header-pc-logo {
    display: none!important;
    }
.navToggle {
  position: fixed;
  top: 25px;
  right: 25px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  display: block;
    z-index: 99999;
}
.navToggle > div {
  position: relative;
  width: 30px;
}
.navToggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #000292;
  position: absolute;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
.navToggle span:nth-child(1) {
  top: 0;
}
.navToggle span:nth-child(2) {
  top: 9px;
}
.navToggle span:nth-child(3) {
  top: 18px;
}

.navToggle.active span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #000292;
}
.navToggle.active span:nth-child(2) {
  top: 9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  background: #000292;
}
.navToggle.active span:nth-child(3) {
  display: none;
}
    .global_sp {
    background: #E6E6E6;
    color: #000292;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    font-size: 27px;
    letter-spacing: 0.05em;
    opacity: 0;
    -webkit-transition: opacity .6s ease;  /* アニメーション時間は 0.8秒 */
    -ms- transition: opacity .6s ease;
    -moz- transition: opacity .6s ease;
    transition: opacity .6s ease, visibility .6s ease;
    display: block;
}

.active.global_sp{
    visibility: visible;
    opacity: 1;
}

li.deley {
    opacity: 0;
    -webkit-transition: translateY(-10px);
    transform: translateY(-10px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
    text-align: center;
    color: #fff;
    letter-spacing: 0.05em;
}

.open li.deley {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: opacity .3s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .3s ease;
    transition: transform .5s ease, opacity .3s ease, -webkit-transform 1s ease;
}
li.deley:nth-child(2) {
    transition-delay: .3s;
    top:100px;
    left:25px;
    position: absolute;
}
li.deley:nth-child(3) {
    transition-delay: .35s;
    top: 140px;
    left: 25px;
    position: absolute;
}
li.deley:nth-child(4) {
    transition-delay: .4s;
    top: 180px;
    left: 25px;
    position: absolute;
}
li.deley:nth-child(5) {
    transition-delay: .45s;
    top: 220px;
    left: 25px;
    position: absolute;
}
li.deley:nth-child(6) {
    transition-delay: .50s;
    top: 260px;
    left: 25px;
    position: absolute;
}
    .navlogo_in {
        position: absolute;
        top: 25px;
    left: 25px;
    width: 70px;
}
    #foot_white {
    font-size: 10px;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: 30px;
    right: 25px;
    }
    
}

/* layout */

#top-section {
    z-index: -2;
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    overflow: hidden;
    position: fixed;
    top: 0;
    filter: none;
    transition: 0.5s;
}
#top-section.gray {
    filter: contrast(0.5);
}
section {
    display: block;
    position: relative;
    min-height: 100vh;
}
.bg {
    position: fixed;
    top: -20%;
    left: -5%;
    right: 0;
    width: 110%;
    height: 120%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 1.5s ease 0s;
}
.showarea {
    align-items: center;
    width: 100%;
    min-height: 100vh;
    position: relative;
}
.show {
    display: block!important;
    position: -webkit-sticky;
    position: sticky;
    top: 0vh;
}
.bg02 {
    display: block!important;
    position: -webkit-sticky;
    position: sticky;
    top: 0vh;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    background-image: url(/imgs/access01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.center-logo {
    position: absolute;
    width: 150px;
    top: 40vh;
    left: 50px;
}
.img-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
}
.img-full-width img {
    width: 100%;
}
#section01,
#access {
    position: sticky!important;
    top: 0vh;
}
#menu {
    background-color: #E6E6E6;
    margin-top: 40vh;
    position: relative;
    padding-bottom: 100px;
    z-index: 2;
}
.section-title {
    position: absolute;
    top: 38vh;
    left: 50px;
    font-size: 30px;
}
.text {
    position: absolute;
    top: 38vh;
    left: 190px;
    font-size: 14px;
    line-height: 1.8;
}
.text p {
    padding-bottom: 30px;
}
.img01 {
    position: relative;
    width: 70%;
    padding-top: 38vh;
    margin: 0 0 0 auto;
}
.img02 {
    float: left;
    width: 43%;
    padding-top: 15vh;
}
.img03 {
    position: relative;
    width: 37%;
    margin: 35% 0 0 auto;
}
.attemction {
    font-size: 12px;
    position: relative;
    margin: 50px 0 0 232px;
}
.menu-list {
    width: 300px;
    margin: 0 25px 0 auto;
    font-size: 15px;
    float: left;
}
.menu-list-2 {
    width: 350px;
    margin: 15vh 25px 0 auto;
    font-size: 15px;
    float: left;
}
.menu-list td,
.menu-list-2 td {
    padding-bottom: 5px;
}
.menu-list td.price,
.menu-list-2 td.price {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
}
.menu-category {
    float: left;
    margin: 50px 100px 0 50px;
    font-size: 25px;
    width: 80px;
}
.menu-category-2 {
    float: left;
    margin: 15vh 100px 0 50px;
    font-size: 25px;
    width: 80px
}

.menu-list td.sub,
.menu-list-2 td.sub {
    font-size: 22px;
    padding: 50px 0 15px 0;
}
.menu-list td span,
.menu-list-2 td span {
    display: block;
    font-size: 12px;
}


/* foot */
small {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 50px;
    font-size: 9px;
    z-index: 1;
    letter-spacing: 0.05em;
}

@media screen and (max-width:950px) {
    .menu-list:nth-of-type(2) {
        margin: 0;
    }
    .menu-list-2:nth-of-type(2) {
        margin: 8vh auto 0 230px;
    }
}
@media screen and (max-width:820px) {
    .menu-list {
        margin: 0 auto 0 50px;
    }
    .attemction {
        font-size: 11px;
        width: calc(100% - 100px);
        margin-left: 50px;
    }
    .img01 {
        padding-top: 8vh;
    }
    .img02 {
        width: 55%;
        float: none;
        padding-top: 8vh;
    }
    .menu-category {
        float: none;
    }
    .menu-category-2 {
    float: none;
    margin: 50px auto 0 50px;
    font-size: 25px;
    width: 80px;
}
    .menu-list-2 {
        margin: 50px 25px 0 50px;
    }
    .menu-list-2:nth-of-type(2) {
    margin: 0 auto 0 0;
}
    .img03 {
        width: 47%;
        margin-top: 15%;
    }
.img-full-width {
  min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
}
    .sp-slides-container {
  min-height: 100vh; /* Fallback */
}
    .sp-mask,
    .sp-slides,
    .sp-slide,
    .sp-image-container {
  min-height: 100vh; /* Fallback */
}
    .slider-pro img.sp-image {
  min-height: 100vh; /* Fallback */
}
}
@media screen and (max-width:790px) {
.menu-list-2:nth-of-type(2) {
    margin: 50px auto 0 50px;
}
}
@media screen and (max-width:428px) {
    .img-wrap {
        top: 60%;
        left: 60%;
        height: 120%;
        width: 120%;
    }
    .sp-slides {
        -webkit-backface-visibility: visible;
        min-height: 120vh;
    }
    #section01 {
    min-height: 100vh;
    }
    small {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 25px;
    font-size: 10px;
}
    
    br.sp-only {
        display: block;
    }
    br.pc-only {
        display: none;
    }
    .instagram_btn {
        left: 25px;
        width: 120px;
        font-size: 12px;
    }
    .showarea {
        min-height: 100vh;
    }
    #top-section {
  min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
    }
    #menu {
        margin-top: 10vh;
    }
    .center-logo {
    width: 100px;
    left: 32px;
    top: 30vh;
}
    .section-title {
        top: 25vh;
        left: 25px;
    }
    #menu .section-title {
        top: 8vh;
        left: 25px;
    }
    .text {
        left: 25px;
        width: calc(90% - 50px);
        font-size: 13px;
        top: 34vh;
    }
    .img01 {
    padding: 0;
    padding-top: 20vh;
    width: 100%;
    }
    .menu-category {
    float: none;
    width: 65px;
    margin: 50px auto 0 25px;
    }
    .menu-list,
    .menu-list-2 {
        float: none;
        margin: 0 auto 0 25px;
        font-size: 13px;
    }
    .menu-list td:first-child,
    .menu-list-2 td:first-child {
        width: 200px;
    }
    .menu-list td span, .menu-list-2 td span {
        font-size: 11px;
        line-height: 1;
        padding-bottom: 3px;
}
    .menu-list td.sub {
        padding-top: 25px;
    }
    .menu-list-2 td.sub {
        padding: 25px 0 0 0;
    }
    .menu-list-2:nth-of-type(2) {
        margin: 30px auto 0 25px;
    }
    .menu-list:nth-of-type(2) {
    margin: 0 auto 0 25px;
}
    .attemction {
    width: calc(100% - 50px);
    margin: 50px auto 0 25px;
    font-size: 11px;
    line-height: 1.8;
}
    .img02 {
            float: none;
    padding-top: 10vh;
    width: 80%;
    }
    .menu-category-2 {
        margin: 50px auto 25px 25px;
        float: none;
        width: 60px;
    }
    .img03 {
        float: none;
    width: 70%;
    margin: 10vh 0 0 auto;
    }
}
