@charset "utf-8";

::selection {
	background-color: #333;
	color: #fff;
}

a {
	transition: all .3s;
}

a:hover {
	opacity: 0.7;
}

input,
button,
textarea {
	outline: none;
}

input:focus,
textarea:focus {
  background: #f7f7f7;
}

.sp {
	display: none;
}

img {
  max-width: 100%;
}

.section {
  background-size: cover !important;
}

#fv {
  background: #fff url('../img/fv_line.png') no-repeat 50% 50%;
  background-size: 100%;
}

#fv ul {
  position: relative;
  overflow: hidden;
}

#fv ul:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  display: block;
  margin-left: -1.5vw;
  margin-top: -1.5vw;
  width: 3vw;
  height: 3vw;
  background: url('../img/fv_x.png') no-repeat 50% 50%;
  background-size: 100%;
}

#fv ul li {
  float: left;
  width: 50%;
}

#fv ul li a {
  height: 53.25vw;
}

#fv ul li a:hover {
  opacity: 1;
}

#fv ul li a p {
  position: relative;
  z-index: 1;
  text-align: center;
  height: 53.2vw;
  text-indent: -9999px;
}

#fv ul li.design a p {
  background: url('../img/fv_design.png') no-repeat 50% 40%;
  background-size: 15vw;
}

#fv ul li.food a p {
  background: url('../img/fv_food.png') no-repeat 50% 62%;
  background-size: 15vw;
}

#fv ul li picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#fv ul li.food a picture {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

#fv ul li.design a picture img,
#fv ul li.food a picture img {
  width: 100%;
  max-width: none;
}

#fv ul li a picture {
  transition:all .5s linear;
}

#fv ul li.design a:hover picture {
  left: -100vw;
  top: -53.2vw;
}

#fv ul li.food a:hover picture {
  right: -100vw;
  bottom: -53.2vw;
}

#fv ul li.design a:hover p {
  background-image: url('../img/fv_design-o.png');
}

#fv ul li.food a:hover p {
  background-image: url('../img/fv_food-o.png');
}

#fv ul li a {
  display: block;
}

#brand .bg {
  background: url('../img/bg_brand.jpg') no-repeat 50% 50%;
}

#concept .bg {
  background: url('../img/bg_concept.jpg') no-repeat 50% 50%;
}

#profile .bg {
  background: url('../img/bg_profile.jpg') no-repeat 50% 50%;
}

#access .bg {
  background: url('../img/bg_access.jpg') no-repeat 50% 50%;
}

#privacy_policy .bg {
  background: url('../img/bg_privacy_policy.jpg') no-repeat 50% 50%;
}
#news .bg {
  background: url('../img/bg_news.jpg') no-repeat 50% 50%;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #fff;
  width: 100%;
}

#header .inner {
  overflow: hidden;
  padding: 10px;
}

#header .inner h1 {
  float: left;
}

#header .inner h1 img {
  height: 52px;
}

#header .inner ul {
  float: right;
  padding: 18px 0 0;
}

#header .inner ul li {
  display: inline-block;
  font-size: 18px;
  margin: 0 15px 0 0;
}

#header nav {
  background: #808080;
  text-align: center;
}

#header nav ul {
  width: 767px;
  margin: 0 auto;
  display: flex;
}

#header nav ul li {
  flex: 1;
  border-left: 1px solid #222;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

#header nav ul li:nth-of-type(4) {
  border-right: 1px solid #222;
}

#header nav ul li a {
  display: block;
  font-size: 21px;
  padding: 10px 0;
}

#main {
  padding: 115px 0 0;
}

.one h2 {
  font-size: 26px;
  text-align: center;
  color: #fff;
  margin: 0 0 20px;
}

.one h2 span:before {
  content: "";
  display: block;
  width: 194px;
  height: 4px;
  background: #fff;
  margin: 8px auto;
}

#concept h2,
#privacy_policy h2,
#food h2,
#design h2 {
  color: #fff;
}

#concept h2 span:before,
#privacy_policy h2 span:before,
#food h2 span:before,
#design h2 span:before {
  background: #fff;
}

.one {
	width: 100%;
	min-height: 100vh;
	padding: 100px 0;
	color: #fff;
	box-sizing: border-box;
}
.bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover !important;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 0.5s ease 0s;
	z-index: -1;
}
.show .bg {
	opacity: 1;
}


footer {
	background: #fff;
	padding: 25px 0;
	position: relative;
}

footer p.copy {
  text-align: center;
  font-size: 16px;
}

.box_around {
  overflow: hidden;
  max-width: 1352px;
  margin: 0 auto;
  border: 1px solid #000;
}

.box_around #slider {
  float: left;
  width: 50%;
  background: #d7d7d7;
  text-align: center;
  height: 675px;
}

.box_around #slider img {
  vertical-align: middle;
  width: 100%;
}

.box_around #thumbnail-list {
  float: right;
  width: 50%;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  height: 675px;    
}

.box_around #thumbnail-list li {
  vertical-align: middle;
  width: 33.33%;
  float: left;
  text-align: center;
  height: 225px;
  line-height: 225px;
}

.box_around #thumbnail-list li.thumbnail-current {
  background: #f1f1f1;
}

.box_around #thumbnail-list li img {
  width: 120px;
  vertical-align: middle;
}

.box_around #thumbnail-list li a {
  display: block;
}

#concept p {
  text-align: center;
  color: #fff;
  line-height: 2em;
  font-size: 23px;
  max-width: 1000px;
  margin: 0 auto;
}

#concept p strong {
  display: block;
  font-size: 26px;
  margin: 130px 0 40px;
}

#profile .profile_box {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

#profile .profile_box ul {
  float: left;
  width: 50%;
}

#profile .profile_box ul li {
  margin: 50px 0 0;
}

#profile .profile_box ul li dl {
  font-size: 24px;
  line-height: 1.8em;
}

#access .access_box {
  max-width: 800px;
  margin: 30px auto 0;
}

#access .access_box p {
  font-size: 24px;
  color: #fff;
  line-height: 1.6em;
  margin: 10px 0 0;
}

#privacy_policy p {
  max-width: 1170px;
  margin: 0 auto;
  color: #fff;
  font-size: 23px;
  line-height: 1.8em;
}
#news p {
  max-width: 1170px;
  margin: 0 auto;
  color: #fff;
  font-size: 23px;
  line-height: 1.8em;
}

#food p {
  max-width: 890px;
  margin: 0 auto;
  color: #fff;
  font-size: 23px;
  line-height: 1.8em;
}

.food_company {
  text-align: center;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0.19511554621848737) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.2) 100%);
  padding: 12px 0;
  margin: 80px 0 0;
}

.food_company ul li {
  display: inline-block;
  margin: 0 10px;
}

.food_company ul li img {
  width: 120px;
}

#design {
  background: #0f1219;
}

#design p {
  max-width: 890px;
  margin: 0 auto;
  color: #fff;
  font-size: 23px;
  line-height: 1.8em;
}

#design .one {
  position: relative;
  padding-bottom: 0;
  min-height: calc(100vh - 181px);
  z-index: 1;
}

#food {
  background: #000;
}

#food .one {
  position: relative;
  min-height: calc(100vh - 181px);
  z-index: 1;
}

#design video,
#food video {
  width: 100%;
  vertical-align: top;
  position: absolute; 
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto; 
  z-index: -100;
  background: url(img/video_bg.png) no-repeat;
  background-size: cover;
}
