@charset "utf-8";
h1 {
	background: url(/img/icon/title-search.svg) no-repeat 0px 2px / 30px 30px;
}
/* サイズ検索
====================================================================================================*/
#searchBlock {
	position: relative;
	margin: 15px 0;
}
/* 3辺サイズ + 宅配サイズ
==============================*/
/* 3辺サイズ
==============================*/
#search_3sides {
	padding: 20px;
	background-color: var(--beige_l);
	margin-bottom: 20px;
}
#search_3sides img {
	width: 180px;
	height: 130px;
	float: right;
}
/* 長さ・幅・深さ */
.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: 10px;
}
#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;
	background-color: var(--white);
	border-radius: 5px;
	border: 2px var(--gray) solid;
	position: absolute;
	left: 50px;
}
#slideBox .mm {
	font-size: 18px;
	position: absolute;
	left: 180px;
	top: 10px;
}
/* unitBox */
.unitBox {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin: 15px 0;
}
/* 長さ・幅・深さの入れ替え */
.unitBox > label {
	font-size: 16px;
	line-height: 1.2;
	display: flex;
	align-items: center;
}
.unitBox > label span {
	vertical-align: middle;
}
/* cm/mm */
.unit_item {
	display: flex;
}
.unit_item label {
	display: block;
	width: 50px;
	height: 40px;
	text-align: center;
	border: 1px solid var(--gray);
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: var(--gray_d);
	background: var(--gray_l);
}
.unit_item-left, .unit_item-left label {
	border-radius: 5px 0px 0px 5px;
}
.unit_item-right, .unit_item-right label {
	border-radius: 0px 5px 5px 0px;
}
.unit_item input:checked + label {
	color: var(--white);
	background: var(--orange_d);
}
.unit_item li input {
	display: none;
}
/* 数値をクリア */
#slide_clear {
	padding: 0 10px;
}
/* 検索結果を見る */
#search_3sides .arrow-white::after {
	transform: rotate(90deg);
}
/* 宅配サイズ
==============================*/
#sizeBox {
	width: 100%;
	margin: 0 3px 15px 0;
	position: relative;
}
#sizeBox p {
	margin-bottom: 10px;
	font-weight: bold;
	color: var(--brown_d);
}
#sizeBox ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
#sizeBox li {
	width: 105px;
	height: 44px;
	border-radius: 5px;
}
#sizeBox li:nth-child(1) {
	color: var(--s60);
}
#sizeBox li:nth-child(2) {
	color: var(--s80);
}
#sizeBox li:nth-child(3) {
	color: var(--s100);
}
#sizeBox li:nth-child(4) {
	color: var(--s120);
}
#sizeBox li:nth-child(5) {
	color: var(--s140);
}
#sizeBox li:nth-child(6) {
	color: var(--s160);
}
#sizeBox li:nth-child(7) {
	color: var(--s170);
}
#sizeBox li:nth-child(8) {
	color: var(--s180);
}
#sizeBox li:nth-child(-n+8) span {
	color: #555;
	font-size: 15px;
	font-weight: bold;
	margin-left: 1px;
}
#sizeBox li:nth-child(8) span {
	font-size: 14px;
}
#sizeBox li input {
	display: none;
}
#sizeBox li label {
	border: 1px solid var(--gray);
	display: inline-block;
	border-radius: 5px;
}
#sizeBox li:nth-child(-n+8) label {
	width: 105px;
	height: 44px;
	background: var(--white) url(/img/top_takuha_d.png) no-repeat;
	font-size: 24px;
	font-weight: bold;
	padding: 3px 0 0 8px;
}
#sizeBox li:nth-child(8) label {
	width: 105px;
	height: 44px;
	font-size: 23px;
	padding: 3px 0 2px 3px;
}
#sizeBox li:nth-child(1) label {
	background-size: auto 15px;
	background-position: 80px 14px;
}
#sizeBox li:nth-child(2) label {
	background-size: auto 20px;
	background-position: 77px 12px;
}
#sizeBox li:nth-child(3) label {
	background-size: auto 25px;
	background-position: 71px 10px;
}
#sizeBox li:nth-child(4) label {
	background-size: auto 30px;
	background-position: 69px 7px;
}
#sizeBox li:nth-child(5) label {
	background-size: auto 35px;
	background-position: 64px 5px;
}
#sizeBox li:nth-child(6) label {
	background-size: auto 40px;
	background-position: 60px 2px;
}
#sizeBox li:nth-child(7) label {
	background-size: auto 45px;
	background-position: 60px -1px;
}
#sizeBox li:nth-child(8) label {
	background-position: 66px -2px;
}
#sizeBox li:nth-child(n+9) label {
	width: 105px;
	height: 44px;
	font-size: 16px;
	text-align: center;
}
#sizeBox li:nth-child(9) label, #sizeBox li:nth-child(10) label {
	background: var(--yamato);
}
#sizeBox li:nth-child(9) label span, #sizeBox li:nth-child(10) label span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #F2C81D;
	margin-top: -10px;
}
#sizeBox li:nth-child(11) label, #sizeBox li:nth-child(12) label {
	background: var(--post);
	color: var(--white);
	font-weight: bold;
	line-height: 1.2;
	padding-top: 5px;
	height: 44px;
}
#sizeBox li:nth-child(11) label span, #sizeBox li:nth-child(12) label span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
#sizeBox li:nth-child(13) label, #sizeBox li:nth-child(14) label, #sizeBox li:nth-child(15) label {
	background: var(--white);
}
#sizeBox li:nth-of-type(13) label span, #sizeBox li:nth-of-type(14) label span, #sizeBox li:nth-of-type(15) label span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: var(--post);
	margin-top: -10px;
}
#sizeBox li:nth-child(16) label {
	background: #C01A20;
}
#sizeBox li:nth-child(9) label img, #sizeBox li:nth-child(10) label img {
	width: 100%;
	margin-top: 0;
}
label img, #sizeBox li:nth-child(13) label img, label img, #sizeBox li:nth-child(14) label img, label img, #sizeBox li:nth-child(15) label img {
	width: 100%;
	margin-top: 0;
}
label img, #sizeBox li:nth-child(16) label img {
	width: 95%;
	margin-top: 10px;
}
#sizeBox li input:checked + label {
	border: 3px solid var(--orange_l);
	border-radius: 7px;
	margin: -2px 0 0 -2px;
	box-shadow: none;
	width: 111px;
	height: 50px;
}
/* 詳細検索(#detailBox)
====================================================================================================*/
#detailBox {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
#search_typeBox {
	order: 1;
}
#accordionBtn {
	order: 2;
}
#search_details {
	order: 3;
}
/*絞り込み*/
#detailBox #accordionBtn {
	box-sizing: content-box;
	margin: 0;
	width: 240px;
	padding-left: 20px;
}
#detailBox #accordionBtn::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url("/img/icon/title-w_more-search.svg") no-repeat center / 30px 30px;
	position: absolute;
	top: 10px;
	left: 10px;
}
#detailBox #accordionBtn::after {
	transform: rotate(90deg);
	transition: 0.5s;
}
.open#accordionBtn::after {
	transform: rotate(-90deg) !important;
	transition: 0.5s;
}
#details_clear {
	height: 50px;
	position: absolute;
	right: 0;
}
#search_details {
	width: 460px;
	padding: 0 10px;
	background: var(--gray_l);
	border: solid 1px var(--gray);
	border-radius: 5px;
	margin-top: 15px;
	display: none;
	position: relative;
}
.open + #search_details {
	display: block;
	animation: fade_in forwards 0.8s;
}
#search_details > li {
	position: relative;
	box-shadow: none;
}
#search_details > li:first-child {
	padding-top: 0;
}
#search_details > li:last-child {
	padding-bottom: 0;
}
#search_details > li + li {
	border-top: solid 1px var(--gray);
}
#search_details li.open {
	transition: 0.2s;
}
#search_details li > span {
	display: block;
	padding: 10px 34px 10px 52px;
	position: relative;
	cursor: pointer;
	line-height: 42px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
}
#search_details li > span::before {
	content: '';
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 10px;
	left: 0;
	background-color: var(--white);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center;
	border-radius: 3px;
}
#li-format > span::before {
	background-image: url(/img/icon/50-boxformat-a.png);
}
#li-flute > span::before {
	background-image: url(/img/icon/50-flute.png);
}
#li-bottom > span::before {
	background-image: url(/img/icon/50-bottomsize.png);
}
#li-other > span::before {
	background-image: url(/img/icon/50-color.png);
}
#li-useful > span::before {
	background-image: url(/img/icon/50-useful.png);
}
#search_details .arrow-gray::after {
	transform: rotate(90deg);
	transition: 0.5s;
}
#search_details .arrow-gray.open::after {
	transform: rotate(-90deg);
	transition: 0.5s;
}
.menu_details {
	display: none;
	margin: 0 10px 15px;
}
.menu_details:nth-of-type(-n + 2) {
	margin: 0 10px;
}
.open ~ .menu_details {
	display: block;
	animation: fade_in forwards 0.8s;
}
#li-other .menu_details:nth-of-type(-n+2) {
	border-bottom: dashed 2px var(--gray);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.menu_details li {
	font-size: 18px;
	padding: 8px 0;
}
.menu_details li + li {
	border-top: solid 1px var(--gray);
}
/* 箱形式・フルート */
#li-format label span, #li-flute label span {
	display: inline-block;
	margin-left: 50px;
	padding: 5px 0;
	line-height: 2;
}
.li-Asiki1, .li-Nsiki1, .li-Nsiki2, .li-Nsiki3, .li-Bsiki1, .li-Bsiki2, .li-Bsiki3 {
	margin-left: 70px;
}
#li-format .li-Asiki1 label span, #li-format .li-Nsiki1 label span, #li-format .li-Nsiki2 label span, #li-format .li-Nsiki3 label span, #li-format .li-Bsiki1 label span, #li-format .li-Bsiki2 label span, #li-format .li-Bsiki3 label span {
	margin-left: 0;
	padding: 0;
}
#li-flute .li-GFf span {
	line-height: 1.5;
	vertical-align: middle;
}
.li-Asiki {
	background: url(/img/icon/50-boxformat-a.png) no-repeat 25px / 38px 38px;
}
.li-Nsiki {
	background: url(/img/icon/50-boxformat-n.png) no-repeat 25px 10px / 38px 38px;
}
.li-Bsiki {
	background: url(/img/icon/50-boxformat-b.png) no-repeat 25px 10px / 38px 38px;
}
.li-Csiki {
	background: url(/img/icon/50-boxformat-c.png) no-repeat 25px / 38px 38px;
}
.li-Tsiki {
	background: url(/img/icon/50-boxformat-ta.png) no-repeat 25px / 38px 38px;
}
.li-Psiki {
	background: url(/img/icon/50-boxformat-p.png) no-repeat 25px / 38px 38px;
}
.li-PTKsiki {
	background: url(/img/icon/50-boxformat-ptk.png) no-repeat 25px / 38px 38px;
}
.li-Hsiki {
	background: url(/img/icon/50-boxformat-h.png) no-repeat 25px / 38px 38px;
}
.li-Zsiki {
	background: url(/img/icon/50-boxformat-z.png) no-repeat 25px / 38px 38px;
}
.li-GFf {
	background: url(/img/icon/50-flute-gf.png) no-repeat 25px / 38px 38px;
}
.li-Ef {
	background: url(/img/icon/50-flute-e.png) no-repeat 25px / 38px 38px;
}
.li-Bf {
	background: url(/img/icon/50-flute-b.png) no-repeat 25px / 38px 38px;
}
.li-Cf {
	background: url(/img/icon/50-flute-c.png) no-repeat 25px / 38px 38px;
}
.li-Af {
	background: url(/img/icon/50-flute-a.png) no-repeat 25px / 38px 38px;
}
.li-Wf {
	background: url(/img/icon/50-flute-w.png) no-repeat 25px / 38px 38px;
}
/* ポップアップリンク */
.popup_link {
	color: var(--blue_l);
	text-align: right;
	font-size: 18px;
}
.menu_details + .popup_link {
	display: none;
}
.open + .menu_details + .popup_link {
	display: block;
	margin: 0 10px 15px;
}
.popup_link::before {
	content: '?';
	display: inline-block;
	vertical-align: text-top;
	color: var(--white);
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	width: 20px;
	height: 20px;
	background-color: var(--blue_l);
	border-radius: 20px;
	margin-right: 3px;
}
/* 箱タイプ選択 */
#search_lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0 auto 15px;
}
#search_lists li {
	width: calc((100% - 10px) / 2);
	background-color: var(--beige_l);
	border-radius: 5px;
	position: relative;
}
#search_lists label {
	display: block;
	padding: 14px;
	align-items: center;
	position: relative;
}
#search_lists label span {
	font-weight: bold;
	color: var(--brown_d);
	position: relative;
	vertical-align: middle;
}
#type_all:before, #type_general:before, #type_thin:before, #type_long:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 14px;
	bottom: 0;
	width: 40px;
	height: auto;
	margin: auto;
}
#type_all:before {
	background: url(/img/search-icon-allBox.png) no-repeat center 0;
	background-size: contain;
	background-position: center;
}
#type_general:before {
	background: url(/img/search-icon-generalBox.png) no-repeat center 0;
	background-size: contain;
	background-position: center;
}
#type_thin:before {
	background: url(/img/search-icon-thinBox.png) no-repeat center 0;
	background-size: contain;
	background-position: center;
}
#type_long:before {
	background: url(/img/search-icon-longBox.png) no-repeat center 0;
	background-size: contain;
	background-position: center;
}
/* 即日出荷 */
#search_lists + label {
	background-color: var(--gray_l);
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding: 14px;
	margin-bottom: 15px;
}
#search_lists + label span {
	font-weight: bold;
}
/* 検索窓 */
#itemSearch {
	position: relative;
	background: var(--white);
	border: 2px solid var(--orange_d);
	border-radius: 5px;
	margin-bottom: 15px;
}
#itemSearch .itemSearch_text {
	border: none;
	color: var(--brown_d);
	word-wrap: break-word;
	outline: none;
	background-color: transparent;
	-webkit-tap-highlight-color: transparent;
	overflow: hidden;
	width: 415px;
	padding: 5px 0 5px 10px;
	font-size: 22px;
	line-height: 1.5;
	border-radius: 5px 0 0 5px;
}
#itemSearchBtn {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 42px;
	height: 45px;
	text-indent: 50px;
	background: var(--orange_d) url(/img/common/icon_head_search.png) no-repeat center / 50% auto;
	border-radius: 0 5px 5px 0;
	overflow: hidden;
	border: none;
}
/* 検索結果
====================================================================================================*/
#resultBlock {
	position: relative;
	margin-top: 50px;
}
#result_h2 {
	background-color: var(--beige_l);
	padding: 10px 5px;
	margin: 0 0 15px 0;
	border: none;
	font-size: 20px;
}
#kensu {
	margin-left: 10px;
}
/* 検索中の項目 */
#search_item {
	border-bottom: dashed 2px var(--gray);
	padding-bottom: 10px;
	margin-bottom: 20px;
	display: block;
}
#search_item span {
	display: inline-block;
	margin: 0 10px 5px 0;
	vertical-align: -1px;
}
#search_item ul {
	display: inline-block;
}
#search_item li {
	display: inline-block;
	margin: 0 5px 7px 0;
}
#search_item label.checkbox {
	display: block;
	height: 28px;
	line-height: 26px;
	padding: 0 10px;
	background: var(--white);
	border: solid 1px var(--blue_l);
	border-radius: 3px;
	cursor: pointer;
	color: var(--blue_l);
}
/* 表示ボタン */
#displayBox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
#popup_link3 {
	position: absolute;
	top: -38px;
	right: 0;
}
#sort label {
	font-size: 18px;
}
#change_photo {
	height: 40px;
	line-height: 2;
	border: solid 1px var(--gray);
	border-radius: 5px;
	padding: 5px 10px;
	cursor: pointer;
}
#change_photo span {
	display: inline-block;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	color: var(--white);
	font-size: 16px;
	line-height: 1;
	text-align: center;
	background-color: #666;
}
#sort select {
	width: 220px;
	height: 40px;
	padding: 2px 5px;
	line-height: 2;
	background-color: var(--white);
	border: 1px solid var(--gray);
	border-radius: 5px;
	outline: none;
}
#sort span {
	color: var(--black);
}
/* 件数・検索結果を見る・比較検討ボタン */
#smsidenavi {
	display: none!important;
}
#float-navi {
	width: 480px;
	padding: 10px;
	position: fixed;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	gap: 20px;
	z-index: 10;
}
#float-navi div {
	background: var(--white);
	border-radius: 5px;
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}
#float-navi p {
	width: 130px;
	padding-right: 10px;
	border-right: dashed 2px var(--gray);
	text-align: center;
}
#float-navi p span {
	color: var(--orange_d);
	font-size: 22px;
	font-weight: bold;
}
#float-navi .button-brown {
	width: 170px;
	margin: 0;
	font-size: 18px;
}
/* もっと読み込む */
.reading_box {
	width: 100%;
	margin: 20px 0;
}
.reading_box p {
	text-align: right;
	position: relative;
}
.reading_box p::before {
	content: '';
	display: block;
	width: 50%;
	height: 0;
	border-top: dashed 2px var(--gray);
	position: absolute;
	top: 10px;
	left: 0;
}
.reading_box .button-brown {
	margin: 20px auto;
}
.reading_box .arrow-white::after {
	transform: rotate(90deg);
}
/* すべてを表示することができません */
#allItem {
	width: 430px;
	padding: 15px 15px 45px;
	background: #FFF7F7;
	border-radius: 5px;
	position: relative;
	margin-top: 20px;
}
#allItem img {
	width: 90px;
	height: 90px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#allItem p {
	display: inline-block;
	vertical-align: middle;
	width: 320px;
}
#allItem .more_right {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
#allItem .more_right::after {
	transform: rotate(-90deg);
}
/* ポップアップ
====================================================================================================*/
/* 箱形式について
==============================*/
#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 h3 {
	border-left: solid 10px var(--brown_l);
	padding-left: 5px;
	margin: 20px auto 15px;
}
#popup3 ul {
	margin-bottom: 30px;
}
#popup3 li, #popup3 div.sm {
	width: 380px;
	padding: 15px;
	margin: 0 auto;
	background-color: var(--beige_l);
	display: inline-block;
	position: relative;
}
#popup3 li + li {
	margin-bottom: 10px;
}
#popup3 li p {
	margin-bottom: 10px;
}
#popup3 li:first-child img {
	width: 350px;
	height: 250px;
}
#popup3 li:last-child {
	margin-top: 50px;
}
#popup3 li:last-child img {
	width: 350px;
	height: 120px;
}
#popup3 li:last-child::after {
	content: '';
	display: block;
	width: 40px;
	height: 50px;
	background: url("/img/icon/arrow-next.svg") no-repeat center / 30px auto;
	transform: rotate(90deg);
	position: absolute;
	top: -50px;
	left: 165px;
}
#popup3 li:last-child p:nth-of-type(2) {
	margin-top: 20px;
}
#popup3 div.sm p {
	margin-bottom: 10px;
}
#popup3 div.sm img {
	width: 350px;
	height: 600px;
}
/* 該当する商品がない場合(#errorBox)
====================================================================================================*/
#errorBox {
	background: #eee;
	border-radius: 5px;
	padding: 15px;
	margin: 0;
}
#errorBox h3 {
	margin: 50px 0 10px 0;
	color: var(--black);
	line-height: 1.2;
}
/* 箱丸君 */
#no_box {
	display: inline-block;
	margin: 0 0 30px 120px;
	background: var(--white);
	padding: 20px;
	border-radius: 10px;
	position: relative;
}
#no_box::before {
	content: "";
	position: absolute;
	top: 10%;
	left: -20px;
	border: 10px solid transparent;
	border-top: 30px solid var(--white);
	transform: rotate(70deg);
}
#no_box::after {
	display: block;
	content: '';
	background: url(/img/hakomaru/hakomaru-sorry.png) no-repeat;
	background-size: 100px;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: -120px;
}
#no_box ul {
	margin: 10px 0 0;
}
#no_box ul li {
	padding: 10px;
	background: var(--beige_l);
	border-radius: 5px;
	text-align: center;
	color: var(--brown_d);
}
#no_box ul li + li {
	margin-top: 10px;
}
#no_box ul li span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
	padding-left: 20px;
	position: relative;
}
#no_box ul li span::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 2px;
	left: 85px;
}
#no_box ul li:first-child span::before {
	background: url(/img/icon/title-tel.svg) no-repeat center / 20px 20px;
}
#no_box ul li:last-child span::before {
	background: url(/img/icon/title-mail.svg) no-repeat center / 20px 20px;
}
#no_box ul li:first-child a {
	font-size: 25px;
	font-weight: bold;
	color: var(--brown_d);
}
#no_box .button-brown {
	width: 200px;
	font-size: 14px;
	margin-top: 5px;
}
/* サジェスト */
#suggest_item {
	background-color: var(--white);
	border: 1px solid var(--gray);
	border-radius: 5px;
}
#suggest_item p {
	position: relative;
	padding: 20px 20px 20px 130px;
	display: block;
	text-overflow: ellipsis;
	min-height: 140px;
}
#suggest_item p + p {
	border-top: 1px dashed var(--gray);
}
#suggest_item img {
	position: absolute;
	left: 20px;
	top: 20px;
}
#suggest_item .item_text {
	display: block;
	margin: 8px 0;
}
#suggest_item .item_size {
	position: static;
	margin: 0 10px;
}
#suggest_item .item_icon_mail, #suggest_item .item_icon50, #suggest_item .item_icon60, #suggest_item .item_icon80, #suggest_item .item_icon100, #suggest_item .item_icon120, #suggest_item .item_icon140, #suggest_item .item_icon160, #suggest_item .item_icon170, #suggest_item .item_icon180 {
	position: static;
	display: inline-block;
	margin-bottom: 5px;
}
#suggest_item .item_iconsoku {
	position: static;
	display: inline-block;
	margin-bottom: 5px;
}
#suggest_item .item_price {
	float: none;
	display: block;
	font-weight: bold;
}
/* サイト内検索 */
#g_search {
	background-color: var(--white);
	border: 1px solid var(--gray);
	border-radius: 5px;
}
#g_search > div {
	padding: 20px;
}
#g_search > div span {
	word-break: break-all;
}
#g_search > div + div {
	border-top: 1px dashed var(--gray);
}
#g_search + .more_right {
	margin-top: 10px;
	text-align: right;
}
/* 比較検討
====================================================================================================*/
/* 比較検討ボタン */
input.compareInput {
	display: none;
}
label.compareLabel {
	color: var(--gray_d);
	font-weight: bold;
	user-select: none;
	padding: 8px 8px 8px 40px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-radius: 5px;
	border: solid 1px var(--gray);
	background: var(--white) url(/img/common/icon-compare-off.png) no-repeat 8px center / 25px auto;
}
input.compareInput:checked + label.compareLabel {
	color: var(--white);
	background: #2378CF url(/img/common/icon-compare-on.png) no-repeat 8px center / 25px auto;
}
.product_compare p {
	font-size: 14px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
/* 比較検索
==============================*/
#compareContainer {
	position: fixed;
	bottom: 100px !important;
	left: 5px !important;
	z-index: 10;
}
/* 下部固定ボタン */
#compareNavi {
	width: 112px;
	height: 50px;
	line-height: 50px;
	background-color: #2378CF;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.2);
	color: var(--white);
	text-align: center;
	position: fixed;
	right: 25px;
	bottom: 20px;
}
#compareNavi span:first-child {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}
#compare_in {
	position: absolute;
	top: -8px;
	right: -10px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	font-weight: bold;
	color: var(--white);
	text-align: center;
	background-color: var(--orange_d);
	border-radius: 50%;
}
/* 閉じるボタン */
#compareCloseBtn {
	position: absolute;
	right: -3px;
	top: -3px;
	display: block;
	width: 30px;
	height: 30px;
	padding: 5px;
	background: #2378CF;
	border-radius: 0 5px 0 5px;
	cursor: pointer;
	z-index: 1;
}
#compareCloseBtn img {
	width: 20px;
	height: 20px;
}
/* 比較対象 */
#compareBox {
	background-color: var(--yellow_l);
	border: 5px #2378CF solid;
	border-radius: 8px;
	box-shadow: 0px 5px 5px rgb(0, 0, 0, 0.5);
	position: relative;
}
#compareList {
	width: 460px;
	height: 130px;
	padding: 10px;
	overflow: auto;
}
#compareBox ol li {
	width: 100px;
	height: 100px;
	border: 1px #ccc solid;
	float: left;
	margin: 0 15px 0 0;
	position: relative;
}
#compareBox ol li img {
	display: block;
	width: 100px;
	height: 100px;
}
#compareBox ol li span:first-child {
	max-width: 88px;
	background-color: var(--white);
	line-height: 1.2;
	padding: 0 5px;
	margin: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
/* 削除ボタン */
#compareBox .compareDelete {
	width: 20px;
	height: 20px;
	padding: 0;
	background-color: #ccc;
	border-radius: 50%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.2);
	position: absolute;
	right: -8px;
	top: -8px;
	cursor: pointer;
}
/* 比較するボタン */
#compareLink {
	display: block;
	width: 90px;
	height: 40px;
	line-height: 2.3;
	font-size: 18px;
	font-weight: bold;
	color: var(--white);
	text-align: center;
	background-color: #2378cf;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.3);
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#compareLink.noLink {
	background-color: #ccc;
}
/* 同寸検索 */
#compareBox #compareOne {
	width: auto;
	max-width: 240px;
	height: auto;
	max-height: 100px;
	border: 1px #ccc solid;
	border-radius: 5px;
	padding: 5px;
	margin: 0;
	background: var(--white);
	font-size: 16px;
}
#compareOne:after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: var(--white);
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	transform: rotate(-45deg);
	position: absolute;
	top: 30px;
	left: -9px;
}
#compareOne .count {
	color: var(--red);
}
#sameSearch {
	display: block;
	width: 180px;
	height: 36px;
	line-height: 2;
	font-size: 18px;
	color: var(--white);
	font-weight: bold;
	text-align: center;
	background-color: #2378CF;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.3);
	margin: 5px auto;
}
/* ? */
#compareCopy {
	position: absolute;
	z-index: 10;
	transition: all 0.5s ease-in-out;
}
/* オーダーメイドでダンボールを作る
====================================================================================================*/
#ordermadeBox {
	margin-top: 60px;
}
#ordermadeBox h2 {
	background: url(/img/icon/title-box2.svg) no-repeat top left / 30px 30px;
	margin-bottom: 50px;
}
#ordermadeBox h2 span {
	font-size: 20px;
	font-weight: bold;
}
#order_flex {
	margin-top: 30px;
}
#order_flex, #order_other li {
	padding: 20px 15px;
	background: var(--white);
	border: solid 1px var(--gray);
	border-radius: 0 5px 5px 5px;
	position: relative;
}
#order_other li {
	height: 200px;
	margin-top: 40px;
}
#order_flex h3 {
	font-size: 18px;
	font-weight: bold;
	color: var(--brown_d);
	line-height: 1.2;
	text-align: center;
}
#order_flex h3 span {
	font-size: 24px;
	font-weight: bold;
	color: var(--brown_d);
}
#order_other h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#order_flex .appeal, #order_other .appeal {
	height: 30px;
	padding: 0 20px;
	line-height: 30px;
	font-size: 17px;
	font-weight: bold;
	color: var(--white);
	background: var(--orange_d);
	border-radius: 5px 5px 0 0;
	position: absolute;
	top: -30px;
	left: 0;
}
#order_flex picture + p {
	margin-top: 10px;
}
#order_other li picture + p {
	color: var(--brown_d);
	margin-top: 20px;
	width: 280px;
	float: right;
}
#order_flex ul li {
	display: inline-block;
	height: 38px;
	padding: 0 6px;
	line-height: 35px;
	font-size: 14px;
	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: 5px;
}
#order_flex ul li span {
	font-weight: bold;
}
#order_flex img {
	width: 420px;
	height: auto;
}
#order_other img {
	width: 130px;
	height: 130px;
}
#order_other .more_right {
	position: absolute;
	right: 20px;
	bottom: 20px;
}