@charset "utf-8";

/* 共通
====================================================================================================*/
h1 {
	padding: 0;
	border: none;
}
h2 + p {
	margin-bottom: 20px;
}
h2 a, h3 a, h4 a {
	color: var(--brown_d);
	font-weight: bold;
}
article {
	width: 460px;
	margin: 0 auto 60px;
}
.flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* 開閉ボタン */
.view_moreBtn::after {
	content: 'もっと見る';
	line-height: 30px;
	text-align: center;
	color: var(--gray_d);
}
.open + .view_moreBtn::after {
	content: '閉じる';
}
/* 商品表示
==============================*/
#contents .product_list2 {
	flex-wrap: nowrap;
	gap: 10px;
	padding-bottom: 5px;
	overflow-x: scroll;
	position: relative;
	left: 0px;
	margin-bottom: 15px;
}
#contents .product_list2 .product_box {
	width: 200px;
	padding: 10px 10px 35px 10px;
}
#contents .product_list2 .product_box a img {
	width: 180px;
	height: 180px;
}
#contents .product_list2 .priceBox li {
	height: 40px;
}
#contents .product_list2 .count {
	width: 50px;
}
#contents .product_list2 .product_rank {
	top: -25px;
	left: 70px;
}
#contents .product_list2 .delivery_size:not(.ds-mail) {
	width: 180px;
	font-size: 15px;
	padding-left: 5px;
}
#contents .product_list2 .delivery_size:not(.ds-mail) span {
	font-size: 13px;
	right: 5px;
	letter-spacing: -0.3px;
}
#contents .product_list2 .ds-mail {
	width: 180px;
}
#contents .product_list2 .ds-mail li {
	width: 80px;
}
#contents .product_list2 .ds-mail img {
	width: 100%;
}
#contents .product_list2::-webkit-scrollbar {
	height: 10px;
}
#contents .product_list2::-webkit-scrollbar-track {
	border-radius: 10px;
	background: var(--gray_l);
}
#contents .product_list2::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: var(--gray);
}
/* ファーストビューバナー
====================================================================================================*/
#appeal-cateBox {
	margin-bottom: 30px;
}
#appeal-cateBox a {
	display: block;
}
#appeal-cateBox img {
	width: 100%;
	height: 180px;
	border-radius: 10px;
	box-shadow: 1px 2px 3px rgb(0, 0, 0, 0.2);
}
/* 迷ったらコレ！おすすめダンボール
====================================================================================================*/
#appeal-itemBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 10px;
}
#appeal-itemBox h2 {
	width: 100%;
	background: url(/img/appeal-h2.png) center no-repeat;
	text-align: center;
	padding: 0;
	margin: 0;
	border: none;
}
#appeal-itemBox h2 span {
	font-size: 18px;
	font-weight: normal;
}
#appeal-itemBox .appeal-item {
	width: 224px;
	background: var(--yellow_l);
	border: solid 1px var(--gray);
	border-radius: 5px;
	padding: 28px 10px 10px;
	margin-bottom: 10px;
	position: relative;
}
#appeal-itemBox h3 {
	font-size: 17px;
	color: var(--white);
	text-align: center;
	line-height: 1.5;
	width: 218px;
	background: var(--orange_d);
	border-radius: 20px;
	padding: 3px;
	position: absolute;
	top: -15px;
	left: 3px;
}
#appeal-itemBox img {
	width: 200px;
	height: 200px;
	box-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
}
#appeal-itemBox p {
	margin-top: 5px;
}
#appeal-itemBox .product_name {
	text-decoration: underline;
	color: var(--brown_d);
}
#appeal-itemBox .product_price {
	color: var(--red);
	font-weight: bold;
}
#appeal-itemBox .big {
	font-size: 20px;
	font-weight: bold;
	margin: 0 3px;
}
#appeal-itemBox .button-red {
	height: 40px;
	line-height: 40px;
}
#appeal-itemBox .more_right {
	position: absolute;
	bottom: -35px;
	right: 0;
}
/* ダンボール箱AI検索
====================================================================================================*/
#searchBlock {
	position: relative;
}
#searchBlock h2 {
	font-size: 30px;
	line-height: 34px;
	padding: 0;
	margin: 0 0 10px 0;
	border: none;
}
#searchBlock h2 span {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	color: var(--white);
	padding: 9px 10px;
	background: var(--red);
	border-radius: 5px;
	vertical-align: top;
	margin-left: 20px;
	position: relative;
}
#searchBlock h2 span::before {
	content: "";
    border: solid 6px transparent;
	border-right: solid 15px var(--red);
    position: absolute;
    top: 11px;
    left: -20px;
}
#searchBox {
	display: flex;
	flex-wrap: wrap;
	background: var(--beige_l);
	padding: 18px;
	margin-bottom: 10px;
}
/* 3辺サイズ
==============================*/
#search_3sides {
	width: 100%;
	order: 2;
}
#search_3sides img {
	width: 180px;
	height: 140px;
	float: right;
	margin-top: 10px;
}
.min, .memori, .mid, .max, .slideBar, .slideBtn, #G-slider, .slideBtn, .slideBtnON {
	display: none;
}
#N-slider, #H-slider {
	margin-bottom: 10px;
}
#N-slider, #H-slider, #F-slider {
	position: relative;
	height: 45px;
}
#slideBox .sizeH {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: var(--brown_d);
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 5px;
	position: absolute;
	top: 5px;
}
#N-slider .sizeH {
	text-decoration-color: var(--orange_l);
}
#H-slider .sizeH {
	text-decoration-color: var(--orange_d);
}
#F-slider .sizeH {
	text-decoration-color: #F95F00;
}
#slideBox .inputText {
	width: 120px;
	height: 40px;
	font-size: 25px;
	text-align: center;
	border: 2px var(--gray) solid;
	position: absolute;
	left: 50px;
}
#slideBox .mm {
	font-size: 18px;
	position: absolute;
	left: 180px;
	top: 10px;
}
/* 宅配サイズボタン
==============================*/
#sizeBox {
	width: 100%;
	position: relative;
	order: 1;
}
#sizeBox .flexBox {
	gap: 12px 8px;
	margin-bottom: 20px;
}
#sizeBox .flexBox li {
	width: 98px;
	height: 46px;
}
#sizeBox .flexBox li:nth-child(1) {
	color: var(--s60);
}
#sizeBox .flexBox li:nth-child(2) {
	color: var(--s80);
}
#sizeBox .flexBox li:nth-child(3) {
	color: var(--s100);
}
#sizeBox .flexBox li:nth-child(4) {
	color: var(--s120);
}
#sizeBox .flexBox li:nth-child(5) {
	color: var(--s140);
}
#sizeBox .flexBox li:nth-child(6) {
	color: var(--s160);
}
#sizeBox .flexBox li:nth-child(7) {
	color: var(--s170);
}
#sizeBox .flexBox li:nth-child(8) {
	color: var(--s180);
}
#sizeBox .flexBox li:nth-child(-n+8) span {
	color: #555;
	font-size: 14px;
	font-weight: bold;
	margin-left: 2px;
}
#sizeBox li input {
	display: none;
}
#sizeBox li label {
	display: inline-block;
	width: 100%;
	height: 100%;
	border: 1px solid var(--gray);
	border-radius: 5px;
	font-weight: bold;
	box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.2);
}
#sizeBox .flexBox li:nth-child(-n+8) label {
	background: url(/img/top_takuha_d.png) no-repeat;
	background-color: var(--white);
	font-size: 20px;
	padding: 8px 3px 0px 3px;
}
#sizeBox .flexBox li:nth-child(-n+1) label {
	padding: 8px 0px 0px 6px;
}
#sizeBox .flexBox li:nth-child(1) label {
	background-size: auto 15px;
	background-position: 75px 15px;
}
#sizeBox .flexBox li:nth-child(2) label {
	background-size: auto 20px;
	background-position: 72px 12px;
}
#sizeBox .flexBox li:nth-child(3) label {
	background-size: auto 25px;
	background-position: 66px 10px;
}
#sizeBox .flexBox li:nth-child(4) label {
	background-size: auto 30px;
	background-position: 64px 7px;
}
#sizeBox .flexBox li:nth-child(5) label {
	background-size: auto 35px;
	background-position: 59px 5px;
}
#sizeBox .flexBox li:nth-child(6) label {
	background-size: auto 40px;
	background-position: 55px 2px;
}
#sizeBox .flexBox li:nth-child(7) label {
	background-size: auto 45px;
	background-position: 55px 0px;
}
#sizeBox .flexBox li:nth-child(8) label {
	background-position: 61px -3px;
}
#sizeBox .flexBox li:nth-child(9) label {
	background: var(--yamato);
}
#sizeBox .flexBox li:nth-child(10) label {
	background: var(--white);
}
#sizeBox .flexBox li:nth-child(11) label {
	background: var(--post);
	color: var(--white);
	font-weight: bold;
	line-height: 44px;
}
#sizeBox .flexBox li:nth-child(12) label {
	background: #C01A20;
}
#sizeBox .flexBox li:nth-child(n+9) label {
	font-size: 16px;
	text-align: center;
}
#sizeBox .flexBox li:nth-child(9) label img, #sizeBox .flexBox li:nth-child(10) label img {
	width: 110%;
	margin: 9px 0 0 -5px;
}
#sizeBox .flexBox li:nth-child(12) label img {
	width: 100%;
	margin: 10px 0 0 1px;
}
#sizeBox .flexBox li input:checked + label {
	width: 102px;
	height: 50px;
}
#sizeBox li input:checked + label {
	border: 3px solid var(--orange_l);
	border-radius: 7px;
	margin: -2px 0 0 -2px;
	box-shadow: none;
}
/* ネコポス・ゆうパケット・定形外郵便の絞り込み */
#detail_select ul {
	height: 52px;
	display: flex;
	justify-content: center;
	border-radius: 5px;
	position: relative;
	margin-bottom: 20px;
}
#nekoposu_detail {
	width: 207px;
	padding: 7px 10px;
	background-color: var(--yamato);
	gap: 12px;
}
#yuupacket_detail {
	width: 315px;
	padding: 7px 10px;
	background-color: #4057B5;
	gap: 12px;
}
#teikeigai_detail {
	width: 207px;
	padding: 7px 10px;
	background-color: var(--post);
	gap: 12px;
	margin-left: 160px;
}
#detail_select ul::before {
	content: "";
	position: absolute;
	top: -23px;
	transform: rotate(180deg);
}
#nekoposu_detail::before {
	border: solid 10px transparent;
	border-top: solid 15px var(--yamato);
	left: 40px;
}
#yuupacket_detail::before {
	border: solid 10px transparent;
	border-top: solid 15px #4057B5;
}
#teikeigai_detail::before {
	border: solid 10px transparent;
	border-top: solid 15px var(--post);
}
#detail_select li {
	width: 86px;
}
#detail_select li label {
	width: 86px;
	height: 38px;
	line-height: 38px;
	font-weight: normal;
	background-color: var(--white);
	border-radius: 3px;
	color: var(--black);
	font-size: 16px;
	text-align: center;
}
#detail_select li input:checked + label {
	width: 90px;
	height: 42px;
}
#detail_select li span {
	font-weight: bold;
}
/* 検索結果
==============================*/
#resultBox {
	width: 100%;
	min-height: 445px;
	overflow: hidden;
}
#resultBox .product_list2 {
	padding-top: 25px;
}
/* com自動・比較オーダー
==============================*/
#resultBox .hikakuOrder .itemPhoto, #resultBox .gijiItem .itemPhoto {
	width: 180px;
	height: 180px;
}
.priceBox .empty {
	padding: 17px 0;
	height: 46px;
	text-align: center;
}
.hikakuOrder .more_right {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.hikakuOrder .order_point {
	margin: 10px 0;
	padding: 10px 0;
	border-top: dashed 1px var(--gray);
	border-bottom: dashed 1px var(--gray);
}
.hikakuOrder .order_point li {
	color: var(--red);
	font-weight: bold;
	line-height: 1.2;
	border-radius: 5px;
}
.hikakuOrder .order_point li + li {
	margin-top: 5px;
}
#resultBox .product_box .just_icon {
	position: absolute;
	top: 15px;
	left: 15px;
}
#resultBox .product_box .just_icon img {
	width: 100px;
	height: 70px;
}
.LOT {
	width: 200px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	position: absolute;
	top: -20px;
	left: 0;
}
.LOT::before {
	content: "▼";
	margin-right: 5px;
}
.LOT span {
	font-size: 14px;
}
.sLot {
	color: #159dd9;
}
.lLot {
	color: #e3240e;
}
.semiLot {
	color: #8ed432;
}
.justsize, .order {
	color: var(--red);
}
.order {
	font-size: 14px;
}
/* 検索結果が0の時
==============================*/
#checkOption {
	width: 100%;
	padding: 30px 20px;
	background: #eee;
	border-radius: 5px;
	margin-top: 10px;
}
#checkOption p {
	margin-bottom: 5px;
}
#checkOption div {
	display: inline-block;
	margin: 0 0 30px 120px;
	background: var(--white);
	padding: 20px;
	border-radius: 10px;
	position: relative;
}
#checkOption div::before {
	content: "";
	position: absolute;
	top: 5%;
	left: -20px;
	border: 10px solid transparent;
	border-top: 30px solid var(--white);
	transform: rotate(70deg);
}
#checkOption div::after {
	display: block;
	content: '';
	background: url(/img/hakomaru/hakomaru-cry.png) no-repeat;
	background-size: 100px;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: -120px;
}
#checkOption div ul {
	margin: 10px 0 0;
}
#checkOption div ul li {
	background: var(--beige_l);
	border-radius: 5px;
	text-align: center;
	color: var(--brown_d);
	padding-bottom: 10px;
}
#checkOption div ul li + li {
	margin-top: 10px;
}
#checkOption div ul li span {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	background: var(--brown_l);
	border-radius: 5px 5px 0 0;
	margin-bottom: 15px;
	padding-left: 20px;
	position: relative;
}
#checkOption div ul li:first-child span::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(/img/common/icon-title_tel.svg) center no-repeat;
	background-size: 20px 20px;
	position: absolute;
	top: 0;
	left: 85px;
}
#checkOption div ul li:last-child span::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(/img/common/icon-title_mail.svg) center no-repeat;
	background-size: 20px 20px;
	position: absolute;
	top: 0;
	left: 85px;
}
#checkOption div ul li:first-child a {
	font-size: 25px;
	font-weight: bold;
	color: var(--brown_d);
}
#checkOption div ul li:first-child p {
	font-size: 15px;
}
#checkOption div .button {
	margin: 10px auto 5px;
}
#checkOption div .button-brown {
	width: 190px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
}
#checkOption > ul li {
	display: inline-block;
}
#checkOption > ul li + li {
	margin-left: 20px;
}
#checkOption input {
	margin-right: 3px;
}
/* 定番・ポストおすすめ人気商品・最近見た商品
====================================================================================================*/
#recommendBox_classic h2 {
	background: url(/img/common/icon-title_danboru2.svg) no-repeat  0px 0px / 30px 30px;
	margin-bottom: 10px;
}
#recommendBox_post h2 {
	background: url(/img/common/icon-title_post.svg) no-repeat  0px 0px / 30px 30px;
	margin-bottom: 10px;
}
#viewedBox h2 {
	background: url(/img/common/icon-title_watch.svg) no-repeat  0px 0px / 30px 30px;
}
#recommendBox_classic .product_list2, #recommendBox_post .product_list2 {
	padding-top: 25px;
}
/* 激安特価ダンボール
====================================================================================================*/
#discountBox {
	background: var(--white);
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.2);
	padding-bottom: 30px;
	position: relative;
	margin-top: 120px;
}
#discountBox h2 {
	width: 460px;
	height: 60px;
	padding: 15px 0 0 0;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	background-image: linear-gradient(to left, #B50000 50%, var(--post) 50%);
	background-size: 145px;
	border: none;
	color: var(--white);
	margin: 0;
	border-radius: 10px 10px 0 0;
	text-shadow: 1px 1px 3px rgb(0, 0, 0, 0.5);
	position: relative;
}
#discountBox h2 > img {
	width: auto;
	height: 70px;
	position: absolute;
	top: -70px;
	left: 5px;
}
#discountBox h2 a {
	display: inline-block;
	width: 280px;
	height: 43px;
	margin: -5px 0 0 0;
	vertical-align: middle;
}
#discountBox h2 a img {
	width: 100%;
	height: 100%;
}
#discountBox h2::before {
	content: '';
	display: block;
	width: 210px;
	height: 70px;
	background-image: url(/img/top/discount_hakomaru-sm.png);
	background-size: cover;
	position: absolute;
	top: -62px;
	right: 5px;
}
#discountBox h2::after {
	content: '・・・';
	display: block;
	color: var(--white);
	font-size: 20px;
	line-height: 1;
	position: absolute;
	top: 5px;
	left: 10px;
}
#discountBox h2 + ul {
	padding: 12px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}
#discountBox h2 + ul li {
	border-radius: 5px;
	border: solid 1px var(--gray);
}
#discountBox h2 + ul li img {
	width: 200px;
	height: 200px;
}
#discountBox h2 + ul li a {
	display: block;
	padding: 5px;
	background-color: var(--white);
	border-radius: 5px;
}
/* 激安特価カテゴリ
==============================*/
#discount_category {
	margin: 20px 12px;
}
#discount_category h3 {
	margin: 0 0 10px 0;
}
#discount_category h3 a {
	font-size: 20px;
}
#discount_category .flexBox {
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 12px;
	margin: 0 auto;
}
#discount_category li {
	width: 135px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	border-radius: 5px;
	background-color: var(--white);
	padding: 0 5px;
	position: relative;
}
#discount_category li a {
	display: block;
	color: var(--blue_l);
}
#discount_category .arrow-blue::after {
	right: 5px;
}
/* カテゴリからダンボールを探す
====================================================================================================*/
#categoryBox h2 {
	background: url(/img/common/icon-title_danboru2.svg) no-repeat  0px 0px / 30px 30px;
}
#categoryBox h2 span {
	font-size: 20px;
	font-weight: bold;
	margin-left: 5px;
}
#category_size, #category_useful {
	margin-bottom: 30px;
	position: relative;
}
#categoryBox section h3 {
	background: var(--beige_l);
	line-height: 50px;
	font-size: 20px;
	padding-left: 10px;
}
#categoryBox h4 {
	font-size: 18px;
	line-height: 1;
	padding-left: 5px;
	border-left: solid 10px var(--brown_l);
	margin-bottom: 15px;
}
#categoryBox .flexBox {
	flex-wrap: wrap;
	justify-content: left;
	gap: 20px;
}
#categoryBox li {
	width: 220px;
	height: 80px;
	background: var(--white);
	border: solid 1px var(--gray);
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
#categoryBox li a {
	display: block;
}
#categoryBox .more_right {
	display: block;
	width: 300px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: var(--blue_l);
	background: var(--white);
	border: 1px solid var(--blue_l);
	text-align: center;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.2);
	position: relative;
	margin: 20px auto 0;
}
#categoryBox .more_right::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
/* サイズ
==============================*/
#category_size > div + div {
	margin-top: 30px;
}
#category_size li a, #category_useful li a {
	width: 220px;
	height: 80px;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	color: var(--brown_d);
	line-height: 1;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.4);
	background-blend-mode: lighten;
	text-shadow: 1px 1px 0 var(--white), -1px 1px 0 var(--white), 1px -1px 0 var(--white), -1px -1px 0 var(--white), 0px 1px 0 var(--white), 0px -1px 0 var(--white), 1px 0px 0 var(--white), -1px 0px 0 var(--white);
}
#category_size li a {
	padding-top: 16px;
	background-position: 120px -10px;
}
#category_delivery li a {
	padding-top: 10px;
}
#category_delivery li:nth-child(1) a {
	background-image: url(/img/sizeimg-60.png);
}
#category_delivery li:nth-child(2) a {
	background-image: url(/img/sizeimg-80.png);
}
#category_delivery li:nth-child(3) a {
	background-image: url(/img/sizeimg-90.png);
}
#category_delivery li:nth-child(4) a {
	background-image: url(/img/sizeimg-100.png);
}
#category_delivery li:nth-child(5) a {
	background-image: url(/img/sizeimg-120.png);
}
#category_delivery li:nth-child(6) a {
	background-image: url(/img/sizeimg-140.png);
}
#category_delivery li:nth-child(7) a {
	background-image: url(/img/sizeimg-160.png);
	background-position: 120px -3px;
}
#category_delivery li:nth-child(8) a {
	background-image: url(/img/sizeimg-170.png);
	background-position: 120px -3px;
}
#category_post li:nth-child(1) a {
	background-image: url(/img/top/category_nekoposu.png);
}
#category_post li:nth-child(2) a {
	background-image: url(/img/top/category_clickpost.png);
	background-position: 120px -5px;
}
#category_post li:nth-child(3) a {
	background-image: url(/img/top/category_yuupacket.png);
}
#category_post li:nth-child(4) a {
	background-image: url(/img/top/category_teikeigai.png);
}
#category_base li:nth-child(1) a {
	background-image: url(/img/sizeimg-A4.png);
	background-position: 80px -10px;
}
#category_base li:nth-child(2) a {
	background-image: url(/img/sizeimg-A3.png);
	background-position: 80px -10px;
}
#category_base li:nth-child(3) a {
	background-image: url(/img/sizeimg-mini.png);
}
#category_base li:nth-child(4) a {
	background-image: url(/img/sizeimg-small.png);
}
#category_delivery .big {
	font-size: 35px;
	font-weight: bold;
	margin-right: 3px;
}
#category_delivery li:nth-child(1) .big {
	color: var(--s60);
}
#category_delivery li:nth-child(2) .big {
	color: var(--s80);
}
#category_delivery li:nth-child(3) .big {
	color: var(--s90);
}
#category_delivery li:nth-child(4) .big {
	color: var(--s100);
}
#category_delivery li:nth-child(5) .big {
	color: var(--s120);
}
#category_delivery li:nth-child(6) .big {
	color: var(--s140);
}
#category_delivery li:nth-child(7) .big {
	color: var(--s160);
}
#category_delivery li:nth-child(8) .big {
	color: var(--s170);
}
#category_post li a, #category_base .big {
	font-size: 25px;
	font-weight: bold;
}
#category_post li:nth-child(1) a {
	color: var(--yamato);
}
#category_post li:nth-child(n+2) a {
	color: var(--post);
}
#category_size .size_detail {
	display: block;
	font-size: 15px;
	color: var(--brown_d);
	line-height: 1.2;
	margin-top: 5px;
}
/* 用途
==============================*/
#category_useful {
	clear: both;
}
#category_useful li a {
	padding-top: 18px;
	background-size: contain;
	background-position: 100px 0px;
} 
#category_useful ul li:nth-child(1) a {
	background-image: url(/img/top/category_moving.jpg);
}
#category_useful ul li:nth-child(2) a {
	background-image: url(/img/top/category_mercari.jpg);
}
#category_useful ul li:nth-child(3) a {
	background-image: url(/img/top/category_poster.jpg);
}
#category_useful ul li:nth-child(4) a {
	background-image: url(/img/top/category_book.jpg);
}
#category_useful ul li:nth-child(5) a {
	background-image: url(/img/top/category_white.jpg);
}
#category_useful ul li:nth-child(6) a {
	background-image: url(/img/top/category_accessories.jpg);
}
#category_useful ul li:nth-child(7) a {
	background-image: url(/img/top/category_pc.jpg);
}
#category_useful ul li:nth-child(8) a {
	background-image: url(/img/top/category_design.jpg);
}
#category_useful .big {
	font-weight: bold;
}
#category_useful span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	margin-top: 5px;
}
/* その他
==============================*/
#category_other li {
	width: 100%;
	height: 100px;
}
#category_other li a {
	width: 100%;
	height: 100px;
	color: var(--brown_d);
	font-size: 23px;
	font-weight: bold;
	padding: 32px 0 0 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 300px 0px;
}
#category_other li a:has(span) {
	padding-top: 22px;
}
#category_other li:nth-child(1) a {
	background-image: url(/img/top/category_board.jpg);
}
#category_other li:nth-child(2) a {
	background-image: url(/img/top/category_ordermade.jpg);
}
#category_other li:nth-child(3) a {
	background-image: url(/img/top/category_kansyo.jpg);
}
#category_other li a span {
	display: block;
	font-size: 18px;
	line-height: 1;
}
/* 最新情報・お客様の声
====================================================================================================*/
#informationBox {
	width: 460px;
	flex-wrap: wrap;
}
#informationBox article h2 {
	padding: 5px 0 5px 5px;
}
#informationBox article h2 img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	vertical-align: text-top;
}
#informationBox article dl {
	height: 400px;
	overflow-y: scroll;
	padding-right: 5px;
}
#informationBox article dl::-webkit-scrollbar {
	width: 15px;
}
#informationBox article dl::-webkit-scrollbar-track {
	border-radius: 10px;
	background: var(--gray_l);
}
#informationBox article dl::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: var(--gray);
}
#informationBox article .more_right {
	display: block;
	text-align: right;
	margin-top: 15px;
}
/*　最新情報
==============================*/
#newsBox {
	margin-bottom: 90px;
}
#newsBox h2 span {
	font-size: 18px;
	font-weight: bold;
	vertical-align: top;
}
#newsBox h2 span a {
	font-size: 18px;
	color: var(--brown_d);
	text-decoration: underline;
}
#newsBox dt {
	margin: 0 0 10px;
	height: 44px;
	line-height: 28px;
}
#newsBox dt:first-child {
	height: 28px;
}
#newsBox dd + dt {
	margin-top: 15px;
	border-top: dashed 2px var(--gray);
	padding-top: 15px;
}
#newsBox .category {
	display: inline-block;
	width: 80px;
	color: var(--white);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	margin-right: 10px;
}
#newsBox .category-newitem {
	background-color: var(--orange_l);
}
#newsBox .category-news, .category-media {
	background-color: var(--blue_d);
}
#newsBox .category-infomation {
	background-color: #EF3939;
}
#newsBox .strong {
	font-weight: bold;
	color: var(--brown_d);
	margin-bottom: 10px;
}
#newsBox .strong a {
	text-decoration: underline;
	font-weight: bold;
}
#newsBox .news_detail {
	display: flex;
}
.news_detail img {
	width: 100px;
}
.news_detail .text {
	margin-left: 10px;
}
/* お客様の声
==============================*/
#voiceBox {
	position: relative;
}
#voiceBox h2 span {
	font-size: 18px;
	font-weight: bold;
	vertical-align: top;
}
#voice_thanks {
	width: 420px;
	text-align: center;
	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
	color: var(--red);
	position: absolute;
	top: -40px;
	left: 20px;
}
#voice_thanks span {
	font-size: 25px;
	font-weight: bold;
	margin: 0 5px;
}
#voice_thanks::before {
	display: block;
	content: '＼';
	position: absolute;
	top: 10px;
	left: -15px;
}
#voice_thanks::after {
	display: block;
	content: '／';
	position: absolute;
	top: 10px;
	right: -15px;
}
#voiceBox dl > div {
	display: flex;
	flex-wrap: wrap;
}
#voiceBox dl > div + div {
	margin-top: 15px;
	border-top: dashed 2px var(--gray);
	padding-top: 15px;
}
#voiceBox dt {
	float: left;
	width: 36px;
}
#voiceBox dt img {
	width: 36px;
	height: auto;
}
#voiceBox dd {
	float: right;
	padding: 15px;
	width: 370px;
	border-radius: 5px;
	margin-left: 30px;
	position: relative;
}
#voiceBox .user_voice {
	background-color: var(--beige_l);
	margin-bottom: 10px;
}
#voiceBox .answer {
	background: var(--pink_l);
}
#voiceBox dd::before {
	content: "";
	border: solid 8px transparent;
	position: absolute;
	top: 10px;
	left: -20px;
	transform: rotate(90deg);
}
#voiceBox .user_voice::before {
	border-top: solid 20px var(--beige_l);
}
#voiceBox .answer::before {
	border-top: solid 20px var(--pink_l);
}
#voiceBox dd p:first-child {
	font-weight: bold;
	color: var(--brown_d);
}
#voiceBox dd p:first-child span {
	margin-left: 10px;
}
/* 人気ダンボール商品ランキング
====================================================================================================*/
#rankingBox h2 {
	background: url(/img/common/icon-title_king.svg) no-repeat  0px 0px / 30px 30px;
}
/* タブ */
#tab_category li {
	border-radius: 8px 8px 0 0;
	width: 20%;
}
#tab_category button {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: var(--gray_d);
	background: var(--gray_l);
	border: solid 1px var(--gray);
	border-radius: 8px 8px 0 0;
	position: relative;
}
#tab_category .active {
	color: var(--white);
	background: var(--orange_d);
	border: solid 1px var(--orange_d);
	box-shadow: none;
}
/* ランキング */
.ranking {
	margin-bottom: 30px;
	justify-content: space-between;
	background: var(--white);
	width: 100%;
	padding: 50px 20px 20px;
	border: solid 3px var(--orange_d);
	border-radius: 0 0 8px 8px;
	position: relative;
	z-index: 1;
	overflow-x: scroll;
}
#rankingBox .ranking .product_box {
	margin-bottom: 10px;
}
.ranking .product_box:nth-of-type(-n+3)::before {
	content: "";
	width: 60px;
    height: 45px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -45px;
	left: 0;
}
.ranking .product_box:nth-of-type(1)::before {
	background-image: url(/img/common/icon-rank1.png);
}
.ranking .product_box:nth-of-type(2)::before {
	background-image: url(/img/common/icon-rank2.png);
}
.ranking .product_box:nth-of-type(3)::before {
	background-image: url(/img/common/icon-rank3.png);
}
.ranking .delivery_size {
	width: 240px;
}
.ranking .ds-mail ul li {
	width: 115px
}
.ranking .appeal {
	padding: 0 15px;
	height: 27px;
	line-height: 25px;
	font-size: 15px;
	font-weight: bold;
	color: var(--red);
	background: var(--white);
	border: solid 2px var(--red);
	border-radius: 5px 5px 0 0;
	position: absolute;
	top: -28px;
	right: 3px;
}
/* ダンボールをオーダーメイドで作る
====================================================================================================*/
#ordermadeBox h2 {
	background: url(/img/common/icon-title_danboru1.svg) no-repeat  0px 0px / 30px 30px;
}
#ordermadeBox section {
	background: var(--beige_l);
	border: solid 2px var(--brown_d);
	border-radius: 5px;
	padding: 50px 10px 10px;
	position: relative;
}
#ordermadeBox h3 {
	width: 100%;
	line-height: 40px;
	text-align: center;
	color: var(--white);
	background-color: var(--brown_d);
	border-radius: 3px 3px 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
#ordermadeBox h3 + p {
	line-height: 1.5;
}
#ordermadeBox .flexBox {
	gap: 12px;
}
/*　自動でオーダーメイド
==============================*/
#order_flex, #order_other li {
	background: var(--white);
	border: solid 1px var(--gray);
	border-radius: 0 5px 5px 5px;
	position: relative;
}
#order_flex .appeal, #order_other .appeal {
	padding: 0 20px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: var(--white);
	background: var(--orange_d);
	border-radius: 5px 5px 0 0;
	position: absolute;
	top: -30px;
	left: 0;
}
#order_flex .more_right, #order_other .more_right {
	position: absolute;
	right: 20px;
	bottom: 15px;
}
/* 比較オーダー */
#order_flex {
	padding: 15px 15px 50px;
	margin: 40px 0 12px;
}
#order_flex h4 {
	font-size: 17px;
	text-align: center;
	margin: 0;
}
#order_flex h4 span {
	font-size: 23px;
	font-weight: bold;
}
#order_flex ul {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
#order_flex ul li {
	padding: 0 3px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: var(--orange_d);
	background: var(--yellow_l);
	border: solid 1px var(--orange_d);
	border-radius: 5px;
}
#order_flex img {
	width: auto;
	height: 200px;
	display: block;
	margin: 10px auto;
}
#order_flex p {
	color: var(--brown_d);
}
/* その他自動オーダー */
#order_other li {
	width: 100%;
	margin: 30px 0 0;
}
#order_other li a {
	padding: 15px;
	display: flex;
	align-items: center;
	gap: 15px;
}
#order_other h4 {
	font-size: 23px;
	margin: 0;
	order: 2;
}
#order_other h4 span {
	font-weight: bold;
	font-size: 20px;
}
#order_other h4 span:last-child {
	display: block;
}
#order_other img {
	width: 100px;
	height: 100px;
}
/*　相談しながらオーダーメイド
==============================*/
#order_manual {
	margin: 20px 0;
}
#order_manual h3 + p {
	margin-bottom: 10px;
}
#order_point {
	margin-bottom: 20px;
}
#order_manual ul li {
	background: var(--white);
	border: solid 1px var(--gray);
	border-radius: 5px;
	position: relative;
}
#order_point li {
	width: 210px;
	text-align: center;
}
#order_point li a {
	display: block;
	padding: 140px 0 40px;
	border-radius: 5px;
	font-size: 16px;
	color: var(--brown_d);
}
#order_point li:nth-child(1) a {
	background: url(/img/top/order_point1.jpg) no-repeat;
	background-size: contain;
}
#order_point li:nth-child(2) a {
	background: url(/img/top/order_point2.jpg) no-repeat;
	background-size: contain;
}
#order_point li:nth-child(3) a {
	background: url(/img/top/order_point3.jpg) no-repeat;
	background-size: contain;
}
#order_point li:nth-child(4) a {
	background: url(/img/top/order_point4.jpg) no-repeat;
	background-size: contain;
}
#order_point li:nth-child(5) a {
	background: url(/img/top/order_point5.jpg) no-repeat;
	background-size: contain;
}
#order_point .more_right {
	position: absolute;
	right: 10px;
	bottom: 5px;
}
#order_manual .hakomaru_comment {
	position: absolute;
	right: 40px;
	top: 670px;
}
#order_manual .hakomaru_comment p {
	display: inline-block;
	padding: 10px;
	background: var(--white);
	border-radius: 30px;
	margin: 0 auto;
	position: absolute;
	top: -50px;
}
#order_manual .hakomaru_comment p::after {
	content: "";
	border: solid 6px transparent;
	border-top: solid 15px var(--white);
	position: absolute;
	left: 70px;
	bottom: -20px;
}
#order_manual .hakomaru_comment img {
	width: 150px;
	height: auto;
}
#order_inquiry li {
	width: 100%;
	padding: 20px 30px;
	text-align: center;
}
#order_inquiry h4 {
	font-size: 23px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 40px;
	margin-bottom: 10px;
}
#order_inquiry li:nth-child(1) h4 {
	background: url(/img/common/icon-title_tel.svg) no-repeat;
	background-size: 30px 30px;
	background-position: 40px 0;
}
#order_inquiry li:nth-child(2) h4 {
	background: url(/img/common/icon-title_mail.svg) no-repeat;
	background-size: 30px 30px;
	background-position: 40px 0;
}
#order_inquiry h4 + p {
	margin-bottom: 10px;
}
#order_inquiry li:nth-child(1) a {
	line-height: 50px;
	font-size: 40px;
	font-weight: bold;
	color: var(--brown_d);
	display: inline-block;
}
#order_inquiry li:nth-child(1) a + p {
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
	color: var(--brown_d);
}
#order_inquiry li:nth-child(2) .button-brown {
	width: 370px;
	position: relative;
	font-size: 16px;
}
#order_inquiry li:nth-child(2) .button-brown::after {
	content: '';
	display: block;
	width: 80px;
	height: 70px;
	background: url(/img/top/hakomaru_mail.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: -15px;
	right: -25px;
}
/* おすすめダンボール記事
====================================================================================================*/
#columnBox h2 {
	background: url(/img/common/icon-title_column.svg) no-repeat  0px 0px / 30px 30px;
}
#columnBox h2 span {
	font-size: 18px;
	font-weight: bold;
	margin-left: 5px;
}
#columnBox ul {
	margin-bottom: 30px;
	gap: 15px;
}
#columnBox li {
	width: 100%;
	background: var(--white);
	border: solid 1px var(--gray);
	border-radius: 5px;
	position: relative;
}
#columnBox li a {
	display: flex;
	padding: 10px;
}
#columnBox li p {
	width: 230px;
	color: var(--brown_d);
	line-height: 1.5;
}
#columnBox li img {
	width: 200px;
	height: 90px;
	object-fit: cover;
	margin-right: 10px;
}
#columnBox .more_right {
	position: absolute;
	right: 10px;
	bottom: 7px;
	color: #159DD9;
	width: auto;
}
#columnBox .button-brown {
	width: 400px;
}
/* 自社運営
====================================================================================================*/
#strong_points {
	background: var(--beige_d);
	background-size: 100%;
	padding: 20px 10px;
	margin-bottom: 80px;
}
#strong_points h2 {
	margin: 0 auto;
	padding: 0;
	border: none;
	text-align: center;
	line-height: 1.5;
	font-size: 23px;
	font-weight: normal;
}
#strong_points h2 img {
	width: 300px;
	height: 40px;
	vertical-align: middle;
}
#strong_points h2 span {
	font-weight: bold;
	font-size: 30px;
	position: relative;
}
#strong_points ul {
	margin: 0 auto;
	position: relative;
}
#strong_points ul li {
	padding: 20px;
	background: var(--white);
	border-radius: 5px;
	margin-top: 160px;
	position: relative;
}
#strong_points ul li p {
	height: 70px;
	overflow-y: hidden;
	transition: 0.5s;
}
#strong_points .open {
	transition: 0.5s;
}
#strong_points li:nth-child(1) .open {
	height: 220px;
}
#strong_points li:nth-child(2) .open {
	height: 120px;
}
#strong_points li:nth-child(3) .open {
	height: 215px;
}
#strong_points ul li p::before {
	content: '';
	display: block;
	width: 100%;
	height: 30%;
	border-radius: 0 0 5px 5px;
	background: linear-gradient(rgba(255, 255, 255, 0) 0, var(--white) 90%);
	position: absolute;
	left: 0;
	bottom: 60px;
	z-index: 1;
	pointer-events: none;
}
#strong_points .open::before {
	display: none;
}
#strong_points h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#strong_points ul li img {
	width: 210px;
	height: 160px;
	position: absolute;
	top: -152px;
	left: 100px;
	z-index: 1;
}
/* 格安価格・最安値で提供できる理由
====================================================================================================*/
#reasonBox h2 {
	background: url(/img/common/icon-title_danboru1.svg) no-repeat  0px 0px / 30px 30px;
}
#reasonBox .flexBox {
	flex-wrap: wrap;
	border: solid 1px var(--gray);
	border-radius: 5px;
}
/* introduction */
#introduction {
	padding: 20px;
	width: 100%;
	background: var(--white);
	border-right: solid 1px var(--gray);
	border-radius: 5px 0 0 5px;
}
#introduction p, #talkBox p {
	color: var(--brown_d);
}
#introduction li + li {
	margin-top: 30px;
}
#introduction img {
	width: 80px;
	height: 80px;
	float: left;
}
#introduction p {
	margin-left: 100px;
}
#introduction picture + p {
	font-size: 16px;
	font-weight: bold;
}
/* talkBox */
#talkBox {
	padding: 20px;
	width: 100%;
	height: 400px;
	overflow-y: scroll;
	border-radius: 0 5px 5px 0;
	background: url(/img/top/talk_back.jpg) no-repeat;
	background-size: cover;
}
#talkBox::-webkit-scrollbar {
	width: 15px;
}
#talkBox::-webkit-scrollbar-track {
	border-radius: 10px;
	background: var(--gray_l);
}
#talkBox::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: var(--gray);
}
#talkBox > div {
	width: 400px;
}
.talk_left {
	display: flex;
}
.talk_right {
	float: right;
	display: flex;
	justify-content: right;
	margin: 10px 0;
}
.talk_left > div {
margin-left: 20px;
}
.talk_right > div {
margin-right: 20px;
}
.talk_right picture {
	order: 2;
}
#talkBox img {
	width: 60px;
	height: 60px;
}
.speech_bubble {
	display: inline-block;
	font-size: 16px;
	padding: 10px;
	background: var(--white);
	border-radius: 5px;
	position: relative;
}
.speech_bubble span {
	font-weight: bold;
	color: var(--red);
}
.talk_left .speech_bubble::before {
	content: "";
	border: solid 6px transparent;
	border-top: solid 15px var(--white);
	position: absolute;
	top: 6px;
	left: -15px;
	transform: rotate(90deg);
}
.talk_right .speech_bubble::before {
	content: "";
	border: solid 6px transparent;
	border-top: solid 15px var(--white);
	position: absolute;
	top: 6px;
	right: -15px;
	transform: rotate(-90deg);
}
#talkBox p a {
	font-size: 16px;
}
/* 代表・スタッフからのメッセージ
====================================================================================================*/
#messageBox h2 {
	background: url(/img/common/icon-title_chat.svg) no-repeat  0px 0px / 30px 30px;
}
#messageBox .flexBox {
	flex-wrap: wrap;
}
#messageBox dl {
	position: relative;
}
#top_message {
	padding-left: 140px;
	margin-bottom: 30px;
}
#staff_message1 {
	margin-bottom: 30px;
}
#staff_message dl {
	padding-left: 140px;
}
#messageBox dt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	color: var(--brown_d);
}
#messageBox dt span {
	display: inline-block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: var(--brown_d);
	border-radius: 5px;
	font-weight: bold;
	color: var(--white);
	margin-right: 10px;
}
#messageBox img {
	position: absolute;
	top: 0;
	left: 0;
}
#top_message img, #staff_message img {
	width: 120px;
	height: 120px;
}
#top_message p, #staff_message1 p {
	overflow-y: hidden;
	position: relative;
	transition: 0.5s;
}
#top_message p {
	height: 120px;
}
#staff_message1 p {
	height: 70px;
}
#top_message .open, #staff_message1 .open {
	transition: 0.5s;
}
#top_message .open {
	height: 460px;
}
#staff_message1 .open {
	height: 290px;
}
#top_message p::before, #staff_message1 p::before {
	content: '';
	display: block;
	width: 100%;
	height: 30%;
	background: linear-gradient(rgba(255, 255, 255, 0) 0, var(--white) 90%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	pointer-events: none;
}
#top_message .open::before, #staff_message1 .open::before {
	display: none;
}
/* よくある質問
====================================================================================================*/
#faqBox h2 {
	background: url(/img/common/icon-title_q.svg) no-repeat  0px 0px / 30px 30px;
}
#faqBox {
	padding-bottom: 35px;
	position: relative;
}
.qa {
	margin-bottom: 15px;
	border: solid 1px var(--gray);
	border-radius: 5px;
}
.qa summary {
	list-style: none;
	position: relative;
	padding: 20px 50px;
	color: var(--brown_d);
	font-weight: bold;
	font-size: 17px;
	background: url(/img/cardboard-icon_q.png) no-repeat;
	background-size: 30px;
	background-position: 10px 16px;
}
.qa summary::-webkit-details-marker {
	display: none;
}
.qa summary::before, .qa summary::after {
	content: '';
	position: absolute;
	right: calc(1.5em + 2.5px);
	top: 22px;
	width: 3px;
	height: 20px;
	border-radius: 5px;
	background-color: var(--brown_d);
}
.qa summary::before {
	rotate: 90deg;
}
.qa summary::after {
	transition: rotate .3s;
}
.qa[open] summary::after {
	rotate: 90deg;
}
.qa p {
	padding: 0 50px 20px;
	opacity: 0;
	transition: 1s;
	background: url(/img/cardboard-icon_a.png) no-repeat;
	background-size: 30px;
	background-position: 10px 0px;
}
.qa[open] p {
	opacity: 1;
	transition: 1s;
}
#faqBox .more_right {
	position: absolute;
	right: 0;
	bottom: 0px;
}
#faqBox .qa .more_right {
	right: 20px;
	bottom: 10px;
}