@charset "utf-8";

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,Hiragino Sans,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	color:#000;
}

body::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#FFF;
	z-index: 9999; 
	pointer-events: none;  
	opacity: 0; 
	transition: opacity 0.5s ease-in;
	-webkit-transition: opacity 0.5s ease-in;
} 
body.fadeout::after {
  opacity: 1;
}

/* -------------------------------------
LOADING
------------------------------------- */
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background:#FFF;
  text-align:center;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:260px;
}


/* -------------------------------------
header
------------------------------------- */
#head_wrap {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	line-height: 1;
	height: 0;
	text-decoration: none;
	z-index: 100;
}

#head_wrap .inner {
	display: block;
}
#global-nav {
	position: relative;
	padding: 40px 0 0 5%;
}
#global-nav p {
	display: none;
}
#global-nav ul {
	display: flex;
	list-style: none;
	font-size: 14px;
	letter-spacing: 0.05em;
}
#global-nav ul li {
	margin: 0 15px;
	padding: 0;
	color: #000;
}
#global-nav ul li svg {
	width: 30px;
	margin: -10px 0 0 0;
	vertical-align: top;
}
#global-nav ul li a {
	padding: 0;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	color: #000;
}
.ue-st0{
	fill:#06C167;
}
#global-nav ul li a:hover {
	color: #D00;
}

/* Fixed */
#head_wrap.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	height: 60px;
	transition: top 0.5s ease;
	-webkit-transition: top 0.5s ease;
	-moz-transition: top 0.5s ease;
	background: rgba(255, 255, 255, 0.95);
	z-index: 1000;
}

#head_wrap.fixed #global-nav {
	padding: 20px 0 0 5%;
}
#head_wrap.fixed #global-nav ul li a {
	color: #000;
	padding: 0;
	transition: all 0.5s ease-out;
}
#head_wrap.fixed #global-nav ul li a:hover{
	color: #D00;
}
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	left: 30px;
	top: 30px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	z-index: 100;
}

#nav-toggle div {
	position: relative;
}



#header-box {
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 10;
}
h1.hero-logo {
	width: 150px;
	position: absolute;
    top: 25px;
    left: 50%;
	transform: translateX(-50%);
}
#logo {
	filter: drop-shadow(2px 2px 0px rgba(255,255, 255, 1));	
}
h2.hero-txt {
	position: absolute;
    bottom: 10%;
	left: 5%;
	font-size: 150px;
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #000;
	text-shadow: 3px 3px 0px rgba(255,255, 255, 1);
	letter-spacing: -0.05em;
	line-height: 95%;
}

span.ef {
	display: none;
}
.br:before {
	content: "";
	white-space: normal;
}

#hero {
	position: relative;
	width: 50%;
	height: 100vh;
	top:0;
	left: 50%;
}
.swiper {
	position: relative;
	width: 100%;
}

/* Swiper */
.swiper-slide {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
	-webkit-animation: zoomUp 10s ease-out 0.3s;
	animation: zoomUp 10s ease-out 0.3s; 
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.slide-img {
	position: relative;
	width: 100%;
	height: 100vh;
}
/* Swiper-zoom */
@-webkit-keyframes zoomUp {
	0% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes zoomUp {
	0% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.top-img001 {
	background: url("images/hero_001.png");
	background-size: cover; 
	background-position: center center;
}
.top-img002 {
	background: url("images/hero_002.png");
	background-size: cover; 
	background-position: center center;
}
.top-img003 {
	background: url("images/hero_003.png");
	background-size:  cover; 
	background-position: center center;
}
.top-img004 {
	background: url("images/hero_004.png");
	background-size:  cover; 
	background-position: center center;
}

/* FADE */
.fade {
	opacity: 0;
}

.fadein {
  -we-animation: fadein 1s ease-out;
	animation: fadein 1s ease-out ; 
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	
} 
@keyframes fadein {
	0% {
		filter: blur(10px);
		opacity: 0;
	}
	50% {
		filter: blur(0);
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
/* contents */
.box-wrap {
	width: 100%;
	margin: 100px 0 0 0;
	padding: 0;
}
.top-contents {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* -------------------------------------
about
------------------------------------- */
.about{
	display:flex;
	align-items: center;
	width: 90%;
	margin: 0 auto;
	font-style: normal;
}
.about-box {
	width: 50%;
	display:flex;
	flex-flow: column;
}
.about-box:nth-child(1){
	margin: 0 5% 0 0;
}
.about-img {
	width: 40%;
	height: auto;
	border-radius:50%;
	padding-top: 40%;
	background-image: url("images/about_img.png");
	background-position: right 5% bottom 35%;
	background-size: cover;
	opacity: 0;
	transform: scale(0, 0) rotate(-90deg);
	transition: opacity 1s, transform 1s;
}
.about-img.this-inview {
  opacity: 1; 
  transform: scale(1, 1) rotate(0deg);
}
.about-box h3{
	margin: 0 0 30px 0;
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-size: 45px;
}
.about-box p{
	margin: 0 0 30px 0;
	font-size: 18px;
	line-height: 2.5;
}
.about-box .about-en p {
	margin: 0;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.05em;
}
/* -------------------------------------
ingredient
------------------------------------- */
.commitment .ingredient{
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.commitment .ingredient:nth-of-type(1){
	background-image: url(images/beef.png);
}
.commitment .ingredient:nth-of-type(2){
	background-image: url(images/salmon.png);
}

.commitment .ingredient:nth-of-type(3){
	 background-image: url(images/rice.png);
}
.commitment .ingredient:nth-of-type(4){
	background-image: url(images/seaweed.png);
}

.ing-box {
	width: 65%;
	color: #fff;
	font-family: "hina-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.ing-box .ing-title{
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
.ing-box .ing-title span {
	display: block;
	margin: 5px 0 0 0;
	font-size: 20px;
	font-weight: 100;
}

.ing-box .ing-text{
	font-size: 20px;
	padding: 0;
	line-height: 2;
	text-align: center;
}
.ing-box-en {
	margin: 30px 0 0 0;
}
.ing-box .ing-text-en {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
}

/* -------------------------------------
Menu
------------------------------------- */
.menu-wrap {
	font-size: 150px;
	font-style: normal;
}
.menu-wrap h2 {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
	font-family: "futura-pt", sans-serif;
	font-weight: 100;
	text-align: center;
	font-size: 60px;
}
.menu-wrap h2.recommend {
	font-size: 45px;
	font-weight: bold;
}
p.menu-caption {
	margin: 0 0 50px 0;
	font-size: 20px;
	text-align: center;
}
p.menu-caption span {
	margin: 10px 0 0 0;
	display:  block;
	font-family: "futura-pt", sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
}

/* -------------------------------------
recommend
------------------------------------- */
.recommend-wrap {
	width: 90%;
	margin: 0 auto;
	margin-bottom: -50px;
	display: flex;
	justify-content: space-between;
}
.recommend-box {
	margin:0 25px;
}
.recommend-box img {
	width: 100%;
	margin: 0 0 20px 0;
}
.recommend-box p{
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	font-size: 20px;
}
.recommend-box p.price-box{
	display:flex;
	font-weight: bold;
	justify-content: center;
	align-items: baseline;
}
.recommend-box p span.menu-en{
	display: block;
	font-size: 14px;
	letter-spacing: 0.05em;
}
.recommend-box p span.menu-currency{
	display: inline-block;
	padding: 0 0 0 10px;
	font-size: 14px;
}
.recommend-box p span.menu-price{
	font-size: 24px;
	font-weight: bold;
}
.menu-more {
	height: 100px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "futura-pt", sans-serif;
}
.menu-more a {
	width:500px;
	padding: 10px 40px;
	font-size: 24px;
	border:  1px solid #000;
	color: #000;
	text-decoration: none;
	border-radius: 250px;
	transition: all 0.5s ease-out;
}
.menu-more a:hover {
	background: #000;
	color: #FFF;
}

/* -------------------------------------
SHOP
------------------------------------- */
.shop-area {
	margin: 200px 0 0 0;
}
.shop-wrap .shop-photobox{
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(images/shop_image.png);
}
.shop-info {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background:rgba(255, 255, 255, 0.8);
	color: #000;
}
.shop-info h2 {
	margin: 0 0 50px 0;
	padding: 0 0 20px 0;
	font-family: "futura-pt", sans-serif;
	font-weight: 100;
	text-align: center;
	font-size: 60px;
	letter-spacing: 0.05em;
	border-bottom: 2px solid #000;
}
.shop-address {
	text-align: center;
	font-size: 20px;
}

.shop-map {
	width: 100%;
	height: 100vh;
	margin: 0;
}
/* -------------------------------------
delivery
------------------------------------- */
.delivery-wrap {
	width: 90%;
	margin: 0 auto;
	margin-top: -200px;
	margin-bottom: 300px;
	text-align: center;
}
.delivery-wrap h2 {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
	font-family: "futura-pt", sans-serif;
	font-weight: 100;
	text-align: center;
	font-size: 60px;
}
.delivery-wrap svg,
.delivery-wrap img{
	width: 50%;
	vertical-align: top;
}



h2.bottom-info {
	font-size: 24px;
    text-align: center;
    border: solid 3px;
    margin: 10% auto;
	padding: 2rem;
	width: 300px;
}


/* -------------------------------------
Footer
------------------------------------- */
footer{
	padding: 10px 0;
	background: #000;
	text-align: center;
	color:#FFF;
}
#footer-logo svg{
	padding: 100px 0;
	width: 200px;
}
.footer-w-logo{
	fill:#FFF;
}

@media (max-width: 1023px) {
	#global-nav p {
		display: block;
		font-weight: bold;
		font-family: "futura-pt", sans-serif;
	}
	#global-nav ul {
		display: block;
		margin: 0;
	}
	#global-nav ul li {
		border: none;
	}
	#head_wrap {
		top: 0;
		position: fixed;
		margin-top: 0;
		width: 100%;
		padding: 0;
		/* Fixed reset */
	}
	#head_wrap .inner {
		width: 100%;
		padding: 0;
	}
	#head_wrap.fixed {
		height: 75px;
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		background: rgba(255, 255, 255, 0);
		width: 100%;
		height: 60px;
		z-index: 999;
		position: relative;
	}
	#head_wrap.fixed .logo,
	#head_wrap .logo {
		width: 100%;
		  top: 10px;
		position: absolute;
		text-align: center;
	}
	#head_wrap.fixed #global-nav {
		padding: 20px 0 0 0;
	}
	#global-nav {
		position: absolute;
		padding: 20px 0 50px 0;
		top: -560px;
		background: rgba(255, 255, 255, 0.95);
		width: 100%;
		text-align: center;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
		margin-top: 20px;
	}
	#global-nav ul li {
		margin: 10px 0;
		position: static;
		color: #000;
	}
	#head_wrap #global-nav ul li a,
	#head_wrap.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		padding: 5px 0;
	}
	#nav-toggle {
		display: block;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #000;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 9px;
	}
	.open #nav-toggle span:nth-child(1) {
		top: 8px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		top: 8px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
	h2.hero-txt {
		position:relative;
		top: 75%;
		left: auto;
		text-align: center;
		bottom: auto;
		font-size: 100px;
	}
	#hero {
		position: relative;
		width: 100%;
		height: 100vh;
		top:0;
		left: 0;
	}
/* -------------------------------------
about
------------------------------------- */
	.about{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.about-box {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.about-img {
		width: 70%;
		height: auto;
		margin: 0 0 50px 0;
		left: 15%;
		position: relative;
		padding-top: 70%;
	}
	.about-box:nth-child(1){
		margin: 0;
	}
	.about-box:nth-child(2){
		margin: 50px 0 0 0;
	}
	.about h3{
		margin: 0 0 50px 0;
		font-size: 45px;
	}
	.about p{
		font-size: 20px;
		line-height: 2;
	}
	.commitment .ingredient:nth-of-type(1){
		background-image: url(images/beef_sp.png);
	}
	.commitment .ingredient:nth-of-type(2){
		background-image: url(images/salmon_sp.png);
	}

	.commitment .ingredient:nth-of-type(3){
	  background-image: url(images/rice_sp.png);
	}
	.commitment .ingredient:nth-of-type(4){
	  background-image: url(images/seaweed_sp.png);
	}
/* -------------------------------------
ingredient
------------------------------------- */	
	.ing-box {
		width: 80%;
	}
	.ing-box .ing-text{
		font-size: 20px;
		padding: 0;
		line-height: 2;
		text-align: left;
	}
	.ing-box-en {
		margin: 30px 0 0 0;
	}
	.ing-box .ing-text-en {
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 0.05em;
		text-align: left;
	}

/* -------------------------------------
recommend
------------------------------------- */
	.recommend-wrap {
		display: block;
		justify-content: center;
	}
/* -------------------------------------
SHOP
------------------------------------- */
	.shop-info {
		max-width: 500px;
		height: auto;
		margin: 0 0 50px 0;
		position: relative;
		padding: 10%;
	}
}

@media (max-width: 599px) {
	h2.hero-txt {
		font-size: 80px;
		top: 70%;
	}
	#hero {
		position: relative;
		width: 100%;
		left: 0;
		height:auto;
	}
	.slide-img {
		position: relative;
		margin: 0 0 0 0;
		width: 100%;
		height: 100vh;
	}
	.top-img001{
		background: url("images/hero_sp001.png");
		background-size: cover;
		background-position: bottom center;
	}
	.top-img002{
		background: url("images/hero_sp002.png");
		background-size: cover;
		background-position: bottom center;
	}
	.top-img003{
		background: url("images/hero_sp003.png");
		background-size: cover;
		background-position: bottom center;
	}
	.top-img004{
		background: url("images/hero_sp004.png");
		background-size: cover;
		background-position: bottom center;
	}
/* -------------------------------------
about
------------------------------------- */
	.about-img {
		width: 100%;
		height: auto;
		margin: 0 0 50px 0;
		left: 0;
		position: relative;
		padding-top: 100%;
	}
	.commitment .ingredient{
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-attachment:inherit;
	}	
/* -------------------------------------
ingredient
------------------------------------- */
	
/* -------------------------------------
SHOP
------------------------------------- */
	.shop-wrap .shop-photobox{
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-attachment:inherit;
		background-image: url(images/shop_sp_image.png);
	}
	.shop-info {
		max-width: 80%;
		height: auto;
		margin: 0 0 50px 0;
		position: relative;
		border-radius: 0%;
		padding: 20px;
	}
/* -------------------------------------
delivery
------------------------------------- */
	.delivery-wrap {
		margin-top: -300px;
	}
	.delivery-wrap svg{
		width: 100%;
	}
	.delivery-wrap img{
		display: none;
	}

	.bottom-wrap {
		margin-top: 50px;
		margin-bottom: 100px;
	}
	

/* -------------------------------------
Footer
------------------------------------- */
	.footer-page{
		padding: 50px 0 0 0;
	}
	footer{
		width: 100%;
		margin: -50px 0 0 0;
		position: relative;
	}
	.footer-wrap{
		position: relative;
		width: 90%;
		margin: 0 auto;
	}
	.footer-inner{
		padding: 0 0 100px 0;
		display: flex;
		flex: none;
		flex-direction: column;
	}
	.footer-box:nth-of-type(2) {
		margin: 50px 0 0 0;
		padding: 50px 0 0 0;
		border-top: 1px solid #CCC;
	}
	.footer-box ul {
		padding: 0 10px;
	}
	.footer-box ul li a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 0 0 0 20px;
		position: relative;
	}
	.footer-box ul li a:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 6px;
		height: 6px;
		margin-top: -2px;
		border-top: 1px solid #000; /* 線の太さ */
		border-right: 1px solid #000; /* 線の太さ */
		transform: rotate(45deg); /* 右向き矢印 */
	}
}
