@charset "utf-8";

#contents {
	padding-top: 20px;
}
main:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	margin: auto;
	background-color: var(--beige_d);
	background-image: linear-gradient(180deg, var(--beige_d) 25%, var(--white) 100%);
	z-index: -1;
}
/* 共通
====================================================================================================*/
h1 {
	padding: 0;
	border: none;
}
h2 {
	font-size: 30px;
}
h2 + p {
	margin-bottom: 20px;
}
h2 a, h3 a, h4 a {
	color: var(--brown_d);
	font-weight: bold;
}
h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}
article:not(#strong_points) {
	width: 1300px;
	margin: 0 auto 80px;
}
#contents a:hover {
	opacity: 1;
}
.flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product_list, .product_list2 {
	display: flex;
}
.button-brown:hover {
	text-decoration: none;
}
/* 開閉ボタン */
.view_moreBtn::after {
	content: 'もっと見る';
	line-height: 30px;
	text-align: center;
	color: var(--gray_d);
}
.open + .view_moreBtn::after {
	content: '閉じる';
}
.view_moreBtn:hover::after {
	color: var(--orange_d);
}
/* ダンボール箱AI検索
====================================================================================================*/
#searchBlock {
	padding: 20px;
	background: var(--white);
	margin-bottom: 120px;
	border-radius: 10px;
	box-shadow: 1px 1px 10px rgb(0, 0, 0, 0.2);
	position: relative;
}
#searchBlock h2 {
	font-size: 35px;
	padding: 0;
	border: none;
	display: flex;
	align-items: center;
}
#searchBlock h2 span {
	font-size: 18px;
	font-weight: bold;
	color: var(--white);
	padding: 10px;
	background-color: var(--red);
	border-radius: 5px;
	margin-left: 20px;
	position: relative;
}
#searchBlock h2 span::before {
	content: "";
    border: solid 6px transparent;
	border-right: solid 15px var(--red);
	position: absolute;
    top: 14px;
    left: -20px;
}
/* 3辺サイズ
==============================*/
#search_3sides {
	width: 720px;
	float: left;
	position: relative;
}
#search_3sides picture {
	display: inline-block;
}
#search_3sides img {
	width: 180px;
	height: 140px;
}
/* スライダー */
#slideBox {
	float: right;
	width: 530px;
}
#slideBox span {
	color: var(--brown_d);
}
.sizeH {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left: -50px;
	top: 0;
}
#G-slider .sizeH {
	left: -100px;
}
.js-slider {
	width: 350px;
	height: 20px;
	margin: 0 0 30px 50px;
	position: relative;
}
#G-slider {
	width: 300px;
	margin: 0 0 30px 100px;
}
.slideBar {
	height: 10px;
	border: 1px var(--gray) solid;
	background-color: var(--gray_l);
	border-radius: 10px;
	position: relative;
	top: 5px;
}
.min, .mid, .max, .memori {
	position: absolute;
	top: 30px;
	width: 40px;
	height: 12px;
	text-align: center;
	line-height: 1;
	font-size: 12px;
	margin-left: -20px;
}
.min {
	left: 0px;
}
.mid {
	left: 150px;
}
.max {
	left: 350px;
}
#g--5 {
	left: 75px;
}
#g-5 {
	left: 225px;
}
#G-slider .max {
	left: 300px;
}
.min::before, .mid::before, .max::before, .memori::before {
	display: block;
	content: "";
	width: 1px;
	height: 6px;
	background-color: var(--gray);
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.slideBtn {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	box-shadow: 1px 1px 1px rgb(0, 0, 0, 0.2);
	position: absolute;
	top: 0px;
	left: -10px;
}
.slideBtn:hover {
	width: 22px;
	height: 22px;
	margin: -1px 0 0 -1px;
}
#N-slider .slideBtn {
	background: var(--orange_l);
}
#H-slider .slideBtn {
	background: var(--orange_d);
}
#F-slider .slideBtn {
	background: #F95F00;
}
#G-slider .slideBtn {
	background: var(--gray_d);
}
#slideBox .inputText {
	width: 70px;
	height: 36px;
	padding: 0;
	font-size: 18px;
	text-align: center;
	border: 2px var(--gray) solid;
	position: absolute;
	top: 2px;
	left: 375px;
}
#G-slider .inputText {
	left: 325px;
}
.mm {
	font-size: 16px;
	position: absolute;
	left: 450px;
	top: 9px;
}
#G-slider .mm {
	left: 400px;
}
/* 宅配サイズボタン
==============================*/
#sizeBox {
	float: right;
	width: 500px;
	padding-bottom: 42px;
	margin-bottom: 5px;
	position: relative;
}
#sizeBox .flexBox {
	gap: 12px;
	margin-bottom: 12px;
}
#sizeBox .flexBox li {
	width: 116px;
	height: 40px;
}
#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);
	transition: 0.2s;
}
#sizeBox li label:hover {
	transform: translateY(2px);
	box-shadow: none;
	transition: 0.2s;
}
#sizeBox .flexBox li:nth-child(-n+8) label {
	background: url(/img/top_takuha_d.png) no-repeat;
	background-color: var(--white);
	font-size: 22px;
	padding: 3px 8px;
}
#sizeBox .flexBox li:nth-child(1) label {
	background-size: auto 15px;
	background-position: 88px 12px;
}
#sizeBox .flexBox li:nth-child(2) label {
	background-size: auto 20px;
	background-position: 85px 10px;
}
#sizeBox .flexBox li:nth-child(3) label {
	background-size: auto 25px;
	background-position: 79px 8px;
}
#sizeBox .flexBox li:nth-child(4) label {
	background-size: auto 30px;
	background-position: 77px 5px;
}
#sizeBox .flexBox li:nth-child(5) label {
	background-size: auto 35px;
	background-position: 72px 3px;
}
#sizeBox .flexBox li:nth-child(6) label {
	background-size: auto 40px;
	background-position: 68px 0px;
}
#sizeBox .flexBox li:nth-child(7) label {
	background-size: auto 45px;
	background-position: 68px -1px;
}
#sizeBox .flexBox li:nth-child(8) label {
	background-position: 74px -4px;
}
#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(9) label img, #sizeBox .flexBox li:nth-child(10) label img {
	width: 100%;
	margin-top: 5px;
}
#sizeBox .flexBox li:nth-child(11) label {
	background: var(--post);
	color: var(--white);
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
#sizeBox .flexBox li:nth-child(12) label {
	background: #C01A20;
}
#sizeBox .flexBox li:nth-child(12) label img {
	width: 95%;
	margin: 6px 0 0 5px;
}
#sizeBox .flexBox li input:checked + label {
	width: 120px;
	height: 44px;
}
#sizeBox li input:checked + label {
	border: 3px solid var(--orange_l);
	border-radius: 7px;
	margin: -2px 0 0 -2px;
	box-shadow: none;
	transition: 0.1s;
}
#sizeBox li input:checked + label:hover {
	transform: translateY(0px);
}
/* ネコポス・ゆうパケット・定形外郵便の絞り込み */
#detail_select ul {
	height: 42px;
	padding: 6px 0;
	display: flex;
	justify-content: center;
	gap: 12px;
	border-radius: 5px;
	position: absolute;
}
#nekoposu_detail {
	width: 244px;
	background-color: var(--yamato);
	left: 0;
}
#yuupacket_detail {
	width: 372px;
	background-color: #4057B5;
	left: 0px;
}
#teikeigai_detail {
	width: 244px;
	background-color: var(--post);
	right: 128px;
}
#detail_select ul::before {
	content: "";
	position: absolute;
	top: -22px;
	transform: rotate(180deg);
}
#nekoposu_detail::before {
	border: solid 10px transparent;
	border-top: solid 15px var(--yamato);
	left: 48px;
}
#yuupacket_detail::before {
	border: solid 10px transparent;
	border-top: solid 15px #4057B5;
	left: 176px;
}
#teikeigai_detail::before {
	border: solid 10px transparent;
	border-top: solid 15px var(--post);
	right: 48px;
}
#detail_select li {
	width: 108px;
}
#detail_select li label {
	width: 108px;
	height: 28px;
	line-height: 28px;
	font-weight: normal;
	background-color: var(--white);
	border-radius: 3px;
	font-size: 15px;
	text-align: center;
}
#detail_select li input:checked + label {
	width: 112px;
	height: 34px;
}
#detail_select li span {
	font-weight: bold;
}
/* 検索結果
==============================*/
#resultBox {
	width: 100%;
	min-height: 445px;
	padding-top: 25px;
	margin-bottom: 15px;
	overflow: hidden;
}
#resultBox .product_list2 {
	flex-wrap: nowrap;
	padding-bottom: 5px;
	transition: all 0.5s ease-out;
	position: relative;
	left: 0px;
	gap: 9px;
}
#resultBox .priceBox li {
	height: 40px;
}
#resultBox .product_rank {
	top: -25px;
	left: 90px;
}
#searchBlock .button-brown {
	width: 300px;
}
#searchBlock .right_slide {
	right: 5px;
	top: 150px;
}
#searchBlock .left_slide {
	left: 5px;
	top: 150px;
}
/* com自動・比較オーダー
==============================*/
.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;
}
#searchBlock .just_icon {
	top: 15px;
	left: 15px;
}
.LOT {
	width: 220px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	position: absolute;
	top: -20px;
}
.LOT::before {
	content: "▼";
	margin-right: 5px;
}
.LOT span {
	font-size: 14px;
}
.sLot {
	color: var(--blue_l);
}
.lLot {
	color: #e3240e;
}
.semiLot {
	color: #8ed432;
}
.justsize, .order {
	color: var(--red);
}
/* 検索結果が0の時
==============================*/
#checkOption {
	width: 100%;
	padding: 30px;
	background: #eee;
	border-radius: 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: 10%;
	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;
	display: flex;
	gap: 20px;
}
#checkOption div ul li {
	width: 320px;
	background: var(--beige_l);
	border-radius: 5px;
	text-align: center;
	color: var(--brown_d);
}
#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;
	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: 115px;
}
#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: 115px;
}
#checkOption div ul li:first-child a {
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	color: var(--brown_d);
	margin-top: 2px;
}
#checkOption div ul li:first-child p {
	line-height: 1;
}
#checkOption div .button {
	margin: 10px auto;
}
#checkOption div .button-brown {
	width: 200px;
	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;
}
/* 激安特価ダンボール
====================================================================================================*/
#discountBox {
	background: var(--white);
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.2);
	padding-bottom: 30px;
	position: relative;
}
#discountBox h2 {
	width: 1300px;
	height: 80px;
	padding: 10px 0 0 280px;
	font-size: 30px;
	line-height: 80px;
	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: 250px;
	height: 120px;
	position: absolute;
	top: -40px;
	left: 20px;
}
#discountBox h2 a {
	display: inline-block;
	width: 460px;
	height: 70px;
	vertical-align: middle;
	margin-top: -25px;
	transition: 0.2s;
}
#discountBox h2 a:hover {
	transform: translateY(2px);
	transition: 0.2s;
	opacity: 1;
}
#discountBox h2 a img {
	width: 100%;
	height: 100%;
}
#discountBox h2::before {
	content: '';
	display: block;
	width: 300px;
	height: 100px;
	background-image: url(/img/top/discount_hakomaru.png);
	background-size: cover;
	position: absolute;
	top: -18px;
	right: 20px;
}
#discountBox h2::after {
	content: '・・・';
	display: block;
	color: var(--white);
	font-size: 30px;
	line-height: 1;
	position: absolute;
	top: 5px;
	left: 280px;
}
#discountBox h2 + ul {
	width: 1300px;
	padding: 30px 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}
#discountBox h2 + ul li {
	border-radius: 5px;
	border: solid 1px var(--gray);
}
#discountBox h2 + ul li img {
	width: 250px;
	height: 250px;
}
#discountBox h2 + ul li a {
	display: block;
	padding: 10px;
	background-color: var(--white);
	border-radius: 5px;
}
/* 激安特価カテゴリ
==============================*/
#discount_category {
	margin: 0 50px 20px;
}
#discount_category h3 {
	margin: 0 0 10px 0;
}
#discount_category h3 a {
	font-size: 20px;
}
#discount_category .flexBox {
	gap: 10px;
}
#discount_category li {
	width: 158px;
	border-radius: 5px;
	padding: 5px 10px;
	text-align: left;
}
#discount_category li:hover {
	border: solid 1px var(--blue_l);
}
#discount_category li a {
	display: block;
	color: var(--blue_l);
}
#discount_category .more_right::after {
	right: 10px;
	top: 10px;
}
/* カテゴリからダンボールを探す
====================================================================================================*/
#categoryBox h2 {
	background: url(/img/icon/title-box1.svg) no-repeat  0px 4px / 30px 30px;
}
#categoryBox h2 span {
	font-size: 20px;
	font-weight: bold;
	margin-left: 5px;
}
#category_size, #category_useful {
	margin-bottom: 50px;
	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: 310px;
	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 {
	position: absolute;
	top: 15px;
	right: 15px;
}
/* サイズ
==============================*/
#category_size > div + div {
	margin-top: 30px;
}
#category_size li a, #category_useful li a {
	width: 310px;
	height: 80px;
	padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
	color: var(--brown_d);
	line-height: 1;
	background-repeat: no-repeat;
}
#category_size li a {
	padding-top: 16px;
	background-position: 210px -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);
	background-position: 218px -10px;
}
#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: 210px -3px;
}
#category_delivery li:nth-child(8) a {
	background-image: url(/img/sizeimg-170.png);
	background-position: 210px -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: 210px -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: 170px -10px;
}
#category_base li:nth-child(2) a {
	background-image: url(/img/sizeimg-A3.png);
	background-position: 170px -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: 190px 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: 420px;
	height: 100px;
}
#category_other li a {
	width: 420px;
	height: 100px;
	color: var(--brown_d);
	font-size: 23px;
	font-weight: bold;
	padding: 30px 0 0 20px;
	background-size: contain;
	background-position: 260px 0px;
	background-repeat: no-repeat;
}
#category_other li a:has(span) {
	padding-top: 20px;
}
#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;
}
/* 最近見た商品
====================================================================================================*/
#viewedBox {
	position: relative;
}
#viewedBox h2 {
	background: url(/img/common/icon-title_watch.svg) no-repeat  0px 2px / 30px 30px;
}
#viewedBox .scrollBox {
	width: 1260px;
	margin: 0 auto;
	overflow: hidden;
}
#viewedBox .product_list2 {
	gap: 9px;
	padding-bottom: 5px;
	position: relative;
	left: 0px;
	transition: all 0.5s ease-out;
	flex-wrap: nowrap;
}
/* カルーセルバナー
====================================================================================================*/
#contents #carouselBox {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 100px;
}
#carouselBox .scrollBox {
	width: 830px;
	margin: 0 20px;
	overflow: hidden;
}
#carouselBox #appealBox {
	height: 205px;
	background: var(--white);
	display: flex;
	gap: 30px;
	position: relative;
	transition-duration: 0.5s;
	left: 0;
}
#carouselBox .appealItem, #appealItem_top {
	width: 400px;
	height: 200px;
	border-radius: 8px;
	position: relative;
	transition: all 0.2s linear;
	box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.2);
}
#carouselBox .appealItem:hover, #appealItem_top:hover {
	opacity: 0.8;
	transform: translateY(2px);
    box-shadow: none;
    transition: 0.2s;
}
#carouselBox img {
	width: 400px;
	height: 200px;
	border: solid 1px var(--gray);
	border-radius: 8px;
}
#carouselBox .appealItem a, #appealItem_top a {
	display: block;
}
#carouselBox .pagination {
	height: 12px;
	margin: 10px auto 0;
	display: flex;
	justify-content: center;
	gap: 10px;
}
#carouselBox .pagination li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--gray);
}
#carouselBox .pagination li:hover {
	opacity: 0.7;
}
#carouselBox .pagination .select {
	background-color: var(--brown_d);
}
#carouselBox .left_slide, #carouselBox .right_slide {
	z-index: 3;
	top: -20px;
	width: 40px;
    height: 40px;
}
#carouselBox .left_slide::after, #carouselBox .right_slide::after {
	width: 40px;
    height: 40px;
}
#carouselBox .left_slide {
	left: auto;
	right: 830px;
}
/* 最新情報・お客様の声
====================================================================================================*/
#informationBox article {
	width: 620px;
	padding-bottom: 35px;
	position: relative;
}
#informationBox article h2 {
	border: none;
	background: var(--beige_l);
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	padding: 0;
	margin: 0 0 20px 0;
	position: relative;
}
#informationBox article h2 img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	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 {
	position: absolute;
	right: 0;
	bottom: 0;
}
/*　最新情報
==============================*/
#newsBox h2 span {
	font-size: 15px;
	font-weight: bold;
	vertical-align: top;
}
#newsBox h2 span a {
	font-size: 15px;
	color: var(--brown_d);
}
#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: 13px;
	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 h2 span {
	font-size: 15px;
	font-weight: bold;
	vertical-align: top;
}
#voice_thanks {
	width: 620px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: var(--red);
	position: absolute;
	top: -50px;
	left: 0;
}
#voice_thanks span {
	font-weight: bold;
}
#voice_thanks span:nth-child(2) {
	font-size: 25px;
	margin: 0 5px;
}
#voice_thanks::before {
	display: block;
	content: '＼';
	position: absolute;
	top: 15px;
	left: 20px;
}
#voice_thanks::after {
	display: block;
	content: '／';
	position: absolute;
	top: 15px;
	right: 20px;
}
#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: 530px;
	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 2px / 30px 30px;
}
/*　タブ　*/
#tab_category li {
	border-radius: 8px 8px 0 0;
	width: 20%;
}
#tab_category button {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	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;
}
#tab_category li:has(.active):hover {
	transform: none;
}
#tab_category button span {
	font-weight: bold;
}
/*　ランキング　*/
.ranking {
	margin-bottom: 30px;
	justify-content: space-between;
	background: var(--white);
	padding: 50px 50px 30px;
	border: solid 3px var(--orange_d);
	border-radius: 0 0 8px 8px;
	position: relative;
	z-index: 1;
}
.ranking .product_box {
	width: 274px;
}
.ranking .product_box a img {
	width: 250px;
	height: 250px;
}
.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: 250px;
}
.ranking .ds-mail ul li {
	width: 115px
}
.ranking .appeal {
	padding: 0 15px;
	height: 28px;
	line-height: 26px;
	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 3px / 30px 30px;
}
#ordermadeBox section {
	background: var(--beige_l);
	border: solid 2px var(--brown_d);
	border-radius: 5px;
	padding: 30px;
	position: relative;
}
#ordermadeBox h3 {
	width: 360px;
	line-height: 50px;
	text-align: center;
	font-size: 22px;
	color: var(--white);
	background-color: var(--brown_d);
	border-radius: 5px 5px 0 0;
	position: absolute;
	top: -50px;
	left: 0;
}
#ordermadeBox h3 + p {
	position: absolute;
	top: -38px;
	left: 380px;
	font-size: 16px;
}
/*　自動でオーダーメイド
==============================*/
#order_automatic  {
	margin-top: 70px;
}
#order_flex, #order_other li {
	background: var(--white);
	border: solid 1px var(--gray);
	border-radius: 0 5px 5px 5px;
	margin-top: 30px;
	position: relative;
}
#order_flex a, #order_other li a {
	display: block;
}
#order_flex .appeal, #order_other .appeal {
	height: 30px;
	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 {
	margin-bottom: 20px;
}
#order_flex a {
	padding: 20px;
}
#order_flex h4 {
	font-size: 18px;
	color: var(--brown_d);
}
#order_flex h4 span {
	font-size: 25px;
	font-weight: bold;
}
#order_flex picture + p {
	width: 730px;
	margin-top: 20px;
	color: var(--brown_d);
}
#order_flex picture + p a:hover {
	text-decoration: underline;
}
#order_flex ul li {
	display: inline-block;
	height: 35px;
	padding: 0 10px;
	line-height: 33px;
	font-size: 16px;
	font-weight: bold;
	color: var(--orange_d);
	background: var(--yellow_l);
	border: solid 2px var(--orange_d);
	border-radius: 5px;
	margin-top: 10px;
}
#order_flex ul li + li {
	margin-left: 10px;
}
#order_flex ul li span {
	font-weight: bold;
}
#order_flex img {
	width: 320px;
	height: auto;
	position: absolute;
	top: 2px;
	right: 20px;
}
/* その他自動オーダー */
#order_other li {
	width: 400px;
}
#order_other li a {
	padding: 15px;
	display: flex;
	align-items: center;
	gap: 15px;
}
#order_other h4 {
	font-size: 20px;
	margin: 0;
	order: 2;
}
#order_other h4 span {
	font-weight: bold;
	font-size: 18px;
}
#order_other h4 span:last-child {
	display: block;
}
#order_other img {
	width: 100px;
	height: 100px;
}
/*　相談しながらオーダーメイド
==============================*/
#order_manual {
	margin: 80px 0 30px;
}
#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: 230px;
	height: 230px;
	text-align: center;
}
#order_point li a {
	display: block;
	width: 230px;
	height: 80px;
	padding-top: 150px;
	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: 230px 140px;
}
#order_point li:nth-child(2) a {
	background: url(/img/top/order_point2.jpg) no-repeat;
	background-size: 230px 140px;
}
#order_point li:nth-child(3) a {
	background: url(/img/top/order_point3.jpg) no-repeat;
	background-size: 230px 140px;
}
#order_point li:nth-child(4) a {
	background: url(/img/top/order_point4.jpg) no-repeat;
	background-size: 230px 140px;
}
#order_point li:nth-child(5) a {
	background: url(/img/top/order_point5.jpg) no-repeat;
	background-size: 230px 140px;
}
#order_point li:hover .more_right {
	text-decoration: underline;
}
#order_point .more_right {
	position: absolute;
	right: 10px;
	bottom: 5px;
}
#order_inquiry li {
	width: 610px;
	padding: 20px 0;
	text-align: center;
}
#order_inquiry h4 {
	font-size: 25px;
	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: 145px 0;
}
#order_inquiry li:nth-child(2) h4 {
	background: url(/img/common/icon-title_mail.svg) no-repeat;
	background-size: 30px 30px;
	background-position: 145px 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: 360px;
	position: relative;
}
#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 2px / 30px 30px;
}
#columnBox h2 span {
	font-size: 20px;
	font-weight: bold;
	margin-left: 5px;
}
#columnBox ul {
	margin-bottom: 30px;
}
#columnBox li {
	width: 250px;
	background: var(--white);
	border: solid 1px var(--gray);
	border-radius: 5px;
	position: relative;
}
#columnBox li a {
	display: block;
	padding: 10px 10px 34px;
}
#columnBox li picture + p {
	color: var(--brown_d);
	line-height: 1.5;
	height: 42px;
	overflow: hidden;
	margin-top: 10px;
}
#columnBox li img {
	width: 230px;
	height: 100px;
	object-fit: cover;
}
#columnBox .more_right {
	position: absolute;
	right: 10px;
	bottom: 7px;
}
#columnBox li:hover .more_right {
	text-decoration: underline;
}
/* 自社運営
====================================================================================================*/
#strong_points {
	background: url(/img-webp/top/strong_points_back.webp) center no-repeat;
	background-size: 100%;
	padding: 60px 0;
	margin-bottom: 120px;
}
#strong_points h2 {
	width: 1300px;
	margin: 0 auto;
	padding: 0;
	border: none;
	text-align: center;
	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 h2 span::before {
	content: '・・・・';
	position: absolute;
	top: -28px;
	left: 0;
}
#strong_points ul {
	width: 1300px;
	margin: 0 auto;
	position: relative;
}
#strong_points ul li {
	padding: 20px;
	width: 420px;
	background: var(--white);
	border-radius: 5px;
	margin-top: 160px;
	position: relative;
}
#strong_points ul li p {
	height: 90px;
	overflow: hidden;
	transition: 0.5s;
}
#strong_points .open li p {
	height: 200px;
	transition: 0.5s;
	overflow: hidden;
}
#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) 50%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	pointer-events: none;
}
#strong_points .open li p::before {
	display: none;
}
#strong_points h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#strong_points 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 3px / 30px 30px;
}
#reasonBox .flexBox {
	height: 400px;
	border: solid 1px var(--gray);
	border-radius: 5px;
	justify-content: center;
	overflow: hidden;
}
/* introduction */
#introduction {
	padding: 70px 30px;
	width: 30%;
	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 {
	width: 70%;
	height: 100%;
	padding: 30px;
	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: 500px;
}
.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;
}
#talkBox img {
	width: 60px;
	height: 60px;
}
.talk_right picture {
	order: 2;
}
.speech_bubble {
	display: inline-block;
	font-size: 16px;
	padding: 10px;
	background: var(--white);
	border-radius: 8px;
	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 3px / 30px 30px;
}
#messageBox .flexBox {
	flex-wrap: nowrap;
}
#messageBox dl {
	position: relative;
}
#top_message {
	padding-left: 220px;
	margin-right: 20px;
}
#staff_message1 {
	margin-bottom: 20px;
}
#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;
	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 {
	width: 200px;
	height: 200px;
}
#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: 210px;
}
#staff_message1 p {
	height: 65px;
}
#top_message .open p, #staff_message1 input:checked + p {
	transition: 0.5s;
}
#top_message .open {
	height: 315px;
}
#staff_message1 .open {
	height: 200px;
}
#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 2px / 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 60px;
	color: var(--brown_d);
	font-weight: bold;
	font-size: 20px;
	background: url(/img/cardboard-icon_q.png) no-repeat;
	background-size: 30px;
	background-position: 20px 16px;
}
.qa summary::-webkit-details-marker {
	display: none;
}
.qa summary::before, .qa summary::after {
	content: '';
	width: 3px;
	height: 20px;
	border-radius: 5px;
	background-color: var(--brown_d);
	position: absolute;
	top: 24px;
	right: calc(2em + 2.5px);
}
.qa summary::before {
	rotate: 90deg;
}
.qa summary::after {
	transition: rotate .3s;
}
.qa[open] summary::after {
	rotate: 90deg;
}
.qa p {
	padding: 0 60px 20px;
	opacity: 0;
	transition: 1s;
	background: url(/img/cardboard-icon_a.png) no-repeat;
	background-size: 30px;
	background-position: 20px 0px;
	font-size: 16px;
}
.qa[open] p {
	opacity: 1;
	transition: 1s;
}
.qa p a {
	font-size: 16px;
}
#faqBox .more_right {
	position: absolute;
	right: 0;
	bottom: 0;
}
#faqBox .qa .more_right {
	right: 20px;
	bottom: 10px;
}
/* amazonpayバナー
====================================================================================================*/
#amazonpay_banner {
	display: inline-block;
}
#amazonpay_banner img{
	width: 390px;
	height: auto;
}
#top #footer_about dl:nth-of-type(3) dl + a {
	bottom: 80px;
}