@charset "utf-8";


/* -------------------------------------------------------
大 large
------------------------------------------------------- */

/* 中 middle
------------------------------------------------------- */

/* 小 small */

.mv-area{
	position: relative;
  width:100%; /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; 
	margin: 50px auto 75px;
}
.mv-txt{
	position: absolute;
	font-size: 13px;
}
.mv-txt.left-txt{
left: -110px;
transform: rotate(-90deg);
top:40%;
}
.mv-txt.left-txt::after{
	content: "";
	background-color: #000;
	height: 1px;
	width: 95px;
	display: inline-block;
    margin: 0 0 4px 8px;
}
.mv-txt.right-txt{
	right: -13px;
	transform: rotate(90deg);
	top: 40%
}

.opWrap {
position: fixed;
width: 100%;
height: calc(100vh + 105px);
z-index: 1000;
top: -105px;
padding: 0 0 105px;
background: #fff;
transition:.5s;
}
.opWrap.is-active {
display: none;
visibility: hidden;
  }

#video1{
	position: absolute;
	z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
width: 100%;
height: auto;
}
#video1.is-active {
  display: none;
}
#mv{
	width: 100%;
	height: 100%;
}
.mv-in{
	background-color: #fff;
	text-align: center;
	 position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
/*縦横幅指定*/
width: 93%;
height: 93%;
z-index: 1;
}
.mv-in span{
	position: absolute;
	border: 1px solid #fff;
	display: block;
  transform: translate(-50%, -50%);
}
.mv-in span.beside{
	 left: 50%;
	width: 100%;
	height: 1px;
}
.mv-in span.vertical{
	top: 50%;
	width: 1px;
	height: 100%;
}
.mv-in span.right-border{
	right: -2px;
}
.mv-in span.left-border{
	left: 0;
}
.mv-in span.up-border{
	top: 0;
}
@supports (-ms-ime-align: auto) {
.mv-in span.right-border{
	right: -2px;
}
.mv-in span.bottom-border{
	bottom: -1px!important;
}
}
@media all and (-ms-high-contrast: none) {
  /* ここに書く */
.mv-in span.up-border{
	top: -1px;
}
}
#youtube-mask{
    position: absolute;
    z-index: 2;/*下から2番目に表示*/
    top:0;
    width:100%;
    height: 100%;
}

.mv-in video{
	width: 100%;
	height: 100%;
}
.sound{
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 7%;
	left: 10px;
	z-index: 5;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.opWrap .sound{
	bottom: 20px;
	left: 20px
}
.sound.sound-off{
	background-image: url("/files/img/top/sound_off.png");
}
.sound.sound-on{
	background-image: url("/files/img/top/sound_on.png");
}
.opWrap #skip{
	position: absolute;
	bottom: 30px; 
	left: 60px;
	width: 30px;
	height: 30px;
	z-index: 6
}
.opWrap #skip img{
	width: 100%;
}

@media all and (-ms-high-contrast: none) {
.mv-in video{
	width: 100%;
	height: auto;
}
}

h1{
	text-align: center;
}
.cont{
	max-width: 1000px;
	margin: auto;
}
.fair_banner {
	display: block;
	width: 100%;
	margin-bottom: 80px;
}
.fair_banner img {
	width: 100%;
}
.more_btn{
	border: 3px solid #000;
	width: 285px;
	margin: 0 auto;
	transition: all .3s;
}
.more_btn a{
  display: block;
  padding: 20px 15px 20px 30px;
}
.more_btn a{
	font-family: 'Chakra Petch';
	font-weight: 500;
	font-size: 20px;
	width: 100%;
	position: relative;
}
.more_btn a::after{
	content: "";
	background-color: #000;
	width: 70px;
	height: 2px;
	display:inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
}
.more_btn:hover{
	background-color: #000;
	color: #fff;
	cursor: pointer;
}
.more_btn:hover a{
	color: #fff;
  display: block;
}
.more_btn:hover a::after{
	background-color: #fff;
}

.more_btn.le_btn{
	margin: 60px 0 0;
}
.more_btn.wht-btn{
	border-color: #fff;
}
.more_btn.wht-btn:hover{
	border-color: #000;
}
.more_btn.wht-btn a{
	color: #fff;
}
.more_btn.wht-btn a::after{
	background-color: #fff;
}

.ttl-block{
	display: flex;
	justify-content: space-between;
}
.ttl-block p{
	width: 75%;
}
.ttl-block h2{
	width: 25%;
}
.list{display: flex;
justify-content: space-between;
}
.date{
	font-family: 'Chakra Petch';
	font-size: 20px;
}
.list-txt{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
}




@media screen and (min-width:1700px){
	.mv-in{
		width: 84%;
		height: 84%;
	}
	
	.mv-txt{
	font-size: 18px;
	}
	.mv-txt.left-txt {
		left: -90px;
	}
	.mv-txt.right-txt{
		right: 25px;
	}
	.sound{
		bottom: 16%;
		left: 35px;
	}
	
}
@media screen and (min-width:2300px){
	.mv-txt.right-txt{
	right: 0px;
	}
	.mv-txt.left-txt{
		left: -128px;
	}
	.mv-txt{
		font-size: 20px
	}
}
@media screen and (min-width:2300px){
	.mv-txt.right-txt{
	right: 5px;
	}
	.mv-txt.left-txt{
		left: -100px;
	}
}
@media screen and (min-width:1200px){
	.sound{
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width:1200px){
	.mv-in{
		width: 91%;
		height: 91%;
	}
	.sound{
		width: 30px;
		height: 30px;
		bottom: 9%;
	}
}

@media screen and (max-width:1000px){
.cont{
	width: auto;
	padding: 0 20px;
	}
}

@media screen and (max-width:767px){
	.cont{
		width: auto;
		padding: 0 20px;
	}
	.ttl-block{
		display: block;
	}
	.ttl-block h2,.ttl-block p{
		width: 100%;
	}
	.ttl-block p{
		margin-top: 20px;
	}
	.list{
		display: block;
	}
#video1{
	width: 100%;
}
	.mv-in{
		width: 100%;
		height: 100%;
	}
	.mv-in span{
		display: none;
	}
	.mv-area{
		margin-top: 0
	}
		.mv-in{
		width: 1480px;
	}
	.sound{
		width: 32px;
		height: 32px;
		bottom: 10px;
		left: 5px;
background-color: transparent;
	}
.opWrap .sound{
	bottom: 15%;
	left: 10px;
	width: 40px;
	height: 40px;
}
	.opWrap #skip{
	position: absolute;
	bottom: 16%; 
	left: 50px;
	width: 28px;
	height: 28px;
}
	.mv-txt.left-txt,.mv-txt.right-txt{
		display: none;
	}
	.mv-area{
		margin-bottom: 40px;
		
	}


}

/* -------------------------------------------------------
THE KiTCHENS DATA
------------------------------------------------------- */
.count{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #000;
	margin: 50px 0 80px;
	width: 100%;
}
.count p{
	font-family: 'Noto Sans JP';
	font-weight: bold;
	font-size: 24.5px;
	text-align: center;
	line-height: 1;
	
}
.count p span{
	display: block;	
	margin-top: 15px;
}
.count p.CountNum{
	line-height: 1;
	font-weight: 700;
	font-size: 150px;
	font-family: 'Chakra Petch';
	width: 220px;
	margin: auto;
}
.b_txt{
	font-size: 59px;
	font-family: 'Noto Sans JP';
	margin: 65px 0 35px;
	font-weight: 400;
}
.b_txt span{
	display: block;
	font-size: 23px;
	margin-bottom: 10px;
}
.w-760{
	width: 760px;
}
.data{
	margin-bottom: 170px;
}

.fadein{
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
@media screen and (max-width:1000px){
	.count p.CountNum{
		width: 190px;
		font-size: 120px;
	}
	.count p span{
		font-size: 20px;
	}
}

@media screen and (max-width:767px){
	
	.count p.CountNum {
		font-size: 50px;
		width: 70px;
		margin: auto;
	}
	.count p{
		font-size: 18px;
	}
	.count p span{
		margin: 10px 0;
		font-size: 15px;
	}
	.count li{
		margin-right: 10px;
	}
	.count{
		margin: 30px 0 50px;
		padding-bottom: 15px;
	}
	.b_txt{
		font-size: 35px;
		margin-top: 40px;
	}
	.b_txt span{
		font-size: 18px;
	}
	.w-760{
		width: auto;
	}
	.more_btn.le_btn{margin: 40px auto;}
	.data{
		margin-bottom: 100px;
	}

}


/* -------------------------------------------------------
Brand
------------------------------------------------------- */
.brand{
	background-image: url(/files/img/top/colorful-bak.jpg);
	width: 100vw;
	background-size: cover;
	padding-bottom: 60px;
}
.brand-area {
    width: 100%;
    margin: 40px auto 0;
	padding: 0 45px;
}
.brand-list{
	display: flex;
	margin-top: 40px;
	width: 100vw;
    margin: 0 calc(50% - 50vw);
	margin-bottom: 50px;
	padding: 40px 0;
}
.brand-list li{
	width: 19%;
	height: auto;
	overflow: hidden;
	box-shadow: 0px 0px 10px #cdcdcd;
	margin:0 3.3% 0 0;
	transition: .4s;
	display: block;
}
.brand-list li:hover{
  transform: scale(105%);
  cursor: pointer;
}

.brand-list li img{
	width: 100%;
}
.loop_wrap {
	overflow: hidden;
	margin-bottom: 50px;
}

.loop_wrap:hover ul {
  animation-play-state: paused;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media screen and (max-width:1024px){
	.brand-area {
		padding: 0 20px;
		margin-top: 0;
	}
	.loop_wrap {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:767px){
	.brand-area {
		padding: 0 20px;
		margin-top: 0;
	}
	.loop_wrap {
		margin-bottom: 20px;
	}
	.brand-list li{
		width: 48.5%;
		box-shadow: 0px 0px 5px #cdcdcd;
		margin:0;
	}
}





/* -------------------------------------------------------
Servise
------------------------------------------------------- */
.servise{
	background-image: url(/files/img/top/green-bak.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	background-position: right;
	background-color: #506b78;
	
}
.servise .ttl-block{
	padding: 125px 0 75px;
}
.service-list{
	justify-content: space-between;
	margin-bottom: 40px;
}
.service-list li{
	width: 32%;
}
.service-list li p{
	color: #fff;
	line-height: 1.7;
	text-align: center;
	margin-top: 20px;
}

@media screen and (max-width:1300px){
	.servise{
		background-size: cover;
		background-repeat: no-repeat;
	}
}
@media screen and (max-width:767px){
	.servise{
		background-position: 85% 0;
	}
	.servise .ttl-block{
		padding: 60px 0 35px;
	}
	.service-list li{
		width: 100%;
		margin: auto;
		text-align: center;
	}
	.service-list li p{
		margin: 10px 0 20px;
	}
}

@media screen and (max-width:500px){
		.servise{
		background-position: 82% 0;
	}
}


/* -------------------------------------------------------
Media
------------------------------------------------------- */
.media{
	padding: 110px 0 105px;
}
.media-list{
	margin: 73px 0 100px;
}
.media-list div{
	width: 31%;
}
.media-list div .date{
	font-weight: 500;
	margin-top: 15px;
}
.media-list div .date span{
	font-family: 'Noto Sans JP';
	font-size: 16px;
	font-weight: bold;
	border:1px solid #000;
	padding: 0 15px;
	margin-right: 15px;
}


@media screen and (max-width:767px){
.media{
	padding: 60px 0;
	}
	.media-list div{
		width: 100%;
		margin-bottom: 20px;
	}
	.media-list div img{
		width: 100%;
	}
	.media-list{
		margin: 35px 0 50px;
	}
}

/* -------------------------------------------------------
News
------------------------------------------------------- */
.news{
	background-image: url(/files/img/top/green-bak.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	background-position: right;
	background-color: #506b78;
	padding: 80px 0 115px;
	height: 800px;
}
.news-list{
	height: 528px;
	margin-top: 70px;
	color: #fff;
	overflow-y: scroll;
}
.news-list li{
	display: flex;
	margin-bottom: 20px;
}
.news-list li .date{
	width: 15%;
	border-bottom: 2px solid #6d7d85;
	padding-top: 5px;
}
.news-list li p{
	margin-top: 8px;
	font-size: 14.5px;
	line-height: 20px;
}
.news-list li .list-txt{
	width: 85%;
	border-bottom: 2px solid #94a5ac;
	padding: 0 20% 15px 15px;
}
@media screen and (max-width:1300px){
	.news{
		background-size: cover;
		background-repeat: no-repeat;
	}
}

@media screen and (max-width:767px){
	.news{
		background-position: 85% 0;
		padding: 60px 0 70px;
	}
	.news-list li{
		display: block;
	}
	.news-list li p{
		margin-top: 8px;
}
	.news-list li .date{
		width: 100%;
		padding: 0 0 0 4px;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.50);
		border-top: none;
	}
	.news-list li .list-txt{
		width: 100%;
		padding: 10px 15px 15px;
	}
}


@media screen and (max-width:500px){
		.news{
		background-position: 82% 0;
	}
}
