/* common
==========================================*/
.modePC  h2 { margin-bottom:80px; }
.modeSP  h2 { margin-bottom:70px; }


.debug_color{
	color: #f00 !important;
}


/* box01 MV
==========================================*/
.modePC .box01 {
	height: calc(100vh - 60px);
	background: #000;
}
.modePC.touchUA .box01 {
	background-image: url(/img/kitchen/chefs-table/spmv.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.modeSP .box01 {
	height: 1224px;
	height: calc(100vh - 110px);
	background-image: url(/img/kitchen/chefs-table/spmv.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.box01 .barTitleC:after {
    background-color: #fff;
}
.box01 .u1 {
	height: 100%;
}
.box01 .u1 li,
.box01 .u1 li a {
	height: 100%;
	position: relative;
	background: no-repeat center;
	-webkit-background-size: cover;
			background-size: cover;
}
.modeSP .box01 .u1 li a {
	display: block;
}
.modeSP .box01 .u1 li a {
	width: 100%;
}

.box01 .u1 li {
/*	display: table;
	width: 100%;
	height: 100%;*/
}
.box01 .u1 li h1 {
	position: absolute;
	top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 9;
}

.box01 .u1 li h1 {
	width: 100%;
}


.box01 .u1 li h1 p{
	color: #FFF;
}
.modeSP .box01 .u1 li h1 p {
	font-size: 60px;
}
.modeSP .barTitleC:after {
	margin: 35px auto 0;
}
#chefs-table .box01 .barTitleC:after{
	background: #FFF;
}
.modeSP .box01 .barTitleC48 p:nth-of-type(2){
	font-size: 22px;
}

/**
 * movie
 */
.modePC .bgs{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 2;
}

/* bgVideo */
.modePC .bgVideo {
	overflow: hidden;
	height: calc(100vh - 60px);
}

.modePC.touchUA .bgVideo ,
.modeSP .bgVideo {
	display: none;
}

.modePC .bgVideo > div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.modePC .justH.bgVideo > div {
	height: 100vh !important;
	width: calc( 100vh / 562*1000 ) !important;
}
.modePC .justW.bgVideo > div {
	width: 100vw !important;
	height: calc( 100vw * 0.562 ) !important;
}
/* video area */
#youtube-movie-content {
	position: relative;
	/* height: calc(100vh - 60px); */
	overflow: hidden;
}
.modeSP #youtube-movie-content {
	position: relative;
	height: 422px;
	overflow: hidden;
}

#youtube-movie-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
 * Sound
 */
.sound {
	color: #fff;
}
 .modePC .sound {
	position: absolute;
	bottom: 25px;
	right: 60px;
	z-index: 9;
}
 .modeSP .sound {
	display: none;
}

.sound svg {
	fill: #fff;
}
.modePC .sound svg {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.sound a{
	color: #999;
	font-weight: bold;
}
.modePC .sound a{}
.modeSP .sound a{}

.sound a.active{
	color: #fff;
}

.sound span{
	color: #fff;
}
.modePC .sound span{
	padding: 0 10px;
}
.modeSP .sound span{}


/* box00
==========================================*/
.modePC .box00 {
	display: none;
}

.modePC.touchUA .box00{
	display: block !important;
	width: 630px;
	margin: 0 auto;
	padding-top: 100px;
}
.modePC.touchUA .box00 iframe; {
	width: 630px;
	height: 380px;
	overflow: hidden;
}

.modeSP .box00 {
	width: 630px;
	margin: 0 auto;
	padding-top: 100px;
}

.modeSP .box00 iframe; {
	width: 630px;
	height: 380px;
	overflow: hidden;
}
/* box05 text
==========================================*/
.modePC .box05 { margin-top: 134px; }
.modeSP .box05 { margin-top: 100px; }
.modePC .box05 p {
	width: 700px;
	margin: auto;
	text-align: center;
}
.modeSP .box05 p {
	width: 640px;
	margin: auto;
	font-size: 24px;
}
.box05 p:nth-of-type(2) {
	margin-top: 60px;
}
.box05 h3 {
	text-align: center;
}
.modePC .box05 h3 { margin: 40px; }
.modeSP .box05 h3 { margin: 40px; }
.box05 .barTitleC:after {
    background-color: #000 !important;
}
.box05 .barTitleC p:nth-of-type(2) {
    width: 100%;
}

/* box03
==========================================*/
.modePC .box03 {
	margin: 0 auto;
	width: 960px;
	padding-top: 180px;
}
.modeSP .box03 {
	width: 690px;
	margin: 0 auto;
	padding-top: 120px;
}

.box03 .producerBox {
	position: relative;
	/*background: #eee;*/
}
.modePC .box03 .producerBox {
	width: 960px;
	height: 465px;
	margin-bottom: 100px;
}
.modeSP .box03 .producerBox {
	width: 630px;
	margin: 0 auto 100px;
}
.box03 .producerBox:last-child {
	margin-bottom: 0;
}

.box03 .producerBox:after {
	content: "";
	display: block;
	clear: both;
}



.modePC .box03 .producer01{
	height: 400px;
}
.modePC .box03 .producer02{
	height: 494px;
}
.modePC .box03 .producer03{
	height: 410px;
}



.modePC .content{
	position: absolute;
}
.modePC .box03 .producer01 .content{ top: 210px; }
.modePC .box03 .producer02 .content{ top: 210px; }
.modePC .box03 .producer03 .content{ top: 160px; }

.modePC .Lbox .content{ right: 30px; }
.modePC .Rbox .content{ left: 30px; }



.box03 .producerBox h3 {}
.modePC .box03 .producerBox h3 {
	position: absolute;
	top: 0;
	margin-bottom: 50px;
	width: 300px;
}
.modePC .Lbox.producerBox h3{ right: 60px; }
.modePC .Rbox.producerBox h3{ left: 30px; }
.modeSP .box03 .producerBox h3 {}

.box03 .producerBox h3 span {}
.modePC .box03 .producerBox h3 span {
	margin-left: 5px;
}
.modeSP .box03 .producerBox h3 span {}

.box03 .producerBox h3 span::before {
	content: "（"
}
.box03 .producerBox h3 span::after {
	content: "）"
}

.box03 .producerBox .imgWrap {}
.modePC .box03 .producerBox .imgWrap {
	width: 540px;
	position: absolute;
	top: 0;
}
.modePC .Lbox .imgWrap{ left: 0; }
.modePC .Rbox .imgWrap{ right: 0; }
.modeSP .box03 .producerBox .imgWrap {
	margin-top: 40px;
	margin-bottom: 30px;
}

.modePC .box03 .producerBox img {
	width: 540px;
}
.modeSP .box03 .producerBox img {
	width: 630px;
}

.box03 .producerBox .namme {}
.modePC .box03 .producerBox .namme {
	letter-spacing: 4px;
	margin-bottom: 24px;
}
.modeSP .box03 .producerBox .namme {
	margin-bottom: 25px;
}

.box03 .producerBox .namme .jp {
	font-weight: bold;
}
.modePC .box03 .producerBox .namme .jp {
	font-size: 21px;
	display: block;
	margin-bottom: 5px;
}
.modeSP .box03 .producerBox .namme .jp {
	font-size: 32px;
}

.box03 .producerBox .namme .en {}
.modePC .box03 .producerBox .namme .en {
	font-size: 16px;
}
.modeSP .box03 .producerBox .namme .en {
	font-size: 26px;
	margin-left: 10px;
}

.box03 .producerBox .text {}
.modePC .box03 .producerBox .text {
	width: 330px;
}
.modeSP .box03 .producerBox .text {}

.box03 .producerBox .text .jp {}
.modePC .box03 .producerBox .text .jp {
	margin-bottom: 24px;
}
.modeSP .box03 .producerBox .text .jp {
	margin-bottom: 24px;
}

.box03 .producerBox .text .en {}
.modePC .box03 .producerBox .text .en {}
.modeSP .box03 .producerBox .text .en {}

/* box06 gray icon time
==========================================*/
.box06 {
	background-color: #ececec;
	text-align: center;
}
.modePC .box06 {
	width: 1100px;
	margin-top: 100px;
	padding: 80px 0;
}
.modeSP .box06 {
	width: 100%;
	margin-top: 110px;
	padding: 80px 0 30px;
}
.modePC .box06 img {
	width: 700px;
}
.modeSP .box06 img {
	width: 640px;
}
.modePC .box06 .u1 {
	width: 800px;
	margin: auto;
	margin-top: 35px;
}
.modeSP .box06 .u1 {
	width: 640px;
	margin: auto;
}
.modePC .box06 .u1:after {
	clear: both;
	content: "";
	display: block;
}
.box06 .u1 li {
	text-align: left;
	position: relative;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.modePC .box06 .u1 li {
	width: 47%;
	margin: 24px 0;
}
.modeSP .box06 .u1 li {
}
.modePC .box06 .u1 li:nth-of-type(odd) { float: left; }
.modePC .box06 .u1 li:nth-of-type(even) { float: right; }

.modePC .box06 .u1 li svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
}
.modePC .box06 .u1 li:nth-of-type(7) svg,.modePC .box06 .u1 li:nth-of-type(8) svg {
	width: 50px;
	height: 50px;
	margin-top: 8px;
	margin-left: -6px;
}

.modeSP .box06 .u1 li svg {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
}
.modeSP .box06 .u1 li:nth-of-type(7) svg,.modeSP .box06 .u1 li:nth-of-type(8) svg {
	width: 105px;
	height: 105px;
	margin-top: -5px;
	margin-left: -15px;
}

.modePC .box06 .u1 li p {}
.modePC .box06 .u1 li p:nth-of-type(1) {
	font-size: 15px;
	margin-top: 8px;
	margin-left: 50px;
}
.modeSP .box06 .u1 li p:nth-of-type(1) {
	font-size: 30px;
	margin-top: 60px;
	margin-left: 110px;
}
.modePC .box06 .u1 li p:nth-of-type(2) {
	margin-left: 50px;
	margin-top: 5px;
}
.modeSP .box06 .u1 li p:nth-of-type(2) {
	font-size: 24px;
	margin-top: 20px;
	margin-left: 105px;
	line-height: 40px;
}
.modePC .box06 .u2 {
	padding-left: 400px;
	margin: 100px auto 0;
}
.modeSP .box06 .u2 {
	padding-left: 70px;
	margin: 80px auto 10px;
}
.box06 .u2 li {
	text-align: left;
	position: relative;
}
.modePC .box06 .u2 li { height: 40px; }
.modeSP .box06 .u2 li { height: 80px; }
.box06 .u2 li p {
	position: absolute;
	font-weight: bold;
}
.modeSP .box06 .u2 li p { font-size: 24px; }
.modePC .box06 .u2 li p:nth-of-type(2) { left: 80px; }
.modePC .box06 .u2 li p:nth-of-type(3) { left: 130px; width: 300px; }
.modeSP .box06 .u2 li p:nth-of-type(2) { left: 110px; }
.modeSP .box06 .u2 li p:nth-of-type(3) { left: 160px; width: 600px; }


/**
 * box06 p1
 */
.modePC .box06 .p1{
	margin-left: 360px;
	margin-top: 60px;
}
.modeSP .box06 .p1{}


.box06 .p1 dl{
	line-height: 2;
	text-align: left;
}
.modeSP .box06 .p1 dl{
	margin-top: 120px;
	margin-bottom: 40px;
	padding: 0 55px;
	height: 320px;
}
.box06 .p1 dt{
	font-size: 24px;
	font-weight: bold;
	float:left;
	clear:left;
}
.modePC .box06 .p1 dt:nth-of-type(-n+2){
    width: 80px;
}
.modePC .box06 .p1 dt:nth-of-type(n+3){
    width: 80px;
}
.modeSP .box06 .p1 dt:nth-of-type(-n+2){
    width: 170px;
}
.modeSP .box06 .p1 dt:nth-of-type(n+3){
    width: 170px;
}

/*
.modePC .box06 .p1 dt:nth-of-type(2) { padding-top: 7px; }
.modeSP .box06 .p1 dt:nth-of-type(2) { padding-top: 22px; }
*/

.box06 .p1 dd {
    position: relative;
}
.box06 .p1 dd{ float:left; }
.modePC .box06 .p1 dd{ width: 400px; }
.modeSP .box06 .p1 dd{
	width: 360px;
	font-size: 24px;
}

.modePC .box06 .p1 dt,.modePC .box06 .p1 dd {
	font-size: 13px;
	margin-bottom: 10px;
}

.modePC .box06 .p1 dd span:before{
	content: "　- ";
}

.box06 .p1 dd span{
	color: #000;
	line-height: 1.6;
}
.modePC .box06 .p1 dd span{
	font-size: 11.5px;
	padding-left: 2px;
}
.modeSP .box06 .p1 dd span{
	font-size: 20.5px;
}

.box06 .p1 dd:before{
	content: "：";
	font-weight: bold;
    position: absolute;
}
.modePC .box06 .p1 dd:before{
    top: 0;
    left: -20px;
}
.modeSP .box06 .p1 dd:before{
    top: 0;
    left: -50px;
}
.box06 .p1 dd.none_dot:before{
	content: "" !important;
}

.modePC .box06 .p1 svg{
	width: 22px;
	height: 22px;
	margin-right: 4px;
}
.modeSP .box06 .p1 svg{
	width: 44px;
	height: 44px;
	margin-right: 8px;
}

.box06 .p1 dd span.weekend {display: block;}
.modePC .box06 .p1 dd span.weekend {
	margin-top: 10px;
	padding-left: 14px;
}
.modeSP .box06 .p1 dd span.weekend { margin-top: 26px; }

.box06 .p1 dd span.weekend:before{
	content: "";
}

.box06 .p1 dd span.weekend i { text-decoration: underline; }

.box06 .barTitleC:after {
    background-color: #000 !important;
}
.modePC .box06 .note {
    padding: 60px 350px;
    text-align: left;
}
.modeSP .box06 .note {
    padding: 0 55px 60px 55px;
    text-align: left;
}


/* box08 Contact
==========================================*/
.modePC .box08 {
	margin-top: 100px;
}
.modeSP .box08 {
	margin-top: 140px;
}
.box08 p {
	text-align: center;
}
.modePC .box08 p {
	margin-bottom: 10px;
}
.modeSP .box08 p {
	width: 600px;
	margin: 40px auto 0;
	font-size: 24px;
}
.modePC .box08 svg {
	margin-top: -4px;
}
.modePC .box08 .btnA { margin-top: 30px; }
.modeSP .box08 .btnA { margin-top: 60px; }

/* box14
==========================================*/
.box14 {}
.modePC .box14 {
	margin: 0 auto;
	width: 960px;
	padding-top: 145px;
}
.modeSP .box14 {
	width: 690px;
	margin: 0 auto;
	padding-top: 100px;
}

.box14 .chefBox{
	background: #ededed;
}
.modePC .box14 .chefBox{
	position: relative;
	width: 960px;
	height: 500px;
}
.modeSP .box14 .chefBox{
	width: 690px;
	margin: 0 auto;
	padding: 60px 40px;
	-webkit-box-sizing: border-box;
 	        box-sizing: border-box;
}
.modePC .box14 .chefBox + .chefBox {
    margin-top: 100px;
}
.modeSP .box14 .chefBox + .chefBox {
    margin-top: 50px;
}

.box14 .chefBox .imgWrap{}
.modePC .box14 .chefBox .imgWrap{
	position: absolute;
	top: 60px;
	left: 46px;
}
.modeSP .box14 .chefBox .imgWrap{
	margin-bottom: 50px;
}

.box14 .chefBox img{}
.modePC .box14 .chefBox img{
	width: 260px;
	height: auto;
}
.modeSP .box14 .chefBox img{
	width: 100%;
	height: auto;
}

.box14 .chefBox .namme {
	letter-spacing: 4px;
}
.modePC .box14 .chefBox .namme {
	position: absolute;
	top: 60px;
	left: 354px;
	width: 550px;
}
.modeSP .box14 .chefBox .namme {
	margin-bottom: 20px;
}

.box14 .chefBox .namme .jp{
	font-weight: bold;
}
.modePC .box14 .chefBox .namme .jp{
	font-size: 26px;
}
.modeSP .box14 .chefBox .namme .jp{
	font-size: 32px;
}

.box14 .chefBox .namme .en{}
.modePC .box14 .chefBox .namme .en{
	font-size: 16px;
	margin-left: 15px;
}
.modeSP .box14 .chefBox .namme .en{
	font-size: 26px;
	margin-left: 10px;
}
.box14 .chefBox .job {
    margin: 0 0 35px;
}
.modePC .box14 .chefBox .job {
    font-size: 12px;
    position: absolute;
    top: 100px;
    left: 354px;
    width: 550px;
}
.modeSP .box14 .chefBox .job {
    font-size: 24px;
}

.box14 .chefBox .text {}
.modePC .box14 .chefBox .text {
	position: absolute;
	top: 135px;
	left: 354px;
	width: 550px;
}
.modeSP .box14 .chefBox .text {}

.box14 .chefBox .text .jp{}
.modePC .box14 .chefBox .text .jp{
	margin-bottom: 16px;
}
.modeSP .box14 .chefBox .text .jp{
	margin-bottom: 30px;
}

.box14 .chefBox .text .en{}
.modePC .box14 .chefBox .text .en{}
.modeSP .box14 .chefBox .text .en{}

/* box15
==========================================*/
.box15 { position: relative; }
.modePC .box15 {
	margin: 0 auto 180px;
	width: 960px;
	padding-top: 180px;
}
.modeSP .box15 {
	width: 690px;
	margin: 0 auto;
	padding-top: 100px;
}

.modePC .box15 p.jp{
	margin-top: 40px;
	margin-bottom: 12px;
	text-align: center;
}
.modeSP .box15 p.jp{
	margin-top: 40px;
	margin-bottom: 24px;
	text-align: left;
	padding: 0 60px;
}

.modePC .box15 p.en{
	text-align: center;
}
.modeSP .box15 p.en{
	text-align: left;
	padding: 0 60px;
}

/**
 * slider
 */
.modePC .box15 .u1 li img{
	width: 960px;
	height: 480px;
}
.modeSP .box15 .u1 li img{
	width: 100%;
}

.box15 .kitchenSlider{
	position: relative;
}
.box15 .u2 {
	height: 0;
	position: absolute;
	top: 50%;
}
.modePC .box15 .u2 {
	width: 960px;
	left: 0;
	margin-top: -46px;
}
.modeSP .box15 .u2 {
	width: 690px;
	left: 0;
	margin-top: -30px;
}

.box15 .u2 li { display: inline-block; }
.box15 .u2 li:nth-of-type(1) { float: left; }
.box15 .u2 li:nth-of-type(2) { float: right; }

.box15 .u2 a {
	text-align: center;
	display: block;
	background-color: #fff;
}
.modePC .box15 .u2 a { width: 80px; height: 80px; }
.modeSP .box15 .u2 a { width: 60px; height: 60px; }

.modePC .box15 .u2 svg { width: 17px; height: 10px; margin-top: 35px; }
.modeSP .box15 .u2 svg { width: 23px; height: 13px; margin-top: 23px; }

/**
 * btn
 */
.modePC .box15 .p1 {
	margin: 45px auto;
}
.modeSP .box15 .p1 {
	width: 690px;
	margin: 0 auto 70px;
}

.box15 .p1 ul{
	display: table;
	margin: auto;
}

.modePC .box15 .p1 ul:after {
	content: "";
	display: block;
	clear: both;
}

.box15 .p1 li {
	text-align: center;
	background: no-repeat center;
	-webkit-background-size: cover;
	        background-size: cover;
	position: relative;
	overflow: hidden;
}
.modePC .box15 .p1 li {
	/*float: left;*/
	width: 275px;
	height: 95px;
}
/*.modePC .box15 .p1 li { margin-right: 20px; }
.modePC .box15 .p1 li:nth-of-type(5n) { margin-right: 0; }
.modePC .box15 .p1 li:nth-of-type(n+6) { margin-top: 10px; }*/
.modeSP .box15 .p1 li {
	width: 540px;
	height: 150px;
	margin: 50px auto 0;
}

.modePC .box15 .p1 li:not(.current):before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.modePC .box15 .p1 li:not(.current):before {
	background-color: rgba(0,0,0,.6);
	-webkit-transition: -webkit-transform .1s 0s;
	        transition:         transform .1s 0s;
	-webkit-transform: translateY(145px);
	        transform: translateY(145px);
}
.modePC .box15 .p1 li:not(.current):hover:before {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.box15 .p1 a {
	display: block;
	height: 100%;
	position: relative;
	/*background-color: rgba(0,0,0,.3);*/
}
.box15 .p1 a:hover {
	opacity: 1;
}

.box15 .p1 li p {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.box15 .p1 li .df {
	color: #000;
	-webkit-transition: opacity .3s 0s;
	        transition: opacity .3s 0s;
}
.modePC .box15 .p1 li .df {
	font-size: 14px;
	line-height: 1.6;
}
.modeSP .box15 .p1 li .df {
	font-size: 28px;
	line-height: 1.6;
}
.box15 .p1 .current .df {
	color: #000;
}
.modePC .box15 .p1 li:not(.current):hover .df {
	opacity: 0;
}

.box15 .p1 li .df span { display: block; }
.modePC .box15 .p1 li .df span { font-size: 10px; margin-top: 10px; }
.modeSP .box15 .p1 li .df span { font-size: 20px; margin-top: 20px; }

.box15 .p1 li .vm {
	color: #fff;
	opacity: 0;
}
.modePC .box15 .p1 li:not(.current) .vm {
	-webkit-transition: opacity .2s 0s;
	        transition: opacity .2s 0s;
}
.modePC .box15 .p1 li:not(.current):hover .vm {
	opacity: 1;
	-webkit-transition: opacity .3s .2s;
	        transition: opacity .3s .2s;
}
.modePC .box15 .p1 li .vm { font-size: 10px; }
.modeSP .box15 .p1 li .vm { font-size: 20px; }

.box15 .p1 li .vm span {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	line-height: 1;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .08em;
	display: block;
	height: 1em;
	text-align: center;
}

.box15 .p1 svg {
	color: #fff;
	fill:#fff;
	display: block;
}
.modePC .box15 .p1 svg {
	margin: 8px auto 0;
	width: 16px;
	height: 16px;
}
.modeSP .box15 .p1 svg {
	margin: 20px auto 0;
	width: 32px;
	height: 32px;
}
.box15 .p1 li { background: #fff; }
.modePC .box15 .p1 li { border: 2px #000 solid }
.modeSP .box15 .p1 li { border: 2px #000 solid }

