質問編集履歴

3

イメージの追加

2021/03/19 07:16

投稿

mitrasi
mitrasi

スコア49

test CHANGED
File without changes
test CHANGED
@@ -837,3 +837,15 @@
837
837
 
838
838
 
839
839
  ※本来の投稿機能の使い方から外れますが、全コードの掲示にあたり、上記を消すわけにもいかないため、自己解決投稿欄を使用させて頂いております。ご容赦ください。
840
+
841
+
842
+
843
+ ### 追記
844
+
845
+ ![<source>タグ](a1f4d74d16a190c2439524476353fadd.png)
846
+
847
+ ![<image>タグ](69d08128210ce69150d7a1cbf39f4e05.png)
848
+
849
+
850
+
851
+ 以上の状態から、<sorce>タグの画像が読み込まれず、<image>タグが読み込まれているのではないかと推測しました。

2

コードの訂正

2021/03/19 07:16

投稿

mitrasi
mitrasi

スコア49

test CHANGED
File without changes
test CHANGED
@@ -118,6 +118,12 @@
118
118
 
119
119
  <div class="wrapper">
120
120
 
121
+ <div class="scroll-bar">
122
+
123
+ <p class="message">SCROLL</p>
124
+
125
+ </div>
126
+
121
127
  <div class="fv-wrapper">
122
128
 
123
129
  <picture>
@@ -150,8 +156,6 @@
150
156
 
151
157
  </section>
152
158
 
153
-
154
-
155
159
 
156
160
 
157
161
  </main>
@@ -176,131 +180,91 @@
176
180
 
177
181
  ```CSS
178
182
 
179
- @import "va";
183
+ @charset "UTF-8";
184
+
180
-
185
+ /*カラーコード*/
186
+
181
-
187
+ /*mixin*/
182
-
183
-
184
-
185
-
186
188
 
187
189
  html {
188
190
 
189
- font-size: 62.5%;
191
+ font-size: 62.5%;
192
+
190
-
193
+ }
191
-
192
-
194
+
193
- * {
195
+ html * {
194
196
 
195
197
  box-sizing: border-box;
196
198
 
197
- }
199
+ }
198
-
199
-
200
-
200
+
201
- body {
201
+ html body {
202
202
 
203
203
  line-height: 1.8;
204
204
 
205
205
  font-size: 16px;
206
206
 
207
- font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
207
+ font-family: "Montserrat", "Noto Sans JP", sans-serif;
208
208
 
209
209
  width: 100%;
210
210
 
211
-
212
-
213
- img,
214
-
215
- {
216
-
217
- max-width: 100%;
218
-
219
-
220
-
221
- vertical-align: bottom;
222
-
223
-
224
-
225
- }
226
-
227
-
228
-
229
- h2 {
230
-
231
- font-size: 3.2rem;
232
-
233
- font-weight: bold;
234
-
235
- }
236
-
237
-
238
-
239
- h3 {
240
-
241
- font-size: 2.4rem;
242
-
243
- font-weight: bold;
244
-
245
- }
246
-
247
-
248
-
249
- a {
250
-
251
- text-decoration: none;
252
-
253
- color: $white;
254
-
255
- }
256
-
257
-
258
-
259
- section {
260
-
261
- margin: 0 auto;
262
-
263
- text-align: center;
264
-
265
-
266
-
267
-
268
-
269
- .wrapper {}
270
-
271
- }
272
-
273
- }
274
-
275
- }
276
-
277
-
278
-
279
-
280
-
281
-
282
-
283
-
211
+ }
212
+
213
+ html body img {
214
+
215
+ max-width: 100%;
216
+
217
+ vertical-align: bottom;
218
+
219
+ }
220
+
221
+ html body h2 {
222
+
223
+ font-size: 3.2rem;
224
+
225
+ font-weight: bold;
226
+
227
+ }
228
+
229
+ html body h3 {
230
+
231
+ font-size: 2.4rem;
232
+
233
+ font-weight: bold;
234
+
235
+ }
236
+
237
+ html body a {
238
+
239
+ text-decoration: none;
240
+
241
+ color: #FFFFFF;
242
+
243
+ }
244
+
245
+ html body section {
246
+
247
+ margin: 0 auto;
248
+
249
+ text-align: center;
250
+
251
+ }
284
252
 
285
253
  /*ヘッダー*/
286
254
 
287
255
  header {
288
256
 
289
- position: absolute;
257
+ position: absolute;
290
-
258
+
291
- width: 100%;
259
+ width: 100%;
292
-
293
-
294
-
260
+
295
- /*共通部とここでwidth:100pxで広がる*/
261
+ /*共通部とここでwidth:100pxで広がる*/
296
-
297
-
298
-
262
+
299
- z-index: 10;
263
+ z-index: 10;
264
+
300
-
265
+ }
301
-
302
-
266
+
303
- .header-wrapper {
267
+ header .header-wrapper {
304
268
 
305
269
  padding: 30px 58px;
306
270
 
@@ -308,415 +272,297 @@
308
272
 
309
273
  justify-content: space-between;
310
274
 
311
-
275
+ }
312
-
313
-
314
-
276
+
315
- .header-nav {
277
+ header .header-wrapper .header-nav {
316
-
278
+
317
- display: flex;
279
+ display: flex;
280
+
318
-
281
+ }
282
+
319
-
283
+ header .header-wrapper .header-nav .header-list {
284
+
320
-
285
+ padding-right: 7px;
286
+
287
+ }
288
+
289
+
290
+
291
+ /*fv*/
292
+
293
+ #fv {
294
+
295
+ height: 464px;
296
+
297
+ }
298
+
299
+ #fv .wrapper {
300
+
301
+ display: flex;
302
+
303
+ }
304
+
305
+ #fv .wrapper .scroll-bar {
306
+
307
+ display: none;
308
+
309
+ }
310
+
311
+ #fv .fv-wrapper {
312
+
313
+ position: relative;
314
+
315
+ overflow: hidden;
316
+
317
+ width: 96.3vw;
318
+
319
+ height: 387px;
320
+
321
+ text-align: left;
322
+
323
+ z-index: 2;
324
+
325
+ }
326
+
327
+ #fv .fv-wrapper .fv-img {
328
+
329
+ position: absolute;
330
+
331
+ top: -40%;
332
+
333
+ object-position: right;
334
+
335
+ filter: brightness(60%);
336
+
337
+ height: 100vh;
338
+
339
+ }
340
+
341
+ #fv .fv-black {
342
+
343
+ width: 780px;
344
+
345
+ height: 464px;
346
+
347
+ background-color: #333333;
348
+
349
+ z-index: 1;
350
+
351
+ position: absolute;
352
+
353
+ right: 0;
354
+
355
+ }
356
+
357
+ #fv .copy {
358
+
359
+ z-index: 5;
360
+
361
+ color: #FFFFFF;
362
+
363
+ font-weight: bold;
364
+
365
+ margin-top: 157px;
366
+
367
+ position: absolute;
368
+
369
+ right: 17%;
370
+
371
+ text-align: left;
372
+
373
+ }
374
+
375
+ #fv .copy .sub-copy,
376
+
377
+ #fv .copy .company {
378
+
379
+ font-size: 20px;
380
+
381
+ }
382
+
383
+ #fv .copy .main-copy {
384
+
385
+ font-size: 7.2rem;
386
+
387
+ }
388
+
389
+ #fv .copy .sub-copy {
390
+
391
+ font-weight: normal;
392
+
393
+ }
394
+
395
+
396
+
397
+ /*footer*/
398
+
399
+ footer {
400
+
401
+ background-color: #333333;
402
+
403
+ text-align: center;
404
+
405
+ color: #FFFFFF;
406
+
407
+ padding: 18px;
408
+
409
+ font-size: 10px;
410
+
411
+ }
412
+
413
+
414
+
415
+ /*レスポンシブ*/
416
+
417
+ /*タブレット版*/
418
+
419
+ @media screen and (max-width: 1000px) {
420
+
421
+ html body {
422
+
423
+ font-size: 1.4rem;
424
+
425
+ width: 100%;
426
+
427
+ }
428
+
429
+ html body h2 {
430
+
431
+ font-size: 3.2rem;
432
+
433
+ }
434
+
435
+
436
+
437
+ /*ヘッダー タブレット*/
438
+
321
- .header-list {
439
+ header {
440
+
441
+ /*ここでheaderのpaddingを設定してしまうと画面の外まで飛び出してしまう*/
442
+
443
+ }
444
+
445
+ header .header-wrapper {
446
+
447
+ display: flex;
448
+
449
+ height: 20px;
450
+
451
+ padding: 30px;
452
+
453
+ /*ヘッダー全体がはみ出さないようにする*/
454
+
455
+ }
456
+
457
+ header .header-wrapper .header-log .site-log {
458
+
459
+ height: 20px;
460
+
461
+ }
462
+
463
+ header .header-wrapper .header-nav {
464
+
465
+ display: flex;
466
+
467
+ }
468
+
469
+ header .header-wrapper .header-nav .header-list {
322
470
 
323
471
  padding-right: 7px;
324
472
 
325
- }
326
-
327
- }
328
-
329
- }
330
-
331
- }
332
-
333
-
334
-
335
-
336
-
337
- /*fv*/
338
-
339
- #fv {
340
-
341
-
342
-
343
- height: 464px;
344
-
345
-
346
-
347
- .wrapper {
348
-
349
- display: flex;
350
-
351
-
352
-
353
- }
354
-
355
-
356
-
357
- .fv-wrapper {
358
-
359
- position: relative;
360
-
361
-
362
-
363
- overflow: hidden;
364
-
365
- width: 96.3vw;
366
-
367
- height: 387px;
368
-
369
-
370
-
371
-
372
-
373
- .fv-img {
374
-
375
- position: absolute;
376
-
377
- // background-image: url(../img/contact-page.png);
378
-
379
- top: -40%;
380
-
381
- object-position: right;
382
-
383
- filter: brightness(60%);
384
-
385
- height: 100vh;
386
-
387
-
388
-
389
- }
390
-
391
-
392
-
393
-
394
-
395
- text-align: left;
396
-
397
- z-index: 2;
398
-
399
-
400
-
401
-
402
-
403
- }
404
-
405
-
406
-
407
- .fv-black {
408
-
409
- width: 780px;
410
-
411
- height: 464px;
412
-
413
- background-color: $black;
414
-
415
- z-index: 1;
416
-
417
- position: absolute;
418
-
419
- right: 0;
420
-
421
-
422
-
423
- }
424
-
425
-
426
-
427
- .copy {
428
-
429
- z-index: 5;
430
-
431
- color: $white;
432
-
433
- font-weight: bold;
434
-
435
- margin-top: 157px;
436
-
437
- position: absolute;
438
-
439
- right: 17%;
440
-
441
-
442
-
443
-
444
-
445
- text-align: left;
446
-
447
-
448
-
449
- .sub-copy,
450
-
451
- .company {
452
-
453
- font-size: 20px;
454
-
455
- }
456
-
457
-
458
-
459
- .main-copy {
460
-
461
- font-size: 7.2rem;
462
-
463
- }
464
-
465
-
466
-
467
- .sub-copy {
468
-
469
- font-weight: normal;
470
-
471
- }
472
-
473
- }
474
-
475
- }
476
-
477
-
478
-
479
-
480
-
481
- /*footer*/
482
-
483
- footer {
484
-
485
- background-color: $black;
486
-
487
- text-align: center;
488
-
489
- color: $white;
490
-
491
- padding: 18px;
492
-
493
- font-size: 10px;
494
-
495
- }
496
-
497
-
498
-
499
-
500
-
501
-
502
-
503
- /*レスポンシブ*/
504
-
505
-
506
-
507
- /*タブレット版*/
508
-
509
-
510
-
511
- @media screen and (max-width:1000px) {
512
-
513
-
514
-
515
-
516
-
517
- html {
518
-
519
- body {
520
-
521
- font-size: 1.4rem;
522
-
523
- width: 100%;
524
-
525
-
526
-
527
- h2 {
528
-
529
- font-size: 3.2rem;
530
-
531
- }
532
-
533
-
534
-
535
-
536
-
537
-
538
-
539
-
540
-
541
- }
542
-
543
- }
544
-
545
-
546
-
547
- /*ヘッダー タブレット*/
548
-
549
- header {
550
-
551
-
552
-
553
-
554
-
555
- .header-wrapper {
556
-
557
-
558
-
559
- display: flex;
560
-
561
-
562
-
563
- height: 20px;
564
-
565
- padding: 30px;
566
-
567
-
568
-
569
- .header-log {
570
-
571
- .site-log {
572
-
573
- height: 20px;
574
-
575
- }
576
-
577
-
578
-
579
- }
580
-
581
-
582
-
583
- .header-nav {
473
+ }
474
+
475
+
476
+
477
+ /*fv タブレット*/
478
+
479
+ #fv {
480
+
481
+ height: 615px;
482
+
483
+ }
484
+
485
+ #fv .wrapper {
584
486
 
585
487
  display: flex;
586
488
 
587
-
588
-
589
- .header-list {
590
-
591
- padding-right: 7px;
489
+ width: 100%;
592
-
490
+
593
- }
491
+ }
594
-
595
- }
492
+
596
-
597
- }
598
-
599
- }
600
-
601
-
602
-
603
- /*fv タブレット*/
604
-
605
- #fv {
606
-
607
-
608
-
609
-
610
-
611
- height: 615px;
612
-
613
-
614
-
615
-
616
-
617
-
618
-
619
- .wrapper {
620
-
621
- display: flex;
622
-
623
- width: 100%;
624
-
625
- }
626
-
627
-
628
-
629
- .fv-wrapper {
493
+ #fv .fv-wrapper {
630
-
631
- position: absolute;
632
-
633
- top: 0;
634
-
635
- // background-image: url(../img/contact-page@2x.png);
636
-
637
- text-align: left;
638
-
639
- width: 578px;
640
-
641
- height: 529px;
642
-
643
- position: relative;
644
-
645
-
646
-
647
-
648
-
649
- .fv-img {
650
494
 
651
495
  position: absolute;
652
496
 
497
+ top: 0;
498
+
499
+ text-align: left;
500
+
501
+ width: 578px;
502
+
503
+ height: 529px;
504
+
505
+ position: relative;
506
+
507
+ }
508
+
509
+ #fv .fv-wrapper .fv-img {
510
+
511
+ position: absolute;
512
+
653
513
  object-position: 45% 50%;
654
514
 
655
515
  object-fit: cover;
656
516
 
657
-
658
-
659
- }
517
+ }
518
+
660
-
519
+ #fv .fv-black {
520
+
521
+ width: 52.86vw;
522
+
523
+ height: 60.06vh;
524
+
525
+ background-color: #333333;
526
+
527
+ z-index: 0;
528
+
529
+ position: absolute;
530
+
531
+ right: 0;
532
+
533
+ /*margin-bottom: 80px;*/
534
+
535
+ /* margin-bottom: 120px;*/
536
+
661
- }
537
+ }
662
-
663
-
664
-
538
+
665
- .fv-black {
539
+ #fv .copy {
666
-
667
- width: 52.86vw;
540
+
668
-
669
- height: 60.06vh;
670
-
671
- background-color: $black;
672
-
673
- z-index: 0;
541
+ z-index: 5;
542
+
674
-
543
+ color: #FFFFFF;
544
+
545
+ font-weight: bold;
546
+
547
+ margin-top: 330px;
548
+
675
- position: absolute;
549
+ position: absolute;
676
-
550
+
677
- right: 0;
551
+ right: 12%;
678
-
552
+
679
- /*margin-bottom: 80px;*/
553
+ text-align: left;
680
-
681
- /* margin-bottom: 120px;*/
554
+
682
-
683
- }
555
+ }
684
-
685
-
686
-
687
- .copy {
556
+
688
-
689
- z-index: 5;
690
-
691
- color: $white;
692
-
693
- font-weight: bold;
694
-
695
- margin-top: 330px;
696
-
697
- position: absolute;
698
-
699
- right: 12%;
700
-
701
-
702
-
703
-
704
-
705
- text-align: left;
706
-
707
-
708
-
709
- .sub-copy,
557
+ #fv .copy .sub-copy,
710
-
558
+
711
- .company {
559
+ #fv .copy .company {
712
560
 
713
561
  font-size: 16px;
714
562
 
715
- }
563
+ }
716
-
717
-
718
-
564
+
719
- .main-copy {
565
+ #fv .copy .main-copy {
720
566
 
721
567
  font-size: 5.6rem;
722
568
 
@@ -724,263 +570,223 @@
724
570
 
725
571
  margin-top: 10px;
726
572
 
727
- }
573
+ }
728
-
574
+
729
- }
575
+ }
730
-
731
-
732
-
733
-
734
-
735
-
736
-
737
- }
738
-
739
-
740
-
741
-
742
-
743
-
744
576
 
745
577
  /*スマホ版*/
746
578
 
747
- @media screen and (max-width:767px) {
579
+ @media screen and (max-width: 767px) {
748
-
580
+
749
- * {
581
+ * {
750
-
582
+
751
- box-sizing: border-box;
583
+ box-sizing: border-box;
752
-
584
+
753
- }
585
+ }
754
-
755
-
756
-
586
+
587
+
588
+
757
- html {
589
+ html body {
758
-
759
- body {
590
+
760
-
761
- font-size: 1.4rem;
591
+ font-size: 1.4rem;
592
+
762
-
593
+ }
763
-
764
-
594
+
765
- h2 {
595
+ html body h2 {
766
596
 
767
597
  font-size: 2.8rem;
768
598
 
769
- width: 44.8vw
599
+ width: 44.8vw;
770
-
600
+
771
- }
601
+ }
772
-
773
-
774
-
602
+
775
- h3 {
603
+ html body h3 {
776
604
 
777
605
  font-size: 2.4rem;
778
606
 
779
607
  font-weight: normal;
780
608
 
781
-
782
-
783
- }
609
+ }
784
-
785
-
786
-
787
- section {
610
+
788
-
789
- .wrapper {
611
+ html body section .wrapper {
790
-
612
+
791
- padding: 0 15px;
613
+ padding: 0 15px;
792
-
614
+
793
- }
615
+ }
616
+
794
-
617
+ html body .section-title {
618
+
619
+ font-size: 2.8rem;
620
+
795
- }
621
+ }
622
+
623
+
624
+
796
-
625
+ /*ヘッダー*/
626
+
797
-
627
+ header .header-wrapper {
628
+
798
-
629
+ padding: 15px 19px;
630
+
799
- .section-title {
631
+ display: flex;
632
+
800
-
633
+ justify-content: space-between;
634
+
801
- font-size:
635
+ z-index: 10;
802
-
803
- 2.8rem;
636
+
804
-
805
- }
637
+ }
806
-
807
-
808
-
809
-
810
-
811
- }
638
+
812
-
813
- }
814
-
815
-
816
-
817
- /*ヘッダー*/
818
-
819
- header {
820
-
821
-
822
-
823
- .header-wrapper {
639
+ header .header-wrapper .header-log {
824
-
825
- padding: 15px 19px;
826
-
827
- display: flex;
828
-
829
- justify-content: space-between;
830
-
831
- z-index: 10;
832
-
833
-
834
-
835
- .header-log {
836
640
 
837
641
  width: 189px;
838
642
 
839
643
  height: 20px;
840
644
 
841
- }
645
+ }
842
-
843
-
844
-
646
+
845
- .header-nav {
647
+ header .header-wrapper .header-nav {
846
648
 
847
649
  display: flex;
848
650
 
849
-
850
-
851
- a {
852
-
853
- font-size: 1.2rem;
854
-
855
- }
856
-
857
-
858
-
859
- .header-list {
860
-
861
- padding-right: 7px;
862
-
863
- }
864
-
865
- }
866
-
867
- }
868
-
869
- }
870
-
871
-
872
-
873
- /*fv*/
874
-
875
- #fv {
876
-
877
-
878
-
879
-
880
-
881
- /*height: 100vh;*/
882
-
883
-
884
-
885
- .wrapper {
886
-
887
- display: flex;
888
-
889
- width: 100%;
890
-
891
- padding: 0;
892
-
893
- }
894
-
895
-
896
-
897
- .fv-wrapper {
898
-
899
-
900
-
901
- text-align: left;
902
-
903
- z-index: 1;
904
-
905
- width: 76.53vw;
906
-
907
- height: 86.96vh;
908
-
909
- /*overflow: hidden;*/
910
-
911
- position: relative;
912
-
913
-
914
-
915
- .fv-img {
916
-
917
-
651
+ }
652
+
653
+ header .header-wrapper .header-nav a {
654
+
655
+ font-size: 1.2rem;
656
+
657
+ }
658
+
659
+ header .header-wrapper .header-nav .header-list {
660
+
661
+ padding-right: 7px;
662
+
663
+ }
664
+
665
+
666
+
667
+ /*fv*/
668
+
669
+ #fv {
670
+
671
+ height: 445px;
672
+
673
+ }
674
+
675
+ #fv .wrapper {
676
+
677
+ display: flex;
678
+
679
+ width: 100%;
680
+
681
+ padding: 0;
682
+
683
+ }
684
+
685
+ #fv .wrapper .scroll-bar {
686
+
687
+ display: block;
688
+
689
+ position: absolute;
690
+
691
+ z-index: 10;
692
+
693
+ top: 35%;
694
+
695
+ left: -26%;
696
+
697
+ }
698
+
699
+ #fv .wrapper .scroll-bar .message {
700
+
701
+ color: #FFFFFF;
702
+
703
+ transform: rotate(-90deg);
704
+
705
+ font-weight: bold;
706
+
707
+ }
708
+
709
+ #fv .wrapper .scroll-bar .message::after {
710
+
711
+ content: "";
712
+
713
+ background-color: #333333;
714
+
715
+ display: inline-block;
716
+
717
+ vertical-align: middle;
718
+
719
+ width: 178.5px;
720
+
721
+ height: 0.15rem;
722
+
723
+ }
724
+
725
+ #fv .fv-wrapper {
726
+
727
+ text-align: left;
728
+
729
+ z-index: 1;
730
+
731
+ width: 76.53vw;
732
+
733
+ height: 270px;
734
+
735
+ /*overflow: hidden;*/
736
+
737
+ position: relative;
738
+
739
+ }
740
+
741
+ #fv .fv-wrapper .fv-img {
918
742
 
919
743
  object-position: top;
920
744
 
921
-
922
-
923
-
924
-
925
-
926
-
927
- }
745
+ }
746
+
928
-
747
+ #fv .fv-black {
748
+
929
-
749
+ width: 75.47vw;
750
+
930
-
751
+ height: 365px;
752
+
931
-
753
+ background-color: #333333;
754
+
932
-
755
+ z-index: 0;
756
+
757
+ position: absolute;
758
+
759
+ right: 0;
760
+
933
- }
761
+ }
934
-
935
-
936
-
762
+
937
- .fv-black {
763
+ #fv .copy {
938
-
939
- width: 75.47vw;
764
+
940
-
941
- height: 667px;
942
-
943
- background-color: $black;
944
-
945
- z-index: 0;
765
+ z-index: 5;
766
+
946
-
767
+ color: #FFFFFF;
768
+
769
+ font-weight: bold;
770
+
771
+ margin-top: 175px;
772
+
947
- position: absolute;
773
+ position: absolute;
948
-
774
+
949
- right: 0;
775
+ right: 6%;
776
+
950
-
777
+ text-align: right;
778
+
951
- }
779
+ }
952
-
953
-
954
-
955
- .copy {
780
+
956
-
957
- z-index: 5;
958
-
959
- color: $white;
960
-
961
- font-weight: bold;
962
-
963
- margin-top: 175px;
964
-
965
- position: absolute;
966
-
967
- right: 6%;
968
-
969
- text-align: right;
970
-
971
-
972
-
973
- .sub-copy,
781
+ #fv .copy .sub-copy,
974
-
782
+
975
- .company {
783
+ #fv .copy .company {
976
784
 
977
785
  font-size: 16px;
978
786
 
979
- }
787
+ }
980
-
981
-
982
-
788
+
983
- .main-copy {
789
+ #fv .copy .main-copy {
984
790
 
985
791
  font-size: 5.6rem;
986
792
 
@@ -988,21 +794,7 @@
988
794
 
989
795
  margin-top: 10px;
990
796
 
991
- }
797
+ }
992
-
993
- }
994
-
995
-
996
-
997
-
998
-
999
-
1000
-
1001
- }
1002
-
1003
-
1004
-
1005
-
1006
798
 
1007
799
  }
1008
800
 

1

コードの訂正

2021/03/19 06:41

投稿

mitrasi
mitrasi

スコア49

test CHANGED
File without changes
test CHANGED
@@ -1041,3 +1041,7 @@
1041
1041
  エディタ:Brackets
1042
1042
 
1043
1043
  ブラウザ:クローム
1044
+
1045
+
1046
+
1047
+ ※本来の投稿機能の使い方から外れますが、全コードの掲示にあたり、上記を消すわけにもいかないため、自己解決投稿欄を使用させて頂いております。ご容赦ください。