@charset "UTF-8";

/*画像+テキストパーツの装飾*/

#con_right+section .inner_item_img{
	position: relative;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.4);
}
#con_right+section .inner_item_img::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/common/upload_data/billy-the-kidcojp/image/bg4.png) repeat;
  opacity: 1;
  pointer-events: none;
  z-index: -1;
  top: 0px;
  right: -30px;
	transform: rotate(4deg);
	opacity: 0.6;
}
@media screen and (max-width: 900px){
#con_right+section .inner_item_img::before {
  top: -15px;
  right: -20px;
	transform:none;
}
}

#con_left+section .inner_item_img{
	position: relative;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.4);
}
#con_left+section .inner_item_img::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/common/upload_data/billy-the-kidcojp/image/bg4.png) repeat;
  opacity: 1;
  pointer-events: none;
  z-index: -1;
  top: 0px;
  left: -30px;
	transform: rotate(-4deg);
	opacity: 0.6;
}
@media screen and (max-width: 900px){
#con_left+section .inner_item_img::before {
  top: -15px;
  left: -20px;
	transform:none;
}
}