@charset "utf-8";
html {
	scroll-behavior: auto!important;
}
h1 {
	background: url(/img/icon/title-search.svg) no-repeat 0px 2px / 30px 30px;
}
/* サイズ検索
====================================================================================================*/
#searchBlock {
	position: relative;
	margin: 15px 0;
}
/* 3辺サイズ + 宅配サイズ
==============================*/
#searchTop {
	display: flex;
	justify-content: space-between;
}
/* 3辺サイズスライダー
==============================*/
#search_3sides {
	width: 700px;
	position: relative;
	margin-bottom: 20px;
}
#search_3sides img {
	width: 180px;
	height: 130px;
	float: left;
}
#slideBox {
	width: 510px;
	margin-left: 190px;
}
#slideBox span {
	color: var(--brown_d);
}
#slideBox .js-slider {
	width: 350px;
	height: 20px;
	margin: 0 0 30px 50px;
	position: relative;
}
#slideBox #G-slider {
	width: 300px;
	margin: 0 0 30px 100px;
}
#slideBox .js-slider .slideBar {
 	height: 10px;
 	border: 1px #C4C4C4 solid;
 	background-color: #F5F5F5;
 	border-radius: 10px;
 	position: relative;
 	top: 5px;
}

/* 長さ・幅・深さ */
#slideBox .sizeH {
	font-size: 18px;
	font-weight: bold;
	color: var(--brown_d);
	position: absolute;
	left: -50px;
	top: 0;
}
#G-slider .sizeH {
	left: -100px;
}
/* メモリ */
#slideBox .min, #slideBox .mid, #slideBox .memori, #slideBox .max {
	position: absolute;
 	top: 30px;
	width: 40px;
 	height: 12px;
	text-align: center;
	line-height: 1;
	font-size: 12px;
	color: var(--brown_d);
	margin-left: -20px;
}
#slideBox .min {
	left: 0px;
}
#slideBox .max {
	left: 350px;
}
#G-slider .min {
	left: 0;
}
#G-slider #g--5 {
	left: 75px;
}
#G-slider .mid {
	left: 150px;
}
#G-slider #g-5 {
	left: 225px;
}
#G-slider .max {
	left: 300px;
}
#slideBox .min:before, .memori:before, .max:before, #gmid:before {
	display: block;
	content: '';
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 6px;
	margin: auto;
	background-color: var(--gray);
}
/* 数値入力 */
#slideBox .inputText {
	position: absolute;
	left: 375px;
	top: 0px;
	width: 60px;
	height: 30px;
	font-size: 18px;
	text-align: center;
	background-color: var(--white);
	border-radius: 5px;
	border: 2px var(--gray) solid;
}
#G-slider .inputText {
	left: 325px;
}
#slideBox .mm {
	font-size: 16px;
	position: absolute;
	left: 443px;
	top: 6px;
}
#G-slider .mm {
	left: 393px;
}
/* スライダーのボタン */
#slideBox .slideBtn {
	position: absolute;
	top: 0px;
	left: -10px;
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	border-radius: 20px;
	border: none;
	box-shadow: 1px 1px 1px rgb(0, 0, 0, 0.2);
}
#slideBox .slideBtn:hover {
	width: 22px;
	height: 22px;
	top: -1px;
	left: -10px;
}
#N-slider .slideBtn {
	background: var(--orange_l);
}
#H-slider .slideBtn {
	background: var(--orange_d);
}
#F-slider .slideBtn {
	background: #F95F00;
}
#slideBox .slideBtnON {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: var(--brown_d);
	outline: none;
	padding: 0;
	margin: 0;
	border: var(--brown_d) 1px solid;
	position: absolute;
}
#G-slider .slideBtn {
	background: var(--gray_d);
}
/* unitBox */
.unitBox {
	display: flex;
	justify-content: space-between;
}
/* 長さ・幅・深さの入れ替え */
.unitBox > label {
	font-size: 16px;
	margin-right: 150px;
}
.unitBox > label span {
	vertical-align: middle;
}
/* cm/mm */
.unit_item {
	display: flex;
}
.unit_item label {
	display: block;
	width: 40px;
	height: 30px;
	text-align: center;
	border: 1px solid var(--gray);
	line-height: 30px;
	font-size: 15px;
	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 label:hover {
	opacity: 0.8;
}
.unit_item input:checked + label {
	color: var(--white);
	background: var(--orange_d);
}
.unit_item li input {
	display: none;
}
/* 数値をクリア */
#slide_clear {
	padding: 0 10px;
}
/* 宅配サイズ
==============================*/
#sizeBox {
	width: 530px;
	margin: 0 3px 15px 0;
	position: relative;
}
#sizeBox p {
	margin-bottom: 5px;
	font-weight: bold;
	color: var(--brown_d);
}
#sizeBox ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 9px;
}
#sizeBox li {
	width: 124px;
	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: 13px;
	font-weight: bold;
	margin-left: 2px;
}
#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: 126px;
	height: 46px;
	background: url(/img/top_takuha_d.png) no-repeat;
	background-color: var(--white);
	font-size: 24px;
	font-weight: bold;
	padding: 3px 0 0 15px;
}
#sizeBox li:nth-child(8) label {
	padding: 3px 0 0 10px;
}
#sizeBox li:nth-child(1) label {
	background-size: auto 15px;
	background-position: 92px 14px;
}
#sizeBox li:nth-child(2) label {
	background-size: auto 20px;
	background-position: 89px 12px;
}
#sizeBox li:nth-child(3) label {
	background-size: auto 25px;
	background-position: 83px 10px;
}
#sizeBox li:nth-child(4) label {
	background-size: auto 30px;
	background-position: 81px 7px;
}
#sizeBox li:nth-child(5) label {
	background-size: auto 35px;
	background-position: 76px 5px;
}
#sizeBox li:nth-child(6) label {
	background-size: auto 40px;
	background-position: 72px 2px;
}
#sizeBox li:nth-child(7) label {
	background-size: auto 45px;
	background-position: 72px -1px;
}
#sizeBox li:nth-child(8) label {
	background-position: 78px -4px;
}
#sizeBox li:nth-child(n+9) label {
	width: 126px;
	height: 46px;
	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: 13px;
	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;
}
#sizeBox li:nth-child(11) label span, #sizeBox li:nth-child(12) label span {
	display: block;
	font-size: 13px;
	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: 13px;
	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: 90%;
	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: 90%;
	margin-top: 0;
}
label img, #sizeBox li:nth-child(16) label img {
	width: 95%;
	margin-top: 8px;
}
#sizeBox li input:checked + label {
	border: 3px solid var(--orange_l);
	border-radius: 7px;
	margin: -2px 0 0 -2px;
	width: 130px;
	height: 50px;
	box-shadow: none;
}
#sizeBox li input:checked + label:hover {
	transform: translateY(0px);
}
/* 詳細検索
====================================================================================================*/
#detailBox {
	position: relative;
}
#detailBox > p {
	margin-bottom: 75px;
	font-weight: bold;
	color: var(--brown_d);
}
/*絞り込み*/
#search_details {
	position: absolute;
	top: 30px;
	left: 0;
}
#search_details > li {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	background: var(--gray_l);
	border: solid 1px var(--gray);
	border-radius: 5px;
	position: relative;
	z-index: 2;
}
#search_details > li + li {
	margin-left: 8px;
}
#search_details li.open {
	transform: translateY(2px);
	transition: 0.2s;
}
#search_details li.open:hover {
	box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.2);
}
#search_details li > span {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 17px;
	font-weight: bold;
	line-height: 52px;
	padding-left: 60px;
}
#search_details li > span::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 6px;
	left: 6px;
	background-color: var(--white);
	background-repeat: no-repeat;
	background-size: 38px;
	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 {
	right: 10px;
	transform: rotate(90deg);
	transition: 0.5s;
}
#search_details .arrow-gray.open::after {
	transform: rotate(-90deg);
	transition: 0.5s;
}
#search_details li > span span {
	font-size: 15px;
	font-weight: bold;
}
.menu_details {
	display: none;
	margin: 5px 10px 10px;
	font-size: 14px;
}
.open ~ .menu_details {
	display: block;
	animation: fade_in forwards 0.8s;
}
#li-other .menu_details:nth-of-type(-n+2) {
	border-bottom: dashed 1px var(--gray);
	padding-bottom: 10px;
}
.menu_details li + li {
	margin-top: 8px;
}
.menu_details label:hover, .menu_details label:hover > span {
	text-decoration: underline;
}
/* 箱形式・フルート */
#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 0px / 38px 38px;
}
.li-Bsiki {
	background: url(/img/icon/50-boxformat-b.png) no-repeat 25px 0px / 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: 15px;
}
.menu_details + .popup_link {
	display: none;
}
.open + .menu_details + .popup_link {
	display: block;
	margin: 0 10px 10px;
}
.popup_link::before {
	content: '?';
	display: inline-block;
	color: var(--white);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	width: 16px;
	height: 16px;
	background-color: var(--blue_l);
	border-radius: 20px;
	margin-right: 3px;
}
.popup_link:hover {
	text-decoration: underline;
	cursor: pointer;
}
/* 箱タイプ選択 */
#search_details + div {
	display: flex;
	justify-content: space-between;
	height: 50px;
}
#search_lists {
	display: flex;
	gap: 10px;
}
#search_lists li {
	width: 154px;
	background-color: var(--beige_l);
	border-radius: 5px;
	position: relative;
}
#search_lists li:hover {
	opacity: 0.8;
}
#search_lists label {
	display: block;
	line-height: 50px;
	padding-left: 10px;
	align-items: center;
	position: relative;
}
#search_lists label input[type="radio"] {
	margin-right: 5px;
}
#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: 10px;
	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: 0 10px;
}
#search_lists + label span {
	font-weight: bold;
}
/* 検索窓 */
#itemSearch {
	width: 350px;
	position: relative;
	background: var(--white);
	border: 2px solid var(--orange_d);
	border-radius: 5px;
}
#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: 310px;
	padding: 0 0 0 10px;
	line-height: 46px;
	border-radius: 5px 0 0 5px;
}
#itemSearchBtn {
	position: absolute;
	top: -1px;
	right: -2px;
	width: 42px;
	height: 48px;
	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: 60px;
}
#result_h2 {
	padding: 0;
	margin: 0 20px 15px 0;
	border: none;
	font-size: 20px;
	display: inline-block;
}
#kensu {
	margin-left: 10px;
}
/* 検索中の項目 */
#search_item {
	background-color: var(--gray_l);
	border-radius: 5px;
	padding: 10px 10px 3px 15px;
	margin-bottom: 20px;
	display: inline-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: 26px;
	line-height: 25px;
	padding: 0 10px;
	background: var(--white);
	border: solid 1px var(--blue_l);
	border-radius: 3px;
	cursor: pointer;
	color: var(--blue_l);
}
#search_item label:hover {
	opacity: 0.8;
}
/* 表示ボタン */
#displayBox {
	display: flex;
	justify-content: right;
	align-items: center;
	gap: 20px;
	font-size: 15px;
	position: absolute;
	top: -45px;
	right: 0;
}
#change_photo {
	border: solid 1px var(--gray);
	border-radius: 5px;
	padding: 5px;
	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;
}
#change_photo:hover {
	transform: translateY(1px);
}
#sort select {
	width: 200px;
	height: auto;
	padding: 5px;
	background-color: var(--white);
	border: 1px solid var(--gray);
	border-radius: 5px;
	outline: none;
}
#sort select:hover {
	border: 1px solid var(--gray_d);
}
#sort span {
	color: var(--black);
	line-height: 2;
}
/* もっと読み込む */
.reading_box {
	width: 100%;
}
.reading_box p {
	text-align: right;
	position: relative;
}
.reading_box p::before {
	content: '';
	display: block;
	width: 82%;
	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: 100%;
	padding: 20px;
	background: var(--pink_l);
	border-radius: 5px;
	position: relative;
}
#allItem img {
	width: 100px;
	height: 100px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#allItem p {
	display: inline-block;
	vertical-align: middle;
}
#allItem .more_right {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#allItem .more_right::after {
	transform: rotate(-90deg);
}
/* ポップアップ
====================================================================================================*/
/* 箱形式について
==============================*/
#popup1 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 20px 0;
}
#popup1 li {
	width: 220px;
	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: 200px;
	height: 120px;
}
/* フルートについて
==============================*/
#popup2 .popup_window {
	height: auto;
}
#popup2 ul {
	display: flex;
	justify-content: center;
	margin: 10px 0 20px;
}
#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 {
	width: 240px;
	padding: 15px;
	background-color: var(--beige_l);
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#popup3 li + li {
	margin-left: 10px;
}
#popup3 li:last-child {
	width: 400px;
}
#popup3 li p {
	font-size: 14px;
	margin-bottom: 10px;
}
#popup3 li:nth-child(-n+2) img {
	width: 200px;
	height: 340px;
	margin: 0 5px;
}
#popup3 li:last-child img {
	width: 370px;
	height: 140px;
}
#popup3 li:last-child p:nth-of-type(2) {
	margin-top: 20px;
}
#popup3 li:nth-child(n+2)::after {
	content: '';
	display: block;
	width: 40px;
	height: 50px;
	background: url("/img/icon/arrow-next.svg") no-repeat center / 40px 50px;
	position: absolute;
	top: 180px;
	left: -28px;
}
#popup3 h3 + div {
	display: block;
	width: 910px;
	height: auto;
	background-color: var(--beige_l);
	padding: 15px;
	margin: 0 auto;
}
#popup3 h3 + div p {
	margin-bottom: 10px;
}
#popup3 h3 + div img {
	width: 880px;
	height: 580px;
}
/* 該当する商品がない場合(#errorBox)
====================================================================================================*/
#errorBox {
	width: 100%;
	background: #eee;
	border-radius: 5px;
	padding: 30px;
	margin: 0;
}
#errorBox h3 {
	margin: 50px 0 10px 0;
	color: var(--black);
}
/* 箱丸君 */
#no_box {
	display: inline-block;
	margin-left: 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;
	display: flex;
	gap: 20px;
}
#no_box ul li {
	width: 350px;
	padding: 10px;
	background: var(--beige_l);
	border-radius: 5px;
	text-align: center;
	color: var(--brown_d);
}
#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: 120px;
}
#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: 220px;
	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 + div {
	border-top: 1px dashed var(--gray);
}
#g_search + .more_right {
	margin-top: 10px;
	text-align: right;
}
#g_search + .more_right:hover {
	text-decoration: none;
}
#g_search + .more_right a:hover {
	text-decoration: underline;
}
/* 比較検討
====================================================================================================*/
/* 比較検討ボタン */
.product_box:hover .product_compare {
	opacity: 1;
}
.product_compare {
	opacity: 0;
}
input.compareInput {
	display: none;
}
label.compareLabel {
	color: var(--gray_d);
	font-weight: bold;
	user-select: none;
	padding: 8px 8px 8px 40px;
	position: absolute;
	top: 184px;
	right: 18px;
	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;
}
label.compareLabel:hover {
	transform: translateY(1px);
}
.product_compare p {
	font-size: 14px;
	position: absolute;
	top: 205px;
	right: 18px;
}
/* 比較検索
==============================*/
#compareContainer {
	position: fixed;
	bottom: 0;
	z-index: 10;
}
/* 下部固定ボタン */
#compareNavi {
	width: 150px;
	height: 50px;
	padding: 10px 0px 10px 45px;
	background: #2378CF url(/img/common/icon-compare-on.png) no-repeat 15px center / 25px auto;
	border-radius: 8px 8px 0px 0px;
	box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.5);
	color: var(--white);
	font-size: 18px;
	line-height: 30px;
	position: absolute;
	left: 280px;
	top: -50px;
	cursor: pointer;
}
#compare_in {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	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 {
	margin-left: 280px;
	background-color: var(--yellow_l);
	border: 5px #2378CF solid;
	border-bottom: none;
	border-radius: 0 8px 0 0;
	box-shadow: 0px 5px 5px rgb(0, 0, 0, 0.5);
	position: relative;
}
#compareList {
	width: 940px;
	height: 190px;
	padding: 10px 10px 60px 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);
	transition: 0.2s;
	position: absolute;
	right: -8px;
	top: -8px;
	cursor: pointer;
}
#compareBox .compareDelete:hover {
	transform: translateY(1px);
	box-shadow: none;
	transition: 0.2s;
}
/* 比較するボタン */
#compareLink {
	display: block;
	width: 300px;
	height: 40px;
	line-height: 2;
	font-size: 20px;
	color: var(--white);
	text-align: center;
	background-color: #2378cf;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.3);
	transition: 0.2s;
	position: absolute;
	top: 125px;
	left: 335px;
}
#compareLink.noLink {
	background-color: #ccc;
}
#compareLink:hover {
	transform: translateY(2px);
	box-shadow: none;
	transition: 0.2s;
}
/* 同寸検索 */
#compareList #compareOne {
	width: auto;
	border: 1px #ccc solid;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0 0 10px;
	background: var(--white);
	font-size: 18px;
	height: 90px;
}
#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: 32px;
	line-height: 2;
	font-size: 16px;
	color: var(--white);
	text-align: center;
	background-color: #2378CF;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.3);
	transition: 0.2s;
	margin: 5px auto;
}
#sameSearch:hover {
	transform: translateY(2px);
	box-shadow: none;
	transition: 0.2s;
}
/* ? */
#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-bottom: 20px;
	padding: 30px 20px 10px;
}
#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_other li {
	width: 420px;
	height: 200px;
	padding: 20px;
}
#order_flex h3 {
	font-size: 18px;
	font-weight: bold;
	color: var(--brown_d);
}
#order_flex h3 span {
	font-size: 23px;
	font-weight: bold;
	color: var(--brown_d);
}
#order_other h3 {
	font-size: 18px;
	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 {
	width: 780px;
	margin-top: 20px;
}
#order_flex picture + p a:hover {
	text-decoration: underline;
}
#order_other li picture + p {
	color: var(--brown_d);
	margin-top: 20px;
	width: 210px;
	float: right;
}
#order_flex ul li {
	display: inline-block;
	height: 40px;
	padding: 0 10px;
	line-height: 36px;
	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: 420px;
	height: auto;
	position: absolute;
	top: 5px;
	right: 20px;
}
#order_other {
	display: flex;
	justify-content: space-between;
}
#order_other img {
	width: 130px;
	height: 130px;
}
#order_other .more_right {
	position: absolute;
	right: 20px;
	bottom: 20px;
}