@charset "utf-8";

.product{
  background-image: url("https://www.bourbon.co.jp/biscuitseries/img/product/bg_gradation_pc.png");
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.product > .inner{
  background-image: url("https://www.bourbon.co.jp/biscuitseries/img/common/bg_1.png");
  background-size: 100%;
  background-repeat: repeat-y;
  padding: 4.5% 20px 180px;
}

.product_navi{
  background-color: rgba(104,82,36,.1);
  background: url("https://www.bourbon.co.jp/biscuitseries/img/product/navi_bg.jpg") center;
  padding: 34px 0;
  margin: 0 -20px;
  text-align: center;
}
.product_navi_wrap{
  font-size: 0;
}
.product_navi p{
  position: relative;
  display: inline-block;
  margin: 0 18px;
  font-size: 0;
  overflow: hidden;
}
.product_navi .product_navi01{
  width: 200px;
}
.product_navi .product_navi02{
  width: 130px;
}
.product_navi p svg{
  position: absolute;
}
.product_navi p .mask {
  position: relative;
	background-color: #683a24;
  display: block;
	height: 22px;
}
.product_navi .product_navi01 .mask {
  -webkit-clip-path: url(#svgPath);
  clip-path: url(#svgPath);
}
.product_navi .product_navi02 .mask {
  -webkit-clip-path: url(#svgPath02);
  clip-path: url(#svgPath02);
}
.product_navi .product_navi01 #svgPath{
	transform: scale(0.0049875311720698, 0.0459770114942529);
}
.product_navi .product_navi02 #svgPath02{
	transform: scale(0.0076716532412735, 0.0459770114942529);
}
.product_navi p .mask::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: rgba(253,243,229,.9);
  animation: shiny-btn1 4s ease-in-out infinite;
}
.product_navi p img {
  position: relative;
  z-index: 2;
}
.product h2{
  max-width: 960px;
  margin:  0 auto;
  padding: 0 0 60px;
  text-align: center;
}
.product #package h2{
  width: 290px;
}
.product #fukuro h2{
  width: 170px;
}
.item_list{
  max-width: 960px;
  padding-top: 84px;
  margin: 0 auto;
}
.item_list > div + div{
	margin-top: 70px;
}
.item_list .ttl{
	position: relative;
	background: #683a24;
	background: -moz-linear-gradient(-5deg,  #683a24 0%, #412010 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#683a24), color-stop(100%,#412010));
	background: -webkit-linear-gradient(-5deg,  #683a24 0%,#412010 100%);
	background: -o-linear-gradient(-5deg,  #683a24 0%,#412010 100%);
	background: -ms-linear-gradient(-5deg,  #683a24 0%,#412010 100%);
	background: linear-gradient(175deg,  #683a24 0%,#412010 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#683a24', endColorstr='#412010',GradientType=1 );
  max-width: 960px;
	padding: 14px 0;
  margin: 0 auto 26px;
	text-align: center;
}
.item_list .ttl::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: solid 1px #b5936a;
	margin: 1px;
}
.item_list .package_item .ttl img{
	width: 170px;
}
.item_list .excellent_item .ttl img{
	width: 238px;
}
.item_list .fukuro_item .ttl img{
	width: 100px;
}
.item_list .zeitaku_item .ttl img{
	width: 107px;
}
.item_list .sweet_item .ttl img{
	width: 239px;
}
.item_list ul{
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  
  margin: 0 -1.042%;
}
.item_list ul li{
  position: relative;
  width: 25%;
  margin-bottom: 2.084%;
  padding:0 1.042%;
  box-sizing: border-box;
	opacity: 0;
}
.item_list ul li a{
	display: block;
	filter: drop-shadow(0 0 0.3125rem rgba(0,0,0,.3));
}
/*.item_list ul li::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: rgba(253,243,229,.5);
  animation: shiny-btn1 4s ease-in-out infinite;
  z-index: 2;
}*/
.item_list ul li a:hover{
  opacity: .7;
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/*商品一覧のモーダルの調整*/
#cboxOverlay.product-item{
  background-color: #fff;
}
#colorbox.product-item{
  background: none;
}

#colorbox.product-item #cboxContent.open{
  margin-top: 0;
   animation: anim-open 1s;
}

@keyframes anim-open {
  0% {transform: translateX(200%);}
  100% {transform: translateX(0);}
}
#colorbox.product-item #cboxContent.close{
  margin-top: 0;
   animation: anim-close 1s;
}

@keyframes anim-close {
  0% {transform: translateX(0);}
  100% {transform: translateX(200%);}
}

#colorbox.product-item #cboxLoadingOverlay{
  background-color: #fff;
}
#colorbox.product-item #cboxContent,
#colorbox.product-item #cboxLoadedContent{
  background: none;
}

#colorbox.product-item #cboxClose{
  background-image: url("https://www.bourbon.co.jp/biscuitseries/img/product/modal_close_pc.png");
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}

@media all and (max-width: 750px) {
  .product{
    background-image: url("https://www.bourbon.co.jp/biscuitseries/img/product/bg_gradation_sp.png");
  }
  .product > .inner{
    padding:8.4% 0  16%;
  }
  .product_navi{
    background-size: cover;
    padding: 10.667% 0;
    margin: 0;
  }
  .product_navi_wrap{
    width: 100%;
    margin: 0 auto;
  }
  .product_navi p{
    margin: 0 3.067%;
  }
  .product_navi .product_navi01{
    width: 43.867%;
  }
  .product_navi .product_navi02{
    width: 28.267%;
  }
	.product_navi p .mask {
		height: 4.8vw;
	}
  .product_navi p img {
    width: 100%;
  }
  .product h2{
    padding: 0 0 6%;
  }
	.product #package h2{
		width: 54.533%;
	}
	.product #fukuro h2{
		width: 32%;
	}
	.item_list{
		padding-top: 0;
		margin: 0 auto;
	}
  .product #new h2{
    width: 27.6%;
  }
  .product #standard h2{
    width: 40.533%;
  }
  .item_list {
    padding-top: 12%;
    width: 86.667%;
  }
	.item_list > div + div{
		margin-top: 12%;
	}
	.item_list .ttl{
		padding: 3.077% 0;
		margin-bottom: 4.308%;
	}
	.item_list .package_item .ttl img{
		width: 37.077%;
	}
	.item_list .excellent_item .ttl img{
		width: 51.846%;
	}
	.item_list .fukuro_item .ttl img{
		width: 21.692%;
	}
	.item_list .zeitaku_item .ttl img{
		width: 23.231%;
	}
	.item_list .sweet_item .ttl img{
		width: 52%;
	}
  .item_list ul{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -2% ;
  }
  .item_list ul li{
    width: 50%;
    margin-bottom: 3.2%;
    padding: 0 1.8%;
  }
  
 #cboxPhoto{
    width: 300px;
    
  }
  /*
  #prd_image{
  width: 86.66%;
  }
  */

}
