@charset "utf-8";
/* 全体設定
====================================================================================================*/
h1 {
	background: url(/img/icon/title-box3.svg) no-repeat 0px 2px / 30px 30px;
}
h1 span {
	font-size: 18px;
	display: block;
	margin-top: 5px;
}
/* 検索ページへ戻る・並べ替え・別の画像で表示
==============================*/
#sortUl {
	margin: 20px 0;
}
#sortUl .button-gray {
	margin-bottom: 15px;
}
#sort {
	display: inline-block;
}
#sort select {
	width: 200px;
	height: auto;
	padding: 5px;
	background-color: var(--white);
	border: 1px solid var(--gray);
	border-radius: 5px;
	outline: none;
}
#sort span {
	color: var(--black);
	line-height: 2;
}
#change_photo {
	display: inline-block;
	vertical-align: middle;
	border: solid 1px var(--gray);
	border-radius: 5px;
	padding: 5px 10px;
	margin-left: 15px;
	cursor: pointer;
}
#change_photo span {
	display: inline-block;
	margin-right: 5px;
	width: 15px;
	height: 15px;
	color: var(--white);
	line-height: 1;
	text-align: center;
	background-color: #666;
}
/* 比較表
====================================================================================================*/
#sortUl + h2, #compare_contents h2 {
	background: var(--beige_l);
	padding: 8px;
	font-size: 22px;
	border: none;
}
#resultBox {
	display: flex;
	align-items: flex-end;
	gap: 5px;
	position: relative;
}
#resultBox .left_slide, #resultBox .right_slide {
	display: none;
}
/* 項目 */
.titleRow {
	border: solid 1px var(--gray);
	margin: 30px 0 5px;
}
.titleRow li {
	width: 70px;
	height: 34px;
	padding: 5px;
	font-size: 15px;
	position: relative;
}
.titleRow li + li {
	border-top: solid 1px var(--gray);
}
.titleRow li:nth-child(odd) {
	background: #eee;
}
.titleRow li:nth-child(1), .titleRow li:nth-child(4) {
	height: 82px;
	display: flex;
	align-items: center;
}
.titleRow li:nth-child(11) {
	height: 65px;
}
.titleRow li:nth-child(3) {
	height: 180px;
	display: flex;
	align-items: center;
}
/* 商品 */
#compareOuter {
	max-width: 1080px;
	overflow: auto;
}
#compareBox {
	display: flex;
	gap: 5px;
	padding-bottom: 5px;
    opacity: 0;
}
.itemRow {
	width: 250px;
	position: relative;
	margin-top: 30px;
}
.deleteListBtn {
	width: 26px;
	height: 26px;
	background-color: #ccc;
	border-radius: 50%;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
	box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.5);
	transition: 0.2s;
	cursor: pointer;
	position: absolute;
	top: -30px;
	right: 3px;
}
.deleteListBtn:hover {
	transform: translateY(1px);
	box-shadow: none;
	transition: 0.2s;
}
.appeal {
	display: inline-block;
	height: 30px;
	line-height: 20px;
	padding: 5px;
	color: var(--white);
	font-weight: bold;
	background: var(--red);
	border-radius: 5px 5px 0 0;
	position: absolute;
	top: -30px;
	left: 0;
}
.itemRow ul {
	width: 180px;
	border: solid 1px var(--gray);
	text-align: center;
}
.itemRow li {
	height: 34px;
	padding: 5px;
	font-size: 16px;
}
.itemRow li + li {
	border-top: solid 1px var(--gray);
}
.itemRow li:nth-child(odd) {
	background: #eee;
}
.itemRow li:nth-child(1), .itemRow li:nth-child(4) {
	height: 82px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.itemRow li:nth-child(11) {
	height: 65px;
}
.itemRow li.size-mail {
	height: 82px;
}
.itemRow li:nth-child(3) {
	height: 180px;
}
.itemRow .itemName a {
	font-size: 16px;
	color: var(--blue_l);
	max-height: 72px;
	overflow: hidden;
}
.itemRow .itemPhoto {
	position: relative;
	padding: 0;
}
.itemRow .itemPhoto img {
	width: 179px;
	height: 179px;
}
.itemRow .product_favorite {
	top: 10px;
	right: 10px;
	left: auto;
}
.itemRow .size-60, .itemRow .size-70, .itemRow .size-80, .itemRow .size-90, .itemRow .size-100, .itemRow .size-120, .itemRow .size-130, .itemRow .size-140, .itemRow .size-160, .itemRow .size-170, .itemRow .size-180 {
	height: 82px!important;
	padding: 17px 5px;
}
.size-60 span:first-child, .size-70 span:first-child, .size-80 span:first-child, .size-90 span:first-child, .size-100 span:first-child, .size-120 span:first-child, .size-130 span:first-child, .size-140 span:first-child, .size-160 span:first-child, .size-170 span:first-child, .size-180 span:first-child {
	font-size: 18px;
	font-weight: bold;
}
.size-60 span:last-child, .size-70 span:last-child, .size-80 span:last-child, .size-90 span:last-child, .size-100 span:last-child, .size-120 span:last-child, .size-130 span:last-child, .size-140 span:last-child, .size-160 span:last-child, .size-170 span:last-child, .size-180 span:last-child {
	font-size: 15px;
}
.size-60 span:first-child {
	color: var(--s60);
}
.size-70 span:first-child {
	color: var(--s70);
}
.size-80 span:first-child {
	color: var(--s80);
}
.size-90 span:first-child {
	color: var(--s90);
}
.size-100 span:first-child {
	color: var(--s100);
}
.size-120 span:first-child {
	color: var(--s120);
}
.size-130 span:first-child {
	color: var(--s130);
}
.size-140 span:first-child {
	color: var(--s140);
}
.size-160 span:first-child {
	color: var(--s160);
}
.size-170 span:first-child {
	color: var(--s170);
}
.size-180 span:first-child {
	color: var(--s180);
}
.itemRow .size-mail span {
	font-size: 14px;
	height: 60px;
	overflow: hidden;
}
.itemRow .depth {
	display: none;
}
.itemRow .review_star {
	line-height: 1.5;
	display: block;
	margin-bottom: 0;
}
.itemRow li.active {
	background: var(--orange_d);
	color: var(--white);
}
.itemRow li.active + li.active {
	border-top: solid 1px var(--white);
}
/* 材質の強度表示 */
.itemRow .liner_level {
	width: 168px;
	display: flex;
	justify-content: center;
	border: none;
	border-top: dashed 1px var(--gray);
	padding-top: 5px;
	margin-top: 2px;
}
.itemRow .liner_level li {
	color: var(--gray);
	padding: 2px 5px;
	font-size: 14px;
	line-height: 1;
	border: none;
	height: auto;
	width: auto;
	background-color: #FDFDFD;
}
.itemRow .liner_level li:first-child, .itemRow .liner_level li:last-child {
	background: none;
	color: var(--gray_d);
}
.itemRow .liner_level li:first-child {
	padding-right: 10px;
}
.itemRow .liner_level li:last-child {
	padding-left: 10px;
}
.itemRow .liner_level li:nth-of-type(2) {
	border-radius: 4px 0 0 4px;
}
.itemRow .liner_level li:nth-of-type(7) {
	border-radius: 0 4px 4px 0;
}
.itemRow .liner_level li.this {
	background-color: var(--orange_d);
	color: var(--white);
}
/* ポップアップ
====================================================================================================*/
/* ポップアップリンク */
.popup_link {
	color: var(--blue_l);
	text-decoration: underline;
}
/* 箱形式について
==============================*/
#popup1 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 20px 0;
}
#popup1 li {
	width: 180px;
	background: var(--gray_l);
	border: solid 1px var(--gray);
	padding: 10px;
}
#popup1 h3 {
	text-align: center;
	font-size: 18px;
}
#popup1 h3 span {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}
#popup1 li img {
	width: 160px;
	height: auto;
}
/* フルートについて
==============================*/
#popup2 .popup_scroll div {
	position: relative;
	width: 375px;
	overflow: hidden;
	margin: 10px auto;
}
#popup2 ul {
	display: flex;
	margin-bottom: 10px;
	overflow-y: scroll;
}
#popup2 li {
	width: 130px;
	border: solid 1px var(--gray);
}
#popup2 li + li {
	border-left: none;
}
#popup2 li h3, #popup2 li img, #popup2 li p {
	padding: 5px;
}
#popup2 li h3 {
	margin: 0;
	font-size: 16px;
	text-align: center;
	background-color: var(--gray_l);
}
#popup2 li h3 span {
	font-size: 15px;
}
#popup2 .flute_thickness {
	display: block;
	color: var(--gray_d);
	margin-top: 5px;
}
#popup2 li img {
	width: 130px;
	height: auto;
	border-top: solid 1px var(--gray);
	border-bottom: solid 1px var(--gray);
	vertical-align: top;
}
/* 材質について
==============================*/
#popup3 table {
	border-collapse: collapse;
	border: solid 1px var(--gray);
	margin: 20px 0 10px;
}
#popup3 table tr + tr {
	border-top: solid 1px var(--gray);
}
#popup3 table th, #popup3 table td {
	padding: 5px;
	vertical-align: middle;
}
#popup3 table tr:first-child th:last-child {
	width: 110px;
}
#popup3 table th {
	background-color: var(--gray_l);
}
#popup3 table th + th, #popup3 table th + td, #popup3 table td + td {
	border-left: solid 1px var(--gray);
}
#popup3 table tr:nth-child(n+2) td:nth-of-type(2) span {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	background-color: var(--black);
	color: var(--white);
	display: block;
	width: 25px;
	border-radius: 3px;
	margin: 0 auto;
}
#popup3 table tr:nth-child(3) td:nth-of-type(2) span {
	background-color: #555;
}
#popup3 table tr:nth-child(4) td:nth-of-type(2) span {
	background-color: #777;
}
#popup3 table tr:nth-child(5) td:nth-of-type(2) span {
	background-color: #999;
}
#popup3 table tr:nth-child(6) td:nth-of-type(2) span {
	background-color: #aaa;
}
#popup3 table tr:nth-child(7) td:nth-of-type(2) span {
	background-color: #ccc;
}
/* 出荷日について
==============================*/
#popup4 h2 + p {
	margin-bottom: 30px;
}
#popup4 h3 {
	border-left: solid 10px var(--brown_l);
	padding-left: 5px;
	margin-bottom: 10px;
}
#popup4 h3:nth-of-type(2) {
	margin-top: 50px;
}
#popup4 h4 {
	margin-bottom: 5px;
}
#popup4 p + h4 {
	margin-top: 30px;
}
#popup4 p span {
	font-weight: bold;
	color: var(--red);
}
#popup4 table {
	border-collapse: collapse;
	border: solid 1px var(--gray);
	margin: 10px 0;
}
#popup4 table tr + tr {
	border-top: solid 1px var(--gray);
}
#popup4 table th, #popup4 table td {
	padding: 5px 10px;
	vertical-align: middle;
}
#popup4 table th {
	background-color: var(--gray_l);
}
#popup4 table th + th, #popup4 table th + td, #popup4 table td + td {
	border-left: solid 1px var(--gray);
}
#popup4 ul {
	background-color: var(--pink_d);
	padding: 10px;
	display: inline-block;
}
/* ダンボール箱の選び方
====================================================================================================*/
#compare_contents {
	margin-top: 50px;
}
#compare_contents1 section {
	margin-bottom: 30px;
}
#compare_contents h3 {
	border-left: solid 10px var(--brown_l);
	padding-left: 5px;
}
#compare_contents1 section img {
	width: 460px;
	height: 221px;
	margin: 10px auto 0;
	display: block;
}
/* ダンボール箱のサイズについて
====================================================================================================*/
#compare_contents article + article {
	margin-top: 50px;
}
#compare_contents2 section + section {
	margin-top: 50px;
}
/* 一般的なダンボールのサイズ */
#compare_contents2 section:nth-of-type(1) ul {
	margin-top: 20px;
}
#compare_contents2 section:nth-of-type(1) li {
	position: relative;
	width: 460px;
	height: 420px;
	padding-bottom: 20px;
	border: solid var(--gray) 1px;
}
#compare_contents2 section:nth-of-type(1) li + li {
	margin-top: 20px;
}
#compare_contents2 section:nth-of-type(1) li h4 {
	color: var(--white);
	text-align: center;
	padding: 10px 0;
}
#compare_contents2 section:nth-of-type(1) li:nth-of-type(1) h4 {
	background: var(--s60);
}
#compare_contents2 section:nth-of-type(1) li:nth-of-type(2) h4 {
	background: var(--s80);
}
#compare_contents2 section:nth-of-type(1) li:nth-of-type(3) h4 {
	background: var(--s120);
}
#compare_contents2 section:nth-of-type(1) li img {
	display: block;
	width: 400px;
	height: 228px;
	margin: 10px auto;
}
#compare_contents2 section:nth-of-type(1) li p {
	width: 400px;
	margin: 0 auto;
}
#compare_contents2 section:nth-of-type(1) li .more_right {
	position: absolute;
	right: 10px;
	bottom: 20px;
}
/* 配送サイズと荷物の大きさの目安 */
#compare_contents2 section:nth-of-type(2) table {
	width: 460px;
	margin: 20px 0 30px;
}
#compare_contents2 section:nth-of-type(2) table th {
	background: var(--gray_l);
	padding: 10px 30px;
}
#compare_contents2 section:nth-of-type(2) table td {
	padding: 10px 30px;
}
#compare_contents2 section:nth-of-type(2) table td a {
	color: var(--blue_l);
}
/* サイズの測り方・注意点 */
#measure_size p + ul {
	margin: 20px 0 30px;
}
#measure_size p + ul li {
	position: relative;
	width: 460px;
}
#measure_size p + ul li + li {
	margin-top: 20px;
}
#measure_size p + ul li img {
	width: 460px;
	height: 389px;
	margin: 0;
}
#measure_size p + ul li h4 {
	padding: 10px 0;
	margin: 0;
	background: var(--gray_l);
	color: var(--black);
	text-align: center;
}
#measure_size p + ul li p {
	position: absolute;
	right: 0;
	top: 355px;
	width: 280px;
}
/* 宅配サイズ測り方のポイント！ */
#measure_size_point {
	position: relative;
	padding: 20px;
	border: solid 1px;
	margin: 60px 0 40px;
	border-radius: 5px;
}
#measure_size_point h4 {
	position: absolute;
	top: -8px;
	padding: 0 5px;
	font-size: 18px;
	background: var(--white);
}
#measure_size_point li {
	width: 400px;
	margin: 0 auto;
}
#measure_size_point li + li {
	margin-top: 20px;
}
#measure_size_point li img {
	width: 400px;
	height: 296px;
	margin-bottom: 5px;
}
/* サイズで探すダンボール箱一覧 */
#measure_size h3:nth-of-type(3) {
	margin-top: 30px;
}
#measure_size > ul:last-child li {
	width: 460px;
	border: solid 1px var(--brown_l);
	border-radius: 5px;
	background: var(--beige_l);
	position: relative;
}
#measure_size > ul:last-child li + li {
	margin-top: 10px;
}
#measure_size > ul:last-child li a {
	display: block;
	width: 460px;
	height: 70px;
	padding: 10px 10px 10px 120px;
	color: var(--brown_d);
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
}
#measure_size > ul:last-child li a span {
	font-size: 16px;
}
#measure_size > ul:last-child li::before {
	position: absolute;
	top: 1px;
	left: 1px;
	display: block;
	content: '';
	width: 100px;
	height: 69px;
	border-radius: 5px 0 0 5px;
}
#measure_size > ul:last-child li:nth-of-type(1)::before {
	background: url(/img/cardboard-size_title_60.png) top left / 120px no-repeat;
}
#measure_size > ul:last-child li:nth-of-type(2)::before {
	background: url(/img/cardboard-size_title_s.png) top left / 100px no-repeat;
}
#measure_size > ul:last-child li:nth-of-type(3)::before {
	background: url(/img/cardboard-size_title_A4.png) top left / 130px no-repeat;
}
#measure_size > ul:last-child li:nth-of-type(4)::before {
	background: url(/img/cardboard-size_title_l.png) -15px 0px / 110px no-repeat;
}