/* ------------------------- first ------------------------- */
.item-first{
  background: url(../img/common/bg-border.png) repeat left top;
  height: 850px;
  position: relative;
}
.item-first .bl-img{
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 60%;
  height: 100%;
  float: right;
  -webkit-clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
  -webkit-animation: show 1s 1;
  animation: show 1s 1;
  animation-fill-mode:forwards;
  opacity: 0;
}
/*animation*/
@keyframes show {
  0% {opacity:0; filter:blur(15px);}
  100% {opacity:1; filter:blur(0);}
}

@-webkit-keyframes show {
  0% {opacity:0; filter:blur(15px);}
  100% {opacity:1; filter:blur(0);}
}


.confiture .item-first .bl-img{
  background-image: url(../img/item/item-confiture.jpg);
}
.macarons .item-first .bl-img{
  background-image: url(../img/item/item-macarons.jpg);
}
.individuels .item-first .bl-img{
  background-image: url(../img/item/item-individuels.jpg);
}
.entremets .item-first .bl-img{
  background-image: url(../img/item/item-entremets.jpg);
}
.cakes .item-first .bl-img{
  background-image: url(../img/item/item-cakes.jpg);
}
.chocolats .item-first .bl-img{
  background-image: url(../img/item/item-chocolats.jpg);
}
.gateauxsec .item-first .bl-img{
  background-image: url(../img/item/item-gateauxsec.jpg);
}
.viennoiseries .item-first .bl-img{
  background-image: url(../img/item/item-viennoiseries2.jpg);
}
.saisonnieres .item-first .bl-img{
  background-image: url(../img/item/item-saisonnieres.jpg);
}
.item-first .bl-txt{
  position: absolute;
  top: 80px;
  left:5%;
	text-align:center;
}

h1{
  background-size: contain!important;
  padding: 80px 20px;
}


.confiture h1{
  background: url(../img/item/il-confitures.png) center center no-repeat;
}
.macarons h1{
  background: url(../img/item/il-macarons.png) center center no-repeat;
}
.individuels h1{
  background: url(../img/item/il-individuels.png) center center no-repeat;
}
.entremets h1{
  background: url(../img/item/il-entremets.png) center center no-repeat;
}
.cakes h1{
  background: url(../img/item/il-cakes.png) center center no-repeat;
}
.chocolats h1{
  background: url(../img/item/il-chocolats.png) center center no-repeat;
}
.gateauxsec h1{
  background: url(../img/item/il-gateauxsec.png) center center no-repeat;
}
.viennoiseries h1{
  background: url(../img/item/il-viennoiseries.png) center center no-repeat;
}
.saisonnieres h1{
  background: url(../img/item/il-saisonnieres.png) center center no-repeat;
}
.item-first p{
  margin-bottom: 10px;
  font-weight: 500;
}
.item-first .catch{
  margin: 10px auto 35px;
}

.item-first .angletop{
  display: none;
  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;
  width: 300px;
  height: 100%;
  position: absolute;
  right: calc(60% - 100px);
  top:0;
  transform: skewX(-10deg);
  z-index: 0;
}

/* ------------------------- list ------------------------- */
.item-list{
  width: 80vw;
  max-width: 1400px;
  height: auto;
  text-align: center;
  margin: 50px auto;
}
.cakes .item-list{
  margin: 0 auto;
}
h2.item-list-ttl{
	color:#333;
	font-size: 1.7rem;
	display: block;
	text-align:center;
	background:#fff;
	width: 100px;
	height: 100px;
	margin: 70px auto 0px;
	line-height: 100px;
	border:2px solid #333;
}

.item-block{
  font-family: "futura-pt", 'Noto Sans Japanese', "ＭＳ ゴシック", MS Gothic," Osaka－等幅"," Osaka-mono", monospace;
  display: inline-block;
  vertical-align: top;
  width:250px;
  height: auto;
  overflow: visible;
}
.item-block h3{
	font-size: 1.6rem;
	letter-spacing:0;
	margin-bottom: 40px;
  mix-blend-mode : multiply;
}
.item-block h3 span{
  color: rgba(0,0,0,.7);
	display:block;
  letter-spacing: 1px;
}
.item-block h3 span b{
  color: rgba(0,0,0,1);
  font-weight: normal;
}

.item-thumb{
  cursor: pointer;
}
.item-thumb img{
  width: 230px;
  -webkit-transition:all .3s ease-out;
  transition:all .3s ease-out;
}
.item-thumb:hover img{
	opacity: .7;
  transform: scale(1.05);
}
.moyens .item-thumb img{
  transform: scale(.8);
}
.moyens .item-thumb:hover img{
  transform: scale(.85);
}
.petits .item-thumb img{
  transform: scale(.6);
}
.petits .item-thumb:hover img{
  transform: scale(.65);
}

.gifts .item-thumb img{
  transform: scale(.85);	
}
.gifts .item-thumb:hover img{
  transform: scale(.9);
}
.macarons .item-thumb img{
  width: 200px;
}
.macarons .item-thumb img,
.chocolats .item-thumb img{
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.macarons .gifts .item-thumb img,
.chocolats .gifts .item-thumb img{
  transform: rotate(0deg);
  
}
.entremets .item-thumb img{
  width: 260px;
}
.item-thumb h3{
  color: #333;
	font-size: 1.4rem;
  display: block;
  margin-top: -30px;
}
.item-thumb h3 br{
  display: none;
}
.item-thumb h3 span{
	font-size: 1.7rem;
}
.small{
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-align: left;
}
.red,
.red a{
  color: #e77;
}
.red a:hover{
  color: #e44;
}

.item-popup{
  background-color:#fff;
  background-position: 380px 30px;
  background-repeat: no-repeat;
  background-size: contain;
  border:rgba(255,255,255,0.8);
  position: fixed;
  width: 700px;
  min-height: 450px;
  top: 50%;
  left: 50%;
  padding-bottom: 20px;
  transform: translateY(-50%) translateX(-50%);
  box-shadow: 5px 0 10px 0 rgba(0,0,0,.2);
  overflow: visible;
  display: none;
  z-index: 180;
}
/*.item-popup::before {
  position: absolute;
  content: "";
  top: -34px;
  right: 5px;
  width: 42px;
  height: 51px;
  background: url(../img/common/btn-close.png) top left no-repeat;
  background-size: 42px;
  cursor: pointer;
}*/
.item-popup .bl-btn div{
  position: absolute;
  cursor: pointer;
	display: block;
}
.item-popup .btn-close{
	background:url(../img/common/btn-close2.png) no-repeat right bottom ;
	width:100%;
	height:120px;
  top: -98px;
  right: 5px;
}
.item-popup .btn-before{
	background:url(../img/common/btn-before2.png) no-repeat right center ;
	width:50vw;
	height:100%;
  top: 0;
  left: -50vw;
}
.item-popup .btn-next{
	background:url(../img/common/btn-next2.png) no-repeat left center ;
	width:50vw;
	height:100%;
  top: 0;
  right: -50vw;
}
.item-block.first .item-popup .btn-before,
.item-block:first-child .item-popup .btn-before,
.item-block.last .item-popup .btn-next,
.item-block:last-child .item-popup .btn-next{
	opacity: 0;
}


.confiture .item-popup{
	background-position: 340px 30px;
}
.macarons .item-popup{
	background-position: 380px 30px;
	background-size:450px;
}
.individuels .item-popup{
  background-position: 300px 30px;
  background-size: 420px;
}
.entremets .item-popup{
	background-position: 250px 0;
}
.cakes .item-popup{
	background-position: 300px 20px;
}
.chocolats .item-popup{
	background-position: 340px 30px;
}
.gateauxsec .item-popup{
	background-position: 340px 30px;
}
.viennoiseries .item-popup{
	background-position: 300px 30px;
}


.item-popup .bl-txt{
	float:left;
  padding: 50px 0 0 20px;
  width: 370px;
}
.item-popup .bl-txt p{
  margin: 0 auto 10px;  
}
.item-popup h3 span{
  font-size:3.2rem;
  line-height: 120%;
  margin-bottom: 10px;
}
.btn-toshop{
  display: block;
  width: 180px;
  height: 40px;
  color: #fff;
  background: #f88;
  border-radius: 30px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  margin:10px auto 0;
}
.btn-toshop:hover{
  background: #faa;
}
.entremets .item-popup .bl-txt p {
  text-align: left;
}

.txt-caution{
  width: 750px;
  font-size: 1.3rem;
  text-align: left;
  clear: both;
  margin: 0 auto 30px;
}
.txt-caution p{
  text-indent: -1rem;
  padding-left: 1rem;
  margin-bottom: 5px;
}







/* ------------------------- recommend ------------------------- */
.item-recommend{
	background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 900px;
  position: relative;
}
.confiture .item-recommend{
  background-image: url(../img/item/item-confiture2.jpg);
  background-position: center left;
}
.macarons .item-recommend{
  background-image: url(../img/item/item-macarons2.jpg);
  background-position: center left;
}
.individuels .item-recommend{
  background-image: url(../img/item/item-individuels2.jpg);
}
.entremets .item-recommend{
  background-image: url(../img/item/item-entremets2.jpg);
}
.cakes .item-recommend{
  background-image: url(../img/item/item-cakes2.jpg);
}
.chocolats .item-recommend{
  background-image: url(../img/item/item-chocolats2.jpg);
}
.gateauxsec .item-recommend{
  background-image: url(../img/item/item-gateauxsec2.jpg);
  background-position: bottom center;
}
.viennoiseries .item-recommend{
  background-image: url(../img/item/item-viennoiseries1.jpg);
  background-position: left center;
}

.item-recommend .bl-txt{
  color: rgba(255,255,255,.9);
  background: rgba(50,30,15,.7);
  width: 550px;
  height: 900px;
  float: right;
	text-align:center;
}
.item-recommend .angle{
  display: block;
  position: absolute;
  top: 0;
  right: 550px;
  width: 0px;
  border-bottom: 900px solid rgba(50,30,15,.7);
  border-left: 90px solid transparent;
  height: 0;
  margin-left: -90px;
}

.cakes .item-recommend .bl-txt{
  width: 550px;
  float: left;
}
.cakes .item-recommend .angle{
  left: 550px;
  right: auto;
  border-bottom: 0;
  border-top: 100vh solid rgba(50,30,15,.7);
  border-right: 90px solid transparent;
  border-left: 0;
  margin-left: 0;
}
.item-recommend h3{
  width: 520px;
  margin: 40px auto 0;
}
.item-recommend p{
  margin-top: 20px;
  font-size: 1.6rem;
  text-shadow: 0 0 5px #000;
  mix-blend-mode: luminosity;
}

/* ------------------------- gift ------------------------- */
.item-gift{
  padding: 80px 0;
  text-align: center;
}
.item-gift h2{
	border:none;
	width:auto;
	height:auto;
	line-height:auto;
}
.item-gift .bl-txt,
.item-gift .bl-img{
  display: inline-block;
  vertical-align: middle;
}
.item-gift .bl-img{
  margin: 0 40px;
}
.item-gift .bl-txt p{
  margin: 30px auto;
}





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


@media screen and (min-width: 1500px){
  .item-first {
      height: 900px;
  }
  .item-first .bl-txt {
    left: 10%;
    font-size: 1.6rem;
    line-height: 180%;
  }

  .item-block {
    width: 270px;
}
  .item-thumb img {
    width: 260px;
}
}


@media screen and (max-width: 999px){
  #main{
    font-size: 1.6rem;
  }
  .item-first {
      height: 800px;
  }
  .item-first .bl-img{
    width: 100%;
    -webkit-clip-path: none;
    clip-path: none;
  }
  .item-first .bl-txt {
    width: 100%;
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: 0;
    margin:50px auto 0;
    font-size: 1.6rem;
    line-height: 200%;
    text-shadow: 0 0 8px #fff;
    background: -moz-linear-gradient(top,  rgba(255,255,238,0) 0%, rgba(255,255,255,0.9) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,238,0) 0%,rgba(255,255,255,0.9) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,238,0) 0%,rgba(255,255,255,0.9) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffee', endColorstr='#ddffffee',GradientType=0 );
    mix-blend-mode: luminosity;
  }
  .item-first .bl-txt p{
    font-weight: bold;
  }
  .item-first .angletop{
    display: none;
  }
  .catch{
    margin: 70px auto 40px!important;
  }
  
  .item-list{
    width: auto;
    margin: 100px auto;
  }
  .item-block{
    width:230px;
  }
  .date{
    text-indent: 0!important;
    text-align: center!important
  }
  .date span {
    display: block;
    padding: 5px!important;
    margin-bottom: 10px;
  }
  
  .item-popup {
    background-position: center 60px!important;
    width: 420px;
    min-height: 650px;
  }
  .macarons .item-popup {
    background-size:77%;
    background-position: center 150px!important;
  }
  .entremets .item-popup{
    height: auto;
  }
  .cakes .item-popup {
    background-position: center 50px!important;
  }
  .chocolats .item-popup {
    background-position: center 50px!important;
  }
  .gateauxsec .item-popup {
    background-size:80%;
    background-position: center 75px!important;
  }
  .item-popup .bl-txt {
    padding: 30px 0 0 15px;
    float:none;
    width: 400px;
  }
  .entremets .item-thumb img {
    width:230px;
  }

  .item-popup .bl-txt h3 {
    margin-bottom: 320px;
  }
  .cakes .item-popup .bl-txt h3 {
      margin-bottom: 300px;
  }
  .gateauxsec .item-popup .bl-txt h3 {
      margin-bottom: 280px;
  }

  .txt-caution{
    width: auto;
    padding: 0 40px;
  }
  
  .item-recommend{
    height: 1000px;
  }
  .item-recommend .bl-txt {
    position: absolute;
    bottom: 0;
    width: 100%!important;
    height: auto;
    float: none;
    padding: 50px;
  }
  .item-recommend .angle {
    display: none;
  }
  .item-recommend h3 {
      margin: -40px auto -100px;
  } 
  
  .item-gift {
    padding-bottom: 0;
  }
  .item-gift .bl-img{
    max-width: 500px;
  }
	
}

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