- Request / Response
- Performance
- Validator 1
- Forms 1
- Exception 1
- Logs 530
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine 1
- Migrations 13
- Debug
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
mode
-
category_id
-
name
-
pageno
-
disp_number
-
1orderby
-
tag_id
-
tag_id2
-
category_id2
-
category_id3
-
category_id4
-
category_id5
-
(no name)
"Eccube\Form\Type\SearchProductType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | [ "mode" => null "category_id" => null "name" => null "pageno" => "1" "disp_number" => Eccube\Entity\Master\ProductListMax {#4266 #id: 20 #name: "15件" #sort_no: 0 } "tag_id" => null "tag_id2" => null "category_id2" => null "category_id3" => null "category_id4" => null "category_id5" => null ] |
Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | true |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | false |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4236 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4125 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4238 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#4237 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "search_product" "_" ] |
cache_key | "__search_product" |
compound | true |
data | [ "mode" => null "category_id" => null "name" => null "pageno" => "1" "disp_number" => Eccube\Entity\Master\ProductListMax {#4266 #id: 20 #name: "15件" #sort_no: 0 } "tag_id" => null "tag_id2" => null "category_id2" => null "category_id3" => null "category_id4" => null "category_id5" => null ] |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#143324 -form: Symfony\Component\Form\Form {#7907 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#140550 …5} |
full_name | "" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "GET" |
multipart | false |
name | "" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_" |
valid | false |
value | [ "mode" => null "category_id" => null "name" => null "pageno" => "1" "disp_number" => Eccube\Entity\Master\ProductListMax {#4266 #id: 20 #name: "15件" #sort_no: 0 } "tag_id" => null "tag_id2" => null "category_id2" => null "category_id3" => null "category_id4" => null "category_id5" => null ] |
mode
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "search" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | "search" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
data | "search" |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#7711 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4125 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7713 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7710 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_mode" ] |
cache_key | "_mode_hidden" |
compound | false |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#143326 -form: Symfony\Component\Form\Form {#7910 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#143323 …5} |
full_name | "mode" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mode" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "mode" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_mode" |
valid | true |
value | "" |
category_id
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_label | "NameWithLevel" |
same as passed value |
choices | [ Eccube\Entity\Category {#4301 -id: 428 -name: "販売" -hierarchy: 1 -sort_no: 454 -create_date: DateTime @1696149302 {#4302 date: 2023-10-01 17:35:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#4300 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4318 …} -Children: Doctrine\ORM\PersistentCollection {#4555 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4554 -id: 8 -name: "ヴァイスシュヴァルツ" -hierarchy: 1 -sort_no: 453 -create_date: DateTime @1694688722 {#4298 date: 2023-09-14 19:52:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240460 {#4296 date: 2025-03-06 14:54:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4553 …} -Children: Doctrine\ORM\PersistentCollection {#4550 …} -Parent: Eccube\Entity\Category {#4301} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: "0213195436_65cb4a6cd7c54.png" } Eccube\Entity\Category {#4549 -id: 709 -name: "レアリティ" -hierarchy: 2 -sort_no: 452 -create_date: DateTime @1740985361 {#4294 date: 2025-03-03 16:02:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4292 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4548 …} -Children: Doctrine\ORM\PersistentCollection {#4545 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4544 -id: 710 -name: "SSP" -hierarchy: 3 -sort_no: 444 -create_date: DateTime @1740985567 {#4268 date: 2025-03-03 16:06:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4304 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4543 …} -Children: Doctrine\ORM\PersistentCollection {#4540 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4531 -id: 711 -name: "SP" -hierarchy: 3 -sort_no: 443 -create_date: DateTime @1740985570 {#4533 date: 2025-03-03 16:06:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4532 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4530 …} -Children: Doctrine\ORM\PersistentCollection {#4527 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4285 -id: 712 -name: "RRR" -hierarchy: 3 -sort_no: 442 -create_date: DateTime @1740985575 {#4526 date: 2025-03-03 16:06:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4525 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4293 …} -Children: Doctrine\ORM\PersistentCollection {#4287 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4516 -id: 723 -name: "SR" -hierarchy: 3 -sort_no: 441 -create_date: DateTime @1740991069 {#4418 date: 2025-03-03 17:37:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4514 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4517 …} -Children: Doctrine\ORM\PersistentCollection {#4520 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4523 -id: 724 -name: "RR" -hierarchy: 3 -sort_no: 440 -create_date: DateTime @1740991094 {#4521 date: 2025-03-03 17:38:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4522 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4524 …} -Children: Doctrine\ORM\PersistentCollection {#4559 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4563 -id: 725 -name: "R" -hierarchy: 3 -sort_no: 439 -create_date: DateTime @1740991113 {#4561 date: 2025-03-03 17:38:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4562 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4564 …} -Children: Doctrine\ORM\PersistentCollection {#4567 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4570 -id: 726 -name: "UC" -hierarchy: 3 -sort_no: 438 -create_date: DateTime @1740991124 {#4568 date: 2025-03-03 17:38:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4569 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4571 …} -Children: Doctrine\ORM\PersistentCollection {#4574 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4577 -id: 727 -name: "C" -hierarchy: 3 -sort_no: 437 -create_date: DateTime @1740991135 {#4575 date: 2025-03-03 17:38:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4576 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4578 …} -Children: Doctrine\ORM\PersistentCollection {#4581 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4584 -id: 728 -name: "PR" -hierarchy: 3 -sort_no: 436 -create_date: DateTime @1740991257 {#4582 date: 2025-03-03 17:40:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4583 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4585 …} -Children: Doctrine\ORM\PersistentCollection {#4588 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4591 -id: 729 -name: "TD" -hierarchy: 3 -sort_no: 435 -create_date: DateTime @1740991273 {#4589 date: 2025-03-03 17:41:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4590 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4592 …} -Children: Doctrine\ORM\PersistentCollection {#4595 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4598 -id: 730 -name: "ホロ" -hierarchy: 3 -sort_no: 434 -create_date: DateTime @1740991284 {#4596 date: 2025-03-03 17:41:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4597 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4599 …} -Children: Doctrine\ORM\PersistentCollection {#4602 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4603 -id: 652 -name: "新商品" -hierarchy: 2 -sort_no: 445 -create_date: DateTime @1712564635 {#4535 date: 2024-04-08 17:23:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4534 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4604 …} -Children: Doctrine\ORM\PersistentCollection {#4607 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4610 -id: 746 -name: "ダメージ商品 ヴァイスシュバルツ" -hierarchy: 2 -sort_no: 433 -create_date: DateTime @1741240562 {#4608 date: 2025-03-06 14:56:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240876 {#4609 date: 2025-03-06 15:01:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4611 …} -Children: Doctrine\ORM\PersistentCollection {#4614 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4617 -id: 644 -name: "ヴァイスシュヴァルツおすすめ" -hierarchy: 2 -sort_no: 432 -create_date: DateTime @1706627789 {#4615 date: 2024-01-31 00:16:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4616 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4618 …} -Children: Doctrine\ORM\PersistentCollection {#4621 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4628 -id: 10 -name: "ヴァイスサイド" -hierarchy: 2 -sort_no: 431 -create_date: DateTime @1694688753 {#4622 date: 2023-09-14 19:52:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4623 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4629 …} -Children: Doctrine\ORM\PersistentCollection {#4632 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4633 -id: 672 -name: "アイドルマスターシャイニーカラーズ" -hierarchy: 3 -sort_no: 430 -create_date: DateTime @1718270442 {#4624 date: 2024-06-13 18:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4625 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4634 …} -Children: Doctrine\ORM\PersistentCollection {#4637 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4638 -id: 696 -name: "アイドルマスター シャイニーカラーズ Shine More!" -hierarchy: 4 -sort_no: 429 -create_date: DateTime @1725172066 {#4626 date: 2024-09-01 15:27:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725172066 {#4627 date: 2024-09-01 15:27:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4639 …} -Children: Doctrine\ORM\PersistentCollection {#4641 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4647 -id: 694 -name: "アリス・ギア・アイギス Expansion" -hierarchy: 3 -sort_no: 428 -create_date: DateTime @1724575700 {#4645 date: 2024-08-25 17:48:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4646 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4648 …} -Children: Doctrine\ORM\PersistentCollection {#4651 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4654 -id: 160 -name: "アイドルマスター シンデレラガールズ" -hierarchy: 3 -sort_no: 423 -create_date: DateTime @1694688954 {#4652 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4653 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4655 …} -Children: Doctrine\ORM\PersistentCollection {#4658 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4661 -id: 161 -name: "Angel Beats!/クドわふたー" -hierarchy: 3 -sort_no: 147 -create_date: DateTime @1694688954 {#4659 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4660 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4662 …} -Children: Doctrine\ORM\PersistentCollection {#4665 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4668 -id: 162 -name: "カードキャプターさくら" -hierarchy: 3 -sort_no: 146 -create_date: DateTime @1694688954 {#4666 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4667 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4669 …} -Children: Doctrine\ORM\PersistentCollection {#4672 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4675 -id: 651 -name: "ホロライブプロダクション Summer Collection" -hierarchy: 3 -sort_no: 145 -create_date: DateTime @1712560058 {#4673 date: 2024-04-08 16:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4674 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4676 …} -Children: Doctrine\ORM\PersistentCollection {#4679 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4682 -id: 163 -name: "ガールフレンド(仮)" -hierarchy: 3 -sort_no: 144 -create_date: DateTime @1694688954 {#4680 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4681 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4683 …} -Children: Doctrine\ORM\PersistentCollection {#4686 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4689 -id: 164 -name: "角川スニーカー文庫" -hierarchy: 3 -sort_no: 143 -create_date: DateTime @1694688954 {#4687 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4688 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4690 …} -Children: Doctrine\ORM\PersistentCollection {#4693 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4696 -id: 165 -name: "彼女、お借りします" -hierarchy: 3 -sort_no: 142 -create_date: DateTime @1694688954 {#4694 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4695 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4697 …} -Children: Doctrine\ORM\PersistentCollection {#4700 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4703 -id: 166 -name: "神様になった日" -hierarchy: 3 -sort_no: 141 -create_date: DateTime @1694688954 {#4701 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4702 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4704 …} -Children: Doctrine\ORM\PersistentCollection {#4707 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4710 -id: 167 -name: "カードゲームしよ子" -hierarchy: 3 -sort_no: 140 -create_date: DateTime @1694688954 {#4708 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4709 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4711 …} -Children: Doctrine\ORM\PersistentCollection {#4714 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4717 -id: 168 -name: "Key" -hierarchy: 3 -sort_no: 139 -create_date: DateTime @1694688954 {#4715 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4716 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4718 …} -Children: Doctrine\ORM\PersistentCollection {#4721 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4724 -id: 169 -name: "CLANNAD" -hierarchy: 3 -sort_no: 138 -create_date: DateTime @1694688954 {#4722 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4723 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4725 …} -Children: Doctrine\ORM\PersistentCollection {#4728 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4731 -id: 170 -name: "けものフレンズ" -hierarchy: 3 -sort_no: 137 -create_date: DateTime @1694688954 {#4729 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4730 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4732 …} -Children: Doctrine\ORM\PersistentCollection {#4735 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4738 -id: 171 -name: "幻影ヲ駆ケル太陽" -hierarchy: 3 -sort_no: 136 -create_date: DateTime @1694688954 {#4736 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4737 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4739 …} -Children: Doctrine\ORM\PersistentCollection {#4742 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4747 -id: 172 -name: "ご注文はうさぎですか??" -hierarchy: 3 -sort_no: 135 -create_date: DateTime @1694688954 {#4743 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4744 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4748 …} -Children: Doctrine\ORM\PersistentCollection {#4751 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4752 -id: 702 -name: "プレミアムブースター TVアニメ「ご注文はうさぎですか?」10th Anniversary" -hierarchy: 4 -sort_no: 134 -create_date: DateTime @1732780421 {#4745 date: 2024-11-28 16:53:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732780421 {#4746 date: 2024-11-28 16:53:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4753 …} -Children: Doctrine\ORM\PersistentCollection {#4755 …} -Parent: Eccube\Entity\Category {#4747} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4761 -id: 173 -name: "五等分の花嫁" -hierarchy: 3 -sort_no: 133 -create_date: DateTime @1694688954 {#4757 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4758 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4762 …} -Children: Doctrine\ORM\PersistentCollection {#4765 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4766 -id: 691 -name: "五等分の花嫁∬" -hierarchy: 4 -sort_no: 132 -create_date: DateTime @1724394211 {#4759 date: 2024-08-23 15:23:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#4760 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4767 …} -Children: Doctrine\ORM\PersistentCollection {#4769 …} -Parent: Eccube\Entity\Category {#4761} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4775 -id: 692 -name: "映画 五等分の花嫁" -hierarchy: 4 -sort_no: 131 -create_date: DateTime @1724394307 {#4773 date: 2024-08-23 15:25:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#4774 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4776 …} -Children: Doctrine\ORM\PersistentCollection {#4778 …} -Parent: Eccube\Entity\Category {#4761} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4782 -id: 693 -name: "プレミアムブースター 五等分の花嫁∽" -hierarchy: 4 -sort_no: 130 -create_date: DateTime @1724394327 {#4780 date: 2024-08-23 15:25:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#4781 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4783 …} -Children: Doctrine\ORM\PersistentCollection {#4785 …} -Parent: Eccube\Entity\Category {#4761} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4787 -id: 174 -name: "この素晴らしい世界に祝福を!" -hierarchy: 3 -sort_no: 129 -create_date: DateTime @1694688954 {#4771 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4772 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4788 …} -Children: Doctrine\ORM\PersistentCollection {#4791 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4794 -id: 175 -name: "小林さんちのメイドラゴン" -hierarchy: 3 -sort_no: 128 -create_date: DateTime @1694688954 {#4792 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4793 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4795 …} -Children: Doctrine\ORM\PersistentCollection {#4798 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4801 -id: 176 -name: "冴えない彼女の育てかた" -hierarchy: 3 -sort_no: 127 -create_date: DateTime @1694688954 {#4799 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4800 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4802 …} -Children: Doctrine\ORM\PersistentCollection {#4805 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4808 -id: 177 -name: "Summer Pockets" -hierarchy: 3 -sort_no: 126 -create_date: DateTime @1694688954 {#4806 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4807 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4809 …} -Children: Doctrine\ORM\PersistentCollection {#4812 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4815 -id: 178 -name: "Charlotte" -hierarchy: 3 -sort_no: 125 -create_date: DateTime @1694688954 {#4813 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4814 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4816 …} -Children: Doctrine\ORM\PersistentCollection {#4819 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4822 -id: 179 -name: "灼眼のシャナ" -hierarchy: 3 -sort_no: 124 -create_date: DateTime @1694688954 {#4820 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4821 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4823 …} -Children: Doctrine\ORM\PersistentCollection {#4826 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4829 -id: 180 -name: "涼宮ハルヒの憂鬱" -hierarchy: 3 -sort_no: 123 -create_date: DateTime @1694688954 {#4827 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4828 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4830 …} -Children: Doctrine\ORM\PersistentCollection {#4833 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4836 -id: 181 -name: "青春ブタ野郎シリーズ" -hierarchy: 3 -sort_no: 122 -create_date: DateTime @1694688954 {#4834 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4835 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4837 …} -Children: Doctrine\ORM\PersistentCollection {#4840 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4843 -id: 182 -name: "ゼロの使い魔" -hierarchy: 3 -sort_no: 121 -create_date: DateTime @1694688954 {#4841 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4842 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4844 …} -Children: Doctrine\ORM\PersistentCollection {#4847 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4850 -id: 183 -name: "戦姫絶唱シンフォギア" -hierarchy: 3 -sort_no: 120 -create_date: DateTime @1694688954 {#4848 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4849 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4851 …} -Children: Doctrine\ORM\PersistentCollection {#4854 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4857 -id: 184 -name: "宇宙をかける少女/舞-HiME&舞-乙HiME" -hierarchy: 3 -sort_no: 119 -create_date: DateTime @1694688954 {#4855 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4856 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4858 …} -Children: Doctrine\ORM\PersistentCollection {#4861 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4864 -id: 185 -name: "ゾンビランドサガ リベンジ" -hierarchy: 3 -sort_no: 118 -create_date: DateTime @1694688954 {#4862 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4863 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4865 …} -Children: Doctrine\ORM\PersistentCollection {#4868 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4871 -id: 186 -name: "ダ・カーポ&Dal Segno" -hierarchy: 3 -sort_no: 117 -create_date: DateTime @1694688954 {#4869 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4870 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4872 …} -Children: Doctrine\ORM\PersistentCollection {#4875 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4878 -id: 187 -name: "D4DJ" -hierarchy: 3 -sort_no: 116 -create_date: DateTime @1694688954 {#4876 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4877 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4879 …} -Children: Doctrine\ORM\PersistentCollection {#4882 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4885 -id: 188 -name: "デート・ア・ライブ" -hierarchy: 3 -sort_no: 115 -create_date: DateTime @1694688954 {#4883 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4884 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4886 …} -Children: Doctrine\ORM\PersistentCollection {#4889 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4892 -id: 189 -name: "とある魔術の禁書目録/とある科学の超電磁砲" -hierarchy: 3 -sort_no: 114 -create_date: DateTime @1694688954 {#4890 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4891 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4893 …} -Children: Doctrine\ORM\PersistentCollection {#4896 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4899 -id: 190 -name: "DOG DAYS" -hierarchy: 3 -sort_no: 113 -create_date: DateTime @1694688954 {#4897 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4898 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4900 …} -Children: Doctrine\ORM\PersistentCollection {#4903 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4906 -id: 191 -name: "To LOVEる" -hierarchy: 3 -sort_no: 112 -create_date: DateTime @1694688954 {#4904 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4905 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4907 …} -Children: Doctrine\ORM\PersistentCollection {#4910 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4913 -id: 192 -name: "ニセコイ" -hierarchy: 3 -sort_no: 111 -create_date: DateTime @1694688954 {#4911 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4912 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4914 …} -Children: Doctrine\ORM\PersistentCollection {#4917 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4920 -id: 193 -name: "日常" -hierarchy: 3 -sort_no: 110 -create_date: DateTime @1694688954 {#4918 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4919 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4921 …} -Children: Doctrine\ORM\PersistentCollection {#4924 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4927 -id: 194 -name: "BanG Dream!" -hierarchy: 3 -sort_no: 109 -create_date: DateTime @1694688954 {#4925 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4926 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4928 …} -Children: Doctrine\ORM\PersistentCollection {#4931 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4934 -id: 195 -name: "ビジュアルアーツ" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1694688954 {#4932 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4933 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4935 …} -Children: Doctrine\ORM\PersistentCollection {#4938 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4941 -id: 196 -name: "ひなろじ ~from Luck & Logic~" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1694688954 {#4939 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4940 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4942 …} -Children: Doctrine\ORM\PersistentCollection {#4945 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4948 -id: 197 -name: "ViVid Strike!" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1694688954 {#4946 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4947 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4949 …} -Children: Doctrine\ORM\PersistentCollection {#4952 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4955 -id: 198 -name: "ビビッドレッド・オペレーション" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1694688954 {#4953 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4954 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4956 …} -Children: Doctrine\ORM\PersistentCollection {#4959 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4962 -id: 199 -name: "Phantom -Requiem for the Phantom-" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1694688954 {#4960 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4961 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4963 …} -Children: Doctrine\ORM\PersistentCollection {#4966 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4969 -id: 200 -name: "富士見ファンタジア文庫" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1694688954 {#4967 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4968 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4970 …} -Children: Doctrine\ORM\PersistentCollection {#4973 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4976 -id: 201 -name: "アニメ プリンセスコネクト!Re:Dive" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1694688954 {#4974 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4975 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4977 …} -Children: Doctrine\ORM\PersistentCollection {#4980 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4983 -id: 202 -name: "ヘブンバーンズレッド" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1694688954 {#4981 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4982 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4984 …} -Children: Doctrine\ORM\PersistentCollection {#4987 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4990 -id: 203 -name: "ホロライブプロダクション" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1694688954 {#4988 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4989 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4991 …} -Children: Doctrine\ORM\PersistentCollection {#4994 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4997 -id: 204 -name: "魔法少女まどか☆マギカ" -hierarchy: 3 -sort_no: 99 -create_date: DateTime @1694688954 {#4995 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4996 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4998 …} -Children: Doctrine\ORM\PersistentCollection {#5001 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5004 -id: 205 -name: "魔法少女リリカルなのは" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1694688954 {#5002 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5003 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5005 …} -Children: Doctrine\ORM\PersistentCollection {#5008 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5011 -id: 206 -name: "ゆらぎ荘の幽奈さん" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1694688954 {#5009 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5010 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5012 …} -Children: Doctrine\ORM\PersistentCollection {#5015 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5018 -id: 207 -name: "らき☆すた" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1694688954 {#5016 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5017 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5019 …} -Children: Doctrine\ORM\PersistentCollection {#5022 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5025 -id: 208 -name: "ラブライブ!" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1694688954 {#5023 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5024 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5026 …} -Children: Doctrine\ORM\PersistentCollection {#5029 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5032 -id: 209 -name: "ラブライブ!サンシャイン!!" -hierarchy: 3 -sort_no: 94 -create_date: DateTime @1694688954 {#5030 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5031 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5033 …} -Children: Doctrine\ORM\PersistentCollection {#5036 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5039 -id: 210 -name: "ラブライブ!虹ヶ咲学園スクールアイドル同好会" -hierarchy: 3 -sort_no: 93 -create_date: DateTime @1694688954 {#5037 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5038 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5040 …} -Children: Doctrine\ORM\PersistentCollection {#5043 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5046 -id: 211 -name: "ラブライブ!スーパースター!!" -hierarchy: 3 -sort_no: 92 -create_date: DateTime @1694688954 {#5044 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5045 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5047 …} -Children: Doctrine\ORM\PersistentCollection {#5050 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5055 -id: 212 -name: "リコリス・リコイル" -hierarchy: 3 -sort_no: 91 -create_date: DateTime @1694688954 {#5051 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5052 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5056 …} -Children: Doctrine\ORM\PersistentCollection {#5059 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5060 -id: 701 -name: "プレミアムブースター リコリス・リコイル" -hierarchy: 4 -sort_no: 90 -create_date: DateTime @1731655109 {#5053 date: 2024-11-15 16:18:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1731655109 {#5054 date: 2024-11-15 16:18:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5061 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5055} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5067 -id: 213 -name: "リトルバスターズ!" -hierarchy: 3 -sort_no: 89 -create_date: DateTime @1694688955 {#5065 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5066 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5068 …} -Children: Doctrine\ORM\PersistentCollection {#5071 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5074 -id: 214 -name: "Rewrite" -hierarchy: 3 -sort_no: 88 -create_date: DateTime @1694688955 {#5072 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5073 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5075 …} -Children: Doctrine\ORM\PersistentCollection {#5078 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5081 -id: 215 -name: "ロボティクス・ノーツ" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1694688955 {#5079 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5080 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5082 …} -Children: Doctrine\ORM\PersistentCollection {#5085 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5088 -id: 216 -name: "プロモカード(ヴァイスサイド)" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1694688955 {#5086 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5087 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5089 …} -Children: Doctrine\ORM\PersistentCollection {#5092 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5095 -id: 9 -name: "シュヴァルツサイド" -hierarchy: 2 -sort_no: 427 -create_date: DateTime @1694688736 {#4538 date: 2023-09-14 19:52:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4539 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5096 …} -Children: Doctrine\ORM\PersistentCollection {#5099 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5100 -id: 83 -name: "アイドルマスター" -hierarchy: 3 -sort_no: 426 -create_date: DateTime @1694688954 {#5093 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5094 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5101 …} -Children: Doctrine\ORM\PersistentCollection {#5104 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5109 -id: 84 -name: "アイドルマスター シャイニーカラーズ" -hierarchy: 3 -sort_no: 425 -create_date: DateTime @1694688954 {#5107 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5108 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5110 …} -Children: Doctrine\ORM\PersistentCollection {#5113 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5116 -id: 85 -name: "アイドルマスター ミリオンライブ!" -hierarchy: 3 -sort_no: 424 -create_date: DateTime @1694688954 {#5114 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5115 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5117 …} -Children: Doctrine\ORM\PersistentCollection {#5120 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5123 -id: 86 -name: "アクセル・ワールド" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1694688954 {#5121 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5122 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5124 …} -Children: Doctrine\ORM\PersistentCollection {#5127 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5130 -id: 87 -name: "アサルトリリィ" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1694688954 {#5128 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5129 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5131 …} -Children: Doctrine\ORM\PersistentCollection {#5134 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5137 -id: 88 -name: "アズールレーン" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1694688954 {#5135 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5136 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5138 …} -Children: Doctrine\ORM\PersistentCollection {#5141 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5144 -id: 89 -name: "ありふれた職業で世界最強" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1694688954 {#5142 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5143 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5145 …} -Children: Doctrine\ORM\PersistentCollection {#5148 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5151 -id: 90 -name: "痛いのは嫌なので防御力に極振りしたいと思います。" -hierarchy: 3 -sort_no: 81 -create_date: DateTime @1694688954 {#5149 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5150 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5152 …} -Children: Doctrine\ORM\PersistentCollection {#5155 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5158 -id: 91 -name: "うーさーのその日暮らし" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1694688954 {#5156 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5157 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5159 …} -Children: Doctrine\ORM\PersistentCollection {#5162 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5165 -id: 92 -name: "ヱヴァンゲリヲン新劇場版" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1694688954 {#5163 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5164 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5166 …} -Children: Doctrine\ORM\PersistentCollection {#5169 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5172 -id: 688 -name: "【推しの子】" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1723020071 {#5170 date: 2024-08-07 17:41:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5171 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5173 …} -Children: Doctrine\ORM\PersistentCollection {#5176 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5179 -id: 93 -name: "おそ松さん" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1694688954 {#5177 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5178 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5180 …} -Children: Doctrine\ORM\PersistentCollection {#5183 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5186 -id: 94 -name: "オーバーロード" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1694688954 {#5184 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5185 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5187 …} -Children: Doctrine\ORM\PersistentCollection {#5190 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5193 -id: 95 -name: "かぐや様は告らせたい~天才たちの恋愛頭脳戦~" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1694688954 {#5191 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5192 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5194 …} -Children: Doctrine\ORM\PersistentCollection {#5197 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5200 -id: 96 -name: "刀語" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1694688954 {#5198 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5199 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5201 …} -Children: Doctrine\ORM\PersistentCollection {#5204 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5207 -id: 97 -name: "CANAAN" -hierarchy: 3 -sort_no: 73 -create_date: DateTime @1694688954 {#5205 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5206 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5208 …} -Children: Doctrine\ORM\PersistentCollection {#5211 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5214 -id: 98 -name: "艦隊これくしょん -艦これ-" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1694688954 {#5212 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5213 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5215 …} -Children: Doctrine\ORM\PersistentCollection {#5218 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5221 -id: 99 -name: "超爆裂異次元メンコバトル ギガントシューター つかさ" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1694688954 {#5219 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5220 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5222 …} -Children: Doctrine\ORM\PersistentCollection {#5225 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5228 -id: 100 -name: "キズナイーバー" -hierarchy: 3 -sort_no: 70 -create_date: DateTime @1694688954 {#5226 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5227 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5229 …} -Children: Doctrine\ORM\PersistentCollection {#5232 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5235 -id: 101 -name: "境界のRINNE" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1694688954 {#5233 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5234 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5236 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5242 -id: 102 -name: "ギルティクラウン" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1694688954 {#5240 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5241 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5243 …} -Children: Doctrine\ORM\PersistentCollection {#5246 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5249 -id: 103 -name: "キルラキル" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1694688954 {#5247 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5248 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5250 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5256 -id: 104 -name: "グリザイアの果実" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1694688954 {#5254 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5255 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5257 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5263 -id: 667 -name: "グリザイア:ファントムトリガー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1717647257 {#5261 date: 2024-06-06 13:14:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5262 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5264 …} -Children: Doctrine\ORM\PersistentCollection {#5267 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5270 -id: 105 -name: "クレヨンしんちゃん" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1694688954 {#5268 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5269 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5271 …} -Children: Doctrine\ORM\PersistentCollection {#5274 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5277 -id: 106 -name: "劇場版マクロスF" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1694688954 {#5275 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5276 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5278 …} -Children: Doctrine\ORM\PersistentCollection {#5281 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5284 -id: 107 -name: "アニメーション映画『GODZILLA』" -hierarchy: 3 -sort_no: 62 -create_date: DateTime @1694688954 {#5282 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5283 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5285 …} -Children: Doctrine\ORM\PersistentCollection {#5288 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5291 -id: 108 -name: "ゴブリンスレイヤー" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1694688954 {#5289 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5290 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5292 …} -Children: Doctrine\ORM\PersistentCollection {#5295 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5298 -id: 109 -name: "PSYCHO-PASS サイコパス" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1694688954 {#5296 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5297 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5299 …} -Children: Doctrine\ORM\PersistentCollection {#5302 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5305 -id: 110 -name: "THE KING OF FIGHTERS" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1694688954 {#5303 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5304 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5306 …} -Children: Doctrine\ORM\PersistentCollection {#5309 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5312 -id: 111 -name: "シャイニングシリーズ" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1694688954 {#5310 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5311 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5313 …} -Children: Doctrine\ORM\PersistentCollection {#5316 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5319 -id: 112 -name: "STEINS;GATE" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1694688954 {#5317 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5318 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5320 …} -Children: Doctrine\ORM\PersistentCollection {#5323 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5326 -id: 113 -name: "STEINS;GATE[ブースター]" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1694688954 {#5324 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5325 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5327 …} -Children: Doctrine\ORM\PersistentCollection {#5330 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5333 -id: 114 -name: "STEINS;GATE[TD+]" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1694688954 {#5331 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5332 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5334 …} -Children: Doctrine\ORM\PersistentCollection {#5337 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5340 -id: 115 -name: "少女☆歌劇 レヴュースタァライト" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1694688954 {#5338 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5339 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5341 …} -Children: Doctrine\ORM\PersistentCollection {#5344 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5347 -id: 116 -name: "ジョジョの奇妙な冒険" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1694688954 {#5345 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5346 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5348 …} -Children: Doctrine\ORM\PersistentCollection {#5351 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5354 -id: 117 -name: "進撃の巨人" -hierarchy: 3 -sort_no: 52 -create_date: DateTime @1694688954 {#5352 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5353 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5355 …} -Children: Doctrine\ORM\PersistentCollection {#5358 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5361 -id: 118 -name: "新サクラ大戦" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1694688954 {#5359 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5360 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5362 …} -Children: Doctrine\ORM\PersistentCollection {#5365 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5368 -id: 119 -name: "翠星のガルガンティア" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1694688954 {#5366 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5367 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5369 …} -Children: Doctrine\ORM\PersistentCollection {#5372 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5375 -id: 120 -name: "スクールガールストライカーズ" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1694688954 {#5373 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5374 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5376 …} -Children: Doctrine\ORM\PersistentCollection {#5379 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5382 -id: 121 -name: "STAR WARS" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1694688954 {#5380 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5381 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5383 …} -Children: Doctrine\ORM\PersistentCollection {#5386 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5389 -id: 122 -name: "戦国BASARA" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1694688954 {#5387 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5388 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5390 …} -Children: Doctrine\ORM\PersistentCollection {#5393 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5396 -id: 689 -name: "葬送のフリーレン" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1723442008 {#5394 date: 2024-08-12 14:53:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5395 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5397 …} -Children: Doctrine\ORM\PersistentCollection {#5400 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5403 -id: 123 -name: "ソードアート・オンライン" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1694688954 {#5401 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5402 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5407 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5410 -id: 124 -name: "ソードアート・オンライン オルタナティブ ガンゲイル・オンライン" -hierarchy: 3 -sort_no: 44 -create_date: DateTime @1694688954 {#5408 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5409 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5417 -id: 125 -name: "ダーリン・イン・ザ・フランキス" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1694688954 {#5415 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5416 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5418 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5424 -id: 126 -name: "ダンジョンに出会いを求めるのは間違っているだろうか" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1694688954 {#5422 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5423 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5428 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5431 -id: 127 -name: "探偵オペラ ミルキィホームズ" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1694688954 {#5429 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5430 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5432 …} -Children: Doctrine\ORM\PersistentCollection {#5435 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5438 -id: 128 -name: "チェインクロニクル ~ヘクセイタスの閃~" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1694688954 {#5436 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5437 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5439 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5445 -id: 129 -name: "チェンソーマン" -hierarchy: 3 -sort_no: 39 -create_date: DateTime @1694688954 {#5443 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5444 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5446 …} -Children: Doctrine\ORM\PersistentCollection {#5449 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5452 -id: 130 -name: "TVアニメ「デビルサバイバー2」" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1694688954 {#5450 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5451 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5456 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5459 -id: 131 -name: "テラフォーマーズ" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1694688954 {#5457 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5458 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5460 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5466 -id: 132 -name: "天元突破グレンラガン" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1694688954 {#5464 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5465 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5467 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5473 -id: 133 -name: "転生したらスライムだった件" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1694688954 {#5471 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5472 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5474 …} -Children: Doctrine\ORM\PersistentCollection {#5477 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5480 -id: 134 -name: "D_CIDE TRAUMEREI" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1694688954 {#5478 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5479 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5481 …} -Children: Doctrine\ORM\PersistentCollection {#5484 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5487 -id: 135 -name: "Disney100" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1694688954 {#5485 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5486 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5488 …} -Children: Doctrine\ORM\PersistentCollection {#5491 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5494 -id: 136 -name: "東京リベンジャーズ" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1694688954 {#5492 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5493 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5495 …} -Children: Doctrine\ORM\PersistentCollection {#5498 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5501 -id: 137 -name: "ノーゲーム・ノーライフ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1694688954 {#5499 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5500 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5502 …} -Children: Doctrine\ORM\PersistentCollection {#5505 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5508 -id: 138 -name: "パズル&ドラゴンズ" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1694688954 {#5506 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5507 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5509 …} -Children: Doctrine\ORM\PersistentCollection {#5512 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5515 -id: 139 -name: "初音ミク -Project DIVA-" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1694688954 {#5513 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5514 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5516 …} -Children: Doctrine\ORM\PersistentCollection {#5519 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5522 -id: 140 -name: "PIXAR" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1694688954 {#5520 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5521 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5529 -id: 141 -name: "FAIRY TAIL" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1694688954 {#5527 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5528 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5530 …} -Children: Doctrine\ORM\PersistentCollection {#5533 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5536 -id: 142 -name: "Fate" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1694688954 {#5534 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5535 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5537 …} -Children: Doctrine\ORM\PersistentCollection {#5540 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5543 -id: 143 -name: "Fate/Apocrypha" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1694688954 {#5541 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5542 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5550 -id: 144 -name: "Fate/Grand Order(アニメ)" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1694688954 {#5548 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5549 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5551 …} -Children: Doctrine\ORM\PersistentCollection {#5554 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5557 -id: 145 -name: "ぷよぷよ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1694688954 {#5555 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5556 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5558 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5564 -id: 146 -name: "ブラック★ロックシューター" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1694688954 {#5562 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5563 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5565 …} -Children: Doctrine\ORM\PersistentCollection {#5568 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5571 -id: 147 -name: "プリズマ☆イリヤ" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1694688954 {#5569 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5570 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5572 …} -Children: Doctrine\ORM\PersistentCollection {#5575 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5578 -id: 148 -name: "プロジェクトセカイ カラフルステージ! feat. 初音ミク" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1694688954 {#5576 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5577 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5579 …} -Children: Doctrine\ORM\PersistentCollection {#5582 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5585 -id: 149 -name: "ペルソナ" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1694688954 {#5583 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5584 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5586 …} -Children: Doctrine\ORM\PersistentCollection {#5589 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5592 -id: 150 -name: "Marvel" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1694688954 {#5590 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5591 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5593 …} -Children: Doctrine\ORM\PersistentCollection {#5596 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5599 -id: 151 -name: "魔界戦記ディスガイア" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1694688954 {#5597 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5598 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5600 …} -Children: Doctrine\ORM\PersistentCollection {#5603 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5606 -id: 152 -name: "無職転生 ~異世界行ったら本気だす~" -hierarchy: 3 -sort_no: 16 -create_date: DateTime @1694688954 {#5604 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5605 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5607 …} -Children: Doctrine\ORM\PersistentCollection {#5610 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5613 -id: 153 -name: "MELTY BLOOD/空の境界" -hierarchy: 3 -sort_no: 15 -create_date: DateTime @1694688954 {#5611 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5612 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5614 …} -Children: Doctrine\ORM\PersistentCollection {#5617 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5620 -id: 154 -name: "〈物語〉シリーズ" -hierarchy: 3 -sort_no: 14 -create_date: DateTime @1694688954 {#5618 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5619 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5621 …} -Children: Doctrine\ORM\PersistentCollection {#5624 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5627 -id: 155 -name: "Re:ゼロから始める異世界生活" -hierarchy: 3 -sort_no: 13 -create_date: DateTime @1694688954 {#5625 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5626 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5628 …} -Children: Doctrine\ORM\PersistentCollection {#5631 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5634 -id: 156 -name: "ログ・ホライズン" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1694688954 {#5632 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5633 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5635 …} -Children: Doctrine\ORM\PersistentCollection {#5638 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5641 -id: 157 -name: "ロストディケイド" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1694688954 {#5639 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5640 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5642 …} -Children: Doctrine\ORM\PersistentCollection {#5645 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5648 -id: 158 -name: "ワールドトリガー" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1694688954 {#5646 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5647 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5649 …} -Children: Doctrine\ORM\PersistentCollection {#5652 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5655 -id: 159 -name: "プロモカード(シュヴァルツサイド)" -hierarchy: 3 -sort_no: 9 -create_date: DateTime @1694688954 {#5653 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5654 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5656 …} -Children: Doctrine\ORM\PersistentCollection {#5659 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5662 -id: 7 -name: "ポケモン" -hierarchy: 1 -sort_no: 451 -create_date: DateTime @1694688688 {#4644 date: 2023-09-14 19:51:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240460 {#4643 date: 2025-03-06 14:54:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5663 …} -Children: Doctrine\ORM\PersistentCollection {#5666 …} -Parent: Eccube\Entity\Category {#4301} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: "0213195449_65cb4a797fd47.png" } Eccube\Entity\Category {#5667 -id: 596 -name: "レアリティ" -hierarchy: 2 -sort_no: 450 -create_date: DateTime @1696942135 {#4536 date: 2023-10-10 21:48:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#4537 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5668 …} -Children: Doctrine\ORM\PersistentCollection {#5671 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5672 -id: 621 -name: "UR" -hierarchy: 3 -sort_no: 449 -create_date: DateTime @1696942667 {#5660 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5661 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5673 …} -Children: Doctrine\ORM\PersistentCollection {#5676 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5683 -id: 622 -name: "SAR" -hierarchy: 3 -sort_no: 156 -create_date: DateTime @1696942667 {#5681 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5682 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5684 …} -Children: Doctrine\ORM\PersistentCollection {#5687 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5690 -id: 623 -name: "SR" -hierarchy: 3 -sort_no: 155 -create_date: DateTime @1696942667 {#5688 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5689 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5691 …} -Children: Doctrine\ORM\PersistentCollection {#5694 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5697 -id: 624 -name: "AR" -hierarchy: 3 -sort_no: 154 -create_date: DateTime @1696942667 {#5695 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5696 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5698 …} -Children: Doctrine\ORM\PersistentCollection {#5701 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5704 -id: 625 -name: "RR" -hierarchy: 3 -sort_no: 153 -create_date: DateTime @1696942667 {#5702 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5703 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5705 …} -Children: Doctrine\ORM\PersistentCollection {#5708 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5711 -id: 626 -name: "R" -hierarchy: 3 -sort_no: 152 -create_date: DateTime @1696942667 {#5709 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5710 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5712 …} -Children: Doctrine\ORM\PersistentCollection {#5715 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5718 -id: 627 -name: "UC" -hierarchy: 3 -sort_no: 151 -create_date: DateTime @1696942667 {#5716 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5717 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5719 …} -Children: Doctrine\ORM\PersistentCollection {#5722 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5725 -id: 628 -name: "C" -hierarchy: 3 -sort_no: 150 -create_date: DateTime @1696942667 {#5723 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5724 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5726 …} -Children: Doctrine\ORM\PersistentCollection {#5729 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5732 -id: 629 -name: "TD" -hierarchy: 3 -sort_no: 149 -create_date: DateTime @1696942667 {#5730 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5731 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5733 …} -Children: Doctrine\ORM\PersistentCollection {#5736 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5739 -id: 630 -name: "ホロ" -hierarchy: 3 -sort_no: 148 -create_date: DateTime @1696942667 {#5737 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5738 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5740 …} -Children: Doctrine\ORM\PersistentCollection {#5743 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5744 -id: 663 -name: "新商品" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1717046573 {#5106 date: 2024-05-30 14:22:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5105 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5748 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5751 -id: 747 -name: "ダメージ商品 ポケモン" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1741240588 {#5749 date: 2025-03-06 14:56:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240897 {#5750 date: 2025-03-06 15:01:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5752 …} -Children: Doctrine\ORM\PersistentCollection {#5755 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5758 -id: 706 -name: "[SVOD] ダイゴのダンバル&メタグロスex" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1740201496 {#5756 date: 2025-02-22 14:18:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5757 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5759 …} -Children: Doctrine\ORM\PersistentCollection {#5762 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5765 -id: 705 -name: "[SV9] バトルパートナーズ" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1737708933 {#5763 date: 2025-01-24 17:55:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5764 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5766 …} -Children: Doctrine\ORM\PersistentCollection {#5769 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5772 -id: 704 -name: "[SV8a] テラスタルフェスex" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1733556985 {#5770 date: 2024-12-07 16:36:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5771 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5773 …} -Children: Doctrine\ORM\PersistentCollection {#5776 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5779 -id: 698 -name: "[SV8] 超電ブレイカー" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1729320738 {#5777 date: 2024-10-19 15:52:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5778 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5780 …} -Children: Doctrine\ORM\PersistentCollection {#5783 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5786 -id: 697 -name: "[SV7a] 楽園ドラゴーナ" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1726206102 {#5784 date: 2024-09-13 14:41:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5785 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5787 …} -Children: Doctrine\ORM\PersistentCollection {#5790 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5793 -id: 673 -name: "[SV7] ステラミラクル" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1721806116 {#5791 date: 2024-07-24 16:28:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5792 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5794 …} -Children: Doctrine\ORM\PersistentCollection {#5797 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5800 -id: 668 -name: "[SV6a] ナイトワンダラー" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1717738053 {#5798 date: 2024-06-07 14:27:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5799 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5801 …} -Children: Doctrine\ORM\PersistentCollection {#5804 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5807 -id: 655 -name: "[SV6] 変幻の仮面" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1717043767 {#5805 date: 2024-05-30 13:36:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5806 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5808 …} -Children: Doctrine\ORM\PersistentCollection {#5811 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5814 -id: 650 -name: "[SV5a] クリムゾンヘイズ" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1712556841 {#5812 date: 2024-04-08 15:14:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5813 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5815 …} -Children: Doctrine\ORM\PersistentCollection {#5818 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5821 -id: 656 -name: "[SV5K] ワイルドフォース" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1717043794 {#5819 date: 2024-05-30 13:36:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5820 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5822 …} -Children: Doctrine\ORM\PersistentCollection {#5825 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5828 -id: 657 -name: "[SV5M] サイバージャッジ" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1717043828 {#5826 date: 2024-05-30 13:37:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5827 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5829 …} -Children: Doctrine\ORM\PersistentCollection {#5832 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5835 -id: 665 -name: "[SV4a] シャイニートレジャーex" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1717238509 {#5833 date: 2024-06-01 19:41:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5834 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5836 …} -Children: Doctrine\ORM\PersistentCollection {#5839 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5842 -id: 658 -name: "[SV4K] 古代の咆哮" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1717043844 {#5840 date: 2024-05-30 13:37:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5841 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5843 …} -Children: Doctrine\ORM\PersistentCollection {#5846 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5849 -id: 659 -name: "[SV4M] 未来の一閃" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1717043857 {#5847 date: 2024-05-30 13:37:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5848 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5850 …} -Children: Doctrine\ORM\PersistentCollection {#5853 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5856 -id: 660 -name: "[SV3a] レイジングサーフ" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1717043872 {#5854 date: 2024-05-30 13:37:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5855 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5857 …} -Children: Doctrine\ORM\PersistentCollection {#5860 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5863 -id: 661 -name: "[SV3] 黒炎の支配者" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1717043886 {#5861 date: 2024-05-30 13:38:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5862 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5864 …} -Children: Doctrine\ORM\PersistentCollection {#5867 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5870 -id: 662 -name: "[SV2a] ポケモンカード151" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1717043904 {#5868 date: 2024-05-30 13:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5869 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5871 …} -Children: Doctrine\ORM\PersistentCollection {#5874 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5877 -id: 12 -name: "SV2D クレイバースト" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1694688954 {#5875 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5876 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5878 …} -Children: Doctrine\ORM\PersistentCollection {#5881 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5884 -id: 13 -name: "SV2P スノーハザード" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1694688954 {#5882 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5883 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5885 …} -Children: Doctrine\ORM\PersistentCollection {#5888 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5891 -id: 14 -name: "SV1A トリプレットビート" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1694688954 {#5889 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5890 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5892 …} -Children: Doctrine\ORM\PersistentCollection {#5895 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5898 -id: 15 -name: "SV1V バイオレットex" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1694688954 {#5896 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5897 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5899 …} -Children: Doctrine\ORM\PersistentCollection {#5902 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5905 -id: 16 -name: "SV1S スカーレットex" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1694688954 {#5903 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5904 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5906 …} -Children: Doctrine\ORM\PersistentCollection {#5909 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5912 -id: 11 -name: "PROMO プロモ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1694688954 {#5910 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5911 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5913 …} -Children: Doctrine\ORM\PersistentCollection {#5916 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5919 -id: 645 -name: "ポケモンおすすめ" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1706627829 {#5917 date: 2024-01-31 00:17:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5918 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5920 …} -Children: Doctrine\ORM\PersistentCollection {#5923 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5928 -id: 217 -name: "買い取り" -hierarchy: 2 -sort_no: 448 -create_date: DateTime @1695966514 {#5680 date: 2023-09-29 14:48:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#5679 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5929 …} -Children: Doctrine\ORM\PersistentCollection {#5932 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5933 -id: 219 -name: "ポケモン" -hierarchy: 2 -sort_no: 422 -create_date: DateTime @1695974903 {#5678 date: 2023-09-29 17:08:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708916557 {#5677 date: 2024-02-26 12:02:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5934 …} -Children: Doctrine\ORM\PersistentCollection {#5937 …} -Parent: Eccube\Entity\Category {#5928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: "0226120233_65dbff4915d20.png" } Eccube\Entity\Category {#5938 -id: 597 -name: "レアリティ" -hierarchy: 3 -sort_no: 421 -create_date: DateTime @1696942150 {#5924 date: 2023-10-10 21:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#5925 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5939 …} -Children: Doctrine\ORM\PersistentCollection {#5942 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5943 -id: 713 -name: "UR" -hierarchy: 4 -sort_no: 419 -create_date: DateTime @1740989596 {#5926 date: 2025-03-03 17:13:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5927 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5944 …} -Children: Doctrine\ORM\PersistentCollection {#5947 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5956 -id: 714 -name: "SAR" -hierarchy: 4 -sort_no: 418 -create_date: DateTime @1740989599 {#5954 date: 2025-03-03 17:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5955 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5957 …} -Children: Doctrine\ORM\PersistentCollection {#5960 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5963 -id: 715 -name: "SR" -hierarchy: 4 -sort_no: 417 -create_date: DateTime @1740989607 {#5961 date: 2025-03-03 17:13:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5962 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5964 …} -Children: Doctrine\ORM\PersistentCollection {#5967 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5970 -id: 716 -name: "AR" -hierarchy: 4 -sort_no: 416 -create_date: DateTime @1740989612 {#5968 date: 2025-03-03 17:13:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5969 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5971 …} -Children: Doctrine\ORM\PersistentCollection {#5974 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5977 -id: 717 -name: "RR" -hierarchy: 4 -sort_no: 415 -create_date: DateTime @1740989616 {#5975 date: 2025-03-03 17:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5976 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5978 …} -Children: Doctrine\ORM\PersistentCollection {#5981 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5984 -id: 718 -name: "R" -hierarchy: 4 -sort_no: 414 -create_date: DateTime @1740989626 {#5982 date: 2025-03-03 17:13:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5983 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5985 …} -Children: Doctrine\ORM\PersistentCollection {#5988 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5991 -id: 719 -name: "UC" -hierarchy: 4 -sort_no: 413 -create_date: DateTime @1740989636 {#5989 date: 2025-03-03 17:13:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5990 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5992 …} -Children: Doctrine\ORM\PersistentCollection {#5995 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5998 -id: 720 -name: "C" -hierarchy: 4 -sort_no: 412 -create_date: DateTime @1740990583 {#5996 date: 2025-03-03 17:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5997 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5999 …} -Children: Doctrine\ORM\PersistentCollection {#6002 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6005 -id: 721 -name: "TD" -hierarchy: 4 -sort_no: 411 -create_date: DateTime @1740990604 {#6003 date: 2025-03-03 17:30:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6004 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6006 …} -Children: Doctrine\ORM\PersistentCollection {#6009 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6012 -id: 722 -name: "ホロ" -hierarchy: 4 -sort_no: 410 -create_date: DateTime @1740990613 {#6010 date: 2025-03-03 17:30:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6011 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6013 …} -Children: Doctrine\ORM\PersistentCollection {#6016 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6017 -id: 222 -name: "PROMO プロモ" -hierarchy: 3 -sort_no: 420 -create_date: DateTime @1695981741 {#5949 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#5948 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6018 …} -Children: Doctrine\ORM\PersistentCollection {#6021 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6024 -id: 743 -name: "SV7a 楽園ドラゴーナ" -hierarchy: 3 -sort_no: 409 -create_date: DateTime @1741091161 {#6022 date: 2025-03-04 21:26:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6023 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6025 …} -Children: Doctrine\ORM\PersistentCollection {#6028 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6031 -id: 686 -name: "SV7 ステラミラクル" -hierarchy: 3 -sort_no: 408 -create_date: DateTime @1722247026 {#6029 date: 2024-07-29 18:57:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6030 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6032 …} -Children: Doctrine\ORM\PersistentCollection {#6035 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6038 -id: 685 -name: "SV6a ナイトワンダラー" -hierarchy: 3 -sort_no: 407 -create_date: DateTime @1722246995 {#6036 date: 2024-07-29 18:56:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6037 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6039 …} -Children: Doctrine\ORM\PersistentCollection {#6042 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6045 -id: 671 -name: "SV6 変幻の仮面" -hierarchy: 3 -sort_no: 406 -create_date: DateTime @1718259642 {#6043 date: 2024-06-13 15:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6044 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6046 …} -Children: Doctrine\ORM\PersistentCollection {#6049 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6052 -id: 684 -name: "SV5a クリムゾンヘイズ" -hierarchy: 3 -sort_no: 405 -create_date: DateTime @1722246604 {#6050 date: 2024-07-29 18:50:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6051 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6053 …} -Children: Doctrine\ORM\PersistentCollection {#6056 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6059 -id: 683 -name: "SV5K ワイルドフォース" -hierarchy: 3 -sort_no: 404 -create_date: DateTime @1722246552 {#6057 date: 2024-07-29 18:49:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6058 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6060 …} -Children: Doctrine\ORM\PersistentCollection {#6063 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6066 -id: 682 -name: "SV5M サイバージャッジ" -hierarchy: 3 -sort_no: 403 -create_date: DateTime @1722246464 {#6064 date: 2024-07-29 18:47:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6065 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6067 …} -Children: Doctrine\ORM\PersistentCollection {#6070 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6073 -id: 676 -name: "SV4a シャイニートレジャーex" -hierarchy: 3 -sort_no: 402 -create_date: DateTime @1722245675 {#6071 date: 2024-07-29 18:34:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6072 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6074 …} -Children: Doctrine\ORM\PersistentCollection {#6077 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6080 -id: 681 -name: "SV4K 古代の咆哮" -hierarchy: 3 -sort_no: 401 -create_date: DateTime @1722246371 {#6078 date: 2024-07-29 18:46:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6079 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6081 …} -Children: Doctrine\ORM\PersistentCollection {#6084 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6087 -id: 680 -name: "SV4M 未来の一閃" -hierarchy: 3 -sort_no: 400 -create_date: DateTime @1722246328 {#6085 date: 2024-07-29 18:45:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6086 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6088 …} -Children: Doctrine\ORM\PersistentCollection {#6091 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6094 -id: 679 -name: "SV3a レイジングサーフ" -hierarchy: 3 -sort_no: 399 -create_date: DateTime @1722246031 {#6092 date: 2024-07-29 18:40:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6093 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6095 …} -Children: Doctrine\ORM\PersistentCollection {#6098 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6101 -id: 678 -name: "SV3 黒炎の支配者" -hierarchy: 3 -sort_no: 398 -create_date: DateTime @1722245945 {#6099 date: 2024-07-29 18:39:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6100 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6102 …} -Children: Doctrine\ORM\PersistentCollection {#6105 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6108 -id: 677 -name: "SV2a ポケモンカード151" -hierarchy: 3 -sort_no: 397 -create_date: DateTime @1722245748 {#6106 date: 2024-07-29 18:35:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6107 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6109 …} -Children: Doctrine\ORM\PersistentCollection {#6112 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6115 -id: 223 -name: "SV2D クレイバースト" -hierarchy: 3 -sort_no: 396 -create_date: DateTime @1695981741 {#6113 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6114 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6116 …} -Children: Doctrine\ORM\PersistentCollection {#6119 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6122 -id: 224 -name: "SV2P スノーハザード" -hierarchy: 3 -sort_no: 395 -create_date: DateTime @1695981741 {#6120 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6121 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6123 …} -Children: Doctrine\ORM\PersistentCollection {#6126 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6129 -id: 225 -name: "SV1A トリプレットビート" -hierarchy: 3 -sort_no: 394 -create_date: DateTime @1695981741 {#6127 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6128 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6130 …} -Children: Doctrine\ORM\PersistentCollection {#6133 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6136 -id: 226 -name: "SV1V バイオレットex" -hierarchy: 3 -sort_no: 393 -create_date: DateTime @1695981741 {#6134 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6135 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6137 …} -Children: Doctrine\ORM\PersistentCollection {#6140 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6143 -id: 227 -name: "SV1S スカーレットex" -hierarchy: 3 -sort_no: 392 -create_date: DateTime @1695981741 {#6141 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6142 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6144 …} -Children: Doctrine\ORM\PersistentCollection {#6147 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6150 -id: 228 -name: "S12A VSTARユニバース" -hierarchy: 3 -sort_no: 391 -create_date: DateTime @1695981741 {#6148 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6149 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6151 …} -Children: Doctrine\ORM\PersistentCollection {#6154 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6157 -id: 229 -name: "S12 パラダイムトリガー" -hierarchy: 3 -sort_no: 390 -create_date: DateTime @1695981741 {#6155 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6156 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6158 …} -Children: Doctrine\ORM\PersistentCollection {#6161 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6164 -id: 230 -name: "S11A 白熱のアルカナ" -hierarchy: 3 -sort_no: 389 -create_date: DateTime @1695981741 {#6162 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6163 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6165 …} -Children: Doctrine\ORM\PersistentCollection {#6168 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6171 -id: 231 -name: "S11 ロストアビス" -hierarchy: 3 -sort_no: 388 -create_date: DateTime @1695981741 {#6169 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6170 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6172 …} -Children: Doctrine\ORM\PersistentCollection {#6175 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6178 -id: 232 -name: "S10B Pokemon GO" -hierarchy: 3 -sort_no: 387 -create_date: DateTime @1695981741 {#6176 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6177 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6179 …} -Children: Doctrine\ORM\PersistentCollection {#6182 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6185 -id: 233 -name: "S10A ダークファンタズム" -hierarchy: 3 -sort_no: 386 -create_date: DateTime @1695981741 {#6183 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6184 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6186 …} -Children: Doctrine\ORM\PersistentCollection {#6189 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6192 -id: 234 -name: "S10P スペースジャグラー" -hierarchy: 3 -sort_no: 385 -create_date: DateTime @1695981741 {#6190 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6191 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6193 …} -Children: Doctrine\ORM\PersistentCollection {#6196 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6199 -id: 235 -name: "S10D タイムゲイザー" -hierarchy: 3 -sort_no: 384 -create_date: DateTime @1695981741 {#6197 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6198 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6200 …} -Children: Doctrine\ORM\PersistentCollection {#6203 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6206 -id: 236 -name: "S9A バトルリージョン" -hierarchy: 3 -sort_no: 383 -create_date: DateTime @1695981741 {#6204 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6205 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6207 …} -Children: Doctrine\ORM\PersistentCollection {#6210 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6213 -id: 237 -name: "S9 スターバース" -hierarchy: 3 -sort_no: 382 -create_date: DateTime @1695981741 {#6211 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6212 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6214 …} -Children: Doctrine\ORM\PersistentCollection {#6217 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6220 -id: 238 -name: "S8B VMAXクライマックス" -hierarchy: 3 -sort_no: 381 -create_date: DateTime @1695981741 {#6218 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6219 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6221 …} -Children: Doctrine\ORM\PersistentCollection {#6224 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6227 -id: 239 -name: "S8A 25th ANNIVERSARY COLLECTION" -hierarchy: 3 -sort_no: 380 -create_date: DateTime @1695981741 {#6225 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6226 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6228 …} -Children: Doctrine\ORM\PersistentCollection {#6231 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6234 -id: 240 -name: "S8 フュージョンアーツ" -hierarchy: 3 -sort_no: 379 -create_date: DateTime @1695981741 {#6232 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6233 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6235 …} -Children: Doctrine\ORM\PersistentCollection {#6238 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6241 -id: 241 -name: "S7R 蒼空ストリーム" -hierarchy: 3 -sort_no: 378 -create_date: DateTime @1695981741 {#6239 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6240 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6242 …} -Children: Doctrine\ORM\PersistentCollection {#6245 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6248 -id: 242 -name: "S7D 摩天パーフェクト" -hierarchy: 3 -sort_no: 377 -create_date: DateTime @1695981741 {#6246 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6247 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6249 …} -Children: Doctrine\ORM\PersistentCollection {#6252 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6255 -id: 243 -name: "S6A イーブイヒーローズ" -hierarchy: 3 -sort_no: 376 -create_date: DateTime @1695981741 {#6253 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6254 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6256 …} -Children: Doctrine\ORM\PersistentCollection {#6259 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6262 -id: 244 -name: "S6K 漆黒のガイスト" -hierarchy: 3 -sort_no: 375 -create_date: DateTime @1695981741 {#6260 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6261 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6263 …} -Children: Doctrine\ORM\PersistentCollection {#6266 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6269 -id: 245 -name: "S6H 白銀のランス" -hierarchy: 3 -sort_no: 374 -create_date: DateTime @1695981741 {#6267 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6268 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6270 …} -Children: Doctrine\ORM\PersistentCollection {#6273 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6276 -id: 246 -name: "S5A 双璧のファイター" -hierarchy: 3 -sort_no: 373 -create_date: DateTime @1695981741 {#6274 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6275 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6277 …} -Children: Doctrine\ORM\PersistentCollection {#6280 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6283 -id: 247 -name: "S5R 連撃マスター" -hierarchy: 3 -sort_no: 372 -create_date: DateTime @1695981741 {#6281 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6282 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6284 …} -Children: Doctrine\ORM\PersistentCollection {#6287 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6290 -id: 248 -name: "S5I 一撃マスター" -hierarchy: 3 -sort_no: 371 -create_date: DateTime @1695981741 {#6288 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6289 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6291 …} -Children: Doctrine\ORM\PersistentCollection {#6294 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6297 -id: 249 -name: "S4A シャイニースターV" -hierarchy: 3 -sort_no: 370 -create_date: DateTime @1695981741 {#6295 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6296 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6298 …} -Children: Doctrine\ORM\PersistentCollection {#6301 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6304 -id: 250 -name: "S4 仰天のボルテッカー" -hierarchy: 3 -sort_no: 369 -create_date: DateTime @1695981741 {#6302 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6303 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6305 …} -Children: Doctrine\ORM\PersistentCollection {#6308 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6311 -id: 251 -name: "S3a 伝説の鼓動" -hierarchy: 3 -sort_no: 368 -create_date: DateTime @1695981741 {#6309 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6310 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6312 …} -Children: Doctrine\ORM\PersistentCollection {#6315 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6318 -id: 252 -name: "S3 ムゲンゾーン" -hierarchy: 3 -sort_no: 367 -create_date: DateTime @1695981741 {#6316 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6317 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6319 …} -Children: Doctrine\ORM\PersistentCollection {#6322 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6325 -id: 253 -name: "S2a 爆炎ウォーカー" -hierarchy: 3 -sort_no: 366 -create_date: DateTime @1695981741 {#6323 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6324 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6326 …} -Children: Doctrine\ORM\PersistentCollection {#6329 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6332 -id: 254 -name: "S2 反逆クラッシュ" -hierarchy: 3 -sort_no: 365 -create_date: DateTime @1695981741 {#6330 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6331 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6333 …} -Children: Doctrine\ORM\PersistentCollection {#6336 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6339 -id: 255 -name: "S1a VMAXライジング" -hierarchy: 3 -sort_no: 364 -create_date: DateTime @1695981741 {#6337 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6338 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6340 …} -Children: Doctrine\ORM\PersistentCollection {#6343 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6346 -id: 256 -name: "S1H シールド" -hierarchy: 3 -sort_no: 363 -create_date: DateTime @1695981741 {#6344 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6345 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6347 …} -Children: Doctrine\ORM\PersistentCollection {#6350 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6353 -id: 257 -name: "S1W ソード" -hierarchy: 3 -sort_no: 362 -create_date: DateTime @1695981741 {#6351 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6352 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6354 …} -Children: Doctrine\ORM\PersistentCollection {#6357 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6360 -id: 258 -name: "SM12a TAG TEAM GX タッグオールスターズ" -hierarchy: 3 -sort_no: 361 -create_date: DateTime @1695981741 {#6358 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6359 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6361 …} -Children: Doctrine\ORM\PersistentCollection {#6364 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6367 -id: 259 -name: "SM12 オルタージェネシス" -hierarchy: 3 -sort_no: 360 -create_date: DateTime @1695981741 {#6365 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6366 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6368 …} -Children: Doctrine\ORM\PersistentCollection {#6371 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6374 -id: 260 -name: "SM11b ドリームリーグ" -hierarchy: 3 -sort_no: 359 -create_date: DateTime @1695981741 {#6372 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6373 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6375 …} -Children: Doctrine\ORM\PersistentCollection {#6378 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6381 -id: 261 -name: "SM11a リミックスバウト" -hierarchy: 3 -sort_no: 358 -create_date: DateTime @1695981741 {#6379 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6380 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6382 …} -Children: Doctrine\ORM\PersistentCollection {#6385 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6388 -id: 262 -name: "SM11 ミラクルツイン" -hierarchy: 3 -sort_no: 357 -create_date: DateTime @1695981741 {#6386 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6387 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6389 …} -Children: Doctrine\ORM\PersistentCollection {#6392 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6395 -id: 263 -name: "SM10b スカイレジェンド" -hierarchy: 3 -sort_no: 356 -create_date: DateTime @1695981741 {#6393 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6394 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6396 …} -Children: Doctrine\ORM\PersistentCollection {#6399 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6402 -id: 264 -name: "SM10a ジージーエンド" -hierarchy: 3 -sort_no: 355 -create_date: DateTime @1695981741 {#6400 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6401 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6403 …} -Children: Doctrine\ORM\PersistentCollection {#6406 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6409 -id: 265 -name: "SMP2 名探偵ピカチュウ" -hierarchy: 3 -sort_no: 354 -create_date: DateTime @1695981741 {#6407 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6408 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6410 …} -Children: Doctrine\ORM\PersistentCollection {#6413 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6416 -id: 266 -name: "SM10 ダブルブレイズ" -hierarchy: 3 -sort_no: 353 -create_date: DateTime @1695981741 {#6414 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6415 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6417 …} -Children: Doctrine\ORM\PersistentCollection {#6420 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6423 -id: 267 -name: "SM9b フルメタルウォール" -hierarchy: 3 -sort_no: 352 -create_date: DateTime @1695981741 {#6421 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6422 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6424 …} -Children: Doctrine\ORM\PersistentCollection {#6427 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6430 -id: 268 -name: "SM9a ナイトユニゾン" -hierarchy: 3 -sort_no: 351 -create_date: DateTime @1695981741 {#6428 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6429 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6431 …} -Children: Doctrine\ORM\PersistentCollection {#6434 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6437 -id: 269 -name: "SM9 タッグボルト" -hierarchy: 3 -sort_no: 350 -create_date: DateTime @1695981741 {#6435 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6436 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6438 …} -Children: Doctrine\ORM\PersistentCollection {#6441 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6444 -id: 270 -name: "SM8b GXウルトラシャイニー" -hierarchy: 3 -sort_no: 349 -create_date: DateTime @1695981741 {#6442 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6443 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6445 …} -Children: Doctrine\ORM\PersistentCollection {#6448 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6451 -id: 271 -name: "SM8a ダークオーダー" -hierarchy: 3 -sort_no: 348 -create_date: DateTime @1695981741 {#6449 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6450 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6452 …} -Children: Doctrine\ORM\PersistentCollection {#6455 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6458 -id: 272 -name: "SM8 超爆インパクト" -hierarchy: 3 -sort_no: 347 -create_date: DateTime @1695981741 {#6456 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6457 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6459 …} -Children: Doctrine\ORM\PersistentCollection {#6462 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6465 -id: 273 -name: "SM7b フェアリーライズ" -hierarchy: 3 -sort_no: 346 -create_date: DateTime @1695981741 {#6463 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6464 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6466 …} -Children: Doctrine\ORM\PersistentCollection {#6469 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6472 -id: 274 -name: "SM7a迅雷スパーク" -hierarchy: 3 -sort_no: 345 -create_date: DateTime @1695981741 {#6470 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6471 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6473 …} -Children: Doctrine\ORM\PersistentCollection {#6476 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6479 -id: 275 -name: "SM7 裂空のカリスマ" -hierarchy: 3 -sort_no: 344 -create_date: DateTime @1695981741 {#6477 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6478 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6480 …} -Children: Doctrine\ORM\PersistentCollection {#6483 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6486 -id: 276 -name: "SM6b チャンピオンロード" -hierarchy: 3 -sort_no: 343 -create_date: DateTime @1695981741 {#6484 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6485 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6487 …} -Children: Doctrine\ORM\PersistentCollection {#6490 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6493 -id: 277 -name: "SM6a ドラゴンストーム" -hierarchy: 3 -sort_no: 342 -create_date: DateTime @1695981741 {#6491 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6492 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6494 …} -Children: Doctrine\ORM\PersistentCollection {#6497 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6500 -id: 278 -name: "SM6 禁断の光" -hierarchy: 3 -sort_no: 341 -create_date: DateTime @1695981741 {#6498 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6499 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6501 …} -Children: Doctrine\ORM\PersistentCollection {#6504 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6507 -id: 279 -name: "SM5+ ウルトラフォース" -hierarchy: 3 -sort_no: 340 -create_date: DateTime @1695981741 {#6505 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6506 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6508 …} -Children: Doctrine\ORM\PersistentCollection {#6511 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6514 -id: 280 -name: "SM5mウルトラサン" -hierarchy: 3 -sort_no: 339 -create_date: DateTime @1695981741 {#6512 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6513 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6515 …} -Children: Doctrine\ORM\PersistentCollection {#6518 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6521 -id: 281 -name: "SM5sウルトラムーン" -hierarchy: 3 -sort_no: 338 -create_date: DateTime @1695981741 {#6519 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6520 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6522 …} -Children: Doctrine\ORM\PersistentCollection {#6525 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6528 -id: 282 -name: "SM4+ GXバトルブースト" -hierarchy: 3 -sort_no: 337 -create_date: DateTime @1695981741 {#6526 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6527 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6529 …} -Children: Doctrine\ORM\PersistentCollection {#6532 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6535 -id: 283 -name: "SM4s 覚醒の勇者" -hierarchy: 3 -sort_no: 336 -create_date: DateTime @1695981741 {#6533 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6534 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6536 …} -Children: Doctrine\ORM\PersistentCollection {#6539 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6542 -id: 284 -name: "SM4a 超次元の暴獣" -hierarchy: 3 -sort_no: 335 -create_date: DateTime @1695981741 {#6540 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6541 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6543 …} -Children: Doctrine\ORM\PersistentCollection {#6546 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6549 -id: 285 -name: "SM3+ ひかる伝説" -hierarchy: 3 -sort_no: 334 -create_date: DateTime @1695981741 {#6547 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6548 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6550 …} -Children: Doctrine\ORM\PersistentCollection {#6553 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6556 -id: 286 -name: "SM3h 闘う虹を見たか" -hierarchy: 3 -sort_no: 333 -create_date: DateTime @1695981741 {#6554 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6555 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6557 …} -Children: Doctrine\ORM\PersistentCollection {#6560 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6563 -id: 287 -name: "SM3n 光を喰らう闇" -hierarchy: 3 -sort_no: 332 -create_date: DateTime @1695981741 {#6561 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6562 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6564 …} -Children: Doctrine\ORM\PersistentCollection {#6567 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6570 -id: 288 -name: "SM2+ 新たなる試練の向こう" -hierarchy: 3 -sort_no: 331 -create_date: DateTime @1695981741 {#6568 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6569 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6571 …} -Children: Doctrine\ORM\PersistentCollection {#6574 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6577 -id: 289 -name: "SM2k キミを待つ島々" -hierarchy: 3 -sort_no: 330 -create_date: DateTime @1695981741 {#6575 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6576 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6578 …} -Children: Doctrine\ORM\PersistentCollection {#6581 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6584 -id: 290 -name: "SM2L アローラの月光" -hierarchy: 3 -sort_no: 329 -create_date: DateTime @1695981741 {#6582 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6583 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6585 …} -Children: Doctrine\ORM\PersistentCollection {#6588 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6591 -id: 291 -name: "SM1+ サン&ムーン" -hierarchy: 3 -sort_no: 328 -create_date: DateTime @1695981741 {#6589 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6590 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6592 …} -Children: Doctrine\ORM\PersistentCollection {#6595 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6598 -id: 292 -name: "SM1s コレクション サン" -hierarchy: 3 -sort_no: 327 -create_date: DateTime @1695981741 {#6596 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6597 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6599 …} -Children: Doctrine\ORM\PersistentCollection {#6602 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6605 -id: 293 -name: "SM1m コレクション ムーン" -hierarchy: 3 -sort_no: 326 -create_date: DateTime @1695981741 {#6603 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6604 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6606 …} -Children: Doctrine\ORM\PersistentCollection {#6609 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6614 -id: 218 -name: "ヴァイスシュヴァルツ" -hierarchy: 2 -sort_no: 325 -create_date: DateTime @1695974896 {#5952 date: 2023-09-29 17:08:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708916568 {#5953 date: 2024-02-26 12:02:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6615 …} -Children: Doctrine\ORM\PersistentCollection {#6618 …} -Parent: Eccube\Entity\Category {#5928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: "0226120246_65dbff56df4a3.png" } Eccube\Entity\Category {#6619 -id: 731 -name: "レアリティ" -hierarchy: 3 -sort_no: 324 -create_date: DateTime @1740991321 {#6610 date: 2025-03-03 17:42:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991321 {#6611 date: 2025-03-03 17:42:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6620 …} -Children: Doctrine\ORM\PersistentCollection {#6623 …} -Parent: Eccube\Entity\Category {#6614} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6624 -id: 732 -name: "SSP" -hierarchy: 4 -sort_no: 323 -create_date: DateTime @1740991716 {#6612 date: 2025-03-03 17:48:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6613 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6625 …} -Children: Doctrine\ORM\PersistentCollection {#6628 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6635 -id: 733 -name: "SP" -hierarchy: 4 -sort_no: 322 -create_date: DateTime @1740991726 {#6633 date: 2025-03-03 17:48:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6634 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6636 …} -Children: Doctrine\ORM\PersistentCollection {#6639 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6642 -id: 734 -name: "RRR" -hierarchy: 4 -sort_no: 321 -create_date: DateTime @1740991737 {#6640 date: 2025-03-03 17:48:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6641 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6643 …} -Children: Doctrine\ORM\PersistentCollection {#6646 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6649 -id: 735 -name: "SR" -hierarchy: 4 -sort_no: 320 -create_date: DateTime @1740991747 {#6647 date: 2025-03-03 17:49:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6648 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6650 …} -Children: Doctrine\ORM\PersistentCollection {#6653 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6656 -id: 736 -name: "RR" -hierarchy: 4 -sort_no: 319 -create_date: DateTime @1740991756 {#6654 date: 2025-03-03 17:49:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6655 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6657 …} -Children: Doctrine\ORM\PersistentCollection {#6660 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6663 -id: 737 -name: "R" -hierarchy: 4 -sort_no: 318 -create_date: DateTime @1740991765 {#6661 date: 2025-03-03 17:49:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6662 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6664 …} -Children: Doctrine\ORM\PersistentCollection {#6667 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6670 -id: 738 -name: "UC" -hierarchy: 4 -sort_no: 317 -create_date: DateTime @1740991777 {#6668 date: 2025-03-03 17:49:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6669 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6671 …} -Children: Doctrine\ORM\PersistentCollection {#6674 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6677 -id: 739 -name: "C" -hierarchy: 4 -sort_no: 316 -create_date: DateTime @1740991787 {#6675 date: 2025-03-03 17:49:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6676 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6678 …} -Children: Doctrine\ORM\PersistentCollection {#6681 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6684 -id: 740 -name: "PR" -hierarchy: 4 -sort_no: 315 -create_date: DateTime @1740991816 {#6682 date: 2025-03-03 17:50:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6683 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6685 …} -Children: Doctrine\ORM\PersistentCollection {#6688 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6691 -id: 741 -name: "TD" -hierarchy: 4 -sort_no: 314 -create_date: DateTime @1740991826 {#6689 date: 2025-03-03 17:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6690 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6692 …} -Children: Doctrine\ORM\PersistentCollection {#6695 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6698 -id: 742 -name: "ホロ" -hierarchy: 4 -sort_no: 313 -create_date: DateTime @1740991838 {#6696 date: 2025-03-03 17:50:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6697 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6699 …} -Children: Doctrine\ORM\PersistentCollection {#6702 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6705 -id: 221 -name: "シュヴァルツサイド" -hierarchy: 3 -sort_no: 312 -create_date: DateTime @1695979650 {#6631 date: 2023-09-29 18:27:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695979650 {#6632 date: 2023-09-29 18:27:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6706 …} -Children: Doctrine\ORM\PersistentCollection {#6709 …} -Parent: Eccube\Entity\Category {#6614} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6710 -id: 351 -name: "アイドルマスター" -hierarchy: 4 -sort_no: 311 -create_date: DateTime @1695985580 {#6703 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6704 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6711 …} -Children: Doctrine\ORM\PersistentCollection {#6714 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6719 -id: 352 -name: "アイドルマスター シャイニーカラーズ" -hierarchy: 4 -sort_no: 310 -create_date: DateTime @1695985580 {#6717 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6718 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6720 …} -Children: Doctrine\ORM\PersistentCollection {#6723 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6726 -id: 353 -name: "アイドルマスター ミリオンライブ!" -hierarchy: 4 -sort_no: 309 -create_date: DateTime @1695985580 {#6724 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6725 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6727 …} -Children: Doctrine\ORM\PersistentCollection {#6730 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6733 -id: 354 -name: "アクセル・ワールド" -hierarchy: 4 -sort_no: 308 -create_date: DateTime @1695985580 {#6731 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6732 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6734 …} -Children: Doctrine\ORM\PersistentCollection {#6737 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6740 -id: 355 -name: "アサルトリリィ" -hierarchy: 4 -sort_no: 307 -create_date: DateTime @1695985580 {#6738 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6739 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6741 …} -Children: Doctrine\ORM\PersistentCollection {#6744 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6747 -id: 356 -name: "アズールレーン" -hierarchy: 4 -sort_no: 306 -create_date: DateTime @1695985580 {#6745 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6746 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6748 …} -Children: Doctrine\ORM\PersistentCollection {#6751 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6754 -id: 357 -name: "ありふれた職業で世界最強" -hierarchy: 4 -sort_no: 305 -create_date: DateTime @1695985580 {#6752 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6753 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6755 …} -Children: Doctrine\ORM\PersistentCollection {#6758 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6761 -id: 358 -name: "痛いのは嫌なので防御力に極振りしたいと思います。" -hierarchy: 4 -sort_no: 304 -create_date: DateTime @1695985580 {#6759 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6760 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6762 …} -Children: Doctrine\ORM\PersistentCollection {#6765 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6768 -id: 359 -name: "うーさーのその日暮らし" -hierarchy: 4 -sort_no: 303 -create_date: DateTime @1695985580 {#6766 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6767 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6769 …} -Children: Doctrine\ORM\PersistentCollection {#6772 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6775 -id: 360 -name: "ヱヴァンゲリヲン新劇場版" -hierarchy: 4 -sort_no: 302 -create_date: DateTime @1695985580 {#6773 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6774 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6776 …} -Children: Doctrine\ORM\PersistentCollection {#6779 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6782 -id: 361 -name: "おそ松さん" -hierarchy: 4 -sort_no: 301 -create_date: DateTime @1695985580 {#6780 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6781 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6783 …} -Children: Doctrine\ORM\PersistentCollection {#6786 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6789 -id: 362 -name: "オーバーロード" -hierarchy: 4 -sort_no: 300 -create_date: DateTime @1695985580 {#6787 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6788 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6790 …} -Children: Doctrine\ORM\PersistentCollection {#6793 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6796 -id: 363 -name: "かぐや様は告らせたい~天才たちの恋愛頭脳戦~" -hierarchy: 4 -sort_no: 299 -create_date: DateTime @1695985580 {#6794 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6795 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6797 …} -Children: Doctrine\ORM\PersistentCollection {#6800 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6803 -id: 364 -name: "刀語" -hierarchy: 4 -sort_no: 298 -create_date: DateTime @1695985580 {#6801 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6802 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6804 …} -Children: Doctrine\ORM\PersistentCollection {#6807 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6810 -id: 365 -name: "CANAAN" -hierarchy: 4 -sort_no: 297 -create_date: DateTime @1695985580 {#6808 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6809 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6811 …} -Children: Doctrine\ORM\PersistentCollection {#6814 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6817 -id: 366 -name: "艦隊これくしょん -艦これ-" -hierarchy: 4 -sort_no: 296 -create_date: DateTime @1695985580 {#6815 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6816 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6818 …} -Children: Doctrine\ORM\PersistentCollection {#6821 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6824 -id: 367 -name: "超爆裂異次元メンコバトル ギガントシューター つかさ" -hierarchy: 4 -sort_no: 295 -create_date: DateTime @1695985580 {#6822 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6823 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6825 …} -Children: Doctrine\ORM\PersistentCollection {#6828 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6831 -id: 368 -name: "キズナイーバー" -hierarchy: 4 -sort_no: 294 -create_date: DateTime @1695985580 {#6829 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6830 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6832 …} -Children: Doctrine\ORM\PersistentCollection {#6835 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6838 -id: 369 -name: "境界のRINNE" -hierarchy: 4 -sort_no: 293 -create_date: DateTime @1695985580 {#6836 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6837 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6839 …} -Children: Doctrine\ORM\PersistentCollection {#6842 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6845 -id: 370 -name: "ギルティクラウン" -hierarchy: 4 -sort_no: 292 -create_date: DateTime @1695985580 {#6843 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6844 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6846 …} -Children: Doctrine\ORM\PersistentCollection {#6849 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6852 -id: 371 -name: "キルラキル" -hierarchy: 4 -sort_no: 291 -create_date: DateTime @1695985580 {#6850 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6851 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6853 …} -Children: Doctrine\ORM\PersistentCollection {#6856 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6859 -id: 372 -name: "グリザイアの果実" -hierarchy: 4 -sort_no: 290 -create_date: DateTime @1695985580 {#6857 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6858 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6860 …} -Children: Doctrine\ORM\PersistentCollection {#6863 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6866 -id: 373 -name: "クレヨンしんちゃん" -hierarchy: 4 -sort_no: 289 -create_date: DateTime @1695985580 {#6864 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6865 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6867 …} -Children: Doctrine\ORM\PersistentCollection {#6870 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6873 -id: 374 -name: "劇場版マクロスF" -hierarchy: 4 -sort_no: 288 -create_date: DateTime @1695985580 {#6871 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6872 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6874 …} -Children: Doctrine\ORM\PersistentCollection {#6877 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6880 -id: 375 -name: "アニメーション映画『GODZILLA』" -hierarchy: 4 -sort_no: 287 -create_date: DateTime @1695985580 {#6878 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6879 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6881 …} -Children: Doctrine\ORM\PersistentCollection {#6884 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6887 -id: 376 -name: "ゴブリンスレイヤー" -hierarchy: 4 -sort_no: 286 -create_date: DateTime @1695985580 {#6885 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6886 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6888 …} -Children: Doctrine\ORM\PersistentCollection {#6891 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6894 -id: 377 -name: "PSYCHO-PASS サイコパス" -hierarchy: 4 -sort_no: 285 -create_date: DateTime @1695985580 {#6892 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6893 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6895 …} -Children: Doctrine\ORM\PersistentCollection {#6898 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6901 -id: 378 -name: "THE KING OF FIGHTERS" -hierarchy: 4 -sort_no: 284 -create_date: DateTime @1695985580 {#6899 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6900 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6902 …} -Children: Doctrine\ORM\PersistentCollection {#6905 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6908 -id: 379 -name: "シャイニングシリーズ" -hierarchy: 4 -sort_no: 283 -create_date: DateTime @1695985580 {#6906 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6907 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6909 …} -Children: Doctrine\ORM\PersistentCollection {#6912 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6915 -id: 380 -name: "STEINS;GATE" -hierarchy: 4 -sort_no: 282 -create_date: DateTime @1695985580 {#6913 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6914 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6916 …} -Children: Doctrine\ORM\PersistentCollection {#6919 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6922 -id: 381 -name: "STEINS;GATE[ブースター]" -hierarchy: 4 -sort_no: 281 -create_date: DateTime @1695985580 {#6920 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6921 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6923 …} -Children: Doctrine\ORM\PersistentCollection {#6926 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6929 -id: 382 -name: "STEINS;GATE[TD+]" -hierarchy: 4 -sort_no: 280 -create_date: DateTime @1695985580 {#6927 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6928 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6930 …} -Children: Doctrine\ORM\PersistentCollection {#6933 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6936 -id: 383 -name: "少女☆歌劇 レヴュースタァライト" -hierarchy: 4 -sort_no: 279 -create_date: DateTime @1695985580 {#6934 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6935 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6937 …} -Children: Doctrine\ORM\PersistentCollection {#6940 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6943 -id: 384 -name: "ジョジョの奇妙な冒険" -hierarchy: 4 -sort_no: 278 -create_date: DateTime @1695985580 {#6941 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6942 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6944 …} -Children: Doctrine\ORM\PersistentCollection {#6947 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6950 -id: 385 -name: "進撃の巨人" -hierarchy: 4 -sort_no: 277 -create_date: DateTime @1695985580 {#6948 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6949 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6951 …} -Children: Doctrine\ORM\PersistentCollection {#6954 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6957 -id: 386 -name: "新サクラ大戦" -hierarchy: 4 -sort_no: 276 -create_date: DateTime @1695985580 {#6955 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6956 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6958 …} -Children: Doctrine\ORM\PersistentCollection {#6961 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6964 -id: 387 -name: "翠星のガルガンティア" -hierarchy: 4 -sort_no: 275 -create_date: DateTime @1695985580 {#6962 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6963 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6965 …} -Children: Doctrine\ORM\PersistentCollection {#6968 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6971 -id: 388 -name: "スクールガールストライカーズ" -hierarchy: 4 -sort_no: 274 -create_date: DateTime @1695985580 {#6969 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6970 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6972 …} -Children: Doctrine\ORM\PersistentCollection {#6975 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6978 -id: 389 -name: "STAR WARS" -hierarchy: 4 -sort_no: 273 -create_date: DateTime @1695985580 {#6976 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6977 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6979 …} -Children: Doctrine\ORM\PersistentCollection {#6982 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6985 -id: 390 -name: "戦国BASARA" -hierarchy: 4 -sort_no: 272 -create_date: DateTime @1695985580 {#6983 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6984 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6986 …} -Children: Doctrine\ORM\PersistentCollection {#6989 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6992 -id: 391 -name: "ソードアート・オンライン" -hierarchy: 4 -sort_no: 271 -create_date: DateTime @1695985580 {#6990 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6991 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6993 …} -Children: Doctrine\ORM\PersistentCollection {#6996 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6999 -id: 392 -name: "ソードアート・オンライン オルタナティブ ガンゲイル・オンライン" -hierarchy: 4 -sort_no: 270 -create_date: DateTime @1695985580 {#6997 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6998 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7000 …} -Children: Doctrine\ORM\PersistentCollection {#7003 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7006 -id: 393 -name: "ダーリン・イン・ザ・フランキス" -hierarchy: 4 -sort_no: 269 -create_date: DateTime @1695985580 {#7004 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7005 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7007 …} -Children: Doctrine\ORM\PersistentCollection {#7010 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7013 -id: 394 -name: "ダンジョンに出会いを求めるのは間違っているだろうか" -hierarchy: 4 -sort_no: 268 -create_date: DateTime @1695985580 {#7011 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7012 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7014 …} -Children: Doctrine\ORM\PersistentCollection {#7017 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7020 -id: 395 -name: "探偵オペラ ミルキィホームズ" -hierarchy: 4 -sort_no: 267 -create_date: DateTime @1695985580 {#7018 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7019 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7021 …} -Children: Doctrine\ORM\PersistentCollection {#7024 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7027 -id: 396 -name: "チェインクロニクル ~ヘクセイタスの閃~" -hierarchy: 4 -sort_no: 266 -create_date: DateTime @1695985580 {#7025 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7026 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7028 …} -Children: Doctrine\ORM\PersistentCollection {#7031 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7034 -id: 397 -name: "チェンソーマン" -hierarchy: 4 -sort_no: 265 -create_date: DateTime @1695985580 {#7032 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7033 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7035 …} -Children: Doctrine\ORM\PersistentCollection {#7038 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7041 -id: 398 -name: "TVアニメ「デビルサバイバー2」" -hierarchy: 4 -sort_no: 264 -create_date: DateTime @1695985580 {#7039 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7040 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7042 …} -Children: Doctrine\ORM\PersistentCollection {#7045 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7048 -id: 399 -name: "テラフォーマーズ" -hierarchy: 4 -sort_no: 263 -create_date: DateTime @1695985580 {#7046 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7047 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7049 …} -Children: Doctrine\ORM\PersistentCollection {#7052 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7055 -id: 400 -name: "天元突破グレンラガン" -hierarchy: 4 -sort_no: 262 -create_date: DateTime @1695985580 {#7053 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7054 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7056 …} -Children: Doctrine\ORM\PersistentCollection {#7059 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7062 -id: 401 -name: "転生したらスライムだった件" -hierarchy: 4 -sort_no: 261 -create_date: DateTime @1695985580 {#7060 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7061 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7063 …} -Children: Doctrine\ORM\PersistentCollection {#7066 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7069 -id: 402 -name: "D_CIDE TRAUMEREI" -hierarchy: 4 -sort_no: 260 -create_date: DateTime @1695985580 {#7067 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7068 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7070 …} -Children: Doctrine\ORM\PersistentCollection {#7073 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7076 -id: 403 -name: "Disney100" -hierarchy: 4 -sort_no: 259 -create_date: DateTime @1695985580 {#7074 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7075 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7077 …} -Children: Doctrine\ORM\PersistentCollection {#7080 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7083 -id: 404 -name: "東京リベンジャーズ" -hierarchy: 4 -sort_no: 258 -create_date: DateTime @1695985580 {#7081 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7082 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7084 …} -Children: Doctrine\ORM\PersistentCollection {#7087 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7090 -id: 405 -name: "ノーゲーム・ノーライフ" -hierarchy: 4 -sort_no: 257 -create_date: DateTime @1695985580 {#7088 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7089 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7091 …} -Children: Doctrine\ORM\PersistentCollection {#7094 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7097 -id: 406 -name: "パズル&ドラゴンズ" -hierarchy: 4 -sort_no: 256 -create_date: DateTime @1695985580 {#7095 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7096 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7098 …} -Children: Doctrine\ORM\PersistentCollection {#7101 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7104 -id: 407 -name: "初音ミク -Project DIVA-" -hierarchy: 4 -sort_no: 255 -create_date: DateTime @1695985580 {#7102 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7103 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7105 …} -Children: Doctrine\ORM\PersistentCollection {#7108 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7111 -id: 408 -name: "PIXAR" -hierarchy: 4 -sort_no: 254 -create_date: DateTime @1695985580 {#7109 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7110 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7112 …} -Children: Doctrine\ORM\PersistentCollection {#7115 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7118 -id: 409 -name: "FAIRY TAIL" -hierarchy: 4 -sort_no: 253 -create_date: DateTime @1695985580 {#7116 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7117 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7119 …} -Children: Doctrine\ORM\PersistentCollection {#7122 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7125 -id: 410 -name: "Fate" -hierarchy: 4 -sort_no: 252 -create_date: DateTime @1695985580 {#7123 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7124 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7126 …} -Children: Doctrine\ORM\PersistentCollection {#7129 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7132 -id: 411 -name: "Fate/Apocrypha" -hierarchy: 4 -sort_no: 251 -create_date: DateTime @1695985580 {#7130 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7131 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7133 …} -Children: Doctrine\ORM\PersistentCollection {#7136 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7139 -id: 412 -name: "Fate/Grand Order(アニメ)" -hierarchy: 4 -sort_no: 250 -create_date: DateTime @1695985580 {#7137 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7138 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7140 …} -Children: Doctrine\ORM\PersistentCollection {#7143 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7146 -id: 413 -name: "ぷよぷよ" -hierarchy: 4 -sort_no: 249 -create_date: DateTime @1695985580 {#7144 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7145 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7147 …} -Children: Doctrine\ORM\PersistentCollection {#7150 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7153 -id: 414 -name: "ブラック★ロックシューター" -hierarchy: 4 -sort_no: 248 -create_date: DateTime @1695985580 {#7151 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7152 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7154 …} -Children: Doctrine\ORM\PersistentCollection {#7157 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7160 -id: 415 -name: "プリズマ☆イリヤ" -hierarchy: 4 -sort_no: 247 -create_date: DateTime @1695985580 {#7158 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7159 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7161 …} -Children: Doctrine\ORM\PersistentCollection {#7164 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7167 -id: 416 -name: "プロジェクトセカイ カラフルステージ! feat. 初音ミク" -hierarchy: 4 -sort_no: 246 -create_date: DateTime @1695985580 {#7165 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7166 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7168 …} -Children: Doctrine\ORM\PersistentCollection {#7171 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7174 -id: 417 -name: "ペルソナ" -hierarchy: 4 -sort_no: 245 -create_date: DateTime @1695985580 {#7172 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7173 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7175 …} -Children: Doctrine\ORM\PersistentCollection {#7178 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7181 -id: 418 -name: "Marvel" -hierarchy: 4 -sort_no: 244 -create_date: DateTime @1695985580 {#7179 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7180 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7182 …} -Children: Doctrine\ORM\PersistentCollection {#7185 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7188 -id: 419 -name: "魔界戦記ディスガイア" -hierarchy: 4 -sort_no: 243 -create_date: DateTime @1695985580 {#7186 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7187 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7189 …} -Children: Doctrine\ORM\PersistentCollection {#7192 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7195 -id: 420 -name: "無職転生 ~異世界行ったら本気だす~" -hierarchy: 4 -sort_no: 242 -create_date: DateTime @1695985580 {#7193 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7194 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7196 …} -Children: Doctrine\ORM\PersistentCollection {#7199 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7202 -id: 421 -name: "MELTY BLOOD/空の境界" -hierarchy: 4 -sort_no: 241 -create_date: DateTime @1695985580 {#7200 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7201 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7203 …} -Children: Doctrine\ORM\PersistentCollection {#7206 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7209 -id: 422 -name: "〈物語〉シリーズ" -hierarchy: 4 -sort_no: 240 -create_date: DateTime @1695985580 {#7207 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7208 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7210 …} -Children: Doctrine\ORM\PersistentCollection {#7213 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7216 -id: 423 -name: "Re:ゼロから始める異世界生活" -hierarchy: 4 -sort_no: 239 -create_date: DateTime @1695985580 {#7214 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7215 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7217 …} -Children: Doctrine\ORM\PersistentCollection {#7220 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7223 -id: 424 -name: "ログ・ホライズン" -hierarchy: 4 -sort_no: 238 -create_date: DateTime @1695985580 {#7221 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7222 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7224 …} -Children: Doctrine\ORM\PersistentCollection {#7227 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7230 -id: 425 -name: "ロストディケイド" -hierarchy: 4 -sort_no: 237 -create_date: DateTime @1695985580 {#7228 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7229 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7231 …} -Children: Doctrine\ORM\PersistentCollection {#7234 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7237 -id: 426 -name: "ワールドトリガー" -hierarchy: 4 -sort_no: 236 -create_date: DateTime @1695985580 {#7235 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7236 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7238 …} -Children: Doctrine\ORM\PersistentCollection {#7241 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7244 -id: 427 -name: "プロモカード(シュヴァルツサイド)" -hierarchy: 4 -sort_no: 235 -create_date: DateTime @1695985580 {#7242 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7243 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7245 …} -Children: Doctrine\ORM\PersistentCollection {#7248 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7251 -id: 220 -name: "ヴァイスサイド" -hierarchy: 3 -sort_no: 234 -create_date: DateTime @1695979641 {#6715 date: 2023-09-29 18:27:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695979641 {#6716 date: 2023-09-29 18:27:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7252 …} -Children: Doctrine\ORM\PersistentCollection {#7255 …} -Parent: Eccube\Entity\Category {#6614} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7256 -id: 294 -name: "アイドルマスター シンデレラガールズ" -hierarchy: 4 -sort_no: 233 -create_date: DateTime @1695985527 {#7249 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7250 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7257 …} -Children: Doctrine\ORM\PersistentCollection {#7260 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7265 -id: 295 -name: "Angel Beats!/クドわふたー" -hierarchy: 4 -sort_no: 232 -create_date: DateTime @1695985527 {#7263 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7264 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7266 …} -Children: Doctrine\ORM\PersistentCollection {#7269 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7272 -id: 296 -name: "カードキャプターさくら" -hierarchy: 4 -sort_no: 231 -create_date: DateTime @1695985527 {#7270 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7271 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7273 …} -Children: Doctrine\ORM\PersistentCollection {#7276 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7279 -id: 297 -name: "ガールフレンド(仮)" -hierarchy: 4 -sort_no: 230 -create_date: DateTime @1695985527 {#7277 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7278 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7280 …} -Children: Doctrine\ORM\PersistentCollection {#7283 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7286 -id: 298 -name: "角川スニーカー文庫" -hierarchy: 4 -sort_no: 229 -create_date: DateTime @1695985527 {#7284 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7285 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7287 …} -Children: Doctrine\ORM\PersistentCollection {#7290 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7293 -id: 299 -name: "彼女、お借りします" -hierarchy: 4 -sort_no: 228 -create_date: DateTime @1695985527 {#7291 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7292 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7294 …} -Children: Doctrine\ORM\PersistentCollection {#7297 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7300 -id: 300 -name: "神様になった日" -hierarchy: 4 -sort_no: 227 -create_date: DateTime @1695985527 {#7298 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7299 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7301 …} -Children: Doctrine\ORM\PersistentCollection {#7304 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7307 -id: 301 -name: "カードゲームしよ子" -hierarchy: 4 -sort_no: 226 -create_date: DateTime @1695985527 {#7305 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7306 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7308 …} -Children: Doctrine\ORM\PersistentCollection {#7311 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7314 -id: 302 -name: "Key" -hierarchy: 4 -sort_no: 225 -create_date: DateTime @1695985527 {#7312 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7313 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7315 …} -Children: Doctrine\ORM\PersistentCollection {#7318 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7321 -id: 303 -name: "CLANNAD" -hierarchy: 4 -sort_no: 224 -create_date: DateTime @1695985527 {#7319 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7320 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7322 …} -Children: Doctrine\ORM\PersistentCollection {#7325 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7328 -id: 304 -name: "けものフレンズ" -hierarchy: 4 -sort_no: 223 -create_date: DateTime @1695985527 {#7326 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7327 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7329 …} -Children: Doctrine\ORM\PersistentCollection {#7332 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7335 -id: 305 -name: "幻影ヲ駆ケル太陽" -hierarchy: 4 -sort_no: 222 -create_date: DateTime @1695985527 {#7333 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7334 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7336 …} -Children: Doctrine\ORM\PersistentCollection {#7339 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7342 -id: 306 -name: "ご注文はうさぎですか??" -hierarchy: 4 -sort_no: 221 -create_date: DateTime @1695985527 {#7340 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7341 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7343 …} -Children: Doctrine\ORM\PersistentCollection {#7346 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7349 -id: 307 -name: "五等分の花嫁" -hierarchy: 4 -sort_no: 220 -create_date: DateTime @1695985527 {#7347 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7348 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7350 …} -Children: Doctrine\ORM\PersistentCollection {#7353 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7356 -id: 308 -name: "この素晴らしい世界に祝福を!" -hierarchy: 4 -sort_no: 219 -create_date: DateTime @1695985527 {#7354 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7355 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7357 …} -Children: Doctrine\ORM\PersistentCollection {#7360 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7363 -id: 309 -name: "小林さんちのメイドラゴン" -hierarchy: 4 -sort_no: 218 -create_date: DateTime @1695985527 {#7361 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7362 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7364 …} -Children: Doctrine\ORM\PersistentCollection {#7367 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7370 -id: 310 -name: "冴えない彼女の育てかた" -hierarchy: 4 -sort_no: 217 -create_date: DateTime @1695985527 {#7368 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7369 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7371 …} -Children: Doctrine\ORM\PersistentCollection {#7374 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7377 -id: 311 -name: "Summer Pockets" -hierarchy: 4 -sort_no: 216 -create_date: DateTime @1695985527 {#7375 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7376 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7378 …} -Children: Doctrine\ORM\PersistentCollection {#7381 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7384 -id: 312 -name: "Charlotte" -hierarchy: 4 -sort_no: 215 -create_date: DateTime @1695985527 {#7382 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7383 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7385 …} -Children: Doctrine\ORM\PersistentCollection {#7388 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7391 -id: 313 -name: "灼眼のシャナ" -hierarchy: 4 -sort_no: 214 -create_date: DateTime @1695985527 {#7389 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7390 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7392 …} -Children: Doctrine\ORM\PersistentCollection {#7395 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7398 -id: 314 -name: "涼宮ハルヒの憂鬱" -hierarchy: 4 -sort_no: 213 -create_date: DateTime @1695985527 {#7396 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7397 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7399 …} -Children: Doctrine\ORM\PersistentCollection {#7402 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7405 -id: 315 -name: "青春ブタ野郎シリーズ" -hierarchy: 4 -sort_no: 212 -create_date: DateTime @1695985527 {#7403 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7404 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7406 …} -Children: Doctrine\ORM\PersistentCollection {#7409 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7412 -id: 316 -name: "ゼロの使い魔" -hierarchy: 4 -sort_no: 211 -create_date: DateTime @1695985527 {#7410 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7411 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7413 …} -Children: Doctrine\ORM\PersistentCollection {#7416 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7419 -id: 317 -name: "戦姫絶唱シンフォギア" -hierarchy: 4 -sort_no: 210 -create_date: DateTime @1695985527 {#7417 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7418 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7420 …} -Children: Doctrine\ORM\PersistentCollection {#7423 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7426 -id: 318 -name: "宇宙をかける少女/舞-HiME&舞-乙HiME" -hierarchy: 4 -sort_no: 209 -create_date: DateTime @1695985527 {#7424 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7425 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7427 …} -Children: Doctrine\ORM\PersistentCollection {#7430 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7433 -id: 319 -name: "ゾンビランドサガ リベンジ" -hierarchy: 4 -sort_no: 208 -create_date: DateTime @1695985527 {#7431 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7432 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7434 …} -Children: Doctrine\ORM\PersistentCollection {#7437 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7440 -id: 320 -name: "ダ・カーポ&Dal Segno" -hierarchy: 4 -sort_no: 207 -create_date: DateTime @1695985527 {#7438 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7439 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7441 …} -Children: Doctrine\ORM\PersistentCollection {#7444 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7447 -id: 321 -name: "D4DJ" -hierarchy: 4 -sort_no: 206 -create_date: DateTime @1695985527 {#7445 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7446 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7448 …} -Children: Doctrine\ORM\PersistentCollection {#7451 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7454 -id: 322 -name: "デート・ア・ライブ" -hierarchy: 4 -sort_no: 205 -create_date: DateTime @1695985527 {#7452 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7453 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7455 …} -Children: Doctrine\ORM\PersistentCollection {#7458 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7461 -id: 323 -name: "とある魔術の禁書目録/とある科学の超電磁砲" -hierarchy: 4 -sort_no: 204 -create_date: DateTime @1695985527 {#7459 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7460 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7462 …} -Children: Doctrine\ORM\PersistentCollection {#7465 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7468 -id: 324 -name: "DOG DAYS" -hierarchy: 4 -sort_no: 203 -create_date: DateTime @1695985527 {#7466 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7467 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7469 …} -Children: Doctrine\ORM\PersistentCollection {#7472 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7475 -id: 325 -name: "To LOVEる" -hierarchy: 4 -sort_no: 202 -create_date: DateTime @1695985527 {#7473 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7474 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7476 …} -Children: Doctrine\ORM\PersistentCollection {#7479 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7482 -id: 326 -name: "ニセコイ" -hierarchy: 4 -sort_no: 201 -create_date: DateTime @1695985527 {#7480 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7481 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7483 …} -Children: Doctrine\ORM\PersistentCollection {#7486 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7489 -id: 327 -name: "日常" -hierarchy: 4 -sort_no: 200 -create_date: DateTime @1695985527 {#7487 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7488 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7490 …} -Children: Doctrine\ORM\PersistentCollection {#7493 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7496 -id: 328 -name: "BanG Dream!" -hierarchy: 4 -sort_no: 199 -create_date: DateTime @1695985527 {#7494 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7495 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7497 …} -Children: Doctrine\ORM\PersistentCollection {#7500 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7503 -id: 329 -name: "ビジュアルアーツ" -hierarchy: 4 -sort_no: 198 -create_date: DateTime @1695985527 {#7501 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7502 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7504 …} -Children: Doctrine\ORM\PersistentCollection {#7507 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7510 -id: 330 -name: "ひなろじ ~from Luck & Logic~" -hierarchy: 4 -sort_no: 197 -create_date: DateTime @1695985527 {#7508 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7509 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7511 …} -Children: Doctrine\ORM\PersistentCollection {#7514 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7517 -id: 331 -name: "ViVid Strike!" -hierarchy: 4 -sort_no: 196 -create_date: DateTime @1695985527 {#7515 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7516 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7518 …} -Children: Doctrine\ORM\PersistentCollection {#7521 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7524 -id: 332 -name: "ビビッドレッド・オペレーション" -hierarchy: 4 -sort_no: 195 -create_date: DateTime @1695985527 {#7522 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7523 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7525 …} -Children: Doctrine\ORM\PersistentCollection {#7528 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7531 -id: 333 -name: "Phantom -Requiem for the Phantom-" -hierarchy: 4 -sort_no: 194 -create_date: DateTime @1695985527 {#7529 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7530 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7532 …} -Children: Doctrine\ORM\PersistentCollection {#7535 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7538 -id: 334 -name: "富士見ファンタジア文庫" -hierarchy: 4 -sort_no: 193 -create_date: DateTime @1695985527 {#7536 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7537 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7539 …} -Children: Doctrine\ORM\PersistentCollection {#7542 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7545 -id: 335 -name: "アニメ プリンセスコネクト!Re:Dive" -hierarchy: 4 -sort_no: 192 -create_date: DateTime @1695985527 {#7543 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7544 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7546 …} -Children: Doctrine\ORM\PersistentCollection {#7549 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7552 -id: 336 -name: "ヘブンバーンズレッド" -hierarchy: 4 -sort_no: 191 -create_date: DateTime @1695985527 {#7550 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7551 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7553 …} -Children: Doctrine\ORM\PersistentCollection {#7556 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7559 -id: 337 -name: "ホロライブプロダクション" -hierarchy: 4 -sort_no: 190 -create_date: DateTime @1695985527 {#7557 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7558 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7560 …} -Children: Doctrine\ORM\PersistentCollection {#7563 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7566 -id: 338 -name: "魔法少女まどか☆マギカ" -hierarchy: 4 -sort_no: 189 -create_date: DateTime @1695985527 {#7564 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7565 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7567 …} -Children: Doctrine\ORM\PersistentCollection {#7570 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7573 -id: 339 -name: "魔法少女リリカルなのは" -hierarchy: 4 -sort_no: 188 -create_date: DateTime @1695985527 {#7571 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7572 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7574 …} -Children: Doctrine\ORM\PersistentCollection {#7577 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7580 -id: 340 -name: "ゆらぎ荘の幽奈さん" -hierarchy: 4 -sort_no: 187 -create_date: DateTime @1695985527 {#7578 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7579 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7581 …} -Children: Doctrine\ORM\PersistentCollection {#7584 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7587 -id: 341 -name: "らき☆すた" -hierarchy: 4 -sort_no: 186 -create_date: DateTime @1695985527 {#7585 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7586 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7588 …} -Children: Doctrine\ORM\PersistentCollection {#7591 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7594 -id: 342 -name: "ラブライブ!" -hierarchy: 4 -sort_no: 185 -create_date: DateTime @1695985527 {#7592 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7593 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7595 …} -Children: Doctrine\ORM\PersistentCollection {#7598 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7601 -id: 343 -name: "ラブライブ!サンシャイン!!" -hierarchy: 4 -sort_no: 184 -create_date: DateTime @1695985527 {#7599 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7600 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7602 …} -Children: Doctrine\ORM\PersistentCollection {#7605 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7608 -id: 344 -name: "ラブライブ!虹ヶ咲学園スクールアイドル同好会" -hierarchy: 4 -sort_no: 183 -create_date: DateTime @1695985527 {#7606 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7607 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7609 …} -Children: Doctrine\ORM\PersistentCollection {#7612 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7615 -id: 345 -name: "ラブライブ!スーパースター!!" -hierarchy: 4 -sort_no: 182 -create_date: DateTime @1695985527 {#7613 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7614 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7616 …} -Children: Doctrine\ORM\PersistentCollection {#7619 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7622 -id: 346 -name: "リコリス・リコイル" -hierarchy: 4 -sort_no: 181 -create_date: DateTime @1695985527 {#7620 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7621 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7623 …} -Children: Doctrine\ORM\PersistentCollection {#7626 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7629 -id: 347 -name: "リトルバスターズ!" -hierarchy: 4 -sort_no: 180 -create_date: DateTime @1695985527 {#7627 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7628 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7630 …} -Children: Doctrine\ORM\PersistentCollection {#7633 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7636 -id: 348 -name: "Rewrite" -hierarchy: 4 -sort_no: 179 -create_date: DateTime @1695985527 {#7634 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7635 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7637 …} -Children: Doctrine\ORM\PersistentCollection {#7640 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7643 -id: 349 -name: "ロボティクス・ノーツ" -hierarchy: 4 -sort_no: 178 -create_date: DateTime @1695985527 {#7641 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7642 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7644 …} -Children: Doctrine\ORM\PersistentCollection {#7647 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7650 -id: 350 -name: "プロモカード(ヴァイスサイド)" -hierarchy: 4 -sort_no: 177 -create_date: DateTime @1695985527 {#7648 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7649 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7651 …} -Children: Doctrine\ORM\PersistentCollection {#7654 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6629 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 447 -create_date: DateTime @1488881692 {#5951 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#5950 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6630 …} -Children: Doctrine\ORM\PersistentCollection {#7655 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7658 -id: 429 -name: "おすすめ商品" -hierarchy: 1 -sort_no: 446 -create_date: DateTime @1696270531 {#7656 date: 2023-10-03 03:15:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7657 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7659 …} -Children: Doctrine\ORM\PersistentCollection {#7662 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7665 -id: 707 -name: "新品ボックス" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1740791876 {#7663 date: 2025-03-01 10:17:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7664 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7666 …} -Children: Doctrine\ORM\PersistentCollection {#7669 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7672 -id: 708 -name: "予約ボックス" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1740791889 {#7670 date: 2025-03-01 10:18:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7671 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7673 …} -Children: Doctrine\ORM\PersistentCollection {#7676 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } ] |
[ Eccube\Entity\Category {#4301 -id: 428 -name: "販売" -hierarchy: 1 -sort_no: 454 -create_date: DateTime @1696149302 {#4302 date: 2023-10-01 17:35:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#4300 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4318 …} -Children: Doctrine\ORM\PersistentCollection {#4555 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4554 -id: 8 -name: "ヴァイスシュヴァルツ" -hierarchy: 1 -sort_no: 453 -create_date: DateTime @1694688722 {#4298 date: 2023-09-14 19:52:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240460 {#4296 date: 2025-03-06 14:54:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4553 …} -Children: Doctrine\ORM\PersistentCollection {#4550 …} -Parent: Eccube\Entity\Category {#4301} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: "0213195436_65cb4a6cd7c54.png" } Eccube\Entity\Category {#4549 -id: 709 -name: "レアリティ" -hierarchy: 2 -sort_no: 452 -create_date: DateTime @1740985361 {#4294 date: 2025-03-03 16:02:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4292 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4548 …} -Children: Doctrine\ORM\PersistentCollection {#4545 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4544 -id: 710 -name: "SSP" -hierarchy: 3 -sort_no: 444 -create_date: DateTime @1740985567 {#4268 date: 2025-03-03 16:06:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4304 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4543 …} -Children: Doctrine\ORM\PersistentCollection {#4540 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4531 -id: 711 -name: "SP" -hierarchy: 3 -sort_no: 443 -create_date: DateTime @1740985570 {#4533 date: 2025-03-03 16:06:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4532 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4530 …} -Children: Doctrine\ORM\PersistentCollection {#4527 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4285 -id: 712 -name: "RRR" -hierarchy: 3 -sort_no: 442 -create_date: DateTime @1740985575 {#4526 date: 2025-03-03 16:06:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4525 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4293 …} -Children: Doctrine\ORM\PersistentCollection {#4287 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4516 -id: 723 -name: "SR" -hierarchy: 3 -sort_no: 441 -create_date: DateTime @1740991069 {#4418 date: 2025-03-03 17:37:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4514 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4517 …} -Children: Doctrine\ORM\PersistentCollection {#4520 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4523 -id: 724 -name: "RR" -hierarchy: 3 -sort_no: 440 -create_date: DateTime @1740991094 {#4521 date: 2025-03-03 17:38:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4522 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4524 …} -Children: Doctrine\ORM\PersistentCollection {#4559 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4563 -id: 725 -name: "R" -hierarchy: 3 -sort_no: 439 -create_date: DateTime @1740991113 {#4561 date: 2025-03-03 17:38:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4562 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4564 …} -Children: Doctrine\ORM\PersistentCollection {#4567 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4570 -id: 726 -name: "UC" -hierarchy: 3 -sort_no: 438 -create_date: DateTime @1740991124 {#4568 date: 2025-03-03 17:38:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4569 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4571 …} -Children: Doctrine\ORM\PersistentCollection {#4574 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4577 -id: 727 -name: "C" -hierarchy: 3 -sort_no: 437 -create_date: DateTime @1740991135 {#4575 date: 2025-03-03 17:38:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4576 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4578 …} -Children: Doctrine\ORM\PersistentCollection {#4581 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4584 -id: 728 -name: "PR" -hierarchy: 3 -sort_no: 436 -create_date: DateTime @1740991257 {#4582 date: 2025-03-03 17:40:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4583 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4585 …} -Children: Doctrine\ORM\PersistentCollection {#4588 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4591 -id: 729 -name: "TD" -hierarchy: 3 -sort_no: 435 -create_date: DateTime @1740991273 {#4589 date: 2025-03-03 17:41:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4590 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4592 …} -Children: Doctrine\ORM\PersistentCollection {#4595 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4598 -id: 730 -name: "ホロ" -hierarchy: 3 -sort_no: 434 -create_date: DateTime @1740991284 {#4596 date: 2025-03-03 17:41:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4597 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4599 …} -Children: Doctrine\ORM\PersistentCollection {#4602 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4603 -id: 652 -name: "新商品" -hierarchy: 2 -sort_no: 445 -create_date: DateTime @1712564635 {#4535 date: 2024-04-08 17:23:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4534 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4604 …} -Children: Doctrine\ORM\PersistentCollection {#4607 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4610 -id: 746 -name: "ダメージ商品 ヴァイスシュバルツ" -hierarchy: 2 -sort_no: 433 -create_date: DateTime @1741240562 {#4608 date: 2025-03-06 14:56:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240876 {#4609 date: 2025-03-06 15:01:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4611 …} -Children: Doctrine\ORM\PersistentCollection {#4614 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4617 -id: 644 -name: "ヴァイスシュヴァルツおすすめ" -hierarchy: 2 -sort_no: 432 -create_date: DateTime @1706627789 {#4615 date: 2024-01-31 00:16:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4616 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4618 …} -Children: Doctrine\ORM\PersistentCollection {#4621 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4628 -id: 10 -name: "ヴァイスサイド" -hierarchy: 2 -sort_no: 431 -create_date: DateTime @1694688753 {#4622 date: 2023-09-14 19:52:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4623 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4629 …} -Children: Doctrine\ORM\PersistentCollection {#4632 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4633 -id: 672 -name: "アイドルマスターシャイニーカラーズ" -hierarchy: 3 -sort_no: 430 -create_date: DateTime @1718270442 {#4624 date: 2024-06-13 18:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4625 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4634 …} -Children: Doctrine\ORM\PersistentCollection {#4637 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4638 -id: 696 -name: "アイドルマスター シャイニーカラーズ Shine More!" -hierarchy: 4 -sort_no: 429 -create_date: DateTime @1725172066 {#4626 date: 2024-09-01 15:27:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725172066 {#4627 date: 2024-09-01 15:27:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4639 …} -Children: Doctrine\ORM\PersistentCollection {#4641 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4647 -id: 694 -name: "アリス・ギア・アイギス Expansion" -hierarchy: 3 -sort_no: 428 -create_date: DateTime @1724575700 {#4645 date: 2024-08-25 17:48:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4646 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4648 …} -Children: Doctrine\ORM\PersistentCollection {#4651 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4654 -id: 160 -name: "アイドルマスター シンデレラガールズ" -hierarchy: 3 -sort_no: 423 -create_date: DateTime @1694688954 {#4652 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4653 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4655 …} -Children: Doctrine\ORM\PersistentCollection {#4658 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4661 -id: 161 -name: "Angel Beats!/クドわふたー" -hierarchy: 3 -sort_no: 147 -create_date: DateTime @1694688954 {#4659 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4660 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4662 …} -Children: Doctrine\ORM\PersistentCollection {#4665 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4668 -id: 162 -name: "カードキャプターさくら" -hierarchy: 3 -sort_no: 146 -create_date: DateTime @1694688954 {#4666 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4667 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4669 …} -Children: Doctrine\ORM\PersistentCollection {#4672 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4675 -id: 651 -name: "ホロライブプロダクション Summer Collection" -hierarchy: 3 -sort_no: 145 -create_date: DateTime @1712560058 {#4673 date: 2024-04-08 16:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4674 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4676 …} -Children: Doctrine\ORM\PersistentCollection {#4679 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4682 -id: 163 -name: "ガールフレンド(仮)" -hierarchy: 3 -sort_no: 144 -create_date: DateTime @1694688954 {#4680 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4681 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4683 …} -Children: Doctrine\ORM\PersistentCollection {#4686 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4689 -id: 164 -name: "角川スニーカー文庫" -hierarchy: 3 -sort_no: 143 -create_date: DateTime @1694688954 {#4687 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4688 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4690 …} -Children: Doctrine\ORM\PersistentCollection {#4693 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4696 -id: 165 -name: "彼女、お借りします" -hierarchy: 3 -sort_no: 142 -create_date: DateTime @1694688954 {#4694 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4695 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4697 …} -Children: Doctrine\ORM\PersistentCollection {#4700 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4703 -id: 166 -name: "神様になった日" -hierarchy: 3 -sort_no: 141 -create_date: DateTime @1694688954 {#4701 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4702 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4704 …} -Children: Doctrine\ORM\PersistentCollection {#4707 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4710 -id: 167 -name: "カードゲームしよ子" -hierarchy: 3 -sort_no: 140 -create_date: DateTime @1694688954 {#4708 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4709 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4711 …} -Children: Doctrine\ORM\PersistentCollection {#4714 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4717 -id: 168 -name: "Key" -hierarchy: 3 -sort_no: 139 -create_date: DateTime @1694688954 {#4715 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4716 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4718 …} -Children: Doctrine\ORM\PersistentCollection {#4721 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4724 -id: 169 -name: "CLANNAD" -hierarchy: 3 -sort_no: 138 -create_date: DateTime @1694688954 {#4722 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4723 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4725 …} -Children: Doctrine\ORM\PersistentCollection {#4728 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4731 -id: 170 -name: "けものフレンズ" -hierarchy: 3 -sort_no: 137 -create_date: DateTime @1694688954 {#4729 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4730 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4732 …} -Children: Doctrine\ORM\PersistentCollection {#4735 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4738 -id: 171 -name: "幻影ヲ駆ケル太陽" -hierarchy: 3 -sort_no: 136 -create_date: DateTime @1694688954 {#4736 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4737 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4739 …} -Children: Doctrine\ORM\PersistentCollection {#4742 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4747 -id: 172 -name: "ご注文はうさぎですか??" -hierarchy: 3 -sort_no: 135 -create_date: DateTime @1694688954 {#4743 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4744 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4748 …} -Children: Doctrine\ORM\PersistentCollection {#4751 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4752 -id: 702 -name: "プレミアムブースター TVアニメ「ご注文はうさぎですか?」10th Anniversary" -hierarchy: 4 -sort_no: 134 -create_date: DateTime @1732780421 {#4745 date: 2024-11-28 16:53:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732780421 {#4746 date: 2024-11-28 16:53:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4753 …} -Children: Doctrine\ORM\PersistentCollection {#4755 …} -Parent: Eccube\Entity\Category {#4747} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4761 -id: 173 -name: "五等分の花嫁" -hierarchy: 3 -sort_no: 133 -create_date: DateTime @1694688954 {#4757 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4758 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4762 …} -Children: Doctrine\ORM\PersistentCollection {#4765 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4766 -id: 691 -name: "五等分の花嫁∬" -hierarchy: 4 -sort_no: 132 -create_date: DateTime @1724394211 {#4759 date: 2024-08-23 15:23:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#4760 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4767 …} -Children: Doctrine\ORM\PersistentCollection {#4769 …} -Parent: Eccube\Entity\Category {#4761} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4775 -id: 692 -name: "映画 五等分の花嫁" -hierarchy: 4 -sort_no: 131 -create_date: DateTime @1724394307 {#4773 date: 2024-08-23 15:25:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#4774 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4776 …} -Children: Doctrine\ORM\PersistentCollection {#4778 …} -Parent: Eccube\Entity\Category {#4761} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4782 -id: 693 -name: "プレミアムブースター 五等分の花嫁∽" -hierarchy: 4 -sort_no: 130 -create_date: DateTime @1724394327 {#4780 date: 2024-08-23 15:25:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#4781 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4783 …} -Children: Doctrine\ORM\PersistentCollection {#4785 …} -Parent: Eccube\Entity\Category {#4761} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4787 -id: 174 -name: "この素晴らしい世界に祝福を!" -hierarchy: 3 -sort_no: 129 -create_date: DateTime @1694688954 {#4771 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4772 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4788 …} -Children: Doctrine\ORM\PersistentCollection {#4791 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4794 -id: 175 -name: "小林さんちのメイドラゴン" -hierarchy: 3 -sort_no: 128 -create_date: DateTime @1694688954 {#4792 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4793 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4795 …} -Children: Doctrine\ORM\PersistentCollection {#4798 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4801 -id: 176 -name: "冴えない彼女の育てかた" -hierarchy: 3 -sort_no: 127 -create_date: DateTime @1694688954 {#4799 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4800 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4802 …} -Children: Doctrine\ORM\PersistentCollection {#4805 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4808 -id: 177 -name: "Summer Pockets" -hierarchy: 3 -sort_no: 126 -create_date: DateTime @1694688954 {#4806 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4807 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4809 …} -Children: Doctrine\ORM\PersistentCollection {#4812 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4815 -id: 178 -name: "Charlotte" -hierarchy: 3 -sort_no: 125 -create_date: DateTime @1694688954 {#4813 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4814 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4816 …} -Children: Doctrine\ORM\PersistentCollection {#4819 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4822 -id: 179 -name: "灼眼のシャナ" -hierarchy: 3 -sort_no: 124 -create_date: DateTime @1694688954 {#4820 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4821 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4823 …} -Children: Doctrine\ORM\PersistentCollection {#4826 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4829 -id: 180 -name: "涼宮ハルヒの憂鬱" -hierarchy: 3 -sort_no: 123 -create_date: DateTime @1694688954 {#4827 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4828 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4830 …} -Children: Doctrine\ORM\PersistentCollection {#4833 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4836 -id: 181 -name: "青春ブタ野郎シリーズ" -hierarchy: 3 -sort_no: 122 -create_date: DateTime @1694688954 {#4834 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4835 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4837 …} -Children: Doctrine\ORM\PersistentCollection {#4840 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4843 -id: 182 -name: "ゼロの使い魔" -hierarchy: 3 -sort_no: 121 -create_date: DateTime @1694688954 {#4841 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4842 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4844 …} -Children: Doctrine\ORM\PersistentCollection {#4847 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4850 -id: 183 -name: "戦姫絶唱シンフォギア" -hierarchy: 3 -sort_no: 120 -create_date: DateTime @1694688954 {#4848 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4849 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4851 …} -Children: Doctrine\ORM\PersistentCollection {#4854 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4857 -id: 184 -name: "宇宙をかける少女/舞-HiME&舞-乙HiME" -hierarchy: 3 -sort_no: 119 -create_date: DateTime @1694688954 {#4855 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4856 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4858 …} -Children: Doctrine\ORM\PersistentCollection {#4861 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4864 -id: 185 -name: "ゾンビランドサガ リベンジ" -hierarchy: 3 -sort_no: 118 -create_date: DateTime @1694688954 {#4862 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4863 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4865 …} -Children: Doctrine\ORM\PersistentCollection {#4868 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4871 -id: 186 -name: "ダ・カーポ&Dal Segno" -hierarchy: 3 -sort_no: 117 -create_date: DateTime @1694688954 {#4869 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4870 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4872 …} -Children: Doctrine\ORM\PersistentCollection {#4875 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4878 -id: 187 -name: "D4DJ" -hierarchy: 3 -sort_no: 116 -create_date: DateTime @1694688954 {#4876 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4877 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4879 …} -Children: Doctrine\ORM\PersistentCollection {#4882 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4885 -id: 188 -name: "デート・ア・ライブ" -hierarchy: 3 -sort_no: 115 -create_date: DateTime @1694688954 {#4883 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4884 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4886 …} -Children: Doctrine\ORM\PersistentCollection {#4889 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4892 -id: 189 -name: "とある魔術の禁書目録/とある科学の超電磁砲" -hierarchy: 3 -sort_no: 114 -create_date: DateTime @1694688954 {#4890 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4891 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4893 …} -Children: Doctrine\ORM\PersistentCollection {#4896 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4899 -id: 190 -name: "DOG DAYS" -hierarchy: 3 -sort_no: 113 -create_date: DateTime @1694688954 {#4897 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4898 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4900 …} -Children: Doctrine\ORM\PersistentCollection {#4903 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4906 -id: 191 -name: "To LOVEる" -hierarchy: 3 -sort_no: 112 -create_date: DateTime @1694688954 {#4904 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4905 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4907 …} -Children: Doctrine\ORM\PersistentCollection {#4910 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4913 -id: 192 -name: "ニセコイ" -hierarchy: 3 -sort_no: 111 -create_date: DateTime @1694688954 {#4911 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4912 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4914 …} -Children: Doctrine\ORM\PersistentCollection {#4917 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4920 -id: 193 -name: "日常" -hierarchy: 3 -sort_no: 110 -create_date: DateTime @1694688954 {#4918 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4919 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4921 …} -Children: Doctrine\ORM\PersistentCollection {#4924 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4927 -id: 194 -name: "BanG Dream!" -hierarchy: 3 -sort_no: 109 -create_date: DateTime @1694688954 {#4925 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4926 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4928 …} -Children: Doctrine\ORM\PersistentCollection {#4931 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4934 -id: 195 -name: "ビジュアルアーツ" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1694688954 {#4932 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4933 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4935 …} -Children: Doctrine\ORM\PersistentCollection {#4938 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4941 -id: 196 -name: "ひなろじ ~from Luck & Logic~" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1694688954 {#4939 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4940 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4942 …} -Children: Doctrine\ORM\PersistentCollection {#4945 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4948 -id: 197 -name: "ViVid Strike!" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1694688954 {#4946 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4947 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4949 …} -Children: Doctrine\ORM\PersistentCollection {#4952 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4955 -id: 198 -name: "ビビッドレッド・オペレーション" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1694688954 {#4953 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4954 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4956 …} -Children: Doctrine\ORM\PersistentCollection {#4959 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4962 -id: 199 -name: "Phantom -Requiem for the Phantom-" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1694688954 {#4960 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4961 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4963 …} -Children: Doctrine\ORM\PersistentCollection {#4966 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4969 -id: 200 -name: "富士見ファンタジア文庫" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1694688954 {#4967 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4968 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4970 …} -Children: Doctrine\ORM\PersistentCollection {#4973 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4976 -id: 201 -name: "アニメ プリンセスコネクト!Re:Dive" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1694688954 {#4974 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4975 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4977 …} -Children: Doctrine\ORM\PersistentCollection {#4980 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4983 -id: 202 -name: "ヘブンバーンズレッド" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1694688954 {#4981 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4982 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4984 …} -Children: Doctrine\ORM\PersistentCollection {#4987 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4990 -id: 203 -name: "ホロライブプロダクション" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1694688954 {#4988 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4989 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4991 …} -Children: Doctrine\ORM\PersistentCollection {#4994 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4997 -id: 204 -name: "魔法少女まどか☆マギカ" -hierarchy: 3 -sort_no: 99 -create_date: DateTime @1694688954 {#4995 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4996 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4998 …} -Children: Doctrine\ORM\PersistentCollection {#5001 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5004 -id: 205 -name: "魔法少女リリカルなのは" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1694688954 {#5002 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5003 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5005 …} -Children: Doctrine\ORM\PersistentCollection {#5008 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5011 -id: 206 -name: "ゆらぎ荘の幽奈さん" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1694688954 {#5009 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5010 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5012 …} -Children: Doctrine\ORM\PersistentCollection {#5015 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5018 -id: 207 -name: "らき☆すた" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1694688954 {#5016 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5017 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5019 …} -Children: Doctrine\ORM\PersistentCollection {#5022 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5025 -id: 208 -name: "ラブライブ!" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1694688954 {#5023 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5024 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5026 …} -Children: Doctrine\ORM\PersistentCollection {#5029 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5032 -id: 209 -name: "ラブライブ!サンシャイン!!" -hierarchy: 3 -sort_no: 94 -create_date: DateTime @1694688954 {#5030 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5031 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5033 …} -Children: Doctrine\ORM\PersistentCollection {#5036 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5039 -id: 210 -name: "ラブライブ!虹ヶ咲学園スクールアイドル同好会" -hierarchy: 3 -sort_no: 93 -create_date: DateTime @1694688954 {#5037 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5038 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5040 …} -Children: Doctrine\ORM\PersistentCollection {#5043 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5046 -id: 211 -name: "ラブライブ!スーパースター!!" -hierarchy: 3 -sort_no: 92 -create_date: DateTime @1694688954 {#5044 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5045 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5047 …} -Children: Doctrine\ORM\PersistentCollection {#5050 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5055 -id: 212 -name: "リコリス・リコイル" -hierarchy: 3 -sort_no: 91 -create_date: DateTime @1694688954 {#5051 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5052 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5056 …} -Children: Doctrine\ORM\PersistentCollection {#5059 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5060 -id: 701 -name: "プレミアムブースター リコリス・リコイル" -hierarchy: 4 -sort_no: 90 -create_date: DateTime @1731655109 {#5053 date: 2024-11-15 16:18:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1731655109 {#5054 date: 2024-11-15 16:18:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5061 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5055} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5067 -id: 213 -name: "リトルバスターズ!" -hierarchy: 3 -sort_no: 89 -create_date: DateTime @1694688955 {#5065 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5066 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5068 …} -Children: Doctrine\ORM\PersistentCollection {#5071 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5074 -id: 214 -name: "Rewrite" -hierarchy: 3 -sort_no: 88 -create_date: DateTime @1694688955 {#5072 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5073 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5075 …} -Children: Doctrine\ORM\PersistentCollection {#5078 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5081 -id: 215 -name: "ロボティクス・ノーツ" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1694688955 {#5079 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5080 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5082 …} -Children: Doctrine\ORM\PersistentCollection {#5085 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5088 -id: 216 -name: "プロモカード(ヴァイスサイド)" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1694688955 {#5086 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5087 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5089 …} -Children: Doctrine\ORM\PersistentCollection {#5092 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5095 -id: 9 -name: "シュヴァルツサイド" -hierarchy: 2 -sort_no: 427 -create_date: DateTime @1694688736 {#4538 date: 2023-09-14 19:52:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4539 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5096 …} -Children: Doctrine\ORM\PersistentCollection {#5099 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5100 -id: 83 -name: "アイドルマスター" -hierarchy: 3 -sort_no: 426 -create_date: DateTime @1694688954 {#5093 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5094 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5101 …} -Children: Doctrine\ORM\PersistentCollection {#5104 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5109 -id: 84 -name: "アイドルマスター シャイニーカラーズ" -hierarchy: 3 -sort_no: 425 -create_date: DateTime @1694688954 {#5107 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5108 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5110 …} -Children: Doctrine\ORM\PersistentCollection {#5113 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5116 -id: 85 -name: "アイドルマスター ミリオンライブ!" -hierarchy: 3 -sort_no: 424 -create_date: DateTime @1694688954 {#5114 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5115 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5117 …} -Children: Doctrine\ORM\PersistentCollection {#5120 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5123 -id: 86 -name: "アクセル・ワールド" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1694688954 {#5121 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5122 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5124 …} -Children: Doctrine\ORM\PersistentCollection {#5127 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5130 -id: 87 -name: "アサルトリリィ" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1694688954 {#5128 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5129 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5131 …} -Children: Doctrine\ORM\PersistentCollection {#5134 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5137 -id: 88 -name: "アズールレーン" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1694688954 {#5135 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5136 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5138 …} -Children: Doctrine\ORM\PersistentCollection {#5141 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5144 -id: 89 -name: "ありふれた職業で世界最強" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1694688954 {#5142 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5143 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5145 …} -Children: Doctrine\ORM\PersistentCollection {#5148 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5151 -id: 90 -name: "痛いのは嫌なので防御力に極振りしたいと思います。" -hierarchy: 3 -sort_no: 81 -create_date: DateTime @1694688954 {#5149 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5150 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5152 …} -Children: Doctrine\ORM\PersistentCollection {#5155 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5158 -id: 91 -name: "うーさーのその日暮らし" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1694688954 {#5156 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5157 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5159 …} -Children: Doctrine\ORM\PersistentCollection {#5162 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5165 -id: 92 -name: "ヱヴァンゲリヲン新劇場版" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1694688954 {#5163 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5164 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5166 …} -Children: Doctrine\ORM\PersistentCollection {#5169 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5172 -id: 688 -name: "【推しの子】" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1723020071 {#5170 date: 2024-08-07 17:41:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5171 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5173 …} -Children: Doctrine\ORM\PersistentCollection {#5176 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5179 -id: 93 -name: "おそ松さん" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1694688954 {#5177 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5178 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5180 …} -Children: Doctrine\ORM\PersistentCollection {#5183 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5186 -id: 94 -name: "オーバーロード" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1694688954 {#5184 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5185 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5187 …} -Children: Doctrine\ORM\PersistentCollection {#5190 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5193 -id: 95 -name: "かぐや様は告らせたい~天才たちの恋愛頭脳戦~" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1694688954 {#5191 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5192 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5194 …} -Children: Doctrine\ORM\PersistentCollection {#5197 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5200 -id: 96 -name: "刀語" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1694688954 {#5198 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5199 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5201 …} -Children: Doctrine\ORM\PersistentCollection {#5204 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5207 -id: 97 -name: "CANAAN" -hierarchy: 3 -sort_no: 73 -create_date: DateTime @1694688954 {#5205 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5206 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5208 …} -Children: Doctrine\ORM\PersistentCollection {#5211 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5214 -id: 98 -name: "艦隊これくしょん -艦これ-" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1694688954 {#5212 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5213 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5215 …} -Children: Doctrine\ORM\PersistentCollection {#5218 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5221 -id: 99 -name: "超爆裂異次元メンコバトル ギガントシューター つかさ" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1694688954 {#5219 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5220 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5222 …} -Children: Doctrine\ORM\PersistentCollection {#5225 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5228 -id: 100 -name: "キズナイーバー" -hierarchy: 3 -sort_no: 70 -create_date: DateTime @1694688954 {#5226 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5227 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5229 …} -Children: Doctrine\ORM\PersistentCollection {#5232 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5235 -id: 101 -name: "境界のRINNE" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1694688954 {#5233 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5234 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5236 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5242 -id: 102 -name: "ギルティクラウン" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1694688954 {#5240 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5241 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5243 …} -Children: Doctrine\ORM\PersistentCollection {#5246 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5249 -id: 103 -name: "キルラキル" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1694688954 {#5247 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5248 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5250 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5256 -id: 104 -name: "グリザイアの果実" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1694688954 {#5254 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5255 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5257 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5263 -id: 667 -name: "グリザイア:ファントムトリガー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1717647257 {#5261 date: 2024-06-06 13:14:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5262 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5264 …} -Children: Doctrine\ORM\PersistentCollection {#5267 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5270 -id: 105 -name: "クレヨンしんちゃん" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1694688954 {#5268 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5269 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5271 …} -Children: Doctrine\ORM\PersistentCollection {#5274 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5277 -id: 106 -name: "劇場版マクロスF" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1694688954 {#5275 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5276 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5278 …} -Children: Doctrine\ORM\PersistentCollection {#5281 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5284 -id: 107 -name: "アニメーション映画『GODZILLA』" -hierarchy: 3 -sort_no: 62 -create_date: DateTime @1694688954 {#5282 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5283 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5285 …} -Children: Doctrine\ORM\PersistentCollection {#5288 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5291 -id: 108 -name: "ゴブリンスレイヤー" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1694688954 {#5289 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5290 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5292 …} -Children: Doctrine\ORM\PersistentCollection {#5295 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5298 -id: 109 -name: "PSYCHO-PASS サイコパス" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1694688954 {#5296 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5297 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5299 …} -Children: Doctrine\ORM\PersistentCollection {#5302 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5305 -id: 110 -name: "THE KING OF FIGHTERS" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1694688954 {#5303 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5304 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5306 …} -Children: Doctrine\ORM\PersistentCollection {#5309 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5312 -id: 111 -name: "シャイニングシリーズ" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1694688954 {#5310 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5311 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5313 …} -Children: Doctrine\ORM\PersistentCollection {#5316 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5319 -id: 112 -name: "STEINS;GATE" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1694688954 {#5317 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5318 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5320 …} -Children: Doctrine\ORM\PersistentCollection {#5323 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5326 -id: 113 -name: "STEINS;GATE[ブースター]" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1694688954 {#5324 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5325 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5327 …} -Children: Doctrine\ORM\PersistentCollection {#5330 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5333 -id: 114 -name: "STEINS;GATE[TD+]" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1694688954 {#5331 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5332 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5334 …} -Children: Doctrine\ORM\PersistentCollection {#5337 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5340 -id: 115 -name: "少女☆歌劇 レヴュースタァライト" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1694688954 {#5338 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5339 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5341 …} -Children: Doctrine\ORM\PersistentCollection {#5344 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5347 -id: 116 -name: "ジョジョの奇妙な冒険" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1694688954 {#5345 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5346 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5348 …} -Children: Doctrine\ORM\PersistentCollection {#5351 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5354 -id: 117 -name: "進撃の巨人" -hierarchy: 3 -sort_no: 52 -create_date: DateTime @1694688954 {#5352 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5353 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5355 …} -Children: Doctrine\ORM\PersistentCollection {#5358 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5361 -id: 118 -name: "新サクラ大戦" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1694688954 {#5359 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5360 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5362 …} -Children: Doctrine\ORM\PersistentCollection {#5365 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5368 -id: 119 -name: "翠星のガルガンティア" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1694688954 {#5366 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5367 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5369 …} -Children: Doctrine\ORM\PersistentCollection {#5372 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5375 -id: 120 -name: "スクールガールストライカーズ" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1694688954 {#5373 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5374 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5376 …} -Children: Doctrine\ORM\PersistentCollection {#5379 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5382 -id: 121 -name: "STAR WARS" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1694688954 {#5380 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5381 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5383 …} -Children: Doctrine\ORM\PersistentCollection {#5386 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5389 -id: 122 -name: "戦国BASARA" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1694688954 {#5387 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5388 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5390 …} -Children: Doctrine\ORM\PersistentCollection {#5393 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5396 -id: 689 -name: "葬送のフリーレン" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1723442008 {#5394 date: 2024-08-12 14:53:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5395 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5397 …} -Children: Doctrine\ORM\PersistentCollection {#5400 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5403 -id: 123 -name: "ソードアート・オンライン" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1694688954 {#5401 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5402 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5407 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5410 -id: 124 -name: "ソードアート・オンライン オルタナティブ ガンゲイル・オンライン" -hierarchy: 3 -sort_no: 44 -create_date: DateTime @1694688954 {#5408 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5409 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5417 -id: 125 -name: "ダーリン・イン・ザ・フランキス" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1694688954 {#5415 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5416 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5418 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5424 -id: 126 -name: "ダンジョンに出会いを求めるのは間違っているだろうか" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1694688954 {#5422 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5423 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5428 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5431 -id: 127 -name: "探偵オペラ ミルキィホームズ" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1694688954 {#5429 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5430 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5432 …} -Children: Doctrine\ORM\PersistentCollection {#5435 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5438 -id: 128 -name: "チェインクロニクル ~ヘクセイタスの閃~" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1694688954 {#5436 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5437 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5439 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5445 -id: 129 -name: "チェンソーマン" -hierarchy: 3 -sort_no: 39 -create_date: DateTime @1694688954 {#5443 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5444 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5446 …} -Children: Doctrine\ORM\PersistentCollection {#5449 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5452 -id: 130 -name: "TVアニメ「デビルサバイバー2」" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1694688954 {#5450 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5451 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5456 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5459 -id: 131 -name: "テラフォーマーズ" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1694688954 {#5457 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5458 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5460 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5466 -id: 132 -name: "天元突破グレンラガン" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1694688954 {#5464 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5465 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5467 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5473 -id: 133 -name: "転生したらスライムだった件" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1694688954 {#5471 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5472 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5474 …} -Children: Doctrine\ORM\PersistentCollection {#5477 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5480 -id: 134 -name: "D_CIDE TRAUMEREI" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1694688954 {#5478 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5479 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5481 …} -Children: Doctrine\ORM\PersistentCollection {#5484 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5487 -id: 135 -name: "Disney100" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1694688954 {#5485 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5486 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5488 …} -Children: Doctrine\ORM\PersistentCollection {#5491 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5494 -id: 136 -name: "東京リベンジャーズ" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1694688954 {#5492 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5493 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5495 …} -Children: Doctrine\ORM\PersistentCollection {#5498 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5501 -id: 137 -name: "ノーゲーム・ノーライフ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1694688954 {#5499 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5500 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5502 …} -Children: Doctrine\ORM\PersistentCollection {#5505 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5508 -id: 138 -name: "パズル&ドラゴンズ" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1694688954 {#5506 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5507 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5509 …} -Children: Doctrine\ORM\PersistentCollection {#5512 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5515 -id: 139 -name: "初音ミク -Project DIVA-" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1694688954 {#5513 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5514 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5516 …} -Children: Doctrine\ORM\PersistentCollection {#5519 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5522 -id: 140 -name: "PIXAR" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1694688954 {#5520 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5521 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5529 -id: 141 -name: "FAIRY TAIL" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1694688954 {#5527 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5528 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5530 …} -Children: Doctrine\ORM\PersistentCollection {#5533 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5536 -id: 142 -name: "Fate" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1694688954 {#5534 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5535 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5537 …} -Children: Doctrine\ORM\PersistentCollection {#5540 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5543 -id: 143 -name: "Fate/Apocrypha" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1694688954 {#5541 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5542 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5550 -id: 144 -name: "Fate/Grand Order(アニメ)" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1694688954 {#5548 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5549 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5551 …} -Children: Doctrine\ORM\PersistentCollection {#5554 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5557 -id: 145 -name: "ぷよぷよ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1694688954 {#5555 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5556 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5558 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5564 -id: 146 -name: "ブラック★ロックシューター" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1694688954 {#5562 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5563 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5565 …} -Children: Doctrine\ORM\PersistentCollection {#5568 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5571 -id: 147 -name: "プリズマ☆イリヤ" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1694688954 {#5569 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5570 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5572 …} -Children: Doctrine\ORM\PersistentCollection {#5575 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5578 -id: 148 -name: "プロジェクトセカイ カラフルステージ! feat. 初音ミク" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1694688954 {#5576 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5577 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5579 …} -Children: Doctrine\ORM\PersistentCollection {#5582 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5585 -id: 149 -name: "ペルソナ" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1694688954 {#5583 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5584 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5586 …} -Children: Doctrine\ORM\PersistentCollection {#5589 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5592 -id: 150 -name: "Marvel" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1694688954 {#5590 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5591 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5593 …} -Children: Doctrine\ORM\PersistentCollection {#5596 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5599 -id: 151 -name: "魔界戦記ディスガイア" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1694688954 {#5597 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5598 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5600 …} -Children: Doctrine\ORM\PersistentCollection {#5603 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5606 -id: 152 -name: "無職転生 ~異世界行ったら本気だす~" -hierarchy: 3 -sort_no: 16 -create_date: DateTime @1694688954 {#5604 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5605 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5607 …} -Children: Doctrine\ORM\PersistentCollection {#5610 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5613 -id: 153 -name: "MELTY BLOOD/空の境界" -hierarchy: 3 -sort_no: 15 -create_date: DateTime @1694688954 {#5611 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5612 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5614 …} -Children: Doctrine\ORM\PersistentCollection {#5617 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5620 -id: 154 -name: "〈物語〉シリーズ" -hierarchy: 3 -sort_no: 14 -create_date: DateTime @1694688954 {#5618 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5619 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5621 …} -Children: Doctrine\ORM\PersistentCollection {#5624 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5627 -id: 155 -name: "Re:ゼロから始める異世界生活" -hierarchy: 3 -sort_no: 13 -create_date: DateTime @1694688954 {#5625 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5626 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5628 …} -Children: Doctrine\ORM\PersistentCollection {#5631 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5634 -id: 156 -name: "ログ・ホライズン" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1694688954 {#5632 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5633 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5635 …} -Children: Doctrine\ORM\PersistentCollection {#5638 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5641 -id: 157 -name: "ロストディケイド" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1694688954 {#5639 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5640 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5642 …} -Children: Doctrine\ORM\PersistentCollection {#5645 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5648 -id: 158 -name: "ワールドトリガー" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1694688954 {#5646 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5647 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5649 …} -Children: Doctrine\ORM\PersistentCollection {#5652 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5655 -id: 159 -name: "プロモカード(シュヴァルツサイド)" -hierarchy: 3 -sort_no: 9 -create_date: DateTime @1694688954 {#5653 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5654 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5656 …} -Children: Doctrine\ORM\PersistentCollection {#5659 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5662 -id: 7 -name: "ポケモン" -hierarchy: 1 -sort_no: 451 -create_date: DateTime @1694688688 {#4644 date: 2023-09-14 19:51:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240460 {#4643 date: 2025-03-06 14:54:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5663 …} -Children: Doctrine\ORM\PersistentCollection {#5666 …} -Parent: Eccube\Entity\Category {#4301} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: "0213195449_65cb4a797fd47.png" } Eccube\Entity\Category {#5667 -id: 596 -name: "レアリティ" -hierarchy: 2 -sort_no: 450 -create_date: DateTime @1696942135 {#4536 date: 2023-10-10 21:48:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#4537 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5668 …} -Children: Doctrine\ORM\PersistentCollection {#5671 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5672 -id: 621 -name: "UR" -hierarchy: 3 -sort_no: 449 -create_date: DateTime @1696942667 {#5660 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5661 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5673 …} -Children: Doctrine\ORM\PersistentCollection {#5676 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5683 -id: 622 -name: "SAR" -hierarchy: 3 -sort_no: 156 -create_date: DateTime @1696942667 {#5681 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5682 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5684 …} -Children: Doctrine\ORM\PersistentCollection {#5687 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5690 -id: 623 -name: "SR" -hierarchy: 3 -sort_no: 155 -create_date: DateTime @1696942667 {#5688 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5689 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5691 …} -Children: Doctrine\ORM\PersistentCollection {#5694 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5697 -id: 624 -name: "AR" -hierarchy: 3 -sort_no: 154 -create_date: DateTime @1696942667 {#5695 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5696 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5698 …} -Children: Doctrine\ORM\PersistentCollection {#5701 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5704 -id: 625 -name: "RR" -hierarchy: 3 -sort_no: 153 -create_date: DateTime @1696942667 {#5702 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5703 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5705 …} -Children: Doctrine\ORM\PersistentCollection {#5708 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5711 -id: 626 -name: "R" -hierarchy: 3 -sort_no: 152 -create_date: DateTime @1696942667 {#5709 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5710 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5712 …} -Children: Doctrine\ORM\PersistentCollection {#5715 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5718 -id: 627 -name: "UC" -hierarchy: 3 -sort_no: 151 -create_date: DateTime @1696942667 {#5716 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5717 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5719 …} -Children: Doctrine\ORM\PersistentCollection {#5722 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5725 -id: 628 -name: "C" -hierarchy: 3 -sort_no: 150 -create_date: DateTime @1696942667 {#5723 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5724 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5726 …} -Children: Doctrine\ORM\PersistentCollection {#5729 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5732 -id: 629 -name: "TD" -hierarchy: 3 -sort_no: 149 -create_date: DateTime @1696942667 {#5730 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5731 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5733 …} -Children: Doctrine\ORM\PersistentCollection {#5736 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5739 -id: 630 -name: "ホロ" -hierarchy: 3 -sort_no: 148 -create_date: DateTime @1696942667 {#5737 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5738 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5740 …} -Children: Doctrine\ORM\PersistentCollection {#5743 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5744 -id: 663 -name: "新商品" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1717046573 {#5106 date: 2024-05-30 14:22:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5105 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5748 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5751 -id: 747 -name: "ダメージ商品 ポケモン" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1741240588 {#5749 date: 2025-03-06 14:56:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240897 {#5750 date: 2025-03-06 15:01:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5752 …} -Children: Doctrine\ORM\PersistentCollection {#5755 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5758 -id: 706 -name: "[SVOD] ダイゴのダンバル&メタグロスex" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1740201496 {#5756 date: 2025-02-22 14:18:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5757 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5759 …} -Children: Doctrine\ORM\PersistentCollection {#5762 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5765 -id: 705 -name: "[SV9] バトルパートナーズ" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1737708933 {#5763 date: 2025-01-24 17:55:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5764 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5766 …} -Children: Doctrine\ORM\PersistentCollection {#5769 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5772 -id: 704 -name: "[SV8a] テラスタルフェスex" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1733556985 {#5770 date: 2024-12-07 16:36:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5771 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5773 …} -Children: Doctrine\ORM\PersistentCollection {#5776 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5779 -id: 698 -name: "[SV8] 超電ブレイカー" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1729320738 {#5777 date: 2024-10-19 15:52:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5778 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5780 …} -Children: Doctrine\ORM\PersistentCollection {#5783 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5786 -id: 697 -name: "[SV7a] 楽園ドラゴーナ" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1726206102 {#5784 date: 2024-09-13 14:41:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5785 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5787 …} -Children: Doctrine\ORM\PersistentCollection {#5790 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5793 -id: 673 -name: "[SV7] ステラミラクル" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1721806116 {#5791 date: 2024-07-24 16:28:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5792 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5794 …} -Children: Doctrine\ORM\PersistentCollection {#5797 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5800 -id: 668 -name: "[SV6a] ナイトワンダラー" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1717738053 {#5798 date: 2024-06-07 14:27:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5799 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5801 …} -Children: Doctrine\ORM\PersistentCollection {#5804 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5807 -id: 655 -name: "[SV6] 変幻の仮面" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1717043767 {#5805 date: 2024-05-30 13:36:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5806 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5808 …} -Children: Doctrine\ORM\PersistentCollection {#5811 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5814 -id: 650 -name: "[SV5a] クリムゾンヘイズ" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1712556841 {#5812 date: 2024-04-08 15:14:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5813 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5815 …} -Children: Doctrine\ORM\PersistentCollection {#5818 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5821 -id: 656 -name: "[SV5K] ワイルドフォース" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1717043794 {#5819 date: 2024-05-30 13:36:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5820 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5822 …} -Children: Doctrine\ORM\PersistentCollection {#5825 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5828 -id: 657 -name: "[SV5M] サイバージャッジ" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1717043828 {#5826 date: 2024-05-30 13:37:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5827 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5829 …} -Children: Doctrine\ORM\PersistentCollection {#5832 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5835 -id: 665 -name: "[SV4a] シャイニートレジャーex" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1717238509 {#5833 date: 2024-06-01 19:41:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5834 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5836 …} -Children: Doctrine\ORM\PersistentCollection {#5839 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5842 -id: 658 -name: "[SV4K] 古代の咆哮" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1717043844 {#5840 date: 2024-05-30 13:37:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5841 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5843 …} -Children: Doctrine\ORM\PersistentCollection {#5846 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5849 -id: 659 -name: "[SV4M] 未来の一閃" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1717043857 {#5847 date: 2024-05-30 13:37:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5848 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5850 …} -Children: Doctrine\ORM\PersistentCollection {#5853 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5856 -id: 660 -name: "[SV3a] レイジングサーフ" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1717043872 {#5854 date: 2024-05-30 13:37:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5855 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5857 …} -Children: Doctrine\ORM\PersistentCollection {#5860 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5863 -id: 661 -name: "[SV3] 黒炎の支配者" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1717043886 {#5861 date: 2024-05-30 13:38:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5862 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5864 …} -Children: Doctrine\ORM\PersistentCollection {#5867 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5870 -id: 662 -name: "[SV2a] ポケモンカード151" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1717043904 {#5868 date: 2024-05-30 13:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5869 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5871 …} -Children: Doctrine\ORM\PersistentCollection {#5874 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5877 -id: 12 -name: "SV2D クレイバースト" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1694688954 {#5875 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5876 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5878 …} -Children: Doctrine\ORM\PersistentCollection {#5881 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5884 -id: 13 -name: "SV2P スノーハザード" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1694688954 {#5882 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5883 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5885 …} -Children: Doctrine\ORM\PersistentCollection {#5888 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5891 -id: 14 -name: "SV1A トリプレットビート" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1694688954 {#5889 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5890 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5892 …} -Children: Doctrine\ORM\PersistentCollection {#5895 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5898 -id: 15 -name: "SV1V バイオレットex" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1694688954 {#5896 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5897 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5899 …} -Children: Doctrine\ORM\PersistentCollection {#5902 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5905 -id: 16 -name: "SV1S スカーレットex" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1694688954 {#5903 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5904 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5906 …} -Children: Doctrine\ORM\PersistentCollection {#5909 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5912 -id: 11 -name: "PROMO プロモ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1694688954 {#5910 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5911 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5913 …} -Children: Doctrine\ORM\PersistentCollection {#5916 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5919 -id: 645 -name: "ポケモンおすすめ" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1706627829 {#5917 date: 2024-01-31 00:17:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5918 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5920 …} -Children: Doctrine\ORM\PersistentCollection {#5923 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5928 -id: 217 -name: "買い取り" -hierarchy: 2 -sort_no: 448 -create_date: DateTime @1695966514 {#5680 date: 2023-09-29 14:48:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#5679 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5929 …} -Children: Doctrine\ORM\PersistentCollection {#5932 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5933 -id: 219 -name: "ポケモン" -hierarchy: 2 -sort_no: 422 -create_date: DateTime @1695974903 {#5678 date: 2023-09-29 17:08:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708916557 {#5677 date: 2024-02-26 12:02:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5934 …} -Children: Doctrine\ORM\PersistentCollection {#5937 …} -Parent: Eccube\Entity\Category {#5928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: "0226120233_65dbff4915d20.png" } Eccube\Entity\Category {#5938 -id: 597 -name: "レアリティ" -hierarchy: 3 -sort_no: 421 -create_date: DateTime @1696942150 {#5924 date: 2023-10-10 21:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#5925 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5939 …} -Children: Doctrine\ORM\PersistentCollection {#5942 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5943 -id: 713 -name: "UR" -hierarchy: 4 -sort_no: 419 -create_date: DateTime @1740989596 {#5926 date: 2025-03-03 17:13:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5927 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5944 …} -Children: Doctrine\ORM\PersistentCollection {#5947 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5956 -id: 714 -name: "SAR" -hierarchy: 4 -sort_no: 418 -create_date: DateTime @1740989599 {#5954 date: 2025-03-03 17:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5955 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5957 …} -Children: Doctrine\ORM\PersistentCollection {#5960 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5963 -id: 715 -name: "SR" -hierarchy: 4 -sort_no: 417 -create_date: DateTime @1740989607 {#5961 date: 2025-03-03 17:13:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5962 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5964 …} -Children: Doctrine\ORM\PersistentCollection {#5967 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5970 -id: 716 -name: "AR" -hierarchy: 4 -sort_no: 416 -create_date: DateTime @1740989612 {#5968 date: 2025-03-03 17:13:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5969 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5971 …} -Children: Doctrine\ORM\PersistentCollection {#5974 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5977 -id: 717 -name: "RR" -hierarchy: 4 -sort_no: 415 -create_date: DateTime @1740989616 {#5975 date: 2025-03-03 17:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5976 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5978 …} -Children: Doctrine\ORM\PersistentCollection {#5981 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5984 -id: 718 -name: "R" -hierarchy: 4 -sort_no: 414 -create_date: DateTime @1740989626 {#5982 date: 2025-03-03 17:13:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5983 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5985 …} -Children: Doctrine\ORM\PersistentCollection {#5988 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5991 -id: 719 -name: "UC" -hierarchy: 4 -sort_no: 413 -create_date: DateTime @1740989636 {#5989 date: 2025-03-03 17:13:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5990 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5992 …} -Children: Doctrine\ORM\PersistentCollection {#5995 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5998 -id: 720 -name: "C" -hierarchy: 4 -sort_no: 412 -create_date: DateTime @1740990583 {#5996 date: 2025-03-03 17:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5997 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5999 …} -Children: Doctrine\ORM\PersistentCollection {#6002 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6005 -id: 721 -name: "TD" -hierarchy: 4 -sort_no: 411 -create_date: DateTime @1740990604 {#6003 date: 2025-03-03 17:30:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6004 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6006 …} -Children: Doctrine\ORM\PersistentCollection {#6009 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6012 -id: 722 -name: "ホロ" -hierarchy: 4 -sort_no: 410 -create_date: DateTime @1740990613 {#6010 date: 2025-03-03 17:30:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6011 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6013 …} -Children: Doctrine\ORM\PersistentCollection {#6016 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6017 -id: 222 -name: "PROMO プロモ" -hierarchy: 3 -sort_no: 420 -create_date: DateTime @1695981741 {#5949 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#5948 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6018 …} -Children: Doctrine\ORM\PersistentCollection {#6021 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6024 -id: 743 -name: "SV7a 楽園ドラゴーナ" -hierarchy: 3 -sort_no: 409 -create_date: DateTime @1741091161 {#6022 date: 2025-03-04 21:26:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6023 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6025 …} -Children: Doctrine\ORM\PersistentCollection {#6028 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6031 -id: 686 -name: "SV7 ステラミラクル" -hierarchy: 3 -sort_no: 408 -create_date: DateTime @1722247026 {#6029 date: 2024-07-29 18:57:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6030 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6032 …} -Children: Doctrine\ORM\PersistentCollection {#6035 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6038 -id: 685 -name: "SV6a ナイトワンダラー" -hierarchy: 3 -sort_no: 407 -create_date: DateTime @1722246995 {#6036 date: 2024-07-29 18:56:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6037 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6039 …} -Children: Doctrine\ORM\PersistentCollection {#6042 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6045 -id: 671 -name: "SV6 変幻の仮面" -hierarchy: 3 -sort_no: 406 -create_date: DateTime @1718259642 {#6043 date: 2024-06-13 15:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6044 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6046 …} -Children: Doctrine\ORM\PersistentCollection {#6049 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6052 -id: 684 -name: "SV5a クリムゾンヘイズ" -hierarchy: 3 -sort_no: 405 -create_date: DateTime @1722246604 {#6050 date: 2024-07-29 18:50:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6051 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6053 …} -Children: Doctrine\ORM\PersistentCollection {#6056 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6059 -id: 683 -name: "SV5K ワイルドフォース" -hierarchy: 3 -sort_no: 404 -create_date: DateTime @1722246552 {#6057 date: 2024-07-29 18:49:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6058 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6060 …} -Children: Doctrine\ORM\PersistentCollection {#6063 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6066 -id: 682 -name: "SV5M サイバージャッジ" -hierarchy: 3 -sort_no: 403 -create_date: DateTime @1722246464 {#6064 date: 2024-07-29 18:47:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6065 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6067 …} -Children: Doctrine\ORM\PersistentCollection {#6070 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6073 -id: 676 -name: "SV4a シャイニートレジャーex" -hierarchy: 3 -sort_no: 402 -create_date: DateTime @1722245675 {#6071 date: 2024-07-29 18:34:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6072 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6074 …} -Children: Doctrine\ORM\PersistentCollection {#6077 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6080 -id: 681 -name: "SV4K 古代の咆哮" -hierarchy: 3 -sort_no: 401 -create_date: DateTime @1722246371 {#6078 date: 2024-07-29 18:46:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6079 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6081 …} -Children: Doctrine\ORM\PersistentCollection {#6084 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6087 -id: 680 -name: "SV4M 未来の一閃" -hierarchy: 3 -sort_no: 400 -create_date: DateTime @1722246328 {#6085 date: 2024-07-29 18:45:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6086 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6088 …} -Children: Doctrine\ORM\PersistentCollection {#6091 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6094 -id: 679 -name: "SV3a レイジングサーフ" -hierarchy: 3 -sort_no: 399 -create_date: DateTime @1722246031 {#6092 date: 2024-07-29 18:40:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6093 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6095 …} -Children: Doctrine\ORM\PersistentCollection {#6098 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6101 -id: 678 -name: "SV3 黒炎の支配者" -hierarchy: 3 -sort_no: 398 -create_date: DateTime @1722245945 {#6099 date: 2024-07-29 18:39:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6100 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6102 …} -Children: Doctrine\ORM\PersistentCollection {#6105 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6108 -id: 677 -name: "SV2a ポケモンカード151" -hierarchy: 3 -sort_no: 397 -create_date: DateTime @1722245748 {#6106 date: 2024-07-29 18:35:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6107 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6109 …} -Children: Doctrine\ORM\PersistentCollection {#6112 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6115 -id: 223 -name: "SV2D クレイバースト" -hierarchy: 3 -sort_no: 396 -create_date: DateTime @1695981741 {#6113 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6114 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6116 …} -Children: Doctrine\ORM\PersistentCollection {#6119 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6122 -id: 224 -name: "SV2P スノーハザード" -hierarchy: 3 -sort_no: 395 -create_date: DateTime @1695981741 {#6120 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6121 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6123 …} -Children: Doctrine\ORM\PersistentCollection {#6126 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6129 -id: 225 -name: "SV1A トリプレットビート" -hierarchy: 3 -sort_no: 394 -create_date: DateTime @1695981741 {#6127 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6128 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6130 …} -Children: Doctrine\ORM\PersistentCollection {#6133 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6136 -id: 226 -name: "SV1V バイオレットex" -hierarchy: 3 -sort_no: 393 -create_date: DateTime @1695981741 {#6134 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6135 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6137 …} -Children: Doctrine\ORM\PersistentCollection {#6140 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6143 -id: 227 -name: "SV1S スカーレットex" -hierarchy: 3 -sort_no: 392 -create_date: DateTime @1695981741 {#6141 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6142 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6144 …} -Children: Doctrine\ORM\PersistentCollection {#6147 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6150 -id: 228 -name: "S12A VSTARユニバース" -hierarchy: 3 -sort_no: 391 -create_date: DateTime @1695981741 {#6148 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6149 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6151 …} -Children: Doctrine\ORM\PersistentCollection {#6154 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6157 -id: 229 -name: "S12 パラダイムトリガー" -hierarchy: 3 -sort_no: 390 -create_date: DateTime @1695981741 {#6155 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6156 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6158 …} -Children: Doctrine\ORM\PersistentCollection {#6161 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6164 -id: 230 -name: "S11A 白熱のアルカナ" -hierarchy: 3 -sort_no: 389 -create_date: DateTime @1695981741 {#6162 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6163 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6165 …} -Children: Doctrine\ORM\PersistentCollection {#6168 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6171 -id: 231 -name: "S11 ロストアビス" -hierarchy: 3 -sort_no: 388 -create_date: DateTime @1695981741 {#6169 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6170 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6172 …} -Children: Doctrine\ORM\PersistentCollection {#6175 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6178 -id: 232 -name: "S10B Pokemon GO" -hierarchy: 3 -sort_no: 387 -create_date: DateTime @1695981741 {#6176 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6177 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6179 …} -Children: Doctrine\ORM\PersistentCollection {#6182 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6185 -id: 233 -name: "S10A ダークファンタズム" -hierarchy: 3 -sort_no: 386 -create_date: DateTime @1695981741 {#6183 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6184 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6186 …} -Children: Doctrine\ORM\PersistentCollection {#6189 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6192 -id: 234 -name: "S10P スペースジャグラー" -hierarchy: 3 -sort_no: 385 -create_date: DateTime @1695981741 {#6190 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6191 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6193 …} -Children: Doctrine\ORM\PersistentCollection {#6196 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6199 -id: 235 -name: "S10D タイムゲイザー" -hierarchy: 3 -sort_no: 384 -create_date: DateTime @1695981741 {#6197 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6198 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6200 …} -Children: Doctrine\ORM\PersistentCollection {#6203 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6206 -id: 236 -name: "S9A バトルリージョン" -hierarchy: 3 -sort_no: 383 -create_date: DateTime @1695981741 {#6204 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6205 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6207 …} -Children: Doctrine\ORM\PersistentCollection {#6210 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6213 -id: 237 -name: "S9 スターバース" -hierarchy: 3 -sort_no: 382 -create_date: DateTime @1695981741 {#6211 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6212 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6214 …} -Children: Doctrine\ORM\PersistentCollection {#6217 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6220 -id: 238 -name: "S8B VMAXクライマックス" -hierarchy: 3 -sort_no: 381 -create_date: DateTime @1695981741 {#6218 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6219 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6221 …} -Children: Doctrine\ORM\PersistentCollection {#6224 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6227 -id: 239 -name: "S8A 25th ANNIVERSARY COLLECTION" -hierarchy: 3 -sort_no: 380 -create_date: DateTime @1695981741 {#6225 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6226 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6228 …} -Children: Doctrine\ORM\PersistentCollection {#6231 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6234 -id: 240 -name: "S8 フュージョンアーツ" -hierarchy: 3 -sort_no: 379 -create_date: DateTime @1695981741 {#6232 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6233 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6235 …} -Children: Doctrine\ORM\PersistentCollection {#6238 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6241 -id: 241 -name: "S7R 蒼空ストリーム" -hierarchy: 3 -sort_no: 378 -create_date: DateTime @1695981741 {#6239 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6240 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6242 …} -Children: Doctrine\ORM\PersistentCollection {#6245 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6248 -id: 242 -name: "S7D 摩天パーフェクト" -hierarchy: 3 -sort_no: 377 -create_date: DateTime @1695981741 {#6246 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6247 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6249 …} -Children: Doctrine\ORM\PersistentCollection {#6252 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6255 -id: 243 -name: "S6A イーブイヒーローズ" -hierarchy: 3 -sort_no: 376 -create_date: DateTime @1695981741 {#6253 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6254 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6256 …} -Children: Doctrine\ORM\PersistentCollection {#6259 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6262 -id: 244 -name: "S6K 漆黒のガイスト" -hierarchy: 3 -sort_no: 375 -create_date: DateTime @1695981741 {#6260 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6261 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6263 …} -Children: Doctrine\ORM\PersistentCollection {#6266 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6269 -id: 245 -name: "S6H 白銀のランス" -hierarchy: 3 -sort_no: 374 -create_date: DateTime @1695981741 {#6267 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6268 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6270 …} -Children: Doctrine\ORM\PersistentCollection {#6273 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6276 -id: 246 -name: "S5A 双璧のファイター" -hierarchy: 3 -sort_no: 373 -create_date: DateTime @1695981741 {#6274 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6275 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6277 …} -Children: Doctrine\ORM\PersistentCollection {#6280 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6283 -id: 247 -name: "S5R 連撃マスター" -hierarchy: 3 -sort_no: 372 -create_date: DateTime @1695981741 {#6281 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6282 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6284 …} -Children: Doctrine\ORM\PersistentCollection {#6287 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6290 -id: 248 -name: "S5I 一撃マスター" -hierarchy: 3 -sort_no: 371 -create_date: DateTime @1695981741 {#6288 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6289 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6291 …} -Children: Doctrine\ORM\PersistentCollection {#6294 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6297 -id: 249 -name: "S4A シャイニースターV" -hierarchy: 3 -sort_no: 370 -create_date: DateTime @1695981741 {#6295 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6296 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6298 …} -Children: Doctrine\ORM\PersistentCollection {#6301 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6304 -id: 250 -name: "S4 仰天のボルテッカー" -hierarchy: 3 -sort_no: 369 -create_date: DateTime @1695981741 {#6302 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6303 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6305 …} -Children: Doctrine\ORM\PersistentCollection {#6308 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6311 -id: 251 -name: "S3a 伝説の鼓動" -hierarchy: 3 -sort_no: 368 -create_date: DateTime @1695981741 {#6309 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6310 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6312 …} -Children: Doctrine\ORM\PersistentCollection {#6315 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6318 -id: 252 -name: "S3 ムゲンゾーン" -hierarchy: 3 -sort_no: 367 -create_date: DateTime @1695981741 {#6316 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6317 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6319 …} -Children: Doctrine\ORM\PersistentCollection {#6322 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6325 -id: 253 -name: "S2a 爆炎ウォーカー" -hierarchy: 3 -sort_no: 366 -create_date: DateTime @1695981741 {#6323 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6324 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6326 …} -Children: Doctrine\ORM\PersistentCollection {#6329 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6332 -id: 254 -name: "S2 反逆クラッシュ" -hierarchy: 3 -sort_no: 365 -create_date: DateTime @1695981741 {#6330 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6331 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6333 …} -Children: Doctrine\ORM\PersistentCollection {#6336 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6339 -id: 255 -name: "S1a VMAXライジング" -hierarchy: 3 -sort_no: 364 -create_date: DateTime @1695981741 {#6337 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6338 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6340 …} -Children: Doctrine\ORM\PersistentCollection {#6343 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6346 -id: 256 -name: "S1H シールド" -hierarchy: 3 -sort_no: 363 -create_date: DateTime @1695981741 {#6344 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6345 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6347 …} -Children: Doctrine\ORM\PersistentCollection {#6350 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6353 -id: 257 -name: "S1W ソード" -hierarchy: 3 -sort_no: 362 -create_date: DateTime @1695981741 {#6351 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6352 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6354 …} -Children: Doctrine\ORM\PersistentCollection {#6357 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6360 -id: 258 -name: "SM12a TAG TEAM GX タッグオールスターズ" -hierarchy: 3 -sort_no: 361 -create_date: DateTime @1695981741 {#6358 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6359 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6361 …} -Children: Doctrine\ORM\PersistentCollection {#6364 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6367 -id: 259 -name: "SM12 オルタージェネシス" -hierarchy: 3 -sort_no: 360 -create_date: DateTime @1695981741 {#6365 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6366 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6368 …} -Children: Doctrine\ORM\PersistentCollection {#6371 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6374 -id: 260 -name: "SM11b ドリームリーグ" -hierarchy: 3 -sort_no: 359 -create_date: DateTime @1695981741 {#6372 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6373 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6375 …} -Children: Doctrine\ORM\PersistentCollection {#6378 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6381 -id: 261 -name: "SM11a リミックスバウト" -hierarchy: 3 -sort_no: 358 -create_date: DateTime @1695981741 {#6379 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6380 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6382 …} -Children: Doctrine\ORM\PersistentCollection {#6385 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6388 -id: 262 -name: "SM11 ミラクルツイン" -hierarchy: 3 -sort_no: 357 -create_date: DateTime @1695981741 {#6386 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6387 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6389 …} -Children: Doctrine\ORM\PersistentCollection {#6392 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6395 -id: 263 -name: "SM10b スカイレジェンド" -hierarchy: 3 -sort_no: 356 -create_date: DateTime @1695981741 {#6393 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6394 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6396 …} -Children: Doctrine\ORM\PersistentCollection {#6399 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6402 -id: 264 -name: "SM10a ジージーエンド" -hierarchy: 3 -sort_no: 355 -create_date: DateTime @1695981741 {#6400 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6401 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6403 …} -Children: Doctrine\ORM\PersistentCollection {#6406 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6409 -id: 265 -name: "SMP2 名探偵ピカチュウ" -hierarchy: 3 -sort_no: 354 -create_date: DateTime @1695981741 {#6407 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6408 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6410 …} -Children: Doctrine\ORM\PersistentCollection {#6413 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6416 -id: 266 -name: "SM10 ダブルブレイズ" -hierarchy: 3 -sort_no: 353 -create_date: DateTime @1695981741 {#6414 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6415 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6417 …} -Children: Doctrine\ORM\PersistentCollection {#6420 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6423 -id: 267 -name: "SM9b フルメタルウォール" -hierarchy: 3 -sort_no: 352 -create_date: DateTime @1695981741 {#6421 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6422 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6424 …} -Children: Doctrine\ORM\PersistentCollection {#6427 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6430 -id: 268 -name: "SM9a ナイトユニゾン" -hierarchy: 3 -sort_no: 351 -create_date: DateTime @1695981741 {#6428 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6429 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6431 …} -Children: Doctrine\ORM\PersistentCollection {#6434 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6437 -id: 269 -name: "SM9 タッグボルト" -hierarchy: 3 -sort_no: 350 -create_date: DateTime @1695981741 {#6435 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6436 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6438 …} -Children: Doctrine\ORM\PersistentCollection {#6441 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6444 -id: 270 -name: "SM8b GXウルトラシャイニー" -hierarchy: 3 -sort_no: 349 -create_date: DateTime @1695981741 {#6442 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6443 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6445 …} -Children: Doctrine\ORM\PersistentCollection {#6448 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6451 -id: 271 -name: "SM8a ダークオーダー" -hierarchy: 3 -sort_no: 348 -create_date: DateTime @1695981741 {#6449 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6450 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6452 …} -Children: Doctrine\ORM\PersistentCollection {#6455 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6458 -id: 272 -name: "SM8 超爆インパクト" -hierarchy: 3 -sort_no: 347 -create_date: DateTime @1695981741 {#6456 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6457 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6459 …} -Children: Doctrine\ORM\PersistentCollection {#6462 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6465 -id: 273 -name: "SM7b フェアリーライズ" -hierarchy: 3 -sort_no: 346 -create_date: DateTime @1695981741 {#6463 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6464 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6466 …} -Children: Doctrine\ORM\PersistentCollection {#6469 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6472 -id: 274 -name: "SM7a迅雷スパーク" -hierarchy: 3 -sort_no: 345 -create_date: DateTime @1695981741 {#6470 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6471 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6473 …} -Children: Doctrine\ORM\PersistentCollection {#6476 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6479 -id: 275 -name: "SM7 裂空のカリスマ" -hierarchy: 3 -sort_no: 344 -create_date: DateTime @1695981741 {#6477 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6478 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6480 …} -Children: Doctrine\ORM\PersistentCollection {#6483 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6486 -id: 276 -name: "SM6b チャンピオンロード" -hierarchy: 3 -sort_no: 343 -create_date: DateTime @1695981741 {#6484 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6485 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6487 …} -Children: Doctrine\ORM\PersistentCollection {#6490 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6493 -id: 277 -name: "SM6a ドラゴンストーム" -hierarchy: 3 -sort_no: 342 -create_date: DateTime @1695981741 {#6491 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6492 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6494 …} -Children: Doctrine\ORM\PersistentCollection {#6497 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6500 -id: 278 -name: "SM6 禁断の光" -hierarchy: 3 -sort_no: 341 -create_date: DateTime @1695981741 {#6498 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6499 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6501 …} -Children: Doctrine\ORM\PersistentCollection {#6504 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6507 -id: 279 -name: "SM5+ ウルトラフォース" -hierarchy: 3 -sort_no: 340 -create_date: DateTime @1695981741 {#6505 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6506 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6508 …} -Children: Doctrine\ORM\PersistentCollection {#6511 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6514 -id: 280 -name: "SM5mウルトラサン" -hierarchy: 3 -sort_no: 339 -create_date: DateTime @1695981741 {#6512 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6513 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6515 …} -Children: Doctrine\ORM\PersistentCollection {#6518 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6521 -id: 281 -name: "SM5sウルトラムーン" -hierarchy: 3 -sort_no: 338 -create_date: DateTime @1695981741 {#6519 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6520 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6522 …} -Children: Doctrine\ORM\PersistentCollection {#6525 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6528 -id: 282 -name: "SM4+ GXバトルブースト" -hierarchy: 3 -sort_no: 337 -create_date: DateTime @1695981741 {#6526 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6527 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6529 …} -Children: Doctrine\ORM\PersistentCollection {#6532 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6535 -id: 283 -name: "SM4s 覚醒の勇者" -hierarchy: 3 -sort_no: 336 -create_date: DateTime @1695981741 {#6533 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6534 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6536 …} -Children: Doctrine\ORM\PersistentCollection {#6539 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6542 -id: 284 -name: "SM4a 超次元の暴獣" -hierarchy: 3 -sort_no: 335 -create_date: DateTime @1695981741 {#6540 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6541 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6543 …} -Children: Doctrine\ORM\PersistentCollection {#6546 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6549 -id: 285 -name: "SM3+ ひかる伝説" -hierarchy: 3 -sort_no: 334 -create_date: DateTime @1695981741 {#6547 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6548 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6550 …} -Children: Doctrine\ORM\PersistentCollection {#6553 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6556 -id: 286 -name: "SM3h 闘う虹を見たか" -hierarchy: 3 -sort_no: 333 -create_date: DateTime @1695981741 {#6554 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6555 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6557 …} -Children: Doctrine\ORM\PersistentCollection {#6560 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6563 -id: 287 -name: "SM3n 光を喰らう闇" -hierarchy: 3 -sort_no: 332 -create_date: DateTime @1695981741 {#6561 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6562 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6564 …} -Children: Doctrine\ORM\PersistentCollection {#6567 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6570 -id: 288 -name: "SM2+ 新たなる試練の向こう" -hierarchy: 3 -sort_no: 331 -create_date: DateTime @1695981741 {#6568 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6569 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6571 …} -Children: Doctrine\ORM\PersistentCollection {#6574 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6577 -id: 289 -name: "SM2k キミを待つ島々" -hierarchy: 3 -sort_no: 330 -create_date: DateTime @1695981741 {#6575 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6576 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6578 …} -Children: Doctrine\ORM\PersistentCollection {#6581 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6584 -id: 290 -name: "SM2L アローラの月光" -hierarchy: 3 -sort_no: 329 -create_date: DateTime @1695981741 {#6582 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6583 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6585 …} -Children: Doctrine\ORM\PersistentCollection {#6588 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6591 -id: 291 -name: "SM1+ サン&ムーン" -hierarchy: 3 -sort_no: 328 -create_date: DateTime @1695981741 {#6589 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6590 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6592 …} -Children: Doctrine\ORM\PersistentCollection {#6595 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6598 -id: 292 -name: "SM1s コレクション サン" -hierarchy: 3 -sort_no: 327 -create_date: DateTime @1695981741 {#6596 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6597 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6599 …} -Children: Doctrine\ORM\PersistentCollection {#6602 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6605 -id: 293 -name: "SM1m コレクション ムーン" -hierarchy: 3 -sort_no: 326 -create_date: DateTime @1695981741 {#6603 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6604 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6606 …} -Children: Doctrine\ORM\PersistentCollection {#6609 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6614 -id: 218 -name: "ヴァイスシュヴァルツ" -hierarchy: 2 -sort_no: 325 -create_date: DateTime @1695974896 {#5952 date: 2023-09-29 17:08:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708916568 {#5953 date: 2024-02-26 12:02:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6615 …} -Children: Doctrine\ORM\PersistentCollection {#6618 …} -Parent: Eccube\Entity\Category {#5928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: "0226120246_65dbff56df4a3.png" } Eccube\Entity\Category {#6619 -id: 731 -name: "レアリティ" -hierarchy: 3 -sort_no: 324 -create_date: DateTime @1740991321 {#6610 date: 2025-03-03 17:42:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991321 {#6611 date: 2025-03-03 17:42:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6620 …} -Children: Doctrine\ORM\PersistentCollection {#6623 …} -Parent: Eccube\Entity\Category {#6614} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6624 -id: 732 -name: "SSP" -hierarchy: 4 -sort_no: 323 -create_date: DateTime @1740991716 {#6612 date: 2025-03-03 17:48:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6613 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6625 …} -Children: Doctrine\ORM\PersistentCollection {#6628 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6635 -id: 733 -name: "SP" -hierarchy: 4 -sort_no: 322 -create_date: DateTime @1740991726 {#6633 date: 2025-03-03 17:48:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6634 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6636 …} -Children: Doctrine\ORM\PersistentCollection {#6639 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6642 -id: 734 -name: "RRR" -hierarchy: 4 -sort_no: 321 -create_date: DateTime @1740991737 {#6640 date: 2025-03-03 17:48:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6641 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6643 …} -Children: Doctrine\ORM\PersistentCollection {#6646 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6649 -id: 735 -name: "SR" -hierarchy: 4 -sort_no: 320 -create_date: DateTime @1740991747 {#6647 date: 2025-03-03 17:49:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6648 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6650 …} -Children: Doctrine\ORM\PersistentCollection {#6653 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6656 -id: 736 -name: "RR" -hierarchy: 4 -sort_no: 319 -create_date: DateTime @1740991756 {#6654 date: 2025-03-03 17:49:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6655 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6657 …} -Children: Doctrine\ORM\PersistentCollection {#6660 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6663 -id: 737 -name: "R" -hierarchy: 4 -sort_no: 318 -create_date: DateTime @1740991765 {#6661 date: 2025-03-03 17:49:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6662 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6664 …} -Children: Doctrine\ORM\PersistentCollection {#6667 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6670 -id: 738 -name: "UC" -hierarchy: 4 -sort_no: 317 -create_date: DateTime @1740991777 {#6668 date: 2025-03-03 17:49:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6669 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6671 …} -Children: Doctrine\ORM\PersistentCollection {#6674 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6677 -id: 739 -name: "C" -hierarchy: 4 -sort_no: 316 -create_date: DateTime @1740991787 {#6675 date: 2025-03-03 17:49:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6676 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6678 …} -Children: Doctrine\ORM\PersistentCollection {#6681 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6684 -id: 740 -name: "PR" -hierarchy: 4 -sort_no: 315 -create_date: DateTime @1740991816 {#6682 date: 2025-03-03 17:50:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6683 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6685 …} -Children: Doctrine\ORM\PersistentCollection {#6688 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6691 -id: 741 -name: "TD" -hierarchy: 4 -sort_no: 314 -create_date: DateTime @1740991826 {#6689 date: 2025-03-03 17:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6690 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6692 …} -Children: Doctrine\ORM\PersistentCollection {#6695 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6698 -id: 742 -name: "ホロ" -hierarchy: 4 -sort_no: 313 -create_date: DateTime @1740991838 {#6696 date: 2025-03-03 17:50:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6697 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6699 …} -Children: Doctrine\ORM\PersistentCollection {#6702 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6705 -id: 221 -name: "シュヴァルツサイド" -hierarchy: 3 -sort_no: 312 -create_date: DateTime @1695979650 {#6631 date: 2023-09-29 18:27:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695979650 {#6632 date: 2023-09-29 18:27:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6706 …} -Children: Doctrine\ORM\PersistentCollection {#6709 …} -Parent: Eccube\Entity\Category {#6614} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6710 -id: 351 -name: "アイドルマスター" -hierarchy: 4 -sort_no: 311 -create_date: DateTime @1695985580 {#6703 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6704 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6711 …} -Children: Doctrine\ORM\PersistentCollection {#6714 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6719 -id: 352 -name: "アイドルマスター シャイニーカラーズ" -hierarchy: 4 -sort_no: 310 -create_date: DateTime @1695985580 {#6717 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6718 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6720 …} -Children: Doctrine\ORM\PersistentCollection {#6723 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6726 -id: 353 -name: "アイドルマスター ミリオンライブ!" -hierarchy: 4 -sort_no: 309 -create_date: DateTime @1695985580 {#6724 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6725 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6727 …} -Children: Doctrine\ORM\PersistentCollection {#6730 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6733 -id: 354 -name: "アクセル・ワールド" -hierarchy: 4 -sort_no: 308 -create_date: DateTime @1695985580 {#6731 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6732 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6734 …} -Children: Doctrine\ORM\PersistentCollection {#6737 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6740 -id: 355 -name: "アサルトリリィ" -hierarchy: 4 -sort_no: 307 -create_date: DateTime @1695985580 {#6738 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6739 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6741 …} -Children: Doctrine\ORM\PersistentCollection {#6744 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6747 -id: 356 -name: "アズールレーン" -hierarchy: 4 -sort_no: 306 -create_date: DateTime @1695985580 {#6745 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6746 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6748 …} -Children: Doctrine\ORM\PersistentCollection {#6751 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6754 -id: 357 -name: "ありふれた職業で世界最強" -hierarchy: 4 -sort_no: 305 -create_date: DateTime @1695985580 {#6752 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6753 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6755 …} -Children: Doctrine\ORM\PersistentCollection {#6758 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6761 -id: 358 -name: "痛いのは嫌なので防御力に極振りしたいと思います。" -hierarchy: 4 -sort_no: 304 -create_date: DateTime @1695985580 {#6759 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6760 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6762 …} -Children: Doctrine\ORM\PersistentCollection {#6765 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6768 -id: 359 -name: "うーさーのその日暮らし" -hierarchy: 4 -sort_no: 303 -create_date: DateTime @1695985580 {#6766 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6767 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6769 …} -Children: Doctrine\ORM\PersistentCollection {#6772 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6775 -id: 360 -name: "ヱヴァンゲリヲン新劇場版" -hierarchy: 4 -sort_no: 302 -create_date: DateTime @1695985580 {#6773 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6774 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6776 …} -Children: Doctrine\ORM\PersistentCollection {#6779 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6782 -id: 361 -name: "おそ松さん" -hierarchy: 4 -sort_no: 301 -create_date: DateTime @1695985580 {#6780 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6781 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6783 …} -Children: Doctrine\ORM\PersistentCollection {#6786 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6789 -id: 362 -name: "オーバーロード" -hierarchy: 4 -sort_no: 300 -create_date: DateTime @1695985580 {#6787 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6788 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6790 …} -Children: Doctrine\ORM\PersistentCollection {#6793 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6796 -id: 363 -name: "かぐや様は告らせたい~天才たちの恋愛頭脳戦~" -hierarchy: 4 -sort_no: 299 -create_date: DateTime @1695985580 {#6794 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6795 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6797 …} -Children: Doctrine\ORM\PersistentCollection {#6800 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6803 -id: 364 -name: "刀語" -hierarchy: 4 -sort_no: 298 -create_date: DateTime @1695985580 {#6801 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6802 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6804 …} -Children: Doctrine\ORM\PersistentCollection {#6807 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6810 -id: 365 -name: "CANAAN" -hierarchy: 4 -sort_no: 297 -create_date: DateTime @1695985580 {#6808 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6809 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6811 …} -Children: Doctrine\ORM\PersistentCollection {#6814 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6817 -id: 366 -name: "艦隊これくしょん -艦これ-" -hierarchy: 4 -sort_no: 296 -create_date: DateTime @1695985580 {#6815 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6816 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6818 …} -Children: Doctrine\ORM\PersistentCollection {#6821 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6824 -id: 367 -name: "超爆裂異次元メンコバトル ギガントシューター つかさ" -hierarchy: 4 -sort_no: 295 -create_date: DateTime @1695985580 {#6822 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6823 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6825 …} -Children: Doctrine\ORM\PersistentCollection {#6828 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6831 -id: 368 -name: "キズナイーバー" -hierarchy: 4 -sort_no: 294 -create_date: DateTime @1695985580 {#6829 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6830 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6832 …} -Children: Doctrine\ORM\PersistentCollection {#6835 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6838 -id: 369 -name: "境界のRINNE" -hierarchy: 4 -sort_no: 293 -create_date: DateTime @1695985580 {#6836 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6837 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6839 …} -Children: Doctrine\ORM\PersistentCollection {#6842 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6845 -id: 370 -name: "ギルティクラウン" -hierarchy: 4 -sort_no: 292 -create_date: DateTime @1695985580 {#6843 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6844 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6846 …} -Children: Doctrine\ORM\PersistentCollection {#6849 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6852 -id: 371 -name: "キルラキル" -hierarchy: 4 -sort_no: 291 -create_date: DateTime @1695985580 {#6850 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6851 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6853 …} -Children: Doctrine\ORM\PersistentCollection {#6856 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6859 -id: 372 -name: "グリザイアの果実" -hierarchy: 4 -sort_no: 290 -create_date: DateTime @1695985580 {#6857 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6858 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6860 …} -Children: Doctrine\ORM\PersistentCollection {#6863 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6866 -id: 373 -name: "クレヨンしんちゃん" -hierarchy: 4 -sort_no: 289 -create_date: DateTime @1695985580 {#6864 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6865 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6867 …} -Children: Doctrine\ORM\PersistentCollection {#6870 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6873 -id: 374 -name: "劇場版マクロスF" -hierarchy: 4 -sort_no: 288 -create_date: DateTime @1695985580 {#6871 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6872 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6874 …} -Children: Doctrine\ORM\PersistentCollection {#6877 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6880 -id: 375 -name: "アニメーション映画『GODZILLA』" -hierarchy: 4 -sort_no: 287 -create_date: DateTime @1695985580 {#6878 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6879 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6881 …} -Children: Doctrine\ORM\PersistentCollection {#6884 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6887 -id: 376 -name: "ゴブリンスレイヤー" -hierarchy: 4 -sort_no: 286 -create_date: DateTime @1695985580 {#6885 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6886 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6888 …} -Children: Doctrine\ORM\PersistentCollection {#6891 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6894 -id: 377 -name: "PSYCHO-PASS サイコパス" -hierarchy: 4 -sort_no: 285 -create_date: DateTime @1695985580 {#6892 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6893 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6895 …} -Children: Doctrine\ORM\PersistentCollection {#6898 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6901 -id: 378 -name: "THE KING OF FIGHTERS" -hierarchy: 4 -sort_no: 284 -create_date: DateTime @1695985580 {#6899 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6900 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6902 …} -Children: Doctrine\ORM\PersistentCollection {#6905 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6908 -id: 379 -name: "シャイニングシリーズ" -hierarchy: 4 -sort_no: 283 -create_date: DateTime @1695985580 {#6906 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6907 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6909 …} -Children: Doctrine\ORM\PersistentCollection {#6912 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6915 -id: 380 -name: "STEINS;GATE" -hierarchy: 4 -sort_no: 282 -create_date: DateTime @1695985580 {#6913 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6914 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6916 …} -Children: Doctrine\ORM\PersistentCollection {#6919 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6922 -id: 381 -name: "STEINS;GATE[ブースター]" -hierarchy: 4 -sort_no: 281 -create_date: DateTime @1695985580 {#6920 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6921 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6923 …} -Children: Doctrine\ORM\PersistentCollection {#6926 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6929 -id: 382 -name: "STEINS;GATE[TD+]" -hierarchy: 4 -sort_no: 280 -create_date: DateTime @1695985580 {#6927 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6928 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6930 …} -Children: Doctrine\ORM\PersistentCollection {#6933 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6936 -id: 383 -name: "少女☆歌劇 レヴュースタァライト" -hierarchy: 4 -sort_no: 279 -create_date: DateTime @1695985580 {#6934 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6935 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6937 …} -Children: Doctrine\ORM\PersistentCollection {#6940 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6943 -id: 384 -name: "ジョジョの奇妙な冒険" -hierarchy: 4 -sort_no: 278 -create_date: DateTime @1695985580 {#6941 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6942 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6944 …} -Children: Doctrine\ORM\PersistentCollection {#6947 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6950 -id: 385 -name: "進撃の巨人" -hierarchy: 4 -sort_no: 277 -create_date: DateTime @1695985580 {#6948 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6949 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6951 …} -Children: Doctrine\ORM\PersistentCollection {#6954 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6957 -id: 386 -name: "新サクラ大戦" -hierarchy: 4 -sort_no: 276 -create_date: DateTime @1695985580 {#6955 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6956 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6958 …} -Children: Doctrine\ORM\PersistentCollection {#6961 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6964 -id: 387 -name: "翠星のガルガンティア" -hierarchy: 4 -sort_no: 275 -create_date: DateTime @1695985580 {#6962 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6963 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6965 …} -Children: Doctrine\ORM\PersistentCollection {#6968 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6971 -id: 388 -name: "スクールガールストライカーズ" -hierarchy: 4 -sort_no: 274 -create_date: DateTime @1695985580 {#6969 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6970 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6972 …} -Children: Doctrine\ORM\PersistentCollection {#6975 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6978 -id: 389 -name: "STAR WARS" -hierarchy: 4 -sort_no: 273 -create_date: DateTime @1695985580 {#6976 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6977 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6979 …} -Children: Doctrine\ORM\PersistentCollection {#6982 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6985 -id: 390 -name: "戦国BASARA" -hierarchy: 4 -sort_no: 272 -create_date: DateTime @1695985580 {#6983 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6984 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6986 …} -Children: Doctrine\ORM\PersistentCollection {#6989 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6992 -id: 391 -name: "ソードアート・オンライン" -hierarchy: 4 -sort_no: 271 -create_date: DateTime @1695985580 {#6990 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6991 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6993 …} -Children: Doctrine\ORM\PersistentCollection {#6996 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6999 -id: 392 -name: "ソードアート・オンライン オルタナティブ ガンゲイル・オンライン" -hierarchy: 4 -sort_no: 270 -create_date: DateTime @1695985580 {#6997 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6998 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7000 …} -Children: Doctrine\ORM\PersistentCollection {#7003 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7006 -id: 393 -name: "ダーリン・イン・ザ・フランキス" -hierarchy: 4 -sort_no: 269 -create_date: DateTime @1695985580 {#7004 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7005 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7007 …} -Children: Doctrine\ORM\PersistentCollection {#7010 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7013 -id: 394 -name: "ダンジョンに出会いを求めるのは間違っているだろうか" -hierarchy: 4 -sort_no: 268 -create_date: DateTime @1695985580 {#7011 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7012 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7014 …} -Children: Doctrine\ORM\PersistentCollection {#7017 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7020 -id: 395 -name: "探偵オペラ ミルキィホームズ" -hierarchy: 4 -sort_no: 267 -create_date: DateTime @1695985580 {#7018 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7019 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7021 …} -Children: Doctrine\ORM\PersistentCollection {#7024 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7027 -id: 396 -name: "チェインクロニクル ~ヘクセイタスの閃~" -hierarchy: 4 -sort_no: 266 -create_date: DateTime @1695985580 {#7025 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7026 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7028 …} -Children: Doctrine\ORM\PersistentCollection {#7031 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7034 -id: 397 -name: "チェンソーマン" -hierarchy: 4 -sort_no: 265 -create_date: DateTime @1695985580 {#7032 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7033 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7035 …} -Children: Doctrine\ORM\PersistentCollection {#7038 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7041 -id: 398 -name: "TVアニメ「デビルサバイバー2」" -hierarchy: 4 -sort_no: 264 -create_date: DateTime @1695985580 {#7039 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7040 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7042 …} -Children: Doctrine\ORM\PersistentCollection {#7045 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7048 -id: 399 -name: "テラフォーマーズ" -hierarchy: 4 -sort_no: 263 -create_date: DateTime @1695985580 {#7046 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7047 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7049 …} -Children: Doctrine\ORM\PersistentCollection {#7052 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7055 -id: 400 -name: "天元突破グレンラガン" -hierarchy: 4 -sort_no: 262 -create_date: DateTime @1695985580 {#7053 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7054 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7056 …} -Children: Doctrine\ORM\PersistentCollection {#7059 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7062 -id: 401 -name: "転生したらスライムだった件" -hierarchy: 4 -sort_no: 261 -create_date: DateTime @1695985580 {#7060 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7061 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7063 …} -Children: Doctrine\ORM\PersistentCollection {#7066 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7069 -id: 402 -name: "D_CIDE TRAUMEREI" -hierarchy: 4 -sort_no: 260 -create_date: DateTime @1695985580 {#7067 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7068 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7070 …} -Children: Doctrine\ORM\PersistentCollection {#7073 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7076 -id: 403 -name: "Disney100" -hierarchy: 4 -sort_no: 259 -create_date: DateTime @1695985580 {#7074 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7075 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7077 …} -Children: Doctrine\ORM\PersistentCollection {#7080 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7083 -id: 404 -name: "東京リベンジャーズ" -hierarchy: 4 -sort_no: 258 -create_date: DateTime @1695985580 {#7081 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7082 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7084 …} -Children: Doctrine\ORM\PersistentCollection {#7087 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7090 -id: 405 -name: "ノーゲーム・ノーライフ" -hierarchy: 4 -sort_no: 257 -create_date: DateTime @1695985580 {#7088 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7089 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7091 …} -Children: Doctrine\ORM\PersistentCollection {#7094 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7097 -id: 406 -name: "パズル&ドラゴンズ" -hierarchy: 4 -sort_no: 256 -create_date: DateTime @1695985580 {#7095 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7096 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7098 …} -Children: Doctrine\ORM\PersistentCollection {#7101 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7104 -id: 407 -name: "初音ミク -Project DIVA-" -hierarchy: 4 -sort_no: 255 -create_date: DateTime @1695985580 {#7102 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7103 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7105 …} -Children: Doctrine\ORM\PersistentCollection {#7108 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7111 -id: 408 -name: "PIXAR" -hierarchy: 4 -sort_no: 254 -create_date: DateTime @1695985580 {#7109 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7110 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7112 …} -Children: Doctrine\ORM\PersistentCollection {#7115 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7118 -id: 409 -name: "FAIRY TAIL" -hierarchy: 4 -sort_no: 253 -create_date: DateTime @1695985580 {#7116 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7117 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7119 …} -Children: Doctrine\ORM\PersistentCollection {#7122 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7125 -id: 410 -name: "Fate" -hierarchy: 4 -sort_no: 252 -create_date: DateTime @1695985580 {#7123 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7124 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7126 …} -Children: Doctrine\ORM\PersistentCollection {#7129 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7132 -id: 411 -name: "Fate/Apocrypha" -hierarchy: 4 -sort_no: 251 -create_date: DateTime @1695985580 {#7130 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7131 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7133 …} -Children: Doctrine\ORM\PersistentCollection {#7136 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7139 -id: 412 -name: "Fate/Grand Order(アニメ)" -hierarchy: 4 -sort_no: 250 -create_date: DateTime @1695985580 {#7137 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7138 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7140 …} -Children: Doctrine\ORM\PersistentCollection {#7143 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7146 -id: 413 -name: "ぷよぷよ" -hierarchy: 4 -sort_no: 249 -create_date: DateTime @1695985580 {#7144 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7145 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7147 …} -Children: Doctrine\ORM\PersistentCollection {#7150 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7153 -id: 414 -name: "ブラック★ロックシューター" -hierarchy: 4 -sort_no: 248 -create_date: DateTime @1695985580 {#7151 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7152 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7154 …} -Children: Doctrine\ORM\PersistentCollection {#7157 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7160 -id: 415 -name: "プリズマ☆イリヤ" -hierarchy: 4 -sort_no: 247 -create_date: DateTime @1695985580 {#7158 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7159 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7161 …} -Children: Doctrine\ORM\PersistentCollection {#7164 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7167 -id: 416 -name: "プロジェクトセカイ カラフルステージ! feat. 初音ミク" -hierarchy: 4 -sort_no: 246 -create_date: DateTime @1695985580 {#7165 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7166 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7168 …} -Children: Doctrine\ORM\PersistentCollection {#7171 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7174 -id: 417 -name: "ペルソナ" -hierarchy: 4 -sort_no: 245 -create_date: DateTime @1695985580 {#7172 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7173 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7175 …} -Children: Doctrine\ORM\PersistentCollection {#7178 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7181 -id: 418 -name: "Marvel" -hierarchy: 4 -sort_no: 244 -create_date: DateTime @1695985580 {#7179 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7180 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7182 …} -Children: Doctrine\ORM\PersistentCollection {#7185 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7188 -id: 419 -name: "魔界戦記ディスガイア" -hierarchy: 4 -sort_no: 243 -create_date: DateTime @1695985580 {#7186 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7187 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7189 …} -Children: Doctrine\ORM\PersistentCollection {#7192 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7195 -id: 420 -name: "無職転生 ~異世界行ったら本気だす~" -hierarchy: 4 -sort_no: 242 -create_date: DateTime @1695985580 {#7193 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7194 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7196 …} -Children: Doctrine\ORM\PersistentCollection {#7199 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7202 -id: 421 -name: "MELTY BLOOD/空の境界" -hierarchy: 4 -sort_no: 241 -create_date: DateTime @1695985580 {#7200 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7201 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7203 …} -Children: Doctrine\ORM\PersistentCollection {#7206 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7209 -id: 422 -name: "〈物語〉シリーズ" -hierarchy: 4 -sort_no: 240 -create_date: DateTime @1695985580 {#7207 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7208 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7210 …} -Children: Doctrine\ORM\PersistentCollection {#7213 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7216 -id: 423 -name: "Re:ゼロから始める異世界生活" -hierarchy: 4 -sort_no: 239 -create_date: DateTime @1695985580 {#7214 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7215 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7217 …} -Children: Doctrine\ORM\PersistentCollection {#7220 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7223 -id: 424 -name: "ログ・ホライズン" -hierarchy: 4 -sort_no: 238 -create_date: DateTime @1695985580 {#7221 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7222 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7224 …} -Children: Doctrine\ORM\PersistentCollection {#7227 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7230 -id: 425 -name: "ロストディケイド" -hierarchy: 4 -sort_no: 237 -create_date: DateTime @1695985580 {#7228 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7229 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7231 …} -Children: Doctrine\ORM\PersistentCollection {#7234 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7237 -id: 426 -name: "ワールドトリガー" -hierarchy: 4 -sort_no: 236 -create_date: DateTime @1695985580 {#7235 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7236 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7238 …} -Children: Doctrine\ORM\PersistentCollection {#7241 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7244 -id: 427 -name: "プロモカード(シュヴァルツサイド)" -hierarchy: 4 -sort_no: 235 -create_date: DateTime @1695985580 {#7242 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7243 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7245 …} -Children: Doctrine\ORM\PersistentCollection {#7248 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7251 -id: 220 -name: "ヴァイスサイド" -hierarchy: 3 -sort_no: 234 -create_date: DateTime @1695979641 {#6715 date: 2023-09-29 18:27:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695979641 {#6716 date: 2023-09-29 18:27:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7252 …} -Children: Doctrine\ORM\PersistentCollection {#7255 …} -Parent: Eccube\Entity\Category {#6614} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7256 -id: 294 -name: "アイドルマスター シンデレラガールズ" -hierarchy: 4 -sort_no: 233 -create_date: DateTime @1695985527 {#7249 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7250 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7257 …} -Children: Doctrine\ORM\PersistentCollection {#7260 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7265 -id: 295 -name: "Angel Beats!/クドわふたー" -hierarchy: 4 -sort_no: 232 -create_date: DateTime @1695985527 {#7263 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7264 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7266 …} -Children: Doctrine\ORM\PersistentCollection {#7269 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7272 -id: 296 -name: "カードキャプターさくら" -hierarchy: 4 -sort_no: 231 -create_date: DateTime @1695985527 {#7270 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7271 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7273 …} -Children: Doctrine\ORM\PersistentCollection {#7276 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7279 -id: 297 -name: "ガールフレンド(仮)" -hierarchy: 4 -sort_no: 230 -create_date: DateTime @1695985527 {#7277 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7278 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7280 …} -Children: Doctrine\ORM\PersistentCollection {#7283 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7286 -id: 298 -name: "角川スニーカー文庫" -hierarchy: 4 -sort_no: 229 -create_date: DateTime @1695985527 {#7284 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7285 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7287 …} -Children: Doctrine\ORM\PersistentCollection {#7290 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7293 -id: 299 -name: "彼女、お借りします" -hierarchy: 4 -sort_no: 228 -create_date: DateTime @1695985527 {#7291 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7292 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7294 …} -Children: Doctrine\ORM\PersistentCollection {#7297 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7300 -id: 300 -name: "神様になった日" -hierarchy: 4 -sort_no: 227 -create_date: DateTime @1695985527 {#7298 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7299 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7301 …} -Children: Doctrine\ORM\PersistentCollection {#7304 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7307 -id: 301 -name: "カードゲームしよ子" -hierarchy: 4 -sort_no: 226 -create_date: DateTime @1695985527 {#7305 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7306 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7308 …} -Children: Doctrine\ORM\PersistentCollection {#7311 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7314 -id: 302 -name: "Key" -hierarchy: 4 -sort_no: 225 -create_date: DateTime @1695985527 {#7312 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7313 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7315 …} -Children: Doctrine\ORM\PersistentCollection {#7318 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7321 -id: 303 -name: "CLANNAD" -hierarchy: 4 -sort_no: 224 -create_date: DateTime @1695985527 {#7319 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7320 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7322 …} -Children: Doctrine\ORM\PersistentCollection {#7325 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7328 -id: 304 -name: "けものフレンズ" -hierarchy: 4 -sort_no: 223 -create_date: DateTime @1695985527 {#7326 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7327 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7329 …} -Children: Doctrine\ORM\PersistentCollection {#7332 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7335 -id: 305 -name: "幻影ヲ駆ケル太陽" -hierarchy: 4 -sort_no: 222 -create_date: DateTime @1695985527 {#7333 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7334 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7336 …} -Children: Doctrine\ORM\PersistentCollection {#7339 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7342 -id: 306 -name: "ご注文はうさぎですか??" -hierarchy: 4 -sort_no: 221 -create_date: DateTime @1695985527 {#7340 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7341 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7343 …} -Children: Doctrine\ORM\PersistentCollection {#7346 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7349 -id: 307 -name: "五等分の花嫁" -hierarchy: 4 -sort_no: 220 -create_date: DateTime @1695985527 {#7347 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7348 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7350 …} -Children: Doctrine\ORM\PersistentCollection {#7353 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7356 -id: 308 -name: "この素晴らしい世界に祝福を!" -hierarchy: 4 -sort_no: 219 -create_date: DateTime @1695985527 {#7354 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7355 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7357 …} -Children: Doctrine\ORM\PersistentCollection {#7360 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7363 -id: 309 -name: "小林さんちのメイドラゴン" -hierarchy: 4 -sort_no: 218 -create_date: DateTime @1695985527 {#7361 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7362 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7364 …} -Children: Doctrine\ORM\PersistentCollection {#7367 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7370 -id: 310 -name: "冴えない彼女の育てかた" -hierarchy: 4 -sort_no: 217 -create_date: DateTime @1695985527 {#7368 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7369 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7371 …} -Children: Doctrine\ORM\PersistentCollection {#7374 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7377 -id: 311 -name: "Summer Pockets" -hierarchy: 4 -sort_no: 216 -create_date: DateTime @1695985527 {#7375 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7376 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7378 …} -Children: Doctrine\ORM\PersistentCollection {#7381 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7384 -id: 312 -name: "Charlotte" -hierarchy: 4 -sort_no: 215 -create_date: DateTime @1695985527 {#7382 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7383 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7385 …} -Children: Doctrine\ORM\PersistentCollection {#7388 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7391 -id: 313 -name: "灼眼のシャナ" -hierarchy: 4 -sort_no: 214 -create_date: DateTime @1695985527 {#7389 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7390 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7392 …} -Children: Doctrine\ORM\PersistentCollection {#7395 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7398 -id: 314 -name: "涼宮ハルヒの憂鬱" -hierarchy: 4 -sort_no: 213 -create_date: DateTime @1695985527 {#7396 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7397 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7399 …} -Children: Doctrine\ORM\PersistentCollection {#7402 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7405 -id: 315 -name: "青春ブタ野郎シリーズ" -hierarchy: 4 -sort_no: 212 -create_date: DateTime @1695985527 {#7403 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7404 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7406 …} -Children: Doctrine\ORM\PersistentCollection {#7409 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7412 -id: 316 -name: "ゼロの使い魔" -hierarchy: 4 -sort_no: 211 -create_date: DateTime @1695985527 {#7410 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7411 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7413 …} -Children: Doctrine\ORM\PersistentCollection {#7416 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7419 -id: 317 -name: "戦姫絶唱シンフォギア" -hierarchy: 4 -sort_no: 210 -create_date: DateTime @1695985527 {#7417 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7418 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7420 …} -Children: Doctrine\ORM\PersistentCollection {#7423 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7426 -id: 318 -name: "宇宙をかける少女/舞-HiME&舞-乙HiME" -hierarchy: 4 -sort_no: 209 -create_date: DateTime @1695985527 {#7424 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7425 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7427 …} -Children: Doctrine\ORM\PersistentCollection {#7430 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7433 -id: 319 -name: "ゾンビランドサガ リベンジ" -hierarchy: 4 -sort_no: 208 -create_date: DateTime @1695985527 {#7431 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7432 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7434 …} -Children: Doctrine\ORM\PersistentCollection {#7437 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7440 -id: 320 -name: "ダ・カーポ&Dal Segno" -hierarchy: 4 -sort_no: 207 -create_date: DateTime @1695985527 {#7438 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7439 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7441 …} -Children: Doctrine\ORM\PersistentCollection {#7444 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7447 -id: 321 -name: "D4DJ" -hierarchy: 4 -sort_no: 206 -create_date: DateTime @1695985527 {#7445 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7446 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7448 …} -Children: Doctrine\ORM\PersistentCollection {#7451 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7454 -id: 322 -name: "デート・ア・ライブ" -hierarchy: 4 -sort_no: 205 -create_date: DateTime @1695985527 {#7452 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7453 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7455 …} -Children: Doctrine\ORM\PersistentCollection {#7458 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7461 -id: 323 -name: "とある魔術の禁書目録/とある科学の超電磁砲" -hierarchy: 4 -sort_no: 204 -create_date: DateTime @1695985527 {#7459 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7460 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7462 …} -Children: Doctrine\ORM\PersistentCollection {#7465 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7468 -id: 324 -name: "DOG DAYS" -hierarchy: 4 -sort_no: 203 -create_date: DateTime @1695985527 {#7466 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7467 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7469 …} -Children: Doctrine\ORM\PersistentCollection {#7472 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7475 -id: 325 -name: "To LOVEる" -hierarchy: 4 -sort_no: 202 -create_date: DateTime @1695985527 {#7473 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7474 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7476 …} -Children: Doctrine\ORM\PersistentCollection {#7479 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7482 -id: 326 -name: "ニセコイ" -hierarchy: 4 -sort_no: 201 -create_date: DateTime @1695985527 {#7480 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7481 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7483 …} -Children: Doctrine\ORM\PersistentCollection {#7486 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7489 -id: 327 -name: "日常" -hierarchy: 4 -sort_no: 200 -create_date: DateTime @1695985527 {#7487 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7488 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7490 …} -Children: Doctrine\ORM\PersistentCollection {#7493 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7496 -id: 328 -name: "BanG Dream!" -hierarchy: 4 -sort_no: 199 -create_date: DateTime @1695985527 {#7494 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7495 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7497 …} -Children: Doctrine\ORM\PersistentCollection {#7500 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7503 -id: 329 -name: "ビジュアルアーツ" -hierarchy: 4 -sort_no: 198 -create_date: DateTime @1695985527 {#7501 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7502 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7504 …} -Children: Doctrine\ORM\PersistentCollection {#7507 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7510 -id: 330 -name: "ひなろじ ~from Luck & Logic~" -hierarchy: 4 -sort_no: 197 -create_date: DateTime @1695985527 {#7508 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7509 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7511 …} -Children: Doctrine\ORM\PersistentCollection {#7514 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7517 -id: 331 -name: "ViVid Strike!" -hierarchy: 4 -sort_no: 196 -create_date: DateTime @1695985527 {#7515 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7516 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7518 …} -Children: Doctrine\ORM\PersistentCollection {#7521 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7524 -id: 332 -name: "ビビッドレッド・オペレーション" -hierarchy: 4 -sort_no: 195 -create_date: DateTime @1695985527 {#7522 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7523 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7525 …} -Children: Doctrine\ORM\PersistentCollection {#7528 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7531 -id: 333 -name: "Phantom -Requiem for the Phantom-" -hierarchy: 4 -sort_no: 194 -create_date: DateTime @1695985527 {#7529 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7530 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7532 …} -Children: Doctrine\ORM\PersistentCollection {#7535 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7538 -id: 334 -name: "富士見ファンタジア文庫" -hierarchy: 4 -sort_no: 193 -create_date: DateTime @1695985527 {#7536 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7537 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7539 …} -Children: Doctrine\ORM\PersistentCollection {#7542 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7545 -id: 335 -name: "アニメ プリンセスコネクト!Re:Dive" -hierarchy: 4 -sort_no: 192 -create_date: DateTime @1695985527 {#7543 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7544 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7546 …} -Children: Doctrine\ORM\PersistentCollection {#7549 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7552 -id: 336 -name: "ヘブンバーンズレッド" -hierarchy: 4 -sort_no: 191 -create_date: DateTime @1695985527 {#7550 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7551 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7553 …} -Children: Doctrine\ORM\PersistentCollection {#7556 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7559 -id: 337 -name: "ホロライブプロダクション" -hierarchy: 4 -sort_no: 190 -create_date: DateTime @1695985527 {#7557 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7558 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7560 …} -Children: Doctrine\ORM\PersistentCollection {#7563 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7566 -id: 338 -name: "魔法少女まどか☆マギカ" -hierarchy: 4 -sort_no: 189 -create_date: DateTime @1695985527 {#7564 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7565 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7567 …} -Children: Doctrine\ORM\PersistentCollection {#7570 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7573 -id: 339 -name: "魔法少女リリカルなのは" -hierarchy: 4 -sort_no: 188 -create_date: DateTime @1695985527 {#7571 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7572 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7574 …} -Children: Doctrine\ORM\PersistentCollection {#7577 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7580 -id: 340 -name: "ゆらぎ荘の幽奈さん" -hierarchy: 4 -sort_no: 187 -create_date: DateTime @1695985527 {#7578 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7579 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7581 …} -Children: Doctrine\ORM\PersistentCollection {#7584 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7587 -id: 341 -name: "らき☆すた" -hierarchy: 4 -sort_no: 186 -create_date: DateTime @1695985527 {#7585 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7586 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7588 …} -Children: Doctrine\ORM\PersistentCollection {#7591 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7594 -id: 342 -name: "ラブライブ!" -hierarchy: 4 -sort_no: 185 -create_date: DateTime @1695985527 {#7592 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7593 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7595 …} -Children: Doctrine\ORM\PersistentCollection {#7598 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7601 -id: 343 -name: "ラブライブ!サンシャイン!!" -hierarchy: 4 -sort_no: 184 -create_date: DateTime @1695985527 {#7599 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7600 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7602 …} -Children: Doctrine\ORM\PersistentCollection {#7605 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7608 -id: 344 -name: "ラブライブ!虹ヶ咲学園スクールアイドル同好会" -hierarchy: 4 -sort_no: 183 -create_date: DateTime @1695985527 {#7606 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7607 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7609 …} -Children: Doctrine\ORM\PersistentCollection {#7612 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7615 -id: 345 -name: "ラブライブ!スーパースター!!" -hierarchy: 4 -sort_no: 182 -create_date: DateTime @1695985527 {#7613 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7614 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7616 …} -Children: Doctrine\ORM\PersistentCollection {#7619 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7622 -id: 346 -name: "リコリス・リコイル" -hierarchy: 4 -sort_no: 181 -create_date: DateTime @1695985527 {#7620 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7621 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7623 …} -Children: Doctrine\ORM\PersistentCollection {#7626 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7629 -id: 347 -name: "リトルバスターズ!" -hierarchy: 4 -sort_no: 180 -create_date: DateTime @1695985527 {#7627 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7628 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7630 …} -Children: Doctrine\ORM\PersistentCollection {#7633 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7636 -id: 348 -name: "Rewrite" -hierarchy: 4 -sort_no: 179 -create_date: DateTime @1695985527 {#7634 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7635 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7637 …} -Children: Doctrine\ORM\PersistentCollection {#7640 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7643 -id: 349 -name: "ロボティクス・ノーツ" -hierarchy: 4 -sort_no: 178 -create_date: DateTime @1695985527 {#7641 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7642 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7644 …} -Children: Doctrine\ORM\PersistentCollection {#7647 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7650 -id: 350 -name: "プロモカード(ヴァイスサイド)" -hierarchy: 4 -sort_no: 177 -create_date: DateTime @1695985527 {#7648 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7649 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7651 …} -Children: Doctrine\ORM\PersistentCollection {#7654 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6629 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 447 -create_date: DateTime @1488881692 {#5951 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#5950 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6630 …} -Children: Doctrine\ORM\PersistentCollection {#7655 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7658 -id: 429 -name: "おすすめ商品" -hierarchy: 1 -sort_no: 446 -create_date: DateTime @1696270531 {#7656 date: 2023-10-03 03:15:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7657 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7659 …} -Children: Doctrine\ORM\PersistentCollection {#7662 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7665 -id: 707 -name: "新品ボックス" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1740791876 {#7663 date: 2025-03-01 10:17:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7664 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7666 …} -Children: Doctrine\ORM\PersistentCollection {#7669 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7672 -id: 708 -name: "予約ボックス" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1740791889 {#7670 date: 2025-03-01 10:18:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7671 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7673 …} -Children: Doctrine\ORM\PersistentCollection {#7676 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } ] |
class | "Eccube\Entity\Category" |
same as passed value |
placeholder | "common.select__all_products" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "NameWithLevel" |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#7748 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#7749 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#7747 -om: ContainerNCR7Dbj\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4044 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Category {#4301 -id: 428 -name: "販売" -hierarchy: 1 -sort_no: 454 -create_date: DateTime @1696149302 {#4302 date: 2023-10-01 17:35:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#4300 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4318 …} -Children: Doctrine\ORM\PersistentCollection {#4555 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4554 -id: 8 -name: "ヴァイスシュヴァルツ" -hierarchy: 1 -sort_no: 453 -create_date: DateTime @1694688722 {#4298 date: 2023-09-14 19:52:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240460 {#4296 date: 2025-03-06 14:54:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4553 …} -Children: Doctrine\ORM\PersistentCollection {#4550 …} -Parent: Eccube\Entity\Category {#4301} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: "0213195436_65cb4a6cd7c54.png" } Eccube\Entity\Category {#4549 -id: 709 -name: "レアリティ" -hierarchy: 2 -sort_no: 452 -create_date: DateTime @1740985361 {#4294 date: 2025-03-03 16:02:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4292 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4548 …} -Children: Doctrine\ORM\PersistentCollection {#4545 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4544 -id: 710 -name: "SSP" -hierarchy: 3 -sort_no: 444 -create_date: DateTime @1740985567 {#4268 date: 2025-03-03 16:06:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4304 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4543 …} -Children: Doctrine\ORM\PersistentCollection {#4540 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4531 -id: 711 -name: "SP" -hierarchy: 3 -sort_no: 443 -create_date: DateTime @1740985570 {#4533 date: 2025-03-03 16:06:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4532 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4530 …} -Children: Doctrine\ORM\PersistentCollection {#4527 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4285 -id: 712 -name: "RRR" -hierarchy: 3 -sort_no: 442 -create_date: DateTime @1740985575 {#4526 date: 2025-03-03 16:06:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4525 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4293 …} -Children: Doctrine\ORM\PersistentCollection {#4287 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4516 -id: 723 -name: "SR" -hierarchy: 3 -sort_no: 441 -create_date: DateTime @1740991069 {#4418 date: 2025-03-03 17:37:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4514 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4517 …} -Children: Doctrine\ORM\PersistentCollection {#4520 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4523 -id: 724 -name: "RR" -hierarchy: 3 -sort_no: 440 -create_date: DateTime @1740991094 {#4521 date: 2025-03-03 17:38:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4522 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4524 …} -Children: Doctrine\ORM\PersistentCollection {#4559 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4563 -id: 725 -name: "R" -hierarchy: 3 -sort_no: 439 -create_date: DateTime @1740991113 {#4561 date: 2025-03-03 17:38:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4562 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4564 …} -Children: Doctrine\ORM\PersistentCollection {#4567 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4570 -id: 726 -name: "UC" -hierarchy: 3 -sort_no: 438 -create_date: DateTime @1740991124 {#4568 date: 2025-03-03 17:38:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4569 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4571 …} -Children: Doctrine\ORM\PersistentCollection {#4574 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4577 -id: 727 -name: "C" -hierarchy: 3 -sort_no: 437 -create_date: DateTime @1740991135 {#4575 date: 2025-03-03 17:38:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4576 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4578 …} -Children: Doctrine\ORM\PersistentCollection {#4581 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4584 -id: 728 -name: "PR" -hierarchy: 3 -sort_no: 436 -create_date: DateTime @1740991257 {#4582 date: 2025-03-03 17:40:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4583 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4585 …} -Children: Doctrine\ORM\PersistentCollection {#4588 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4591 -id: 729 -name: "TD" -hierarchy: 3 -sort_no: 435 -create_date: DateTime @1740991273 {#4589 date: 2025-03-03 17:41:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4590 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4592 …} -Children: Doctrine\ORM\PersistentCollection {#4595 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4598 -id: 730 -name: "ホロ" -hierarchy: 3 -sort_no: 434 -create_date: DateTime @1740991284 {#4596 date: 2025-03-03 17:41:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4597 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4599 …} -Children: Doctrine\ORM\PersistentCollection {#4602 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4603 -id: 652 -name: "新商品" -hierarchy: 2 -sort_no: 445 -create_date: DateTime @1712564635 {#4535 date: 2024-04-08 17:23:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4534 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4604 …} -Children: Doctrine\ORM\PersistentCollection {#4607 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4610 -id: 746 -name: "ダメージ商品 ヴァイスシュバルツ" -hierarchy: 2 -sort_no: 433 -create_date: DateTime @1741240562 {#4608 date: 2025-03-06 14:56:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240876 {#4609 date: 2025-03-06 15:01:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4611 …} -Children: Doctrine\ORM\PersistentCollection {#4614 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4617 -id: 644 -name: "ヴァイスシュヴァルツおすすめ" -hierarchy: 2 -sort_no: 432 -create_date: DateTime @1706627789 {#4615 date: 2024-01-31 00:16:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4616 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4618 …} -Children: Doctrine\ORM\PersistentCollection {#4621 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4628 -id: 10 -name: "ヴァイスサイド" -hierarchy: 2 -sort_no: 431 -create_date: DateTime @1694688753 {#4622 date: 2023-09-14 19:52:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4623 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4629 …} -Children: Doctrine\ORM\PersistentCollection {#4632 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4633 -id: 672 -name: "アイドルマスターシャイニーカラーズ" -hierarchy: 3 -sort_no: 430 -create_date: DateTime @1718270442 {#4624 date: 2024-06-13 18:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4625 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4634 …} -Children: Doctrine\ORM\PersistentCollection {#4637 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4638 -id: 696 -name: "アイドルマスター シャイニーカラーズ Shine More!" -hierarchy: 4 -sort_no: 429 -create_date: DateTime @1725172066 {#4626 date: 2024-09-01 15:27:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725172066 {#4627 date: 2024-09-01 15:27:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4639 …} -Children: Doctrine\ORM\PersistentCollection {#4641 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4647 -id: 694 -name: "アリス・ギア・アイギス Expansion" -hierarchy: 3 -sort_no: 428 -create_date: DateTime @1724575700 {#4645 date: 2024-08-25 17:48:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4646 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4648 …} -Children: Doctrine\ORM\PersistentCollection {#4651 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4654 -id: 160 -name: "アイドルマスター シンデレラガールズ" -hierarchy: 3 -sort_no: 423 -create_date: DateTime @1694688954 {#4652 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4653 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4655 …} -Children: Doctrine\ORM\PersistentCollection {#4658 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4661 -id: 161 -name: "Angel Beats!/クドわふたー" -hierarchy: 3 -sort_no: 147 -create_date: DateTime @1694688954 {#4659 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4660 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4662 …} -Children: Doctrine\ORM\PersistentCollection {#4665 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4668 -id: 162 -name: "カードキャプターさくら" -hierarchy: 3 -sort_no: 146 -create_date: DateTime @1694688954 {#4666 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4667 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4669 …} -Children: Doctrine\ORM\PersistentCollection {#4672 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4675 -id: 651 -name: "ホロライブプロダクション Summer Collection" -hierarchy: 3 -sort_no: 145 -create_date: DateTime @1712560058 {#4673 date: 2024-04-08 16:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4674 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4676 …} -Children: Doctrine\ORM\PersistentCollection {#4679 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4682 -id: 163 -name: "ガールフレンド(仮)" -hierarchy: 3 -sort_no: 144 -create_date: DateTime @1694688954 {#4680 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4681 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4683 …} -Children: Doctrine\ORM\PersistentCollection {#4686 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4689 -id: 164 -name: "角川スニーカー文庫" -hierarchy: 3 -sort_no: 143 -create_date: DateTime @1694688954 {#4687 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4688 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4690 …} -Children: Doctrine\ORM\PersistentCollection {#4693 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4696 -id: 165 -name: "彼女、お借りします" -hierarchy: 3 -sort_no: 142 -create_date: DateTime @1694688954 {#4694 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4695 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4697 …} -Children: Doctrine\ORM\PersistentCollection {#4700 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4703 -id: 166 -name: "神様になった日" -hierarchy: 3 -sort_no: 141 -create_date: DateTime @1694688954 {#4701 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4702 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4704 …} -Children: Doctrine\ORM\PersistentCollection {#4707 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4710 -id: 167 -name: "カードゲームしよ子" -hierarchy: 3 -sort_no: 140 -create_date: DateTime @1694688954 {#4708 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4709 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4711 …} -Children: Doctrine\ORM\PersistentCollection {#4714 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4717 -id: 168 -name: "Key" -hierarchy: 3 -sort_no: 139 -create_date: DateTime @1694688954 {#4715 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4716 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4718 …} -Children: Doctrine\ORM\PersistentCollection {#4721 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4724 -id: 169 -name: "CLANNAD" -hierarchy: 3 -sort_no: 138 -create_date: DateTime @1694688954 {#4722 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4723 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4725 …} -Children: Doctrine\ORM\PersistentCollection {#4728 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4731 -id: 170 -name: "けものフレンズ" -hierarchy: 3 -sort_no: 137 -create_date: DateTime @1694688954 {#4729 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4730 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4732 …} -Children: Doctrine\ORM\PersistentCollection {#4735 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4738 -id: 171 -name: "幻影ヲ駆ケル太陽" -hierarchy: 3 -sort_no: 136 -create_date: DateTime @1694688954 {#4736 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4737 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4739 …} -Children: Doctrine\ORM\PersistentCollection {#4742 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4747 -id: 172 -name: "ご注文はうさぎですか??" -hierarchy: 3 -sort_no: 135 -create_date: DateTime @1694688954 {#4743 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4744 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4748 …} -Children: Doctrine\ORM\PersistentCollection {#4751 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4752 -id: 702 -name: "プレミアムブースター TVアニメ「ご注文はうさぎですか?」10th Anniversary" -hierarchy: 4 -sort_no: 134 -create_date: DateTime @1732780421 {#4745 date: 2024-11-28 16:53:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732780421 {#4746 date: 2024-11-28 16:53:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4753 …} -Children: Doctrine\ORM\PersistentCollection {#4755 …} -Parent: Eccube\Entity\Category {#4747} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4761 -id: 173 -name: "五等分の花嫁" -hierarchy: 3 -sort_no: 133 -create_date: DateTime @1694688954 {#4757 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4758 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4762 …} -Children: Doctrine\ORM\PersistentCollection {#4765 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4766 -id: 691 -name: "五等分の花嫁∬" -hierarchy: 4 -sort_no: 132 -create_date: DateTime @1724394211 {#4759 date: 2024-08-23 15:23:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#4760 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4767 …} -Children: Doctrine\ORM\PersistentCollection {#4769 …} -Parent: Eccube\Entity\Category {#4761} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4775 -id: 692 -name: "映画 五等分の花嫁" -hierarchy: 4 -sort_no: 131 -create_date: DateTime @1724394307 {#4773 date: 2024-08-23 15:25:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#4774 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4776 …} -Children: Doctrine\ORM\PersistentCollection {#4778 …} -Parent: Eccube\Entity\Category {#4761} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4782 -id: 693 -name: "プレミアムブースター 五等分の花嫁∽" -hierarchy: 4 -sort_no: 130 -create_date: DateTime @1724394327 {#4780 date: 2024-08-23 15:25:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#4781 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4783 …} -Children: Doctrine\ORM\PersistentCollection {#4785 …} -Parent: Eccube\Entity\Category {#4761} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4787 -id: 174 -name: "この素晴らしい世界に祝福を!" -hierarchy: 3 -sort_no: 129 -create_date: DateTime @1694688954 {#4771 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4772 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4788 …} -Children: Doctrine\ORM\PersistentCollection {#4791 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4794 -id: 175 -name: "小林さんちのメイドラゴン" -hierarchy: 3 -sort_no: 128 -create_date: DateTime @1694688954 {#4792 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4793 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4795 …} -Children: Doctrine\ORM\PersistentCollection {#4798 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4801 -id: 176 -name: "冴えない彼女の育てかた" -hierarchy: 3 -sort_no: 127 -create_date: DateTime @1694688954 {#4799 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4800 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4802 …} -Children: Doctrine\ORM\PersistentCollection {#4805 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4808 -id: 177 -name: "Summer Pockets" -hierarchy: 3 -sort_no: 126 -create_date: DateTime @1694688954 {#4806 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4807 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4809 …} -Children: Doctrine\ORM\PersistentCollection {#4812 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4815 -id: 178 -name: "Charlotte" -hierarchy: 3 -sort_no: 125 -create_date: DateTime @1694688954 {#4813 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4814 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4816 …} -Children: Doctrine\ORM\PersistentCollection {#4819 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4822 -id: 179 -name: "灼眼のシャナ" -hierarchy: 3 -sort_no: 124 -create_date: DateTime @1694688954 {#4820 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4821 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4823 …} -Children: Doctrine\ORM\PersistentCollection {#4826 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4829 -id: 180 -name: "涼宮ハルヒの憂鬱" -hierarchy: 3 -sort_no: 123 -create_date: DateTime @1694688954 {#4827 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4828 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4830 …} -Children: Doctrine\ORM\PersistentCollection {#4833 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4836 -id: 181 -name: "青春ブタ野郎シリーズ" -hierarchy: 3 -sort_no: 122 -create_date: DateTime @1694688954 {#4834 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4835 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4837 …} -Children: Doctrine\ORM\PersistentCollection {#4840 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4843 -id: 182 -name: "ゼロの使い魔" -hierarchy: 3 -sort_no: 121 -create_date: DateTime @1694688954 {#4841 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4842 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4844 …} -Children: Doctrine\ORM\PersistentCollection {#4847 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4850 -id: 183 -name: "戦姫絶唱シンフォギア" -hierarchy: 3 -sort_no: 120 -create_date: DateTime @1694688954 {#4848 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4849 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4851 …} -Children: Doctrine\ORM\PersistentCollection {#4854 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4857 -id: 184 -name: "宇宙をかける少女/舞-HiME&舞-乙HiME" -hierarchy: 3 -sort_no: 119 -create_date: DateTime @1694688954 {#4855 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4856 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4858 …} -Children: Doctrine\ORM\PersistentCollection {#4861 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4864 -id: 185 -name: "ゾンビランドサガ リベンジ" -hierarchy: 3 -sort_no: 118 -create_date: DateTime @1694688954 {#4862 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4863 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4865 …} -Children: Doctrine\ORM\PersistentCollection {#4868 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4871 -id: 186 -name: "ダ・カーポ&Dal Segno" -hierarchy: 3 -sort_no: 117 -create_date: DateTime @1694688954 {#4869 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4870 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4872 …} -Children: Doctrine\ORM\PersistentCollection {#4875 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4878 -id: 187 -name: "D4DJ" -hierarchy: 3 -sort_no: 116 -create_date: DateTime @1694688954 {#4876 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4877 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4879 …} -Children: Doctrine\ORM\PersistentCollection {#4882 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4885 -id: 188 -name: "デート・ア・ライブ" -hierarchy: 3 -sort_no: 115 -create_date: DateTime @1694688954 {#4883 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4884 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4886 …} -Children: Doctrine\ORM\PersistentCollection {#4889 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4892 -id: 189 -name: "とある魔術の禁書目録/とある科学の超電磁砲" -hierarchy: 3 -sort_no: 114 -create_date: DateTime @1694688954 {#4890 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4891 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4893 …} -Children: Doctrine\ORM\PersistentCollection {#4896 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4899 -id: 190 -name: "DOG DAYS" -hierarchy: 3 -sort_no: 113 -create_date: DateTime @1694688954 {#4897 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4898 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4900 …} -Children: Doctrine\ORM\PersistentCollection {#4903 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4906 -id: 191 -name: "To LOVEる" -hierarchy: 3 -sort_no: 112 -create_date: DateTime @1694688954 {#4904 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4905 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4907 …} -Children: Doctrine\ORM\PersistentCollection {#4910 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4913 -id: 192 -name: "ニセコイ" -hierarchy: 3 -sort_no: 111 -create_date: DateTime @1694688954 {#4911 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4912 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4914 …} -Children: Doctrine\ORM\PersistentCollection {#4917 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4920 -id: 193 -name: "日常" -hierarchy: 3 -sort_no: 110 -create_date: DateTime @1694688954 {#4918 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4919 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4921 …} -Children: Doctrine\ORM\PersistentCollection {#4924 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4927 -id: 194 -name: "BanG Dream!" -hierarchy: 3 -sort_no: 109 -create_date: DateTime @1694688954 {#4925 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4926 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4928 …} -Children: Doctrine\ORM\PersistentCollection {#4931 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4934 -id: 195 -name: "ビジュアルアーツ" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1694688954 {#4932 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4933 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4935 …} -Children: Doctrine\ORM\PersistentCollection {#4938 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4941 -id: 196 -name: "ひなろじ ~from Luck & Logic~" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1694688954 {#4939 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4940 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4942 …} -Children: Doctrine\ORM\PersistentCollection {#4945 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4948 -id: 197 -name: "ViVid Strike!" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1694688954 {#4946 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4947 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4949 …} -Children: Doctrine\ORM\PersistentCollection {#4952 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4955 -id: 198 -name: "ビビッドレッド・オペレーション" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1694688954 {#4953 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4954 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4956 …} -Children: Doctrine\ORM\PersistentCollection {#4959 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4962 -id: 199 -name: "Phantom -Requiem for the Phantom-" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1694688954 {#4960 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4961 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4963 …} -Children: Doctrine\ORM\PersistentCollection {#4966 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4969 -id: 200 -name: "富士見ファンタジア文庫" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1694688954 {#4967 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4968 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4970 …} -Children: Doctrine\ORM\PersistentCollection {#4973 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4976 -id: 201 -name: "アニメ プリンセスコネクト!Re:Dive" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1694688954 {#4974 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4975 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4977 …} -Children: Doctrine\ORM\PersistentCollection {#4980 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4983 -id: 202 -name: "ヘブンバーンズレッド" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1694688954 {#4981 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4982 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4984 …} -Children: Doctrine\ORM\PersistentCollection {#4987 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4990 -id: 203 -name: "ホロライブプロダクション" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1694688954 {#4988 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4989 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4991 …} -Children: Doctrine\ORM\PersistentCollection {#4994 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4997 -id: 204 -name: "魔法少女まどか☆マギカ" -hierarchy: 3 -sort_no: 99 -create_date: DateTime @1694688954 {#4995 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4996 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4998 …} -Children: Doctrine\ORM\PersistentCollection {#5001 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5004 -id: 205 -name: "魔法少女リリカルなのは" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1694688954 {#5002 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5003 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5005 …} -Children: Doctrine\ORM\PersistentCollection {#5008 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5011 -id: 206 -name: "ゆらぎ荘の幽奈さん" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1694688954 {#5009 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5010 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5012 …} -Children: Doctrine\ORM\PersistentCollection {#5015 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5018 -id: 207 -name: "らき☆すた" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1694688954 {#5016 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5017 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5019 …} -Children: Doctrine\ORM\PersistentCollection {#5022 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5025 -id: 208 -name: "ラブライブ!" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1694688954 {#5023 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5024 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5026 …} -Children: Doctrine\ORM\PersistentCollection {#5029 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5032 -id: 209 -name: "ラブライブ!サンシャイン!!" -hierarchy: 3 -sort_no: 94 -create_date: DateTime @1694688954 {#5030 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5031 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5033 …} -Children: Doctrine\ORM\PersistentCollection {#5036 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5039 -id: 210 -name: "ラブライブ!虹ヶ咲学園スクールアイドル同好会" -hierarchy: 3 -sort_no: 93 -create_date: DateTime @1694688954 {#5037 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5038 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5040 …} -Children: Doctrine\ORM\PersistentCollection {#5043 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5046 -id: 211 -name: "ラブライブ!スーパースター!!" -hierarchy: 3 -sort_no: 92 -create_date: DateTime @1694688954 {#5044 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5045 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5047 …} -Children: Doctrine\ORM\PersistentCollection {#5050 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5055 -id: 212 -name: "リコリス・リコイル" -hierarchy: 3 -sort_no: 91 -create_date: DateTime @1694688954 {#5051 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5052 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5056 …} -Children: Doctrine\ORM\PersistentCollection {#5059 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5060 -id: 701 -name: "プレミアムブースター リコリス・リコイル" -hierarchy: 4 -sort_no: 90 -create_date: DateTime @1731655109 {#5053 date: 2024-11-15 16:18:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1731655109 {#5054 date: 2024-11-15 16:18:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5061 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5055} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5067 -id: 213 -name: "リトルバスターズ!" -hierarchy: 3 -sort_no: 89 -create_date: DateTime @1694688955 {#5065 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5066 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5068 …} -Children: Doctrine\ORM\PersistentCollection {#5071 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5074 -id: 214 -name: "Rewrite" -hierarchy: 3 -sort_no: 88 -create_date: DateTime @1694688955 {#5072 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5073 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5075 …} -Children: Doctrine\ORM\PersistentCollection {#5078 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5081 -id: 215 -name: "ロボティクス・ノーツ" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1694688955 {#5079 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5080 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5082 …} -Children: Doctrine\ORM\PersistentCollection {#5085 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5088 -id: 216 -name: "プロモカード(ヴァイスサイド)" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1694688955 {#5086 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5087 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5089 …} -Children: Doctrine\ORM\PersistentCollection {#5092 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5095 -id: 9 -name: "シュヴァルツサイド" -hierarchy: 2 -sort_no: 427 -create_date: DateTime @1694688736 {#4538 date: 2023-09-14 19:52:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4539 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5096 …} -Children: Doctrine\ORM\PersistentCollection {#5099 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5100 -id: 83 -name: "アイドルマスター" -hierarchy: 3 -sort_no: 426 -create_date: DateTime @1694688954 {#5093 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5094 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5101 …} -Children: Doctrine\ORM\PersistentCollection {#5104 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5109 -id: 84 -name: "アイドルマスター シャイニーカラーズ" -hierarchy: 3 -sort_no: 425 -create_date: DateTime @1694688954 {#5107 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5108 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5110 …} -Children: Doctrine\ORM\PersistentCollection {#5113 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5116 -id: 85 -name: "アイドルマスター ミリオンライブ!" -hierarchy: 3 -sort_no: 424 -create_date: DateTime @1694688954 {#5114 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5115 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5117 …} -Children: Doctrine\ORM\PersistentCollection {#5120 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5123 -id: 86 -name: "アクセル・ワールド" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1694688954 {#5121 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5122 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5124 …} -Children: Doctrine\ORM\PersistentCollection {#5127 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5130 -id: 87 -name: "アサルトリリィ" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1694688954 {#5128 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5129 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5131 …} -Children: Doctrine\ORM\PersistentCollection {#5134 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5137 -id: 88 -name: "アズールレーン" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1694688954 {#5135 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5136 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5138 …} -Children: Doctrine\ORM\PersistentCollection {#5141 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5144 -id: 89 -name: "ありふれた職業で世界最強" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1694688954 {#5142 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5143 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5145 …} -Children: Doctrine\ORM\PersistentCollection {#5148 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5151 -id: 90 -name: "痛いのは嫌なので防御力に極振りしたいと思います。" -hierarchy: 3 -sort_no: 81 -create_date: DateTime @1694688954 {#5149 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5150 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5152 …} -Children: Doctrine\ORM\PersistentCollection {#5155 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5158 -id: 91 -name: "うーさーのその日暮らし" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1694688954 {#5156 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5157 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5159 …} -Children: Doctrine\ORM\PersistentCollection {#5162 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5165 -id: 92 -name: "ヱヴァンゲリヲン新劇場版" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1694688954 {#5163 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5164 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5166 …} -Children: Doctrine\ORM\PersistentCollection {#5169 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5172 -id: 688 -name: "【推しの子】" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1723020071 {#5170 date: 2024-08-07 17:41:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5171 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5173 …} -Children: Doctrine\ORM\PersistentCollection {#5176 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5179 -id: 93 -name: "おそ松さん" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1694688954 {#5177 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5178 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5180 …} -Children: Doctrine\ORM\PersistentCollection {#5183 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5186 -id: 94 -name: "オーバーロード" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1694688954 {#5184 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5185 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5187 …} -Children: Doctrine\ORM\PersistentCollection {#5190 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5193 -id: 95 -name: "かぐや様は告らせたい~天才たちの恋愛頭脳戦~" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1694688954 {#5191 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5192 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5194 …} -Children: Doctrine\ORM\PersistentCollection {#5197 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5200 -id: 96 -name: "刀語" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1694688954 {#5198 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5199 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5201 …} -Children: Doctrine\ORM\PersistentCollection {#5204 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5207 -id: 97 -name: "CANAAN" -hierarchy: 3 -sort_no: 73 -create_date: DateTime @1694688954 {#5205 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5206 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5208 …} -Children: Doctrine\ORM\PersistentCollection {#5211 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5214 -id: 98 -name: "艦隊これくしょん -艦これ-" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1694688954 {#5212 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5213 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5215 …} -Children: Doctrine\ORM\PersistentCollection {#5218 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5221 -id: 99 -name: "超爆裂異次元メンコバトル ギガントシューター つかさ" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1694688954 {#5219 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5220 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5222 …} -Children: Doctrine\ORM\PersistentCollection {#5225 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5228 -id: 100 -name: "キズナイーバー" -hierarchy: 3 -sort_no: 70 -create_date: DateTime @1694688954 {#5226 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5227 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5229 …} -Children: Doctrine\ORM\PersistentCollection {#5232 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5235 -id: 101 -name: "境界のRINNE" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1694688954 {#5233 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5234 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5236 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5242 -id: 102 -name: "ギルティクラウン" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1694688954 {#5240 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5241 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5243 …} -Children: Doctrine\ORM\PersistentCollection {#5246 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5249 -id: 103 -name: "キルラキル" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1694688954 {#5247 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5248 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5250 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5256 -id: 104 -name: "グリザイアの果実" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1694688954 {#5254 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5255 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5257 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5263 -id: 667 -name: "グリザイア:ファントムトリガー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1717647257 {#5261 date: 2024-06-06 13:14:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5262 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5264 …} -Children: Doctrine\ORM\PersistentCollection {#5267 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5270 -id: 105 -name: "クレヨンしんちゃん" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1694688954 {#5268 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5269 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5271 …} -Children: Doctrine\ORM\PersistentCollection {#5274 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5277 -id: 106 -name: "劇場版マクロスF" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1694688954 {#5275 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5276 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5278 …} -Children: Doctrine\ORM\PersistentCollection {#5281 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5284 -id: 107 -name: "アニメーション映画『GODZILLA』" -hierarchy: 3 -sort_no: 62 -create_date: DateTime @1694688954 {#5282 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5283 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5285 …} -Children: Doctrine\ORM\PersistentCollection {#5288 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5291 -id: 108 -name: "ゴブリンスレイヤー" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1694688954 {#5289 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5290 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5292 …} -Children: Doctrine\ORM\PersistentCollection {#5295 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5298 -id: 109 -name: "PSYCHO-PASS サイコパス" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1694688954 {#5296 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5297 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5299 …} -Children: Doctrine\ORM\PersistentCollection {#5302 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5305 -id: 110 -name: "THE KING OF FIGHTERS" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1694688954 {#5303 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5304 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5306 …} -Children: Doctrine\ORM\PersistentCollection {#5309 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5312 -id: 111 -name: "シャイニングシリーズ" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1694688954 {#5310 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5311 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5313 …} -Children: Doctrine\ORM\PersistentCollection {#5316 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5319 -id: 112 -name: "STEINS;GATE" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1694688954 {#5317 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5318 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5320 …} -Children: Doctrine\ORM\PersistentCollection {#5323 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5326 -id: 113 -name: "STEINS;GATE[ブースター]" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1694688954 {#5324 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5325 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5327 …} -Children: Doctrine\ORM\PersistentCollection {#5330 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5333 -id: 114 -name: "STEINS;GATE[TD+]" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1694688954 {#5331 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5332 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5334 …} -Children: Doctrine\ORM\PersistentCollection {#5337 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5340 -id: 115 -name: "少女☆歌劇 レヴュースタァライト" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1694688954 {#5338 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5339 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5341 …} -Children: Doctrine\ORM\PersistentCollection {#5344 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5347 -id: 116 -name: "ジョジョの奇妙な冒険" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1694688954 {#5345 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5346 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5348 …} -Children: Doctrine\ORM\PersistentCollection {#5351 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5354 -id: 117 -name: "進撃の巨人" -hierarchy: 3 -sort_no: 52 -create_date: DateTime @1694688954 {#5352 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5353 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5355 …} -Children: Doctrine\ORM\PersistentCollection {#5358 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5361 -id: 118 -name: "新サクラ大戦" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1694688954 {#5359 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5360 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5362 …} -Children: Doctrine\ORM\PersistentCollection {#5365 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5368 -id: 119 -name: "翠星のガルガンティア" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1694688954 {#5366 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5367 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5369 …} -Children: Doctrine\ORM\PersistentCollection {#5372 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5375 -id: 120 -name: "スクールガールストライカーズ" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1694688954 {#5373 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5374 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5376 …} -Children: Doctrine\ORM\PersistentCollection {#5379 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5382 -id: 121 -name: "STAR WARS" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1694688954 {#5380 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5381 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5383 …} -Children: Doctrine\ORM\PersistentCollection {#5386 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5389 -id: 122 -name: "戦国BASARA" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1694688954 {#5387 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5388 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5390 …} -Children: Doctrine\ORM\PersistentCollection {#5393 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5396 -id: 689 -name: "葬送のフリーレン" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1723442008 {#5394 date: 2024-08-12 14:53:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5395 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5397 …} -Children: Doctrine\ORM\PersistentCollection {#5400 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5403 -id: 123 -name: "ソードアート・オンライン" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1694688954 {#5401 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5402 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5407 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5410 -id: 124 -name: "ソードアート・オンライン オルタナティブ ガンゲイル・オンライン" -hierarchy: 3 -sort_no: 44 -create_date: DateTime @1694688954 {#5408 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5409 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5417 -id: 125 -name: "ダーリン・イン・ザ・フランキス" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1694688954 {#5415 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5416 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5418 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5424 -id: 126 -name: "ダンジョンに出会いを求めるのは間違っているだろうか" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1694688954 {#5422 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5423 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5428 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5431 -id: 127 -name: "探偵オペラ ミルキィホームズ" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1694688954 {#5429 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5430 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5432 …} -Children: Doctrine\ORM\PersistentCollection {#5435 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5438 -id: 128 -name: "チェインクロニクル ~ヘクセイタスの閃~" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1694688954 {#5436 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5437 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5439 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5445 -id: 129 -name: "チェンソーマン" -hierarchy: 3 -sort_no: 39 -create_date: DateTime @1694688954 {#5443 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5444 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5446 …} -Children: Doctrine\ORM\PersistentCollection {#5449 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5452 -id: 130 -name: "TVアニメ「デビルサバイバー2」" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1694688954 {#5450 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5451 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5456 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5459 -id: 131 -name: "テラフォーマーズ" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1694688954 {#5457 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5458 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5460 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5466 -id: 132 -name: "天元突破グレンラガン" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1694688954 {#5464 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5465 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5467 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5473 -id: 133 -name: "転生したらスライムだった件" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1694688954 {#5471 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5472 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5474 …} -Children: Doctrine\ORM\PersistentCollection {#5477 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5480 -id: 134 -name: "D_CIDE TRAUMEREI" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1694688954 {#5478 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5479 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5481 …} -Children: Doctrine\ORM\PersistentCollection {#5484 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5487 -id: 135 -name: "Disney100" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1694688954 {#5485 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5486 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5488 …} -Children: Doctrine\ORM\PersistentCollection {#5491 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5494 -id: 136 -name: "東京リベンジャーズ" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1694688954 {#5492 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5493 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5495 …} -Children: Doctrine\ORM\PersistentCollection {#5498 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5501 -id: 137 -name: "ノーゲーム・ノーライフ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1694688954 {#5499 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5500 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5502 …} -Children: Doctrine\ORM\PersistentCollection {#5505 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5508 -id: 138 -name: "パズル&ドラゴンズ" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1694688954 {#5506 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5507 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5509 …} -Children: Doctrine\ORM\PersistentCollection {#5512 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5515 -id: 139 -name: "初音ミク -Project DIVA-" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1694688954 {#5513 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5514 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5516 …} -Children: Doctrine\ORM\PersistentCollection {#5519 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5522 -id: 140 -name: "PIXAR" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1694688954 {#5520 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5521 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5529 -id: 141 -name: "FAIRY TAIL" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1694688954 {#5527 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5528 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5530 …} -Children: Doctrine\ORM\PersistentCollection {#5533 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5536 -id: 142 -name: "Fate" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1694688954 {#5534 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5535 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5537 …} -Children: Doctrine\ORM\PersistentCollection {#5540 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5543 -id: 143 -name: "Fate/Apocrypha" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1694688954 {#5541 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5542 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5550 -id: 144 -name: "Fate/Grand Order(アニメ)" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1694688954 {#5548 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5549 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5551 …} -Children: Doctrine\ORM\PersistentCollection {#5554 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5557 -id: 145 -name: "ぷよぷよ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1694688954 {#5555 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5556 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5558 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5564 -id: 146 -name: "ブラック★ロックシューター" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1694688954 {#5562 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5563 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5565 …} -Children: Doctrine\ORM\PersistentCollection {#5568 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5571 -id: 147 -name: "プリズマ☆イリヤ" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1694688954 {#5569 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5570 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5572 …} -Children: Doctrine\ORM\PersistentCollection {#5575 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5578 -id: 148 -name: "プロジェクトセカイ カラフルステージ! feat. 初音ミク" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1694688954 {#5576 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5577 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5579 …} -Children: Doctrine\ORM\PersistentCollection {#5582 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5585 -id: 149 -name: "ペルソナ" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1694688954 {#5583 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5584 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5586 …} -Children: Doctrine\ORM\PersistentCollection {#5589 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5592 -id: 150 -name: "Marvel" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1694688954 {#5590 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5591 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5593 …} -Children: Doctrine\ORM\PersistentCollection {#5596 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5599 -id: 151 -name: "魔界戦記ディスガイア" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1694688954 {#5597 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5598 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5600 …} -Children: Doctrine\ORM\PersistentCollection {#5603 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5606 -id: 152 -name: "無職転生 ~異世界行ったら本気だす~" -hierarchy: 3 -sort_no: 16 -create_date: DateTime @1694688954 {#5604 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5605 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5607 …} -Children: Doctrine\ORM\PersistentCollection {#5610 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5613 -id: 153 -name: "MELTY BLOOD/空の境界" -hierarchy: 3 -sort_no: 15 -create_date: DateTime @1694688954 {#5611 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5612 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5614 …} -Children: Doctrine\ORM\PersistentCollection {#5617 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5620 -id: 154 -name: "〈物語〉シリーズ" -hierarchy: 3 -sort_no: 14 -create_date: DateTime @1694688954 {#5618 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5619 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5621 …} -Children: Doctrine\ORM\PersistentCollection {#5624 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5627 -id: 155 -name: "Re:ゼロから始める異世界生活" -hierarchy: 3 -sort_no: 13 -create_date: DateTime @1694688954 {#5625 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5626 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5628 …} -Children: Doctrine\ORM\PersistentCollection {#5631 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5634 -id: 156 -name: "ログ・ホライズン" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1694688954 {#5632 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5633 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5635 …} -Children: Doctrine\ORM\PersistentCollection {#5638 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5641 -id: 157 -name: "ロストディケイド" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1694688954 {#5639 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5640 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5642 …} -Children: Doctrine\ORM\PersistentCollection {#5645 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5648 -id: 158 -name: "ワールドトリガー" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1694688954 {#5646 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5647 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5649 …} -Children: Doctrine\ORM\PersistentCollection {#5652 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5655 -id: 159 -name: "プロモカード(シュヴァルツサイド)" -hierarchy: 3 -sort_no: 9 -create_date: DateTime @1694688954 {#5653 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5654 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5656 …} -Children: Doctrine\ORM\PersistentCollection {#5659 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5662 -id: 7 -name: "ポケモン" -hierarchy: 1 -sort_no: 451 -create_date: DateTime @1694688688 {#4644 date: 2023-09-14 19:51:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240460 {#4643 date: 2025-03-06 14:54:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5663 …} -Children: Doctrine\ORM\PersistentCollection {#5666 …} -Parent: Eccube\Entity\Category {#4301} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: "0213195449_65cb4a797fd47.png" } Eccube\Entity\Category {#5667 -id: 596 -name: "レアリティ" -hierarchy: 2 -sort_no: 450 -create_date: DateTime @1696942135 {#4536 date: 2023-10-10 21:48:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#4537 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5668 …} -Children: Doctrine\ORM\PersistentCollection {#5671 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5672 -id: 621 -name: "UR" -hierarchy: 3 -sort_no: 449 -create_date: DateTime @1696942667 {#5660 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5661 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5673 …} -Children: Doctrine\ORM\PersistentCollection {#5676 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5683 -id: 622 -name: "SAR" -hierarchy: 3 -sort_no: 156 -create_date: DateTime @1696942667 {#5681 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5682 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5684 …} -Children: Doctrine\ORM\PersistentCollection {#5687 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5690 -id: 623 -name: "SR" -hierarchy: 3 -sort_no: 155 -create_date: DateTime @1696942667 {#5688 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5689 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5691 …} -Children: Doctrine\ORM\PersistentCollection {#5694 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5697 -id: 624 -name: "AR" -hierarchy: 3 -sort_no: 154 -create_date: DateTime @1696942667 {#5695 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5696 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5698 …} -Children: Doctrine\ORM\PersistentCollection {#5701 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5704 -id: 625 -name: "RR" -hierarchy: 3 -sort_no: 153 -create_date: DateTime @1696942667 {#5702 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5703 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5705 …} -Children: Doctrine\ORM\PersistentCollection {#5708 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5711 -id: 626 -name: "R" -hierarchy: 3 -sort_no: 152 -create_date: DateTime @1696942667 {#5709 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5710 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5712 …} -Children: Doctrine\ORM\PersistentCollection {#5715 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5718 -id: 627 -name: "UC" -hierarchy: 3 -sort_no: 151 -create_date: DateTime @1696942667 {#5716 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5717 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5719 …} -Children: Doctrine\ORM\PersistentCollection {#5722 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5725 -id: 628 -name: "C" -hierarchy: 3 -sort_no: 150 -create_date: DateTime @1696942667 {#5723 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5724 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5726 …} -Children: Doctrine\ORM\PersistentCollection {#5729 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5732 -id: 629 -name: "TD" -hierarchy: 3 -sort_no: 149 -create_date: DateTime @1696942667 {#5730 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5731 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5733 …} -Children: Doctrine\ORM\PersistentCollection {#5736 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5739 -id: 630 -name: "ホロ" -hierarchy: 3 -sort_no: 148 -create_date: DateTime @1696942667 {#5737 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5738 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5740 …} -Children: Doctrine\ORM\PersistentCollection {#5743 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5744 -id: 663 -name: "新商品" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1717046573 {#5106 date: 2024-05-30 14:22:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5105 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5748 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5751 -id: 747 -name: "ダメージ商品 ポケモン" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1741240588 {#5749 date: 2025-03-06 14:56:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240897 {#5750 date: 2025-03-06 15:01:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5752 …} -Children: Doctrine\ORM\PersistentCollection {#5755 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5758 -id: 706 -name: "[SVOD] ダイゴのダンバル&メタグロスex" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1740201496 {#5756 date: 2025-02-22 14:18:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5757 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5759 …} -Children: Doctrine\ORM\PersistentCollection {#5762 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5765 -id: 705 -name: "[SV9] バトルパートナーズ" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1737708933 {#5763 date: 2025-01-24 17:55:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5764 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5766 …} -Children: Doctrine\ORM\PersistentCollection {#5769 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5772 -id: 704 -name: "[SV8a] テラスタルフェスex" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1733556985 {#5770 date: 2024-12-07 16:36:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5771 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5773 …} -Children: Doctrine\ORM\PersistentCollection {#5776 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5779 -id: 698 -name: "[SV8] 超電ブレイカー" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1729320738 {#5777 date: 2024-10-19 15:52:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5778 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5780 …} -Children: Doctrine\ORM\PersistentCollection {#5783 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5786 -id: 697 -name: "[SV7a] 楽園ドラゴーナ" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1726206102 {#5784 date: 2024-09-13 14:41:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5785 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5787 …} -Children: Doctrine\ORM\PersistentCollection {#5790 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5793 -id: 673 -name: "[SV7] ステラミラクル" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1721806116 {#5791 date: 2024-07-24 16:28:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5792 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5794 …} -Children: Doctrine\ORM\PersistentCollection {#5797 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5800 -id: 668 -name: "[SV6a] ナイトワンダラー" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1717738053 {#5798 date: 2024-06-07 14:27:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5799 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5801 …} -Children: Doctrine\ORM\PersistentCollection {#5804 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5807 -id: 655 -name: "[SV6] 変幻の仮面" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1717043767 {#5805 date: 2024-05-30 13:36:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5806 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5808 …} -Children: Doctrine\ORM\PersistentCollection {#5811 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5814 -id: 650 -name: "[SV5a] クリムゾンヘイズ" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1712556841 {#5812 date: 2024-04-08 15:14:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5813 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5815 …} -Children: Doctrine\ORM\PersistentCollection {#5818 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5821 -id: 656 -name: "[SV5K] ワイルドフォース" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1717043794 {#5819 date: 2024-05-30 13:36:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5820 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5822 …} -Children: Doctrine\ORM\PersistentCollection {#5825 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5828 -id: 657 -name: "[SV5M] サイバージャッジ" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1717043828 {#5826 date: 2024-05-30 13:37:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5827 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5829 …} -Children: Doctrine\ORM\PersistentCollection {#5832 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5835 -id: 665 -name: "[SV4a] シャイニートレジャーex" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1717238509 {#5833 date: 2024-06-01 19:41:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5834 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5836 …} -Children: Doctrine\ORM\PersistentCollection {#5839 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5842 -id: 658 -name: "[SV4K] 古代の咆哮" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1717043844 {#5840 date: 2024-05-30 13:37:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5841 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5843 …} -Children: Doctrine\ORM\PersistentCollection {#5846 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5849 -id: 659 -name: "[SV4M] 未来の一閃" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1717043857 {#5847 date: 2024-05-30 13:37:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5848 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5850 …} -Children: Doctrine\ORM\PersistentCollection {#5853 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5856 -id: 660 -name: "[SV3a] レイジングサーフ" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1717043872 {#5854 date: 2024-05-30 13:37:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5855 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5857 …} -Children: Doctrine\ORM\PersistentCollection {#5860 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5863 -id: 661 -name: "[SV3] 黒炎の支配者" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1717043886 {#5861 date: 2024-05-30 13:38:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5862 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5864 …} -Children: Doctrine\ORM\PersistentCollection {#5867 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5870 -id: 662 -name: "[SV2a] ポケモンカード151" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1717043904 {#5868 date: 2024-05-30 13:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5869 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5871 …} -Children: Doctrine\ORM\PersistentCollection {#5874 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5877 -id: 12 -name: "SV2D クレイバースト" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1694688954 {#5875 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5876 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5878 …} -Children: Doctrine\ORM\PersistentCollection {#5881 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5884 -id: 13 -name: "SV2P スノーハザード" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1694688954 {#5882 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5883 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5885 …} -Children: Doctrine\ORM\PersistentCollection {#5888 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5891 -id: 14 -name: "SV1A トリプレットビート" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1694688954 {#5889 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5890 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5892 …} -Children: Doctrine\ORM\PersistentCollection {#5895 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5898 -id: 15 -name: "SV1V バイオレットex" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1694688954 {#5896 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5897 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5899 …} -Children: Doctrine\ORM\PersistentCollection {#5902 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5905 -id: 16 -name: "SV1S スカーレットex" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1694688954 {#5903 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5904 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5906 …} -Children: Doctrine\ORM\PersistentCollection {#5909 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5912 -id: 11 -name: "PROMO プロモ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1694688954 {#5910 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5911 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5913 …} -Children: Doctrine\ORM\PersistentCollection {#5916 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5919 -id: 645 -name: "ポケモンおすすめ" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1706627829 {#5917 date: 2024-01-31 00:17:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5918 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5920 …} -Children: Doctrine\ORM\PersistentCollection {#5923 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5928 -id: 217 -name: "買い取り" -hierarchy: 2 -sort_no: 448 -create_date: DateTime @1695966514 {#5680 date: 2023-09-29 14:48:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#5679 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5929 …} -Children: Doctrine\ORM\PersistentCollection {#5932 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5933 -id: 219 -name: "ポケモン" -hierarchy: 2 -sort_no: 422 -create_date: DateTime @1695974903 {#5678 date: 2023-09-29 17:08:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708916557 {#5677 date: 2024-02-26 12:02:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5934 …} -Children: Doctrine\ORM\PersistentCollection {#5937 …} -Parent: Eccube\Entity\Category {#5928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: "0226120233_65dbff4915d20.png" } Eccube\Entity\Category {#5938 -id: 597 -name: "レアリティ" -hierarchy: 3 -sort_no: 421 -create_date: DateTime @1696942150 {#5924 date: 2023-10-10 21:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#5925 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5939 …} -Children: Doctrine\ORM\PersistentCollection {#5942 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5943 -id: 713 -name: "UR" -hierarchy: 4 -sort_no: 419 -create_date: DateTime @1740989596 {#5926 date: 2025-03-03 17:13:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5927 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5944 …} -Children: Doctrine\ORM\PersistentCollection {#5947 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5956 -id: 714 -name: "SAR" -hierarchy: 4 -sort_no: 418 -create_date: DateTime @1740989599 {#5954 date: 2025-03-03 17:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5955 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5957 …} -Children: Doctrine\ORM\PersistentCollection {#5960 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5963 -id: 715 -name: "SR" -hierarchy: 4 -sort_no: 417 -create_date: DateTime @1740989607 {#5961 date: 2025-03-03 17:13:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5962 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5964 …} -Children: Doctrine\ORM\PersistentCollection {#5967 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5970 -id: 716 -name: "AR" -hierarchy: 4 -sort_no: 416 -create_date: DateTime @1740989612 {#5968 date: 2025-03-03 17:13:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5969 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5971 …} -Children: Doctrine\ORM\PersistentCollection {#5974 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5977 -id: 717 -name: "RR" -hierarchy: 4 -sort_no: 415 -create_date: DateTime @1740989616 {#5975 date: 2025-03-03 17:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5976 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5978 …} -Children: Doctrine\ORM\PersistentCollection {#5981 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5984 -id: 718 -name: "R" -hierarchy: 4 -sort_no: 414 -create_date: DateTime @1740989626 {#5982 date: 2025-03-03 17:13:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5983 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5985 …} -Children: Doctrine\ORM\PersistentCollection {#5988 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5991 -id: 719 -name: "UC" -hierarchy: 4 -sort_no: 413 -create_date: DateTime @1740989636 {#5989 date: 2025-03-03 17:13:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5990 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5992 …} -Children: Doctrine\ORM\PersistentCollection {#5995 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5998 -id: 720 -name: "C" -hierarchy: 4 -sort_no: 412 -create_date: DateTime @1740990583 {#5996 date: 2025-03-03 17:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5997 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5999 …} -Children: Doctrine\ORM\PersistentCollection {#6002 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6005 -id: 721 -name: "TD" -hierarchy: 4 -sort_no: 411 -create_date: DateTime @1740990604 {#6003 date: 2025-03-03 17:30:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6004 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6006 …} -Children: Doctrine\ORM\PersistentCollection {#6009 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6012 -id: 722 -name: "ホロ" -hierarchy: 4 -sort_no: 410 -create_date: DateTime @1740990613 {#6010 date: 2025-03-03 17:30:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6011 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6013 …} -Children: Doctrine\ORM\PersistentCollection {#6016 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6017 -id: 222 -name: "PROMO プロモ" -hierarchy: 3 -sort_no: 420 -create_date: DateTime @1695981741 {#5949 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#5948 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6018 …} -Children: Doctrine\ORM\PersistentCollection {#6021 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6024 -id: 743 -name: "SV7a 楽園ドラゴーナ" -hierarchy: 3 -sort_no: 409 -create_date: DateTime @1741091161 {#6022 date: 2025-03-04 21:26:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6023 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6025 …} -Children: Doctrine\ORM\PersistentCollection {#6028 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6031 -id: 686 -name: "SV7 ステラミラクル" -hierarchy: 3 -sort_no: 408 -create_date: DateTime @1722247026 {#6029 date: 2024-07-29 18:57:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6030 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6032 …} -Children: Doctrine\ORM\PersistentCollection {#6035 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6038 -id: 685 -name: "SV6a ナイトワンダラー" -hierarchy: 3 -sort_no: 407 -create_date: DateTime @1722246995 {#6036 date: 2024-07-29 18:56:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6037 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6039 …} -Children: Doctrine\ORM\PersistentCollection {#6042 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6045 -id: 671 -name: "SV6 変幻の仮面" -hierarchy: 3 -sort_no: 406 -create_date: DateTime @1718259642 {#6043 date: 2024-06-13 15:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6044 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6046 …} -Children: Doctrine\ORM\PersistentCollection {#6049 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6052 -id: 684 -name: "SV5a クリムゾンヘイズ" -hierarchy: 3 -sort_no: 405 -create_date: DateTime @1722246604 {#6050 date: 2024-07-29 18:50:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6051 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6053 …} -Children: Doctrine\ORM\PersistentCollection {#6056 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6059 -id: 683 -name: "SV5K ワイルドフォース" -hierarchy: 3 -sort_no: 404 -create_date: DateTime @1722246552 {#6057 date: 2024-07-29 18:49:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6058 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6060 …} -Children: Doctrine\ORM\PersistentCollection {#6063 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6066 -id: 682 -name: "SV5M サイバージャッジ" -hierarchy: 3 -sort_no: 403 -create_date: DateTime @1722246464 {#6064 date: 2024-07-29 18:47:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6065 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6067 …} -Children: Doctrine\ORM\PersistentCollection {#6070 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6073 -id: 676 -name: "SV4a シャイニートレジャーex" -hierarchy: 3 -sort_no: 402 -create_date: DateTime @1722245675 {#6071 date: 2024-07-29 18:34:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6072 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6074 …} -Children: Doctrine\ORM\PersistentCollection {#6077 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6080 -id: 681 -name: "SV4K 古代の咆哮" -hierarchy: 3 -sort_no: 401 -create_date: DateTime @1722246371 {#6078 date: 2024-07-29 18:46:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6079 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6081 …} -Children: Doctrine\ORM\PersistentCollection {#6084 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6087 -id: 680 -name: "SV4M 未来の一閃" -hierarchy: 3 -sort_no: 400 -create_date: DateTime @1722246328 {#6085 date: 2024-07-29 18:45:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6086 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6088 …} -Children: Doctrine\ORM\PersistentCollection {#6091 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6094 -id: 679 -name: "SV3a レイジングサーフ" -hierarchy: 3 -sort_no: 399 -create_date: DateTime @1722246031 {#6092 date: 2024-07-29 18:40:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6093 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6095 …} -Children: Doctrine\ORM\PersistentCollection {#6098 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6101 -id: 678 -name: "SV3 黒炎の支配者" -hierarchy: 3 -sort_no: 398 -create_date: DateTime @1722245945 {#6099 date: 2024-07-29 18:39:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6100 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6102 …} -Children: Doctrine\ORM\PersistentCollection {#6105 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6108 -id: 677 -name: "SV2a ポケモンカード151" -hierarchy: 3 -sort_no: 397 -create_date: DateTime @1722245748 {#6106 date: 2024-07-29 18:35:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6107 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6109 …} -Children: Doctrine\ORM\PersistentCollection {#6112 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6115 -id: 223 -name: "SV2D クレイバースト" -hierarchy: 3 -sort_no: 396 -create_date: DateTime @1695981741 {#6113 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6114 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6116 …} -Children: Doctrine\ORM\PersistentCollection {#6119 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6122 -id: 224 -name: "SV2P スノーハザード" -hierarchy: 3 -sort_no: 395 -create_date: DateTime @1695981741 {#6120 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6121 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6123 …} -Children: Doctrine\ORM\PersistentCollection {#6126 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6129 -id: 225 -name: "SV1A トリプレットビート" -hierarchy: 3 -sort_no: 394 -create_date: DateTime @1695981741 {#6127 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6128 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6130 …} -Children: Doctrine\ORM\PersistentCollection {#6133 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6136 -id: 226 -name: "SV1V バイオレットex" -hierarchy: 3 -sort_no: 393 -create_date: DateTime @1695981741 {#6134 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6135 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6137 …} -Children: Doctrine\ORM\PersistentCollection {#6140 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6143 -id: 227 -name: "SV1S スカーレットex" -hierarchy: 3 -sort_no: 392 -create_date: DateTime @1695981741 {#6141 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6142 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6144 …} -Children: Doctrine\ORM\PersistentCollection {#6147 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6150 -id: 228 -name: "S12A VSTARユニバース" -hierarchy: 3 -sort_no: 391 -create_date: DateTime @1695981741 {#6148 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6149 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6151 …} -Children: Doctrine\ORM\PersistentCollection {#6154 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6157 -id: 229 -name: "S12 パラダイムトリガー" -hierarchy: 3 -sort_no: 390 -create_date: DateTime @1695981741 {#6155 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6156 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6158 …} -Children: Doctrine\ORM\PersistentCollection {#6161 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6164 -id: 230 -name: "S11A 白熱のアルカナ" -hierarchy: 3 -sort_no: 389 -create_date: DateTime @1695981741 {#6162 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6163 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6165 …} -Children: Doctrine\ORM\PersistentCollection {#6168 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6171 -id: 231 -name: "S11 ロストアビス" -hierarchy: 3 -sort_no: 388 -create_date: DateTime @1695981741 {#6169 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6170 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6172 …} -Children: Doctrine\ORM\PersistentCollection {#6175 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6178 -id: 232 -name: "S10B Pokemon GO" -hierarchy: 3 -sort_no: 387 -create_date: DateTime @1695981741 {#6176 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6177 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6179 …} -Children: Doctrine\ORM\PersistentCollection {#6182 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6185 -id: 233 -name: "S10A ダークファンタズム" -hierarchy: 3 -sort_no: 386 -create_date: DateTime @1695981741 {#6183 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6184 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6186 …} -Children: Doctrine\ORM\PersistentCollection {#6189 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6192 -id: 234 -name: "S10P スペースジャグラー" -hierarchy: 3 -sort_no: 385 -create_date: DateTime @1695981741 {#6190 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6191 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6193 …} -Children: Doctrine\ORM\PersistentCollection {#6196 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6199 -id: 235 -name: "S10D タイムゲイザー" -hierarchy: 3 -sort_no: 384 -create_date: DateTime @1695981741 {#6197 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6198 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6200 …} -Children: Doctrine\ORM\PersistentCollection {#6203 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6206 -id: 236 -name: "S9A バトルリージョン" -hierarchy: 3 -sort_no: 383 -create_date: DateTime @1695981741 {#6204 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6205 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6207 …} -Children: Doctrine\ORM\PersistentCollection {#6210 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6213 -id: 237 -name: "S9 スターバース" -hierarchy: 3 -sort_no: 382 -create_date: DateTime @1695981741 {#6211 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6212 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6214 …} -Children: Doctrine\ORM\PersistentCollection {#6217 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6220 -id: 238 -name: "S8B VMAXクライマックス" -hierarchy: 3 -sort_no: 381 -create_date: DateTime @1695981741 {#6218 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6219 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6221 …} -Children: Doctrine\ORM\PersistentCollection {#6224 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6227 -id: 239 -name: "S8A 25th ANNIVERSARY COLLECTION" -hierarchy: 3 -sort_no: 380 -create_date: DateTime @1695981741 {#6225 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6226 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6228 …} -Children: Doctrine\ORM\PersistentCollection {#6231 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6234 -id: 240 -name: "S8 フュージョンアーツ" -hierarchy: 3 -sort_no: 379 -create_date: DateTime @1695981741 {#6232 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6233 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6235 …} -Children: Doctrine\ORM\PersistentCollection {#6238 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6241 -id: 241 -name: "S7R 蒼空ストリーム" -hierarchy: 3 -sort_no: 378 -create_date: DateTime @1695981741 {#6239 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6240 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6242 …} -Children: Doctrine\ORM\PersistentCollection {#6245 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6248 -id: 242 -name: "S7D 摩天パーフェクト" -hierarchy: 3 -sort_no: 377 -create_date: DateTime @1695981741 {#6246 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6247 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6249 …} -Children: Doctrine\ORM\PersistentCollection {#6252 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6255 -id: 243 -name: "S6A イーブイヒーローズ" -hierarchy: 3 -sort_no: 376 -create_date: DateTime @1695981741 {#6253 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6254 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6256 …} -Children: Doctrine\ORM\PersistentCollection {#6259 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6262 -id: 244 -name: "S6K 漆黒のガイスト" -hierarchy: 3 -sort_no: 375 -create_date: DateTime @1695981741 {#6260 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6261 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6263 …} -Children: Doctrine\ORM\PersistentCollection {#6266 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6269 -id: 245 -name: "S6H 白銀のランス" -hierarchy: 3 -sort_no: 374 -create_date: DateTime @1695981741 {#6267 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6268 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6270 …} -Children: Doctrine\ORM\PersistentCollection {#6273 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6276 -id: 246 -name: "S5A 双璧のファイター" -hierarchy: 3 -sort_no: 373 -create_date: DateTime @1695981741 {#6274 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6275 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6277 …} -Children: Doctrine\ORM\PersistentCollection {#6280 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6283 -id: 247 -name: "S5R 連撃マスター" -hierarchy: 3 -sort_no: 372 -create_date: DateTime @1695981741 {#6281 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6282 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6284 …} -Children: Doctrine\ORM\PersistentCollection {#6287 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6290 -id: 248 -name: "S5I 一撃マスター" -hierarchy: 3 -sort_no: 371 -create_date: DateTime @1695981741 {#6288 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6289 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6291 …} -Children: Doctrine\ORM\PersistentCollection {#6294 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6297 -id: 249 -name: "S4A シャイニースターV" -hierarchy: 3 -sort_no: 370 -create_date: DateTime @1695981741 {#6295 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6296 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6298 …} -Children: Doctrine\ORM\PersistentCollection {#6301 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6304 -id: 250 -name: "S4 仰天のボルテッカー" -hierarchy: 3 -sort_no: 369 -create_date: DateTime @1695981741 {#6302 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6303 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6305 …} -Children: Doctrine\ORM\PersistentCollection {#6308 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6311 -id: 251 -name: "S3a 伝説の鼓動" -hierarchy: 3 -sort_no: 368 -create_date: DateTime @1695981741 {#6309 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6310 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6312 …} -Children: Doctrine\ORM\PersistentCollection {#6315 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6318 -id: 252 -name: "S3 ムゲンゾーン" -hierarchy: 3 -sort_no: 367 -create_date: DateTime @1695981741 {#6316 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6317 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6319 …} -Children: Doctrine\ORM\PersistentCollection {#6322 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6325 -id: 253 -name: "S2a 爆炎ウォーカー" -hierarchy: 3 -sort_no: 366 -create_date: DateTime @1695981741 {#6323 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6324 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6326 …} -Children: Doctrine\ORM\PersistentCollection {#6329 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6332 -id: 254 -name: "S2 反逆クラッシュ" -hierarchy: 3 -sort_no: 365 -create_date: DateTime @1695981741 {#6330 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6331 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6333 …} -Children: Doctrine\ORM\PersistentCollection {#6336 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6339 -id: 255 -name: "S1a VMAXライジング" -hierarchy: 3 -sort_no: 364 -create_date: DateTime @1695981741 {#6337 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6338 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6340 …} -Children: Doctrine\ORM\PersistentCollection {#6343 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6346 -id: 256 -name: "S1H シールド" -hierarchy: 3 -sort_no: 363 -create_date: DateTime @1695981741 {#6344 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6345 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6347 …} -Children: Doctrine\ORM\PersistentCollection {#6350 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6353 -id: 257 -name: "S1W ソード" -hierarchy: 3 -sort_no: 362 -create_date: DateTime @1695981741 {#6351 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6352 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6354 …} -Children: Doctrine\ORM\PersistentCollection {#6357 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6360 -id: 258 -name: "SM12a TAG TEAM GX タッグオールスターズ" -hierarchy: 3 -sort_no: 361 -create_date: DateTime @1695981741 {#6358 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6359 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6361 …} -Children: Doctrine\ORM\PersistentCollection {#6364 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6367 -id: 259 -name: "SM12 オルタージェネシス" -hierarchy: 3 -sort_no: 360 -create_date: DateTime @1695981741 {#6365 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6366 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6368 …} -Children: Doctrine\ORM\PersistentCollection {#6371 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6374 -id: 260 -name: "SM11b ドリームリーグ" -hierarchy: 3 -sort_no: 359 -create_date: DateTime @1695981741 {#6372 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6373 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6375 …} -Children: Doctrine\ORM\PersistentCollection {#6378 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6381 -id: 261 -name: "SM11a リミックスバウト" -hierarchy: 3 -sort_no: 358 -create_date: DateTime @1695981741 {#6379 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6380 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6382 …} -Children: Doctrine\ORM\PersistentCollection {#6385 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6388 -id: 262 -name: "SM11 ミラクルツイン" -hierarchy: 3 -sort_no: 357 -create_date: DateTime @1695981741 {#6386 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6387 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6389 …} -Children: Doctrine\ORM\PersistentCollection {#6392 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6395 -id: 263 -name: "SM10b スカイレジェンド" -hierarchy: 3 -sort_no: 356 -create_date: DateTime @1695981741 {#6393 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6394 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6396 …} -Children: Doctrine\ORM\PersistentCollection {#6399 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6402 -id: 264 -name: "SM10a ジージーエンド" -hierarchy: 3 -sort_no: 355 -create_date: DateTime @1695981741 {#6400 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6401 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6403 …} -Children: Doctrine\ORM\PersistentCollection {#6406 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6409 -id: 265 -name: "SMP2 名探偵ピカチュウ" -hierarchy: 3 -sort_no: 354 -create_date: DateTime @1695981741 {#6407 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6408 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6410 …} -Children: Doctrine\ORM\PersistentCollection {#6413 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6416 -id: 266 -name: "SM10 ダブルブレイズ" -hierarchy: 3 -sort_no: 353 -create_date: DateTime @1695981741 {#6414 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6415 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6417 …} -Children: Doctrine\ORM\PersistentCollection {#6420 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6423 -id: 267 -name: "SM9b フルメタルウォール" -hierarchy: 3 -sort_no: 352 -create_date: DateTime @1695981741 {#6421 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6422 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6424 …} -Children: Doctrine\ORM\PersistentCollection {#6427 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6430 -id: 268 -name: "SM9a ナイトユニゾン" -hierarchy: 3 -sort_no: 351 -create_date: DateTime @1695981741 {#6428 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6429 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6431 …} -Children: Doctrine\ORM\PersistentCollection {#6434 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6437 -id: 269 -name: "SM9 タッグボルト" -hierarchy: 3 -sort_no: 350 -create_date: DateTime @1695981741 {#6435 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6436 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6438 …} -Children: Doctrine\ORM\PersistentCollection {#6441 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6444 -id: 270 -name: "SM8b GXウルトラシャイニー" -hierarchy: 3 -sort_no: 349 -create_date: DateTime @1695981741 {#6442 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6443 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6445 …} -Children: Doctrine\ORM\PersistentCollection {#6448 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6451 -id: 271 -name: "SM8a ダークオーダー" -hierarchy: 3 -sort_no: 348 -create_date: DateTime @1695981741 {#6449 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6450 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6452 …} -Children: Doctrine\ORM\PersistentCollection {#6455 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6458 -id: 272 -name: "SM8 超爆インパクト" -hierarchy: 3 -sort_no: 347 -create_date: DateTime @1695981741 {#6456 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6457 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6459 …} -Children: Doctrine\ORM\PersistentCollection {#6462 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6465 -id: 273 -name: "SM7b フェアリーライズ" -hierarchy: 3 -sort_no: 346 -create_date: DateTime @1695981741 {#6463 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6464 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6466 …} -Children: Doctrine\ORM\PersistentCollection {#6469 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6472 -id: 274 -name: "SM7a迅雷スパーク" -hierarchy: 3 -sort_no: 345 -create_date: DateTime @1695981741 {#6470 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6471 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6473 …} -Children: Doctrine\ORM\PersistentCollection {#6476 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6479 -id: 275 -name: "SM7 裂空のカリスマ" -hierarchy: 3 -sort_no: 344 -create_date: DateTime @1695981741 {#6477 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6478 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6480 …} -Children: Doctrine\ORM\PersistentCollection {#6483 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6486 -id: 276 -name: "SM6b チャンピオンロード" -hierarchy: 3 -sort_no: 343 -create_date: DateTime @1695981741 {#6484 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6485 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6487 …} -Children: Doctrine\ORM\PersistentCollection {#6490 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6493 -id: 277 -name: "SM6a ドラゴンストーム" -hierarchy: 3 -sort_no: 342 -create_date: DateTime @1695981741 {#6491 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6492 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6494 …} -Children: Doctrine\ORM\PersistentCollection {#6497 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6500 -id: 278 -name: "SM6 禁断の光" -hierarchy: 3 -sort_no: 341 -create_date: DateTime @1695981741 {#6498 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6499 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6501 …} -Children: Doctrine\ORM\PersistentCollection {#6504 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6507 -id: 279 -name: "SM5+ ウルトラフォース" -hierarchy: 3 -sort_no: 340 -create_date: DateTime @1695981741 {#6505 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6506 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6508 …} -Children: Doctrine\ORM\PersistentCollection {#6511 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6514 -id: 280 -name: "SM5mウルトラサン" -hierarchy: 3 -sort_no: 339 -create_date: DateTime @1695981741 {#6512 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6513 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6515 …} -Children: Doctrine\ORM\PersistentCollection {#6518 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6521 -id: 281 -name: "SM5sウルトラムーン" -hierarchy: 3 -sort_no: 338 -create_date: DateTime @1695981741 {#6519 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6520 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6522 …} -Children: Doctrine\ORM\PersistentCollection {#6525 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6528 -id: 282 -name: "SM4+ GXバトルブースト" -hierarchy: 3 -sort_no: 337 -create_date: DateTime @1695981741 {#6526 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6527 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6529 …} -Children: Doctrine\ORM\PersistentCollection {#6532 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6535 -id: 283 -name: "SM4s 覚醒の勇者" -hierarchy: 3 -sort_no: 336 -create_date: DateTime @1695981741 {#6533 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6534 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6536 …} -Children: Doctrine\ORM\PersistentCollection {#6539 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6542 -id: 284 -name: "SM4a 超次元の暴獣" -hierarchy: 3 -sort_no: 335 -create_date: DateTime @1695981741 {#6540 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6541 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6543 …} -Children: Doctrine\ORM\PersistentCollection {#6546 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6549 -id: 285 -name: "SM3+ ひかる伝説" -hierarchy: 3 -sort_no: 334 -create_date: DateTime @1695981741 {#6547 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6548 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6550 …} -Children: Doctrine\ORM\PersistentCollection {#6553 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6556 -id: 286 -name: "SM3h 闘う虹を見たか" -hierarchy: 3 -sort_no: 333 -create_date: DateTime @1695981741 {#6554 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6555 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6557 …} -Children: Doctrine\ORM\PersistentCollection {#6560 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6563 -id: 287 -name: "SM3n 光を喰らう闇" -hierarchy: 3 -sort_no: 332 -create_date: DateTime @1695981741 {#6561 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6562 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6564 …} -Children: Doctrine\ORM\PersistentCollection {#6567 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6570 -id: 288 -name: "SM2+ 新たなる試練の向こう" -hierarchy: 3 -sort_no: 331 -create_date: DateTime @1695981741 {#6568 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6569 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6571 …} -Children: Doctrine\ORM\PersistentCollection {#6574 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6577 -id: 289 -name: "SM2k キミを待つ島々" -hierarchy: 3 -sort_no: 330 -create_date: DateTime @1695981741 {#6575 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6576 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6578 …} -Children: Doctrine\ORM\PersistentCollection {#6581 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6584 -id: 290 -name: "SM2L アローラの月光" -hierarchy: 3 -sort_no: 329 -create_date: DateTime @1695981741 {#6582 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6583 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6585 …} -Children: Doctrine\ORM\PersistentCollection {#6588 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6591 -id: 291 -name: "SM1+ サン&ムーン" -hierarchy: 3 -sort_no: 328 -create_date: DateTime @1695981741 {#6589 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6590 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6592 …} -Children: Doctrine\ORM\PersistentCollection {#6595 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6598 -id: 292 -name: "SM1s コレクション サン" -hierarchy: 3 -sort_no: 327 -create_date: DateTime @1695981741 {#6596 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6597 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6599 …} -Children: Doctrine\ORM\PersistentCollection {#6602 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6605 -id: 293 -name: "SM1m コレクション ムーン" -hierarchy: 3 -sort_no: 326 -create_date: DateTime @1695981741 {#6603 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6604 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6606 …} -Children: Doctrine\ORM\PersistentCollection {#6609 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6614 -id: 218 -name: "ヴァイスシュヴァルツ" -hierarchy: 2 -sort_no: 325 -create_date: DateTime @1695974896 {#5952 date: 2023-09-29 17:08:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708916568 {#5953 date: 2024-02-26 12:02:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6615 …} -Children: Doctrine\ORM\PersistentCollection {#6618 …} -Parent: Eccube\Entity\Category {#5928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: "0226120246_65dbff56df4a3.png" } Eccube\Entity\Category {#6619 -id: 731 -name: "レアリティ" -hierarchy: 3 -sort_no: 324 -create_date: DateTime @1740991321 {#6610 date: 2025-03-03 17:42:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991321 {#6611 date: 2025-03-03 17:42:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6620 …} -Children: Doctrine\ORM\PersistentCollection {#6623 …} -Parent: Eccube\Entity\Category {#6614} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6624 -id: 732 -name: "SSP" -hierarchy: 4 -sort_no: 323 -create_date: DateTime @1740991716 {#6612 date: 2025-03-03 17:48:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6613 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6625 …} -Children: Doctrine\ORM\PersistentCollection {#6628 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6635 -id: 733 -name: "SP" -hierarchy: 4 -sort_no: 322 -create_date: DateTime @1740991726 {#6633 date: 2025-03-03 17:48:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6634 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6636 …} -Children: Doctrine\ORM\PersistentCollection {#6639 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6642 -id: 734 -name: "RRR" -hierarchy: 4 -sort_no: 321 -create_date: DateTime @1740991737 {#6640 date: 2025-03-03 17:48:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6641 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6643 …} -Children: Doctrine\ORM\PersistentCollection {#6646 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6649 -id: 735 -name: "SR" -hierarchy: 4 -sort_no: 320 -create_date: DateTime @1740991747 {#6647 date: 2025-03-03 17:49:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6648 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6650 …} -Children: Doctrine\ORM\PersistentCollection {#6653 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6656 -id: 736 -name: "RR" -hierarchy: 4 -sort_no: 319 -create_date: DateTime @1740991756 {#6654 date: 2025-03-03 17:49:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6655 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6657 …} -Children: Doctrine\ORM\PersistentCollection {#6660 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6663 -id: 737 -name: "R" -hierarchy: 4 -sort_no: 318 -create_date: DateTime @1740991765 {#6661 date: 2025-03-03 17:49:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6662 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6664 …} -Children: Doctrine\ORM\PersistentCollection {#6667 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6670 -id: 738 -name: "UC" -hierarchy: 4 -sort_no: 317 -create_date: DateTime @1740991777 {#6668 date: 2025-03-03 17:49:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6669 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6671 …} -Children: Doctrine\ORM\PersistentCollection {#6674 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6677 -id: 739 -name: "C" -hierarchy: 4 -sort_no: 316 -create_date: DateTime @1740991787 {#6675 date: 2025-03-03 17:49:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6676 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6678 …} -Children: Doctrine\ORM\PersistentCollection {#6681 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6684 -id: 740 -name: "PR" -hierarchy: 4 -sort_no: 315 -create_date: DateTime @1740991816 {#6682 date: 2025-03-03 17:50:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6683 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6685 …} -Children: Doctrine\ORM\PersistentCollection {#6688 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6691 -id: 741 -name: "TD" -hierarchy: 4 -sort_no: 314 -create_date: DateTime @1740991826 {#6689 date: 2025-03-03 17:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6690 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6692 …} -Children: Doctrine\ORM\PersistentCollection {#6695 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6698 -id: 742 -name: "ホロ" -hierarchy: 4 -sort_no: 313 -create_date: DateTime @1740991838 {#6696 date: 2025-03-03 17:50:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6697 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6699 …} -Children: Doctrine\ORM\PersistentCollection {#6702 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6705 -id: 221 -name: "シュヴァルツサイド" -hierarchy: 3 -sort_no: 312 -create_date: DateTime @1695979650 {#6631 date: 2023-09-29 18:27:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695979650 {#6632 date: 2023-09-29 18:27:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6706 …} -Children: Doctrine\ORM\PersistentCollection {#6709 …} -Parent: Eccube\Entity\Category {#6614} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6710 -id: 351 -name: "アイドルマスター" -hierarchy: 4 -sort_no: 311 -create_date: DateTime @1695985580 {#6703 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6704 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6711 …} -Children: Doctrine\ORM\PersistentCollection {#6714 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6719 -id: 352 -name: "アイドルマスター シャイニーカラーズ" -hierarchy: 4 -sort_no: 310 -create_date: DateTime @1695985580 {#6717 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6718 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6720 …} -Children: Doctrine\ORM\PersistentCollection {#6723 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6726 -id: 353 -name: "アイドルマスター ミリオンライブ!" -hierarchy: 4 -sort_no: 309 -create_date: DateTime @1695985580 {#6724 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6725 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6727 …} -Children: Doctrine\ORM\PersistentCollection {#6730 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6733 -id: 354 -name: "アクセル・ワールド" -hierarchy: 4 -sort_no: 308 -create_date: DateTime @1695985580 {#6731 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6732 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6734 …} -Children: Doctrine\ORM\PersistentCollection {#6737 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6740 -id: 355 -name: "アサルトリリィ" -hierarchy: 4 -sort_no: 307 -create_date: DateTime @1695985580 {#6738 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6739 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6741 …} -Children: Doctrine\ORM\PersistentCollection {#6744 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6747 -id: 356 -name: "アズールレーン" -hierarchy: 4 -sort_no: 306 -create_date: DateTime @1695985580 {#6745 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6746 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6748 …} -Children: Doctrine\ORM\PersistentCollection {#6751 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6754 -id: 357 -name: "ありふれた職業で世界最強" -hierarchy: 4 -sort_no: 305 -create_date: DateTime @1695985580 {#6752 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6753 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6755 …} -Children: Doctrine\ORM\PersistentCollection {#6758 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6761 -id: 358 -name: "痛いのは嫌なので防御力に極振りしたいと思います。" -hierarchy: 4 -sort_no: 304 -create_date: DateTime @1695985580 {#6759 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6760 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6762 …} -Children: Doctrine\ORM\PersistentCollection {#6765 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6768 -id: 359 -name: "うーさーのその日暮らし" -hierarchy: 4 -sort_no: 303 -create_date: DateTime @1695985580 {#6766 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6767 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6769 …} -Children: Doctrine\ORM\PersistentCollection {#6772 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6775 -id: 360 -name: "ヱヴァンゲリヲン新劇場版" -hierarchy: 4 -sort_no: 302 -create_date: DateTime @1695985580 {#6773 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6774 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6776 …} -Children: Doctrine\ORM\PersistentCollection {#6779 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6782 -id: 361 -name: "おそ松さん" -hierarchy: 4 -sort_no: 301 -create_date: DateTime @1695985580 {#6780 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6781 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6783 …} -Children: Doctrine\ORM\PersistentCollection {#6786 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6789 -id: 362 -name: "オーバーロード" -hierarchy: 4 -sort_no: 300 -create_date: DateTime @1695985580 {#6787 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6788 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6790 …} -Children: Doctrine\ORM\PersistentCollection {#6793 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6796 -id: 363 -name: "かぐや様は告らせたい~天才たちの恋愛頭脳戦~" -hierarchy: 4 -sort_no: 299 -create_date: DateTime @1695985580 {#6794 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6795 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6797 …} -Children: Doctrine\ORM\PersistentCollection {#6800 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6803 -id: 364 -name: "刀語" -hierarchy: 4 -sort_no: 298 -create_date: DateTime @1695985580 {#6801 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6802 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6804 …} -Children: Doctrine\ORM\PersistentCollection {#6807 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6810 -id: 365 -name: "CANAAN" -hierarchy: 4 -sort_no: 297 -create_date: DateTime @1695985580 {#6808 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6809 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6811 …} -Children: Doctrine\ORM\PersistentCollection {#6814 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6817 -id: 366 -name: "艦隊これくしょん -艦これ-" -hierarchy: 4 -sort_no: 296 -create_date: DateTime @1695985580 {#6815 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6816 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6818 …} -Children: Doctrine\ORM\PersistentCollection {#6821 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6824 -id: 367 -name: "超爆裂異次元メンコバトル ギガントシューター つかさ" -hierarchy: 4 -sort_no: 295 -create_date: DateTime @1695985580 {#6822 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6823 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6825 …} -Children: Doctrine\ORM\PersistentCollection {#6828 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6831 -id: 368 -name: "キズナイーバー" -hierarchy: 4 -sort_no: 294 -create_date: DateTime @1695985580 {#6829 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6830 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6832 …} -Children: Doctrine\ORM\PersistentCollection {#6835 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6838 -id: 369 -name: "境界のRINNE" -hierarchy: 4 -sort_no: 293 -create_date: DateTime @1695985580 {#6836 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6837 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6839 …} -Children: Doctrine\ORM\PersistentCollection {#6842 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6845 -id: 370 -name: "ギルティクラウン" -hierarchy: 4 -sort_no: 292 -create_date: DateTime @1695985580 {#6843 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6844 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6846 …} -Children: Doctrine\ORM\PersistentCollection {#6849 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6852 -id: 371 -name: "キルラキル" -hierarchy: 4 -sort_no: 291 -create_date: DateTime @1695985580 {#6850 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6851 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6853 …} -Children: Doctrine\ORM\PersistentCollection {#6856 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6859 -id: 372 -name: "グリザイアの果実" -hierarchy: 4 -sort_no: 290 -create_date: DateTime @1695985580 {#6857 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6858 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6860 …} -Children: Doctrine\ORM\PersistentCollection {#6863 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6866 -id: 373 -name: "クレヨンしんちゃん" -hierarchy: 4 -sort_no: 289 -create_date: DateTime @1695985580 {#6864 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6865 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6867 …} -Children: Doctrine\ORM\PersistentCollection {#6870 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6873 -id: 374 -name: "劇場版マクロスF" -hierarchy: 4 -sort_no: 288 -create_date: DateTime @1695985580 {#6871 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6872 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6874 …} -Children: Doctrine\ORM\PersistentCollection {#6877 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6880 -id: 375 -name: "アニメーション映画『GODZILLA』" -hierarchy: 4 -sort_no: 287 -create_date: DateTime @1695985580 {#6878 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6879 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6881 …} -Children: Doctrine\ORM\PersistentCollection {#6884 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6887 -id: 376 -name: "ゴブリンスレイヤー" -hierarchy: 4 -sort_no: 286 -create_date: DateTime @1695985580 {#6885 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6886 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6888 …} -Children: Doctrine\ORM\PersistentCollection {#6891 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6894 -id: 377 -name: "PSYCHO-PASS サイコパス" -hierarchy: 4 -sort_no: 285 -create_date: DateTime @1695985580 {#6892 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6893 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6895 …} -Children: Doctrine\ORM\PersistentCollection {#6898 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6901 -id: 378 -name: "THE KING OF FIGHTERS" -hierarchy: 4 -sort_no: 284 -create_date: DateTime @1695985580 {#6899 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6900 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6902 …} -Children: Doctrine\ORM\PersistentCollection {#6905 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6908 -id: 379 -name: "シャイニングシリーズ" -hierarchy: 4 -sort_no: 283 -create_date: DateTime @1695985580 {#6906 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6907 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6909 …} -Children: Doctrine\ORM\PersistentCollection {#6912 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6915 -id: 380 -name: "STEINS;GATE" -hierarchy: 4 -sort_no: 282 -create_date: DateTime @1695985580 {#6913 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6914 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6916 …} -Children: Doctrine\ORM\PersistentCollection {#6919 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6922 -id: 381 -name: "STEINS;GATE[ブースター]" -hierarchy: 4 -sort_no: 281 -create_date: DateTime @1695985580 {#6920 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6921 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6923 …} -Children: Doctrine\ORM\PersistentCollection {#6926 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6929 -id: 382 -name: "STEINS;GATE[TD+]" -hierarchy: 4 -sort_no: 280 -create_date: DateTime @1695985580 {#6927 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6928 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6930 …} -Children: Doctrine\ORM\PersistentCollection {#6933 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6936 -id: 383 -name: "少女☆歌劇 レヴュースタァライト" -hierarchy: 4 -sort_no: 279 -create_date: DateTime @1695985580 {#6934 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6935 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6937 …} -Children: Doctrine\ORM\PersistentCollection {#6940 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6943 -id: 384 -name: "ジョジョの奇妙な冒険" -hierarchy: 4 -sort_no: 278 -create_date: DateTime @1695985580 {#6941 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6942 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6944 …} -Children: Doctrine\ORM\PersistentCollection {#6947 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6950 -id: 385 -name: "進撃の巨人" -hierarchy: 4 -sort_no: 277 -create_date: DateTime @1695985580 {#6948 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6949 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6951 …} -Children: Doctrine\ORM\PersistentCollection {#6954 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6957 -id: 386 -name: "新サクラ大戦" -hierarchy: 4 -sort_no: 276 -create_date: DateTime @1695985580 {#6955 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6956 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6958 …} -Children: Doctrine\ORM\PersistentCollection {#6961 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6964 -id: 387 -name: "翠星のガルガンティア" -hierarchy: 4 -sort_no: 275 -create_date: DateTime @1695985580 {#6962 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6963 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6965 …} -Children: Doctrine\ORM\PersistentCollection {#6968 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6971 -id: 388 -name: "スクールガールストライカーズ" -hierarchy: 4 -sort_no: 274 -create_date: DateTime @1695985580 {#6969 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6970 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6972 …} -Children: Doctrine\ORM\PersistentCollection {#6975 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6978 -id: 389 -name: "STAR WARS" -hierarchy: 4 -sort_no: 273 -create_date: DateTime @1695985580 {#6976 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6977 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6979 …} -Children: Doctrine\ORM\PersistentCollection {#6982 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6985 -id: 390 -name: "戦国BASARA" -hierarchy: 4 -sort_no: 272 -create_date: DateTime @1695985580 {#6983 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6984 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6986 …} -Children: Doctrine\ORM\PersistentCollection {#6989 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6992 -id: 391 -name: "ソードアート・オンライン" -hierarchy: 4 -sort_no: 271 -create_date: DateTime @1695985580 {#6990 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6991 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6993 …} -Children: Doctrine\ORM\PersistentCollection {#6996 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6999 -id: 392 -name: "ソードアート・オンライン オルタナティブ ガンゲイル・オンライン" -hierarchy: 4 -sort_no: 270 -create_date: DateTime @1695985580 {#6997 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6998 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7000 …} -Children: Doctrine\ORM\PersistentCollection {#7003 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7006 -id: 393 -name: "ダーリン・イン・ザ・フランキス" -hierarchy: 4 -sort_no: 269 -create_date: DateTime @1695985580 {#7004 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7005 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7007 …} -Children: Doctrine\ORM\PersistentCollection {#7010 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7013 -id: 394 -name: "ダンジョンに出会いを求めるのは間違っているだろうか" -hierarchy: 4 -sort_no: 268 -create_date: DateTime @1695985580 {#7011 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7012 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7014 …} -Children: Doctrine\ORM\PersistentCollection {#7017 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7020 -id: 395 -name: "探偵オペラ ミルキィホームズ" -hierarchy: 4 -sort_no: 267 -create_date: DateTime @1695985580 {#7018 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7019 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7021 …} -Children: Doctrine\ORM\PersistentCollection {#7024 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7027 -id: 396 -name: "チェインクロニクル ~ヘクセイタスの閃~" -hierarchy: 4 -sort_no: 266 -create_date: DateTime @1695985580 {#7025 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7026 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7028 …} -Children: Doctrine\ORM\PersistentCollection {#7031 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7034 -id: 397 -name: "チェンソーマン" -hierarchy: 4 -sort_no: 265 -create_date: DateTime @1695985580 {#7032 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7033 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7035 …} -Children: Doctrine\ORM\PersistentCollection {#7038 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7041 -id: 398 -name: "TVアニメ「デビルサバイバー2」" -hierarchy: 4 -sort_no: 264 -create_date: DateTime @1695985580 {#7039 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7040 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7042 …} -Children: Doctrine\ORM\PersistentCollection {#7045 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7048 -id: 399 -name: "テラフォーマーズ" -hierarchy: 4 -sort_no: 263 -create_date: DateTime @1695985580 {#7046 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7047 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7049 …} -Children: Doctrine\ORM\PersistentCollection {#7052 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7055 -id: 400 -name: "天元突破グレンラガン" -hierarchy: 4 -sort_no: 262 -create_date: DateTime @1695985580 {#7053 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7054 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7056 …} -Children: Doctrine\ORM\PersistentCollection {#7059 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7062 -id: 401 -name: "転生したらスライムだった件" -hierarchy: 4 -sort_no: 261 -create_date: DateTime @1695985580 {#7060 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7061 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7063 …} -Children: Doctrine\ORM\PersistentCollection {#7066 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7069 -id: 402 -name: "D_CIDE TRAUMEREI" -hierarchy: 4 -sort_no: 260 -create_date: DateTime @1695985580 {#7067 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7068 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7070 …} -Children: Doctrine\ORM\PersistentCollection {#7073 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7076 -id: 403 -name: "Disney100" -hierarchy: 4 -sort_no: 259 -create_date: DateTime @1695985580 {#7074 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7075 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7077 …} -Children: Doctrine\ORM\PersistentCollection {#7080 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7083 -id: 404 -name: "東京リベンジャーズ" -hierarchy: 4 -sort_no: 258 -create_date: DateTime @1695985580 {#7081 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7082 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7084 …} -Children: Doctrine\ORM\PersistentCollection {#7087 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7090 -id: 405 -name: "ノーゲーム・ノーライフ" -hierarchy: 4 -sort_no: 257 -create_date: DateTime @1695985580 {#7088 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7089 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7091 …} -Children: Doctrine\ORM\PersistentCollection {#7094 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7097 -id: 406 -name: "パズル&ドラゴンズ" -hierarchy: 4 -sort_no: 256 -create_date: DateTime @1695985580 {#7095 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7096 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7098 …} -Children: Doctrine\ORM\PersistentCollection {#7101 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7104 -id: 407 -name: "初音ミク -Project DIVA-" -hierarchy: 4 -sort_no: 255 -create_date: DateTime @1695985580 {#7102 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7103 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7105 …} -Children: Doctrine\ORM\PersistentCollection {#7108 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7111 -id: 408 -name: "PIXAR" -hierarchy: 4 -sort_no: 254 -create_date: DateTime @1695985580 {#7109 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7110 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7112 …} -Children: Doctrine\ORM\PersistentCollection {#7115 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7118 -id: 409 -name: "FAIRY TAIL" -hierarchy: 4 -sort_no: 253 -create_date: DateTime @1695985580 {#7116 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7117 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7119 …} -Children: Doctrine\ORM\PersistentCollection {#7122 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7125 -id: 410 -name: "Fate" -hierarchy: 4 -sort_no: 252 -create_date: DateTime @1695985580 {#7123 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7124 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7126 …} -Children: Doctrine\ORM\PersistentCollection {#7129 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7132 -id: 411 -name: "Fate/Apocrypha" -hierarchy: 4 -sort_no: 251 -create_date: DateTime @1695985580 {#7130 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7131 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7133 …} -Children: Doctrine\ORM\PersistentCollection {#7136 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7139 -id: 412 -name: "Fate/Grand Order(アニメ)" -hierarchy: 4 -sort_no: 250 -create_date: DateTime @1695985580 {#7137 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7138 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7140 …} -Children: Doctrine\ORM\PersistentCollection {#7143 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7146 -id: 413 -name: "ぷよぷよ" -hierarchy: 4 -sort_no: 249 -create_date: DateTime @1695985580 {#7144 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7145 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7147 …} -Children: Doctrine\ORM\PersistentCollection {#7150 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7153 -id: 414 -name: "ブラック★ロックシューター" -hierarchy: 4 -sort_no: 248 -create_date: DateTime @1695985580 {#7151 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7152 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7154 …} -Children: Doctrine\ORM\PersistentCollection {#7157 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7160 -id: 415 -name: "プリズマ☆イリヤ" -hierarchy: 4 -sort_no: 247 -create_date: DateTime @1695985580 {#7158 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7159 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7161 …} -Children: Doctrine\ORM\PersistentCollection {#7164 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7167 -id: 416 -name: "プロジェクトセカイ カラフルステージ! feat. 初音ミク" -hierarchy: 4 -sort_no: 246 -create_date: DateTime @1695985580 {#7165 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7166 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7168 …} -Children: Doctrine\ORM\PersistentCollection {#7171 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7174 -id: 417 -name: "ペルソナ" -hierarchy: 4 -sort_no: 245 -create_date: DateTime @1695985580 {#7172 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7173 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7175 …} -Children: Doctrine\ORM\PersistentCollection {#7178 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7181 -id: 418 -name: "Marvel" -hierarchy: 4 -sort_no: 244 -create_date: DateTime @1695985580 {#7179 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7180 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7182 …} -Children: Doctrine\ORM\PersistentCollection {#7185 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7188 -id: 419 -name: "魔界戦記ディスガイア" -hierarchy: 4 -sort_no: 243 -create_date: DateTime @1695985580 {#7186 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7187 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7189 …} -Children: Doctrine\ORM\PersistentCollection {#7192 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7195 -id: 420 -name: "無職転生 ~異世界行ったら本気だす~" -hierarchy: 4 -sort_no: 242 -create_date: DateTime @1695985580 {#7193 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7194 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7196 …} -Children: Doctrine\ORM\PersistentCollection {#7199 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7202 -id: 421 -name: "MELTY BLOOD/空の境界" -hierarchy: 4 -sort_no: 241 -create_date: DateTime @1695985580 {#7200 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7201 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7203 …} -Children: Doctrine\ORM\PersistentCollection {#7206 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7209 -id: 422 -name: "〈物語〉シリーズ" -hierarchy: 4 -sort_no: 240 -create_date: DateTime @1695985580 {#7207 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7208 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7210 …} -Children: Doctrine\ORM\PersistentCollection {#7213 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7216 -id: 423 -name: "Re:ゼロから始める異世界生活" -hierarchy: 4 -sort_no: 239 -create_date: DateTime @1695985580 {#7214 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7215 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7217 …} -Children: Doctrine\ORM\PersistentCollection {#7220 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7223 -id: 424 -name: "ログ・ホライズン" -hierarchy: 4 -sort_no: 238 -create_date: DateTime @1695985580 {#7221 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7222 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7224 …} -Children: Doctrine\ORM\PersistentCollection {#7227 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7230 -id: 425 -name: "ロストディケイド" -hierarchy: 4 -sort_no: 237 -create_date: DateTime @1695985580 {#7228 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7229 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7231 …} -Children: Doctrine\ORM\PersistentCollection {#7234 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7237 -id: 426 -name: "ワールドトリガー" -hierarchy: 4 -sort_no: 236 -create_date: DateTime @1695985580 {#7235 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7236 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7238 …} -Children: Doctrine\ORM\PersistentCollection {#7241 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7244 -id: 427 -name: "プロモカード(シュヴァルツサイド)" -hierarchy: 4 -sort_no: 235 -create_date: DateTime @1695985580 {#7242 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7243 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7245 …} -Children: Doctrine\ORM\PersistentCollection {#7248 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7251 -id: 220 -name: "ヴァイスサイド" -hierarchy: 3 -sort_no: 234 -create_date: DateTime @1695979641 {#6715 date: 2023-09-29 18:27:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695979641 {#6716 date: 2023-09-29 18:27:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7252 …} -Children: Doctrine\ORM\PersistentCollection {#7255 …} -Parent: Eccube\Entity\Category {#6614} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7256 -id: 294 -name: "アイドルマスター シンデレラガールズ" -hierarchy: 4 -sort_no: 233 -create_date: DateTime @1695985527 {#7249 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7250 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7257 …} -Children: Doctrine\ORM\PersistentCollection {#7260 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7265 -id: 295 -name: "Angel Beats!/クドわふたー" -hierarchy: 4 -sort_no: 232 -create_date: DateTime @1695985527 {#7263 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7264 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7266 …} -Children: Doctrine\ORM\PersistentCollection {#7269 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7272 -id: 296 -name: "カードキャプターさくら" -hierarchy: 4 -sort_no: 231 -create_date: DateTime @1695985527 {#7270 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7271 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7273 …} -Children: Doctrine\ORM\PersistentCollection {#7276 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7279 -id: 297 -name: "ガールフレンド(仮)" -hierarchy: 4 -sort_no: 230 -create_date: DateTime @1695985527 {#7277 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7278 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7280 …} -Children: Doctrine\ORM\PersistentCollection {#7283 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7286 -id: 298 -name: "角川スニーカー文庫" -hierarchy: 4 -sort_no: 229 -create_date: DateTime @1695985527 {#7284 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7285 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7287 …} -Children: Doctrine\ORM\PersistentCollection {#7290 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7293 -id: 299 -name: "彼女、お借りします" -hierarchy: 4 -sort_no: 228 -create_date: DateTime @1695985527 {#7291 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7292 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7294 …} -Children: Doctrine\ORM\PersistentCollection {#7297 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7300 -id: 300 -name: "神様になった日" -hierarchy: 4 -sort_no: 227 -create_date: DateTime @1695985527 {#7298 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7299 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7301 …} -Children: Doctrine\ORM\PersistentCollection {#7304 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7307 -id: 301 -name: "カードゲームしよ子" -hierarchy: 4 -sort_no: 226 -create_date: DateTime @1695985527 {#7305 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7306 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7308 …} -Children: Doctrine\ORM\PersistentCollection {#7311 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7314 -id: 302 -name: "Key" -hierarchy: 4 -sort_no: 225 -create_date: DateTime @1695985527 {#7312 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7313 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7315 …} -Children: Doctrine\ORM\PersistentCollection {#7318 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7321 -id: 303 -name: "CLANNAD" -hierarchy: 4 -sort_no: 224 -create_date: DateTime @1695985527 {#7319 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7320 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7322 …} -Children: Doctrine\ORM\PersistentCollection {#7325 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7328 -id: 304 -name: "けものフレンズ" -hierarchy: 4 -sort_no: 223 -create_date: DateTime @1695985527 {#7326 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7327 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7329 …} -Children: Doctrine\ORM\PersistentCollection {#7332 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7335 -id: 305 -name: "幻影ヲ駆ケル太陽" -hierarchy: 4 -sort_no: 222 -create_date: DateTime @1695985527 {#7333 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7334 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7336 …} -Children: Doctrine\ORM\PersistentCollection {#7339 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7342 -id: 306 -name: "ご注文はうさぎですか??" -hierarchy: 4 -sort_no: 221 -create_date: DateTime @1695985527 {#7340 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7341 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7343 …} -Children: Doctrine\ORM\PersistentCollection {#7346 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7349 -id: 307 -name: "五等分の花嫁" -hierarchy: 4 -sort_no: 220 -create_date: DateTime @1695985527 {#7347 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7348 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7350 …} -Children: Doctrine\ORM\PersistentCollection {#7353 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7356 -id: 308 -name: "この素晴らしい世界に祝福を!" -hierarchy: 4 -sort_no: 219 -create_date: DateTime @1695985527 {#7354 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7355 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7357 …} -Children: Doctrine\ORM\PersistentCollection {#7360 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7363 -id: 309 -name: "小林さんちのメイドラゴン" -hierarchy: 4 -sort_no: 218 -create_date: DateTime @1695985527 {#7361 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7362 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7364 …} -Children: Doctrine\ORM\PersistentCollection {#7367 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7370 -id: 310 -name: "冴えない彼女の育てかた" -hierarchy: 4 -sort_no: 217 -create_date: DateTime @1695985527 {#7368 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7369 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7371 …} -Children: Doctrine\ORM\PersistentCollection {#7374 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7377 -id: 311 -name: "Summer Pockets" -hierarchy: 4 -sort_no: 216 -create_date: DateTime @1695985527 {#7375 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7376 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7378 …} -Children: Doctrine\ORM\PersistentCollection {#7381 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7384 -id: 312 -name: "Charlotte" -hierarchy: 4 -sort_no: 215 -create_date: DateTime @1695985527 {#7382 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7383 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7385 …} -Children: Doctrine\ORM\PersistentCollection {#7388 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7391 -id: 313 -name: "灼眼のシャナ" -hierarchy: 4 -sort_no: 214 -create_date: DateTime @1695985527 {#7389 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7390 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7392 …} -Children: Doctrine\ORM\PersistentCollection {#7395 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7398 -id: 314 -name: "涼宮ハルヒの憂鬱" -hierarchy: 4 -sort_no: 213 -create_date: DateTime @1695985527 {#7396 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7397 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7399 …} -Children: Doctrine\ORM\PersistentCollection {#7402 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7405 -id: 315 -name: "青春ブタ野郎シリーズ" -hierarchy: 4 -sort_no: 212 -create_date: DateTime @1695985527 {#7403 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7404 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7406 …} -Children: Doctrine\ORM\PersistentCollection {#7409 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7412 -id: 316 -name: "ゼロの使い魔" -hierarchy: 4 -sort_no: 211 -create_date: DateTime @1695985527 {#7410 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7411 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7413 …} -Children: Doctrine\ORM\PersistentCollection {#7416 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7419 -id: 317 -name: "戦姫絶唱シンフォギア" -hierarchy: 4 -sort_no: 210 -create_date: DateTime @1695985527 {#7417 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7418 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7420 …} -Children: Doctrine\ORM\PersistentCollection {#7423 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7426 -id: 318 -name: "宇宙をかける少女/舞-HiME&舞-乙HiME" -hierarchy: 4 -sort_no: 209 -create_date: DateTime @1695985527 {#7424 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7425 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7427 …} -Children: Doctrine\ORM\PersistentCollection {#7430 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7433 -id: 319 -name: "ゾンビランドサガ リベンジ" -hierarchy: 4 -sort_no: 208 -create_date: DateTime @1695985527 {#7431 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7432 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7434 …} -Children: Doctrine\ORM\PersistentCollection {#7437 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7440 -id: 320 -name: "ダ・カーポ&Dal Segno" -hierarchy: 4 -sort_no: 207 -create_date: DateTime @1695985527 {#7438 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7439 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7441 …} -Children: Doctrine\ORM\PersistentCollection {#7444 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7447 -id: 321 -name: "D4DJ" -hierarchy: 4 -sort_no: 206 -create_date: DateTime @1695985527 {#7445 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7446 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7448 …} -Children: Doctrine\ORM\PersistentCollection {#7451 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7454 -id: 322 -name: "デート・ア・ライブ" -hierarchy: 4 -sort_no: 205 -create_date: DateTime @1695985527 {#7452 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7453 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7455 …} -Children: Doctrine\ORM\PersistentCollection {#7458 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7461 -id: 323 -name: "とある魔術の禁書目録/とある科学の超電磁砲" -hierarchy: 4 -sort_no: 204 -create_date: DateTime @1695985527 {#7459 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7460 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7462 …} -Children: Doctrine\ORM\PersistentCollection {#7465 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7468 -id: 324 -name: "DOG DAYS" -hierarchy: 4 -sort_no: 203 -create_date: DateTime @1695985527 {#7466 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7467 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7469 …} -Children: Doctrine\ORM\PersistentCollection {#7472 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7475 -id: 325 -name: "To LOVEる" -hierarchy: 4 -sort_no: 202 -create_date: DateTime @1695985527 {#7473 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7474 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7476 …} -Children: Doctrine\ORM\PersistentCollection {#7479 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7482 -id: 326 -name: "ニセコイ" -hierarchy: 4 -sort_no: 201 -create_date: DateTime @1695985527 {#7480 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7481 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7483 …} -Children: Doctrine\ORM\PersistentCollection {#7486 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7489 -id: 327 -name: "日常" -hierarchy: 4 -sort_no: 200 -create_date: DateTime @1695985527 {#7487 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7488 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7490 …} -Children: Doctrine\ORM\PersistentCollection {#7493 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7496 -id: 328 -name: "BanG Dream!" -hierarchy: 4 -sort_no: 199 -create_date: DateTime @1695985527 {#7494 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7495 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7497 …} -Children: Doctrine\ORM\PersistentCollection {#7500 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7503 -id: 329 -name: "ビジュアルアーツ" -hierarchy: 4 -sort_no: 198 -create_date: DateTime @1695985527 {#7501 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7502 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7504 …} -Children: Doctrine\ORM\PersistentCollection {#7507 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7510 -id: 330 -name: "ひなろじ ~from Luck & Logic~" -hierarchy: 4 -sort_no: 197 -create_date: DateTime @1695985527 {#7508 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7509 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7511 …} -Children: Doctrine\ORM\PersistentCollection {#7514 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7517 -id: 331 -name: "ViVid Strike!" -hierarchy: 4 -sort_no: 196 -create_date: DateTime @1695985527 {#7515 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7516 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7518 …} -Children: Doctrine\ORM\PersistentCollection {#7521 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7524 -id: 332 -name: "ビビッドレッド・オペレーション" -hierarchy: 4 -sort_no: 195 -create_date: DateTime @1695985527 {#7522 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7523 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7525 …} -Children: Doctrine\ORM\PersistentCollection {#7528 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7531 -id: 333 -name: "Phantom -Requiem for the Phantom-" -hierarchy: 4 -sort_no: 194 -create_date: DateTime @1695985527 {#7529 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7530 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7532 …} -Children: Doctrine\ORM\PersistentCollection {#7535 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7538 -id: 334 -name: "富士見ファンタジア文庫" -hierarchy: 4 -sort_no: 193 -create_date: DateTime @1695985527 {#7536 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7537 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7539 …} -Children: Doctrine\ORM\PersistentCollection {#7542 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7545 -id: 335 -name: "アニメ プリンセスコネクト!Re:Dive" -hierarchy: 4 -sort_no: 192 -create_date: DateTime @1695985527 {#7543 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7544 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7546 …} -Children: Doctrine\ORM\PersistentCollection {#7549 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7552 -id: 336 -name: "ヘブンバーンズレッド" -hierarchy: 4 -sort_no: 191 -create_date: DateTime @1695985527 {#7550 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7551 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7553 …} -Children: Doctrine\ORM\PersistentCollection {#7556 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7559 -id: 337 -name: "ホロライブプロダクション" -hierarchy: 4 -sort_no: 190 -create_date: DateTime @1695985527 {#7557 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7558 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7560 …} -Children: Doctrine\ORM\PersistentCollection {#7563 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7566 -id: 338 -name: "魔法少女まどか☆マギカ" -hierarchy: 4 -sort_no: 189 -create_date: DateTime @1695985527 {#7564 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7565 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7567 …} -Children: Doctrine\ORM\PersistentCollection {#7570 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7573 -id: 339 -name: "魔法少女リリカルなのは" -hierarchy: 4 -sort_no: 188 -create_date: DateTime @1695985527 {#7571 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7572 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7574 …} -Children: Doctrine\ORM\PersistentCollection {#7577 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7580 -id: 340 -name: "ゆらぎ荘の幽奈さん" -hierarchy: 4 -sort_no: 187 -create_date: DateTime @1695985527 {#7578 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7579 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7581 …} -Children: Doctrine\ORM\PersistentCollection {#7584 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7587 -id: 341 -name: "らき☆すた" -hierarchy: 4 -sort_no: 186 -create_date: DateTime @1695985527 {#7585 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7586 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7588 …} -Children: Doctrine\ORM\PersistentCollection {#7591 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7594 -id: 342 -name: "ラブライブ!" -hierarchy: 4 -sort_no: 185 -create_date: DateTime @1695985527 {#7592 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7593 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7595 …} -Children: Doctrine\ORM\PersistentCollection {#7598 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7601 -id: 343 -name: "ラブライブ!サンシャイン!!" -hierarchy: 4 -sort_no: 184 -create_date: DateTime @1695985527 {#7599 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7600 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7602 …} -Children: Doctrine\ORM\PersistentCollection {#7605 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7608 -id: 344 -name: "ラブライブ!虹ヶ咲学園スクールアイドル同好会" -hierarchy: 4 -sort_no: 183 -create_date: DateTime @1695985527 {#7606 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7607 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7609 …} -Children: Doctrine\ORM\PersistentCollection {#7612 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7615 -id: 345 -name: "ラブライブ!スーパースター!!" -hierarchy: 4 -sort_no: 182 -create_date: DateTime @1695985527 {#7613 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7614 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7616 …} -Children: Doctrine\ORM\PersistentCollection {#7619 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7622 -id: 346 -name: "リコリス・リコイル" -hierarchy: 4 -sort_no: 181 -create_date: DateTime @1695985527 {#7620 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7621 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7623 …} -Children: Doctrine\ORM\PersistentCollection {#7626 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7629 -id: 347 -name: "リトルバスターズ!" -hierarchy: 4 -sort_no: 180 -create_date: DateTime @1695985527 {#7627 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7628 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7630 …} -Children: Doctrine\ORM\PersistentCollection {#7633 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7636 -id: 348 -name: "Rewrite" -hierarchy: 4 -sort_no: 179 -create_date: DateTime @1695985527 {#7634 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7635 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7637 …} -Children: Doctrine\ORM\PersistentCollection {#7640 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7643 -id: 349 -name: "ロボティクス・ノーツ" -hierarchy: 4 -sort_no: 178 -create_date: DateTime @1695985527 {#7641 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7642 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7644 …} -Children: Doctrine\ORM\PersistentCollection {#7647 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7650 -id: 350 -name: "プロモカード(ヴァイスサイド)" -hierarchy: 4 -sort_no: 177 -create_date: DateTime @1695985527 {#7648 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7649 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7651 …} -Children: Doctrine\ORM\PersistentCollection {#7654 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6629 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 447 -create_date: DateTime @1488881692 {#5951 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#5950 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6630 …} -Children: Doctrine\ORM\PersistentCollection {#7655 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7658 -id: 429 -name: "おすすめ商品" -hierarchy: 1 -sort_no: 446 -create_date: DateTime @1696270531 {#7656 date: 2023-10-03 03:15:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7657 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7659 …} -Children: Doctrine\ORM\PersistentCollection {#7662 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7665 -id: 707 -name: "新品ボックス" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1740791876 {#7663 date: 2025-03-01 10:17:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7664 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7666 …} -Children: Doctrine\ORM\PersistentCollection {#7669 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7672 -id: 708 -name: "予約ボックス" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1740791889 {#7670 date: 2025-03-01 10:18:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7671 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7673 …} -Children: Doctrine\ORM\PersistentCollection {#7676 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } ] |
class | "Eccube\Entity\Category" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerNCR7Dbj\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#7747 -om: ContainerNCR7Dbj\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4044 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "common.select__all_products" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#7746 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7744 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_category_id" ] |
cache_key | "_category_id_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143332 +label: "販売" +value: "428" +data: Eccube\Entity\Category {#4301 -id: 428 -name: "販売" -hierarchy: 1 -sort_no: 454 -create_date: DateTime @1696149302 {#4302 date: 2023-10-01 17:35:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#4300 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4318 …} -Children: Doctrine\ORM\PersistentCollection {#4555 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143334 +label: "ヴァイスシュヴァルツ" +value: "8" +data: Eccube\Entity\Category {#4554 -id: 8 -name: "ヴァイスシュヴァルツ" -hierarchy: 1 -sort_no: 453 -create_date: DateTime @1694688722 {#4298 date: 2023-09-14 19:52:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240460 {#4296 date: 2025-03-06 14:54:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4553 …} -Children: Doctrine\ORM\PersistentCollection {#4550 …} -Parent: Eccube\Entity\Category {#4301} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: "0213195436_65cb4a6cd7c54.png" } +attr: [] +labelTranslationParameters: [] } 709 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143333 +label: " レアリティ" +value: "709" +data: Eccube\Entity\Category {#4549 -id: 709 -name: "レアリティ" -hierarchy: 2 -sort_no: 452 -create_date: DateTime @1740985361 {#4294 date: 2025-03-03 16:02:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4292 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4548 …} -Children: Doctrine\ORM\PersistentCollection {#4545 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 710 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143336 +label: " SSP" +value: "710" +data: Eccube\Entity\Category {#4544 -id: 710 -name: "SSP" -hierarchy: 3 -sort_no: 444 -create_date: DateTime @1740985567 {#4268 date: 2025-03-03 16:06:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4304 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4543 …} -Children: Doctrine\ORM\PersistentCollection {#4540 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 711 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143337 +label: " SP" +value: "711" +data: Eccube\Entity\Category {#4531 -id: 711 -name: "SP" -hierarchy: 3 -sort_no: 443 -create_date: DateTime @1740985570 {#4533 date: 2025-03-03 16:06:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4532 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4530 …} -Children: Doctrine\ORM\PersistentCollection {#4527 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 712 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143338 +label: " RRR" +value: "712" +data: Eccube\Entity\Category {#4285 -id: 712 -name: "RRR" -hierarchy: 3 -sort_no: 442 -create_date: DateTime @1740985575 {#4526 date: 2025-03-03 16:06:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4525 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4293 …} -Children: Doctrine\ORM\PersistentCollection {#4287 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 723 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143339 +label: " SR" +value: "723" +data: Eccube\Entity\Category {#4516 -id: 723 -name: "SR" -hierarchy: 3 -sort_no: 441 -create_date: DateTime @1740991069 {#4418 date: 2025-03-03 17:37:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4514 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4517 …} -Children: Doctrine\ORM\PersistentCollection {#4520 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 724 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143340 +label: " RR" +value: "724" +data: Eccube\Entity\Category {#4523 -id: 724 -name: "RR" -hierarchy: 3 -sort_no: 440 -create_date: DateTime @1740991094 {#4521 date: 2025-03-03 17:38:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4522 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4524 …} -Children: Doctrine\ORM\PersistentCollection {#4559 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 725 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143341 +label: " R" +value: "725" +data: Eccube\Entity\Category {#4563 -id: 725 -name: "R" -hierarchy: 3 -sort_no: 439 -create_date: DateTime @1740991113 {#4561 date: 2025-03-03 17:38:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4562 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4564 …} -Children: Doctrine\ORM\PersistentCollection {#4567 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 726 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143342 +label: " UC" +value: "726" +data: Eccube\Entity\Category {#4570 -id: 726 -name: "UC" -hierarchy: 3 -sort_no: 438 -create_date: DateTime @1740991124 {#4568 date: 2025-03-03 17:38:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4569 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4571 …} -Children: Doctrine\ORM\PersistentCollection {#4574 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 727 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143343 +label: " C" +value: "727" +data: Eccube\Entity\Category {#4577 -id: 727 -name: "C" -hierarchy: 3 -sort_no: 437 -create_date: DateTime @1740991135 {#4575 date: 2025-03-03 17:38:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4576 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4578 …} -Children: Doctrine\ORM\PersistentCollection {#4581 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 728 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143344 +label: " PR" +value: "728" +data: Eccube\Entity\Category {#4584 -id: 728 -name: "PR" -hierarchy: 3 -sort_no: 436 -create_date: DateTime @1740991257 {#4582 date: 2025-03-03 17:40:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4583 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4585 …} -Children: Doctrine\ORM\PersistentCollection {#4588 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 729 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143345 +label: " TD" +value: "729" +data: Eccube\Entity\Category {#4591 -id: 729 -name: "TD" -hierarchy: 3 -sort_no: 435 -create_date: DateTime @1740991273 {#4589 date: 2025-03-03 17:41:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4590 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4592 …} -Children: Doctrine\ORM\PersistentCollection {#4595 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 730 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143346 +label: " ホロ" +value: "730" +data: Eccube\Entity\Category {#4598 -id: 730 -name: "ホロ" -hierarchy: 3 -sort_no: 434 -create_date: DateTime @1740991284 {#4596 date: 2025-03-03 17:41:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4597 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4599 …} -Children: Doctrine\ORM\PersistentCollection {#4602 …} -Parent: Eccube\Entity\Category {#4549} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 652 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143347 +label: " 新商品" +value: "652" +data: Eccube\Entity\Category {#4603 -id: 652 -name: "新商品" -hierarchy: 2 -sort_no: 445 -create_date: DateTime @1712564635 {#4535 date: 2024-04-08 17:23:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4534 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4604 …} -Children: Doctrine\ORM\PersistentCollection {#4607 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 746 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143348 +label: " ダメージ商品 ヴァイスシュバルツ" +value: "746" +data: Eccube\Entity\Category {#4610 -id: 746 -name: "ダメージ商品 ヴァイスシュバルツ" -hierarchy: 2 -sort_no: 433 -create_date: DateTime @1741240562 {#4608 date: 2025-03-06 14:56:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240876 {#4609 date: 2025-03-06 15:01:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4611 …} -Children: Doctrine\ORM\PersistentCollection {#4614 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 644 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143349 +label: " ヴァイスシュヴァルツおすすめ" +value: "644" +data: Eccube\Entity\Category {#4617 -id: 644 -name: "ヴァイスシュヴァルツおすすめ" -hierarchy: 2 -sort_no: 432 -create_date: DateTime @1706627789 {#4615 date: 2024-01-31 00:16:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4616 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4618 …} -Children: Doctrine\ORM\PersistentCollection {#4621 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143350 +label: " ヴァイスサイド" +value: "10" +data: Eccube\Entity\Category {#4628 -id: 10 -name: "ヴァイスサイド" -hierarchy: 2 -sort_no: 431 -create_date: DateTime @1694688753 {#4622 date: 2023-09-14 19:52:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4623 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4629 …} -Children: Doctrine\ORM\PersistentCollection {#4632 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 672 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143351 +label: " アイドルマスターシャイニーカラーズ" +value: "672" +data: Eccube\Entity\Category {#4633 -id: 672 -name: "アイドルマスターシャイニーカラーズ" -hierarchy: 3 -sort_no: 430 -create_date: DateTime @1718270442 {#4624 date: 2024-06-13 18:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4625 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4634 …} -Children: Doctrine\ORM\PersistentCollection {#4637 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 696 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143352 +label: " アイドルマスター シャイニーカラーズ Shine More!" +value: "696" +data: Eccube\Entity\Category {#4638 -id: 696 -name: "アイドルマスター シャイニーカラーズ Shine More!" -hierarchy: 4 -sort_no: 429 -create_date: DateTime @1725172066 {#4626 date: 2024-09-01 15:27:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725172066 {#4627 date: 2024-09-01 15:27:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4639 …} -Children: Doctrine\ORM\PersistentCollection {#4641 …} -Parent: Eccube\Entity\Category {#4633} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 694 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143353 +label: " アリス・ギア・アイギス Expansion" +value: "694" +data: Eccube\Entity\Category {#4647 -id: 694 -name: "アリス・ギア・アイギス Expansion" -hierarchy: 3 -sort_no: 428 -create_date: DateTime @1724575700 {#4645 date: 2024-08-25 17:48:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4646 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4648 …} -Children: Doctrine\ORM\PersistentCollection {#4651 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143354 +label: " アイドルマスター シンデレラガールズ" +value: "160" +data: Eccube\Entity\Category {#4654 -id: 160 -name: "アイドルマスター シンデレラガールズ" -hierarchy: 3 -sort_no: 423 -create_date: DateTime @1694688954 {#4652 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4653 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4655 …} -Children: Doctrine\ORM\PersistentCollection {#4658 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143355 +label: " Angel Beats!/クドわふたー" +value: "161" +data: Eccube\Entity\Category {#4661 -id: 161 -name: "Angel Beats!/クドわふたー" -hierarchy: 3 -sort_no: 147 -create_date: DateTime @1694688954 {#4659 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4660 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4662 …} -Children: Doctrine\ORM\PersistentCollection {#4665 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143356 +label: " カードキャプターさくら" +value: "162" +data: Eccube\Entity\Category {#4668 -id: 162 -name: "カードキャプターさくら" -hierarchy: 3 -sort_no: 146 -create_date: DateTime @1694688954 {#4666 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4667 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4669 …} -Children: Doctrine\ORM\PersistentCollection {#4672 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 651 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143357 +label: " ホロライブプロダクション Summer Collection" +value: "651" +data: Eccube\Entity\Category {#4675 -id: 651 -name: "ホロライブプロダクション Summer Collection" -hierarchy: 3 -sort_no: 145 -create_date: DateTime @1712560058 {#4673 date: 2024-04-08 16:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4674 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4676 …} -Children: Doctrine\ORM\PersistentCollection {#4679 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143358 +label: " ガールフレンド(仮)" +value: "163" +data: Eccube\Entity\Category {#4682 -id: 163 -name: "ガールフレンド(仮)" -hierarchy: 3 -sort_no: 144 -create_date: DateTime @1694688954 {#4680 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4681 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4683 …} -Children: Doctrine\ORM\PersistentCollection {#4686 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143359 +label: " 角川スニーカー文庫" +value: "164" +data: Eccube\Entity\Category {#4689 -id: 164 -name: "角川スニーカー文庫" -hierarchy: 3 -sort_no: 143 -create_date: DateTime @1694688954 {#4687 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4688 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4690 …} -Children: Doctrine\ORM\PersistentCollection {#4693 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143360 +label: " 彼女、お借りします" +value: "165" +data: Eccube\Entity\Category {#4696 -id: 165 -name: "彼女、お借りします" -hierarchy: 3 -sort_no: 142 -create_date: DateTime @1694688954 {#4694 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4695 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4697 …} -Children: Doctrine\ORM\PersistentCollection {#4700 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143361 +label: " 神様になった日" +value: "166" +data: Eccube\Entity\Category {#4703 -id: 166 -name: "神様になった日" -hierarchy: 3 -sort_no: 141 -create_date: DateTime @1694688954 {#4701 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4702 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4704 …} -Children: Doctrine\ORM\PersistentCollection {#4707 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143362 +label: " カードゲームしよ子" +value: "167" +data: Eccube\Entity\Category {#4710 -id: 167 -name: "カードゲームしよ子" -hierarchy: 3 -sort_no: 140 -create_date: DateTime @1694688954 {#4708 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4709 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4711 …} -Children: Doctrine\ORM\PersistentCollection {#4714 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143363 +label: " Key" +value: "168" +data: Eccube\Entity\Category {#4717 -id: 168 -name: "Key" -hierarchy: 3 -sort_no: 139 -create_date: DateTime @1694688954 {#4715 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4716 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4718 …} -Children: Doctrine\ORM\PersistentCollection {#4721 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143364 +label: " CLANNAD" +value: "169" +data: Eccube\Entity\Category {#4724 -id: 169 -name: "CLANNAD" -hierarchy: 3 -sort_no: 138 -create_date: DateTime @1694688954 {#4722 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4723 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4725 …} -Children: Doctrine\ORM\PersistentCollection {#4728 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143365 +label: " けものフレンズ" +value: "170" +data: Eccube\Entity\Category {#4731 -id: 170 -name: "けものフレンズ" -hierarchy: 3 -sort_no: 137 -create_date: DateTime @1694688954 {#4729 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4730 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4732 …} -Children: Doctrine\ORM\PersistentCollection {#4735 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143366 +label: " 幻影ヲ駆ケル太陽" +value: "171" +data: Eccube\Entity\Category {#4738 -id: 171 -name: "幻影ヲ駆ケル太陽" -hierarchy: 3 -sort_no: 136 -create_date: DateTime @1694688954 {#4736 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4737 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4739 …} -Children: Doctrine\ORM\PersistentCollection {#4742 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143367 +label: " ご注文はうさぎですか??" +value: "172" +data: Eccube\Entity\Category {#4747 -id: 172 -name: "ご注文はうさぎですか??" -hierarchy: 3 -sort_no: 135 -create_date: DateTime @1694688954 {#4743 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4744 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4748 …} -Children: Doctrine\ORM\PersistentCollection {#4751 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 702 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143368 +label: " プレミアムブースター TVアニメ「ご注文はうさぎですか?」10th Anniversary" +value: "702" +data: Eccube\Entity\Category {#4752 -id: 702 -name: "プレミアムブースター TVアニメ「ご注文はうさぎですか?」10th Anniversary" -hierarchy: 4 -sort_no: 134 -create_date: DateTime @1732780421 {#4745 date: 2024-11-28 16:53:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732780421 {#4746 date: 2024-11-28 16:53:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4753 …} -Children: Doctrine\ORM\PersistentCollection {#4755 …} -Parent: Eccube\Entity\Category {#4747} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143369 +label: " 五等分の花嫁" +value: "173" +data: Eccube\Entity\Category {#4761 -id: 173 -name: "五等分の花嫁" -hierarchy: 3 -sort_no: 133 -create_date: DateTime @1694688954 {#4757 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4758 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4762 …} -Children: Doctrine\ORM\PersistentCollection {#4765 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143370 +label: " 五等分の花嫁∬" +value: "691" +data: Eccube\Entity\Category {#4766 -id: 691 -name: "五等分の花嫁∬" -hierarchy: 4 -sort_no: 132 -create_date: DateTime @1724394211 {#4759 date: 2024-08-23 15:23:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#4760 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4767 …} -Children: Doctrine\ORM\PersistentCollection {#4769 …} -Parent: Eccube\Entity\Category {#4761} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 692 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143371 +label: " 映画 五等分の花嫁" +value: "692" +data: Eccube\Entity\Category {#4775 -id: 692 -name: "映画 五等分の花嫁" -hierarchy: 4 -sort_no: 131 -create_date: DateTime @1724394307 {#4773 date: 2024-08-23 15:25:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#4774 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4776 …} -Children: Doctrine\ORM\PersistentCollection {#4778 …} -Parent: Eccube\Entity\Category {#4761} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 693 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143372 +label: " プレミアムブースター 五等分の花嫁∽" +value: "693" +data: Eccube\Entity\Category {#4782 -id: 693 -name: "プレミアムブースター 五等分の花嫁∽" -hierarchy: 4 -sort_no: 130 -create_date: DateTime @1724394327 {#4780 date: 2024-08-23 15:25:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#4781 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4783 …} -Children: Doctrine\ORM\PersistentCollection {#4785 …} -Parent: Eccube\Entity\Category {#4761} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143373 +label: " この素晴らしい世界に祝福を!" +value: "174" +data: Eccube\Entity\Category {#4787 -id: 174 -name: "この素晴らしい世界に祝福を!" -hierarchy: 3 -sort_no: 129 -create_date: DateTime @1694688954 {#4771 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4772 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4788 …} -Children: Doctrine\ORM\PersistentCollection {#4791 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143374 +label: " 小林さんちのメイドラゴン" +value: "175" +data: Eccube\Entity\Category {#4794 -id: 175 -name: "小林さんちのメイドラゴン" -hierarchy: 3 -sort_no: 128 -create_date: DateTime @1694688954 {#4792 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4793 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4795 …} -Children: Doctrine\ORM\PersistentCollection {#4798 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143375 +label: " 冴えない彼女の育てかた" +value: "176" +data: Eccube\Entity\Category {#4801 -id: 176 -name: "冴えない彼女の育てかた" -hierarchy: 3 -sort_no: 127 -create_date: DateTime @1694688954 {#4799 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4800 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4802 …} -Children: Doctrine\ORM\PersistentCollection {#4805 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143376 +label: " Summer Pockets" +value: "177" +data: Eccube\Entity\Category {#4808 -id: 177 -name: "Summer Pockets" -hierarchy: 3 -sort_no: 126 -create_date: DateTime @1694688954 {#4806 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4807 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4809 …} -Children: Doctrine\ORM\PersistentCollection {#4812 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143377 +label: " Charlotte" +value: "178" +data: Eccube\Entity\Category {#4815 -id: 178 -name: "Charlotte" -hierarchy: 3 -sort_no: 125 -create_date: DateTime @1694688954 {#4813 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4814 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4816 …} -Children: Doctrine\ORM\PersistentCollection {#4819 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143378 +label: " 灼眼のシャナ" +value: "179" +data: Eccube\Entity\Category {#4822 -id: 179 -name: "灼眼のシャナ" -hierarchy: 3 -sort_no: 124 -create_date: DateTime @1694688954 {#4820 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4821 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4823 …} -Children: Doctrine\ORM\PersistentCollection {#4826 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143379 +label: " 涼宮ハルヒの憂鬱" +value: "180" +data: Eccube\Entity\Category {#4829 -id: 180 -name: "涼宮ハルヒの憂鬱" -hierarchy: 3 -sort_no: 123 -create_date: DateTime @1694688954 {#4827 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4828 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4830 …} -Children: Doctrine\ORM\PersistentCollection {#4833 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143380 +label: " 青春ブタ野郎シリーズ" +value: "181" +data: Eccube\Entity\Category {#4836 -id: 181 -name: "青春ブタ野郎シリーズ" -hierarchy: 3 -sort_no: 122 -create_date: DateTime @1694688954 {#4834 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4835 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4837 …} -Children: Doctrine\ORM\PersistentCollection {#4840 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143381 +label: " ゼロの使い魔" +value: "182" +data: Eccube\Entity\Category {#4843 -id: 182 -name: "ゼロの使い魔" -hierarchy: 3 -sort_no: 121 -create_date: DateTime @1694688954 {#4841 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4842 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4844 …} -Children: Doctrine\ORM\PersistentCollection {#4847 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143382 +label: " 戦姫絶唱シンフォギア" +value: "183" +data: Eccube\Entity\Category {#4850 -id: 183 -name: "戦姫絶唱シンフォギア" -hierarchy: 3 -sort_no: 120 -create_date: DateTime @1694688954 {#4848 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4849 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4851 …} -Children: Doctrine\ORM\PersistentCollection {#4854 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143383 +label: " 宇宙をかける少女/舞-HiME&舞-乙HiME" +value: "184" +data: Eccube\Entity\Category {#4857 -id: 184 -name: "宇宙をかける少女/舞-HiME&舞-乙HiME" -hierarchy: 3 -sort_no: 119 -create_date: DateTime @1694688954 {#4855 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4856 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4858 …} -Children: Doctrine\ORM\PersistentCollection {#4861 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143384 +label: " ゾンビランドサガ リベンジ" +value: "185" +data: Eccube\Entity\Category {#4864 -id: 185 -name: "ゾンビランドサガ リベンジ" -hierarchy: 3 -sort_no: 118 -create_date: DateTime @1694688954 {#4862 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4863 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4865 …} -Children: Doctrine\ORM\PersistentCollection {#4868 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143385 +label: " ダ・カーポ&Dal Segno" +value: "186" +data: Eccube\Entity\Category {#4871 -id: 186 -name: "ダ・カーポ&Dal Segno" -hierarchy: 3 -sort_no: 117 -create_date: DateTime @1694688954 {#4869 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4870 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4872 …} -Children: Doctrine\ORM\PersistentCollection {#4875 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143386 +label: " D4DJ" +value: "187" +data: Eccube\Entity\Category {#4878 -id: 187 -name: "D4DJ" -hierarchy: 3 -sort_no: 116 -create_date: DateTime @1694688954 {#4876 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4877 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4879 …} -Children: Doctrine\ORM\PersistentCollection {#4882 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143387 +label: " デート・ア・ライブ" +value: "188" +data: Eccube\Entity\Category {#4885 -id: 188 -name: "デート・ア・ライブ" -hierarchy: 3 -sort_no: 115 -create_date: DateTime @1694688954 {#4883 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4884 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4886 …} -Children: Doctrine\ORM\PersistentCollection {#4889 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143388 +label: " とある魔術の禁書目録/とある科学の超電磁砲" +value: "189" +data: Eccube\Entity\Category {#4892 -id: 189 -name: "とある魔術の禁書目録/とある科学の超電磁砲" -hierarchy: 3 -sort_no: 114 -create_date: DateTime @1694688954 {#4890 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4891 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4893 …} -Children: Doctrine\ORM\PersistentCollection {#4896 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143389 +label: " DOG DAYS" +value: "190" +data: Eccube\Entity\Category {#4899 -id: 190 -name: "DOG DAYS" -hierarchy: 3 -sort_no: 113 -create_date: DateTime @1694688954 {#4897 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4898 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4900 …} -Children: Doctrine\ORM\PersistentCollection {#4903 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143390 +label: " To LOVEる" +value: "191" +data: Eccube\Entity\Category {#4906 -id: 191 -name: "To LOVEる" -hierarchy: 3 -sort_no: 112 -create_date: DateTime @1694688954 {#4904 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4905 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4907 …} -Children: Doctrine\ORM\PersistentCollection {#4910 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143391 +label: " ニセコイ" +value: "192" +data: Eccube\Entity\Category {#4913 -id: 192 -name: "ニセコイ" -hierarchy: 3 -sort_no: 111 -create_date: DateTime @1694688954 {#4911 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4912 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4914 …} -Children: Doctrine\ORM\PersistentCollection {#4917 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143392 +label: " 日常" +value: "193" +data: Eccube\Entity\Category {#4920 -id: 193 -name: "日常" -hierarchy: 3 -sort_no: 110 -create_date: DateTime @1694688954 {#4918 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4919 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4921 …} -Children: Doctrine\ORM\PersistentCollection {#4924 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143393 +label: " BanG Dream!" +value: "194" +data: Eccube\Entity\Category {#4927 -id: 194 -name: "BanG Dream!" -hierarchy: 3 -sort_no: 109 -create_date: DateTime @1694688954 {#4925 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4926 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4928 …} -Children: Doctrine\ORM\PersistentCollection {#4931 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143394 +label: " ビジュアルアーツ" +value: "195" +data: Eccube\Entity\Category {#4934 -id: 195 -name: "ビジュアルアーツ" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1694688954 {#4932 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4933 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4935 …} -Children: Doctrine\ORM\PersistentCollection {#4938 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143395 +label: " ひなろじ ~from Luck & Logic~" +value: "196" +data: Eccube\Entity\Category {#4941 -id: 196 -name: "ひなろじ ~from Luck & Logic~" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1694688954 {#4939 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4940 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4942 …} -Children: Doctrine\ORM\PersistentCollection {#4945 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143396 +label: " ViVid Strike!" +value: "197" +data: Eccube\Entity\Category {#4948 -id: 197 -name: "ViVid Strike!" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1694688954 {#4946 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4947 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4949 …} -Children: Doctrine\ORM\PersistentCollection {#4952 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143397 +label: " ビビッドレッド・オペレーション" +value: "198" +data: Eccube\Entity\Category {#4955 -id: 198 -name: "ビビッドレッド・オペレーション" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1694688954 {#4953 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4954 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4956 …} -Children: Doctrine\ORM\PersistentCollection {#4959 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143398 +label: " Phantom -Requiem for the Phantom-" +value: "199" +data: Eccube\Entity\Category {#4962 -id: 199 -name: "Phantom -Requiem for the Phantom-" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1694688954 {#4960 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4961 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4963 …} -Children: Doctrine\ORM\PersistentCollection {#4966 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143399 +label: " 富士見ファンタジア文庫" +value: "200" +data: Eccube\Entity\Category {#4969 -id: 200 -name: "富士見ファンタジア文庫" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1694688954 {#4967 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4968 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4970 …} -Children: Doctrine\ORM\PersistentCollection {#4973 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143400 +label: " アニメ プリンセスコネクト!Re:Dive" +value: "201" +data: Eccube\Entity\Category {#4976 -id: 201 -name: "アニメ プリンセスコネクト!Re:Dive" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1694688954 {#4974 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4975 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4977 …} -Children: Doctrine\ORM\PersistentCollection {#4980 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143401 +label: " ヘブンバーンズレッド" +value: "202" +data: Eccube\Entity\Category {#4983 -id: 202 -name: "ヘブンバーンズレッド" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1694688954 {#4981 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4982 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4984 …} -Children: Doctrine\ORM\PersistentCollection {#4987 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143402 +label: " ホロライブプロダクション" +value: "203" +data: Eccube\Entity\Category {#4990 -id: 203 -name: "ホロライブプロダクション" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1694688954 {#4988 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4989 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4991 …} -Children: Doctrine\ORM\PersistentCollection {#4994 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143403 +label: " 魔法少女まどか☆マギカ" +value: "204" +data: Eccube\Entity\Category {#4997 -id: 204 -name: "魔法少女まどか☆マギカ" -hierarchy: 3 -sort_no: 99 -create_date: DateTime @1694688954 {#4995 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#4996 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4998 …} -Children: Doctrine\ORM\PersistentCollection {#5001 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143404 +label: " 魔法少女リリカルなのは" +value: "205" +data: Eccube\Entity\Category {#5004 -id: 205 -name: "魔法少女リリカルなのは" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1694688954 {#5002 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5003 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5005 …} -Children: Doctrine\ORM\PersistentCollection {#5008 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143405 +label: " ゆらぎ荘の幽奈さん" +value: "206" +data: Eccube\Entity\Category {#5011 -id: 206 -name: "ゆらぎ荘の幽奈さん" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1694688954 {#5009 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5010 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5012 …} -Children: Doctrine\ORM\PersistentCollection {#5015 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143406 +label: " らき☆すた" +value: "207" +data: Eccube\Entity\Category {#5018 -id: 207 -name: "らき☆すた" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1694688954 {#5016 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5017 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5019 …} -Children: Doctrine\ORM\PersistentCollection {#5022 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143407 +label: " ラブライブ!" +value: "208" +data: Eccube\Entity\Category {#5025 -id: 208 -name: "ラブライブ!" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1694688954 {#5023 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5024 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5026 …} -Children: Doctrine\ORM\PersistentCollection {#5029 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143408 +label: " ラブライブ!サンシャイン!!" +value: "209" +data: Eccube\Entity\Category {#5032 -id: 209 -name: "ラブライブ!サンシャイン!!" -hierarchy: 3 -sort_no: 94 -create_date: DateTime @1694688954 {#5030 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5031 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5033 …} -Children: Doctrine\ORM\PersistentCollection {#5036 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143409 +label: " ラブライブ!虹ヶ咲学園スクールアイドル同好会" +value: "210" +data: Eccube\Entity\Category {#5039 -id: 210 -name: "ラブライブ!虹ヶ咲学園スクールアイドル同好会" -hierarchy: 3 -sort_no: 93 -create_date: DateTime @1694688954 {#5037 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5038 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5040 …} -Children: Doctrine\ORM\PersistentCollection {#5043 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143410 +label: " ラブライブ!スーパースター!!" +value: "211" +data: Eccube\Entity\Category {#5046 -id: 211 -name: "ラブライブ!スーパースター!!" -hierarchy: 3 -sort_no: 92 -create_date: DateTime @1694688954 {#5044 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5045 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5047 …} -Children: Doctrine\ORM\PersistentCollection {#5050 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143411 +label: " リコリス・リコイル" +value: "212" +data: Eccube\Entity\Category {#5055 -id: 212 -name: "リコリス・リコイル" -hierarchy: 3 -sort_no: 91 -create_date: DateTime @1694688954 {#5051 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5052 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5056 …} -Children: Doctrine\ORM\PersistentCollection {#5059 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 701 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143412 +label: " プレミアムブースター リコリス・リコイル" +value: "701" +data: Eccube\Entity\Category {#5060 -id: 701 -name: "プレミアムブースター リコリス・リコイル" -hierarchy: 4 -sort_no: 90 -create_date: DateTime @1731655109 {#5053 date: 2024-11-15 16:18:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1731655109 {#5054 date: 2024-11-15 16:18:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5061 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5055} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143413 +label: " リトルバスターズ!" +value: "213" +data: Eccube\Entity\Category {#5067 -id: 213 -name: "リトルバスターズ!" -hierarchy: 3 -sort_no: 89 -create_date: DateTime @1694688955 {#5065 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5066 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5068 …} -Children: Doctrine\ORM\PersistentCollection {#5071 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143414 +label: " Rewrite" +value: "214" +data: Eccube\Entity\Category {#5074 -id: 214 -name: "Rewrite" -hierarchy: 3 -sort_no: 88 -create_date: DateTime @1694688955 {#5072 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5073 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5075 …} -Children: Doctrine\ORM\PersistentCollection {#5078 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143415 +label: " ロボティクス・ノーツ" +value: "215" +data: Eccube\Entity\Category {#5081 -id: 215 -name: "ロボティクス・ノーツ" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1694688955 {#5079 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5080 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5082 …} -Children: Doctrine\ORM\PersistentCollection {#5085 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143416 +label: " プロモカード(ヴァイスサイド)" +value: "216" +data: Eccube\Entity\Category {#5088 -id: 216 -name: "プロモカード(ヴァイスサイド)" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1694688955 {#5086 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5087 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5089 …} -Children: Doctrine\ORM\PersistentCollection {#5092 …} -Parent: Eccube\Entity\Category {#4628} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143417 +label: " シュヴァルツサイド" +value: "9" +data: Eccube\Entity\Category {#5095 -id: 9 -name: "シュヴァルツサイド" -hierarchy: 2 -sort_no: 427 -create_date: DateTime @1694688736 {#4538 date: 2023-09-14 19:52:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4539 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5096 …} -Children: Doctrine\ORM\PersistentCollection {#5099 …} -Parent: Eccube\Entity\Category {#4554} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143418 +label: " アイドルマスター" +value: "83" +data: Eccube\Entity\Category {#5100 -id: 83 -name: "アイドルマスター" -hierarchy: 3 -sort_no: 426 -create_date: DateTime @1694688954 {#5093 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5094 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5101 …} -Children: Doctrine\ORM\PersistentCollection {#5104 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143419 +label: " アイドルマスター シャイニーカラーズ" +value: "84" +data: Eccube\Entity\Category {#5109 -id: 84 -name: "アイドルマスター シャイニーカラーズ" -hierarchy: 3 -sort_no: 425 -create_date: DateTime @1694688954 {#5107 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5108 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5110 …} -Children: Doctrine\ORM\PersistentCollection {#5113 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143420 +label: " アイドルマスター ミリオンライブ!" +value: "85" +data: Eccube\Entity\Category {#5116 -id: 85 -name: "アイドルマスター ミリオンライブ!" -hierarchy: 3 -sort_no: 424 -create_date: DateTime @1694688954 {#5114 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5115 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5117 …} -Children: Doctrine\ORM\PersistentCollection {#5120 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143421 +label: " アクセル・ワールド" +value: "86" +data: Eccube\Entity\Category {#5123 -id: 86 -name: "アクセル・ワールド" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1694688954 {#5121 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5122 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5124 …} -Children: Doctrine\ORM\PersistentCollection {#5127 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143422 +label: " アサルトリリィ" +value: "87" +data: Eccube\Entity\Category {#5130 -id: 87 -name: "アサルトリリィ" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1694688954 {#5128 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5129 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5131 …} -Children: Doctrine\ORM\PersistentCollection {#5134 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143423 +label: " アズールレーン" +value: "88" +data: Eccube\Entity\Category {#5137 -id: 88 -name: "アズールレーン" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1694688954 {#5135 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5136 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5138 …} -Children: Doctrine\ORM\PersistentCollection {#5141 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143424 +label: " ありふれた職業で世界最強" +value: "89" +data: Eccube\Entity\Category {#5144 -id: 89 -name: "ありふれた職業で世界最強" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1694688954 {#5142 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5143 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5145 …} -Children: Doctrine\ORM\PersistentCollection {#5148 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143425 +label: " 痛いのは嫌なので防御力に極振りしたいと思います。" +value: "90" +data: Eccube\Entity\Category {#5151 -id: 90 -name: "痛いのは嫌なので防御力に極振りしたいと思います。" -hierarchy: 3 -sort_no: 81 -create_date: DateTime @1694688954 {#5149 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5150 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5152 …} -Children: Doctrine\ORM\PersistentCollection {#5155 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143426 +label: " うーさーのその日暮らし" +value: "91" +data: Eccube\Entity\Category {#5158 -id: 91 -name: "うーさーのその日暮らし" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1694688954 {#5156 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5157 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5159 …} -Children: Doctrine\ORM\PersistentCollection {#5162 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143427 +label: " ヱヴァンゲリヲン新劇場版" +value: "92" +data: Eccube\Entity\Category {#5165 -id: 92 -name: "ヱヴァンゲリヲン新劇場版" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1694688954 {#5163 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5164 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5166 …} -Children: Doctrine\ORM\PersistentCollection {#5169 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 688 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143428 +label: " 【推しの子】" +value: "688" +data: Eccube\Entity\Category {#5172 -id: 688 -name: "【推しの子】" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1723020071 {#5170 date: 2024-08-07 17:41:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5171 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5173 …} -Children: Doctrine\ORM\PersistentCollection {#5176 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143429 +label: " おそ松さん" +value: "93" +data: Eccube\Entity\Category {#5179 -id: 93 -name: "おそ松さん" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1694688954 {#5177 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5178 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5180 …} -Children: Doctrine\ORM\PersistentCollection {#5183 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143430 +label: " オーバーロード" +value: "94" +data: Eccube\Entity\Category {#5186 -id: 94 -name: "オーバーロード" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1694688954 {#5184 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5185 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5187 …} -Children: Doctrine\ORM\PersistentCollection {#5190 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143431 +label: " かぐや様は告らせたい~天才たちの恋愛頭脳戦~" +value: "95" +data: Eccube\Entity\Category {#5193 -id: 95 -name: "かぐや様は告らせたい~天才たちの恋愛頭脳戦~" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1694688954 {#5191 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5192 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5194 …} -Children: Doctrine\ORM\PersistentCollection {#5197 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143432 +label: " 刀語" +value: "96" +data: Eccube\Entity\Category {#5200 -id: 96 -name: "刀語" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1694688954 {#5198 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5199 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5201 …} -Children: Doctrine\ORM\PersistentCollection {#5204 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143433 +label: " CANAAN" +value: "97" +data: Eccube\Entity\Category {#5207 -id: 97 -name: "CANAAN" -hierarchy: 3 -sort_no: 73 -create_date: DateTime @1694688954 {#5205 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5206 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5208 …} -Children: Doctrine\ORM\PersistentCollection {#5211 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143434 +label: " 艦隊これくしょん -艦これ-" +value: "98" +data: Eccube\Entity\Category {#5214 -id: 98 -name: "艦隊これくしょん -艦これ-" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1694688954 {#5212 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5213 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5215 …} -Children: Doctrine\ORM\PersistentCollection {#5218 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143435 +label: " 超爆裂異次元メンコバトル ギガントシューター つかさ" +value: "99" +data: Eccube\Entity\Category {#5221 -id: 99 -name: "超爆裂異次元メンコバトル ギガントシューター つかさ" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1694688954 {#5219 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5220 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5222 …} -Children: Doctrine\ORM\PersistentCollection {#5225 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143436 +label: " キズナイーバー" +value: "100" +data: Eccube\Entity\Category {#5228 -id: 100 -name: "キズナイーバー" -hierarchy: 3 -sort_no: 70 -create_date: DateTime @1694688954 {#5226 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5227 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5229 …} -Children: Doctrine\ORM\PersistentCollection {#5232 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143437 +label: " 境界のRINNE" +value: "101" +data: Eccube\Entity\Category {#5235 -id: 101 -name: "境界のRINNE" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1694688954 {#5233 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5234 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5236 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143438 +label: " ギルティクラウン" +value: "102" +data: Eccube\Entity\Category {#5242 -id: 102 -name: "ギルティクラウン" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1694688954 {#5240 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5241 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5243 …} -Children: Doctrine\ORM\PersistentCollection {#5246 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143439 +label: " キルラキル" +value: "103" +data: Eccube\Entity\Category {#5249 -id: 103 -name: "キルラキル" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1694688954 {#5247 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5248 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5250 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143440 +label: " グリザイアの果実" +value: "104" +data: Eccube\Entity\Category {#5256 -id: 104 -name: "グリザイアの果実" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1694688954 {#5254 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5255 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5257 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 667 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143441 +label: " グリザイア:ファントムトリガー" +value: "667" +data: Eccube\Entity\Category {#5263 -id: 667 -name: "グリザイア:ファントムトリガー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1717647257 {#5261 date: 2024-06-06 13:14:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5262 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5264 …} -Children: Doctrine\ORM\PersistentCollection {#5267 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143442 +label: " クレヨンしんちゃん" +value: "105" +data: Eccube\Entity\Category {#5270 -id: 105 -name: "クレヨンしんちゃん" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1694688954 {#5268 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5269 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5271 …} -Children: Doctrine\ORM\PersistentCollection {#5274 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143443 +label: " 劇場版マクロスF" +value: "106" +data: Eccube\Entity\Category {#5277 -id: 106 -name: "劇場版マクロスF" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1694688954 {#5275 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5276 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5278 …} -Children: Doctrine\ORM\PersistentCollection {#5281 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143444 +label: " アニメーション映画『GODZILLA』" +value: "107" +data: Eccube\Entity\Category {#5284 -id: 107 -name: "アニメーション映画『GODZILLA』" -hierarchy: 3 -sort_no: 62 -create_date: DateTime @1694688954 {#5282 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5283 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5285 …} -Children: Doctrine\ORM\PersistentCollection {#5288 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143445 +label: " ゴブリンスレイヤー" +value: "108" +data: Eccube\Entity\Category {#5291 -id: 108 -name: "ゴブリンスレイヤー" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1694688954 {#5289 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5290 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5292 …} -Children: Doctrine\ORM\PersistentCollection {#5295 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143446 +label: " PSYCHO-PASS サイコパス" +value: "109" +data: Eccube\Entity\Category {#5298 -id: 109 -name: "PSYCHO-PASS サイコパス" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1694688954 {#5296 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5297 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5299 …} -Children: Doctrine\ORM\PersistentCollection {#5302 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143447 +label: " THE KING OF FIGHTERS" +value: "110" +data: Eccube\Entity\Category {#5305 -id: 110 -name: "THE KING OF FIGHTERS" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1694688954 {#5303 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5304 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5306 …} -Children: Doctrine\ORM\PersistentCollection {#5309 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143448 +label: " シャイニングシリーズ" +value: "111" +data: Eccube\Entity\Category {#5312 -id: 111 -name: "シャイニングシリーズ" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1694688954 {#5310 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5311 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5313 …} -Children: Doctrine\ORM\PersistentCollection {#5316 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143449 +label: " STEINS;GATE" +value: "112" +data: Eccube\Entity\Category {#5319 -id: 112 -name: "STEINS;GATE" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1694688954 {#5317 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5318 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5320 …} -Children: Doctrine\ORM\PersistentCollection {#5323 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143450 +label: " STEINS;GATE[ブースター]" +value: "113" +data: Eccube\Entity\Category {#5326 -id: 113 -name: "STEINS;GATE[ブースター]" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1694688954 {#5324 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5325 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5327 …} -Children: Doctrine\ORM\PersistentCollection {#5330 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143451 +label: " STEINS;GATE[TD+]" +value: "114" +data: Eccube\Entity\Category {#5333 -id: 114 -name: "STEINS;GATE[TD+]" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1694688954 {#5331 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5332 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5334 …} -Children: Doctrine\ORM\PersistentCollection {#5337 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143452 +label: " 少女☆歌劇 レヴュースタァライト" +value: "115" +data: Eccube\Entity\Category {#5340 -id: 115 -name: "少女☆歌劇 レヴュースタァライト" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1694688954 {#5338 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5339 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5341 …} -Children: Doctrine\ORM\PersistentCollection {#5344 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143453 +label: " ジョジョの奇妙な冒険" +value: "116" +data: Eccube\Entity\Category {#5347 -id: 116 -name: "ジョジョの奇妙な冒険" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1694688954 {#5345 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5346 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5348 …} -Children: Doctrine\ORM\PersistentCollection {#5351 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143454 +label: " 進撃の巨人" +value: "117" +data: Eccube\Entity\Category {#5354 -id: 117 -name: "進撃の巨人" -hierarchy: 3 -sort_no: 52 -create_date: DateTime @1694688954 {#5352 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5353 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5355 …} -Children: Doctrine\ORM\PersistentCollection {#5358 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143455 +label: " 新サクラ大戦" +value: "118" +data: Eccube\Entity\Category {#5361 -id: 118 -name: "新サクラ大戦" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1694688954 {#5359 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5360 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5362 …} -Children: Doctrine\ORM\PersistentCollection {#5365 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143456 +label: " 翠星のガルガンティア" +value: "119" +data: Eccube\Entity\Category {#5368 -id: 119 -name: "翠星のガルガンティア" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1694688954 {#5366 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5367 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5369 …} -Children: Doctrine\ORM\PersistentCollection {#5372 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143457 +label: " スクールガールストライカーズ" +value: "120" +data: Eccube\Entity\Category {#5375 -id: 120 -name: "スクールガールストライカーズ" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1694688954 {#5373 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5374 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5376 …} -Children: Doctrine\ORM\PersistentCollection {#5379 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143458 +label: " STAR WARS" +value: "121" +data: Eccube\Entity\Category {#5382 -id: 121 -name: "STAR WARS" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1694688954 {#5380 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5381 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5383 …} -Children: Doctrine\ORM\PersistentCollection {#5386 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143459 +label: " 戦国BASARA" +value: "122" +data: Eccube\Entity\Category {#5389 -id: 122 -name: "戦国BASARA" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1694688954 {#5387 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5388 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5390 …} -Children: Doctrine\ORM\PersistentCollection {#5393 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143460 +label: " 葬送のフリーレン" +value: "689" +data: Eccube\Entity\Category {#5396 -id: 689 -name: "葬送のフリーレン" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1723442008 {#5394 date: 2024-08-12 14:53:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5395 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5397 …} -Children: Doctrine\ORM\PersistentCollection {#5400 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143461 +label: " ソードアート・オンライン" +value: "123" +data: Eccube\Entity\Category {#5403 -id: 123 -name: "ソードアート・オンライン" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1694688954 {#5401 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5402 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5407 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143462 +label: " ソードアート・オンライン オルタナティブ ガンゲイル・オンライン" +value: "124" +data: Eccube\Entity\Category {#5410 -id: 124 -name: "ソードアート・オンライン オルタナティブ ガンゲイル・オンライン" -hierarchy: 3 -sort_no: 44 -create_date: DateTime @1694688954 {#5408 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5409 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143463 +label: " ダーリン・イン・ザ・フランキス" +value: "125" +data: Eccube\Entity\Category {#5417 -id: 125 -name: "ダーリン・イン・ザ・フランキス" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1694688954 {#5415 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5416 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5418 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143464 +label: " ダンジョンに出会いを求めるのは間違っているだろうか" +value: "126" +data: Eccube\Entity\Category {#5424 -id: 126 -name: "ダンジョンに出会いを求めるのは間違っているだろうか" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1694688954 {#5422 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5423 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5428 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143465 +label: " 探偵オペラ ミルキィホームズ" +value: "127" +data: Eccube\Entity\Category {#5431 -id: 127 -name: "探偵オペラ ミルキィホームズ" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1694688954 {#5429 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5430 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5432 …} -Children: Doctrine\ORM\PersistentCollection {#5435 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143466 +label: " チェインクロニクル ~ヘクセイタスの閃~" +value: "128" +data: Eccube\Entity\Category {#5438 -id: 128 -name: "チェインクロニクル ~ヘクセイタスの閃~" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1694688954 {#5436 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5437 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5439 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143467 +label: " チェンソーマン" +value: "129" +data: Eccube\Entity\Category {#5445 -id: 129 -name: "チェンソーマン" -hierarchy: 3 -sort_no: 39 -create_date: DateTime @1694688954 {#5443 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5444 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5446 …} -Children: Doctrine\ORM\PersistentCollection {#5449 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143468 +label: " TVアニメ「デビルサバイバー2」" +value: "130" +data: Eccube\Entity\Category {#5452 -id: 130 -name: "TVアニメ「デビルサバイバー2」" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1694688954 {#5450 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5451 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5456 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143469 +label: " テラフォーマーズ" +value: "131" +data: Eccube\Entity\Category {#5459 -id: 131 -name: "テラフォーマーズ" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1694688954 {#5457 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5458 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5460 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143470 +label: " 天元突破グレンラガン" +value: "132" +data: Eccube\Entity\Category {#5466 -id: 132 -name: "天元突破グレンラガン" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1694688954 {#5464 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5465 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5467 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143471 +label: " 転生したらスライムだった件" +value: "133" +data: Eccube\Entity\Category {#5473 -id: 133 -name: "転生したらスライムだった件" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1694688954 {#5471 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5472 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5474 …} -Children: Doctrine\ORM\PersistentCollection {#5477 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143472 +label: " D_CIDE TRAUMEREI" +value: "134" +data: Eccube\Entity\Category {#5480 -id: 134 -name: "D_CIDE TRAUMEREI" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1694688954 {#5478 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5479 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5481 …} -Children: Doctrine\ORM\PersistentCollection {#5484 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143473 +label: " Disney100" +value: "135" +data: Eccube\Entity\Category {#5487 -id: 135 -name: "Disney100" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1694688954 {#5485 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5486 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5488 …} -Children: Doctrine\ORM\PersistentCollection {#5491 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143474 +label: " 東京リベンジャーズ" +value: "136" +data: Eccube\Entity\Category {#5494 -id: 136 -name: "東京リベンジャーズ" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1694688954 {#5492 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5493 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5495 …} -Children: Doctrine\ORM\PersistentCollection {#5498 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143475 +label: " ノーゲーム・ノーライフ" +value: "137" +data: Eccube\Entity\Category {#5501 -id: 137 -name: "ノーゲーム・ノーライフ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1694688954 {#5499 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5500 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5502 …} -Children: Doctrine\ORM\PersistentCollection {#5505 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143476 +label: " パズル&ドラゴンズ" +value: "138" +data: Eccube\Entity\Category {#5508 -id: 138 -name: "パズル&ドラゴンズ" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1694688954 {#5506 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5507 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5509 …} -Children: Doctrine\ORM\PersistentCollection {#5512 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143477 +label: " 初音ミク -Project DIVA-" +value: "139" +data: Eccube\Entity\Category {#5515 -id: 139 -name: "初音ミク -Project DIVA-" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1694688954 {#5513 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5514 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5516 …} -Children: Doctrine\ORM\PersistentCollection {#5519 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143478 +label: " PIXAR" +value: "140" +data: Eccube\Entity\Category {#5522 -id: 140 -name: "PIXAR" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1694688954 {#5520 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5521 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143479 +label: " FAIRY TAIL" +value: "141" +data: Eccube\Entity\Category {#5529 -id: 141 -name: "FAIRY TAIL" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1694688954 {#5527 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5528 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5530 …} -Children: Doctrine\ORM\PersistentCollection {#5533 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143480 +label: " Fate" +value: "142" +data: Eccube\Entity\Category {#5536 -id: 142 -name: "Fate" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1694688954 {#5534 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5535 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5537 …} -Children: Doctrine\ORM\PersistentCollection {#5540 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143481 +label: " Fate/Apocrypha" +value: "143" +data: Eccube\Entity\Category {#5543 -id: 143 -name: "Fate/Apocrypha" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1694688954 {#5541 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5542 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143482 +label: " Fate/Grand Order(アニメ)" +value: "144" +data: Eccube\Entity\Category {#5550 -id: 144 -name: "Fate/Grand Order(アニメ)" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1694688954 {#5548 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5549 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5551 …} -Children: Doctrine\ORM\PersistentCollection {#5554 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143483 +label: " ぷよぷよ" +value: "145" +data: Eccube\Entity\Category {#5557 -id: 145 -name: "ぷよぷよ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1694688954 {#5555 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5556 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5558 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143484 +label: " ブラック★ロックシューター" +value: "146" +data: Eccube\Entity\Category {#5564 -id: 146 -name: "ブラック★ロックシューター" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1694688954 {#5562 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5563 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5565 …} -Children: Doctrine\ORM\PersistentCollection {#5568 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143485 +label: " プリズマ☆イリヤ" +value: "147" +data: Eccube\Entity\Category {#5571 -id: 147 -name: "プリズマ☆イリヤ" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1694688954 {#5569 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5570 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5572 …} -Children: Doctrine\ORM\PersistentCollection {#5575 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143486 +label: " プロジェクトセカイ カラフルステージ! feat. 初音ミク" +value: "148" +data: Eccube\Entity\Category {#5578 -id: 148 -name: "プロジェクトセカイ カラフルステージ! feat. 初音ミク" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1694688954 {#5576 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5577 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5579 …} -Children: Doctrine\ORM\PersistentCollection {#5582 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143487 +label: " ペルソナ" +value: "149" +data: Eccube\Entity\Category {#5585 -id: 149 -name: "ペルソナ" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1694688954 {#5583 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5584 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5586 …} -Children: Doctrine\ORM\PersistentCollection {#5589 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143488 +label: " Marvel" +value: "150" +data: Eccube\Entity\Category {#5592 -id: 150 -name: "Marvel" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1694688954 {#5590 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5591 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5593 …} -Children: Doctrine\ORM\PersistentCollection {#5596 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143489 +label: " 魔界戦記ディスガイア" +value: "151" +data: Eccube\Entity\Category {#5599 -id: 151 -name: "魔界戦記ディスガイア" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1694688954 {#5597 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5598 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5600 …} -Children: Doctrine\ORM\PersistentCollection {#5603 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143490 +label: " 無職転生 ~異世界行ったら本気だす~" +value: "152" +data: Eccube\Entity\Category {#5606 -id: 152 -name: "無職転生 ~異世界行ったら本気だす~" -hierarchy: 3 -sort_no: 16 -create_date: DateTime @1694688954 {#5604 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5605 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5607 …} -Children: Doctrine\ORM\PersistentCollection {#5610 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143491 +label: " MELTY BLOOD/空の境界" +value: "153" +data: Eccube\Entity\Category {#5613 -id: 153 -name: "MELTY BLOOD/空の境界" -hierarchy: 3 -sort_no: 15 -create_date: DateTime @1694688954 {#5611 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5612 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5614 …} -Children: Doctrine\ORM\PersistentCollection {#5617 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143492 +label: " 〈物語〉シリーズ" +value: "154" +data: Eccube\Entity\Category {#5620 -id: 154 -name: "〈物語〉シリーズ" -hierarchy: 3 -sort_no: 14 -create_date: DateTime @1694688954 {#5618 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5619 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5621 …} -Children: Doctrine\ORM\PersistentCollection {#5624 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143493 +label: " Re:ゼロから始める異世界生活" +value: "155" +data: Eccube\Entity\Category {#5627 -id: 155 -name: "Re:ゼロから始める異世界生活" -hierarchy: 3 -sort_no: 13 -create_date: DateTime @1694688954 {#5625 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5626 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5628 …} -Children: Doctrine\ORM\PersistentCollection {#5631 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143494 +label: " ログ・ホライズン" +value: "156" +data: Eccube\Entity\Category {#5634 -id: 156 -name: "ログ・ホライズン" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1694688954 {#5632 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5633 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5635 …} -Children: Doctrine\ORM\PersistentCollection {#5638 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143495 +label: " ロストディケイド" +value: "157" +data: Eccube\Entity\Category {#5641 -id: 157 -name: "ロストディケイド" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1694688954 {#5639 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5640 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5642 …} -Children: Doctrine\ORM\PersistentCollection {#5645 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143496 +label: " ワールドトリガー" +value: "158" +data: Eccube\Entity\Category {#5648 -id: 158 -name: "ワールドトリガー" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1694688954 {#5646 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5647 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5649 …} -Children: Doctrine\ORM\PersistentCollection {#5652 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143497 +label: " プロモカード(シュヴァルツサイド)" +value: "159" +data: Eccube\Entity\Category {#5655 -id: 159 -name: "プロモカード(シュヴァルツサイド)" -hierarchy: 3 -sort_no: 9 -create_date: DateTime @1694688954 {#5653 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5654 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5656 …} -Children: Doctrine\ORM\PersistentCollection {#5659 …} -Parent: Eccube\Entity\Category {#5095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143498 +label: "ポケモン" +value: "7" +data: Eccube\Entity\Category {#5662 -id: 7 -name: "ポケモン" -hierarchy: 1 -sort_no: 451 -create_date: DateTime @1694688688 {#4644 date: 2023-09-14 19:51:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240460 {#4643 date: 2025-03-06 14:54:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5663 …} -Children: Doctrine\ORM\PersistentCollection {#5666 …} -Parent: Eccube\Entity\Category {#4301} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: "0213195449_65cb4a797fd47.png" } +attr: [] +labelTranslationParameters: [] } 596 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143499 +label: " レアリティ" +value: "596" +data: Eccube\Entity\Category {#5667 -id: 596 -name: "レアリティ" -hierarchy: 2 -sort_no: 450 -create_date: DateTime @1696942135 {#4536 date: 2023-10-10 21:48:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#4537 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5668 …} -Children: Doctrine\ORM\PersistentCollection {#5671 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 621 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143500 +label: " UR" +value: "621" +data: Eccube\Entity\Category {#5672 -id: 621 -name: "UR" -hierarchy: 3 -sort_no: 449 -create_date: DateTime @1696942667 {#5660 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5661 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5673 …} -Children: Doctrine\ORM\PersistentCollection {#5676 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 622 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143501 +label: " SAR" +value: "622" +data: Eccube\Entity\Category {#5683 -id: 622 -name: "SAR" -hierarchy: 3 -sort_no: 156 -create_date: DateTime @1696942667 {#5681 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5682 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5684 …} -Children: Doctrine\ORM\PersistentCollection {#5687 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 623 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143502 +label: " SR" +value: "623" +data: Eccube\Entity\Category {#5690 -id: 623 -name: "SR" -hierarchy: 3 -sort_no: 155 -create_date: DateTime @1696942667 {#5688 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5689 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5691 …} -Children: Doctrine\ORM\PersistentCollection {#5694 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 624 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143503 +label: " AR" +value: "624" +data: Eccube\Entity\Category {#5697 -id: 624 -name: "AR" -hierarchy: 3 -sort_no: 154 -create_date: DateTime @1696942667 {#5695 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5696 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5698 …} -Children: Doctrine\ORM\PersistentCollection {#5701 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 625 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143504 +label: " RR" +value: "625" +data: Eccube\Entity\Category {#5704 -id: 625 -name: "RR" -hierarchy: 3 -sort_no: 153 -create_date: DateTime @1696942667 {#5702 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5703 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5705 …} -Children: Doctrine\ORM\PersistentCollection {#5708 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 626 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143505 +label: " R" +value: "626" +data: Eccube\Entity\Category {#5711 -id: 626 -name: "R" -hierarchy: 3 -sort_no: 152 -create_date: DateTime @1696942667 {#5709 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5710 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5712 …} -Children: Doctrine\ORM\PersistentCollection {#5715 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 627 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143506 +label: " UC" +value: "627" +data: Eccube\Entity\Category {#5718 -id: 627 -name: "UC" -hierarchy: 3 -sort_no: 151 -create_date: DateTime @1696942667 {#5716 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5717 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5719 …} -Children: Doctrine\ORM\PersistentCollection {#5722 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 628 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143507 +label: " C" +value: "628" +data: Eccube\Entity\Category {#5725 -id: 628 -name: "C" -hierarchy: 3 -sort_no: 150 -create_date: DateTime @1696942667 {#5723 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5724 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5726 …} -Children: Doctrine\ORM\PersistentCollection {#5729 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 629 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143508 +label: " TD" +value: "629" +data: Eccube\Entity\Category {#5732 -id: 629 -name: "TD" -hierarchy: 3 -sort_no: 149 -create_date: DateTime @1696942667 {#5730 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5731 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5733 …} -Children: Doctrine\ORM\PersistentCollection {#5736 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 630 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143509 +label: " ホロ" +value: "630" +data: Eccube\Entity\Category {#5739 -id: 630 -name: "ホロ" -hierarchy: 3 -sort_no: 148 -create_date: DateTime @1696942667 {#5737 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#5738 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5740 …} -Children: Doctrine\ORM\PersistentCollection {#5743 …} -Parent: Eccube\Entity\Category {#5667} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 663 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143510 +label: " 新商品" +value: "663" +data: Eccube\Entity\Category {#5744 -id: 663 -name: "新商品" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1717046573 {#5106 date: 2024-05-30 14:22:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5105 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5748 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 747 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143511 +label: " ダメージ商品 ポケモン" +value: "747" +data: Eccube\Entity\Category {#5751 -id: 747 -name: "ダメージ商品 ポケモン" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1741240588 {#5749 date: 2025-03-06 14:56:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240897 {#5750 date: 2025-03-06 15:01:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5752 …} -Children: Doctrine\ORM\PersistentCollection {#5755 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 706 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143512 +label: " [SVOD] ダイゴのダンバル&メタグロスex" +value: "706" +data: Eccube\Entity\Category {#5758 -id: 706 -name: "[SVOD] ダイゴのダンバル&メタグロスex" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1740201496 {#5756 date: 2025-02-22 14:18:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5757 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5759 …} -Children: Doctrine\ORM\PersistentCollection {#5762 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 705 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143513 +label: " [SV9] バトルパートナーズ" +value: "705" +data: Eccube\Entity\Category {#5765 -id: 705 -name: "[SV9] バトルパートナーズ" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1737708933 {#5763 date: 2025-01-24 17:55:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5764 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5766 …} -Children: Doctrine\ORM\PersistentCollection {#5769 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 704 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143514 +label: " [SV8a] テラスタルフェスex" +value: "704" +data: Eccube\Entity\Category {#5772 -id: 704 -name: "[SV8a] テラスタルフェスex" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1733556985 {#5770 date: 2024-12-07 16:36:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5771 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5773 …} -Children: Doctrine\ORM\PersistentCollection {#5776 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 698 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143515 +label: " [SV8] 超電ブレイカー" +value: "698" +data: Eccube\Entity\Category {#5779 -id: 698 -name: "[SV8] 超電ブレイカー" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1729320738 {#5777 date: 2024-10-19 15:52:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5778 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5780 …} -Children: Doctrine\ORM\PersistentCollection {#5783 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 697 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143516 +label: " [SV7a] 楽園ドラゴーナ" +value: "697" +data: Eccube\Entity\Category {#5786 -id: 697 -name: "[SV7a] 楽園ドラゴーナ" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1726206102 {#5784 date: 2024-09-13 14:41:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5785 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5787 …} -Children: Doctrine\ORM\PersistentCollection {#5790 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 673 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143517 +label: " [SV7] ステラミラクル" +value: "673" +data: Eccube\Entity\Category {#5793 -id: 673 -name: "[SV7] ステラミラクル" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1721806116 {#5791 date: 2024-07-24 16:28:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5792 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5794 …} -Children: Doctrine\ORM\PersistentCollection {#5797 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 668 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143518 +label: " [SV6a] ナイトワンダラー" +value: "668" +data: Eccube\Entity\Category {#5800 -id: 668 -name: "[SV6a] ナイトワンダラー" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1717738053 {#5798 date: 2024-06-07 14:27:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5799 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5801 …} -Children: Doctrine\ORM\PersistentCollection {#5804 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 655 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143519 +label: " [SV6] 変幻の仮面" +value: "655" +data: Eccube\Entity\Category {#5807 -id: 655 -name: "[SV6] 変幻の仮面" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1717043767 {#5805 date: 2024-05-30 13:36:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5806 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5808 …} -Children: Doctrine\ORM\PersistentCollection {#5811 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 650 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143520 +label: " [SV5a] クリムゾンヘイズ" +value: "650" +data: Eccube\Entity\Category {#5814 -id: 650 -name: "[SV5a] クリムゾンヘイズ" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1712556841 {#5812 date: 2024-04-08 15:14:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5813 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5815 …} -Children: Doctrine\ORM\PersistentCollection {#5818 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 656 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143521 +label: " [SV5K] ワイルドフォース" +value: "656" +data: Eccube\Entity\Category {#5821 -id: 656 -name: "[SV5K] ワイルドフォース" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1717043794 {#5819 date: 2024-05-30 13:36:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5820 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5822 …} -Children: Doctrine\ORM\PersistentCollection {#5825 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 657 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143522 +label: " [SV5M] サイバージャッジ" +value: "657" +data: Eccube\Entity\Category {#5828 -id: 657 -name: "[SV5M] サイバージャッジ" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1717043828 {#5826 date: 2024-05-30 13:37:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5827 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5829 …} -Children: Doctrine\ORM\PersistentCollection {#5832 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 665 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143523 +label: " [SV4a] シャイニートレジャーex" +value: "665" +data: Eccube\Entity\Category {#5835 -id: 665 -name: "[SV4a] シャイニートレジャーex" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1717238509 {#5833 date: 2024-06-01 19:41:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5834 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5836 …} -Children: Doctrine\ORM\PersistentCollection {#5839 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 658 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143524 +label: " [SV4K] 古代の咆哮" +value: "658" +data: Eccube\Entity\Category {#5842 -id: 658 -name: "[SV4K] 古代の咆哮" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1717043844 {#5840 date: 2024-05-30 13:37:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5841 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5843 …} -Children: Doctrine\ORM\PersistentCollection {#5846 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 659 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143525 +label: " [SV4M] 未来の一閃" +value: "659" +data: Eccube\Entity\Category {#5849 -id: 659 -name: "[SV4M] 未来の一閃" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1717043857 {#5847 date: 2024-05-30 13:37:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5848 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5850 …} -Children: Doctrine\ORM\PersistentCollection {#5853 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 660 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143526 +label: " [SV3a] レイジングサーフ" +value: "660" +data: Eccube\Entity\Category {#5856 -id: 660 -name: "[SV3a] レイジングサーフ" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1717043872 {#5854 date: 2024-05-30 13:37:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5855 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5857 …} -Children: Doctrine\ORM\PersistentCollection {#5860 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 661 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143527 +label: " [SV3] 黒炎の支配者" +value: "661" +data: Eccube\Entity\Category {#5863 -id: 661 -name: "[SV3] 黒炎の支配者" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1717043886 {#5861 date: 2024-05-30 13:38:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5862 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5864 …} -Children: Doctrine\ORM\PersistentCollection {#5867 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 662 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143528 +label: " [SV2a] ポケモンカード151" +value: "662" +data: Eccube\Entity\Category {#5870 -id: 662 -name: "[SV2a] ポケモンカード151" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1717043904 {#5868 date: 2024-05-30 13:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5869 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5871 …} -Children: Doctrine\ORM\PersistentCollection {#5874 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143529 +label: " SV2D クレイバースト" +value: "12" +data: Eccube\Entity\Category {#5877 -id: 12 -name: "SV2D クレイバースト" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1694688954 {#5875 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5876 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5878 …} -Children: Doctrine\ORM\PersistentCollection {#5881 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143530 +label: " SV2P スノーハザード" +value: "13" +data: Eccube\Entity\Category {#5884 -id: 13 -name: "SV2P スノーハザード" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1694688954 {#5882 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5883 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5885 …} -Children: Doctrine\ORM\PersistentCollection {#5888 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143531 +label: " SV1A トリプレットビート" +value: "14" +data: Eccube\Entity\Category {#5891 -id: 14 -name: "SV1A トリプレットビート" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1694688954 {#5889 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5890 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5892 …} -Children: Doctrine\ORM\PersistentCollection {#5895 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143532 +label: " SV1V バイオレットex" +value: "15" +data: Eccube\Entity\Category {#5898 -id: 15 -name: "SV1V バイオレットex" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1694688954 {#5896 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5897 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5899 …} -Children: Doctrine\ORM\PersistentCollection {#5902 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143533 +label: " SV1S スカーレットex" +value: "16" +data: Eccube\Entity\Category {#5905 -id: 16 -name: "SV1S スカーレットex" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1694688954 {#5903 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5904 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5906 …} -Children: Doctrine\ORM\PersistentCollection {#5909 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143534 +label: " PROMO プロモ" +value: "11" +data: Eccube\Entity\Category {#5912 -id: 11 -name: "PROMO プロモ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1694688954 {#5910 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5911 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5913 …} -Children: Doctrine\ORM\PersistentCollection {#5916 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 645 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143535 +label: " ポケモンおすすめ" +value: "645" +data: Eccube\Entity\Category {#5919 -id: 645 -name: "ポケモンおすすめ" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1706627829 {#5917 date: 2024-01-31 00:17:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240593 {#5918 date: 2025-03-06 14:56:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5920 …} -Children: Doctrine\ORM\PersistentCollection {#5923 …} -Parent: Eccube\Entity\Category {#5662} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143536 +label: " 買い取り" +value: "217" +data: Eccube\Entity\Category {#5928 -id: 217 -name: "買い取り" -hierarchy: 2 -sort_no: 448 -create_date: DateTime @1695966514 {#5680 date: 2023-09-29 14:48:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#5679 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5929 …} -Children: Doctrine\ORM\PersistentCollection {#5932 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143537 +label: " ポケモン" +value: "219" +data: Eccube\Entity\Category {#5933 -id: 219 -name: "ポケモン" -hierarchy: 2 -sort_no: 422 -create_date: DateTime @1695974903 {#5678 date: 2023-09-29 17:08:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708916557 {#5677 date: 2024-02-26 12:02:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5934 …} -Children: Doctrine\ORM\PersistentCollection {#5937 …} -Parent: Eccube\Entity\Category {#5928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: "0226120233_65dbff4915d20.png" } +attr: [] +labelTranslationParameters: [] } 597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143538 +label: " レアリティ" +value: "597" +data: Eccube\Entity\Category {#5938 -id: 597 -name: "レアリティ" -hierarchy: 3 -sort_no: 421 -create_date: DateTime @1696942150 {#5924 date: 2023-10-10 21:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#5925 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5939 …} -Children: Doctrine\ORM\PersistentCollection {#5942 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 713 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143539 +label: " UR" +value: "713" +data: Eccube\Entity\Category {#5943 -id: 713 -name: "UR" -hierarchy: 4 -sort_no: 419 -create_date: DateTime @1740989596 {#5926 date: 2025-03-03 17:13:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5927 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5944 …} -Children: Doctrine\ORM\PersistentCollection {#5947 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 714 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143540 +label: " SAR" +value: "714" +data: Eccube\Entity\Category {#5956 -id: 714 -name: "SAR" -hierarchy: 4 -sort_no: 418 -create_date: DateTime @1740989599 {#5954 date: 2025-03-03 17:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5955 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5957 …} -Children: Doctrine\ORM\PersistentCollection {#5960 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 715 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143541 +label: " SR" +value: "715" +data: Eccube\Entity\Category {#5963 -id: 715 -name: "SR" -hierarchy: 4 -sort_no: 417 -create_date: DateTime @1740989607 {#5961 date: 2025-03-03 17:13:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5962 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5964 …} -Children: Doctrine\ORM\PersistentCollection {#5967 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 716 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143542 +label: " AR" +value: "716" +data: Eccube\Entity\Category {#5970 -id: 716 -name: "AR" -hierarchy: 4 -sort_no: 416 -create_date: DateTime @1740989612 {#5968 date: 2025-03-03 17:13:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5969 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5971 …} -Children: Doctrine\ORM\PersistentCollection {#5974 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 717 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143543 +label: " RR" +value: "717" +data: Eccube\Entity\Category {#5977 -id: 717 -name: "RR" -hierarchy: 4 -sort_no: 415 -create_date: DateTime @1740989616 {#5975 date: 2025-03-03 17:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5976 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5978 …} -Children: Doctrine\ORM\PersistentCollection {#5981 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 718 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143544 +label: " R" +value: "718" +data: Eccube\Entity\Category {#5984 -id: 718 -name: "R" -hierarchy: 4 -sort_no: 414 -create_date: DateTime @1740989626 {#5982 date: 2025-03-03 17:13:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5983 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5985 …} -Children: Doctrine\ORM\PersistentCollection {#5988 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 719 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143545 +label: " UC" +value: "719" +data: Eccube\Entity\Category {#5991 -id: 719 -name: "UC" -hierarchy: 4 -sort_no: 413 -create_date: DateTime @1740989636 {#5989 date: 2025-03-03 17:13:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5990 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5992 …} -Children: Doctrine\ORM\PersistentCollection {#5995 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 720 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143546 +label: " C" +value: "720" +data: Eccube\Entity\Category {#5998 -id: 720 -name: "C" -hierarchy: 4 -sort_no: 412 -create_date: DateTime @1740990583 {#5996 date: 2025-03-03 17:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#5997 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5999 …} -Children: Doctrine\ORM\PersistentCollection {#6002 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 721 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143547 +label: " TD" +value: "721" +data: Eccube\Entity\Category {#6005 -id: 721 -name: "TD" -hierarchy: 4 -sort_no: 411 -create_date: DateTime @1740990604 {#6003 date: 2025-03-03 17:30:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6004 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6006 …} -Children: Doctrine\ORM\PersistentCollection {#6009 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 722 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143548 +label: " ホロ" +value: "722" +data: Eccube\Entity\Category {#6012 -id: 722 -name: "ホロ" -hierarchy: 4 -sort_no: 410 -create_date: DateTime @1740990613 {#6010 date: 2025-03-03 17:30:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6011 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6013 …} -Children: Doctrine\ORM\PersistentCollection {#6016 …} -Parent: Eccube\Entity\Category {#5938} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143549 +label: " PROMO プロモ" +value: "222" +data: Eccube\Entity\Category {#6017 -id: 222 -name: "PROMO プロモ" -hierarchy: 3 -sort_no: 420 -create_date: DateTime @1695981741 {#5949 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#5948 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6018 …} -Children: Doctrine\ORM\PersistentCollection {#6021 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 743 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143550 +label: " SV7a 楽園ドラゴーナ" +value: "743" +data: Eccube\Entity\Category {#6024 -id: 743 -name: "SV7a 楽園ドラゴーナ" -hierarchy: 3 -sort_no: 409 -create_date: DateTime @1741091161 {#6022 date: 2025-03-04 21:26:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6023 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6025 …} -Children: Doctrine\ORM\PersistentCollection {#6028 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 686 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143551 +label: " SV7 ステラミラクル" +value: "686" +data: Eccube\Entity\Category {#6031 -id: 686 -name: "SV7 ステラミラクル" -hierarchy: 3 -sort_no: 408 -create_date: DateTime @1722247026 {#6029 date: 2024-07-29 18:57:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6030 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6032 …} -Children: Doctrine\ORM\PersistentCollection {#6035 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 685 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143552 +label: " SV6a ナイトワンダラー" +value: "685" +data: Eccube\Entity\Category {#6038 -id: 685 -name: "SV6a ナイトワンダラー" -hierarchy: 3 -sort_no: 407 -create_date: DateTime @1722246995 {#6036 date: 2024-07-29 18:56:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6037 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6039 …} -Children: Doctrine\ORM\PersistentCollection {#6042 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 671 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143553 +label: " SV6 変幻の仮面" +value: "671" +data: Eccube\Entity\Category {#6045 -id: 671 -name: "SV6 変幻の仮面" -hierarchy: 3 -sort_no: 406 -create_date: DateTime @1718259642 {#6043 date: 2024-06-13 15:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6044 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6046 …} -Children: Doctrine\ORM\PersistentCollection {#6049 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 684 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143554 +label: " SV5a クリムゾンヘイズ" +value: "684" +data: Eccube\Entity\Category {#6052 -id: 684 -name: "SV5a クリムゾンヘイズ" -hierarchy: 3 -sort_no: 405 -create_date: DateTime @1722246604 {#6050 date: 2024-07-29 18:50:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6051 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6053 …} -Children: Doctrine\ORM\PersistentCollection {#6056 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 683 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143555 +label: " SV5K ワイルドフォース" +value: "683" +data: Eccube\Entity\Category {#6059 -id: 683 -name: "SV5K ワイルドフォース" -hierarchy: 3 -sort_no: 404 -create_date: DateTime @1722246552 {#6057 date: 2024-07-29 18:49:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6058 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6060 …} -Children: Doctrine\ORM\PersistentCollection {#6063 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 682 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143556 +label: " SV5M サイバージャッジ" +value: "682" +data: Eccube\Entity\Category {#6066 -id: 682 -name: "SV5M サイバージャッジ" -hierarchy: 3 -sort_no: 403 -create_date: DateTime @1722246464 {#6064 date: 2024-07-29 18:47:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6065 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6067 …} -Children: Doctrine\ORM\PersistentCollection {#6070 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 676 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143557 +label: " SV4a シャイニートレジャーex" +value: "676" +data: Eccube\Entity\Category {#6073 -id: 676 -name: "SV4a シャイニートレジャーex" -hierarchy: 3 -sort_no: 402 -create_date: DateTime @1722245675 {#6071 date: 2024-07-29 18:34:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6072 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6074 …} -Children: Doctrine\ORM\PersistentCollection {#6077 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 681 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143558 +label: " SV4K 古代の咆哮" +value: "681" +data: Eccube\Entity\Category {#6080 -id: 681 -name: "SV4K 古代の咆哮" -hierarchy: 3 -sort_no: 401 -create_date: DateTime @1722246371 {#6078 date: 2024-07-29 18:46:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6079 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6081 …} -Children: Doctrine\ORM\PersistentCollection {#6084 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 680 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143559 +label: " SV4M 未来の一閃" +value: "680" +data: Eccube\Entity\Category {#6087 -id: 680 -name: "SV4M 未来の一閃" -hierarchy: 3 -sort_no: 400 -create_date: DateTime @1722246328 {#6085 date: 2024-07-29 18:45:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6086 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6088 …} -Children: Doctrine\ORM\PersistentCollection {#6091 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 679 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143560 +label: " SV3a レイジングサーフ" +value: "679" +data: Eccube\Entity\Category {#6094 -id: 679 -name: "SV3a レイジングサーフ" -hierarchy: 3 -sort_no: 399 -create_date: DateTime @1722246031 {#6092 date: 2024-07-29 18:40:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6093 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6095 …} -Children: Doctrine\ORM\PersistentCollection {#6098 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 678 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143561 +label: " SV3 黒炎の支配者" +value: "678" +data: Eccube\Entity\Category {#6101 -id: 678 -name: "SV3 黒炎の支配者" -hierarchy: 3 -sort_no: 398 -create_date: DateTime @1722245945 {#6099 date: 2024-07-29 18:39:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6100 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6102 …} -Children: Doctrine\ORM\PersistentCollection {#6105 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 677 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143562 +label: " SV2a ポケモンカード151" +value: "677" +data: Eccube\Entity\Category {#6108 -id: 677 -name: "SV2a ポケモンカード151" -hierarchy: 3 -sort_no: 397 -create_date: DateTime @1722245748 {#6106 date: 2024-07-29 18:35:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6107 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6109 …} -Children: Doctrine\ORM\PersistentCollection {#6112 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143563 +label: " SV2D クレイバースト" +value: "223" +data: Eccube\Entity\Category {#6115 -id: 223 -name: "SV2D クレイバースト" -hierarchy: 3 -sort_no: 396 -create_date: DateTime @1695981741 {#6113 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6114 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6116 …} -Children: Doctrine\ORM\PersistentCollection {#6119 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143564 +label: " SV2P スノーハザード" +value: "224" +data: Eccube\Entity\Category {#6122 -id: 224 -name: "SV2P スノーハザード" -hierarchy: 3 -sort_no: 395 -create_date: DateTime @1695981741 {#6120 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6121 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6123 …} -Children: Doctrine\ORM\PersistentCollection {#6126 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143565 +label: " SV1A トリプレットビート" +value: "225" +data: Eccube\Entity\Category {#6129 -id: 225 -name: "SV1A トリプレットビート" -hierarchy: 3 -sort_no: 394 -create_date: DateTime @1695981741 {#6127 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6128 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6130 …} -Children: Doctrine\ORM\PersistentCollection {#6133 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143566 +label: " SV1V バイオレットex" +value: "226" +data: Eccube\Entity\Category {#6136 -id: 226 -name: "SV1V バイオレットex" -hierarchy: 3 -sort_no: 393 -create_date: DateTime @1695981741 {#6134 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6135 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6137 …} -Children: Doctrine\ORM\PersistentCollection {#6140 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143567 +label: " SV1S スカーレットex" +value: "227" +data: Eccube\Entity\Category {#6143 -id: 227 -name: "SV1S スカーレットex" -hierarchy: 3 -sort_no: 392 -create_date: DateTime @1695981741 {#6141 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6142 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6144 …} -Children: Doctrine\ORM\PersistentCollection {#6147 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143568 +label: " S12A VSTARユニバース" +value: "228" +data: Eccube\Entity\Category {#6150 -id: 228 -name: "S12A VSTARユニバース" -hierarchy: 3 -sort_no: 391 -create_date: DateTime @1695981741 {#6148 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6149 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6151 …} -Children: Doctrine\ORM\PersistentCollection {#6154 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143569 +label: " S12 パラダイムトリガー" +value: "229" +data: Eccube\Entity\Category {#6157 -id: 229 -name: "S12 パラダイムトリガー" -hierarchy: 3 -sort_no: 390 -create_date: DateTime @1695981741 {#6155 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6156 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6158 …} -Children: Doctrine\ORM\PersistentCollection {#6161 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143570 +label: " S11A 白熱のアルカナ" +value: "230" +data: Eccube\Entity\Category {#6164 -id: 230 -name: "S11A 白熱のアルカナ" -hierarchy: 3 -sort_no: 389 -create_date: DateTime @1695981741 {#6162 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6163 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6165 …} -Children: Doctrine\ORM\PersistentCollection {#6168 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143571 +label: " S11 ロストアビス" +value: "231" +data: Eccube\Entity\Category {#6171 -id: 231 -name: "S11 ロストアビス" -hierarchy: 3 -sort_no: 388 -create_date: DateTime @1695981741 {#6169 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6170 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6172 …} -Children: Doctrine\ORM\PersistentCollection {#6175 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143572 +label: " S10B Pokemon GO" +value: "232" +data: Eccube\Entity\Category {#6178 -id: 232 -name: "S10B Pokemon GO" -hierarchy: 3 -sort_no: 387 -create_date: DateTime @1695981741 {#6176 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6177 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6179 …} -Children: Doctrine\ORM\PersistentCollection {#6182 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143573 +label: " S10A ダークファンタズム" +value: "233" +data: Eccube\Entity\Category {#6185 -id: 233 -name: "S10A ダークファンタズム" -hierarchy: 3 -sort_no: 386 -create_date: DateTime @1695981741 {#6183 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6184 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6186 …} -Children: Doctrine\ORM\PersistentCollection {#6189 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143574 +label: " S10P スペースジャグラー" +value: "234" +data: Eccube\Entity\Category {#6192 -id: 234 -name: "S10P スペースジャグラー" -hierarchy: 3 -sort_no: 385 -create_date: DateTime @1695981741 {#6190 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6191 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6193 …} -Children: Doctrine\ORM\PersistentCollection {#6196 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143575 +label: " S10D タイムゲイザー" +value: "235" +data: Eccube\Entity\Category {#6199 -id: 235 -name: "S10D タイムゲイザー" -hierarchy: 3 -sort_no: 384 -create_date: DateTime @1695981741 {#6197 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6198 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6200 …} -Children: Doctrine\ORM\PersistentCollection {#6203 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143576 +label: " S9A バトルリージョン" +value: "236" +data: Eccube\Entity\Category {#6206 -id: 236 -name: "S9A バトルリージョン" -hierarchy: 3 -sort_no: 383 -create_date: DateTime @1695981741 {#6204 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6205 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6207 …} -Children: Doctrine\ORM\PersistentCollection {#6210 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143577 +label: " S9 スターバース" +value: "237" +data: Eccube\Entity\Category {#6213 -id: 237 -name: "S9 スターバース" -hierarchy: 3 -sort_no: 382 -create_date: DateTime @1695981741 {#6211 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6212 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6214 …} -Children: Doctrine\ORM\PersistentCollection {#6217 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143578 +label: " S8B VMAXクライマックス" +value: "238" +data: Eccube\Entity\Category {#6220 -id: 238 -name: "S8B VMAXクライマックス" -hierarchy: 3 -sort_no: 381 -create_date: DateTime @1695981741 {#6218 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6219 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6221 …} -Children: Doctrine\ORM\PersistentCollection {#6224 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143579 +label: " S8A 25th ANNIVERSARY COLLECTION" +value: "239" +data: Eccube\Entity\Category {#6227 -id: 239 -name: "S8A 25th ANNIVERSARY COLLECTION" -hierarchy: 3 -sort_no: 380 -create_date: DateTime @1695981741 {#6225 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6226 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6228 …} -Children: Doctrine\ORM\PersistentCollection {#6231 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143580 +label: " S8 フュージョンアーツ" +value: "240" +data: Eccube\Entity\Category {#6234 -id: 240 -name: "S8 フュージョンアーツ" -hierarchy: 3 -sort_no: 379 -create_date: DateTime @1695981741 {#6232 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6233 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6235 …} -Children: Doctrine\ORM\PersistentCollection {#6238 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143581 +label: " S7R 蒼空ストリーム" +value: "241" +data: Eccube\Entity\Category {#6241 -id: 241 -name: "S7R 蒼空ストリーム" -hierarchy: 3 -sort_no: 378 -create_date: DateTime @1695981741 {#6239 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6240 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6242 …} -Children: Doctrine\ORM\PersistentCollection {#6245 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143582 +label: " S7D 摩天パーフェクト" +value: "242" +data: Eccube\Entity\Category {#6248 -id: 242 -name: "S7D 摩天パーフェクト" -hierarchy: 3 -sort_no: 377 -create_date: DateTime @1695981741 {#6246 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6247 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6249 …} -Children: Doctrine\ORM\PersistentCollection {#6252 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143583 +label: " S6A イーブイヒーローズ" +value: "243" +data: Eccube\Entity\Category {#6255 -id: 243 -name: "S6A イーブイヒーローズ" -hierarchy: 3 -sort_no: 376 -create_date: DateTime @1695981741 {#6253 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6254 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6256 …} -Children: Doctrine\ORM\PersistentCollection {#6259 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143584 +label: " S6K 漆黒のガイスト" +value: "244" +data: Eccube\Entity\Category {#6262 -id: 244 -name: "S6K 漆黒のガイスト" -hierarchy: 3 -sort_no: 375 -create_date: DateTime @1695981741 {#6260 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6261 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6263 …} -Children: Doctrine\ORM\PersistentCollection {#6266 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143585 +label: " S6H 白銀のランス" +value: "245" +data: Eccube\Entity\Category {#6269 -id: 245 -name: "S6H 白銀のランス" -hierarchy: 3 -sort_no: 374 -create_date: DateTime @1695981741 {#6267 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6268 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6270 …} -Children: Doctrine\ORM\PersistentCollection {#6273 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143586 +label: " S5A 双璧のファイター" +value: "246" +data: Eccube\Entity\Category {#6276 -id: 246 -name: "S5A 双璧のファイター" -hierarchy: 3 -sort_no: 373 -create_date: DateTime @1695981741 {#6274 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6275 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6277 …} -Children: Doctrine\ORM\PersistentCollection {#6280 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143587 +label: " S5R 連撃マスター" +value: "247" +data: Eccube\Entity\Category {#6283 -id: 247 -name: "S5R 連撃マスター" -hierarchy: 3 -sort_no: 372 -create_date: DateTime @1695981741 {#6281 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6282 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6284 …} -Children: Doctrine\ORM\PersistentCollection {#6287 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143588 +label: " S5I 一撃マスター" +value: "248" +data: Eccube\Entity\Category {#6290 -id: 248 -name: "S5I 一撃マスター" -hierarchy: 3 -sort_no: 371 -create_date: DateTime @1695981741 {#6288 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6289 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6291 …} -Children: Doctrine\ORM\PersistentCollection {#6294 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143589 +label: " S4A シャイニースターV" +value: "249" +data: Eccube\Entity\Category {#6297 -id: 249 -name: "S4A シャイニースターV" -hierarchy: 3 -sort_no: 370 -create_date: DateTime @1695981741 {#6295 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6296 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6298 …} -Children: Doctrine\ORM\PersistentCollection {#6301 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143590 +label: " S4 仰天のボルテッカー" +value: "250" +data: Eccube\Entity\Category {#6304 -id: 250 -name: "S4 仰天のボルテッカー" -hierarchy: 3 -sort_no: 369 -create_date: DateTime @1695981741 {#6302 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6303 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6305 …} -Children: Doctrine\ORM\PersistentCollection {#6308 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143591 +label: " S3a 伝説の鼓動" +value: "251" +data: Eccube\Entity\Category {#6311 -id: 251 -name: "S3a 伝説の鼓動" -hierarchy: 3 -sort_no: 368 -create_date: DateTime @1695981741 {#6309 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6310 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6312 …} -Children: Doctrine\ORM\PersistentCollection {#6315 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143592 +label: " S3 ムゲンゾーン" +value: "252" +data: Eccube\Entity\Category {#6318 -id: 252 -name: "S3 ムゲンゾーン" -hierarchy: 3 -sort_no: 367 -create_date: DateTime @1695981741 {#6316 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6317 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6319 …} -Children: Doctrine\ORM\PersistentCollection {#6322 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143593 +label: " S2a 爆炎ウォーカー" +value: "253" +data: Eccube\Entity\Category {#6325 -id: 253 -name: "S2a 爆炎ウォーカー" -hierarchy: 3 -sort_no: 366 -create_date: DateTime @1695981741 {#6323 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6324 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6326 …} -Children: Doctrine\ORM\PersistentCollection {#6329 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143594 +label: " S2 反逆クラッシュ" +value: "254" +data: Eccube\Entity\Category {#6332 -id: 254 -name: "S2 反逆クラッシュ" -hierarchy: 3 -sort_no: 365 -create_date: DateTime @1695981741 {#6330 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6331 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6333 …} -Children: Doctrine\ORM\PersistentCollection {#6336 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143595 +label: " S1a VMAXライジング" +value: "255" +data: Eccube\Entity\Category {#6339 -id: 255 -name: "S1a VMAXライジング" -hierarchy: 3 -sort_no: 364 -create_date: DateTime @1695981741 {#6337 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6338 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6340 …} -Children: Doctrine\ORM\PersistentCollection {#6343 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143596 +label: " S1H シールド" +value: "256" +data: Eccube\Entity\Category {#6346 -id: 256 -name: "S1H シールド" -hierarchy: 3 -sort_no: 363 -create_date: DateTime @1695981741 {#6344 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6345 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6347 …} -Children: Doctrine\ORM\PersistentCollection {#6350 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143597 +label: " S1W ソード" +value: "257" +data: Eccube\Entity\Category {#6353 -id: 257 -name: "S1W ソード" -hierarchy: 3 -sort_no: 362 -create_date: DateTime @1695981741 {#6351 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6352 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6354 …} -Children: Doctrine\ORM\PersistentCollection {#6357 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143598 +label: " SM12a TAG TEAM GX タッグオールスターズ" +value: "258" +data: Eccube\Entity\Category {#6360 -id: 258 -name: "SM12a TAG TEAM GX タッグオールスターズ" -hierarchy: 3 -sort_no: 361 -create_date: DateTime @1695981741 {#6358 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6359 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6361 …} -Children: Doctrine\ORM\PersistentCollection {#6364 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143599 +label: " SM12 オルタージェネシス" +value: "259" +data: Eccube\Entity\Category {#6367 -id: 259 -name: "SM12 オルタージェネシス" -hierarchy: 3 -sort_no: 360 -create_date: DateTime @1695981741 {#6365 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6366 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6368 …} -Children: Doctrine\ORM\PersistentCollection {#6371 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143600 +label: " SM11b ドリームリーグ" +value: "260" +data: Eccube\Entity\Category {#6374 -id: 260 -name: "SM11b ドリームリーグ" -hierarchy: 3 -sort_no: 359 -create_date: DateTime @1695981741 {#6372 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6373 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6375 …} -Children: Doctrine\ORM\PersistentCollection {#6378 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143601 +label: " SM11a リミックスバウト" +value: "261" +data: Eccube\Entity\Category {#6381 -id: 261 -name: "SM11a リミックスバウト" -hierarchy: 3 -sort_no: 358 -create_date: DateTime @1695981741 {#6379 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6380 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6382 …} -Children: Doctrine\ORM\PersistentCollection {#6385 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143602 +label: " SM11 ミラクルツイン" +value: "262" +data: Eccube\Entity\Category {#6388 -id: 262 -name: "SM11 ミラクルツイン" -hierarchy: 3 -sort_no: 357 -create_date: DateTime @1695981741 {#6386 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6387 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6389 …} -Children: Doctrine\ORM\PersistentCollection {#6392 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143603 +label: " SM10b スカイレジェンド" +value: "263" +data: Eccube\Entity\Category {#6395 -id: 263 -name: "SM10b スカイレジェンド" -hierarchy: 3 -sort_no: 356 -create_date: DateTime @1695981741 {#6393 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6394 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6396 …} -Children: Doctrine\ORM\PersistentCollection {#6399 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143604 +label: " SM10a ジージーエンド" +value: "264" +data: Eccube\Entity\Category {#6402 -id: 264 -name: "SM10a ジージーエンド" -hierarchy: 3 -sort_no: 355 -create_date: DateTime @1695981741 {#6400 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6401 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6403 …} -Children: Doctrine\ORM\PersistentCollection {#6406 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143605 +label: " SMP2 名探偵ピカチュウ" +value: "265" +data: Eccube\Entity\Category {#6409 -id: 265 -name: "SMP2 名探偵ピカチュウ" -hierarchy: 3 -sort_no: 354 -create_date: DateTime @1695981741 {#6407 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6408 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6410 …} -Children: Doctrine\ORM\PersistentCollection {#6413 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143606 +label: " SM10 ダブルブレイズ" +value: "266" +data: Eccube\Entity\Category {#6416 -id: 266 -name: "SM10 ダブルブレイズ" -hierarchy: 3 -sort_no: 353 -create_date: DateTime @1695981741 {#6414 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6415 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6417 …} -Children: Doctrine\ORM\PersistentCollection {#6420 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143607 +label: " SM9b フルメタルウォール" +value: "267" +data: Eccube\Entity\Category {#6423 -id: 267 -name: "SM9b フルメタルウォール" -hierarchy: 3 -sort_no: 352 -create_date: DateTime @1695981741 {#6421 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6422 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6424 …} -Children: Doctrine\ORM\PersistentCollection {#6427 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143608 +label: " SM9a ナイトユニゾン" +value: "268" +data: Eccube\Entity\Category {#6430 -id: 268 -name: "SM9a ナイトユニゾン" -hierarchy: 3 -sort_no: 351 -create_date: DateTime @1695981741 {#6428 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6429 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6431 …} -Children: Doctrine\ORM\PersistentCollection {#6434 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143609 +label: " SM9 タッグボルト" +value: "269" +data: Eccube\Entity\Category {#6437 -id: 269 -name: "SM9 タッグボルト" -hierarchy: 3 -sort_no: 350 -create_date: DateTime @1695981741 {#6435 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6436 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6438 …} -Children: Doctrine\ORM\PersistentCollection {#6441 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143610 +label: " SM8b GXウルトラシャイニー" +value: "270" +data: Eccube\Entity\Category {#6444 -id: 270 -name: "SM8b GXウルトラシャイニー" -hierarchy: 3 -sort_no: 349 -create_date: DateTime @1695981741 {#6442 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6443 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6445 …} -Children: Doctrine\ORM\PersistentCollection {#6448 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143611 +label: " SM8a ダークオーダー" +value: "271" +data: Eccube\Entity\Category {#6451 -id: 271 -name: "SM8a ダークオーダー" -hierarchy: 3 -sort_no: 348 -create_date: DateTime @1695981741 {#6449 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6450 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6452 …} -Children: Doctrine\ORM\PersistentCollection {#6455 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143612 +label: " SM8 超爆インパクト" +value: "272" +data: Eccube\Entity\Category {#6458 -id: 272 -name: "SM8 超爆インパクト" -hierarchy: 3 -sort_no: 347 -create_date: DateTime @1695981741 {#6456 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6457 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6459 …} -Children: Doctrine\ORM\PersistentCollection {#6462 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143613 +label: " SM7b フェアリーライズ" +value: "273" +data: Eccube\Entity\Category {#6465 -id: 273 -name: "SM7b フェアリーライズ" -hierarchy: 3 -sort_no: 346 -create_date: DateTime @1695981741 {#6463 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6464 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6466 …} -Children: Doctrine\ORM\PersistentCollection {#6469 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143614 +label: " SM7a迅雷スパーク" +value: "274" +data: Eccube\Entity\Category {#6472 -id: 274 -name: "SM7a迅雷スパーク" -hierarchy: 3 -sort_no: 345 -create_date: DateTime @1695981741 {#6470 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6471 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6473 …} -Children: Doctrine\ORM\PersistentCollection {#6476 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143615 +label: " SM7 裂空のカリスマ" +value: "275" +data: Eccube\Entity\Category {#6479 -id: 275 -name: "SM7 裂空のカリスマ" -hierarchy: 3 -sort_no: 344 -create_date: DateTime @1695981741 {#6477 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6478 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6480 …} -Children: Doctrine\ORM\PersistentCollection {#6483 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143616 +label: " SM6b チャンピオンロード" +value: "276" +data: Eccube\Entity\Category {#6486 -id: 276 -name: "SM6b チャンピオンロード" -hierarchy: 3 -sort_no: 343 -create_date: DateTime @1695981741 {#6484 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6485 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6487 …} -Children: Doctrine\ORM\PersistentCollection {#6490 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143617 +label: " SM6a ドラゴンストーム" +value: "277" +data: Eccube\Entity\Category {#6493 -id: 277 -name: "SM6a ドラゴンストーム" -hierarchy: 3 -sort_no: 342 -create_date: DateTime @1695981741 {#6491 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6492 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6494 …} -Children: Doctrine\ORM\PersistentCollection {#6497 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143618 +label: " SM6 禁断の光" +value: "278" +data: Eccube\Entity\Category {#6500 -id: 278 -name: "SM6 禁断の光" -hierarchy: 3 -sort_no: 341 -create_date: DateTime @1695981741 {#6498 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6499 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6501 …} -Children: Doctrine\ORM\PersistentCollection {#6504 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143619 +label: " SM5+ ウルトラフォース" +value: "279" +data: Eccube\Entity\Category {#6507 -id: 279 -name: "SM5+ ウルトラフォース" -hierarchy: 3 -sort_no: 340 -create_date: DateTime @1695981741 {#6505 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6506 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6508 …} -Children: Doctrine\ORM\PersistentCollection {#6511 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143620 +label: " SM5mウルトラサン" +value: "280" +data: Eccube\Entity\Category {#6514 -id: 280 -name: "SM5mウルトラサン" -hierarchy: 3 -sort_no: 339 -create_date: DateTime @1695981741 {#6512 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6513 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6515 …} -Children: Doctrine\ORM\PersistentCollection {#6518 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143621 +label: " SM5sウルトラムーン" +value: "281" +data: Eccube\Entity\Category {#6521 -id: 281 -name: "SM5sウルトラムーン" -hierarchy: 3 -sort_no: 338 -create_date: DateTime @1695981741 {#6519 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6520 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6522 …} -Children: Doctrine\ORM\PersistentCollection {#6525 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143622 +label: " SM4+ GXバトルブースト" +value: "282" +data: Eccube\Entity\Category {#6528 -id: 282 -name: "SM4+ GXバトルブースト" -hierarchy: 3 -sort_no: 337 -create_date: DateTime @1695981741 {#6526 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6527 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6529 …} -Children: Doctrine\ORM\PersistentCollection {#6532 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143623 +label: " SM4s 覚醒の勇者" +value: "283" +data: Eccube\Entity\Category {#6535 -id: 283 -name: "SM4s 覚醒の勇者" -hierarchy: 3 -sort_no: 336 -create_date: DateTime @1695981741 {#6533 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6534 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6536 …} -Children: Doctrine\ORM\PersistentCollection {#6539 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143624 +label: " SM4a 超次元の暴獣" +value: "284" +data: Eccube\Entity\Category {#6542 -id: 284 -name: "SM4a 超次元の暴獣" -hierarchy: 3 -sort_no: 335 -create_date: DateTime @1695981741 {#6540 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6541 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6543 …} -Children: Doctrine\ORM\PersistentCollection {#6546 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143625 +label: " SM3+ ひかる伝説" +value: "285" +data: Eccube\Entity\Category {#6549 -id: 285 -name: "SM3+ ひかる伝説" -hierarchy: 3 -sort_no: 334 -create_date: DateTime @1695981741 {#6547 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6548 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6550 …} -Children: Doctrine\ORM\PersistentCollection {#6553 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143626 +label: " SM3h 闘う虹を見たか" +value: "286" +data: Eccube\Entity\Category {#6556 -id: 286 -name: "SM3h 闘う虹を見たか" -hierarchy: 3 -sort_no: 333 -create_date: DateTime @1695981741 {#6554 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6555 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6557 …} -Children: Doctrine\ORM\PersistentCollection {#6560 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143627 +label: " SM3n 光を喰らう闇" +value: "287" +data: Eccube\Entity\Category {#6563 -id: 287 -name: "SM3n 光を喰らう闇" -hierarchy: 3 -sort_no: 332 -create_date: DateTime @1695981741 {#6561 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6562 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6564 …} -Children: Doctrine\ORM\PersistentCollection {#6567 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143628 +label: " SM2+ 新たなる試練の向こう" +value: "288" +data: Eccube\Entity\Category {#6570 -id: 288 -name: "SM2+ 新たなる試練の向こう" -hierarchy: 3 -sort_no: 331 -create_date: DateTime @1695981741 {#6568 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6569 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6571 …} -Children: Doctrine\ORM\PersistentCollection {#6574 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143629 +label: " SM2k キミを待つ島々" +value: "289" +data: Eccube\Entity\Category {#6577 -id: 289 -name: "SM2k キミを待つ島々" -hierarchy: 3 -sort_no: 330 -create_date: DateTime @1695981741 {#6575 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6576 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6578 …} -Children: Doctrine\ORM\PersistentCollection {#6581 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143630 +label: " SM2L アローラの月光" +value: "290" +data: Eccube\Entity\Category {#6584 -id: 290 -name: "SM2L アローラの月光" -hierarchy: 3 -sort_no: 329 -create_date: DateTime @1695981741 {#6582 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6583 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6585 …} -Children: Doctrine\ORM\PersistentCollection {#6588 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143631 +label: " SM1+ サン&ムーン" +value: "291" +data: Eccube\Entity\Category {#6591 -id: 291 -name: "SM1+ サン&ムーン" -hierarchy: 3 -sort_no: 328 -create_date: DateTime @1695981741 {#6589 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6590 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6592 …} -Children: Doctrine\ORM\PersistentCollection {#6595 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143632 +label: " SM1s コレクション サン" +value: "292" +data: Eccube\Entity\Category {#6598 -id: 292 -name: "SM1s コレクション サン" -hierarchy: 3 -sort_no: 327 -create_date: DateTime @1695981741 {#6596 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6597 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6599 …} -Children: Doctrine\ORM\PersistentCollection {#6602 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143633 +label: " SM1m コレクション ムーン" +value: "293" +data: Eccube\Entity\Category {#6605 -id: 293 -name: "SM1m コレクション ムーン" -hierarchy: 3 -sort_no: 326 -create_date: DateTime @1695981741 {#6603 date: 2023-09-29 19:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6604 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6606 …} -Children: Doctrine\ORM\PersistentCollection {#6609 …} -Parent: Eccube\Entity\Category {#5933} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143634 +label: " ヴァイスシュヴァルツ" +value: "218" +data: Eccube\Entity\Category {#6614 -id: 218 -name: "ヴァイスシュヴァルツ" -hierarchy: 2 -sort_no: 325 -create_date: DateTime @1695974896 {#5952 date: 2023-09-29 17:08:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708916568 {#5953 date: 2024-02-26 12:02:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6615 …} -Children: Doctrine\ORM\PersistentCollection {#6618 …} -Parent: Eccube\Entity\Category {#5928} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: "0226120246_65dbff56df4a3.png" } +attr: [] +labelTranslationParameters: [] } 731 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143635 +label: " レアリティ" +value: "731" +data: Eccube\Entity\Category {#6619 -id: 731 -name: "レアリティ" -hierarchy: 3 -sort_no: 324 -create_date: DateTime @1740991321 {#6610 date: 2025-03-03 17:42:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991321 {#6611 date: 2025-03-03 17:42:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6620 …} -Children: Doctrine\ORM\PersistentCollection {#6623 …} -Parent: Eccube\Entity\Category {#6614} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 732 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143636 +label: " SSP" +value: "732" +data: Eccube\Entity\Category {#6624 -id: 732 -name: "SSP" -hierarchy: 4 -sort_no: 323 -create_date: DateTime @1740991716 {#6612 date: 2025-03-03 17:48:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6613 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6625 …} -Children: Doctrine\ORM\PersistentCollection {#6628 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 733 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143637 +label: " SP" +value: "733" +data: Eccube\Entity\Category {#6635 -id: 733 -name: "SP" -hierarchy: 4 -sort_no: 322 -create_date: DateTime @1740991726 {#6633 date: 2025-03-03 17:48:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6634 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6636 …} -Children: Doctrine\ORM\PersistentCollection {#6639 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 734 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143638 +label: " RRR" +value: "734" +data: Eccube\Entity\Category {#6642 -id: 734 -name: "RRR" -hierarchy: 4 -sort_no: 321 -create_date: DateTime @1740991737 {#6640 date: 2025-03-03 17:48:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6641 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6643 …} -Children: Doctrine\ORM\PersistentCollection {#6646 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 735 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143639 +label: " SR" +value: "735" +data: Eccube\Entity\Category {#6649 -id: 735 -name: "SR" -hierarchy: 4 -sort_no: 320 -create_date: DateTime @1740991747 {#6647 date: 2025-03-03 17:49:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6648 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6650 …} -Children: Doctrine\ORM\PersistentCollection {#6653 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 736 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143640 +label: " RR" +value: "736" +data: Eccube\Entity\Category {#6656 -id: 736 -name: "RR" -hierarchy: 4 -sort_no: 319 -create_date: DateTime @1740991756 {#6654 date: 2025-03-03 17:49:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6655 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6657 …} -Children: Doctrine\ORM\PersistentCollection {#6660 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 737 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143641 +label: " R" +value: "737" +data: Eccube\Entity\Category {#6663 -id: 737 -name: "R" -hierarchy: 4 -sort_no: 318 -create_date: DateTime @1740991765 {#6661 date: 2025-03-03 17:49:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6662 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6664 …} -Children: Doctrine\ORM\PersistentCollection {#6667 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 738 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143642 +label: " UC" +value: "738" +data: Eccube\Entity\Category {#6670 -id: 738 -name: "UC" -hierarchy: 4 -sort_no: 317 -create_date: DateTime @1740991777 {#6668 date: 2025-03-03 17:49:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6669 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6671 …} -Children: Doctrine\ORM\PersistentCollection {#6674 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 739 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143643 +label: " C" +value: "739" +data: Eccube\Entity\Category {#6677 -id: 739 -name: "C" -hierarchy: 4 -sort_no: 316 -create_date: DateTime @1740991787 {#6675 date: 2025-03-03 17:49:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6676 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6678 …} -Children: Doctrine\ORM\PersistentCollection {#6681 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 740 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143644 +label: " PR" +value: "740" +data: Eccube\Entity\Category {#6684 -id: 740 -name: "PR" -hierarchy: 4 -sort_no: 315 -create_date: DateTime @1740991816 {#6682 date: 2025-03-03 17:50:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6683 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6685 …} -Children: Doctrine\ORM\PersistentCollection {#6688 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 741 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143645 +label: " TD" +value: "741" +data: Eccube\Entity\Category {#6691 -id: 741 -name: "TD" -hierarchy: 4 -sort_no: 314 -create_date: DateTime @1740991826 {#6689 date: 2025-03-03 17:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6690 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6692 …} -Children: Doctrine\ORM\PersistentCollection {#6695 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 742 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143646 +label: " ホロ" +value: "742" +data: Eccube\Entity\Category {#6698 -id: 742 -name: "ホロ" -hierarchy: 4 -sort_no: 313 -create_date: DateTime @1740991838 {#6696 date: 2025-03-03 17:50:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6697 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6699 …} -Children: Doctrine\ORM\PersistentCollection {#6702 …} -Parent: Eccube\Entity\Category {#6619} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143647 +label: " シュヴァルツサイド" +value: "221" +data: Eccube\Entity\Category {#6705 -id: 221 -name: "シュヴァルツサイド" -hierarchy: 3 -sort_no: 312 -create_date: DateTime @1695979650 {#6631 date: 2023-09-29 18:27:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695979650 {#6632 date: 2023-09-29 18:27:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6706 …} -Children: Doctrine\ORM\PersistentCollection {#6709 …} -Parent: Eccube\Entity\Category {#6614} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143648 +label: " アイドルマスター" +value: "351" +data: Eccube\Entity\Category {#6710 -id: 351 -name: "アイドルマスター" -hierarchy: 4 -sort_no: 311 -create_date: DateTime @1695985580 {#6703 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6704 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6711 …} -Children: Doctrine\ORM\PersistentCollection {#6714 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143649 +label: " アイドルマスター シャイニーカラーズ" +value: "352" +data: Eccube\Entity\Category {#6719 -id: 352 -name: "アイドルマスター シャイニーカラーズ" -hierarchy: 4 -sort_no: 310 -create_date: DateTime @1695985580 {#6717 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6718 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6720 …} -Children: Doctrine\ORM\PersistentCollection {#6723 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143650 +label: " アイドルマスター ミリオンライブ!" +value: "353" +data: Eccube\Entity\Category {#6726 -id: 353 -name: "アイドルマスター ミリオンライブ!" -hierarchy: 4 -sort_no: 309 -create_date: DateTime @1695985580 {#6724 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6725 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6727 …} -Children: Doctrine\ORM\PersistentCollection {#6730 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143651 +label: " アクセル・ワールド" +value: "354" +data: Eccube\Entity\Category {#6733 -id: 354 -name: "アクセル・ワールド" -hierarchy: 4 -sort_no: 308 -create_date: DateTime @1695985580 {#6731 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6732 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6734 …} -Children: Doctrine\ORM\PersistentCollection {#6737 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 355 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143652 +label: " アサルトリリィ" +value: "355" +data: Eccube\Entity\Category {#6740 -id: 355 -name: "アサルトリリィ" -hierarchy: 4 -sort_no: 307 -create_date: DateTime @1695985580 {#6738 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6739 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6741 …} -Children: Doctrine\ORM\PersistentCollection {#6744 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143653 +label: " アズールレーン" +value: "356" +data: Eccube\Entity\Category {#6747 -id: 356 -name: "アズールレーン" -hierarchy: 4 -sort_no: 306 -create_date: DateTime @1695985580 {#6745 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6746 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6748 …} -Children: Doctrine\ORM\PersistentCollection {#6751 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143654 +label: " ありふれた職業で世界最強" +value: "357" +data: Eccube\Entity\Category {#6754 -id: 357 -name: "ありふれた職業で世界最強" -hierarchy: 4 -sort_no: 305 -create_date: DateTime @1695985580 {#6752 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6753 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6755 …} -Children: Doctrine\ORM\PersistentCollection {#6758 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143655 +label: " 痛いのは嫌なので防御力に極振りしたいと思います。" +value: "358" +data: Eccube\Entity\Category {#6761 -id: 358 -name: "痛いのは嫌なので防御力に極振りしたいと思います。" -hierarchy: 4 -sort_no: 304 -create_date: DateTime @1695985580 {#6759 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6760 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6762 …} -Children: Doctrine\ORM\PersistentCollection {#6765 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143656 +label: " うーさーのその日暮らし" +value: "359" +data: Eccube\Entity\Category {#6768 -id: 359 -name: "うーさーのその日暮らし" -hierarchy: 4 -sort_no: 303 -create_date: DateTime @1695985580 {#6766 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6767 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6769 …} -Children: Doctrine\ORM\PersistentCollection {#6772 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143657 +label: " ヱヴァンゲリヲン新劇場版" +value: "360" +data: Eccube\Entity\Category {#6775 -id: 360 -name: "ヱヴァンゲリヲン新劇場版" -hierarchy: 4 -sort_no: 302 -create_date: DateTime @1695985580 {#6773 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6774 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6776 …} -Children: Doctrine\ORM\PersistentCollection {#6779 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143658 +label: " おそ松さん" +value: "361" +data: Eccube\Entity\Category {#6782 -id: 361 -name: "おそ松さん" -hierarchy: 4 -sort_no: 301 -create_date: DateTime @1695985580 {#6780 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6781 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6783 …} -Children: Doctrine\ORM\PersistentCollection {#6786 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143659 +label: " オーバーロード" +value: "362" +data: Eccube\Entity\Category {#6789 -id: 362 -name: "オーバーロード" -hierarchy: 4 -sort_no: 300 -create_date: DateTime @1695985580 {#6787 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6788 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6790 …} -Children: Doctrine\ORM\PersistentCollection {#6793 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 363 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143660 +label: " かぐや様は告らせたい~天才たちの恋愛頭脳戦~" +value: "363" +data: Eccube\Entity\Category {#6796 -id: 363 -name: "かぐや様は告らせたい~天才たちの恋愛頭脳戦~" -hierarchy: 4 -sort_no: 299 -create_date: DateTime @1695985580 {#6794 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6795 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6797 …} -Children: Doctrine\ORM\PersistentCollection {#6800 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 364 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143661 +label: " 刀語" +value: "364" +data: Eccube\Entity\Category {#6803 -id: 364 -name: "刀語" -hierarchy: 4 -sort_no: 298 -create_date: DateTime @1695985580 {#6801 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6802 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6804 …} -Children: Doctrine\ORM\PersistentCollection {#6807 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143662 +label: " CANAAN" +value: "365" +data: Eccube\Entity\Category {#6810 -id: 365 -name: "CANAAN" -hierarchy: 4 -sort_no: 297 -create_date: DateTime @1695985580 {#6808 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6809 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6811 …} -Children: Doctrine\ORM\PersistentCollection {#6814 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 366 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143663 +label: " 艦隊これくしょん -艦これ-" +value: "366" +data: Eccube\Entity\Category {#6817 -id: 366 -name: "艦隊これくしょん -艦これ-" -hierarchy: 4 -sort_no: 296 -create_date: DateTime @1695985580 {#6815 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6816 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6818 …} -Children: Doctrine\ORM\PersistentCollection {#6821 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143664 +label: " 超爆裂異次元メンコバトル ギガントシューター つかさ" +value: "367" +data: Eccube\Entity\Category {#6824 -id: 367 -name: "超爆裂異次元メンコバトル ギガントシューター つかさ" -hierarchy: 4 -sort_no: 295 -create_date: DateTime @1695985580 {#6822 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6823 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6825 …} -Children: Doctrine\ORM\PersistentCollection {#6828 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 368 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143665 +label: " キズナイーバー" +value: "368" +data: Eccube\Entity\Category {#6831 -id: 368 -name: "キズナイーバー" -hierarchy: 4 -sort_no: 294 -create_date: DateTime @1695985580 {#6829 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6830 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6832 …} -Children: Doctrine\ORM\PersistentCollection {#6835 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143666 +label: " 境界のRINNE" +value: "369" +data: Eccube\Entity\Category {#6838 -id: 369 -name: "境界のRINNE" -hierarchy: 4 -sort_no: 293 -create_date: DateTime @1695985580 {#6836 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6837 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6839 …} -Children: Doctrine\ORM\PersistentCollection {#6842 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143667 +label: " ギルティクラウン" +value: "370" +data: Eccube\Entity\Category {#6845 -id: 370 -name: "ギルティクラウン" -hierarchy: 4 -sort_no: 292 -create_date: DateTime @1695985580 {#6843 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6844 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6846 …} -Children: Doctrine\ORM\PersistentCollection {#6849 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143668 +label: " キルラキル" +value: "371" +data: Eccube\Entity\Category {#6852 -id: 371 -name: "キルラキル" -hierarchy: 4 -sort_no: 291 -create_date: DateTime @1695985580 {#6850 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6851 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6853 …} -Children: Doctrine\ORM\PersistentCollection {#6856 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143669 +label: " グリザイアの果実" +value: "372" +data: Eccube\Entity\Category {#6859 -id: 372 -name: "グリザイアの果実" -hierarchy: 4 -sort_no: 290 -create_date: DateTime @1695985580 {#6857 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6858 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6860 …} -Children: Doctrine\ORM\PersistentCollection {#6863 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143670 +label: " クレヨンしんちゃん" +value: "373" +data: Eccube\Entity\Category {#6866 -id: 373 -name: "クレヨンしんちゃん" -hierarchy: 4 -sort_no: 289 -create_date: DateTime @1695985580 {#6864 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6865 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6867 …} -Children: Doctrine\ORM\PersistentCollection {#6870 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 374 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143671 +label: " 劇場版マクロスF" +value: "374" +data: Eccube\Entity\Category {#6873 -id: 374 -name: "劇場版マクロスF" -hierarchy: 4 -sort_no: 288 -create_date: DateTime @1695985580 {#6871 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6872 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6874 …} -Children: Doctrine\ORM\PersistentCollection {#6877 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 375 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143672 +label: " アニメーション映画『GODZILLA』" +value: "375" +data: Eccube\Entity\Category {#6880 -id: 375 -name: "アニメーション映画『GODZILLA』" -hierarchy: 4 -sort_no: 287 -create_date: DateTime @1695985580 {#6878 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6879 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6881 …} -Children: Doctrine\ORM\PersistentCollection {#6884 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 376 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143673 +label: " ゴブリンスレイヤー" +value: "376" +data: Eccube\Entity\Category {#6887 -id: 376 -name: "ゴブリンスレイヤー" -hierarchy: 4 -sort_no: 286 -create_date: DateTime @1695985580 {#6885 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6886 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6888 …} -Children: Doctrine\ORM\PersistentCollection {#6891 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 377 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143674 +label: " PSYCHO-PASS サイコパス" +value: "377" +data: Eccube\Entity\Category {#6894 -id: 377 -name: "PSYCHO-PASS サイコパス" -hierarchy: 4 -sort_no: 285 -create_date: DateTime @1695985580 {#6892 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6893 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6895 …} -Children: Doctrine\ORM\PersistentCollection {#6898 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 378 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143675 +label: " THE KING OF FIGHTERS" +value: "378" +data: Eccube\Entity\Category {#6901 -id: 378 -name: "THE KING OF FIGHTERS" -hierarchy: 4 -sort_no: 284 -create_date: DateTime @1695985580 {#6899 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6900 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6902 …} -Children: Doctrine\ORM\PersistentCollection {#6905 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143676 +label: " シャイニングシリーズ" +value: "379" +data: Eccube\Entity\Category {#6908 -id: 379 -name: "シャイニングシリーズ" -hierarchy: 4 -sort_no: 283 -create_date: DateTime @1695985580 {#6906 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6907 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6909 …} -Children: Doctrine\ORM\PersistentCollection {#6912 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 380 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143677 +label: " STEINS;GATE" +value: "380" +data: Eccube\Entity\Category {#6915 -id: 380 -name: "STEINS;GATE" -hierarchy: 4 -sort_no: 282 -create_date: DateTime @1695985580 {#6913 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6914 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6916 …} -Children: Doctrine\ORM\PersistentCollection {#6919 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143678 +label: " STEINS;GATE[ブースター]" +value: "381" +data: Eccube\Entity\Category {#6922 -id: 381 -name: "STEINS;GATE[ブースター]" -hierarchy: 4 -sort_no: 281 -create_date: DateTime @1695985580 {#6920 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6921 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6923 …} -Children: Doctrine\ORM\PersistentCollection {#6926 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143679 +label: " STEINS;GATE[TD+]" +value: "382" +data: Eccube\Entity\Category {#6929 -id: 382 -name: "STEINS;GATE[TD+]" -hierarchy: 4 -sort_no: 280 -create_date: DateTime @1695985580 {#6927 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6928 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6930 …} -Children: Doctrine\ORM\PersistentCollection {#6933 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 383 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143680 +label: " 少女☆歌劇 レヴュースタァライト" +value: "383" +data: Eccube\Entity\Category {#6936 -id: 383 -name: "少女☆歌劇 レヴュースタァライト" -hierarchy: 4 -sort_no: 279 -create_date: DateTime @1695985580 {#6934 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6935 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6937 …} -Children: Doctrine\ORM\PersistentCollection {#6940 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143681 +label: " ジョジョの奇妙な冒険" +value: "384" +data: Eccube\Entity\Category {#6943 -id: 384 -name: "ジョジョの奇妙な冒険" -hierarchy: 4 -sort_no: 278 -create_date: DateTime @1695985580 {#6941 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6942 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6944 …} -Children: Doctrine\ORM\PersistentCollection {#6947 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143682 +label: " 進撃の巨人" +value: "385" +data: Eccube\Entity\Category {#6950 -id: 385 -name: "進撃の巨人" -hierarchy: 4 -sort_no: 277 -create_date: DateTime @1695985580 {#6948 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6949 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6951 …} -Children: Doctrine\ORM\PersistentCollection {#6954 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 386 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143683 +label: " 新サクラ大戦" +value: "386" +data: Eccube\Entity\Category {#6957 -id: 386 -name: "新サクラ大戦" -hierarchy: 4 -sort_no: 276 -create_date: DateTime @1695985580 {#6955 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6956 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6958 …} -Children: Doctrine\ORM\PersistentCollection {#6961 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 387 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143684 +label: " 翠星のガルガンティア" +value: "387" +data: Eccube\Entity\Category {#6964 -id: 387 -name: "翠星のガルガンティア" -hierarchy: 4 -sort_no: 275 -create_date: DateTime @1695985580 {#6962 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6963 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6965 …} -Children: Doctrine\ORM\PersistentCollection {#6968 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 388 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143685 +label: " スクールガールストライカーズ" +value: "388" +data: Eccube\Entity\Category {#6971 -id: 388 -name: "スクールガールストライカーズ" -hierarchy: 4 -sort_no: 274 -create_date: DateTime @1695985580 {#6969 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6970 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6972 …} -Children: Doctrine\ORM\PersistentCollection {#6975 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 389 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143686 +label: " STAR WARS" +value: "389" +data: Eccube\Entity\Category {#6978 -id: 389 -name: "STAR WARS" -hierarchy: 4 -sort_no: 273 -create_date: DateTime @1695985580 {#6976 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6977 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6979 …} -Children: Doctrine\ORM\PersistentCollection {#6982 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 390 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143687 +label: " 戦国BASARA" +value: "390" +data: Eccube\Entity\Category {#6985 -id: 390 -name: "戦国BASARA" -hierarchy: 4 -sort_no: 272 -create_date: DateTime @1695985580 {#6983 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6984 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6986 …} -Children: Doctrine\ORM\PersistentCollection {#6989 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 391 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143688 +label: " ソードアート・オンライン" +value: "391" +data: Eccube\Entity\Category {#6992 -id: 391 -name: "ソードアート・オンライン" -hierarchy: 4 -sort_no: 271 -create_date: DateTime @1695985580 {#6990 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6991 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6993 …} -Children: Doctrine\ORM\PersistentCollection {#6996 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 392 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143689 +label: " ソードアート・オンライン オルタナティブ ガンゲイル・オンライン" +value: "392" +data: Eccube\Entity\Category {#6999 -id: 392 -name: "ソードアート・オンライン オルタナティブ ガンゲイル・オンライン" -hierarchy: 4 -sort_no: 270 -create_date: DateTime @1695985580 {#6997 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6998 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7000 …} -Children: Doctrine\ORM\PersistentCollection {#7003 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143690 +label: " ダーリン・イン・ザ・フランキス" +value: "393" +data: Eccube\Entity\Category {#7006 -id: 393 -name: "ダーリン・イン・ザ・フランキス" -hierarchy: 4 -sort_no: 269 -create_date: DateTime @1695985580 {#7004 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7005 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7007 …} -Children: Doctrine\ORM\PersistentCollection {#7010 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 394 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143691 +label: " ダンジョンに出会いを求めるのは間違っているだろうか" +value: "394" +data: Eccube\Entity\Category {#7013 -id: 394 -name: "ダンジョンに出会いを求めるのは間違っているだろうか" -hierarchy: 4 -sort_no: 268 -create_date: DateTime @1695985580 {#7011 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7012 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7014 …} -Children: Doctrine\ORM\PersistentCollection {#7017 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 395 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143692 +label: " 探偵オペラ ミルキィホームズ" +value: "395" +data: Eccube\Entity\Category {#7020 -id: 395 -name: "探偵オペラ ミルキィホームズ" -hierarchy: 4 -sort_no: 267 -create_date: DateTime @1695985580 {#7018 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7019 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7021 …} -Children: Doctrine\ORM\PersistentCollection {#7024 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 396 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143693 +label: " チェインクロニクル ~ヘクセイタスの閃~" +value: "396" +data: Eccube\Entity\Category {#7027 -id: 396 -name: "チェインクロニクル ~ヘクセイタスの閃~" -hierarchy: 4 -sort_no: 266 -create_date: DateTime @1695985580 {#7025 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7026 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7028 …} -Children: Doctrine\ORM\PersistentCollection {#7031 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 397 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143694 +label: " チェンソーマン" +value: "397" +data: Eccube\Entity\Category {#7034 -id: 397 -name: "チェンソーマン" -hierarchy: 4 -sort_no: 265 -create_date: DateTime @1695985580 {#7032 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7033 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7035 …} -Children: Doctrine\ORM\PersistentCollection {#7038 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 398 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143695 +label: " TVアニメ「デビルサバイバー2」" +value: "398" +data: Eccube\Entity\Category {#7041 -id: 398 -name: "TVアニメ「デビルサバイバー2」" -hierarchy: 4 -sort_no: 264 -create_date: DateTime @1695985580 {#7039 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7040 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7042 …} -Children: Doctrine\ORM\PersistentCollection {#7045 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143696 +label: " テラフォーマーズ" +value: "399" +data: Eccube\Entity\Category {#7048 -id: 399 -name: "テラフォーマーズ" -hierarchy: 4 -sort_no: 263 -create_date: DateTime @1695985580 {#7046 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7047 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7049 …} -Children: Doctrine\ORM\PersistentCollection {#7052 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143697 +label: " 天元突破グレンラガン" +value: "400" +data: Eccube\Entity\Category {#7055 -id: 400 -name: "天元突破グレンラガン" -hierarchy: 4 -sort_no: 262 -create_date: DateTime @1695985580 {#7053 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7054 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7056 …} -Children: Doctrine\ORM\PersistentCollection {#7059 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143698 +label: " 転生したらスライムだった件" +value: "401" +data: Eccube\Entity\Category {#7062 -id: 401 -name: "転生したらスライムだった件" -hierarchy: 4 -sort_no: 261 -create_date: DateTime @1695985580 {#7060 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7061 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7063 …} -Children: Doctrine\ORM\PersistentCollection {#7066 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143699 +label: " D_CIDE TRAUMEREI" +value: "402" +data: Eccube\Entity\Category {#7069 -id: 402 -name: "D_CIDE TRAUMEREI" -hierarchy: 4 -sort_no: 260 -create_date: DateTime @1695985580 {#7067 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7068 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7070 …} -Children: Doctrine\ORM\PersistentCollection {#7073 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143700 +label: " Disney100" +value: "403" +data: Eccube\Entity\Category {#7076 -id: 403 -name: "Disney100" -hierarchy: 4 -sort_no: 259 -create_date: DateTime @1695985580 {#7074 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7075 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7077 …} -Children: Doctrine\ORM\PersistentCollection {#7080 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 404 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143701 +label: " 東京リベンジャーズ" +value: "404" +data: Eccube\Entity\Category {#7083 -id: 404 -name: "東京リベンジャーズ" -hierarchy: 4 -sort_no: 258 -create_date: DateTime @1695985580 {#7081 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7082 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7084 …} -Children: Doctrine\ORM\PersistentCollection {#7087 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 405 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143702 +label: " ノーゲーム・ノーライフ" +value: "405" +data: Eccube\Entity\Category {#7090 -id: 405 -name: "ノーゲーム・ノーライフ" -hierarchy: 4 -sort_no: 257 -create_date: DateTime @1695985580 {#7088 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7089 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7091 …} -Children: Doctrine\ORM\PersistentCollection {#7094 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143703 +label: " パズル&ドラゴンズ" +value: "406" +data: Eccube\Entity\Category {#7097 -id: 406 -name: "パズル&ドラゴンズ" -hierarchy: 4 -sort_no: 256 -create_date: DateTime @1695985580 {#7095 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7096 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7098 …} -Children: Doctrine\ORM\PersistentCollection {#7101 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143704 +label: " 初音ミク -Project DIVA-" +value: "407" +data: Eccube\Entity\Category {#7104 -id: 407 -name: "初音ミク -Project DIVA-" -hierarchy: 4 -sort_no: 255 -create_date: DateTime @1695985580 {#7102 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7103 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7105 …} -Children: Doctrine\ORM\PersistentCollection {#7108 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143705 +label: " PIXAR" +value: "408" +data: Eccube\Entity\Category {#7111 -id: 408 -name: "PIXAR" -hierarchy: 4 -sort_no: 254 -create_date: DateTime @1695985580 {#7109 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7110 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7112 …} -Children: Doctrine\ORM\PersistentCollection {#7115 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143706 +label: " FAIRY TAIL" +value: "409" +data: Eccube\Entity\Category {#7118 -id: 409 -name: "FAIRY TAIL" -hierarchy: 4 -sort_no: 253 -create_date: DateTime @1695985580 {#7116 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7117 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7119 …} -Children: Doctrine\ORM\PersistentCollection {#7122 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143707 +label: " Fate" +value: "410" +data: Eccube\Entity\Category {#7125 -id: 410 -name: "Fate" -hierarchy: 4 -sort_no: 252 -create_date: DateTime @1695985580 {#7123 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7124 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7126 …} -Children: Doctrine\ORM\PersistentCollection {#7129 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143708 +label: " Fate/Apocrypha" +value: "411" +data: Eccube\Entity\Category {#7132 -id: 411 -name: "Fate/Apocrypha" -hierarchy: 4 -sort_no: 251 -create_date: DateTime @1695985580 {#7130 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7131 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7133 …} -Children: Doctrine\ORM\PersistentCollection {#7136 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 412 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143709 +label: " Fate/Grand Order(アニメ)" +value: "412" +data: Eccube\Entity\Category {#7139 -id: 412 -name: "Fate/Grand Order(アニメ)" -hierarchy: 4 -sort_no: 250 -create_date: DateTime @1695985580 {#7137 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7138 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7140 …} -Children: Doctrine\ORM\PersistentCollection {#7143 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143710 +label: " ぷよぷよ" +value: "413" +data: Eccube\Entity\Category {#7146 -id: 413 -name: "ぷよぷよ" -hierarchy: 4 -sort_no: 249 -create_date: DateTime @1695985580 {#7144 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7145 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7147 …} -Children: Doctrine\ORM\PersistentCollection {#7150 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143711 +label: " ブラック★ロックシューター" +value: "414" +data: Eccube\Entity\Category {#7153 -id: 414 -name: "ブラック★ロックシューター" -hierarchy: 4 -sort_no: 248 -create_date: DateTime @1695985580 {#7151 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7152 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7154 …} -Children: Doctrine\ORM\PersistentCollection {#7157 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 415 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143712 +label: " プリズマ☆イリヤ" +value: "415" +data: Eccube\Entity\Category {#7160 -id: 415 -name: "プリズマ☆イリヤ" -hierarchy: 4 -sort_no: 247 -create_date: DateTime @1695985580 {#7158 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7159 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7161 …} -Children: Doctrine\ORM\PersistentCollection {#7164 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143713 +label: " プロジェクトセカイ カラフルステージ! feat. 初音ミク" +value: "416" +data: Eccube\Entity\Category {#7167 -id: 416 -name: "プロジェクトセカイ カラフルステージ! feat. 初音ミク" -hierarchy: 4 -sort_no: 246 -create_date: DateTime @1695985580 {#7165 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7166 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7168 …} -Children: Doctrine\ORM\PersistentCollection {#7171 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 417 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143714 +label: " ペルソナ" +value: "417" +data: Eccube\Entity\Category {#7174 -id: 417 -name: "ペルソナ" -hierarchy: 4 -sort_no: 245 -create_date: DateTime @1695985580 {#7172 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7173 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7175 …} -Children: Doctrine\ORM\PersistentCollection {#7178 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 418 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143715 +label: " Marvel" +value: "418" +data: Eccube\Entity\Category {#7181 -id: 418 -name: "Marvel" -hierarchy: 4 -sort_no: 244 -create_date: DateTime @1695985580 {#7179 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7180 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7182 …} -Children: Doctrine\ORM\PersistentCollection {#7185 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 419 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143716 +label: " 魔界戦記ディスガイア" +value: "419" +data: Eccube\Entity\Category {#7188 -id: 419 -name: "魔界戦記ディスガイア" -hierarchy: 4 -sort_no: 243 -create_date: DateTime @1695985580 {#7186 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7187 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7189 …} -Children: Doctrine\ORM\PersistentCollection {#7192 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 420 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143717 +label: " 無職転生 ~異世界行ったら本気だす~" +value: "420" +data: Eccube\Entity\Category {#7195 -id: 420 -name: "無職転生 ~異世界行ったら本気だす~" -hierarchy: 4 -sort_no: 242 -create_date: DateTime @1695985580 {#7193 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7194 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7196 …} -Children: Doctrine\ORM\PersistentCollection {#7199 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143718 +label: " MELTY BLOOD/空の境界" +value: "421" +data: Eccube\Entity\Category {#7202 -id: 421 -name: "MELTY BLOOD/空の境界" -hierarchy: 4 -sort_no: 241 -create_date: DateTime @1695985580 {#7200 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7201 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7203 …} -Children: Doctrine\ORM\PersistentCollection {#7206 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 422 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143719 +label: " 〈物語〉シリーズ" +value: "422" +data: Eccube\Entity\Category {#7209 -id: 422 -name: "〈物語〉シリーズ" -hierarchy: 4 -sort_no: 240 -create_date: DateTime @1695985580 {#7207 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7208 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7210 …} -Children: Doctrine\ORM\PersistentCollection {#7213 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 423 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143720 +label: " Re:ゼロから始める異世界生活" +value: "423" +data: Eccube\Entity\Category {#7216 -id: 423 -name: "Re:ゼロから始める異世界生活" -hierarchy: 4 -sort_no: 239 -create_date: DateTime @1695985580 {#7214 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7215 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7217 …} -Children: Doctrine\ORM\PersistentCollection {#7220 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143721 +label: " ログ・ホライズン" +value: "424" +data: Eccube\Entity\Category {#7223 -id: 424 -name: "ログ・ホライズン" -hierarchy: 4 -sort_no: 238 -create_date: DateTime @1695985580 {#7221 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7222 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7224 …} -Children: Doctrine\ORM\PersistentCollection {#7227 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143722 +label: " ロストディケイド" +value: "425" +data: Eccube\Entity\Category {#7230 -id: 425 -name: "ロストディケイド" -hierarchy: 4 -sort_no: 237 -create_date: DateTime @1695985580 {#7228 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7229 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7231 …} -Children: Doctrine\ORM\PersistentCollection {#7234 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143723 +label: " ワールドトリガー" +value: "426" +data: Eccube\Entity\Category {#7237 -id: 426 -name: "ワールドトリガー" -hierarchy: 4 -sort_no: 236 -create_date: DateTime @1695985580 {#7235 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7236 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7238 …} -Children: Doctrine\ORM\PersistentCollection {#7241 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 427 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143724 +label: " プロモカード(シュヴァルツサイド)" +value: "427" +data: Eccube\Entity\Category {#7244 -id: 427 -name: "プロモカード(シュヴァルツサイド)" -hierarchy: 4 -sort_no: 235 -create_date: DateTime @1695985580 {#7242 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7243 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7245 …} -Children: Doctrine\ORM\PersistentCollection {#7248 …} -Parent: Eccube\Entity\Category {#6705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143725 +label: " ヴァイスサイド" +value: "220" +data: Eccube\Entity\Category {#7251 -id: 220 -name: "ヴァイスサイド" -hierarchy: 3 -sort_no: 234 -create_date: DateTime @1695979641 {#6715 date: 2023-09-29 18:27:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695979641 {#6716 date: 2023-09-29 18:27:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7252 …} -Children: Doctrine\ORM\PersistentCollection {#7255 …} -Parent: Eccube\Entity\Category {#6614} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143726 +label: " アイドルマスター シンデレラガールズ" +value: "294" +data: Eccube\Entity\Category {#7256 -id: 294 -name: "アイドルマスター シンデレラガールズ" -hierarchy: 4 -sort_no: 233 -create_date: DateTime @1695985527 {#7249 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7250 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7257 …} -Children: Doctrine\ORM\PersistentCollection {#7260 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143727 +label: " Angel Beats!/クドわふたー" +value: "295" +data: Eccube\Entity\Category {#7265 -id: 295 -name: "Angel Beats!/クドわふたー" -hierarchy: 4 -sort_no: 232 -create_date: DateTime @1695985527 {#7263 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7264 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7266 …} -Children: Doctrine\ORM\PersistentCollection {#7269 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143728 +label: " カードキャプターさくら" +value: "296" +data: Eccube\Entity\Category {#7272 -id: 296 -name: "カードキャプターさくら" -hierarchy: 4 -sort_no: 231 -create_date: DateTime @1695985527 {#7270 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7271 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7273 …} -Children: Doctrine\ORM\PersistentCollection {#7276 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143729 +label: " ガールフレンド(仮)" +value: "297" +data: Eccube\Entity\Category {#7279 -id: 297 -name: "ガールフレンド(仮)" -hierarchy: 4 -sort_no: 230 -create_date: DateTime @1695985527 {#7277 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7278 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7280 …} -Children: Doctrine\ORM\PersistentCollection {#7283 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143730 +label: " 角川スニーカー文庫" +value: "298" +data: Eccube\Entity\Category {#7286 -id: 298 -name: "角川スニーカー文庫" -hierarchy: 4 -sort_no: 229 -create_date: DateTime @1695985527 {#7284 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7285 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7287 …} -Children: Doctrine\ORM\PersistentCollection {#7290 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143731 +label: " 彼女、お借りします" +value: "299" +data: Eccube\Entity\Category {#7293 -id: 299 -name: "彼女、お借りします" -hierarchy: 4 -sort_no: 228 -create_date: DateTime @1695985527 {#7291 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7292 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7294 …} -Children: Doctrine\ORM\PersistentCollection {#7297 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143732 +label: " 神様になった日" +value: "300" +data: Eccube\Entity\Category {#7300 -id: 300 -name: "神様になった日" -hierarchy: 4 -sort_no: 227 -create_date: DateTime @1695985527 {#7298 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7299 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7301 …} -Children: Doctrine\ORM\PersistentCollection {#7304 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143733 +label: " カードゲームしよ子" +value: "301" +data: Eccube\Entity\Category {#7307 -id: 301 -name: "カードゲームしよ子" -hierarchy: 4 -sort_no: 226 -create_date: DateTime @1695985527 {#7305 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7306 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7308 …} -Children: Doctrine\ORM\PersistentCollection {#7311 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143734 +label: " Key" +value: "302" +data: Eccube\Entity\Category {#7314 -id: 302 -name: "Key" -hierarchy: 4 -sort_no: 225 -create_date: DateTime @1695985527 {#7312 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7313 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7315 …} -Children: Doctrine\ORM\PersistentCollection {#7318 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143735 +label: " CLANNAD" +value: "303" +data: Eccube\Entity\Category {#7321 -id: 303 -name: "CLANNAD" -hierarchy: 4 -sort_no: 224 -create_date: DateTime @1695985527 {#7319 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7320 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7322 …} -Children: Doctrine\ORM\PersistentCollection {#7325 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143736 +label: " けものフレンズ" +value: "304" +data: Eccube\Entity\Category {#7328 -id: 304 -name: "けものフレンズ" -hierarchy: 4 -sort_no: 223 -create_date: DateTime @1695985527 {#7326 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7327 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7329 …} -Children: Doctrine\ORM\PersistentCollection {#7332 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143737 +label: " 幻影ヲ駆ケル太陽" +value: "305" +data: Eccube\Entity\Category {#7335 -id: 305 -name: "幻影ヲ駆ケル太陽" -hierarchy: 4 -sort_no: 222 -create_date: DateTime @1695985527 {#7333 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7334 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7336 …} -Children: Doctrine\ORM\PersistentCollection {#7339 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143738 +label: " ご注文はうさぎですか??" +value: "306" +data: Eccube\Entity\Category {#7342 -id: 306 -name: "ご注文はうさぎですか??" -hierarchy: 4 -sort_no: 221 -create_date: DateTime @1695985527 {#7340 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7341 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7343 …} -Children: Doctrine\ORM\PersistentCollection {#7346 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143739 +label: " 五等分の花嫁" +value: "307" +data: Eccube\Entity\Category {#7349 -id: 307 -name: "五等分の花嫁" -hierarchy: 4 -sort_no: 220 -create_date: DateTime @1695985527 {#7347 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7348 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7350 …} -Children: Doctrine\ORM\PersistentCollection {#7353 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143740 +label: " この素晴らしい世界に祝福を!" +value: "308" +data: Eccube\Entity\Category {#7356 -id: 308 -name: "この素晴らしい世界に祝福を!" -hierarchy: 4 -sort_no: 219 -create_date: DateTime @1695985527 {#7354 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7355 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7357 …} -Children: Doctrine\ORM\PersistentCollection {#7360 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143741 +label: " 小林さんちのメイドラゴン" +value: "309" +data: Eccube\Entity\Category {#7363 -id: 309 -name: "小林さんちのメイドラゴン" -hierarchy: 4 -sort_no: 218 -create_date: DateTime @1695985527 {#7361 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7362 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7364 …} -Children: Doctrine\ORM\PersistentCollection {#7367 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143742 +label: " 冴えない彼女の育てかた" +value: "310" +data: Eccube\Entity\Category {#7370 -id: 310 -name: "冴えない彼女の育てかた" -hierarchy: 4 -sort_no: 217 -create_date: DateTime @1695985527 {#7368 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7369 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7371 …} -Children: Doctrine\ORM\PersistentCollection {#7374 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143743 +label: " Summer Pockets" +value: "311" +data: Eccube\Entity\Category {#7377 -id: 311 -name: "Summer Pockets" -hierarchy: 4 -sort_no: 216 -create_date: DateTime @1695985527 {#7375 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7376 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7378 …} -Children: Doctrine\ORM\PersistentCollection {#7381 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143744 +label: " Charlotte" +value: "312" +data: Eccube\Entity\Category {#7384 -id: 312 -name: "Charlotte" -hierarchy: 4 -sort_no: 215 -create_date: DateTime @1695985527 {#7382 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7383 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7385 …} -Children: Doctrine\ORM\PersistentCollection {#7388 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143745 +label: " 灼眼のシャナ" +value: "313" +data: Eccube\Entity\Category {#7391 -id: 313 -name: "灼眼のシャナ" -hierarchy: 4 -sort_no: 214 -create_date: DateTime @1695985527 {#7389 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7390 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7392 …} -Children: Doctrine\ORM\PersistentCollection {#7395 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143746 +label: " 涼宮ハルヒの憂鬱" +value: "314" +data: Eccube\Entity\Category {#7398 -id: 314 -name: "涼宮ハルヒの憂鬱" -hierarchy: 4 -sort_no: 213 -create_date: DateTime @1695985527 {#7396 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7397 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7399 …} -Children: Doctrine\ORM\PersistentCollection {#7402 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143747 +label: " 青春ブタ野郎シリーズ" +value: "315" +data: Eccube\Entity\Category {#7405 -id: 315 -name: "青春ブタ野郎シリーズ" -hierarchy: 4 -sort_no: 212 -create_date: DateTime @1695985527 {#7403 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7404 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7406 …} -Children: Doctrine\ORM\PersistentCollection {#7409 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143748 +label: " ゼロの使い魔" +value: "316" +data: Eccube\Entity\Category {#7412 -id: 316 -name: "ゼロの使い魔" -hierarchy: 4 -sort_no: 211 -create_date: DateTime @1695985527 {#7410 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7411 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7413 …} -Children: Doctrine\ORM\PersistentCollection {#7416 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143749 +label: " 戦姫絶唱シンフォギア" +value: "317" +data: Eccube\Entity\Category {#7419 -id: 317 -name: "戦姫絶唱シンフォギア" -hierarchy: 4 -sort_no: 210 -create_date: DateTime @1695985527 {#7417 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7418 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7420 …} -Children: Doctrine\ORM\PersistentCollection {#7423 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143750 +label: " 宇宙をかける少女/舞-HiME&舞-乙HiME" +value: "318" +data: Eccube\Entity\Category {#7426 -id: 318 -name: "宇宙をかける少女/舞-HiME&舞-乙HiME" -hierarchy: 4 -sort_no: 209 -create_date: DateTime @1695985527 {#7424 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7425 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7427 …} -Children: Doctrine\ORM\PersistentCollection {#7430 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143751 +label: " ゾンビランドサガ リベンジ" +value: "319" +data: Eccube\Entity\Category {#7433 -id: 319 -name: "ゾンビランドサガ リベンジ" -hierarchy: 4 -sort_no: 208 -create_date: DateTime @1695985527 {#7431 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7432 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7434 …} -Children: Doctrine\ORM\PersistentCollection {#7437 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143752 +label: " ダ・カーポ&Dal Segno" +value: "320" +data: Eccube\Entity\Category {#7440 -id: 320 -name: "ダ・カーポ&Dal Segno" -hierarchy: 4 -sort_no: 207 -create_date: DateTime @1695985527 {#7438 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7439 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7441 …} -Children: Doctrine\ORM\PersistentCollection {#7444 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143753 +label: " D4DJ" +value: "321" +data: Eccube\Entity\Category {#7447 -id: 321 -name: "D4DJ" -hierarchy: 4 -sort_no: 206 -create_date: DateTime @1695985527 {#7445 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7446 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7448 …} -Children: Doctrine\ORM\PersistentCollection {#7451 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143754 +label: " デート・ア・ライブ" +value: "322" +data: Eccube\Entity\Category {#7454 -id: 322 -name: "デート・ア・ライブ" -hierarchy: 4 -sort_no: 205 -create_date: DateTime @1695985527 {#7452 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7453 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7455 …} -Children: Doctrine\ORM\PersistentCollection {#7458 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143755 +label: " とある魔術の禁書目録/とある科学の超電磁砲" +value: "323" +data: Eccube\Entity\Category {#7461 -id: 323 -name: "とある魔術の禁書目録/とある科学の超電磁砲" -hierarchy: 4 -sort_no: 204 -create_date: DateTime @1695985527 {#7459 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7460 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7462 …} -Children: Doctrine\ORM\PersistentCollection {#7465 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143756 +label: " DOG DAYS" +value: "324" +data: Eccube\Entity\Category {#7468 -id: 324 -name: "DOG DAYS" -hierarchy: 4 -sort_no: 203 -create_date: DateTime @1695985527 {#7466 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7467 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7469 …} -Children: Doctrine\ORM\PersistentCollection {#7472 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143757 +label: " To LOVEる" +value: "325" +data: Eccube\Entity\Category {#7475 -id: 325 -name: "To LOVEる" -hierarchy: 4 -sort_no: 202 -create_date: DateTime @1695985527 {#7473 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7474 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7476 …} -Children: Doctrine\ORM\PersistentCollection {#7479 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143758 +label: " ニセコイ" +value: "326" +data: Eccube\Entity\Category {#7482 -id: 326 -name: "ニセコイ" -hierarchy: 4 -sort_no: 201 -create_date: DateTime @1695985527 {#7480 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7481 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7483 …} -Children: Doctrine\ORM\PersistentCollection {#7486 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143759 +label: " 日常" +value: "327" +data: Eccube\Entity\Category {#7489 -id: 327 -name: "日常" -hierarchy: 4 -sort_no: 200 -create_date: DateTime @1695985527 {#7487 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7488 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7490 …} -Children: Doctrine\ORM\PersistentCollection {#7493 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143760 +label: " BanG Dream!" +value: "328" +data: Eccube\Entity\Category {#7496 -id: 328 -name: "BanG Dream!" -hierarchy: 4 -sort_no: 199 -create_date: DateTime @1695985527 {#7494 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7495 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7497 …} -Children: Doctrine\ORM\PersistentCollection {#7500 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143761 +label: " ビジュアルアーツ" +value: "329" +data: Eccube\Entity\Category {#7503 -id: 329 -name: "ビジュアルアーツ" -hierarchy: 4 -sort_no: 198 -create_date: DateTime @1695985527 {#7501 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7502 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7504 …} -Children: Doctrine\ORM\PersistentCollection {#7507 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143762 +label: " ひなろじ ~from Luck & Logic~" +value: "330" +data: Eccube\Entity\Category {#7510 -id: 330 -name: "ひなろじ ~from Luck & Logic~" -hierarchy: 4 -sort_no: 197 -create_date: DateTime @1695985527 {#7508 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7509 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7511 …} -Children: Doctrine\ORM\PersistentCollection {#7514 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143763 +label: " ViVid Strike!" +value: "331" +data: Eccube\Entity\Category {#7517 -id: 331 -name: "ViVid Strike!" -hierarchy: 4 -sort_no: 196 -create_date: DateTime @1695985527 {#7515 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7516 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7518 …} -Children: Doctrine\ORM\PersistentCollection {#7521 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143764 +label: " ビビッドレッド・オペレーション" +value: "332" +data: Eccube\Entity\Category {#7524 -id: 332 -name: "ビビッドレッド・オペレーション" -hierarchy: 4 -sort_no: 195 -create_date: DateTime @1695985527 {#7522 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7523 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7525 …} -Children: Doctrine\ORM\PersistentCollection {#7528 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 333 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143765 +label: " Phantom -Requiem for the Phantom-" +value: "333" +data: Eccube\Entity\Category {#7531 -id: 333 -name: "Phantom -Requiem for the Phantom-" -hierarchy: 4 -sort_no: 194 -create_date: DateTime @1695985527 {#7529 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7530 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7532 …} -Children: Doctrine\ORM\PersistentCollection {#7535 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143766 +label: " 富士見ファンタジア文庫" +value: "334" +data: Eccube\Entity\Category {#7538 -id: 334 -name: "富士見ファンタジア文庫" -hierarchy: 4 -sort_no: 193 -create_date: DateTime @1695985527 {#7536 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7537 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7539 …} -Children: Doctrine\ORM\PersistentCollection {#7542 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143767 +label: " アニメ プリンセスコネクト!Re:Dive" +value: "335" +data: Eccube\Entity\Category {#7545 -id: 335 -name: "アニメ プリンセスコネクト!Re:Dive" -hierarchy: 4 -sort_no: 192 -create_date: DateTime @1695985527 {#7543 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7544 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7546 …} -Children: Doctrine\ORM\PersistentCollection {#7549 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143768 +label: " ヘブンバーンズレッド" +value: "336" +data: Eccube\Entity\Category {#7552 -id: 336 -name: "ヘブンバーンズレッド" -hierarchy: 4 -sort_no: 191 -create_date: DateTime @1695985527 {#7550 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7551 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7553 …} -Children: Doctrine\ORM\PersistentCollection {#7556 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143769 +label: " ホロライブプロダクション" +value: "337" +data: Eccube\Entity\Category {#7559 -id: 337 -name: "ホロライブプロダクション" -hierarchy: 4 -sort_no: 190 -create_date: DateTime @1695985527 {#7557 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7558 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7560 …} -Children: Doctrine\ORM\PersistentCollection {#7563 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143770 +label: " 魔法少女まどか☆マギカ" +value: "338" +data: Eccube\Entity\Category {#7566 -id: 338 -name: "魔法少女まどか☆マギカ" -hierarchy: 4 -sort_no: 189 -create_date: DateTime @1695985527 {#7564 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7565 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7567 …} -Children: Doctrine\ORM\PersistentCollection {#7570 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143771 +label: " 魔法少女リリカルなのは" +value: "339" +data: Eccube\Entity\Category {#7573 -id: 339 -name: "魔法少女リリカルなのは" -hierarchy: 4 -sort_no: 188 -create_date: DateTime @1695985527 {#7571 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7572 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7574 …} -Children: Doctrine\ORM\PersistentCollection {#7577 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143772 +label: " ゆらぎ荘の幽奈さん" +value: "340" +data: Eccube\Entity\Category {#7580 -id: 340 -name: "ゆらぎ荘の幽奈さん" -hierarchy: 4 -sort_no: 187 -create_date: DateTime @1695985527 {#7578 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7579 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7581 …} -Children: Doctrine\ORM\PersistentCollection {#7584 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143773 +label: " らき☆すた" +value: "341" +data: Eccube\Entity\Category {#7587 -id: 341 -name: "らき☆すた" -hierarchy: 4 -sort_no: 186 -create_date: DateTime @1695985527 {#7585 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7586 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7588 …} -Children: Doctrine\ORM\PersistentCollection {#7591 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143774 +label: " ラブライブ!" +value: "342" +data: Eccube\Entity\Category {#7594 -id: 342 -name: "ラブライブ!" -hierarchy: 4 -sort_no: 185 -create_date: DateTime @1695985527 {#7592 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7593 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7595 …} -Children: Doctrine\ORM\PersistentCollection {#7598 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143775 +label: " ラブライブ!サンシャイン!!" +value: "343" +data: Eccube\Entity\Category {#7601 -id: 343 -name: "ラブライブ!サンシャイン!!" -hierarchy: 4 -sort_no: 184 -create_date: DateTime @1695985527 {#7599 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7600 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7602 …} -Children: Doctrine\ORM\PersistentCollection {#7605 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143776 +label: " ラブライブ!虹ヶ咲学園スクールアイドル同好会" +value: "344" +data: Eccube\Entity\Category {#7608 -id: 344 -name: "ラブライブ!虹ヶ咲学園スクールアイドル同好会" -hierarchy: 4 -sort_no: 183 -create_date: DateTime @1695985527 {#7606 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7607 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7609 …} -Children: Doctrine\ORM\PersistentCollection {#7612 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143777 +label: " ラブライブ!スーパースター!!" +value: "345" +data: Eccube\Entity\Category {#7615 -id: 345 -name: "ラブライブ!スーパースター!!" -hierarchy: 4 -sort_no: 182 -create_date: DateTime @1695985527 {#7613 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7614 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7616 …} -Children: Doctrine\ORM\PersistentCollection {#7619 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143778 +label: " リコリス・リコイル" +value: "346" +data: Eccube\Entity\Category {#7622 -id: 346 -name: "リコリス・リコイル" -hierarchy: 4 -sort_no: 181 -create_date: DateTime @1695985527 {#7620 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7621 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7623 …} -Children: Doctrine\ORM\PersistentCollection {#7626 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143779 +label: " リトルバスターズ!" +value: "347" +data: Eccube\Entity\Category {#7629 -id: 347 -name: "リトルバスターズ!" -hierarchy: 4 -sort_no: 180 -create_date: DateTime @1695985527 {#7627 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7628 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7630 …} -Children: Doctrine\ORM\PersistentCollection {#7633 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143780 +label: " Rewrite" +value: "348" +data: Eccube\Entity\Category {#7636 -id: 348 -name: "Rewrite" -hierarchy: 4 -sort_no: 179 -create_date: DateTime @1695985527 {#7634 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7635 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7637 …} -Children: Doctrine\ORM\PersistentCollection {#7640 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143781 +label: " ロボティクス・ノーツ" +value: "349" +data: Eccube\Entity\Category {#7643 -id: 349 -name: "ロボティクス・ノーツ" -hierarchy: 4 -sort_no: 178 -create_date: DateTime @1695985527 {#7641 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7642 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7644 …} -Children: Doctrine\ORM\PersistentCollection {#7647 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143782 +label: " プロモカード(ヴァイスサイド)" +value: "350" +data: Eccube\Entity\Category {#7650 -id: 350 -name: "プロモカード(ヴァイスサイド)" -hierarchy: 4 -sort_no: 177 -create_date: DateTime @1695985527 {#7648 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7649 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7651 …} -Children: Doctrine\ORM\PersistentCollection {#7654 …} -Parent: Eccube\Entity\Category {#7251} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143783 +label: "新入荷" +value: "2" +data: Eccube\Entity\Category {#6629 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 447 -create_date: DateTime @1488881692 {#5951 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#5950 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6630 …} -Children: Doctrine\ORM\PersistentCollection {#7655 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 429 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143784 +label: "おすすめ商品" +value: "429" +data: Eccube\Entity\Category {#7658 -id: 429 -name: "おすすめ商品" -hierarchy: 1 -sort_no: 446 -create_date: DateTime @1696270531 {#7656 date: 2023-10-03 03:15:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7657 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7659 …} -Children: Doctrine\ORM\PersistentCollection {#7662 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 707 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143785 +label: "新品ボックス" +value: "707" +data: Eccube\Entity\Category {#7665 -id: 707 -name: "新品ボックス" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1740791876 {#7663 date: 2025-03-01 10:17:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7664 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7666 …} -Children: Doctrine\ORM\PersistentCollection {#7669 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 708 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143786 +label: "予約ボックス" +value: "708" +data: Eccube\Entity\Category {#7672 -id: 708 -name: "予約ボックス" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1740791889 {#7670 date: 2025-03-01 10:18:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7671 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7673 …} -Children: Doctrine\ORM\PersistentCollection {#7676 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4557 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#143329 -form: Symfony\Component\Form\Form {#7913 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#143328 …5} |
full_name | "category_id" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_id" |
is_selected | Closure($choice, $value) {#143330 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#7721 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "category_id" |
placeholder | "common.select__all_products" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_category_id" |
valid | true |
value | "" |
name
"Symfony\Component\Form\Extension\Core\Type\SearchType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 50 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#7774 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4125 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
purify_html | true |
purify_html_profile | "default" |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#7776 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7773 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 50 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "search" "_name" ] |
cache_key | "_name_search" |
compound | false |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#143787 -form: Symfony\Component\Form\Form {#7916 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#143331 …5} |
full_name | "name" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "name" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_name" |
valid | true |
value | "" |
pageno
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "1" |
Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#7785 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4125 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7787 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7786 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_pageno" ] |
cache_key | "_pageno_hidden" |
compound | false |
data | "1" |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#143789 -form: Symfony\Component\Form\Form {#7919 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#143788 …5} |
full_name | "pageno" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "pageno" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "pageno" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_pageno" |
valid | true |
value | "1" |
disp_number
"Eccube\Form\Type\Master\ProductListMaxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"20"
|
Normalized Format | Eccube\Entity\Master\ProductListMax {#4266 #id: 20 #name: "15件" #sort_no: 0 } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ Eccube\Entity\Master\ProductListMax {#4266 #id: 20 #name: "15件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4267 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4306 #id: 60 #name: "60件" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListMax {#4266 #id: 20 #name: "15件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4267 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4306 #id: 60 #name: "60件" #sort_no: 2 } ] |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#7743 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#7807 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#7808 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#7806 -om: ContainerNCR7Dbj\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3728 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Master\ProductListMax {#4266 #id: 20 #name: "15件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4267 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4306 #id: 60 #name: "60件" #sort_no: 2 } ] |
class | "Eccube\Entity\Master\ProductListMax" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerNCR7Dbj\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#7806 -om: ContainerNCR7Dbj\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3728 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#7809 -_em: Doctrine\ORM\EntityManager {#507 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#7811 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#7812 #from: "Eccube\Entity\Master\ProductListMax" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#7813 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#7810 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#7805 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7802 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "master" "product_list_max" "_disp_number" ] |
cache_key | "_disp_number_product_list_max" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143793 +label: "15件" +value: "20" +data: Eccube\Entity\Master\ProductListMax {#4266 #id: 20 #name: "15件" #sort_no: 0 } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143792 +label: "40件" +value: "40" +data: Eccube\Entity\Master\ProductListMax {#4267 #id: 40 #name: "40件" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143794 +label: "60件" +value: "60" +data: Eccube\Entity\Master\ProductListMax {#4306 #id: 60 #name: "60件" #sort_no: 2 } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | Eccube\Entity\Master\ProductListMax {#4266 #id: 20 #name: "15件" #sort_no: 0 } |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#143791 -form: Symfony\Component\Form\Form {#7922 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#143790 …5} |
full_name | "disp_number" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "disp_number" |
is_selected | Closure($choice, $value) {#143796 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#7721 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "disp_number" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_disp_number" |
valid | true |
value | "20" |
orderby
"Eccube\Form\Type\Master\ProductListOrderByType"
Errors
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"0"
|
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ Eccube\Entity\Master\ProductListOrderBy {#4260 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4258 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#7705 #id: 2 #name: "新着順" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListOrderBy {#4260 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4258 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#7705 #id: 2 #name: "新着順" #sort_no: 2 } ] |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#7743 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#7831 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#7832 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#7830 -om: ContainerNCR7Dbj\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4247 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Master\ProductListOrderBy {#4260 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4258 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#7705 #id: 2 #name: "新着順" #sort_no: 2 } ] |
class | "Eccube\Entity\Master\ProductListOrderBy" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerNCR7Dbj\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#7830 -om: ContainerNCR7Dbj\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4247 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#7833 -_em: Doctrine\ORM\EntityManager {#507 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#7835 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#7836 #from: "Eccube\Entity\Master\ProductListOrderBy" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#7837 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#7834 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#7829 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7828 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "master" "product_list_order_by" "_orderby" ] |
cache_key | "_orderby_product_list_order_by" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143800 +label: "価格が低い順" +value: "1" +data: Eccube\Entity\Master\ProductListOrderBy {#4260 #id: 1 #name: "価格が低い順" #sort_no: 0 } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143799 +label: "価格が高い順" +value: "3" +data: Eccube\Entity\Master\ProductListOrderBy {#4258 #id: 3 #name: "価格が高い順" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#143801 +label: "新着順" +value: "2" +data: Eccube\Entity\Master\ProductListOrderBy {#7705 #id: 2 #name: "新着順" #sort_no: 2 } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#143797 -form: Symfony\Component\Form\Form {#7925 …} -errors: [ Symfony\Component\Form\FormError {#8030 #messageTemplate: "This value is not valid." #messageParameters: [ "{{ value }}" => "0" ] #messagePluralization: null -message: "有効な値ではありません。" -cause: Symfony\Component\Validator\ConstraintViolation {#8296 root: Symfony\Component\Form\Form {#7907 …} path: "children[orderby]" value: "0" } -origin: Symfony\Component\Form\Form {#7925 …} } ] } |
expanded | false |
form | Symfony\Component\Form\FormView {#143798 …5} |
full_name | "orderby" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "orderby" |
is_selected | Closure($choice, $value) {#143803 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#7721 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "orderby" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_orderby" |
valid | false |
value | "0" |
tag_id
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#7848 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4125 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7850 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7849 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_tag_id" ] |
cache_key | "_tag_id_hidden" |
compound | false |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#143804 -form: Symfony\Component\Form\Form {#7928 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#143805 …5} |
full_name | "tag_id" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "tag_id" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "tag_id" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_tag_id" |
valid | true |
value | "" |
tag_id2
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#7858 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4125 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7860 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7859 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_tag_id2" ] |
cache_key | "_tag_id2_hidden" |
compound | false |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#143807 -form: Symfony\Component\Form\Form {#7931 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#143806 …5} |
full_name | "tag_id2" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "tag_id2" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "tag_id2" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_tag_id2" |
valid | true |
value | "" |
category_id2
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#7868 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4125 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7870 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7869 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_category_id2" ] |
cache_key | "_category_id2_hidden" |
compound | false |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#143809 -form: Symfony\Component\Form\Form {#7934 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#143808 …5} |
full_name | "category_id2" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_id2" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "category_id2" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_category_id2" |
valid | true |
value | "" |
category_id3
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#7878 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4125 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7880 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7879 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_category_id3" ] |
cache_key | "_category_id3_hidden" |
compound | false |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#143811 -form: Symfony\Component\Form\Form {#7937 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#143810 …5} |
full_name | "category_id3" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_id3" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "category_id3" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_category_id3" |
valid | true |
value | "" |
category_id4
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#7888 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4125 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7890 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7889 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_category_id4" ] |
cache_key | "_category_id4_hidden" |
compound | false |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#143813 -form: Symfony\Component\Form\Form {#7940 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#143812 …5} |
full_name | "category_id4" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_id4" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "category_id4" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_category_id4" |
valid | true |
value | "" |
category_id5
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#551 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#550 …} -namespace: Closure() {#548 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#7898 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4125 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7900 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4219 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7899 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_category_id5" ] |
cache_key | "_category_id5_hidden" |
compound | false |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#143815 -form: Symfony\Component\Form\Form {#7943 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#143814 …5} |
full_name | "category_id5" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_id5" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "category_id5" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_category_id5" |
valid | true |
value | "" |