@charset "UTF-8";
/*--------------------------------------

段ボール原紙・特殊板紙

--------------------------------------*/
.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  width: 276px;
  color: #fff;
  font-weight: bold;
  padding: 25px 0;
  text-align: center;
  margin: 90px auto;
  background: url(../img/common/arrow_white.png), linear-gradient(to right, #4b2e0d, #8b5e00);
  background-repeat: no-repeat, repeat;
  background-position: 90%;
}
.liner-list {
  margin-top: 30px;
}
.liner-list a {
  width: 23%;
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
  background-image: url("../img/common/arrow.jpg");
  background-repeat: no-repeat;
  background-position: right 99%;
}
.liner-list a:nth-child(4n) {
  margin-right: 0%;
}
.liner-list a img {
  margin: 10px 0;
  width: 100%;
}
.lineup_text {
  background-image: url("../img/common/arrow_doble.png"), url("../img/common/bg_brown.png");
  background-repeat: no-repeat, repeat;
  background-position: center 85%;
  padding-bottom: 75px;
}
.special_board div {
  float: left;
  width: 46%;
  margin-right: 8%;
  margin-bottom: 90px;
  background-image: url("../img/common/arrow.jpg");
  background-repeat: no-repeat;
  background-position: right 99%;
}
.special_board div:nth-child(2n) {
  margin-right: 0%;
}
.special_board div:nth-child(3) p, .special_board div:nth-child(4) p {
  height: 110px;
}
.special_board div img {
  margin: 10px 0;
  width: 100%;
}
/*--------------------------------------

ライナー

--------------------------------------*/
.product-nav {
  background: #efebe7;
  padding: 40px 20px;
  margin-bottom: 110px;
}
.product-nav-tabs {
  display: flex;
  justify-content: left;
}
.tab {
  width: 33%;
  font-weight: bold;
  font-size: 20px;
  color: #603813;
  background: #fff;
  padding: 25px 0px;
  border-top: 2px solid #f0ebe7;
  text-align: center;
	border-left: 2px solid #f0ebe7;
}
.tab:last-child {
	border-right: 2px solid #f0ebe7;
}
.tab.active {
  background: #efebe7;
}
.product-nav-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 18px;
}
.button {
	display: grid;
place-items: center left;
	line-height: 1.5;
  width: 215px;
  padding: 25px 20px;
  background: #ffffff;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  position: relative;
  text-decoration: none;
  border: none;
}
.row2 {
	padding: 13px 20px;
}
.button::after {
  content: '';
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 1px solid #603813;
  border-bottom: 1px solid #603813;
}
.spec_h3 {
  font-size: 23px;
  color: #603813;
  font-weight: bold;
  margin-bottom: 40px;
}
.spec_h3_2 {
  font-size: 28px;
  color: #603813;
  font-weight: bold;
  margin-bottom: 40px;
}
.spec_h3 .fsc {
	background-color: #166d3f;
	color: #fff;
	font-size: 16px;
	padding: 12px 18px;
	margin-left: 10px;
	vertical-align: 5px;
}
.spec_h3 .fsc_mark {
	display: inline-block;
	width: 82px;
	margin-top: -20px;
}
.spec_h3 .fsc_mark img {
	width: 82px;
	margin-bottom: -30px;
	margin-left: 15px;
	float: left;
}
.spec_h3 .order {
	background-color: #603813;
	color: #fff;
	font-size: 16px;
	padding: 12px 18px;
	margin-left: 10px;
	vertical-align: 5px;
}
.products_spec {
  margin-bottom: 90px;
}
.products_spec img {
  float: left;
  width: 48%;
}
.products_spec div {
  float: right;
  width: 48%;
}
.products_spec p {
  margin-bottom: 40px;
}
.spec-table {
  width: 100%;
  border-top: 1px solid #603813;
}
.spec-table th, .spec-table td {
  padding: 15px 10px;
  border-bottom: 1px solid #cccccc;
	line-height: 1.7;
	vertical-align: middle;
}
.spec-table th {
  background-color: #efebe7;
  width: 20%;
  font-weight: bold;
}
.spec-table tr:last-child th, .spec-table tr:last-child td {
  border-bottom: 1px solid #603813;
}
.products-category {
  background: #f2f4f4;
  padding: 90px 20px 40px;
  text-align: center;
}
.products-heading {
  font-size: 23px;
  color: #603813;
  font-weight: bold;
  margin-bottom: 40px;
}
.products-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 90px;
}
.link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
  height: 80px;
  font-size: 20px;
  font-weight: bold;
  color: #603813;
  text-decoration: none;
  position: relative;
}
.link.white {
  background: #ffffff;
}
.link.beige {
  background: #dfd7d0;
}
.link::after {
  content: '';
  position: absolute;
  right: 20px;
  width: 15px;
  height: 15px;
  border-right: 1px solid #603813;
  border-bottom: 1px solid #603813;
  transform: rotate(-45deg);
}
/*--------------------------------------

包装用紙

--------------------------------------*/
.about_products {
  margin: 0px 0 90px;
}
.about_products div {
  float: left;
  width: 48%;
}
.about_products table {
  float: right;
  width: 48%;
}
.products-table th, .products-table td {
  text-align: left;
  padding: 15px 10px;
  border: none;
}
.products-table th {
  color: #603813;
  text-align: center;
  font-weight: bold;
}
.products-table td.bg-left {
  background-color: #efebe7;
  width: 15%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border-bottom: 1px solid #603813;
  padding: 15px 0px;
}
.products-table td.bg-left .craft {
  font-size: 14px;
	display: block;
	line-height: 1.7;
}
.products-table td.bg-middle {
  background-color: #f2f2f2;
  width: 13%;
  text-align: center;
}
.products-table td {
  width: 65%;
}
.border-brown td, .border-brown th {
  border-bottom: 1px solid #603813;
}
.border-gray td {
  border-bottom: 1px solid #cccccc;
}
.sample_book_btn a {
  width: 345px;
}
@media (max-width:767.98px) {
	.btn a {
  width: 80%;
  margin: 10px auto 50px;
		padding: 20px 0;
		font-size: 4vw;
}
	.lineup_text {
  background-position: center 92%;
  padding-bottom: 60px;
}
	.liner-list a {
  width: 100%;
	line-height: 1.3;
		font-size: 4vw;
}
	.special_board div {
  float: left;
  width: 100%;
  margin-right: 8%;
  margin-bottom: 50px;
  background-image: url("../img/common/arrow.jpg");
  background-repeat: no-repeat;
  background-position: right 99%;
}
.special_board div:nth-child(2n) {
  margin-right: 0%;
}
.special_board div:nth-child(3) p, .special_board div:nth-child(4) p {
  height: auto;
}
/*--------------------------------------

ライナー

--------------------------------------*/
.product-nav {
  background: #efebe7;
  padding: 30px 20px;
  margin-bottom: 50px;
}
.product-nav-tabs {
  display: flex;
  flex-wrap: wrap;
}
.tab {
  width: 33%;
  font-weight: bold;
  font-size: 3.5vw;
  color: #603813;
  background: #fff;
  padding: 15px 0px;
  border-top: 2px solid #f0ebe7;
  text-align: center;
	border-left: 2px solid #f0ebe7;
}
	.tab:nth-child(3) {
	border-right: 2px solid #f0ebe7;
}
.product-nav-buttons {
  gap: 10px;
}
.button {
	line-height: 1.5;
  width: 100%;
  padding: 15px 15px;
  font-size: 4vw;
}
.row2 {
	padding: 13px 20px;
}
	
	
.spec_h3 {
  margin-bottom: 10px;
	line-height: 1.3;
	font-size: 5.5vw;
}
	.products_spec {
  margin-bottom: 45px;
}
.products_spec img {
  width: 100%;
	margin-bottom: 20px;
}
.products_spec div {
  width: 100%;
}
	.spec-table th, .spec-table td {
		font-size: 4vw;
		padding: 10px;
		font-feature-settings: "palt";
	}
	.spec-table th {
  background-color: #efebe7;
  width: 25%;
		padding: 10px 5px;
  font-weight: bold;
}
	.products_spec p {
  margin-bottom: 20px;
}
	.products-category {
  padding: 40px 0px 10px;
}
.products-heading {
  font-size: 5vw;
  margin-bottom: 20px;
}
.products-links {
  gap: 10px;
  margin-bottom: 40px;
}
.link {
  width: 100%;
  height: 50px;
  font-size: 4vw;
}
.link.white {
  background: #ffffff;
}
.link.beige {
  background: #dfd7d0;
}
	.link::after {
  width: 10px;
  height: 10px;
}
.sample_book_btn a {
  width: 90%;
}
.spec_h3 .fsc {
	font-size: 4vw;
	padding: 10px 15px;
	display: block;
	float: left;
	margin: 10px 10px 10px 0;
}
.spec_h3 .fsc_mark {
	width: 60px;
	margin-top: 0px;
}
.spec_h3 .fsc_mark img {
	width: 82px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.spec_h3 .order {
	font-size: 4vw;
	display: block;
	float: left;
	margin: 10px 0;
	background-color: #603813;
	color: #fff;
	padding: 10px 15px;
}
/*--------------------------------------

包装用紙

--------------------------------------*/
.about_products {
  margin: 0px 0 90px;
}
.about_products div {
  float: left;
  width: 100%;
}
.about_products table {
  float: right;
  width: 100%;
	margin-top: 30px;
	}
	.products-table th {
		padding: 5px 0;
	}
	.products-table th, .products-table td {
		line-height: 1.3;
		font-size: 4vw;
	}
	.products-table td.bg-left {
		width: 10%;
	}
	.products-table td.bg-left span {
		font-size: 4vw;
		writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap; /* 折り返し防止（必要に応じて） */
  text-align: center;
  vertical-align: middle; /* 中央寄せ */
	padding: 0 10px;
	}
	.products-table td.bg-left .craft {
		font-size: 4vw;
		line-height: 1.3;
	}
	.products-table td.bg-middle {
  width: 20%;
		vertical-align: middle;
}
}