@media print {

	/* ========================================
	   A4縦 1枚固定
	======================================== */

	@page {
		size: A4 portrait;
		margin: 7mm;
	}

	html,
	body {

		width: 210mm;
		height: 297mm;

		overflow: hidden !important;

		background: #fff !important;
		color: #000 !important;

		font-family: "Yu Gothic", sans-serif;

		font-size: 8pt;
		line-height: 1.3;

		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}

	/* ========================================
	   不要要素非表示
	======================================== */

	header,
	footer,
	aside,
	nav,
	button,
	#wpadminbar,
	.tks-header,
	.tks-footer,
	.tks-breadcrumb,
	.tks-product-gallery__thumbs,
	.tks-product-single__related,
	.tks-product-single__actions,
	.tks-print-btn,
	.tks-sidebar,
	.tks-contact,
	.thumbnail-splide,
	.thumbnail-splide,
	.tks-cta {
		display: none !important;
	}

	/* ========================================
	   全幅化
	======================================== */

	.site,
	.site-content,
	.site-main,
	main,
	.container,
	.inner,
	.tks-product-single {

		width: 100% !important;
		max-width: 100% !important;

		margin: 0 !important;
		padding: 0 !important;
	}

	/* ========================================
	   本体
	======================================== */

	.tks-product-single {

		height: 280mm;

		overflow: hidden;
	}

	/* ========================================
	   商品画像
	======================================== */

	.main-splide  {


		margin-bottom: 4mm;
	}

	.main-splide  {

		border: 1px solid #ccc;

		padding: 2mm;
	}
	.splide__list{
		transform: translateX(0) !important;
	}

	.main-splide img {

		max-width: 100%;

		max-height: 95mm;

		object-fit: contain;
	}

	/* ========================================
	   タイトル
	======================================== */

	h1,
	.entry-title,
	.product_title {

		font-size: 14pt;

		line-height: 1.2;

		margin: 0 0 2mm;

		padding-bottom: 1mm;

		border-bottom: 1px solid #000;

		font-weight: 700;
	}

	/* ========================================
	   価格
	======================================== */

	.price,
	.product-price,
	.tks-product-price {

		font-size: 11pt;

		font-weight: bold;

		margin-bottom: 3mm;
	}

	/* ========================================
	   本文
	======================================== */

	.entry-content,
	.tks-product-content {

		font-size: 7.8pt;

		line-height: 1.35;
	}

	p {

		margin: 0 0 1.5mm;
	}

	/* ========================================
	   テーブル
	======================================== */

	table {

		width: 100%;

		border-collapse: collapse;

		margin-top: 3mm;

		font-size: 7pt;
	}

	th,
	td {

		border: 1px solid #999;

		padding: 2px 4px;

		line-height: 1.2;

		vertical-align: top;
	}

	th {

		width: 30%;

		background: #f3f3f3 !important;
	}


	/* ========================================
	   改ページ防止
	======================================== */

	* {

		page-break-inside: avoid !important;

		break-inside: avoid !important;
	}

}