/* reset */
* {
	margin: 0;
	box-sizing: border-box;
	line-height: 1.5em;
	font-family: Helvetica, Arial, sans-serif;
}

html,
body {
	height: 100%;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}

input,
button,
textarea,
select {
	font: inherit;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	text-align: center;
	-moz-appearance: textfield;
	padding: 4px;
	margin-right: 4px;
	width: 4em;
}

table {
	border-collapse: collapse;
}

th {
	font-weight: normal;
}

ul {
	list-style: none;
	padding-left: 0;
}

h1,
h2 {
	display: none;
}

.ANTOP,
.ANBODY,
.ANFOOT,
header,
footer,
main {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.ANTOP,
header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.ANTOP {
	/* for header search box */
	display: grid;
	grid-template-rows: 76px auto;
	grid-template-columns: 260px auto;
}

.ANFOOT,
footer {
	border-top: 2px groove #999;
	font-size: 12px;
	text-align: right;
	padding: 4px 5px;
	margin-top: 32px;
}

[v-cloak] {
	display: none;
}

input:focus,
select:focus {
	outline: none;
}

/* end of reset */

/* header */
.vtop-userinfo-top {
	align-items: center;
	/* for header search box */
	grid-column: 2/3;
	grid-row: 1/3;
	display: grid;
	grid-template-rows: 60% auto;
	grid-template-columns: 40% auto;
	width: 700px;
	height: 100%;
}

.div-navicons {
	margin-right: 16px;
	margin-top: 8px;
	width: 300px;
	min-width: 136px;

	/* for header search box */
	grid-column: 1/1;
	grid-row: 1/3;
}

#ALPHALOGO {
	margin-top: 32px;
	width: 249px;
	height: 65px;
}

#DIVNAVI {
	/* for header search box */
	grid-column: 1/1;
	grid-row: 2/3;
	height: 36px;
	padding-top: 5px;
}

#NAVMENU {
	display: flex;
	font-size: 12px;
	width: 720px;
	align-items: center;
	margin: 4px 8px;
	padding: 0 3px;
}

#NAVMENU li {
	display: inline-block;
	background-image: url(/images/ya.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 24px;
}

#NAVMENU li:first-child {
	background-image: none;

	/* for header search box */
	padding-left: initial;
}

#NAVMENU-HOME {
	height: 20px;
	width: 20px;
	background-image: url(/images/home.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	text-indent: -9999px;
	float: left;
	clear: both;
}

#iSRCHT {
	padding-left: 4px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	width: 251px;
	height: 31px;
	border-radius: 6px;
}

#iSRCHB {
	-webkit-appearance: none;
	border-radius: 0;
	background-color: #f0f0f0;
	border: none;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;

	/* for header search box */
	font-size: 14px;
	padding: 8px;
	padding: 0;
	background-color: #00aeef;
	height: 32px;
	border-radius: 6px;
	margin-left: 10px;
	width: 61px;
	height: 29px;
}

.div-userinfo {
	line-height: 1em;
	padding-top: 5px;
	margin-left: 8px;
	margin-right: 8px;
}

.div-navicons ul {
	display: flex;
	flex-flow: row;
	margin: 0;
	margin-top: 4px;
}

.div-navicons ul li {
	list-style: none;
}

.div-navicons ul li a {
	font-size: 8px;
	text-decoration: none;
	display: flex;
	width: 44px;
	flex-wrap: wrap;
	justify-content: center;
}

.div-numitemincart {
	width: 17px;
	height: 15px;
	border: 1px solid #cef;
	position: relative;
	top: -52px;
	left: 60px;
	background-color: #abdbff;
	border-bottom: 1px solid #7ad;
	border-right: 1px solid #7ad;
	font-size: 9px;
	color: #03f;
	text-align: center;
}

.div-userinfo {
	/* for header search box */
	grid-column: 2/3;
	grid-row: 2/3;
	justify-self: end;
	display: flex;
	height: 100%;
	background-color: #fff;
	position: relative;
	z-index: 1;
}


#FORMUSRMENU {
	display: flex;
	align-items: center;
	gap: 10px;
}

#HDLOGOUT {
	position: relative;
	padding-right: 18px;
}

#HDLOGOUT::before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 15px;
	height: 1px;
	background-color: #00aeef;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

#HDLOGOUT:lang(ja):before {
	left: -11px;
}

#HDLOGOUT::before {
	right: 67px;
}

#SEARCHBOX {
	/* for header search box */
	margin-top: 11px;
	text-align: right;
	align-self: end;
}

#SEARCHBOX input::placeholder {
	/* for header search box */
	background-image: url(/images/png/icon_mgnf_glss.png);
	background-size: 8%;
	background-repeat: no-repeat;
	background-position: 3% 50%;
	color: #bcbec0;
	font-size: 14px;
	padding-left: 40px;
	text-align: center;
}

#HDUSRMENU,
#HDLOGOUT {
	color: blue;

}

.CHAR {
	/* from style2018 */
	padding: 4px 5px 4px 5px;
}

/* end of header */

/* Cookie consent start */
.cookie-consent {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 13px;
	color: #fff;
	background: rgba(0, 0, 0, .7);
	padding: 1.2em;
	box-sizing: border-box;
	visibility: hidden;
	z-index: 999;
}

.cookie-consent.is-show {
	visibility: visible;
}

.cookie-consent a {
	color: #fff !important;
}

.cookie-agree {
	background: dodgerblue;
}

.cookieconsent-hide {
	display: none;
}

.cookie-consent .btn {
	width: 200px;
}

@media screen and (max-width: 930px) {
	.cookie-consent {
		flex-direction: column;
	}

	.cookie-text {
		margin-bottom: 1em;
	}
}

/* End of Cookie consent */


/* jQuery override */
.ui-widget {
	font-family: "neue-haas-grotesk-display", sans-serif;
}

.ui-widget-overlay {
	background: #444444;
	opacity: .3;
	filter: Alpha(Opacity=30);
}

.ui-dialog.ui-widget.ui-widget-content {
	border: 3px solid #92c4df;
}

.ui-state-hover,
.ui-widget-header {
	background-color: transparent;
}

.ui-widget-header {
	border: none;
}

.ui-dialog .ui-dialog-content {
	padding-top: 0.2em;
}

.ui-dialog-titlebar {
	background-repeat: no-repeat;
	background-size: 55px;
}

.ui-dialog .ui-dialog-title {
	margin: .2em 0.4em;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
}

.ui-button .ui-icon.ui-icon-closethick {
	background-image: url('/images/png/icon_close_x.png');
	background-position: 0 0;
}

.ui-button.ui-dialog-titlebar-close {
	border: none;
	background-color: #fff;
}

.ui-dialog .ui-dialog-titlebar-close {
	top: 16px;
	right: 0;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .7em;
	outline: 0;
}

.ui-widget-content a {
	color: revert;
}

.ui-widget-content a:focus {
	outline: none;
}

/* end of jquery override */

/* utility */
.input-error {
	background-color: #f99;
}

.div-warnings {
	color: #c03;
	font-size: 0.9em;
}

.btn {
	cursor: pointer;
	border: none;
	margin: 4px;
	font-size: 14px;
	line-height: 1.2;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	--padding-x: 8px;
	border-radius: 4px;
	padding: 0.5em var(--padding-x);
}

.btn-lightgreen {
	background-color: #89CDB5;
}

.btn-lightgray {
	background-color: #D0D2D3;
}

.btn-order {
	background-color: #00abf4;
}

.btn-next {
	background-color: #89CDB5;
}

.btn:hover {
	color: #fff;
}

.btn:disabled:hover {
	color: #999;
}

.div-dialog,
.div-subdialog {
	display: none;
}

.btn-cancel {
	background-color: #d0d2d3;
}

.label-inptext,
.label-memo,
.label-customer-memo {
	display: block;
	font-size: 12px;
	width: 72px;
	padding-top: 8px;
}

.label-inptext input[type="text"],
.label-memo input[type="text"],
.label-customer-memo input[type="text"],
.label-inptext input[type="password"],
.label-inptext input[type="number"] {
	display: block;
	width: 95%;
	font-size: 15px;
	height: 32px;
}

.label-inptext input[type="text"]::placeholder {
	font-size: 12px;
	color: #bbb;
	height: 32px;
}

.row {
	display: flex;
}

.tbl {
	width: 100%;
}

.tbl tr th,
.tbl tr td {
	padding: 0.4em;
	border: none;
	font-size: 13px;
}

.div-buttons {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding-top: 20px;
	width: 100%;
}

.div-buttons input[type="button"],
.div-buttons button {
	margin: 4px;
	min-width: 88px;
	font-size: 14px;
	font-weight: normal;
	font-family: "neue-haas-grotesk-display", sans-serif;
}

.div-buttons .changeqty-button {
	font-size: 5px;
	display: inline-block;
	width: 12px;
	cursor: pointer;
	border: none;
	background-color: #fff;
}

.dlg {
	border-color: #92c4df;
	cursor: move;
	position: relative;
	max-width: 970px;
}
.dlg p, .dlg div {
	cursor: default;
}
.td-c {
	text-align: center;
}
/* end of utility */

/* custom */
#TBLCARTDATA {
	table-layout: fixed;
	width: 100%;
}

#TBLCARTDATA tbody tr td {
	padding: 0.5em;
	font-size: 14px;
}

#TBLCARTDATA thead tr th:not(col-subtotal,col-button) {
	color: #222;
	text-align: center;
	padding: 4px 8px;
	font-size: 14px;
	background-color: #dcf1fa;
	border-top: 5px solid #dcf1fa;
	border-bottom: 5px solid #dcf1fa;
	line-height: 1.4em;
	font-stretch: normal;
}

#TBLCARTDATA thead tr th.col-index,
#TBLCARTDATA thead tr th.col-itemname,
#TBLCARTDATA thead tr th.col-quantity,
#TBLCARTDATA thead tr th.col-unitprice,
#TBLCARTDATA thead tr th.col-availability {
	border-right: 1px solid #52afcb;
}

#TBLCARTDATA tr th:last-child {
	border-right: none;
}

#TBLCARTDATA tbody tr {
	border-bottom: 1px solid #999;
}

.col-index {
	width: 40px;
	text-align: center;
}

.col-itemname {
	width: 180px;
	text-align: center;
}

.col-quantity {
	width: 80px;
	text-align: center;
}

.col-quantity input {
	width: 48px;
	text-align: center;
}

.col-unitprice {
	width: 72px;
	text-align: center;
}

.col-subtotal {
	width: 70px;
	text-align: center;
}

.col-availability {
	width: 240px;
	text-align: left;
}

.col-button {
	width: 32px;
	text-align: center;
}

.col-num {
	text-align: right;
}

div.heading {
	font-size: 32px;
	padding: 0.5em;
	line-height: 1.25;
	margin-top: 15px;
	margin-bottom: 16px;
	padding-left: 2px;
	font-weight:300;
}

div.heading::before {
	display: none;
}

div.heading::after {
	content: ' ';
	height: 5px;
	width: 1155px;
	background-image: linear-gradient(to right, #92c4df 0%, #ffffff 90%);
	display: block;
	margin-bottom: 8px;
	margin-top: 2px;
}

div.subheading {
	background: url("/images/png/trapezoid_arrow.png") no-repeat;
	background-position-y: -3px;
	padding-left: 15px;
	font-weight: bold;
	align-items: center;
	margin: 12px 0 12px 12px;
}

.hidebutton {
	display: none;
}

.hideBorderRight {
	border-right: 1px solid #52afcb;
}








.div-navi-flow {
	margin-bottom: 16px;
}

.div-navi-flow ul {
	display: flex;
	margin: 0;
}

.div-navi-flow li {
	display: block;
	width: 25%;
	margin: 8px 0 8px 8px;
	font-size: 13px;
	background-color: #eee;
	text-align: center;
}

.div-navi-flow li div {
	padding: 4px 8px;
	display: inline-block;
	width: 100%;
}

/* .div-navi-flow li:not(:last-child):after {
		content: url(/images/next.png);
		vertical-align: middle;
		line-height: 12px;
	}
	.div-navi-flow li:first::before {
		content: none;
	} */

.div-navi-flow .selected-step div {
	background-color: #404040;
	color: white;
	border-top: 2px solid #00abf4;
}

.div-showusr {
	display: flex;
	flex-wrap: wrap;
}

.div-showusr h4 {
	margin: 16px 0;
}

.div-inpusr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.div-inpusr input:read-only,
.div-inpusr textarea:read-only {
	border: 2px solid #eee;
	background-color: #eee;
}

.div-showusr input:read-only,
.div-showusr textarea:read-only {
	border: none;
	background-color: #eee;
	width: 95%;
}

.div-guide {
	font-size: 13px;
	padding: 8px;
	margin: 8px 0;
}

.mandatory {
	color: #ff0033;
}

.td-mandatory {
	background-color: #ffffcc;
}

.tbl-address th {
	color: #222;
	text-align: center;
	padding: 8px;
	font-size: 14px;
	background-color: #dcf1fa;
	border-top: 5px solid #dcf1fa;
	border-bottom: 5px solid #dcf1fa;
	border-right: 1px solid #52afcb;
	font-stretch: normal;
	width: 120px;
}

.tbl-address input {
	max-width: 100%;
	/* width: 30em; */
	padding: 2px;
	margin: 2px;
}

.tbl-address select,
.tbl-address option {
	padding: 4px 2px;
	margin: 2px;
}

.tbl .td-header {
	text-align: right;
	padding-right: 4px;
	vertical-align: top;
}

.td-mandatory .mandatory {
	padding: 0;
}

.p-guide {
	color: #999;
	display: block;
	padding-left: 16px;
}

.div-inputgroup {
	margin-top: 8px;
	margin-bottom: 16px;
}

.div-fields {
	margin-bottom: 4px;
}

.textarea-resize {
	width: 94%;
	resize: none;
	min-height: 26px;
	overflow: hidden;
	margin-left: 1px;
	border: none;
	border-bottom: 1px solid #999;
}

.div-inputgroup .label {
	font-weight: bold;
	font-size: 12px;
}

.btn-link {
	color: #00f;
	text-decoration: underline;
	display: inline-block;
	margin-left: 4px;
	font-size: 11px;
	vertical-align: bottom;
	cursor: pointer;
}

#TBLCARTDATA input[type="text"] {
	border-radius: 0;
	border: 1px solid #ccc;
	padding: 4px;
}

div.heading {
	margin-top: 0;
	margin-bottom: 0;
}

.div-ordersummary,
.div-yourcart,
.div-deliverydate {
	width: 240px;
	border: 1px solid #404040;
	margin: 0;
	padding: 8px;
}

.div-yourcart,
.div-deliverydate {
	border-top: none;
}

.div-yourcart-item {
	margin-left: 16px;
	margin-bottom: 16px;
}

.div-ordersummary table {
	width: 200px;
	margin-left: 12px;
}

.div-ordersummary table th {
	text-align: left;
}

.row-subtotal {
	padding-bottom: 8px;
}

.row-total {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #333;
	font-weight: bold;
}

h4 {
	width: 100%;
	color: #00abf4;
	font-size: 24px;
	font-weight: 300;
}

.div-address {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

/* .div-address .div-inputgroup {
		width: 49.5%;
		一旦削除foraddress.js 11/1
	} */
.div-address .div-inputgroup input[type="text"] {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #999;
	padding: 2px 4px;
	width: 94%;
	font-size: 14px;
}
.div-address .div-inputgroup textarea {
	font-size: 14px;
}

.tbl-shipvia th {
	color: #222;
	text-align: center;
	padding: 4px 8px;
	font-size: 14px;
	background-color: #dcf1fa;
	border-top: 5px solid #dcf1fa;
	border-bottom: 5px solid #dcf1fa;
	line-height: 1.4em;
	border-right: 1px solid #52afcb;
	font-stretch: normal;
}

.tbl-shipvia th:last-child {
	border-right: none;
}

.tbl-shipvia td {
	padding: 6px 8px;
	font-size: 14px;
}

.tbl-shipvia tr {
	border-bottom: 1px solid #999;
}

.col-fee,
.col-tax,
.col-grandtotal {
	width: 104px;
}

label:has(input[type='radio']),
label:has(input[type='checkbox']) {
	cursor: pointer;
}

label:has(input[type='radio']):hover {
	color: blue;
}

.div-review {
	width: 730px;
}

.div-review h4 {
	margin-top: 32px;
}

.div-review p {
	margin-bottom: 16px;
}

#DLG-ALERT-SHOPCART {
	max-width: 640px;
	color: #c03;
    font-size: 0.9em;
}

/* myaccount.html, myaccountj.html */
.div-ulmenu {
	min-width: 252px;
}

.div-ulmenu ul {
	margin-left: 8px;
}

.div-ulmenu ul li {
	margin: 8px 0;
	padding: 4px 8px;
	border-bottom: 1px solid #00aeef;
	cursor: pointer;
}

.div-ulmenu ul li a {
	text-decoration: none;
	cursor: pointer;
}

.div-ulmenu ul li:hover {
	background-color: #eee;
	cursor: pointer;
}

.div-ulmenucontents {
	margin: 8px 16px;
	width: 100%;
}

.btn-orange {
	background-color: #faaf40;
}

a.btn {
	color: #000;
}

.obsolete_icon_place {
	position: relative;
    bottom: 44px;
    right: 58px;
}

.obsolete_icon {
    border: 1px solid #333;
    position: absolute;
    width: 200px;
    height: 40px;
    font-size: 13px;
    padding: 5px;
    text-align: center;
    background-color: rgb(250, 250, 210);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 0px;
    flex-wrap: wrap;
    align-content: center;
    animation: appearance 0.3s linear alternate;
}

@keyframes appearance {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.obsolete_icon::before,
.obsolete_icon::after {
	content: '';
	position: absolute;
	bottom: -19px;
	left: 64%;
	margin-left: -32px;
	border: 8px solid transparent;
	border-top-color: rgb(250, 250, 210);
}

.obsolete_icon::before {
	border-top-color: #333;
	bottom: -16px;
}

.obsolete_icon::after {
	border-top-color: rgb(250, 250, 210);
	bottom: -15px;
}

.discontinued-item {
	color: gray;
}

.reorder-dialog {
	margin: auto;
}
/* end of custom */