<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>素材ツール | 「Free! Illustlation &amp;くりえいてぃぶ」</title>
	<atom:link href="https://illust55.com/category/%E3%83%95%E3%83%AA%E3%83%BC%E7%B4%A0%E6%9D%90/%E7%B4%A0%E6%9D%90%E3%83%84%E3%83%BC%E3%83%AB/feed/" rel="self" type="application/rss+xml" />
	<link>https://illust55.com</link>
	<description>絵と動画とゲームの作り方をもっと簡単にする方法を紹介します</description>
	<lastBuildDate>Sat, 18 Jul 2026 15:18:55 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>

<image>
	<url>https://illust55.com/wp-content/uploads/2021/09/cropped-ファビコン2-32x32.png</url>
	<title>素材ツール | 「Free! Illustlation &amp;くりえいてぃぶ」</title>
	<link>https://illust55.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>背景＆画像素材作成ツール！美しいフラクタル線形作成ツール</title>
		<link>https://illust55.com/4869/</link>
					<comments>https://illust55.com/4869/#respond</comments>
		
		<dc:creator><![CDATA[i57295911]]></dc:creator>
		<pubDate>Wed, 29 Sep 2021 12:51:49 +0000</pubDate>
				<category><![CDATA[素材ツール]]></category>
		<category><![CDATA[サムネイル背景画像]]></category>
		<category><![CDATA[ツール]]></category>
		<category><![CDATA[フラクタル画像]]></category>
		<category><![CDATA[神秘的]]></category>
		<guid isPermaLink="false">https://illust55.com/?p=4869</guid>

					<description><![CDATA[美しいフラクタル線形作成ツール フラクタル画像：癒しの神秘的な空と静かな機械の無料素材 保存する場合は画像にマウスカーソルを合わせて「右クリック」から「名前をつけて画像を保存」を選んでください ・癒しの神秘的な空と静かな [&#8230;]]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image aligncenter size-full is-resized"><a href="https://illust55.com/wp-content/uploads/2021/09/image-166.png" data-wpel-link="internal"><img fetchpriority="high" decoding="async" width="1920" height="1080" src="https://illust55.com/wp-content/uploads/2021/09/image-166.png" alt="背景＆画像素材作成ツール！美しいフラクタル線形作成ツール" class="wp-image-12655" style="aspect-ratio:1.7778034987929494;width:739px;height:auto" srcset="https://illust55.com/wp-content/uploads/2021/09/image-166.png 1920w, https://illust55.com/wp-content/uploads/2021/09/image-166-768x432.png 768w, https://illust55.com/wp-content/uploads/2021/09/image-166-1536x864.png 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></a><figcaption class="wp-element-caption">背景＆画像素材作成ツール！美しいフラクタル線形作成ツール</figcaption></figure>



<h2 class="wp-block-heading">美しいフラクタル線形作成ツール</h2>


<div id="fractal-container">
    <div id="fractal-crosshair"></div>
    
    <div id="fractal-ui-panel">
        <h1>Wireframe v4</h1>
        <p>2つのレイヤーが重なる世界。画面クリックで開始。</p>
        
        <h2>レイヤー①（青・緑の線）</h2>
        <div id="layer1-container"></div>

        <h2>レイヤー②（赤・黄の線）</h2>
        <div id="layer2-container"></div>

        <button class="fractal-btn-main" id="btn-update">光の線をえがく (Enter)</button>
        
        <div class="fractal-tool-row">
            <button class="fractal-btn-tool" id="btn-invert">🌓 反転スイッチ</button>
            <button class="fractal-btn-tool" id="btn-save">📸 画像を保存</button>
        </div>
    </div>

    <div id="fractal-instructions">
        【操作】<br>
        1. 画面クリックで開始 ／ <span class="fractal-key">W</span><span class="fractal-key">A</span><span class="fractal-key">S</span><span class="fractal-key">D</span> 飛行移動 ／ <span class="fractal-key">マウス</span> 視点変更<br>
        2. 気に入った景色ができたら「画像を保存」でダウンロード。
    </div>
</div>

<style>
    /* WordPressテーマとの競合を防ぐため、コンテナ内に限定してスタイルを適用 */
    #fractal-container {
        position: relative;
        width: 100%;
        height: 600px; /* 記事内での高さを指定 */
        max-height: 80vh;
        overflow: hidden;
        background-color: #000;
        font-family: 'Courier New', monospace;
        color: #fff;
        margin: 0 auto;
        text-align: left;
    }
    #fractal-container canvas {
        width: 100% !important;
        height: 100% !important;
        display: block;
    }
    #fractal-ui-panel {
        position: absolute; top: 10px; left: 10px; z-index: 10;
        background: rgba(0, 0, 0, 0.85); padding: 15px; border-radius: 4px;
        border: 1px solid #333; max-width: 280px; max-height: calc(100% - 20px); overflow-y: auto;
    }
    #fractal-ui-panel h1 { font-size: 14px; margin: 0 0 5px 0; color: #00ffff; text-transform: uppercase; letter-spacing: 1px; background: none; padding: 0; line-height: 1.2; border: none; }
    #fractal-ui-panel h2 { font-size: 11px; margin: 10px 0 5px 0; color: #ff007f; border-bottom: 1px solid #444; padding: 0 0 2px 0; background: none; line-height: 1.2; }
    #fractal-ui-panel p { font-size: 10px; margin: 0 0 10px 0; color: #aaa; line-height: 1.4; padding: 0; }
    
    #fractal-container .input-group { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; }
    #fractal-container .input-group label { font-size: 11px; color: #ccc; }
    #fractal-container .input-group input { width: 60px; background: #111; border: 1px solid #444; color: #00ffff; padding: 2px 4px; border-radius: 2px; text-align: center; font-size: 11px; }
    #fractal-container .input-group input:focus { border-color: #00ffff; outline: none; }
    
    #fractal-container .fractal-btn-main {
        width: 100%; padding: 8px; background: #111; border: 1px solid #00ffff; border-radius: 2px;
        color: #00ffff; font-weight: bold; font-size: 12px; cursor: pointer; transition: 0.2s; margin-top: 8px; text-transform: uppercase; display: block;
    }
    #fractal-container .fractal-btn-main:hover { background: #00ffff; color: #000; }
    
    #fractal-container .fractal-tool-row { display: flex; justify-content: space-between; margin-top: 8px; }
    #fractal-container .fractal-btn-tool {
        width: 48%; padding: 6px; background: #222; border: 1px solid #555; color: #fff;
        font-size: 10px; cursor: pointer; font-weight: bold; border-radius: 2px; text-align: center;
    }
    #fractal-container .fractal-btn-tool:hover { background: #444; border-color: #fff; }
    
    #fractal-crosshair {
        position: absolute; top: 50%; left: 50%; width: 4px; height: 4px;
        background: #fff; border-radius: 50%; transform: translate(-50%, -50%);
        z-index: 5; pointer-events: none; opacity: 0.3;
    }

    #fractal-instructions {
        position: absolute; bottom: 10px; right: 10px; z-index: 10;
        background: rgba(0,0,0,0.7); padding: 8px 12px; border-radius: 4px; font-size: 11px; color: #00ffff; pointer-events: none;
        line-height: 1.5; border: 1px solid #222; max-width: 60%;
    }
    #fractal-container .fractal-key { display: inline-block; padding: 1px 4px; border: 1px solid #00ffff; border-radius: 3px; margin: 0 2px; font-weight: bold; color: #00ffff; background: #111; }
    
    /* スマホ等の狭い画面向け調整 */
    @media (max-width: 600px) {
        #fractal-instructions { bottom: auto; top: 10px; right: 10px; left: auto; max-width: 40%; font-size: 9px; }
        #fractal-ui-panel { top: auto; bottom: 10px; left: 10px; max-width: calc(100% - 20px); max-height: 40%; }
    }
</style>

<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>

<script id="fractalVertexShader" type="x-shader/x-vertex">
    varying vec2 vUv;
    void main() {
        vUv = uv;
        gl_Position = vec4(position, 1.0);
    }
</script>

<script id="fractalFragmentShader" type="x-shader/x-fragment">
    precision highp float;
    varying vec2 vUv;
    uniform vec2 u_resolution;
    uniform float u_time;
    uniform vec3 u_cameraPos;
    uniform vec3 u_cameraLookAt;
    
    uniform float u_paramsL1[5];
    uniform float u_paramsL2[5];
    uniform float u_invert;

    mat2 rot(float a) {
        float s = sin(a), c = cos(a);
        return mat2(c, -s, s, c);
    }

    float getWire1(vec3 p) {
        float rep = max(u_paramsL1[4], 2.0); 
        vec3 q = mod(p + rep*0.5, rep) - rep*0.5;
        q.xy *= rot(p.z * 15.0 * 0.01);
        
        for(int i = 0; i < 3; i++) {
            float p_val = max(abs(u_paramsL1[i]), 0.1);
            q = abs(q) - p_val;
            if (q.x < q.y) q.xy = q.yx;
            if (q.x < q.z) q.xz = q.zx;
            if (q.y < q.z) q.yz = q.zy;
            q = q * 1.4 - u_paramsL1[3] * 0.4;
        }
        return min(length(q.xy), min(length(q.yz), length(q.xz))) - 0.02;
    }

    float getWire2(vec3 p) {
        float rep = max(u_paramsL2[4], 2.0); 
        vec3 q = mod(p + rep*0.5, rep) - rep*0.5;
        q.xz *= rot(p.y * 20.0 * 0.01);
        
        for(int i = 0; i < 3; i++) {
            float p_val = max(abs(u_paramsL2[i]), 0.1);
            q = abs(q) - p_val;
            if (q.y < q.z) q.yz = q.zy;
            if (q.x < q.y) q.xy = q.yx;
            q = q * 1.5 - u_paramsL2[3] * 0.5;
        }
        return min(length(q.xy), min(length(q.yz), length(q.xz))) - 0.02;
    }

    void main() {
        vec2 uv = (vUv - 0.5) * 2.0;
        uv.x *= u_resolution.x / u_resolution.y;

        vec3 ro = u_cameraPos;
        vec3 forward = u_cameraLookAt;
        vec3 right = normalize(cross(vec3(0, 1, 0), forward));
        vec3 up = normalize(cross(forward, right));
        vec3 rd = normalize(forward * 1.5 + uv.x * right + uv.y * up);

        float dTotal = 0.0;
        float dMax = 25.0;
        vec3 p;
        
        float glow1 = 0.0;
        float glow2 = 0.0;

        for(int i = 0; i < 50; i++) {
            p = ro + rd * dTotal;
            
            float d1 = getWire1(p);
            float d2 = getWire2(p);
            float dMin = min(d1, d2);
            
            glow1 += exp(-d1 * 14.0) * (1.0 - dTotal/dMax);
            glow2 += exp(-d2 * 14.0) * (1.0 - dTotal/dMax);
            
            if(dMin < 0.005 || dTotal > dMax) break;
            dTotal += max(dMin * 0.5, 0.03); 
        }

        vec3 col1 = vec3(0.0, 0.6, 1.0) * glow1 * 0.35;
        col1.r += sin(p.z * 0.2) * 0.2;
        
        vec3 col2 = vec3(1.0, 0.4, 0.0) * glow2 * 0.35;
        col2.g += cos(p.y * 0.2) * 0.2;

        vec3 finalColor = col1 + col2;
        float fog = 1.0 - exp(-dTotal * 0.06);
        
        if (u_invert > 0.5) {
            finalColor = vec3(1.0) - finalColor;
            finalColor = mix(finalColor, vec3(0.95, 0.95, 0.98), fog);
        } else {
            finalColor = mix(finalColor, vec3(0.0, 0.0, 0.005), fog);
        }

        gl_FragColor = vec4(finalColor, 1.0);
    }
</script>

<script>
(function() {
    // 他のWordPressプラグイン等との競合を防ぐため即時関数内で実行
    const configL1 = [
        { name: "密度A", val: 1.2, min: 0.1, max: 3.0 },
        { name: "密度B", val: 1.0, min: 0.1, max: 3.0 },
        { name: "密度C", val: 1.5, min: 0.1, max: 3.0 },
        { name: "ズレ幅", val: 0.6, min: -3.0, max: 3.0 },
        { name: "間隔幅", val: 5.0, min: 2.0, max: 15.0 }
    ];

    const configL2 = [
        { name: "密度X", val: 1.0, min: 0.1, max: 3.0 },
        { name: "密度Y", val: 1.4, min: 0.1, max: 3.0 },
        { name: "密度Z", val: 0.8, min: 0.1, max: 3.0 },
        { name: "ズレ幅", val: -0.5, min: -3.0, max: 3.0 },
        { name: "間隔幅", val: 6.0, min: 2.0, max: 15.0 }
    ];

    function makeInputs(containerId, config, prefix) {
        const container = document.getElementById(containerId);
        if(!container) return;
        config.forEach((cfg, i) => {
            const group = document.createElement('div');
            group.className = 'input-group';
            group.innerHTML = `<label>${cfg.name}:</label>
                               <input type="number" id="${prefix}${i}" value="${cfg.val}" min="${cfg.min}" max="${cfg.max}" step="0.1">`;
            container.appendChild(group);
        });
    }
    makeInputs('layer1-container', configL1, 'l1_');
    makeInputs('layer2-container', configL2, 'l2_');

    const container = document.getElementById('fractal-container');
    if(!container) return;

    let width = container.clientWidth;
    let height = container.clientHeight;

    const scene = new THREE.Scene();
    const camera = new THREE.OrthographicCamera(-1, 1, 1, -1, 0, 1);
    
    const renderer = new THREE.WebGLRenderer({ antialias: false, preserveDrawingBuffer: true });
    renderer.setPixelRatio(1);
    renderer.setSize(width, height);
    container.appendChild(renderer.domElement);

    let myCamPos = new THREE.Vector3(0.5, 0.5, 0.0); 
    let myCamDir = new THREE.Vector3(0, 0, 1); 
    let myCamEuler = new THREE.Euler(0, 0, 0, 'YXZ'); 
    const moveSpeed = 0.03;
    const keys = {};
    let isInverted = 0.0;

    const uniforms = {
        u_resolution: { value: new THREE.Vector2(width, height) },
        u_time: { value: 0.0 },
        u_cameraPos: { value: myCamPos },
        u_cameraLookAt: { value: myCamDir },
        u_paramsL1: { value: new Float32Array(configL1.map(c => c.val)) },
        u_paramsL2: { value: new Float32Array(configL2.map(c => c.val)) },
        u_invert: { value: 0.0 }
    };

    const geometry = new THREE.PlaneGeometry(2, 2);
    const material = new THREE.ShaderMaterial({
        vertexShader: document.getElementById('fractalVertexShader').textContent,
        fragmentShader: document.getElementById('fractalFragmentShader').textContent,
        uniforms: uniforms
    });
    const quad = new THREE.Mesh(geometry, material);
    scene.add(quad);

    function updateParams() {
        configL1.forEach((cfg, i) => {
            const el = document.getElementById(`l1_${i}`);
            let v = Math.max(cfg.min, Math.min(cfg.max, parseFloat(el.value) || cfg.val));
            el.value = v; uniforms.u_paramsL1.value[i] = v;
        });
        configL2.forEach((cfg, i) => {
            const el = document.getElementById(`l2_${i}`);
            let v = Math.max(cfg.min, Math.min(cfg.max, parseFloat(el.value) || cfg.val));
            el.value = v; uniforms.u_paramsL2.value[i] = v;
        });
    }
    
    document.getElementById('btn-update').addEventListener('click', updateParams);
    
    // UI入力中のEnterキー対応
    document.getElementById('fractal-ui-panel').addEventListener('keydown', (e) => { 
        if(e.key === 'Enter') updateParams(); 
    });

    document.getElementById('btn-invert').addEventListener('click', () => {
        isInverted = isInverted === 0.0 ? 1.0 : 0.0;
        uniforms.u_invert.value = isInverted;
    });

    document.getElementById('btn-save').addEventListener('click', () => {
        const dataURL = renderer.domElement.toDataURL('image/png');
        const link = document.createElement('a');
        link.download = 'fractal_art.png';
        link.href = dataURL;
        link.click();
    });

    renderer.domElement.addEventListener('click', () => { renderer.domElement.requestPointerLock(); });
    window.addEventListener('keydown', (e) => { keys[e.code] = true; });
    window.addEventListener('keyup', (e) => { keys[e.code] = false; });
    
    window.addEventListener('mousemove', (e) => {
        if (document.pointerLockElement === renderer.domElement) {
            myCamEuler.y -= e.movementX * 0.0025;
            myCamEuler.x -= e.movementY * 0.0025;
            myCamEuler.x = Math.max(-Math.PI / 2.2, Math.min(Math.PI / 2.2, myCamEuler.x));
            myCamDir.set(0, 0, 1).applyEuler(myCamEuler).normalize();
        }
    });

    function updateMovement() {
        if (document.pointerLockElement !== renderer.domElement) return;
        const frontInfo = myCamDir.clone().normalize();
        const rightInfo = new THREE.Vector3().crossVectors(new THREE.Vector3(0, 1, 0), frontInfo).normalize();
        if (keys['KeyW']) myCamPos.addScaledVector(frontInfo, moveSpeed);
        if (keys['KeyS']) myCamPos.addScaledVector(frontInfo, -moveSpeed);
        if (keys['KeyA']) myCamPos.addScaledVector(rightInfo, moveSpeed);
        if (keys['KeyD']) myCamPos.addScaledVector(rightInfo, -moveSpeed);
    }

    const clock = new THREE.Clock();
    function animate() {
        requestAnimationFrame(animate);
        updateMovement();
        uniforms.u_time.value = clock.getElapsedTime();
        renderer.render(scene, camera);
    }

    // 枠のサイズ変更（スマホの回転等）に対応
    window.addEventListener('resize', () => {
        width = container.clientWidth;
        height = container.clientHeight;
        renderer.setSize(width, height);
        uniforms.u_resolution.value.set(width, height);
    });

    animate();
})();
</script>



<div class="wp-block-cocoon-blocks-balloon-ex-box-1 speech-wrap sb-id-1 sbs-stn sbp-l sbis-cb cf block-box not-nested-style cocoon-block-balloon"><div class="speech-person"><figure class="speech-icon"><img decoding="async" src="https://illust55.com/wp-content/uploads/2021/06/210631-男の子_立ち_見出し.jpg" alt="" class="speech-icon-image"/></figure><div class="speech-name"></div></div><div class="speech-balloon">
<p class="wp-block-paragraph">3D空間にフラクタル計算により美しい線形を自動で描くことができます<br><br>各数字を変えてボタンをクリックすると線を描くことができます<br><br>つくった絵は保存してつかうことができます<br><br>別ページではプログラム本体も配布しています</p>
</div></div>



<figure class="wp-block-embed aligncenter is-type-wp-embed is-provider-free-illustlation-amp wp-block-embed-free-illustlation-amp"><div class="wp-block-embed__wrapper">

<a href="https://illust55.com/4509" title="ブラウザゲームとAIのゲームプログラムとゲーム制作ツールの無料配布ページ" class="blogcard-wrap internal-blogcard-wrap a-wrap cf" data-wpel-link="internal"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img decoding="async" width="160" height="160" src="https://illust55.com/wp-content/uploads/2021/09/image-2-160x160.png" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://illust55.com/wp-content/uploads/2021/09/image-2-160x160.png 160w, https://illust55.com/wp-content/uploads/2021/09/image-2-300x300.png 300w, https://illust55.com/wp-content/uploads/2021/09/image-2-150x150.png 150w, https://illust55.com/wp-content/uploads/2021/09/image-2-120x120.png 120w, https://illust55.com/wp-content/uploads/2021/09/image-2-320x320.png 320w, https://illust55.com/wp-content/uploads/2021/09/image-2-250x250.png 250w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">ブラウザゲームとAIのゲームプログラムとゲーム制作ツールの無料配布ページ</div><div class="blogcard-snippet internal-blogcard-snippet">こんにちは！この記事は、Youtubeやブログ記事で紹介したツールの配布ページ」ですAIに配布しているプログラムをアップロードすることでプログラムを確実につくりこむことができますまた、ゲーム制作でそのまま使うためのツールも公開しています、ぜ...</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img decoding="async" src="https://www.google.com/s2/favicons?domain=https://illust55.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">illust55.com</div></div><div class="blogcard-date internal-blogcard-date"><div class="blogcard-post-date internal-blogcard-post-date">2025.09.14</div></div></div></div></a>
</div></figure>



<h2 class="wp-block-heading">フラクタル画像：癒しの神秘的な空と静かな機械の無料素材</h2>



<p class="wp-block-paragraph">保存する場合は画像にマウスカーソルを合わせて「右クリック」から「名前をつけて画像を保存」を<br>選んでください</p>



<h3 class="wp-block-heading">・癒しの神秘的な空と静かな機械：リアル</h3>



<figure class="wp-block-image size-large"><a href="https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-リアル.jpg" data-wpel-link="internal"><img loading="lazy" decoding="async" width="1900" height="1900" src="https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-リアル.jpg" alt="癒しの神秘的な空と静かな機械：リアル" class="wp-image-4874" srcset="https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-リアル.jpg 1900w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-リアル-300x300.jpg 300w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-リアル-768x768.jpg 768w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-リアル-1536x1536.jpg 1536w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-リアル-100x100.jpg 100w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-リアル-150x150.jpg 150w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-リアル-120x120.jpg 120w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-リアル-160x160.jpg 160w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-リアル-320x320.jpg 320w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-リアル-250x250.jpg 250w" sizes="(max-width: 1900px) 100vw, 1900px" /></a><figcaption class="wp-element-caption">癒しの神秘的な空と静かな機械：リアル</figcaption></figure>



<h3 class="wp-block-heading">・癒しの神秘的な空と静かな機械：ドラマチック</h3>



<figure class="wp-block-image size-large"><a href="https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ドラマチック.jpeg" data-wpel-link="internal"><img loading="lazy" decoding="async" width="1900" height="1900" src="https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ドラマチック.jpeg" alt="癒しの神秘的な空と静かな機械：ドラマチック" class="wp-image-4872" srcset="https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ドラマチック.jpeg 1900w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ドラマチック-300x300.jpeg 300w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ドラマチック-768x768.jpeg 768w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ドラマチック-1536x1536.jpeg 1536w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ドラマチック-100x100.jpeg 100w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ドラマチック-150x150.jpeg 150w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ドラマチック-120x120.jpeg 120w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ドラマチック-160x160.jpeg 160w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ドラマチック-320x320.jpeg 320w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ドラマチック-250x250.jpeg 250w" sizes="(max-width: 1900px) 100vw, 1900px" /></a><figcaption class="wp-element-caption">癒しの神秘的な空と静かな機械：ドラマチック</figcaption></figure>



<h3 class="wp-block-heading">・癒しの神秘的な空と静かな機械：油彩</h3>



<figure class="wp-block-image size-large"><a href="https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-油絵具.jpeg" data-wpel-link="internal"><img loading="lazy" decoding="async" width="1900" height="1900" src="https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-油絵具.jpeg" alt="癒しの神秘的な空と静かな機械：油彩" class="wp-image-4876" srcset="https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-油絵具.jpeg 1900w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-油絵具-300x300.jpeg 300w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-油絵具-768x768.jpeg 768w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-油絵具-1536x1536.jpeg 1536w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-油絵具-100x100.jpeg 100w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-油絵具-150x150.jpeg 150w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-油絵具-120x120.jpeg 120w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-油絵具-160x160.jpeg 160w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-油絵具-320x320.jpeg 320w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-油絵具-250x250.jpeg 250w" sizes="(max-width: 1900px) 100vw, 1900px" /></a><figcaption class="wp-element-caption">癒しの神秘的な空と静かな機械：油彩</figcaption></figure>



<h3 class="wp-block-heading">・癒しの神秘的な空と静かな機械：セピア</h3>



<figure class="wp-block-image size-large"><a href="https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-セピア.jpeg" data-wpel-link="internal"><img loading="lazy" decoding="async" width="1900" height="1900" src="https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-セピア.jpeg" alt="癒しの神秘的な空と静かな機械：セピア" class="wp-image-4870" srcset="https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-セピア.jpeg 1900w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-セピア-300x300.jpeg 300w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-セピア-768x768.jpeg 768w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-セピア-1536x1536.jpeg 1536w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-セピア-100x100.jpeg 100w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-セピア-150x150.jpeg 150w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-セピア-120x120.jpeg 120w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-セピア-160x160.jpeg 160w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-セピア-320x320.jpeg 320w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-セピア-250x250.jpeg 250w" sizes="(max-width: 1900px) 100vw, 1900px" /></a><figcaption class="wp-element-caption">癒しの神秘的な空と静かな機械：セピア</figcaption></figure>



<h3 class="wp-block-heading">・癒しの神秘的な空と静かな機械：白黒写真</h3>



<figure class="wp-block-image size-large"><a href="https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-白黒写真.jpeg" data-wpel-link="internal"><img loading="lazy" decoding="async" width="1900" height="1900" src="https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-白黒写真.jpeg" alt="癒しの神秘的な空と静かな機械：白黒写真" class="wp-image-4875" srcset="https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-白黒写真.jpeg 1900w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-白黒写真-300x300.jpeg 300w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-白黒写真-768x768.jpeg 768w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-白黒写真-1536x1536.jpeg 1536w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-白黒写真-100x100.jpeg 100w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-白黒写真-150x150.jpeg 150w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-白黒写真-120x120.jpeg 120w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-白黒写真-160x160.jpeg 160w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-白黒写真-320x320.jpeg 320w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-白黒写真-250x250.jpeg 250w" sizes="(max-width: 1900px) 100vw, 1900px" /></a><figcaption class="wp-element-caption">癒しの神秘的な空と静かな機械：白黒写真</figcaption></figure>



<h2 class="wp-block-heading">・癒しの神秘的な空と静かな機械：カラフル</h2>



<figure class="wp-block-image size-large"><a href="https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-パステル.jpeg" data-wpel-link="internal"><img loading="lazy" decoding="async" width="1900" height="1900" src="https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-パステル.jpeg" alt="癒しの神秘的な空と静かな機械：パステル" class="wp-image-4873" srcset="https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-パステル.jpeg 1900w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-パステル-300x300.jpeg 300w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-パステル-768x768.jpeg 768w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-パステル-1536x1536.jpeg 1536w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-パステル-100x100.jpeg 100w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-パステル-150x150.jpeg 150w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-パステル-120x120.jpeg 120w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-パステル-160x160.jpeg 160w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-パステル-320x320.jpeg 320w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-パステル-250x250.jpeg 250w" sizes="(max-width: 1900px) 100vw, 1900px" /></a><figcaption class="wp-element-caption">癒しの神秘的な空と静かな機械：パステル</figcaption></figure>



<h3 class="wp-block-heading">・癒しの神秘的な空と静かな機械：ソフト</h3>



<figure class="wp-block-image size-large"><a href="https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ソフト.jpeg" data-wpel-link="internal"><img loading="lazy" decoding="async" width="1900" height="1900" src="https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ソフト.jpeg" alt="癒しの神秘的な空と静かな機械：ソフト" class="wp-image-4871" srcset="https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ソフト.jpeg 1900w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ソフト-300x300.jpeg 300w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ソフト-768x768.jpeg 768w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ソフト-1536x1536.jpeg 1536w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ソフト-100x100.jpeg 100w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ソフト-150x150.jpeg 150w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ソフト-120x120.jpeg 120w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ソフト-160x160.jpeg 160w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ソフト-320x320.jpeg 320w, https://illust55.com/wp-content/uploads/2021/09/癒しの神秘的な空と静かな機械-ソフト-250x250.jpeg 250w" sizes="(max-width: 1900px) 100vw, 1900px" /></a><figcaption class="wp-element-caption">癒しの神秘的な空と静かな機械：ソフト</figcaption></figure>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://illust55.com/4869/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
