@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, i, button {margin: 0; padding: 0; border: 0;}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th, dfn, var, button {font-weight: normal; font-style: normal; font-size:100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {display: block;}

html,
body {position:relative; width: 100%; height: 100%;}
html{font-size: 62.5%; -webkit-text-size-adjust: 100%;}
body{font-size: 1.6rem; color:#000000; font-family: "Shippori Mincho", serif;}



ul,ol{list-style:none;}
li{list-style:none;}
a{color:#000000; text-decoration:none; transition:.3s; -webkit-transition:.3s;}
input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
input[type=button],
button,
textarea {-webkit-appearance: none; -moz-appearance:none;  border-radius:0; border:none; background:none;}
input[type=radio]{vertical-align:middle;}
input[type=submit]:hover,
input:hover[type=button]:hover,
button{outline:none; transition:.3s; -webkit-transition:.3s; cursor:pointer; color: #000000;}
table{border-collapse:collapse; border:none; border-spacing:0;}
th ,td{border:none; vertical-align:top; text-align:left;}
img{vertical-align:bottom; height:auto;}
strong, b, .bold {font-weight: bold;}
i{line-height:1; font-style:normal;}
svg{vertical-align:bottom; transition:.3s; -webkit-transition:.3s;}
p{line-height:1.5;}
.wrap{width:1000px; padding:0 20px; box-sizing:border-box; margin:0 auto;}
.clear{clear:both;}
.clearfix:after{clear:both; content:""; height:0; font-size:0; visibility:hidden; display:block;}
.center{text-align:center;}
.left{float:left;}
.right{float:right;}
.flexbox{display:-webkit-flex; display:flex;}
.flexbox-center{-webkit-align-items:center; align-items:center; -webkit-justify-content:center; justify-content:center;}
.flexbox-wrap{-webkit-flex-wrap:wrap; flex-wrap:wrap;}
.ai-center{-webkit-align-items:center; align-items:center;}
.jc-center{-webkit-justify-content:center; justify-content:center;}
.jc-between{-webkit-justify-content:space-between; justify-content:space-between;}
.font-ivy {font-family: "Prata", sans-serif; letter-spacing: .1rem;}
.font-cardo {font-family: cardo, sans-serif;}

:root{
	--header: 160px;
	scroll-padding: var(--header);
}


.pc{display:block;}
.pc-inline{display:inline;}
.sp{display:none !important;}
.sp-inline{display:none !important;}

.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb55 {margin-bottom: 55px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb65 {margin-bottom: 65px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb75 {margin-bottom: 75px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb85 {margin-bottom: 85px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb95 {margin-bottom: 95px !important;}
.mb100 {margin-bottom: 100px !important;}


.page-move-filter {position: fixed; left: 0; bottom: 0; z-index: -1; width: 100%; height: 0; background-color: #ffffff;}
.page-move-filter.active {z-index: 30000; transition: .7s height cubic-bezier(0.65, 0, 0.35, 1); height: 100%;}

::selection { color: #000000; background-color: #ededf1;}

@media screen and (min-width: 768px) {
	a[href*="tel:"] { pointer-events: none;}
}


/*----------------------
header
----------------------*/
.header {position: fixed; left: 0; top: 0; z-index: 12000; display: flex; align-items: center; width: 100%; height: 160px; padding: 0 80px; box-sizing: border-box; background-color: #ffffff; transition: top .5s, background .5s;}
.header.hide {top: -160px;}
.header .header-logo {display: flex; align-items: center; margin-right: auto; transition: opacity .5s;}
.header .header-logo-image {width: 251px; height: 32px;}
.header .header-btns {display: flex; align-items: center;}
.header .header-en {display: block; margin-right: 40px; transition: color .5s, opacity .3s;}
.header .header-en:hover {opacity: .5;}
.header .header-book {position: relative; display: flex; align-items: center; width: 172px; height: 40px; margin-right: 20px; padding-left: 28px; box-sizing: border-box; border: #ffffff solid 1px; border-radius: 20px; background-color: #000000; color: #ffffff; overflow: hidden; transition: padding-left .3s;}
/*.header .header-book-arrow {position: absolute; top: calc(50% - 6px); right: 16px; width: 14px; height: 12px; overflow: hidden;}*/
.header .header-book:before,
.header .header-book:after {content: ""; position: absolute; top: calc(50% - 6px); width: 14px; height: 12px; background: url(../img/arrow_right_wh.svg) no-repeat center; background-size: 14px 12px;}
.header .header-book:before {right: 16px; transition: right .3s;}
.header .header-book:after {left: -28px; transition: left .3s;}
.header .header-book:hover {padding-left: 44px;}
.header .header-book:hover:before {right: -28px;}
.header .header-book:hover:after {left: 16px;}
.header .header-menu {position: relative; display: flex; align-items: center; height: 40px; padding: 0 50px 0 24px; box-sizing: border-box; border-radius: 20px; background-color: #ededf1; transition: background .5s, opacity .3s; color: #000000;}
.header .header-menu:hover {opacity: .7;}
.header .header-menu-text-menu {position: absolute; top: 50%; transform: translateY(-50%);}
.header .header-menu-text-menu .js-split {transform: translateY(0); transition: transform .2s;}
.header .header-menu-text-menu .js-split.is-active {transform: translateY(-100%);}
.header .header-menu-text-close .js-split {transition: transform .2s;}
.header .header-menu-text-close .js-split.is-active {transform: translateY(0);}
.header .header-menu-line{position: absolute; top: 50%; right: 20px; width: 16px; height: 9px; transform: translateY(-50%); transition: height .2s .2s;}
.header .header-menu-line:before,
.header .header-menu-line:after {content: ""; position: absolute; left: 0; width: 100%; height: 1px; background-color: #000000;}
.header .header-menu-line:before{top: 0;}
.header .header-menu-line:after{bottom: 0;}
.header .header-menu-line-inner {position: absolute; top: 50%; left: 0; width: 100%; height: 1px; transform: translateY(-50%);}
.header .header-menu-line-inner:before,
.header .header-menu-line-inner:after {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background-color: #000000; transition: transform .2s;}

.header.active {background-color: transparent;}
.header.active .header-logo {opacity: 0;}
.header.active .header-en {color: #ffffff;}
.header.active .header-menu {background-color: #ffffff;}
.header.active .header-menu-line {height: 1px; transition: height .2s;}
.header.active .header-menu-line:before,
.header.active .header-menu-line:after {opacity: 0; transition: opacity .01s .2s;}
.header.active .header-menu-line-inner:before {transform: rotate(45deg); transition: transform .2s .2s;}
.header.active .header-menu-line-inner:after {transform: rotate(-45deg); transition: transform .2s .2s;}


/*----------------------
gnav
----------------------*/
.gnav {position: fixed; top: 0; left: 0; z-index: 10000; display: flex; width: 100%; height: 100%; padding: 30px; box-sizing: border-box; background-color: #ffffff; opacity: 0; pointer-events: none; transition: opacity .7s;}
.gnav:after{content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: block; width: 100%; height: 100%; margin: auto; background-color: #000000; transition: width .5s, height .5s, border-radius .5s;}
.gnav .gnav-inner {position: relative; z-index: 10; display: flex; align-items: baseline; width: 100%; height: 100%; padding: 70px; box-sizing: border-box; border-radius: 6px; overflow-y: auto;}
.gnav .gnav-left {position: relative; width: 58%; padding-top: 58%; opacity: 0;}
.gnav .gnav-logo {position: absolute; left: 40px; bottom: 37px; z-index: 200; opacity: 0;}
.gnav .gnav-logo-image {width: 341px; height: 20px;}
.gnav .gnav-image-list {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.gnav .gnav-image-item {position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 12px; overflow: hidden;}
.gnav .gnav-image-item.active {z-index: 100;}
.gnav .gnav-image {width: 100%; height: auto; opacity: 0; transform: scale(1.1); transition: opacity 1s, transform 1s;}
.gnav .gnav-image-item.active .gnav-image {opacity: 1; transform: scale(1);}
.gnav .gnav-right {position: relative; width: calc(42% - 100px); margin-left: auto;}
.gnav .gnav-right-inner {position: absolute; left: 0; bottom: 0; width: 100%;}
.gnav .gnav-list {margin-bottom: 60px;}
.gnav .gnav-item {position: relative; top: 10px; opacity: 0; margin-bottom: 30px;}
.gnav .gnav-item:last-child {margin-bottom: 0;}
.gnav .gnav-link {font-size: 3rem; font-family: "Prata", sans-serif; line-height: 1.2; letter-spacing: .1rem; color: #ffffff; transition: color .3s;}
.gnav .gnav-link.inactive {color: #666666;}
.gnav .gnav-link.active {color: #ffffff;}
.gnav .gnav-career {position: relative; top: 10px; opacity: 0; margin-bottom: 76px;}
.gnav .gnav-career-link {font-size: 1.8rem; font-family: "Prata", sans-serif; line-height: 1.2; letter-spacing: .1rem; color: #ffffff; transition: color .3s;}
.gnav .gnav-career-link.inactive {color: #666666;}
.gnav .gnav-career-link.active {color: #ffffff;}
.gnav .gnav-info {opacity: 0; font-size: 1.4rem; line-height: 1.5; color: #ffffff;}
.gnav .gnav-info a{color: #ffffff;}
.gnav .gnav-sns {position: absolute; right: 0; bottom: 0; display: flex; align-items: flex-end;}
.gnav .gnav-sns-item:first-child {margin-right: 12px;}
.gnav .gnav-sns-facebook {opacity: 0; width: 9px; height: 18px;}
.gnav .gnav-sns-instagram {opacity: 0; width: 16px; height: 16px;}

.gnav.active {opacity: 1; pointer-events: auto;}
.gnav.active:after {width: calc(100% - 60px); height: calc(100% - 60px); border-radius: 0px;}
.gnav.active .gnav-left {transition: opacity .5s .2s; opacity: 1;}
.gnav.active .gnav-logo {transition: opacity .7s 1s; opacity: 1;}
.gnav.active .gnav-item:nth-child(1) {transition: opacity .4s .3s, top .4s .3s; opacity: 1; top: 0;}
.gnav.active .gnav-item:nth-child(2) {transition: opacity .4s .4s, top .4s .4s; opacity: 1; top: 0;}
.gnav.active .gnav-item:nth-child(3) {transition: opacity .4s .5s, top .4s .5s; opacity: 1; top: 0;}
.gnav.active .gnav-item:nth-child(4) {transition: opacity .4s .6s, top .4s .6s; opacity: 1; top: 0;}
.gnav.active .gnav-item:nth-child(5) {transition: opacity .4s .7s, top .4s .7s; opacity: 1; top: 0;}
.gnav.active .gnav-item:nth-child(6) {transition: opacity .4s .8s, top .4s .8s; opacity: 1; top: 0;}
.gnav.active .gnav-career {transition: opacity .4s .9s, top .4s .8s; opacity: 1; top: 0;}
.gnav.active .gnav-info {transition: opacity .4s 1s; opacity: 1;}
.gnav.active .gnav-sns-instagram {transition: opacity .4s 1s; opacity: 1;}
.gnav.active .gnav-sns-facebook {transition: opacity .4s 1.1s; opacity: 1;}


@media screen and (max-height:800px){
    .gnav .gnav-inner {padding: 70px 60px;}
    .gnav .gnav-left {width: 58%; padding-top: 58%;}
    .gnav .gnav-right {width: calc(42% - 65px);}
    .gnav .gnav-list {margin-bottom: 30px;}
    .gnav .gnav-link {font-size: 2.8rem;}
    .gnav .gnav-career {margin-bottom: 60px;}
}


@media screen and (min-height:1001px){
    .gnav .gnav-inner {align-items: center;}
    .gnav .gnav-right-inner {position: static;}
}



@media screen and (min-width:1601px){
    .gnav .gnav-left {padding-top: 800px;}
}



/*----------------------
トップ
----------------------*/

.loading {position: fixed; left: 0; top: 0; z-index: 20000; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}
.loading.hide {display: none;}
.loading .loading-filter {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #000000;}
.loading .loading-filter.hide {transition: 1.5s height cubic-bezier(0.65, 0, 0.35, 1); height: 0;}
.loading .loading-inner{position: relative; z-index: 1000;}
.loading .loading-logo01 {display: block; width: 100px; height: 112px; overflow: hidden; margin: 0 auto 65px;}
.loading .loading-image01 {position: relative; top: 112px; width: 100px; height: 112px;}
.loading .loading-image01.show {transition: top 1s; top: 0;}
.loading .loading-image01.hide {transition: top 1s; top: -150px;}
.loading .loading-logo02 {display: block; width: 390px; height: 32px; overflow: hidden; margin: 0 auto;}
.loading .loading-image02 {position: relative; top: 32px; width: 390px; height: 32px;}
.loading .loading-image02.show {transition: top 1s; top: 0;}
.loading .loading-image02.hide {transition: top 1s; top: -150px;}


.main-slide {position: relative; width: 100%; height: 100%; padding: 160px 0px 0px; box-sizing: border-box;}
.main-slide .main-slide-container {position: relative; width: 100%; height: 100%;}
.main-slide .main-slide-wrapper {width: 100%; overflow: hidden;}
.main-slide .main-slide-item {height: 100%; background: no-repeat center; background-size: cover; border-radius: 0px;}
.main-slide .main-slide-item01 {background-image: url(../img/slide_top_01.jpg);}
.main-slide .main-slide-item02 {background-image: url(../img/slide_top_02.jpg);}
.main-slide .main-slide-item03 {background-image: url(../img/slide_top_03.jpg);}
.main-slide .main-slide-logo-box {position: absolute; left: 50%; top: 50%; z-index: 5000; transform: translate(-50%,-50%);}
.main-slide .main-slide-logo {width: 627px; height: 80px;}
.main-slide .main-slide-scroll {position: absolute; right: 35px; bottom: 30px; z-index: 10; font-size: 1.8rem; line-height: 1; color: #ffffff;}
.main-slide .main-slide-scroll img {height: 60px; width: auto;}


.concept {position: relative;}
.concept .concept-first {padding: 250px 0 210px; box-sizing: border-box;}
.concept .concept-title {justify-content: center; height: 60px; margin-bottom: 80px; font-size: 4.8rem; font-family: "Prata", sans-serif; line-height: 1; letter-spacing: .5rem; text-align: center;}
.concept .concept-desc-box {margin-bottom: 100px;}
.concept .concept-desc {font-size: 2rem; line-height: 3; text-align: center; opacity: 0;}
.concept .concept-desc.is-active {opacity: 1; transition: opacity 1s;}
.concept .concept-signature {font-size: 1.8rem; font-weight: 500; font-style: italic; text-align: center; opacity: 0;}
.concept .concept-signature.is-active {opacity: 1; transition: opacity 1s;}

.concept .concept-block {position: relative; margin: 140px 0 0; padding: 30px 0;}
.concept .concept-box {display: flex; align-items: flex-end; width: 100%; max-width: 1360px; margin: 0 auto; padding: 0 80px; box-sizing: border-box; margin-bottom: 280px;}
.concept .concept-box:last-of-type {margin-bottom: 0px;}
.concept .concept-image-box {max-width: 720px; width: calc(100% - 480px); margin-right: 80px; border-radius: 0px; overflow: hidden;}
.concept .concept-item {overflow: hidden; border-radius: 0px;}
.concept .concept-image {width: 100%; height: auto;}
.concept .concept-text-box {width: 365px; position: fixed; left: calc(100% - 480px); bottom: 30px; opacity: 0; pointer-events: none; transition: opacity .2s;}
.concept .concept-text-box.active {opacity: 1;}
.concept .concept-text-box.inactive {position: absolute;}
.concept .concept-catch-en {display: block; font-size: 1.4rem; line-height: 1; margin-bottom: 10px;}
.concept .concept-catch {font-size: 2.4rem; font-weight: 700; line-height: 32px; letter-spacing: .1rem; margin-bottom: 30px;}
.concept .concept-text {font-size: 1.4rem; line-height: 2;}
.concept .concept-pager {position: fixed; right: 100px; top: 50%; transform: translateY(-50%); opacity: 0; transition: opacity .2s; width: 50px;}
.concept .concept-pager.fixed {opacity: 1;}
.concept .concept-pager.absoluted {position: absolute; top: auto; bottom: calc(50vh - 140px); transform: translateY(0);}
.concept .cancept-pager-line {position: relative; display: block; width: 1px; height: 240px; margin: 0 auto 20px; background-color: #eeeeee;}
.concept .cancept-pager-line-inner {position: absolute; left: 0; top: 0; width: 1px; height: 0; max-height: 100%; background-color: #000000;}
.concept .concept-pager-number {display: block; font-family: "Prata", sans-serif; text-align: center;}

@media screen and (max-width:1600px){
    .concept .concept-pager {right: 40px;}
}

@media screen and (min-width:1361px){
    .concept .concept-text-box {left: calc(50% + 200px);}
}


.chef {position: relative; display: flex; flex-direction: row-reverse; width: 100%; height: 100%; min-height: 650px; padding-top: 140px;}
.chef .chef-image-box-outer {display: flex; align-items: center; justify-content: center; width: 50%; height: 100%; background-color: #efe9ea;}
.chef .chef-image-box {max-width: 400px; max-height: 480px; border-radius: 0px; overflow: hidden;}
.chef .chef-image {display: block; transform: scale(1.4); opacity: 0; max-width: 100%;}
.chef .chef-image.active {transition: transform 1.4s 1s cubic-bezier(0.565, 0.05, 0.165, 1), opacity 1.4s 1s cubic-bezier(0.565, 0.05, 0.165, 1); transform: scale(1); opacity: 1;}
.chef .chef-name {position: absolute; left: 50%; top: calc(50% + 70px); transform: translate(-50%,-50%); margin-top: 200px; opacity: 0;}
.chef .chef-name.active {margin-top: 0; opacity: 1; transition: margin-top 1.4s 1s cubic-bezier(0.565, 0.05, 0.165, 1), opacity 1.4s 1s cubic-bezier(0.565, 0.05, 0.165, 1);}
.chef .chef-first-name,
.chef .chef-last-name {display: block; font-size: 3.6rem; font-family: "Prata", sans-serif; line-height: 1.5; letter-spacing: .1rem; text-align: center;}
.chef .chef-text-box-outer {display: flex; align-items: center; justify-content: center; width: 50%; height: 100%;}
.chef .chef-text-box {position: relative; max-width: 400px;}
.chef .chef-logo-box {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 385px; height: 428px; margin-top: 100px; opacity: 0;}
.chef .chef-logo-box.active {transition: opacity 0.7s 0.3s cubic-bezier(0.565, 0.05, 0.165, 1), margin-top 0.7s 0.3s cubic-bezier(0.565, 0.05, 0.165, 1); margin-top: 0; opacity: 1;}
/*.chef .chef-logo-box.inactive {transition: opacity 1.4s cubic-bezier(0.49, 0.01, 0.27, 1); opacity: .02;}*/
.chef .icon-logo {width: 385px; height: 428px; fill: #999999;}
.chef .chef-logo-box.inactive .icon-logo {fill: #fafafa; transition: fill 1.4s cubic-bezier(0.49, 0.01, 0.27, 1);}
.chef .chef-text {font-size: 1.4rem; line-height: 2; transform: translateY(80px); opacity: 0;}
.chef .chef-text.active {transform: translateY(0); opacity: 1; transition: transform 1.2s 1.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.2s 1.4s cubic-bezier(0.19, 1, 0.22, 1)}



.top-news {display: flex; max-width: 1500px; margin: 0 auto; padding: 160px 150px 150px; box-sizing: border-box;}
.top-news .top-news-title {width: calc(100% - 720px); margin-right: auto; font-size: 4.8rem; font-family: "Prata", sans-serif; letter-spacing: .1rem;}
.top-news .top-news-box {width: 60%; max-width: 720px;}
.top-news .top-news-list {margin-bottom: 70px; border-top: #daddde solid 1px;}
.top-news .top-news-item {border-bottom: #daddde solid 1px;}
.top-news .top-news-link {position: relative; display: block; padding: 40px 0;}
.top-news .top-news-item-title {margin-bottom: 6px; font-size: 1.8rem; line-height: 2;}
.top-news .top-news-item-date {display: block; font-size: 1.4rem; font-family: cardo, sans-serif; line-height: 2;}
.top-news .top-news-item-arrow {position: absolute; top: 50px; right: 0; display: block; width: 16px; height: 14px; overflow: hidden;}
.top-news .top-news-item-arrow:before,
.top-news .top-news-item-arrow:after {content: ""; position: absolute; top: 0; display: block; width: 100%; height: 100%; background: url(../img/arrow_right_bk.svg) no-repeat center; background-size: 16px 14px;}
.top-news .top-news-item-arrow:before {left: 0;}
.top-news .top-news-item-arrow:after {left: -32px;}
.top-news .top-news-link:hover .top-news-item-arrow:before {transition: left .5s; left: 32px;}
.top-news .top-news-link:hover .top-news-item-arrow:after {transition: left .5s; left: 0;}
.top-news .view-more-outer {display: flex; justify-content: flex-end;}
.top-news .view-more {position: relative; display: block; font-size: 1.8rem; font-family: "Prata", sans-serif; letter-spacing: .1rem;}
.top-news .view-more:before {content: ""; position: absolute; left: -140px; top: 50%; display: block; width: 30px; height: 1px; background-color: #000000; transition: width .2s;}
.top-news .view-more:hover:before {width: 120px;}


/*----------------------
下層
----------------------*/
.main {max-width: 1260px; margin: 0 auto; padding: 300px 30px 120px; box-sizing: border-box;}
.page-title {padding-bottom: 100px; margin-bottom: 140px; border-bottom: #ededf1 solid 1px;}
.page-title .page-title-inner {font-size: 6rem; font-family: "Prata", sans-serif; line-height: 1.27; letter-spacing: .1rem;}
.page-section {margin-bottom: 90px;}
.page-section:last-of-type {margin-bottom: 0;}
.page-section .section-title {padding: 0 0 28px 40px; margin-bottom: 60px; box-sizing: border-box; border-bottom: #ededf1 solid 1px; font-size: 2.4rem; font-weight: 700; line-height: 1;}
.page-section .section-box {padding-left: calc(100% - 800px); box-sizing: border-box;}
.page-section .dot-list {margin-top: 50px;}
.page-section .dot-item {position: relative; padding-left: 16px; box-sizing: border-box; font-size: 1.4rem; line-height: 28px; margin-bottom: 6px;}
.page-section .dot-item:before {content: ""; position: absolute; left: 0; top: 12px; display: block; width: 6px; height: 6px; border-radius: 50%; background-color: #000000;}
.page-section .section-text {font-size: 1.4rem; line-height: 2;}
.page-section .inner-section {padding-top: 48px;}
.page-section .inner-section-title {padding-bottom: 28px; margin-bottom: 40px; border-bottom: #ededf1 solid 1px; font-size: 1.6rem; font-weight: 700; line-height: 1;}
.page-section .inner-section-title span{font-weight: 400 !important; line-height: 2;}
.page-section .num-item {font-size: 1.4rem; line-height: 2;}
.page-section .disc-item {font-size: 1.4rem; line-height: 2;}

/*----------------------
reservation
----------------------*/
.menu-list .menu-list-box {position: relative; margin: 50px 0;}
.menu-list .menu-list-box:last-of-type {margin-bottom: 0;}
.menu-list .menu-cat {/*position: absolute; left: 0; top: 0; font-family: "Prata", sans-serif;*/ font-size: 1.8rem; line-height: 32px; letter-spacing: .1rem;}
.menu-list .menu-item {display: flex; justify-content: flex-end;}
.menu-list .menu-item-name {display: block; font-size: 1.6rem; line-height: 2;}
.menu-list .menu-item-price {display: block; width: 90px; font-size: 1.6rem; line-height: 2; text-align: right;}
.menu-list .menu-item-link {text-decoration: underline;}

.cancel-policy {margin-top: 30px;}
/*.cancel-policy .cancel-policy-item {font-size: 1.4rem; line-height: 35px;}*/
.cancel-policy .cancel-policy-item {position: relative; padding-left: 16px; box-sizing: border-box; font-size: 1.4rem; line-height: 28px; margin-bottom: 2px;}
.cancel-policy .cancel-policy-item:before {content: ""; position: absolute; left: 4px; top: 12px; display: block; width: 4px; height: 4px; background-color: #000000;}

.reservation-button-box {margin-top: 100px;}
.reservation-button-box .reservation-button {position: relative; display: flex; align-items: center; justify-content: center; max-width: 600px; height: 64px; margin: 0 auto; box-sizing: border-box; border-radius: 40px; background-color: #000000; font-size: 2.4rem; font-family: "Prata", "Zen Old Mincho", sans-serif; line-height: 1; letter-spacing: .1rem; color: #ffffff; overflow: hidden; transition: padding-left .3s;}
.reservation-button-box .reservation-button-arrow {position: absolute; right: 40px; top: 50%; transform: translateY(-50%); display: block; width: 14px; height: 12px;}
.reservation-button-box .reservation-button:before,
.reservation-button-box .reservation-button:after {content: ""; position: absolute; top: 50%; transform: translateY(-50%); display: block; width: 14px; height: 12px; background: url(../img/arrow_right_wh.svg) no-repeat center; background-size: 14px 12px;}
.reservation-button-box .reservation-button:before {transition: right .3s; right: 40px;}
.reservation-button-box .reservation-button:after {transition: left .3s; left: -28px;}
.reservation-button-box .reservation-button:hover {padding-left: 40px;}
.reservation-button-box .reservation-button:hover:before {right: -28px;}
.reservation-button-box .reservation-button:hover:after {left: 40px;}


/*----------------------
recruit
----------------------*/
.requirement-list {margin-bottom: 90px;}
.requirement-list .requirement-box {position: relative; padding: 40px 0; border-bottom: #ededf1 solid 1px;}
.requirement-list .requirement-box:last-of-type {border: none;}
.requirement-list .requirement-title {position: absolute; left: 0; top: 40px; font-size: 1.6rem; font-weight: 700; line-height: 28px;}
.requirement-list .requirement-text {display: flex; justify-content: flex-end;}
.requirement-list .requirement-text-inner {width: calc(100% - 240px);}


/*----------------------
access
----------------------*/
.gmap-container { max-width:800px; width: 100%; margin: 0 auto 40px;}
#gmap {height: 0; overflow: hidden; padding-bottom: 56.25%; position: relative; }
#gmap iframe {position: absolute; left: 0; top: 0; height: 100%; width: 100%;}


/*----------------------
footer
----------------------*/
.footer {position: relative;}
.footer:after {content: ""; position: absolute; left: 0px; top: 0px; width: calc(100%); height: calc(100%); border-radius: 0px; background-color: #000000; transform: scale(.95);}
.footer.active:after {transition: transform .8s; transform: scale(1);}
.footer .footer-inner {position: relative; z-index: 10; max-width: 1320px; width: 100%; padding: 140px 60px 130px; margin: 0 auto; box-sizing: border-box;}
.footer .footer-top {display: flex; padding-bottom: 50px; border-bottom: #373737 solid 1px;}
.footer .fooer-title {margin-bottom: 20px; font-size: 2.4rem; font-family: "Prata", sans-serif; line-height: 1; letter-spacing: .1rem; color: #ffffff;}
.footer .footer-text {font-size: 1.4rem; line-height: 2; color: #ffffff;}
.footer .footer-text a{color: #ffffff;}
.footer .footer-left{display: flex; width: 66%;}
.footer .footer-reservation-link {position: relative; display: flex; align-items: center; justify-content: center; width: 100%; height: 60px; margin: 25px 0 35px; box-sizing: border-box; border: #ffffff solid 1px; border-radius: 30px; font-size: 1.8rem; font-family: "Prata", sans-serif; line-height: 1; letter-spacing: .1rem; color: #ffffff; overflow: hidden; transition: padding-left .3s;}
/*.footer .footer-reservation-arrow {position: absolute; right: 30px; top: 50%; transform: translateY(-50%); display: block; width: 14px; height: 12px; overflow: hidden;}*/
.footer .footer-reservation-link:before,
.footer .footer-reservation-link:after {content: ""; position: absolute; top: 50%; transform: translateY(-50%); display: block; width: 14px; height: 12px; background: url(../img/arrow_right_wh.svg) no-repeat center; background-size: 14px 12px;}
.footer .footer-reservation-link:before {transition: right .3s; right: 30px;}
.footer .footer-reservation-link:after {transition: left .3s; left: -28px;}
.footer .footer-reservation-link:hover {padding-left: 30px;}
.footer .footer-reservation-link:hover:before {right: -28px;}
.footer .footer-reservation-link:hover:after {left: 30px;}
.footer .footer-right {width: 33%;}
.footer .footer-box {width: 50%;}
.footer .footer-map-box {margin-top: 10px; margin-bottom: 40px;}
.footer .footer-map-link {color: #ffffff;}
.footer .footer-bottom {display: flex; padding-top: 45px;}
.footer .footer-logo-box {margin-right: auto;}
.footer .footer-logo-image {width: 157px; height: 20px;}
.footer .footer-bottom-right {display: flex; align-items: flex-end;}
.footer .footer-sns-list {display: flex; align-items: flex-end; margin-right: 20px;}
.footer .footer-sns-item:first-child {margin-right: 13px;}
.footer .footer-sns-instagram {width: 16px; height: 16px;}
.footer .footer-sns-facebook {width: 9px; height: 18px;}
.footer .footer-copy {font-size: 1.4rem; color: #ffffff;}


@media screen and (max-width:1200px){
    /*----------------------
    header
    ----------------------*/
    .header {padding: 0 60px;}
    .header .header-en {margin-right: 30px;}



    /*----------------------
    gnav
    ----------------------*/
    .gnav .gnav-inner {padding: 70px 40px;}
    .gnav .gnav-left {width: 64%; padding-top: 64%;}
    .gnav .gnav-right {width: calc(36% - 40px);}
    .gnav .gnav-list {margin-bottom: 30px;}
    .gnav .gnav-item {margin-bottom: 20px;}
    .gnav .gnav-item:last-child {margin-bottom: 0;}
    .gnav .gnav-link {font-size: 2.8rem;}
    .gnav .gnav-career {margin-bottom: 60px;}


    /*----------------------
    トップ
    ----------------------*/
    .main-slide {padding: 160px 60px 60px;}


    .concept .concept-first {padding: 160px 0 130px;}
    .concept .concept-block {margin: 100px 0 0;}
    .concept .concept-box {margin-bottom: 200px;}
    .concept .concept-box:last-of-type {margin-bottom: 0px;}
    .concept .concept-image-box {max-width: 720px; width: calc(100% - 420px); margin-right: 50px;}
    .concept .concept-image {width: 100%; height: auto;}
    .concept .concept-text-box {width: 350px; left: calc(100% - 460px);}
    
    
    .chef .chef-text-box {max-width: 360px;}
}




@media screen and (max-width:1023px){
    
    
    
    :root{
        --header: 120px;
        scroll-padding: var(--header);
    }

    /*----------------------
    header
    ----------------------*/
    .header {height: 120px; padding: 0 35px;}
    .header .header-logo {margin-right: auto;}
    .header .header-logo-image {width: 188px; height: 24px;}
    .header .header-en {margin-right: 30px; font-size: 1.4rem;}
    .header .header-book {padding: 0 40px 0 28px; font-size: 1.4rem;}
    .header .header-menu {padding: 0 50px 0 16px; font-size: 1.4rem;}



    /*----------------------
    gnav
    ----------------------*/
    .gnav {display: block; padding: 0;}
    .gnav .gnav-inner {display: block; padding: 0 75px; border-radius: 0;}
    .gnav .gnav-left {display: none;}
    .gnav .gnav-right {width: 100%; margin-left: 0; padding: 125px 0 80px;}
    .gnav .gnav-right-inner {position: static;}
    .gnav .gnav-list {margin-bottom: 60px;}
    .gnav .gnav-item {margin-bottom: 30px;}
    .gnav .gnav-item:last-child {margin-bottom: 0;}
    .gnav .gnav-link {font-size: 3rem;}
    .gnav .gnav-career {margin-bottom: 80px;}
    .gnav .gnav-info {margin-bottom: 70px;}
    .gnav .gnav-info a {color:#ffffff;}
    .gnav .gnav-sns {position: static;}
    .gnav .gnav-sns-item:first-child {margin-right: 18px;}
    .gnav .gnav-sns-facebook {width: 10px; height: 21px;}
    .gnav .gnav-sns-instagram {width: 22px; height: 22px;}
    
    .gnav.active:after {width: 100%; height: 100%; border-radius: 0;}


    /*----------------------
    トップ
    ----------------------*/
    .main-slide {padding: 120px 35px 35px;}


    .concept .concept-first {padding: 250px 0 210px;}
    .concept .concept-block {margin: 80px 0 0;}
    .concept .concept-box {display: block; max-width: 880px; margin: 0 auto; padding: 0 80px; margin-bottom: 80px;}
    .concept .concept-box:last-of-type {margin-bottom: 0px;}
    .concept .concept-image-box {max-width: 720px; width: 100%; margin: 0 0 40px;}
    .concept .concept-text-box {width: 365px; margin-left: auto;}
    .concept .concept-text-box {width: 365px; margin-left: auto; position: static; opacity: 1; transition: none;}
    .concept .concept-text-box.active {opacity: 1;}
    .concept .concept-text-box.inactive {position: static;}
    .concept .concept-pager {display: none;}


    .chef {padding-top: 120px; margin-bottom:0px;}
    .chef .chef-image-box {max-width: 240px; max-height: 360px;}
    .chef .chef-image {width: 100%; height: auto;}
    .chef .chef-name {top: calc(50% + 60px);}
    .chef .chef-first-name,
    .chef .chef-last-name {font-size: 2.8rem;}
    .chef .chef-text-box {max-width: 250px;}
    .chef .chef-logo-box {width: 289px; height: 321px;}
    .chef .icon-logo {width: 289px; height: 321px;}



    .top-news {display: block; padding: 120px 35px 130px;}
    .top-news .top-news-title {width: 100%; margin-right: 0;}
    .top-news .top-news-box {width: 100%; max-width: none;}
    .top-news .view-more-outer {display: flex; justify-content: flex-end;}


    /*----------------------
    下層
    ----------------------*/
    .page-section .section-title {padding: 0 0 28px;}


    /*----------------------
    footer
    ----------------------*/
    .footer:after {left: 0px; top: 0px; width: calc(100%); height: calc(100%);}
    .footer .footer-inner {padding: 95px 80px 100px;}
    .footer .footer-top {display: block;}
    .footer .footer-left{display: flex; width: 100%; margin-bottom: 50px;}
    .footer .footer-right {display: block; width: 100%;}
    .footer .footer-box {width: 100%;}
    .footer .footer-bottom {padding-top: 40px;}
    .footer .footer-logo-image {width: 188px; height: 24px;}
    .footer .footer-reservation-link {width: 50%;}
}





@media screen and (max-width:767px){
    
    
    
    :root{
        --header: 80px;
        scroll-padding: var(--header);
    }

    .pc{display:none !important;}
    .pc-inline{display:none !important;}
    .sp{display:block !important;}
    .sp-inline{display:inline !important;}

    .smb5 {margin-bottom: 5px !important;}
    .smb10 {margin-bottom: 10px !important;}
    .smb15 {margin-bottom: 15px !important;}
    .smb20 {margin-bottom: 20px !important;}
    .smb25 {margin-bottom: 25px !important;}
    .smb30 {margin-bottom: 30px !important;}
    .smb35 {margin-bottom: 35px !important;}
    .smb40 {margin-bottom: 40px !important;}
    .smb45 {margin-bottom: 45px !important;}
    .smb50 {margin-bottom: 50px !important;}
    .smb55 {margin-bottom: 55px !important;}
    .smb60 {margin-bottom: 60px !important;}
    .smb65 {margin-bottom: 65px !important;}
    .smb70 {margin-bottom: 70px !important;}
    .smb75 {margin-bottom: 75px !important;}
    .smb80 {margin-bottom: 80px !important;}
    .smb85 {margin-bottom: 85px !important;}
    .smb90 {margin-bottom: 90px !important;}
    .smb95 {margin-bottom: 95px !important;}
    .smb100 {margin-bottom: 100px !important;}



    /*----------------------
    header
    ----------------------*/
    .header {height: 80px; padding: 0 20px;}
    .header .header-logo {line-height: 20px;}
    .header .header-logo-image {width: 157px; height: 20px;}
    .header .header-btns {position: relative;}
    .header .header-en {position: absolute; right: 20px; top: 66px; margin-right: 0; opacity: 0; pointer-events: none; transition: opacity .5s;}
    .header .header-en-reservations {right: 45px; top: auto; opacity: 1; pointer-events: auto;}
    .header .header-book {height: 32px; margin-right: 10px; width: auto; padding: 0 15px; border-radius: 16px; font-size: 1.0rem;}
    .header .header-book:before,
    .header .header-book:after {display: none;}
    .header .header-book:hover {padding-left: 15px;}
    .header .header-menu {width: 32px; height: 32px; padding: 0; box-sizing: border-box; border-radius: 16px;}
    .header .header-menu-text-menu {display: none;}
    .header .header-menu-text-close {display: none;}
    .header .header-menu-line{right: auto; left: 50%; width: 12px; transform: translate(-50%,-50%);}
    
    .header.active .header-en {opacity: 1; pointer-events: auto;}



    /*----------------------
    gnav
    ----------------------*/
    .gnav {padding: 0;}
    .gnav .gnav-inner {padding: 0 35px;}
    .gnav .gnav-right {width: 100%; margin-left: 0; padding: 130px 0 60px;}
    .gnav .gnav-list {margin-bottom: 60px;}
    .gnav .gnav-item {margin-bottom: 20px;}
    .gnav .gnav-item:last-child {margin-bottom: 0;}
    .gnav .gnav-link {font-size: 2rem;}
    .gnav .gnav-career {margin-bottom: 60px;}
    .gnav .gnav-career-link {font-size: 1.4rem;}
    .gnav .gnav-info {margin-bottom: 25px; font-size: 1.2rem;}
    .gnav .gnav-sns {position: static;}


    /*----------------------
    トップ
    ----------------------*/
    .loading .loading-logo01 {width: 50px; height: 56px; margin: 0 auto 32px;}
    .loading .loading-image01 {top: 56px; width: 50px; height: 56px;}
    .loading .loading-image01.show {transition: top 1s; top: 0;}
    .loading .loading-image01.hide {transition: top 1s; top: -75px;}
    .loading .loading-logo02 {width: 194px; height: 20px; line-height: 20px;}
    .loading .loading-image02 {top: 20px; width: 194px; height: 20px;}
    .loading .loading-image02.show {transition: top 1s; top: 0;}
    .loading .loading-image02.hide {transition: top 1s; top: -75px;}

    
    .main-slide {padding: 80px 0px 0px;}
    .main-slide .main-slide-logo {width: 220px; height: 113px;}
    .main-slide .main-slide-scroll {right: 15px; bottom: 30px;} 
    .main-slide .main-slide-scroll img {height: 40px; width: auto;}


    .concept {position: relative;}
    .concept .concept-first {padding: 130px 20px 110px; box-sizing: border-box;}
    .concept .concept-title {margin-bottom: 50px; font-size: 2.4rem; letter-spacing: .2rem;}
    .concept .concept-desc-box {margin-bottom: 30px;}
    .concept .concept-desc {font-size: 1.4rem;}
    .concept .concept-signature {font-size: 1.4rem;}
    .concept .concept-box {padding: 0 20px; margin-bottom: 70px;}
    .concept .concept-box:last-of-type {margin-bottom: 0px;}
    .concept .concept-image-box {margin: 0 0 30px;}
    .concept .concept-text-box {width: 100%; margin-left: 0;}
    .concept .concept-catch-en {font-size: 1.2rem;}
    .concept .concept-catch {font-size: 2rem; line-height: 1.33;}
    .concept .concept-text {font-size: 1.4rem;}


    .chef {display: block; height: auto;}
    .chef .chef-image-box-outer {display: block; width: 100%; height: auto; margin-bottom: 40px; background-color: transparent;}
    .chef .chef-image-box {max-width: 525px; width: 70%; max-height: 788px; margin: 0 auto;}
    .chef .chef-image {transform: scale(1); opacity: 1;}
    .chef .chef-name {position: static; display: flex; justify-content: center; transform: none; width: 100%; margin: 40px 0 35px; opacity: 1;}
    .chef .chef-name.active {margin-top: 40px;}
    .chef .chef-first-name,
    .chef .chef-last-name {font-size: 2.4rem; line-height: 1;}
    .chef .chef-first-name {margin-right: 10px;}
    .chef .chef-text-box-outer {display: block; width: 100%; height: auto;}
    .chef .chef-text-box {position: relative; max-width: 525px; width: 70%; margin: 0 auto;}
    .chef .chef-logo-box {display: none;}
    .chef .chef-text {font-size: 1.4rem; transform: translateY(0); opacity: 1;}


    .top-news {padding: 80px 20px 45px;}
    .top-news .top-news-title {font-size: 2.4rem; margin-bottom: 30px;}
    .top-news .top-news-list {margin-bottom: 30px;}
    .top-news .top-news-link {padding: 20px 0;}
    .top-news .top-news-item-title {margin-bottom: 10px; font-size: 1.2rem; line-height: 1.5;}
    .top-news .top-news-item-date {font-size: 1rem;}
    .top-news .top-news-item-arrow {top: 20px;}
    .top-news .view-more {font-size: 1.4rem;}
    .top-news .view-more:before {left: -75px; width: 60px;}
    .top-news .view-more:hover:before {width: 60px;}


    /*----------------------
    下層
    ----------------------*/
    .main {padding: 120px 20px 50px;}
    .page-title {padding-bottom: 0; margin-bottom: 80px; border-bottom: none;}
    .page-title .page-title-inner {font-size: 2.4rem;}
    .page-section {margin-bottom: 60px;}
    .page-section:last-of-type {margin-bottom: 0;}
    .page-section .section-title {padding: 0 0 14px; margin-bottom: 25px; font-size: 1.8rem;}
    .page-section .section-box {padding-left: 0;}
    .page-section .dot-list {margin-top: 25px;}
    .page-section .dot-item {font-size: 1.4rem; line-height: 2;}
    .page-section .dot-item:before {top: 11px;}
    .page-section .inner-section-title {padding-bottom: 18px; margin-bottom: 25px; font-size: 1.6rem;}


    /*----------------------
    reservation
    ----------------------*/
    .menu-list .menu-list-box {position: relative; margin-bottom: 25px;}
    .menu-list .menu-list-box:last-of-type {margin-bottom: 0;}
    .menu-list .menu-cat {font-size: 1.4rem; line-height: 2;}
    .menu-list .menu-item-name {font-size: 1.4rem;}
    .menu-list .menu-item-price {width: 80px; font-size: 1.4rem;}

    .cancel-policy .cancel-policy-item {line-height: 2;}

    .reservation-button-box {margin-top: 50px;}
    .reservation-button-box .reservation-button {height: 48px; border-radius: 24px; background-color: #000000; font-size: 1.5rem;}
    .reservation-button-box .reservation-button:before {right: 16px;}
    .reservation-button-box .reservation-button:hover {padding-left: 16px;}
    .reservation-button-box .reservation-button:hover:after {left: 16px;}


    /*----------------------
    recruit
    ----------------------*/
    .requirement-list {margin-bottom: 30px;}
    .requirement-list .requirement-box {padding: 20px 0;}
    .requirement-list .requirement-title {position: static; margin-bottom: 20px; font-size: 1.4rem; line-height: 2;}
    .requirement-list .requirement-text {display: block;}
    .requirement-list .requirement-text-inner {width: 100%;}


    /*----------------------
    footer
    ----------------------*/
    .footer:after {left: 0px; top: 0px; width: calc(100%); height: calc(100%);}
    .footer .footer-inner {padding: 70px 50px 50px;}
    .footer .footer-top {padding-bottom: 0; border-bottom: none; margin-bottom: 60px;}
    .footer .fooer-title {font-size: 1.6rem;}
    .footer .footer-text {font-size: 1.2rem;}
    .footer .footer-reservation-link {width: 100%; height: 48px; border-radius: 24px; font-size: 1.4rem;}
    .footer .footer-left {display: block; width: 100%;}
    .footer .footer-right {display: block; width: 100%;}
    .footer .footer-box {width: 100%;}
    .footer .footer-map-link {font-size: 1.2rem;}
    .footer .footer-box:first-of-type {margin-bottom: 40px;}
    .footer .footer-bottom {display: block; padding-top: 0;}
    .footer .footer-logo-box {margin: 0 0 48px; text-align: center;}
    .footer .footer-logo-image {width: 157px; height: 20px;}
    .footer .footer-bottom-right {flex-direction: row-reverse;}
    .footer .footer-sns-list {display: flex; align-items: flex-end; margin: 0 0 0 auto;}
    .footer .footer-sns-item:first-child {margin-right: 13px;}
    .footer .footer-sns-instagram {width: 16px; height: 16px;}
    .footer .footer-sns-facebook {width: 9px; height: 18px;}
    .footer .footer-copy {font-size: 1rem;}
}


.modal{position: fixed; top: 0; left: 0; width: 100%; height: 100%; text-align: center; background: rgba(0,0,0,70%); padding: 40px 20px; overflow: auto; opacity: 0; visibility: hidden; transition: .3s; box-sizing: border-box; z-index: 100000;}
.modal:before{content: ""; display: inline-block; vertical-align: middle; height: 100%; margin-left: -0.2em;}
.modal.is-active{opacity: 1; visibility: visible;}
.modal-container{position: relative; display: inline-block; vertical-align: middle; max-width: 600px; width: 90%;}
.modal-close{position: absolute; display: flex;align-items: center; justify-content: center; top: -20px; right: -20px; width: 40px; height: 40px; color: #fff; background: #000; border-radius: 50%; cursor: pointer;}
.modal-content{ background: #fff; text-align: left; line-height: 1.8; padding: 0px;}
.modal-content p{ margin: 1em 0;}
.modal-content img{ width: 100%;}

span.js-modal-open{text-decoration:underline; font-weight: 700;}
span.js-modal-open:hover{text-decoration:none;}