<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
#main {
max-width: 100%;
margin: 0 auto;
font-family: 'Inter', sans-serif;
color: #1a1a1a;
background: #ffffff;
padding: 20px;
box-sizing: border-box;
text-align: left;
}
@media screen and (min-width: 768px) {
#main {
max-width: 700px;
padding: 40px;
}
}
#main article {
border: 1px solid #eaeaea;
border-radius: 12px;
overflow: hidden;
background: #ffffff;
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}
#main h1 {
display: none; /* ??H1?????? */
}
#main section, #main aside div {
padding: 24px;
border-bottom: 1px solid #f0f0f0;
}
#main aside div:last-child {
border-bottom: none;
}
#main h2, #main h3 {
font-size: 1.05rem;
font-weight: 600;
margin: 0 0 12px 0;
color: #111111;
display: flex;
align-items: center;
gap: 10px;
letter-spacing: -0.01em;
}
#main h2:before, #main h3:before {
font-family: 'FontAwesome';
color: #6366f1; /* ???????????????? */
font-size: 1rem;
}
.product_dec h2:before { content: '\f0f6'; }
.shiharai h3:before { content: '\f09d'; }
.hasso h3:before { content: '\f0d1'; }
.torihiki h3:before { content: '\f0e5'; }
.tyuui h3:before { content: '\f071'; color: #f59e0b; /* ?????????????????? */ }
#main p, #main .product_dec div {
margin: 0;
font-size: 0.95rem;
line-height: 1.6;
color: #4b5563;
padding: 0;
}
#main .product_dec p + p {
margin-top: 8px;
}
.footer-tool {
margin: 20px 0 0 0;
text-align: center;
font-size: 13px;
font-family: 'Inter', sans-serif;
color: #9ca3af;
}
</style>
</head>
<body>
<div id="main">
<article>
<h1> </h1>
<section class="product_dec">
<h2>Description</h2>
<div vocab="http://schema.org/" typeof="Product">
<span></span>
<p>With tracked shipping.</p>
<p>We only sell authentic items.</p>
</div>
</section>
<aside>
<div class="shiharai">
<h3>Payment</h3>
<p>We usually ship within 10 business days after your payment is confirmed. Our return policy applies only if the package is unopened. We ship this product from Japan. Import duties, taxes, and charges are not included in the item price or shipping cost. Such charges shall be borne by the buyers.</p>
</div>
<div class="hasso">
<h3>Shipping</h3>
<p>Note: Standard International Shipping (With tracking number ):Reach to your home within 10-25 business days after shipment . Expedited International Shipping :Reach to your home within 6 business days after shipment</p>
</div>
<div class="torihiki">
<h3>Terms of Sale</h3>
<p>We accept any question for the item. However we don't usually accept returns, refund and complaints about the item. Please bid it on your own responsibility.</p>
</div>
<div class="tyuui">
<h3>International Buyers - Please Note:</h3>
<p>Import duties, taxes, and charges are not included in the item price or shipping cost. These charges are the buyer's responsibility. Please check with your country's customs office to determine what these additional costs will be prior to bidding or buying.</p>
</div>
</aside>
</article>
</div>
<div class="footer-tool">Provided by eBay listing tool.</div>
</body>
</html>