@charset "utf-8";

:root {
	--hover:color .3s, background .3s, border-color .3s, text-decoration-color .3s;
}

body.n_search.snt_search main .h2_line h1 span{
	font-size: 2.25rem;
	padding-left: 20px;
}
body.n_search .search-whole{
	margin-block: 3em 6em;
	overflow:hidden;
}
body.n_search .search-category{
	background: #f0f3ff;
	margin-block: 3em 3em;
	padding-block: 3em 3em;
}
body.n_search .search-whole .sitewrap{
	overflow:visible;
}
body.n_search .form-section{
	border: solid 5px #f1f1f1;
	padding:1em;
	margin-block:1em;
	background: #fff;
}
body.n_search .search-category .form-section{
	border:none;
}
body.n_search .sitewrap {
	width: 1000px;
	min-width:1000px;
}
body.n_search footer .sitewrap {
	width: 1200px;
	min-width:1200px;
}
body.n_search .search_top{
	margin-bottom:3em;
}
body.n_search .search_top p{
	font-size:1.125rem;
}
body.n_search .subNav_last{
	width: 1200px;
	min-width:1200px;
}
body.n_search .search_form{
	padding:0;
	margin: 0;
	width: auto;
}
body.n_search .search_form + .search_form{
	margin-top: 4em;
}
body.n_search .n_search_tit{
	border-bottom:2px solid #ddddde;
	line-height: 1.5;
	padding-bottom:0.25em;
}
body.n_search h2.n_search_tit::before{
	content: "";
	position:absolute;
	left: 0;
	bottom: -2px;
	width: 65px;
	height: inherit;
	border-bottom: 2px solid #003f7f;
}
body.n_search h3.n_search_tit{
	font-size:1.5rem;
	margin-bottom:1em;
	border-bottom: 1px solid #04010c;
}

body.n_search .n_search_tit ~ p strong{
	font-size:1.125rem;
	display: block;
	margin-bottom: 1em;
}
body.n_search .txt-red{
	color: #f02200;
}
body.n_search * + h4.n_search_tit{
	margin-top:2em;
}
body.n_search .question-wrap{
	width:100%;
}
body.n_search .question-wrap a{
	display:inline-flex;
	justify-content:flex-start;
	align-items:center;
	gap:0.5em;
	color:#003f7f;
	text-underline-offset:5px;
	text-decoration: underline;
	transition:var(--hover);
}
body.n_search .question-wrap a i{
	width:28px;
	height:28px;
	background:#003f7f;
	border:#003f7f solid 1px;
	border-radius:50%;
	position:relative;
	color:#fff;
	justify-content:center;
	align-items:center;
	display:flex;
	font-style:normal;
	line-height:1;
	transition:var(--hover);
}
body.n_search .question-wrap a:hover{

	text-decoration-color:transparent;
}
body.n_search .question-wrap a:hover i{
	background:#fff;
	color:#003f7f;
}

body.n_search .search_wrap{
	display:flex;
	justify-content:flex-start;
	align-items: flex-start;
	flex-wrap:wrap;
	gap: 0.5em;
	margin-block: 1em;
	max-width: 700px;
}
body.n_search .search-whole .no_search_text{
	margin-block: 1.5em 2.5em;
	padding:0;
	font-size: 1.25rem;
}
body.n_search .search_form input{
	margin:0;
	width: 100%;
}
body.n_search .search_wrap button.form-search-btn{
	margin-top: 0em;
}
body.n_search .search_wrap .search_input:has(p:not([class])) ~ button.form-search-btn{
	margin-top: 1.675em;
}
body.n_search button.form-search-btn{
	font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic ProN, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka;
	border: 1px solid #003f7f;
	margin: 0;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	padding: 0 1.5rem;
	position: relative;
	z-index: 5;
	background: none;
	cursor: pointer;
	transition:color .2s;
	color: #333333;
	margin:0;
	display: inline-block;
	width: 50px;
	background:#003f7f;
	transition:.5s background-color,.5s color;
}
body.n_search button.form-search-btn::before {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	top: calc(50% - 9px);
	left: calc(50% - 9px);
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	transition: .5s border-color,.5s box-shadow;
}
body.n_search button.form-search-btn::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 6px;
	top: calc(50% + 6px);
	left: calc(50% + 2px);
	border-top: solid 2px #fff;
	transform: rotate(45deg);
	transition:.5s border-color;
}
body.n_search .search_input p:not([class]){
	margin-bottom: 0.25em;
	font-weight: 600;
	font-family:"Yu Gothic Bold", "游ゴシック Bold", sans-serif;
	color:#779;
	display:flex;
	gap: 0.35em;
	align-items:center;
}
body.n_search .search_input p:not([class]):before{
	content:"";
	display:block;
	height: 6px;
	width: 6px;
	background:#779;
}

body.n_search .search_input:has(.error-message) input{
	background:#fee;
}
body.n_search .error-message{
	color:#ff0000;
	margin-top: 0.15em;
	letter-spacing:-0.03em;
	font-family:"Yu Gothic Bold", "游ゴシック Bold", sans-serif;
	font-weight:600;
}
body.n_search .search_input{
	width:42%;
	position: relative;
	flex: 1;
}
body.n_search .search_input-short{
	width:30%;
}
@media (any-hover: hover) {
	body.n_search button.form-search-btn:hover{
		background:#fff;
	}
	body.n_search button.form-search-btn:hover::before{
		box-shadow: 0 0 0 2px #003f7f;
	}
	body.n_search button.form-search-btn:hover::after{
		border-color:#003f7f
	}
}
@media screen and (max-width:768px) {
	body.n_search .sitewrap,
	body.n_search footer .sitewrap{
	  	width: 100%;
	  	min-width:0;
	  }
	body.n_search .sitewrap > *{
		padding-inline:15px;
	}
	body.n_search .search-whole{
		margin-block:2.5em 4em;
	}
	body.n_search .search-category{
		margin-block:2.5em;
	}
	body.n_search.snt_search main .h2_line h1 span{
		font-size:1.14rem;
		padding-left:10px;
	}
	body.n_search .search_wrap{
		gap:0.5em;
	}
	body.n_search .search_top p{
		font-size: 1rem;
	}
	body.n_search .search_wrap .search_input:has(p:not([class])) ~ button.form-search-btn{
		margin-top: 23px;
	}
	body.n_search .search_form input{
		padding-inline:1em;
		font-size: 12px;
	}
	body.n_search button.form-search-btn{
		height:40px;
		line-height:40px;
		width:40px;
	}
	body.n_search .error-message{
		font-size:0.86rem;
	}
	body.n_search .search_input{
		width:calc(100% - 1em - 50px);
	}
	body.n_search .search_input-short{
		width:40%;
	}
	body.n_search .question-wrap a{
		font-size:0.86rem;
	}
	body.n_search .question-wrap a i{
		width:20px;
		height:20px;
	}
	body.n_search .question-wrap a i:before{
		font-size:0.86rem;
		inset:2px 3px 0 0;
	}
	body.n_search .n_search_tit ~ p strong{
		font-size:1rem;
	}
	body.n_search .search_form + .search_form{
		margin-top:3em;
	}
}

/*.search_again_area*/
body.n_search .search_agai_title{
    font-size: 1.5rem;
    margin-bottom: 1em;
    border-bottom: 1px solid #04010c;
	line-height: 1.5;
    padding-bottom: 0.25em;
}
body.n_search .search_again_area .search_wrap{
	margin-top:0;
}
@media screen and (max-width:768px) {
	body.n_search .search_agai_title{
		font-size:1.14rem;
	}
}
/*result*/
body.n_search .tit_area{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:1em;
	font-size:1.25rem;
}
body.n_search .tit_area em{
	max-width:fit-content;
}
body.n_search .search-result{
	height: auto;
	margin-bottom: 0;
	position:relative;
	z-index:2;
	padding-block:2em;
}
body.n_search .search-result:after{
	content:"";
	display:block;
	z-index:-1;
	background: #f0f3ff;
	position:absolute;
	inset:0 calc(-50vw - 50%);
}
body.n_search .search-result .search-result-wrap{
	display:flex;
}
body.n_search .search-result .search-resul-th{
	margin-bottom:1em;
	color: #fff;
	background: #003f7f;
}
body.n_search .search-result .search-resul-th span{
	display:inline-block;
	margin-left:0.5em;
	font-size: 0.75em;
}
body.n_search .search-result .search-resul-td{
	background:#fff;
	padding: 0.25em 0em;
	transition:.5s background-color;
	text-decoration: none;
}
body.n_search .search-result .search-result-wrap{
	border: solid 1px #003f7f;
	border-right-width: 2em;
	position: relative;
	z-index: 1;	
}
body.n_search .search-result .search-resul-td:after{
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	right:-1.25em;
	transform:rotate(45deg)
}

body.n_search .search-result .search-result-wrap > *{
	padding:0.25em 0.5em;
	border-right:solid 1px #ddd;
	display:flex;
	justify-content:center;
	align-items:center;
	min-height:3.0em;
}
body.n_search .search-result *{
	box-sizing:border-box;
}
body.n_search .search-result .search-result-wrap > *:last-child{
	border:none;
}
body.n_search .search-result div.search-result-select{
	border-right-width:1px;
}
body.n_search .search-result div.search-result-select:after{
	display:none;
}
body.n_search .search-result:has(div.search-resul-td) div.search-result-wrap{
	border-right-width:1px;
}
body.n_search .search-result .search-resul-td + .search-resul-td{
	margin-top: 0.5em;
}
body.n_search .search-result .search-result-wrap [class^="search-result0"]{
	text-align: center;
}
body.n_search .search-result .search-result-wrap .search-result-title{
	display:none;
}
body.n_search .search-result .search-result-wrap .search-result01{
	width:15%;
}
body.n_search .search-result .search-result-wrap .search-result02{
	width:20%;
}
body.n_search .search-result .search-result-wrap .search-result03{
	width:10%;
}
body.n_search .search-result .search-result-wrap .search-result04{
	width:15%;
}
body.n_search .search-result .search-result-wrap .search-result05{
	width:20%;
}
body.n_search .search-result .search-result-wrap .search-result06{
	width:20%;
}
body.n_search .search_again_area-title{
	font-size:1.125rem;
	margin-bottom:0.5em;
}
body.n_search .nameItem{
	position:relative;
	margin: 2em auto 0 !important;
	text-align:center;
}
body.n_search .search-result .search-result-wrap .search-result-title ~ p{
	font-weight:bold;
	word-break:break-all;
	line-height:1.2;
}
body.n_search.detail .search-result{
	margin-bottom:1em;
}
body.search_genuine .search-result .search-result-wrap [class^="search-result0"]{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:0.5em;
}
body.search_genuine .search-result .search-result-wrap .search-result-title{
	display:flex;
	color: #779;
    font-size: 0.75rem;
	align-items:center;
	gap:0.5em;
}
body.search_genuine .search-result .search-result-wrap .search-result-title:before{
	content:"";
	display:block;
	height: 6px;
	width: 6px;
	background:#779;
}
body.search_genuine .search-result .search-result-wrap .search-result01{
	width:30%;
}
body.search_genuine .search-result .search-result-wrap .search-result02{
	width:30%;
}
body.search_genuine .search-result .search-resul-td{
	padding-inline:1.5em;
}
@media (any-hover: hover) {
	body.n_search .search-result a.search-resul-td:hover{
		background: #dcebf9;
		text-decoration:none;
	}	
}
@media screen and (max-width:768px) {
	body.n_search .search-result{
		padding-block: 1.5em 2em;
		margin-bottom: 0;
		background: none;
	}
	body.n_search .search-result .search-result-wrap{
		flex-wrap:wrap;
		width: auto;
		text-decoration: none;
		gap: 1px;
		background:#ddd;
		padding: 0 0 0 0;
		border: solid 2px #003f7f;
		border-right-width:2em;
		position:relative;
		z-index:1;
	}
	body.n_search .search-result .search-resul-td + .search-resul-td{
		margin-top:1em;
	}
	body.n_search .search-result .search-resul-th{
		display:none;
	}
	
	body.n_search .search-result .search-result-wrap [class^="search-result0"]{
		text-align: left;
		background:#fff;
		font-size: 0.88rem;
		flex-direction:column;
		min-height:0;
		align-items:flex-start;
		justify-content:flex-start;
		width:100%;
	}
	body:is(.n_search,.search_genuine) .search-result .search-result-wrap:has([class^="search-result0"]:nth-child(n+2)) [class^="search-result0"]{
		width: calc(50% - 0.5px);
	}
	body.n_search .search-result .search-result-wrap .search-result-title{
		white-space: nowrap;
		color:#779;
		font-size: 0.75rem;
		display:flex;
		gap:0.25em;
		align-items:center;
	}
	body.n_search .search-result .search-result-wrap .search-result-title:before{
		content:"";
		display:block;
		height: 6px;
		width: 6px;
		background:#779;
	}
	body.n_search .search-result:has(.search-result-select){
		background: #dcebf9;
		margin-bottom: 1em;
	}
	body.n_search .tit_area{
		font-size:1.14rem;
	}
	body.search_genuine .search-result .search-result-wrap [class^="search-result0"]{
		min-height:4.25em;
		justify-content:center;
		gap:0.25em;
	}
	body.search_genuine .search-result .search-result-wrap:has(>[class^="search-result0"]:nth-child(n+2)) [class^="search-result0"]{
		width: calc(50% - 0.5px);
	}
	body.search_genuine .search-result{
		margin-bottom: 3em;
	}
}


/*search-detail*/
body.n_search .chenge_wrap{
	display:flex;
	justify-content:space-between;
	align-items: center;
	flex-wrap:wrap;
	margin-bottom:4em;
}
body.n_search .chenge_wrap p{
	color:#003f7f;
}
body.n_search .chenge_wrap .chenge_link{
	color:#003f7f;
	display: block;
	position: relative;
	text-underline-offset:5px;
	border: solid 1px;
	padding: 1.0em 3em 1.0em 1em;
	transition:var(--hover);
	text-decoration:none;
}
body.n_search .chenge_wrap .chenge_link:after{
	display: inline-block;
	width: 22px;
	height: 6px;
	border-bottom: 1px solid ;
	border-right: 1px solid ;
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
	position: absolute;
	inset: 0 1em 0 auto;
	content:"";
	margin:auto;
	transition:.3s transform, color .3s;
}
body.n_search .chenge_wrap .chenge_link:hover{
	background:#003f7f;
	color:#fff;
}
body.n_search .detail_wrap{
	position:relative;
}
body.n_search .detail_wrap dl:first-child{
	border-top:1px solid #003f7f;
}
body.n_search .detail_wrap dl{
	
	border-bottom:1px solid #003f7f;
}
body.n_search .detail_wrap dt{
	display:flex;
	justify-content:space-between;
	align-items: center;
	flex-wrap:wrap;
	gap:0.5em;
	background: #fff;
	padding:1em;
	position: relative;
	transition: .5s background;
	cursor: pointer;
}
body.n_search .detail_wrap dt .detail_dt{
	display:flex;
	justify-content:space-between;
	align-items: center;
	flex-wrap:wrap;
	gap:1em;
	width: calc(100% - 0.5em - 70px);
}
body.n_search .detail_wrap dt .detail_dt > *{
	min-height: 3em;
}
body.n_search .detail_wrap dt .detail_dt_image{
	width: 100px;
}
body.n_search .detail_wrap dt .detail_dt_image img{
	max-width:100%;
	height:auto;
}
body.n_search .detail_wrap dt .detail_dt_product{
	flex: 1;
}
body.n_search .detail_wrap dt .detail_dt_product_number{
	flex: 1;
}
body.n_search .detail_wrap dt .detail_dt_product_series{
	flex: 1;
}
body.n_search .detail_wrap dt :is(.detail_dt_product,.detail_dt_product_number,.detail_dt_product_series) em{
	display:block;
	margin-bottom:0.5em;
	font-size:0.8em;
	color:#779;
	display:flex;
	align-items:center;
	gap:0.35em;
}
body.n_search .detail_wrap dt :is(.detail_dt_product,.detail_dt_product_number,.detail_dt_product_series) em:before{
	content: "";
	display: block;
	height: 6px;
	width: 6px;
	background: #779;
}
body.n_search .detail_dt_btn{
	aspect-ratio: 25 / 30;
	height: 31px;
	position: relative;
	width: 25px;
	display: block;
	inset: 0;
	margin: 0 3px;
}
body.n_search .opened .detail_dt_btn{
	transform:rotate(270deg);
}
body.n_search .detail_wrap *{
	box-sizing:border-box;
}
body.n_search .detail_wrap dd{
	padding: 2em 1em;
	background: #f0f3ff;
}
body.n_search .detail_wrap dd .detail_dd{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap:3%;
}
body.n_search .detail_wrap dd .detail_dd .detail_dd_left{
	width:50%;
	padding-inline: 3em;
}
body.n_search .detail_wrap dd .detail_dd .detail_dd_right{
	width: 35%;
	padding: 2em;
	box-sizing: border-box;
	background: #fff;
}

body.n_search .detail_wrap dd .detail_dd .detail_dd_left img{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	object-fit: contain;
}
body.n_search .detail_wrap dd .detail_slider{
	margin-bottom:1em;
}
body.n_search .detail_wrap dd .detail_slider_item{
	aspect-ratio:1 / 1;
	height: 388px;
	background:#fff;
}
body.n_search .detail_wrap dd .detail_dd .detail_dd_left .detail_slider_item a{
	display:block;
	position:relative;
	z-index:2;
	height:100%;
	width: 100%;
}
body.n_search .detail_wrap dd .detail_dd .detail_dd_left .detail_slider_item a:before{
	content:"+";
	position:absolute;
	font-size:1.25em;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#003f7f;
	color:#fff;
	z-index:4;
	width:1.5em;
	height:1.5em;
	border-radius:50%;
	bottom:0.5em;
	right:0.5em;
	font-weight:blod;
	border:#003f7f solid 2px;
	transition:transform .3s,color .3s, background .3s;
}
/*
body.n_search .detail_wrap dd .detail_dd .detail_dd_left .detail_slider_item a:after{
	content:"";
	display:block;
	inset:0;
	position:absolute;
	border:solid 1px;
}*/
body.n_search .detail_wrap dd .detail_dd .detail_dd_left .detail_slider_item a:hover:before{
	transform:scale(1.2);
	background:#fff;
	color:#003f7f;
}
body.n_search .detail_wrap dd .detail_dd .detail_dd_left .detail_slider_item img{
	max-height:100%;
	max-width:100%;
	object-fit: contain;
	transition:transform .3s, opacity 0.3s;
}
body.n_search .detail_wrap dd .detail_dd .detail_dd_left .detail_slider_item a:hover img{
	/* transform:scale(1.1);*/
	opacity:0.7;
}
body.n_search .detail_wrap dd .detail_thumbnail .slick-track{
	width:100%!important;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 0.375em;
	transform: translate(0) !important;
}
body.n_search .detail_wrap dd .detail_thumbnail .slick-track:before,
body.n_search .detail_wrap dd .detail_thumbnail .slick-track:after{
	display:none;
}
body.n_search .detail_wrap dd .detail_thumbnail .detail_thumbnail_item{
	width: calc((100% / 5) - 0.375em) !important;
	cursor:pointer;
	aspect-ratio: 1 / 1;
	text-align: center;
	background: #fff;
}
body.n_search .detail_wrap dd .detail_thumbnail .slick-current{
	position: relative;
}
body.n_search .detail_wrap dd .detail_thumbnail .slick-current:before{
	content:"";
	border:3px solid #003f7f;
	position:absolute;
	inset:0;
	margin:auto;
	z-index: 5;
}
body.n_search .detail_wrap dd .slick-prev,
body.n_search .detail_wrap dd .slick-next{
	width:2em;
	height:2em;
	font-size: 1.5em;
}
body.n_search .detail_wrap dd .slick-prev{
	left: -1.5em;
}
body.n_search .detail_wrap dd .slick-next{
	right:-1.75em;
}
body.n_search .detail_wrap dd .slick-prev:before,
body.n_search .detail_wrap dd .slick-next:before{
	display:none;
}
body.n_search .detail_wrap dd .slick-prev:after,
body.n_search .detail_wrap dd .slick-next:after{
	border-right: 6px solid #003f7f;
	border-top: 6px solid #003f7f;
	box-shadow: none;
	transition:.5s border-color;
	content: "";
	display: block;
	height: 36px;
	position: absolute;
	top: 50%;
	width: 36px;
	transform: translateY(-50%) rotate(45deg);
}
body.n_search .detail_wrap dd .slick-disabled:after{
	border-color:#ccc;
}
body.n_search .detail_wrap dd .slick-prev:after{
	transform: translateY(-50%) rotate(45deg) scale(-1);
}
body.n_search .detail_wrap dd .detail_dd .detail_dd_right em{
	display:flex;
	margin-bottom:0.5em;
	color:#779;
	display:flex;
	align-items:center;
	gap:0.35em;
}
body.n_search .detail_wrap dd .detail_dd .detail_dd_right em:before{
	content: "";
	display: block;
	height: 6px;
	width: 6px;
	background: #779;
}
body.n_search .detail_wrap dd .detail_dd .detail_dd_right p{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap:0.5em;
	text-align:left;
	font-weight: bold;
}
body.n_search .detail_wrap dd .detail_dd .detail_dd_right p + p{
	margin-top: 0.35em;
	padding-top:0.35em;
	border-top:dotted 1px #ccc;
}
body.n_search .detail_wrap dd .detail_dd .detail_dd_right p span{
	width:max-content;
	display:block;
	flex: 1;
	word-break: break-all;
}
body.n_search .detail_wrap dd .detail_dd .detail_dd_right p span:nth-child(2){
	flex: 1.2;
}
@media (any-hover: hover) {
	body.n_search .chenge_wrap .chenge_link:hover:after{
		transform:translateX(5px) skew(45deg);
	}
	body.n_search .detail_wrap dt:hover{
		background: #f0f3ff;
	}
	body.n_search .detail_wrap dt.opened{
		background: #e0e6fc;
		color:#003f7f;
	}
}
@media screen and (max-width:768px) {
	body.n_search .chenge_wrap{
		gap:1em;
		margin-bottom: 3em;
	}
	body.n_search .chenge_wrap .chenge_link{
		text-align:right;
		margin-left: auto;
		padding-right: 2em;
	}
	body.n_search .chenge_wrap .chenge_link:after{
		width:18px;
		height: 4px;
		right: 0.5em;
	}
	body.n_search .detail_wrap dt{
		padding:0.75em 0;
	}
	body.n_search .detail_dt_btn{
		height: 29px;
	}
	body.n_search .detail_wrap dt .detail_dt{
		display:block;
		width: calc(100% - 0.5em - 50px);
	}
	
	body.n_search .detail_wrap dt .detail_dt_image{
		width:80px;
		float:left;
	}
	body.n_search .detail_wrap dt .detail_dt > *{
		min-height:0;
	}
	body.n_search .detail_wrap dt .detail_dt_product,
	body.n_search .detail_wrap dt .detail_dt_product_number,
	body.n_search .detail_wrap dt .detail_dt_product_series{
		width:calc(100% - 90px);
		margin-left:auto;
	}
	body.n_search .detail_wrap dt .detail_dt_product em,
	body.n_search .detail_wrap dt .detail_dt_product_number em,
	body.n_search .detail_wrap dt .detail_dt_product_series em,
	body.n_search .detail_wrap dt .detail_dt_product p,
	body.n_search .detail_wrap dt .detail_dt_product_number p,
	body.n_search .detail_wrap dt .detail_dt_product_series p{
		font-size:0.86rem;
	}
	body.n_search .detail_wrap dt .detail_dt_product em,
	body.n_search .detail_wrap dt .detail_dt_product_number em,
	body.n_search .detail_wrap dt .detail_dt_product_series em{
		margin-bottom: 0.25em;
		font-size: 0.75em;
		gap: 0.25em;
	}
	body.n_search .detail_wrap dt .detail_dt_product p,
	body.n_search .detail_wrap dt .detail_dt_product_number p,
	body.n_search .detail_wrap dt .detail_dt_product_series p{
		font-weight:bold;
	}
	body.n_search .detail_wrap dt .detail_dt > * + *{
		margin-top: 0.35em;
	}
	body.n_search .detail_wrap dt .detail_dt_product{
		margin-top:0;
	}
	body.n_search .detail_dt_btn > p{
		padding:0.25em 0.25em 0.25em 0.5em;
		font-size:0.86rem;
	}
	body.n_search .detail_wrap dd{
		padding: 2em 1em;
	}
	body.n_search .detail_wrap dd .detail_dd{
		gap: 1.5em 3%;
	}
	body.n_search .detail_wrap dd .detail_dd .detail_dd_left{
		width:100%;
		padding-inline:2em;
		overflow: hidden;
	}
	body.n_search .detail_wrap dd .detail_dd .detail_dd_right{
		width:100%;
		padding:1.5em 1em;
	}
	body.n_search .detail_wrap dd .slick-prev:after,
	body.n_search .detail_wrap dd .slick-next:after{
		border-right-width: 3px;
		border-top-width: 3px;
		height: 18px;
		width: 18px;
		transform: translateY(-50%) rotate(45deg);
	}
	body.n_search .detail_wrap dd .slick-prev:after{
		transform: translateY(-50%) rotate(45deg) scale(-1);
	}
	body.n_search .detail_wrap dd .slick-prev,
	body.n_search .detail_wrap dd .slick-next{
		width:1em;
		height:1em;
		font-size: 1em;
	}
	body.n_search .detail_wrap dd .slick-prev{
		left: -1.5em;
	}
	body.n_search .detail_wrap dd .slick-next{
		right: -1em;
	}
	body.n_search .detail_wrap{
		margin-bottom:3em;
	}
	body.n_search .detail_wrap dd .detail_thumbnail .slick-current:before{
		border-width:2px;
	}
	body.n_search .detail_wrap dd .detail_slider_item{
		height: calc(100vw - 114px);
	}
}

/* modal
-------------------------------------------------------------------*/
:root .modal-content {
	width: 80%;
	max-height: calc(100svh - 160px);
	max-width: 1200px;
	margin: 0 auto;
	background: none;
	position: fixed;
	display: none;
	z-index:10200;
}
:root .modal-content *{
	box-sizing:border-box;
}
:root #modal-overlay {
	z-index: 10000;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.66);
	overscroll-behavior: contain;
}
:root .modal-content img{
	max-width:100%;
	height:auto;
}
:root .modal_inner{
	padding:1em;
	padding: 3em 7em;
	background: #fff;
	max-height: 80vh;
	overflow: auto;
}
:root .modal_wrap{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1em;
}
:root .modal_wrap em{
  font-size: 1.5em;
  text-align: center;
  max-width: 100%;
	display:block;
}
:root .modal_wrap .modal-image{
	text-align:center;
}
:root .modal-content .close_btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  z-index: 4;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
}
:root .modal-content .close_btn:before,
:root .modal-content .close_btn:after{
	background-color: #fff;
	content: "";
	height: 33px;
	position: absolute;
	width: 2px;
	inset: 0;
	margin: auto;
}
:root .modal-content .close_btn:before{
	transform: rotate(45deg);
}
:root .modal-content .close_btn:after{
	transform: rotate(-45deg);
}
@media (any-hover: hover) {
	.modal-content .close_btn:hover{
		text-decoration:none;
	}
}
@media screen and (max-height: 600px) {
	:root .modal_inner{
		max-height: 80vh;
	}
	:root .modal-content .close_btn{
		width:35px;
		height:35px;
	}
	:root .modal-content .close_btn:before,
	:root .modal-content .close_btn:after{
		height:28px;
	}
}
@media screen and (max-width: 1280px) {
	:root .modal-content .close_btn{
		top: -60px;
	}
}
@media screen and (max-width: 1000px) {
	:root .modal_inner{
		padding: 2em 4em;
	}
	:root .modal-content .close_btn{
		top: -10%;
	}
}
@media screen and (max-width: 768px) {
	:root .modal-content{
		width: auto;
		padding-inline: 15px;
	}
	.modal-content{
		padding:0;
		width: calc(100% - 30px);
	}
	:root .modal-content .close_btn{
		width:30px;
		height:30px;
		top: -40px;
		right: 15px;
	}
	:root .modal-content .close_btn:before,
	:root .modal-content .close_btn:after{
		height:21px;
	}
	:root .modal_inner{
		padding: 2em 1em;
	}
	:root .modal_wrap em{
	  font-size: 1.29em;
	}
}