﻿/* ------------------------- list ------------------------- */
.item-list{
  width: 100%;
  height: auto;
  text-align: center;
  padding: 120px 0;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
}
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;
}

.description{
	font-size:1.5rem;
  margin: 0 auto 50px;
}
.description h2{
  font-size: 6rem;
  line-height: 200%;
}


.saisonnieres,
.bridal{
  padding: 50px 0 70px 500px;
  margin-top: 100px;
}

.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: 8px;
  mix-blend-mode : multiply;
}
.item-popup h3{
  margin-bottom: 25px;
}
.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;
  position: relative;
  overflow: visible;
  mix-blend-mode: multiply;
}
.fuki{
  position: absolute;
  font-size: 1.3rem;
  top: -10px;
  left: 0px;
  padding: 3px 7px;
  overflow: visible;
  color: #fff;
  background:#EF6768;
  border-radius: 20px;
  z-index: 10;
}
.fuki::after{
  content:"";
  width: 0;
  height: 0;
  bottom: -20px;
  position: absolute;
  left: calc(50% - 5px);
  border: 10px solid transparent;
  border-top: 10px solid #EF6768;
}
.item-thumb img{
  width: 230px;
  padding-bottom: 30px;
  -webkit-transition:all .3s ease-out;
  transition:all .3s ease-out;
}
.item-thumb:hover img{
	opacity: .7;
  transform: scale(1.05);
}

.gifts .item-thumb img{
  transform: scale(.85);	
}
.gifts .item-thumb:hover img{
  transform: scale(.9);
}
.item-thumb h3{
  color: #333;
  font-size: 1.4rem;
  display: block;
  margin-top: -55px;
}
.item-thumb h3 span{
	font-size: 1.7rem;
}
.item-thumb h3 br{
  display: none;
}
.item-thumb:hover h3{
  color: #777;
}

.item-popup{
  background-color:#fff;
	background-position: 300px 30px;
	background-repeat: no-repeat;
	background-size: contain;
  border:rgba(255,255,255,0.8);
  position: fixed;
  width: 700px;
  height: 550px;
  top: 50%;
  left: 50%;
  margin: -275px auto auto -380px;
  box-shadow: 5px 0 10px 0 rgba(0,0,0,.2);
  overflow: visible;
  display: none;
  z-index: 180;
}
.saisonnieres .item-thumb::before,
.saisonnieres .item-popup::before,
.nouveau .item-thumb::before,
.nouveau .item-popup::before,
.webonly .item-thumb::before,
.webonly .item-popup::before,
.eventonly .item-thumb::before,
.eventonly .item-popup::before,
.shoponly .item-thumb::before,
.shoponly .item-popup::before,
.bridal .item-thumb::before,
.bridal .item-popup::before{
  position: absolute;
  font-size: 1.3rem;
  top: 25px;
  left: 15px;
  padding: 3px 7px;
  color: #fff;
  background:#EF6768;
  border-radius: 20px;
  transform: rotate(-25deg);
}

.saisonnieres .item-thumb::before,
.saisonnieres .item-popup::before{
  content: "季節限定";
}
.nouveau .item-thumb::before,
.nouveau .item-popup::before{
  content: "Nouveau";
}
.webonly .item-thumb::before,
.webonly .item-popup::before{
  content: "WEB限定";
}
.eventonly .item-thumb::before,
.eventonly .item-popup::before{
  content: "イベント限定";
}
.shoponly .item-thumb::before,
.shoponly .item-popup::before{
  content: "店舗限定";
}
.bridal .item-thumb::before,
.bridal .item-popup::before{
  content: "通年販売";
}
.small{
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.red a:hover{
  color: #e44;
}
.item-popup p{
  margin-bottom: 20px;
  text-align: left;
}
.item-popup p a{
	text-decoration:underline;
}
.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-list .item-block.first .btn-before,
.item-list .item-block:first-child .btn-before,
.item-list .item-block.last .btn-next,
.item-list .item-block:last-child .btn-next{
	opacity: 0;
}



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

.txt-caution {
  width: 100%;
  background: #eee;
  font-size: 1.3rem;
  text-align: left;
  letter-spacing: 1px;
  clear: both;
  margin: 0 auto 70px;
  padding: 15px calc((100vw - 680px) / 2);
}
.txt-caution p{
  text-indent: -1rem;
  padding-left: 1rem;
  margin-bottom: 5px;
}
.txt-caution a{
  text-decoration: underline;
}

.tel{
  cursor: default;
  text-decoration: none!important;
  pointer-events: none;
}
.item-block .tel{
  display: none;
}




/* ------------------------- 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 (max-width: 999px){
  
  #main{
    font-size: 1.6rem;
  }
  .item-list{
    width: auto;
    background-image:none!important;
    padding:50px 0;
  }
  .item-block{
    width:230px;
  }
  .description{
    margin: 0 auto 50px!important;
  text-align: center;
  }
  .date{
    text-indent: 0!important;
    text-align: center!important
  }
  .date span {
    display: block;
    padding: 5px!important;
    margin-bottom: 10px;
  }
  
  .item-popup {
    background-position: center 40px!important;
    width: 400px;
    height: auto;
    margin: 0 auto auto -200px;
    top: 65px;
    padding-bottom: 20px;
  }
  .item-popup .bl-txt {
    padding: 30px 0 0;
    float:none;
    width: 380px;
    margin: 0 auto;
  }

  .item-popup .bl-txt h3 {
    margin-bottom: 260px;
  }
  .btn-toshop {
    margin:10px auto 0;
    display: inline-block;
    position: static;
  }
  .txt-caution{
    width: auto;
    padding: 10px 40px;
  }
  .item-gift {
    padding-bottom: 0;
  }
  .item-gift .bl-img{
    max-width: 500px;
  }
	
}

@media screen and (max-width: 768px){
  .tel{
    text-decoration: underline!important;
    pointer-events: auto;
  }
  .item-block .tel{
    display: inline-block;
    text-decoration: none!important;
  }
	.item-popup p {
    margin-bottom: 10px;
	}
}