﻿article{
	font-family:"ryo-text-plusn", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E", 'Noto Sans Japanese', sans-serif, serif;/*"tbnpmincho-std",*/ 
	font-size:1.5rem;
	line-height:170%;
}

.concept-first{
  position: relative;
  background: -moz-linear-gradient(top, rgba(221,221,221,1), rgba(221,221,221,1) 50%, rgba(217,217,217,1) 50%, rgba(217,217,217,1));
  background: -webkit-linear-gradient(top, rgba(221,221,221,1), rgba(221,221,221,1) 50%, rgba(217,217,217,1) 50%, rgba(217,217,217,1));
  background: linear-gradient(top, rgba(221,221,221,1), rgba(221,221,221,1) 50%, rgba(217,217,217,1) 50%, rgba(217,217,217,1));
  -moz-background-size: 11px 11px;
  -webkit-background-size: 11px 11px;
  background-size: 11px 11px;
}
.fv { 
  width: 100%;
  position: relative;
  z-index: 1;
}
.fv img { 
  width: 100%;
  background-size:cover!important;
  position: absolute;
  top:0;
  left: 0;
  animation: show 15s infinite;
  -webkit-animation: show 15s infinite;
  opacity: 0;
  filter:blur(5px);
}
.concept-first,
.fv,
.fv img { 
  height: 900px;
  max-height: 100vh;
}

/*animation*/
@keyframes show {
  0% {opacity:0; filter:blur(5px);}
  4% {opacity:1; filter:blur(0);}
  36% {opacity:1; filter:blur(0);}
  40% {opacity:0; filter:blur(5px);}
}

@-webkit-keyframes show {
  0% {opacity:0; filter:blur(5px);}
  4% {opacity:1; filter:blur(0);}
  36% {opacity:1; filter:blur(0);}
  40% {opacity:0; filter:blur(5px);}
}
.fv img:nth-of-type(1) {
  background: url(../img/concept/cpt0-1.jpg) center top no-repeat;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
.fv img:nth-of-type(2) {
  background: url(../img/concept/cpt0-2.jpg) center center no-repeat;
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
.fv img:nth-of-type(3) {
  background: url(../img/concept/cpt0-3.jpg) center center no-repeat;
  animation-delay: 10s;
  -webkit-animation-delay: 10s;
}
#logo{
  width: 500px;
  height: 500px;
  position: absolute;
  top:50%;
  left:50%;
  margin:-200px auto auto -250px;
  z-index: 2;
}

.btn-next,
.btn-before,
.btn-reset{
	width: 200px;
	height: 50px;
	margin:30px auto 0;
	position:absolute;
	cursor: pointer;
	overflow: visible;
	z-index: 5;
}
.btn-next p,
.btn-before p,
.btn-reset p{
	color: #fff!important;
	position: absolute;
  font-family:"futura-pt";
	text-align: center;
	box-sizing: border-box;
  text-shadow: none!important;
  mix-blend-mode: normal!important;
/*	-webkit-animation: flow 3.5s infinite;
	animation: flow 3.5s infinite;*/
}
.btn-next p::after,
.btn-before p::before,
.btn-reset p::after{
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
.btn-next p::after,
.btn-reset p::after{
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	margin: 0 0 0 -5px;
}
.btn-before p::before{
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	margin: 0 0 0 -20px;
}
@-webkit-keyframes flow {
	0% {right: 30px; color: rgba(255,255,255,0);}
	50% {right: 10px; color: rgba(255,255,255,1);}
	100% {right: 30px; color: rgba(255,255,255,0);}
}
@keyframes flow {
	0% {right: 30px; color: rgba(255,255,255,0);}
	50% {right: 10px; color: rgba(255,255,255,1);}
	100% {right: 30px; color: rgba(255,255,255,0);}
}



.bl-txt p,
.bl-mat section p{
    margin-bottom: 15px;
  }

.concept-2,
.concept-2 section,
.concept-2 .bl-txt,
.concept-3,
.concept-3 section,
.concept-6{
  height: 900px;
}
.concept-1,
.concept-1 .bl-img,
.concept-4,
.concept-4 section{
  height: 950px;
}

.concept-1 .bl-txt{
	margin:70px 0 0 7vw;
  display: inline-block;
	background: url(../img/item/il-macarons.png) 30px bottom no-repeat;
}
.concept-1 .bl-img{
  display: inline-block;
  background:url(../img/concept/cpt-aoki.jpg) right center no-repeat;
  background-size: cover;
  width: 50%;
  float: right;
  -webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 20% 100%);
  clip-path: polygon(0% 0, 100% 0%, 100% 100%, 20% 100%);
}

.concept-2{
  background:#745;
  position:relative;
  width: 100%;
}
.concept-2 section{
  width: 100%;
  float: left;
  position: relative;
  background-repeat: no-repeat;
  background-position:  center top;
	background-size: cover;
}
.concept-2 .bl-txt{
  color: rgba(255,255,255,.7);
  background: rgba(50,30,15,.7);
	text-align:left;
	padding:70px 0 0 5vw;
}
.concept-2 .angle{
  display: block;
  position: absolute;
  top: 0;
  width: 0px;
  height: 0;
}
.concept-2 h3{
  font-size: 3rem;
  line-height: 180%;
  mix-blend-mode: luminosity;
  text-shadow: 0 0 5px #000;
  margin-bottom: 50px;
}
.concept-2 p{
  mix-blend-mode: luminosity;
  text-shadow: 0 0 5px #000;
}
.concept-2 .bl-1{
  background-image: url(../img/concept/cpt2-1.jpg);
}
.concept-2 .bl-1 .bl-txt{
  float: left;
  width: 500px;
}
.concept-2 .bl-1 .angle{
  left: 500px;
  border-right: 90px solid transparent;
  border-bottom: 1000px solid rgba(50,30,15,.7);
}
.concept-2 .bl-2{
  background-image: url(../img/concept/cpt2-2.jpg);
}
.concept-2 .bl-2 .bl-txt{
  float: right;
  width: 450px;
  padding: 70px 0 0 10px;
}
.concept-2 .bl-2 .angle{
  right: 450px;
  border-left: 90px solid transparent;
  border-top: 1000px solid rgba(50,30,15,.7);
  margin-left: -90px;
}


.concept-3{
  position:relative;
  width: 100%;
}
.concept-3 section{
  width: 100%;
  float: left;
  position: relative;
  background-repeat: no-repeat;
  background-position:  center top;
	background-size: cover;
}
.concept-3 .bl-txt{
  height: 100%;
	text-align:center;
}
.concept-3 .bl-1{
  background-image: url(../img/concept/cpt3-1.jpg);
  background-size: contain;
  background-position: 90% top;
}
.concept-3 .bl-1 .bl-txt{
  color: #776A52;
  text-align: left;
  width: 520px;
  height: auto;
  margin: 10% auto 0 10%;
  text-shadow: 0 0 5px #fff;
  border: 1px solid #fff;
  background: rgba(255,255,255,.9) url(../img/item/il-chocolats.png) left center no-repeat;
  background-size: 420px;
}
.concept-3 .bl-2{
  background-image: url(../img/concept/cpt2-2.jpg);
}
.concept-3 .bl-2 .bl-txt{
  background-color:#ffa;
  width: 500px;
  text-align: left;
  padding:30px;
  margin: 0 auto;
}

.concept-4{
  color: #d3c5ad;
  position:relative;
  width: 100%;
}
.concept-4 section{
  width: 100%;
  float: left;
  position: relative;
  background-repeat: no-repeat;
  background-position:  center top;
	background-size: cover;
}
.concept-4 .bl-txt{
  height: 100%;
	text-align:center;
}
.concept-4 .bl-1{
  background-image: url(../img/concept/cpt4-1.jpg);
}
.concept-4 .bl-1 .bl-txt,
.concept-4 .bl-2 .bl-txt{
  color: #D3C6B3;
  text-align: left;
  background-color: rgba(35,15,0,.8);
  border: 1px solid rgba(210,200,180,0.3);
}
.concept-4 .bl-1 .bl-txt{
  float: left;
  width: 590px;
  height: 590px;
  margin: 10% auto 0 10%;
  padding: 30px;
}
.concept-4 .bl-1 .bl-txt h3{
  margin-bottom: -20px;
}
.concept-4 .bl-2{
  background-image: url(../img/concept/cpt4-2.jpg);
}
.concept-4 .bl-2 .bl-txt{
  float: right;
  width: 540px;
  height: 100%;
  padding: 70px 10px 10px 40px;
}
.concept-4 .bl-2 .bl-txt h3{
  margin-bottom: 30px;
}

.concept-5 {
  height: 1000px;
  padding-top: 300px;
  position: relative;
}
#slider-pro *{
  overflow: visible;
}
#slider-pro{
  height: 500px;
}
#slider-pro img{
  height: 100%;
}
.bl-mat{
  background: -moz-linear-gradient(left,  rgba(35,15,0,0.8) 0%, rgba(35,15,0,0.9) 20%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(35,15,0,0.8) 0%,rgba(35,15,0,0.9) 50%,rgba(0,0,0,1) 100%); 
  background: linear-gradient(to right,  rgba(35,15,0,0.8) 0%,rgba(35,15,0,0.9) 20%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc230f00', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
  position: absolute;
  width: 500px;
  height: 580px;
  top: 50%;
  left: 10%;
  margin-top: -290px;
}

.bl-mat section{
  display: none;
  color: #D3C6B3;
  background-color: rgba(35,15,0,.8);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid rgba(210,200,180,0.3);
  width: 480px;
  height: 560px;
  margin: 10px;
  padding: 30px 400px 0 30px;
  mix-blend-mode: screen;
}
.bl-mat.wide{
  width: 800px;
}
.bl-mat.wide section{
  width: 780px;
}

.bl-mat .m-main{
  display: block;
  padding: 30px;
}
.m-main h3{
  margin-bottom: -20px;
}
.m-macha{
  background-image: url(../img/concept/m-macha2.jpg);
}
.m-butter{
  background-image: url(../img/concept/m-butter2.jpg);
}
.m-almond{
  background-image: url(../img/concept/m-almond2.jpg);
}
.m-flour{
  background-image: url(../img/concept/m-flour2.jpg);
}
.m-fruits{
  background-image: url(../img/concept/m-fruits2.jpg);
}
.m-choco{
  background-image: url(../img/concept/m-choco2.jpg);
}
.bl-mat span br{
  display: none;
}

.concept-6{
  background:url(../img/concept/cpt6.jpg) center top no-repeat;
  background-size: cover;
}
.concept-6 .bl-txt{
  color: #fff;
  width: 50vw;
  height: 800px;
  min-width: 300px;
  margin:40px 5vw;
  letter-spacing: .5px;
  overflow: scroll;
  overflow-x: hidden;
  text-shadow: 0 0 5px #343432;
  mix-blend-mode: difference;
}
.concept-6 .bl-txt::-webkit-scrollbar {
    display: none;
  }
.concept-6 h3{
  font-size: 1.8rem;
  margin-bottom: 30px;
}






/* ------------------------- windows size pattern ------------------------- */


@media screen and (max-width: 1300px){
  .concept-1 .bl-img {
    width: 45%;
  }
}
@media screen and (max-width: 1150px){
  .concept-1 .bl-img {
    width: 40%;
  }
  .concept-1 .bl-txt {
    margin-left: 40px;
  }
}


@media screen and (max-width: 999px){

.concept-first{
	background-color:#000;
  background-position: 80% top;
	background-size: auto 80vh;
}

.fv img:nth-of-type(1) {
  background: url(../img/concept/cpt0-1.jpg) right top no-repeat;
}
.concept-1{
  background:url("../img/concept/cpt-aoki.jpg") no-repeat right top;
  background-size: cover;
	height:1200px;
  position: relative;
}
.concept-1 .bl-img{
	display:none;
}
.concept-1 .bl-txt{
  background: rgba(255,255,255,0.5);
  padding: 20px;
  margin: 0 auto;
  text-shadow: 0 0 4px #fff;
  position: absolute;
  bottom: 0;
  mix-blend-mode: luminosity;
}
.concept-1 .bl-txt br,
.concept-2 .bl-txt br,
.concept-3 .bl-txt br,
.concept-4 .bl-txt br{
	display:none;
}
.concept-2,
.concept-4{
  height: auto;
}
.concept-2 section,
.concept-4 section{
  float: none;
}
.concept-2 .bl-txt{
  height: 650px;
	text-align:left;
	padding:30px 0 0 5vw;
}
.concept-2 .angle{
	display:none;
}
.concept-2 .bl-txt,
.concept-4 .bl-txt{
  float: none!important;
  width: 100%!important;
  height: auto!important;
  margin: 0!important;
  padding: 20px!important;
  position: absolute;
  bottom: 0;
}

.concept-2 h3 {
    font-size: 2.5rem;
  margin-bottom: 30px;
  }
.concept-2 .btn-before,
.concept-2 .btn-next,
.concept-4 .btn-before,
.concept-4 .btn-next{
    display: none;
  }  
.concept-3{
	height: 800px;
}
.concept-3 .bl-1 {
  height: 800px;
  background-size: contain;
  background-attachment: inherit;
  background-position: 100% top;
}
.concept-3 .bl-1 .bl-txt {
  height: auto;
  margin: 100px auto;
  padding: 20px;
  background-image:none;
}

.concept-5 {
  height: 1000px;
  padding-top: 10px;
}
#slider-pro{
  height: 300px;
}
.bl-mat{
  width: 100%;
  height: 500px;
  left: 0;
  top: 0;
  border-left: none;
  border-right: none;
}
.bl-mat{
  width: 100%;
  height: 600px;
  top: 320px;
  left: 0;
  margin-top: 0;
}

.bl-mat section{
  width: 100%;
  height: 580px;
  padding: 30px 30px 0 30px;
  mix-blend-mode: normal;
}
.bl-mat.wide{
  width: 100%;
}
.bl-mat.wide section{
  width: 96%;
  background-size: 200px;
}
.bl-mat.wide section h3{
	margin-bottom: 20px;
}
.bl-mat.wide section p{
	text-shadow:0 0 5px #000;
}
.bl-mat span br{
  display: block;
}


.concept-6{
  background:#343432 url(../img/concept/cpt6.jpg) 60% bottom no-repeat;
  background-size: 1000px;
  height: 800px;
}
.concept-6 .bl-txt{
  height: 700px;
  margin:50px 3vw 0;
  font-size: 1.6rem;
  text-shadow: 0 0 5px #343432;
  mix-blend-mode: difference;
}
.concept-6 .bl-txt::-webkit-scrollbar {
    display: none;
  }
  .concept-6 .bl-txt p{
    margin: 10px 0;
  }
  
}
@media screen and (max-width: 768px){

/*  .concept-2 .bl-1,
  .concept-2 .bl-2,
  .concept-4 .bl-1,
  .concept-4 .bl-2{
    background-attachment: fixed;
  }*/
}