<!DOCTYPE html>
<html lang="ja">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="utf-8">
<title>このドメインはお名前.comで取得されています。</title>
<link href="./css/style.css" rel="stylesheet">
<script>
var maxHeight = 0;

window.addEventListener('message', function(e) {
    if (e.data > maxHeight) {
        maxHeight = e.data;
        document.getElementById('parkingIframe').style.height = maxHeight + 'px';
    }
}, false);

fetch('./include/bottom_notes.html').then(function(response) {
    return response.text();
}).then(function(html) {
    document.getElementById('bottomNotes').innerHTML = html;
});

const domain = location.hostname;
if (domain) {
    document.title = `${domain} – ${document.title}`;
}
</script>
</head>
<body>

<header class="header">
	<div class="header_inner">
		<p class="header_onamae"><a href="https://www.onamae.com/"><img src="//cache.img.gmo.jp/onamae/images/logo.svg" alt="ドメインとるならお名前.com"></a></p>
	</div>
</header>

<main class="main">
	<section class="mainVisual">
		<h1 class="mainVisual_title">このドメインは お名前.com から取得されました。</h1>
		<p>お名前.com は GMOインターネット(株) が運営する<a href="#no1src" class="">国内シェアNo.1</a>のドメイン登録サービスです。</p>
	</section>
	<iframe src="./include/parking.html" scrolling="no" frameborder="0" id="parkingIframe" style="border: 0; width: 100%;"></iframe>
	<div id="bottomNotes"></div>
</main>

<footer class="footer">
	<p class="copyright">Copyright (c) 2025 GMO Internet, Inc. All Rights Reserved.</p>
</footer>

</body>
</html>
