十数件しかなかった村が4000万人の世界最大の都市に飲み込まれていくる中で人生を歩んだ私の大好きな祖父母には「生きることはうまく行かないこと」という前提があったと感じます。人の交流も情報も行き交う全く異なる時代。同じ人間としてヒントになるものを秘めていると思い、こうしていま私と関わっていただけているあなたの幸せを祈る場所をここにつくりました
みやち
おばあちゃん。おじいちゃん。すち♡(՞ ܸ. .ܸ ՞)
青森県
あなたも花を手向ける
お会いしたことがなくても、感じることがあれば深く考えずにお寄せください
イラスト Sinaco さま
人間は誰でも何かしらを教訓として生きる。私 COTA にとっていちばんの道標は おじいちゃん であり おばあちゃん だった。人間はどの段階においても完璧はなく、完璧を感じたくなるのは不安や己の至らなさへの無自覚だと考える。
完璧であるのではなく祖父母のように人間らしく愛される意味で自らを律する意味を込めこの場所に築くこととした。よってここは本来の意味合いの墓である
筆者と祖父母の記録
2023.07.07 Copyright © 2000 COTA site-design unit. All Rights Reserved.
このウェブサイトはクッキーのような技術を使用してデバイス情報を保存および/またはアクセスします。これらの技術に同意することで、当サイトの閲覧行動や固有のIDなどのデータを処理することができます。同意しない、または同意を撤回すると、特定の機能や特徴に悪影響を及ぼす可能性があります。
技術的な保存またはアクセスは、加入者または利用者が明示的に要求した特定のサービスの利用を可能にする合法的な目的、または電子通信ネットワークを介した通信の送信を実施する唯一の目的のために厳密に必要です。
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
統計目的のみに使用される技術的な保存または読み込み
The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
技術的な保存またはアクセスは、広告を送信するためのユーザープロファイルを作成するため、または同様のマーケティング目的でウェブサイト上または複数のウェブサイトにわたってユーザーを追跡するために必要です。
同意の管理
';
window._nslWebViewNoticeElement.insertAdjacentHTML("afterbegin", webviewNoticeHTML);
document.body.appendChild(window._nslWebViewNoticeElement);
}
});
}
}
window._nslDOMReady(function () {
window.nslRedirect = function (url) {
if (scriptOptions._redirectOverlay) {
const overlay = document.createElement('div');
overlay.id = "nsl-redirect-overlay";
let overlayHTML = '';
const overlayContainer = "",
overlayContainerClose = "
",
overlaySpinner = "
",
overlayTitle = "" + scriptOptions._localizedStrings.redirect_overlay_title + "
",
overlayText = "" + scriptOptions._localizedStrings.redirect_overlay_text + "
";
switch (scriptOptions._redirectOverlay) {
case "overlay-only":
break;
case "overlay-with-spinner":
overlayHTML = overlayContainer + overlaySpinner + overlayContainerClose;
break;
default:
overlayHTML = overlayContainer + overlaySpinner + overlayTitle + overlayText + overlayContainerClose;
break;
}
overlay.insertAdjacentHTML("afterbegin", overlayHTML);
document.body.appendChild(overlay);
}
window.location = url;
};
let targetWindow = scriptOptions._targetWindow || 'prefer-popup',
lastPopup = false;
document.addEventListener('click', function (e) {
if (e.target) {
const buttonLinkElement = e.target.closest('a[data-plugin="nsl"][data-action="connect"]') || e.target.closest('a[data-plugin="nsl"][data-action="link"]');
if (buttonLinkElement) {
if (lastPopup && !lastPopup.closed) {
e.preventDefault();
lastPopup.focus();
} else {
let href = buttonLinkElement.href,
success = false;
if (href.indexOf('?') !== -1) {
href += '&';
} else {
href += '?';
}
const redirectTo = buttonLinkElement.dataset.redirect;
if (redirectTo === 'current') {
href += 'redirect=' + encodeURIComponent(window.location.href) + '&';
} else if (redirectTo && redirectTo !== '') {
href += 'redirect=' + encodeURIComponent(redirectTo) + '&';
}
if (targetWindow !== 'prefer-same-window' && checkWebView()) {
targetWindow = 'prefer-same-window';
}
if (targetWindow === 'prefer-popup') {
lastPopup = NSLPopup(href + 'display=popup', 'nsl-social-connect', buttonLinkElement.dataset.popupwidth, buttonLinkElement.dataset.popupheight);
if (lastPopup) {
success = true;
e.preventDefault();
}
} else if (targetWindow === 'prefer-new-tab') {
const newTab = window.open(href + 'display=popup', '_blank');
if (newTab) {
if (window.focus) {
newTab.focus();
}
success = true;
window._nslHasOpenedPopup = true;
e.preventDefault();
}
}
if (!success) {
window.location = href;
e.preventDefault();
}
}
}
}
});
let buttonCountChanged = false;
const googleLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="google"]');
if (googleLoginButtons.length && checkWebView()) {
googleLoginButtons.forEach(function (googleLoginButton) {
if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') {
disableButtonInWebView(googleLoginButton);
} else {
googleLoginButton.remove();
buttonCountChanged = true;
}
});
}
const facebookLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="facebook"]');
if (facebookLoginButtons.length && checkWebView() && /Android/.test(window.navigator.userAgent) && !isAllowedWebViewForUserAgent('facebook')) {
facebookLoginButtons.forEach(function (facebookLoginButton) {
if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') {
disableButtonInWebView(facebookLoginButton);
} else {
facebookLoginButton.remove();
buttonCountChanged = true;
}
});
}
const separators = document.querySelectorAll('div.nsl-separator');
if (buttonCountChanged && separators.length) {
separators.forEach(function (separator) {
const separatorParentNode = separator.parentNode;
if (separatorParentNode) {
const separatorButtonContainer = separatorParentNode.querySelector('div.nsl-container-buttons');
if (separatorButtonContainer && !separatorButtonContainer.hasChildNodes()) {
separator.remove();
}
}
})
}
});})();
記事URLをコピーしました