
/*不要になったもの*/

/*BOX1エフェクト*/
.heading{
  font-family: '游ゴシック', sans-serif;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
figure.snip1229 {
  font-family: '游ゴシック', sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  width:500px;
  height:350px;
  margin: 13px;
  display: inline-block;
  /*min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;*/
  background: #000000;
  color: #ffffff;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1229 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
figure.snip1229 img {
  max-width: 100%;
  position: relative;
  opacity: 0.9;
}
figure.snip1229 figcaption {
  position: absolute;
  top: 9%;
  left: 7%;
  right: 7%;
  bottom: 80%;
  border: 1px solid white;
  border-width: 0 1px 1px;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
figure.snip1229 .heading {
  font-family: '游ゴシック', sans-serif!important;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.snip1229 h3 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  /* text-transform: uppercase; */
  font-weight: 400;font-family: '游ゴシック', sans-serif!important;

}
figure.snip1229 h3 span {
  font-weight: 800;
}
figure.snip1229 h3:before,
figure.snip1229 h3:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: white;
  top: 50%;
}
figure.snip1229 h3:before {
  left: -1000%;
}
figure.snip1229 h3:after {
  right: -1000%;
}
figure.snip1229 p {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1229 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1229:hover img,
figure.snip1229.hover img {
  opacity: 0.15;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1229:hover figcaption,
figure.snip1229.hover figcaption {
  top: 9%;
  bottom: 9%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1229:hover p,
figure.snip1229.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

/*PRODUCT画像エフェクト*/
.cp_imghover {
	overflow: hidden;
	border: 10px solid #ffffff;
	box-shadow: 0 0 5px #cccccc;
	cursor: pointer;
}
.cp_focus {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.cp_focus:hover {
	border: 10px solid #ffffff;
	border-radius: 50%;
}
.cp_focus img {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.cp_focus:hover img {
	-webkit-transform: scale(1.5,1.5);
	transform: scale(1.5,1.5);
}


/*  ここからPURODUCTで使用のエフェクト　*/
@import url(https://fonts.googleapis.com/css?family=Raleway:300,900);
figure.snip1437 {
  font-family: '游ゴシック', sans-serif;
  position: relative;
  /*float: left;*/
  overflow: hidden;
  margin: 10px 1%;
  margin: 10px;
  width:400px;
  height:280px;
  margin: 13px;
  display: inline-block;
  color: #ffffff;
  text-align: right;
  font-size: 16px;
  background-color: #000000;
  /* text-transform: uppercase; */
}

figure.snip1437:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30%;
  right: 70%;
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform: skew(20deg) translateX(-75%);
  transform: skew(20deg) translateX(-75%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1437 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1437 img {
  max-width: 100%;
}
figure.snip1437 figcaption {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 20px;
}
figure.snip1437 h3,
figure.snip1437 .links {
  width: 100%;
  margin: 0;
  padding: 0;
}
figure.snip1437 h3 {
  line-height: 2.3em;
  font-weight: 500;
  font-size: 1.3em;
  text-shadow: -1px -2px 3px #222121;
}
figure.snip1437 .links {
  font-size: 0.9em;
  letter-spacing: normal;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
figure.snip1437 .links li {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  list-style: none;
}
figure.snip1437 a {
  padding: 2px 0;
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
}
figure.snip1437 a:hover {
  color: #f39c12;
}
figure.snip1437:hover:after,
figure.snip1437.hover:after {
  -webkit-transform: skew(20deg) translateX(0%);
  transform: skew(20deg) translateX(0%);
}
figure.snip1437:hover img,
figure.snip1437.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
figure.snip1437:hover li,
figure.snip1437.hover li {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
figure.snip1437:hover li:first-child,
figure.snip1437.hover li:first-child {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.snip1437:hover li:nth-child(2),
figure.snip1437.hover li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1437:hover li:nth-child(3),
figure.snip1437.hover li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip1437:hover li:nth-child(4),
figure.snip1437.hover li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
/* Demo purposes only */
body {
  background-color: #212121;
}
