@charset "utf-8";

@media screen and (max-device-width:480px) {
	.tokushu .pc {
		display: none !important;
	}
	
  .tokushu .youtube {
    width: 100%;
  }
  .tokushu .youtube iframe {
    width: 92%;
  }
  .tokushu h3 {
    font-size: 2em!important;
  }
  .tokushu .info {
    font-size: 1.2em!important;
    line-height: 1.4!important;
  }
  .tokushu .maker p span {
    font-size: 1.2em!important;
  }
  .tokushu .product_l h4 {
    font-size: 1.4em!important;
  }
  .tokushu table {
    font-size: 1.1em!important;
    line-height: 1.3!important;
  }
.tokushu .product_l div .p_img {
	display: inline-block;
	width: 60%;
	text-align:center !important;
  vertical-align: top;
}
.tokushu .product_l div .p_img img{
	width:100%;
}
.tokushu .product_l div .tokuten {
	display: inline-block;
	width: 35%;
}
.tokushu .product_l div .tokuten img{
	width:100%;
	margin:0 1px 5px  !important;
}
  .tokushu .product_l .price {
    font-size: 1.3em!important;
  }
  .tokushu .product_l .price span {
    font-size: 1.3em!important;
  }
  .tokushu .product_l .cart {
    font-size: 1.6em!important;
  }
  .tokushu .footer {
    font-size: 1.2em!important;
  }	
	
	/*　モーダル設定 */
	.tokushu .modal-window .modal-inner img {
		width: 95%;
		height: auto;
	}
}