- Request / Response
- Performance
- Validator 2
- Forms 2
- Exception 1
- Logs 2
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine 2
- 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
-
1category_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 "name" => null "pageno" => "7" "disp_number" => Eccube\Entity\Master\ProductListMax {#4671 #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) {#4641 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4530 …} } |
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() {#4643 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4624 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#4642 …} } } |
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 "name" => null "pageno" => "7" "disp_number" => Eccube\Entity\Master\ProductListMax {#4671 #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 {#148851 -form: Symfony\Component\Form\Form {#7752 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#146018 …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 "name" => null "pageno" => "7" "disp_number" => Eccube\Entity\Master\ProductListMax {#4671 #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) {#7556 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4530 …} } |
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() {#7558 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4624 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7555 …} } } |
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 {#148854 -form: Symfony\Component\Form\Form {#7755 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#148850 …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"
Errors
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"18"
|
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 {#4706 -id: 428 -name: "販売" -hierarchy: 1 -sort_no: 371 -create_date: DateTime @1696149302 {#4707 date: 2023-10-01 17:35:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#4705 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4728 …} -Children: Doctrine\ORM\PersistentCollection {#4981 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4980 -id: 8 -name: "ヴァイスシュヴァルツ" -hierarchy: 1 -sort_no: 370 -create_date: DateTime @1694688722 {#4703 date: 2023-09-14 19:52:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240460 {#4701 date: 2025-03-06 14:54:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4979 …} -Children: Doctrine\ORM\PersistentCollection {#4976 …} -Parent: Eccube\Entity\Category {#4706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: "0213195436_65cb4a6cd7c54.png" } Eccube\Entity\Category {#4975 -id: 709 -name: "レアリティ" -hierarchy: 2 -sort_no: 369 -create_date: DateTime @1740985361 {#4699 date: 2025-03-03 16:02:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4697 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4974 …} -Children: Doctrine\ORM\PersistentCollection {#4971 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4970 -id: 710 -name: "SSP" -hierarchy: 3 -sort_no: 360 -create_date: DateTime @1740985567 {#4673 date: 2025-03-03 16:06:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4709 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4969 …} -Children: Doctrine\ORM\PersistentCollection {#4966 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4957 -id: 711 -name: "SP" -hierarchy: 3 -sort_no: 359 -create_date: DateTime @1740985570 {#4959 date: 2025-03-03 16:06:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4958 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4956 …} -Children: Doctrine\ORM\PersistentCollection {#4953 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4690 -id: 712 -name: "RRR" -hierarchy: 3 -sort_no: 358 -create_date: DateTime @1740985575 {#4952 date: 2025-03-03 16:06:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4951 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4698 …} -Children: Doctrine\ORM\PersistentCollection {#4692 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4943 -id: 723 -name: "SR" -hierarchy: 3 -sort_no: 357 -create_date: DateTime @1740991069 {#4920 date: 2025-03-03 17:37:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4940 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4942 …} -Children: Doctrine\ORM\PersistentCollection {#4946 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4949 -id: 724 -name: "RR" -hierarchy: 3 -sort_no: 356 -create_date: DateTime @1740991094 {#4947 date: 2025-03-03 17:38:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4948 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4950 …} -Children: Doctrine\ORM\PersistentCollection {#4985 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4989 -id: 725 -name: "R" -hierarchy: 3 -sort_no: 355 -create_date: DateTime @1740991113 {#4987 date: 2025-03-03 17:38:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4988 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4990 …} -Children: Doctrine\ORM\PersistentCollection {#4993 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4996 -id: 726 -name: "UC" -hierarchy: 3 -sort_no: 354 -create_date: DateTime @1740991124 {#4994 date: 2025-03-03 17:38:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4995 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4997 …} -Children: Doctrine\ORM\PersistentCollection {#5000 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5003 -id: 727 -name: "C" -hierarchy: 3 -sort_no: 353 -create_date: DateTime @1740991135 {#5001 date: 2025-03-03 17:38:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#5002 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5004 …} -Children: Doctrine\ORM\PersistentCollection {#5007 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5010 -id: 728 -name: "PR" -hierarchy: 3 -sort_no: 352 -create_date: DateTime @1740991257 {#5008 date: 2025-03-03 17:40:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#5009 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5011 …} -Children: Doctrine\ORM\PersistentCollection {#5014 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5017 -id: 729 -name: "TD" -hierarchy: 3 -sort_no: 351 -create_date: DateTime @1740991273 {#5015 date: 2025-03-03 17:41:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#5016 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5018 …} -Children: Doctrine\ORM\PersistentCollection {#5021 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5024 -id: 730 -name: "ホロ" -hierarchy: 3 -sort_no: 350 -create_date: DateTime @1740991284 {#5022 date: 2025-03-03 17:41:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#5023 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5025 …} -Children: Doctrine\ORM\PersistentCollection {#5028 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5029 -id: 652 -name: "新商品" -hierarchy: 2 -sort_no: 361 -create_date: DateTime @1712564635 {#4961 date: 2024-04-08 17:23:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4960 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5030 …} -Children: Doctrine\ORM\PersistentCollection {#5033 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5036 -id: 746 -name: "ダメージ商品 ヴァイスシュバルツ" -hierarchy: 2 -sort_no: 349 -create_date: DateTime @1741240562 {#5034 date: 2025-03-06 14:56:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240876 {#5035 date: 2025-03-06 15:01:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5037 …} -Children: Doctrine\ORM\PersistentCollection {#5040 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5043 -id: 644 -name: "ヴァイスシュヴァルツおすすめ" -hierarchy: 2 -sort_no: 348 -create_date: DateTime @1706627789 {#5041 date: 2024-01-31 00:16:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#5042 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5044 …} -Children: Doctrine\ORM\PersistentCollection {#5047 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5054 -id: 10 -name: "ヴァイスサイド" -hierarchy: 2 -sort_no: 347 -create_date: DateTime @1694688753 {#5048 date: 2023-09-14 19:52:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#5049 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5055 …} -Children: Doctrine\ORM\PersistentCollection {#5058 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5059 -id: 672 -name: "アイドルマスターシャイニーカラーズ" -hierarchy: 3 -sort_no: 346 -create_date: DateTime @1718270442 {#5050 date: 2024-06-13 18:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5051 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5060 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5064 -id: 696 -name: "アイドルマスター シャイニーカラーズ Shine More!" -hierarchy: 4 -sort_no: 345 -create_date: DateTime @1725172066 {#5052 date: 2024-09-01 15:27:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725172066 {#5053 date: 2024-09-01 15:27:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5065 …} -Children: Doctrine\ORM\PersistentCollection {#5067 …} -Parent: Eccube\Entity\Category {#5059} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5073 -id: 694 -name: "アリス・ギア・アイギス Expansion" -hierarchy: 3 -sort_no: 344 -create_date: DateTime @1724575700 {#5071 date: 2024-08-25 17:48:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5072 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5074 …} -Children: Doctrine\ORM\PersistentCollection {#5077 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5080 -id: 160 -name: "アイドルマスター シンデレラガールズ" -hierarchy: 3 -sort_no: 339 -create_date: DateTime @1694688954 {#5078 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5079 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5081 …} -Children: Doctrine\ORM\PersistentCollection {#5084 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5087 -id: 161 -name: "Angel Beats!/クドわふたー" -hierarchy: 3 -sort_no: 147 -create_date: DateTime @1694688954 {#5085 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5086 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5088 …} -Children: Doctrine\ORM\PersistentCollection {#5091 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5094 -id: 162 -name: "カードキャプターさくら" -hierarchy: 3 -sort_no: 146 -create_date: DateTime @1694688954 {#5092 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5093 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5095 …} -Children: Doctrine\ORM\PersistentCollection {#5098 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5101 -id: 651 -name: "ホロライブプロダクション Summer Collection" -hierarchy: 3 -sort_no: 145 -create_date: DateTime @1712560058 {#5099 date: 2024-04-08 16:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5100 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5102 …} -Children: Doctrine\ORM\PersistentCollection {#5105 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5108 -id: 163 -name: "ガールフレンド(仮)" -hierarchy: 3 -sort_no: 144 -create_date: DateTime @1694688954 {#5106 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5107 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5109 …} -Children: Doctrine\ORM\PersistentCollection {#5112 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5115 -id: 164 -name: "角川スニーカー文庫" -hierarchy: 3 -sort_no: 143 -create_date: DateTime @1694688954 {#5113 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5114 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5116 …} -Children: Doctrine\ORM\PersistentCollection {#5119 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5122 -id: 165 -name: "彼女、お借りします" -hierarchy: 3 -sort_no: 142 -create_date: DateTime @1694688954 {#5120 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5121 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5123 …} -Children: Doctrine\ORM\PersistentCollection {#5126 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5129 -id: 166 -name: "神様になった日" -hierarchy: 3 -sort_no: 141 -create_date: DateTime @1694688954 {#5127 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5128 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5130 …} -Children: Doctrine\ORM\PersistentCollection {#5133 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5136 -id: 167 -name: "カードゲームしよ子" -hierarchy: 3 -sort_no: 140 -create_date: DateTime @1694688954 {#5134 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5135 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5137 …} -Children: Doctrine\ORM\PersistentCollection {#5140 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5143 -id: 168 -name: "Key" -hierarchy: 3 -sort_no: 139 -create_date: DateTime @1694688954 {#5141 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5142 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5144 …} -Children: Doctrine\ORM\PersistentCollection {#5147 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5150 -id: 169 -name: "CLANNAD" -hierarchy: 3 -sort_no: 138 -create_date: DateTime @1694688954 {#5148 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5149 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5151 …} -Children: Doctrine\ORM\PersistentCollection {#5154 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5157 -id: 170 -name: "けものフレンズ" -hierarchy: 3 -sort_no: 137 -create_date: DateTime @1694688954 {#5155 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5156 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5158 …} -Children: Doctrine\ORM\PersistentCollection {#5161 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5164 -id: 171 -name: "幻影ヲ駆ケル太陽" -hierarchy: 3 -sort_no: 136 -create_date: DateTime @1694688954 {#5162 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5163 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5165 …} -Children: Doctrine\ORM\PersistentCollection {#5168 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5173 -id: 172 -name: "ご注文はうさぎですか??" -hierarchy: 3 -sort_no: 135 -create_date: DateTime @1694688954 {#5169 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5170 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5174 …} -Children: Doctrine\ORM\PersistentCollection {#5177 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5178 -id: 702 -name: "プレミアムブースター TVアニメ「ご注文はうさぎですか?」10th Anniversary" -hierarchy: 4 -sort_no: 134 -create_date: DateTime @1732780421 {#5171 date: 2024-11-28 16:53:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732780421 {#5172 date: 2024-11-28 16:53:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5179 …} -Children: Doctrine\ORM\PersistentCollection {#5181 …} -Parent: Eccube\Entity\Category {#5173} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5187 -id: 173 -name: "五等分の花嫁" -hierarchy: 3 -sort_no: 133 -create_date: DateTime @1694688954 {#5183 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5184 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5188 …} -Children: Doctrine\ORM\PersistentCollection {#5191 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5192 -id: 691 -name: "五等分の花嫁∬" -hierarchy: 4 -sort_no: 132 -create_date: DateTime @1724394211 {#5185 date: 2024-08-23 15:23:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#5186 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5193 …} -Children: Doctrine\ORM\PersistentCollection {#5195 …} -Parent: Eccube\Entity\Category {#5187} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5201 -id: 692 -name: "映画 五等分の花嫁" -hierarchy: 4 -sort_no: 131 -create_date: DateTime @1724394307 {#5199 date: 2024-08-23 15:25:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#5200 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5202 …} -Children: Doctrine\ORM\PersistentCollection {#5204 …} -Parent: Eccube\Entity\Category {#5187} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5208 -id: 693 -name: "プレミアムブースター 五等分の花嫁∽" -hierarchy: 4 -sort_no: 130 -create_date: DateTime @1724394327 {#5206 date: 2024-08-23 15:25:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#5207 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5209 …} -Children: Doctrine\ORM\PersistentCollection {#5211 …} -Parent: Eccube\Entity\Category {#5187} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5213 -id: 174 -name: "この素晴らしい世界に祝福を!" -hierarchy: 3 -sort_no: 129 -create_date: DateTime @1694688954 {#5197 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5198 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5214 …} -Children: Doctrine\ORM\PersistentCollection {#5217 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5220 -id: 175 -name: "小林さんちのメイドラゴン" -hierarchy: 3 -sort_no: 128 -create_date: DateTime @1694688954 {#5218 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5219 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5221 …} -Children: Doctrine\ORM\PersistentCollection {#5224 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5227 -id: 176 -name: "冴えない彼女の育てかた" -hierarchy: 3 -sort_no: 127 -create_date: DateTime @1694688954 {#5225 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5226 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5228 …} -Children: Doctrine\ORM\PersistentCollection {#5231 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5234 -id: 177 -name: "Summer Pockets" -hierarchy: 3 -sort_no: 126 -create_date: DateTime @1694688954 {#5232 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5233 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5235 …} -Children: Doctrine\ORM\PersistentCollection {#5238 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5241 -id: 178 -name: "Charlotte" -hierarchy: 3 -sort_no: 125 -create_date: DateTime @1694688954 {#5239 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5240 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5242 …} -Children: Doctrine\ORM\PersistentCollection {#5245 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5248 -id: 179 -name: "灼眼のシャナ" -hierarchy: 3 -sort_no: 124 -create_date: DateTime @1694688954 {#5246 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5247 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5249 …} -Children: Doctrine\ORM\PersistentCollection {#5252 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5255 -id: 180 -name: "涼宮ハルヒの憂鬱" -hierarchy: 3 -sort_no: 123 -create_date: DateTime @1694688954 {#5253 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5254 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5256 …} -Children: Doctrine\ORM\PersistentCollection {#5259 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5262 -id: 181 -name: "青春ブタ野郎シリーズ" -hierarchy: 3 -sort_no: 122 -create_date: DateTime @1694688954 {#5260 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5261 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5263 …} -Children: Doctrine\ORM\PersistentCollection {#5266 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5269 -id: 182 -name: "ゼロの使い魔" -hierarchy: 3 -sort_no: 121 -create_date: DateTime @1694688954 {#5267 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5268 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5270 …} -Children: Doctrine\ORM\PersistentCollection {#5273 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5276 -id: 183 -name: "戦姫絶唱シンフォギア" -hierarchy: 3 -sort_no: 120 -create_date: DateTime @1694688954 {#5274 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5275 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5277 …} -Children: Doctrine\ORM\PersistentCollection {#5280 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5283 -id: 184 -name: "宇宙をかける少女/舞-HiME&舞-乙HiME" -hierarchy: 3 -sort_no: 119 -create_date: DateTime @1694688954 {#5281 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5282 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5284 …} -Children: Doctrine\ORM\PersistentCollection {#5287 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5290 -id: 185 -name: "ゾンビランドサガ リベンジ" -hierarchy: 3 -sort_no: 118 -create_date: DateTime @1694688954 {#5288 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5289 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5291 …} -Children: Doctrine\ORM\PersistentCollection {#5294 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5297 -id: 186 -name: "ダ・カーポ&Dal Segno" -hierarchy: 3 -sort_no: 117 -create_date: DateTime @1694688954 {#5295 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5296 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5298 …} -Children: Doctrine\ORM\PersistentCollection {#5301 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5304 -id: 187 -name: "D4DJ" -hierarchy: 3 -sort_no: 116 -create_date: DateTime @1694688954 {#5302 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5303 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5305 …} -Children: Doctrine\ORM\PersistentCollection {#5308 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5311 -id: 188 -name: "デート・ア・ライブ" -hierarchy: 3 -sort_no: 115 -create_date: DateTime @1694688954 {#5309 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5310 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5312 …} -Children: Doctrine\ORM\PersistentCollection {#5315 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5318 -id: 189 -name: "とある魔術の禁書目録/とある科学の超電磁砲" -hierarchy: 3 -sort_no: 114 -create_date: DateTime @1694688954 {#5316 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5317 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5319 …} -Children: Doctrine\ORM\PersistentCollection {#5322 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5325 -id: 190 -name: "DOG DAYS" -hierarchy: 3 -sort_no: 113 -create_date: DateTime @1694688954 {#5323 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5324 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5326 …} -Children: Doctrine\ORM\PersistentCollection {#5329 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5332 -id: 191 -name: "To LOVEる" -hierarchy: 3 -sort_no: 112 -create_date: DateTime @1694688954 {#5330 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5331 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5333 …} -Children: Doctrine\ORM\PersistentCollection {#5336 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5339 -id: 192 -name: "ニセコイ" -hierarchy: 3 -sort_no: 111 -create_date: DateTime @1694688954 {#5337 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5338 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5340 …} -Children: Doctrine\ORM\PersistentCollection {#5343 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5346 -id: 193 -name: "日常" -hierarchy: 3 -sort_no: 110 -create_date: DateTime @1694688954 {#5344 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5345 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5347 …} -Children: Doctrine\ORM\PersistentCollection {#5350 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5353 -id: 194 -name: "BanG Dream!" -hierarchy: 3 -sort_no: 109 -create_date: DateTime @1694688954 {#5351 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5352 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5354 …} -Children: Doctrine\ORM\PersistentCollection {#5357 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5360 -id: 195 -name: "ビジュアルアーツ" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1694688954 {#5358 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5359 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5361 …} -Children: Doctrine\ORM\PersistentCollection {#5364 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5367 -id: 196 -name: "ひなろじ ~from Luck & Logic~" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1694688954 {#5365 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5366 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5371 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5374 -id: 197 -name: "ViVid Strike!" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1694688954 {#5372 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5373 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5375 …} -Children: Doctrine\ORM\PersistentCollection {#5378 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5381 -id: 198 -name: "ビビッドレッド・オペレーション" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1694688954 {#5379 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5380 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5382 …} -Children: Doctrine\ORM\PersistentCollection {#5385 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5388 -id: 199 -name: "Phantom -Requiem for the Phantom-" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1694688954 {#5386 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5387 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5389 …} -Children: Doctrine\ORM\PersistentCollection {#5392 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5395 -id: 200 -name: "富士見ファンタジア文庫" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1694688954 {#5393 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5394 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5396 …} -Children: Doctrine\ORM\PersistentCollection {#5399 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5402 -id: 201 -name: "アニメ プリンセスコネクト!Re:Dive" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1694688954 {#5400 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5401 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5403 …} -Children: Doctrine\ORM\PersistentCollection {#5406 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5409 -id: 202 -name: "ヘブンバーンズレッド" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1694688954 {#5407 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5408 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5410 …} -Children: Doctrine\ORM\PersistentCollection {#5413 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5416 -id: 203 -name: "ホロライブプロダクション" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1694688954 {#5414 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5415 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5417 …} -Children: Doctrine\ORM\PersistentCollection {#5420 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5423 -id: 204 -name: "魔法少女まどか☆マギカ" -hierarchy: 3 -sort_no: 99 -create_date: DateTime @1694688954 {#5421 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5422 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5424 …} -Children: Doctrine\ORM\PersistentCollection {#5427 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5430 -id: 205 -name: "魔法少女リリカルなのは" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1694688954 {#5428 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5429 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5431 …} -Children: Doctrine\ORM\PersistentCollection {#5434 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5437 -id: 206 -name: "ゆらぎ荘の幽奈さん" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1694688954 {#5435 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5436 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5438 …} -Children: Doctrine\ORM\PersistentCollection {#5441 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5444 -id: 207 -name: "らき☆すた" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1694688954 {#5442 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5443 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5445 …} -Children: Doctrine\ORM\PersistentCollection {#5448 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5451 -id: 208 -name: "ラブライブ!" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1694688954 {#5449 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5450 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5455 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5458 -id: 209 -name: "ラブライブ!サンシャイン!!" -hierarchy: 3 -sort_no: 94 -create_date: DateTime @1694688954 {#5456 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5457 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5459 …} -Children: Doctrine\ORM\PersistentCollection {#5462 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5465 -id: 210 -name: "ラブライブ!虹ヶ咲学園スクールアイドル同好会" -hierarchy: 3 -sort_no: 93 -create_date: DateTime @1694688954 {#5463 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5464 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5466 …} -Children: Doctrine\ORM\PersistentCollection {#5469 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5472 -id: 211 -name: "ラブライブ!スーパースター!!" -hierarchy: 3 -sort_no: 92 -create_date: DateTime @1694688954 {#5470 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5471 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5473 …} -Children: Doctrine\ORM\PersistentCollection {#5476 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5481 -id: 212 -name: "リコリス・リコイル" -hierarchy: 3 -sort_no: 91 -create_date: DateTime @1694688954 {#5477 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5478 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5482 …} -Children: Doctrine\ORM\PersistentCollection {#5485 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5486 -id: 701 -name: "プレミアムブースター リコリス・リコイル" -hierarchy: 4 -sort_no: 90 -create_date: DateTime @1731655109 {#5479 date: 2024-11-15 16:18:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1731655109 {#5480 date: 2024-11-15 16:18:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5487 …} -Children: Doctrine\ORM\PersistentCollection {#5489 …} -Parent: Eccube\Entity\Category {#5481} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5493 -id: 213 -name: "リトルバスターズ!" -hierarchy: 3 -sort_no: 89 -create_date: DateTime @1694688955 {#5491 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5492 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5494 …} -Children: Doctrine\ORM\PersistentCollection {#5497 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5500 -id: 214 -name: "Rewrite" -hierarchy: 3 -sort_no: 88 -create_date: DateTime @1694688955 {#5498 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5499 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5501 …} -Children: Doctrine\ORM\PersistentCollection {#5504 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5507 -id: 215 -name: "ロボティクス・ノーツ" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1694688955 {#5505 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5506 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5508 …} -Children: Doctrine\ORM\PersistentCollection {#5511 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5514 -id: 216 -name: "プロモカード(ヴァイスサイド)" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1694688955 {#5512 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5513 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5515 …} -Children: Doctrine\ORM\PersistentCollection {#5518 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5521 -id: 9 -name: "シュヴァルツサイド" -hierarchy: 2 -sort_no: 343 -create_date: DateTime @1694688736 {#4964 date: 2023-09-14 19:52:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4965 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5522 …} -Children: Doctrine\ORM\PersistentCollection {#5525 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5526 -id: 83 -name: "アイドルマスター" -hierarchy: 3 -sort_no: 342 -create_date: DateTime @1694688954 {#5519 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5520 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5527 …} -Children: Doctrine\ORM\PersistentCollection {#5530 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5535 -id: 84 -name: "アイドルマスター シャイニーカラーズ" -hierarchy: 3 -sort_no: 341 -create_date: DateTime @1694688954 {#5533 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5534 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5536 …} -Children: Doctrine\ORM\PersistentCollection {#5539 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5542 -id: 85 -name: "アイドルマスター ミリオンライブ!" -hierarchy: 3 -sort_no: 340 -create_date: DateTime @1694688954 {#5540 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5541 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5543 …} -Children: Doctrine\ORM\PersistentCollection {#5546 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5549 -id: 86 -name: "アクセル・ワールド" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1694688954 {#5547 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5548 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5550 …} -Children: Doctrine\ORM\PersistentCollection {#5553 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5556 -id: 87 -name: "アサルトリリィ" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1694688954 {#5554 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5555 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5557 …} -Children: Doctrine\ORM\PersistentCollection {#5560 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5563 -id: 88 -name: "アズールレーン" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1694688954 {#5561 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5562 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5564 …} -Children: Doctrine\ORM\PersistentCollection {#5567 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5570 -id: 89 -name: "ありふれた職業で世界最強" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1694688954 {#5568 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5569 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5571 …} -Children: Doctrine\ORM\PersistentCollection {#5574 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5577 -id: 90 -name: "痛いのは嫌なので防御力に極振りしたいと思います。" -hierarchy: 3 -sort_no: 81 -create_date: DateTime @1694688954 {#5575 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5576 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5578 …} -Children: Doctrine\ORM\PersistentCollection {#5581 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5584 -id: 91 -name: "うーさーのその日暮らし" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1694688954 {#5582 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5583 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5585 …} -Children: Doctrine\ORM\PersistentCollection {#5588 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5591 -id: 92 -name: "ヱヴァンゲリヲン新劇場版" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1694688954 {#5589 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5590 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5592 …} -Children: Doctrine\ORM\PersistentCollection {#5595 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5598 -id: 688 -name: "【推しの子】" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1723020071 {#5596 date: 2024-08-07 17:41:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5597 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5599 …} -Children: Doctrine\ORM\PersistentCollection {#5602 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5605 -id: 93 -name: "おそ松さん" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1694688954 {#5603 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5604 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5606 …} -Children: Doctrine\ORM\PersistentCollection {#5609 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5612 -id: 94 -name: "オーバーロード" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1694688954 {#5610 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5611 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5613 …} -Children: Doctrine\ORM\PersistentCollection {#5616 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5619 -id: 95 -name: "かぐや様は告らせたい~天才たちの恋愛頭脳戦~" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1694688954 {#5617 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5618 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5620 …} -Children: Doctrine\ORM\PersistentCollection {#5623 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5626 -id: 96 -name: "刀語" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1694688954 {#5624 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5625 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5627 …} -Children: Doctrine\ORM\PersistentCollection {#5630 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5633 -id: 97 -name: "CANAAN" -hierarchy: 3 -sort_no: 73 -create_date: DateTime @1694688954 {#5631 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5632 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5634 …} -Children: Doctrine\ORM\PersistentCollection {#5637 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5640 -id: 98 -name: "艦隊これくしょん -艦これ-" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1694688954 {#5638 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5639 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5641 …} -Children: Doctrine\ORM\PersistentCollection {#5644 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5647 -id: 99 -name: "超爆裂異次元メンコバトル ギガントシューター つかさ" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1694688954 {#5645 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5646 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5648 …} -Children: Doctrine\ORM\PersistentCollection {#5651 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5654 -id: 100 -name: "キズナイーバー" -hierarchy: 3 -sort_no: 70 -create_date: DateTime @1694688954 {#5652 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5653 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5655 …} -Children: Doctrine\ORM\PersistentCollection {#5658 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5661 -id: 101 -name: "境界のRINNE" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1694688954 {#5659 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5660 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5662 …} -Children: Doctrine\ORM\PersistentCollection {#5665 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5668 -id: 102 -name: "ギルティクラウン" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1694688954 {#5666 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5667 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5669 …} -Children: Doctrine\ORM\PersistentCollection {#5672 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5675 -id: 103 -name: "キルラキル" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1694688954 {#5673 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5674 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5676 …} -Children: Doctrine\ORM\PersistentCollection {#5679 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5682 -id: 104 -name: "グリザイアの果実" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1694688954 {#5680 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5681 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5683 …} -Children: Doctrine\ORM\PersistentCollection {#5686 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5689 -id: 667 -name: "グリザイア:ファントムトリガー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1717647257 {#5687 date: 2024-06-06 13:14:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5688 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5690 …} -Children: Doctrine\ORM\PersistentCollection {#5693 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5696 -id: 105 -name: "クレヨンしんちゃん" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1694688954 {#5694 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5695 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5697 …} -Children: Doctrine\ORM\PersistentCollection {#5700 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5703 -id: 106 -name: "劇場版マクロスF" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1694688954 {#5701 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5702 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5704 …} -Children: Doctrine\ORM\PersistentCollection {#5707 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5710 -id: 107 -name: "アニメーション映画『GODZILLA』" -hierarchy: 3 -sort_no: 62 -create_date: DateTime @1694688954 {#5708 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5709 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5711 …} -Children: Doctrine\ORM\PersistentCollection {#5714 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5717 -id: 108 -name: "ゴブリンスレイヤー" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1694688954 {#5715 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5716 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5718 …} -Children: Doctrine\ORM\PersistentCollection {#5721 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5724 -id: 109 -name: "PSYCHO-PASS サイコパス" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1694688954 {#5722 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5723 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5725 …} -Children: Doctrine\ORM\PersistentCollection {#5728 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5731 -id: 110 -name: "THE KING OF FIGHTERS" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1694688954 {#5729 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5730 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5732 …} -Children: Doctrine\ORM\PersistentCollection {#5735 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5738 -id: 111 -name: "シャイニングシリーズ" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1694688954 {#5736 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5737 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5739 …} -Children: Doctrine\ORM\PersistentCollection {#5742 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5745 -id: 112 -name: "STEINS;GATE" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1694688954 {#5743 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5744 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5746 …} -Children: Doctrine\ORM\PersistentCollection {#5749 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5752 -id: 113 -name: "STEINS;GATE[ブースター]" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1694688954 {#5750 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5751 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5753 …} -Children: Doctrine\ORM\PersistentCollection {#5756 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5759 -id: 114 -name: "STEINS;GATE[TD+]" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1694688954 {#5757 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5758 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5760 …} -Children: Doctrine\ORM\PersistentCollection {#5763 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5766 -id: 115 -name: "少女☆歌劇 レヴュースタァライト" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1694688954 {#5764 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5765 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5767 …} -Children: Doctrine\ORM\PersistentCollection {#5770 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5773 -id: 116 -name: "ジョジョの奇妙な冒険" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1694688954 {#5771 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5772 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5774 …} -Children: Doctrine\ORM\PersistentCollection {#5777 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5780 -id: 117 -name: "進撃の巨人" -hierarchy: 3 -sort_no: 52 -create_date: DateTime @1694688954 {#5778 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5779 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5781 …} -Children: Doctrine\ORM\PersistentCollection {#5784 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5787 -id: 118 -name: "新サクラ大戦" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1694688954 {#5785 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5786 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5788 …} -Children: Doctrine\ORM\PersistentCollection {#5791 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5794 -id: 119 -name: "翠星のガルガンティア" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1694688954 {#5792 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5793 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5795 …} -Children: Doctrine\ORM\PersistentCollection {#5798 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5801 -id: 120 -name: "スクールガールストライカーズ" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1694688954 {#5799 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5800 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5802 …} -Children: Doctrine\ORM\PersistentCollection {#5805 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5808 -id: 121 -name: "STAR WARS" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1694688954 {#5806 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5807 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5809 …} -Children: Doctrine\ORM\PersistentCollection {#5812 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5815 -id: 122 -name: "戦国BASARA" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1694688954 {#5813 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5814 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5816 …} -Children: Doctrine\ORM\PersistentCollection {#5819 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5822 -id: 689 -name: "葬送のフリーレン" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1723442008 {#5820 date: 2024-08-12 14:53:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5821 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5823 …} -Children: Doctrine\ORM\PersistentCollection {#5826 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5829 -id: 123 -name: "ソードアート・オンライン" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1694688954 {#5827 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5828 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5830 …} -Children: Doctrine\ORM\PersistentCollection {#5833 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5836 -id: 124 -name: "ソードアート・オンライン オルタナティブ ガンゲイル・オンライン" -hierarchy: 3 -sort_no: 44 -create_date: DateTime @1694688954 {#5834 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5835 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5837 …} -Children: Doctrine\ORM\PersistentCollection {#5840 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5843 -id: 125 -name: "ダーリン・イン・ザ・フランキス" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1694688954 {#5841 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5842 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5844 …} -Children: Doctrine\ORM\PersistentCollection {#5847 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5850 -id: 126 -name: "ダンジョンに出会いを求めるのは間違っているだろうか" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1694688954 {#5848 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5849 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5851 …} -Children: Doctrine\ORM\PersistentCollection {#5854 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5857 -id: 127 -name: "探偵オペラ ミルキィホームズ" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1694688954 {#5855 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5856 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5858 …} -Children: Doctrine\ORM\PersistentCollection {#5861 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5864 -id: 128 -name: "チェインクロニクル ~ヘクセイタスの閃~" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1694688954 {#5862 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5863 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5865 …} -Children: Doctrine\ORM\PersistentCollection {#5868 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5871 -id: 129 -name: "チェンソーマン" -hierarchy: 3 -sort_no: 39 -create_date: DateTime @1694688954 {#5869 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5870 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5872 …} -Children: Doctrine\ORM\PersistentCollection {#5875 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5878 -id: 130 -name: "TVアニメ「デビルサバイバー2」" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1694688954 {#5876 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5877 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5879 …} -Children: Doctrine\ORM\PersistentCollection {#5882 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5885 -id: 131 -name: "テラフォーマーズ" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1694688954 {#5883 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5884 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5886 …} -Children: Doctrine\ORM\PersistentCollection {#5889 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5892 -id: 132 -name: "天元突破グレンラガン" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1694688954 {#5890 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5891 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5893 …} -Children: Doctrine\ORM\PersistentCollection {#5896 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5899 -id: 133 -name: "転生したらスライムだった件" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1694688954 {#5897 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5898 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5900 …} -Children: Doctrine\ORM\PersistentCollection {#5903 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5906 -id: 134 -name: "D_CIDE TRAUMEREI" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1694688954 {#5904 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5905 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5907 …} -Children: Doctrine\ORM\PersistentCollection {#5910 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5913 -id: 135 -name: "Disney100" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1694688954 {#5911 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5912 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5914 …} -Children: Doctrine\ORM\PersistentCollection {#5917 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5920 -id: 136 -name: "東京リベンジャーズ" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1694688954 {#5918 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5919 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5921 …} -Children: Doctrine\ORM\PersistentCollection {#5924 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5927 -id: 137 -name: "ノーゲーム・ノーライフ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1694688954 {#5925 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5926 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5928 …} -Children: Doctrine\ORM\PersistentCollection {#5931 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5934 -id: 138 -name: "パズル&ドラゴンズ" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1694688954 {#5932 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5933 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5935 …} -Children: Doctrine\ORM\PersistentCollection {#5938 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5941 -id: 139 -name: "初音ミク -Project DIVA-" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1694688954 {#5939 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5940 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5942 …} -Children: Doctrine\ORM\PersistentCollection {#5945 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5948 -id: 140 -name: "PIXAR" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1694688954 {#5946 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5947 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5949 …} -Children: Doctrine\ORM\PersistentCollection {#5952 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5955 -id: 141 -name: "FAIRY TAIL" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1694688954 {#5953 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5954 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5956 …} -Children: Doctrine\ORM\PersistentCollection {#5959 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5962 -id: 142 -name: "Fate" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1694688954 {#5960 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5961 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5963 …} -Children: Doctrine\ORM\PersistentCollection {#5966 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5969 -id: 143 -name: "Fate/Apocrypha" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1694688954 {#5967 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5968 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5970 …} -Children: Doctrine\ORM\PersistentCollection {#5973 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5976 -id: 144 -name: "Fate/Grand Order(アニメ)" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1694688954 {#5974 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5975 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5977 …} -Children: Doctrine\ORM\PersistentCollection {#5980 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5983 -id: 145 -name: "ぷよぷよ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1694688954 {#5981 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5982 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5984 …} -Children: Doctrine\ORM\PersistentCollection {#5987 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5990 -id: 146 -name: "ブラック★ロックシューター" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1694688954 {#5988 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5989 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5991 …} -Children: Doctrine\ORM\PersistentCollection {#5994 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5997 -id: 147 -name: "プリズマ☆イリヤ" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1694688954 {#5995 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5996 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5998 …} -Children: Doctrine\ORM\PersistentCollection {#6001 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6004 -id: 148 -name: "プロジェクトセカイ カラフルステージ! feat. 初音ミク" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1694688954 {#6002 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6003 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6005 …} -Children: Doctrine\ORM\PersistentCollection {#6008 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6011 -id: 149 -name: "ペルソナ" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1694688954 {#6009 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6010 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6012 …} -Children: Doctrine\ORM\PersistentCollection {#6015 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6018 -id: 150 -name: "Marvel" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1694688954 {#6016 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6017 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6019 …} -Children: Doctrine\ORM\PersistentCollection {#6022 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6025 -id: 151 -name: "魔界戦記ディスガイア" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1694688954 {#6023 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6024 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6026 …} -Children: Doctrine\ORM\PersistentCollection {#6029 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6032 -id: 152 -name: "無職転生 ~異世界行ったら本気だす~" -hierarchy: 3 -sort_no: 16 -create_date: DateTime @1694688954 {#6030 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6031 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6033 …} -Children: Doctrine\ORM\PersistentCollection {#6036 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6039 -id: 153 -name: "MELTY BLOOD/空の境界" -hierarchy: 3 -sort_no: 15 -create_date: DateTime @1694688954 {#6037 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6038 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6040 …} -Children: Doctrine\ORM\PersistentCollection {#6043 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6046 -id: 154 -name: "〈物語〉シリーズ" -hierarchy: 3 -sort_no: 14 -create_date: DateTime @1694688954 {#6044 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6045 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6047 …} -Children: Doctrine\ORM\PersistentCollection {#6050 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6053 -id: 155 -name: "Re:ゼロから始める異世界生活" -hierarchy: 3 -sort_no: 13 -create_date: DateTime @1694688954 {#6051 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6052 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6054 …} -Children: Doctrine\ORM\PersistentCollection {#6057 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6060 -id: 156 -name: "ログ・ホライズン" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1694688954 {#6058 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6059 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6061 …} -Children: Doctrine\ORM\PersistentCollection {#6064 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6067 -id: 157 -name: "ロストディケイド" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1694688954 {#6065 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6066 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6068 …} -Children: Doctrine\ORM\PersistentCollection {#6071 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6074 -id: 158 -name: "ワールドトリガー" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1694688954 {#6072 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6073 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6075 …} -Children: Doctrine\ORM\PersistentCollection {#6078 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6081 -id: 159 -name: "プロモカード(シュヴァルツサイド)" -hierarchy: 3 -sort_no: 9 -create_date: DateTime @1694688954 {#6079 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6080 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6082 …} -Children: Doctrine\ORM\PersistentCollection {#6085 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6088 -id: 7 -name: "ポケモン" -hierarchy: 1 -sort_no: 368 -create_date: DateTime @1694688688 {#5070 date: 2023-09-14 19:51:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240460 {#5069 date: 2025-03-06 14:54:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6089 …} -Children: Doctrine\ORM\PersistentCollection {#6092 …} -Parent: Eccube\Entity\Category {#4706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: "0213195449_65cb4a797fd47.png" } Eccube\Entity\Category {#6093 -id: 596 -name: "レアリティ" -hierarchy: 2 -sort_no: 367 -create_date: DateTime @1696942135 {#4962 date: 2023-10-10 21:48:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#4963 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6094 …} -Children: Doctrine\ORM\PersistentCollection {#6097 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6098 -id: 621 -name: "UR" -hierarchy: 3 -sort_no: 365 -create_date: DateTime @1696942667 {#6086 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6087 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6099 …} -Children: Doctrine\ORM\PersistentCollection {#6102 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6109 -id: 622 -name: "SAR" -hierarchy: 3 -sort_no: 156 -create_date: DateTime @1696942667 {#6107 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6108 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6110 …} -Children: Doctrine\ORM\PersistentCollection {#6113 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6116 -id: 623 -name: "SR" -hierarchy: 3 -sort_no: 155 -create_date: DateTime @1696942667 {#6114 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6115 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6117 …} -Children: Doctrine\ORM\PersistentCollection {#6120 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6123 -id: 624 -name: "AR" -hierarchy: 3 -sort_no: 154 -create_date: DateTime @1696942667 {#6121 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6122 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6124 …} -Children: Doctrine\ORM\PersistentCollection {#6127 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6130 -id: 625 -name: "RR" -hierarchy: 3 -sort_no: 153 -create_date: DateTime @1696942667 {#6128 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6129 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6131 …} -Children: Doctrine\ORM\PersistentCollection {#6134 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6137 -id: 626 -name: "R" -hierarchy: 3 -sort_no: 152 -create_date: DateTime @1696942667 {#6135 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6136 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6138 …} -Children: Doctrine\ORM\PersistentCollection {#6141 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6144 -id: 627 -name: "UC" -hierarchy: 3 -sort_no: 151 -create_date: DateTime @1696942667 {#6142 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6143 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6145 …} -Children: Doctrine\ORM\PersistentCollection {#6148 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6151 -id: 628 -name: "C" -hierarchy: 3 -sort_no: 150 -create_date: DateTime @1696942667 {#6149 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6150 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6152 …} -Children: Doctrine\ORM\PersistentCollection {#6155 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6158 -id: 629 -name: "TD" -hierarchy: 3 -sort_no: 149 -create_date: DateTime @1696942667 {#6156 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6157 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6159 …} -Children: Doctrine\ORM\PersistentCollection {#6162 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6165 -id: 630 -name: "ホロ" -hierarchy: 3 -sort_no: 148 -create_date: DateTime @1696942667 {#6163 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6164 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6166 …} -Children: Doctrine\ORM\PersistentCollection {#6169 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6170 -id: 663 -name: "新商品" -hierarchy: 2 -sort_no: 366 -create_date: DateTime @1717046573 {#5532 date: 2024-05-30 14:22:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#5531 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6171 …} -Children: Doctrine\ORM\PersistentCollection {#6174 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6177 -id: 747 -name: "ダメージ商品 ポケモン" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1741240588 {#6175 date: 2025-03-06 14:56:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6176 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6178 …} -Children: Doctrine\ORM\PersistentCollection {#6181 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6184 -id: 750 -name: "[SV9a] 熱風のアリーナ" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1741938364 {#6182 date: 2025-03-14 16:46:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6183 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6185 …} -Children: Doctrine\ORM\PersistentCollection {#6188 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6191 -id: 706 -name: "[SVOD] ダイゴのダンバル&メタグロスex" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1740201496 {#6189 date: 2025-02-22 14:18:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6190 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6192 …} -Children: Doctrine\ORM\PersistentCollection {#6195 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6198 -id: 705 -name: "[SV9] バトルパートナーズ" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1737708933 {#6196 date: 2025-01-24 17:55:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6197 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6199 …} -Children: Doctrine\ORM\PersistentCollection {#6202 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6205 -id: 704 -name: "[SV8a] テラスタルフェスex" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1733556985 {#6203 date: 2024-12-07 16:36:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6204 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6206 …} -Children: Doctrine\ORM\PersistentCollection {#6209 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6212 -id: 698 -name: "[SV8] 超電ブレイカー" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1729320738 {#6210 date: 2024-10-19 15:52:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6211 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6213 …} -Children: Doctrine\ORM\PersistentCollection {#6216 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6219 -id: 697 -name: "[SV7a] 楽園ドラゴーナ" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1726206102 {#6217 date: 2024-09-13 14:41:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6218 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6220 …} -Children: Doctrine\ORM\PersistentCollection {#6223 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6226 -id: 673 -name: "[SV7] ステラミラクル" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1721806116 {#6224 date: 2024-07-24 16:28:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6225 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6227 …} -Children: Doctrine\ORM\PersistentCollection {#6230 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6233 -id: 668 -name: "[SV6a] ナイトワンダラー" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1717738053 {#6231 date: 2024-06-07 14:27:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6232 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6234 …} -Children: Doctrine\ORM\PersistentCollection {#6237 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6240 -id: 655 -name: "[SV6] 変幻の仮面" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1717043767 {#6238 date: 2024-05-30 13:36:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6239 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6241 …} -Children: Doctrine\ORM\PersistentCollection {#6244 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6247 -id: 650 -name: "[SV5a] クリムゾンヘイズ" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1712556841 {#6245 date: 2024-04-08 15:14:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6246 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6248 …} -Children: Doctrine\ORM\PersistentCollection {#6251 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6254 -id: 656 -name: "[SV5K] ワイルドフォース" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1717043794 {#6252 date: 2024-05-30 13:36:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6253 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6255 …} -Children: Doctrine\ORM\PersistentCollection {#6258 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6261 -id: 657 -name: "[SV5M] サイバージャッジ" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1717043828 {#6259 date: 2024-05-30 13:37:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6260 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6262 …} -Children: Doctrine\ORM\PersistentCollection {#6265 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6268 -id: 665 -name: "[SV4a] シャイニートレジャーex" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1717238509 {#6266 date: 2024-06-01 19:41:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6267 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6269 …} -Children: Doctrine\ORM\PersistentCollection {#6272 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6275 -id: 658 -name: "[SV4K] 古代の咆哮" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1717043844 {#6273 date: 2024-05-30 13:37:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6274 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6276 …} -Children: Doctrine\ORM\PersistentCollection {#6279 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6282 -id: 659 -name: "[SV4M] 未来の一閃" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1717043857 {#6280 date: 2024-05-30 13:37:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6281 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6283 …} -Children: Doctrine\ORM\PersistentCollection {#6286 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6289 -id: 660 -name: "[SV3a] レイジングサーフ" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1717043872 {#6287 date: 2024-05-30 13:37:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6288 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6290 …} -Children: Doctrine\ORM\PersistentCollection {#6293 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6296 -id: 661 -name: "[SV3] 黒炎の支配者" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1717043886 {#6294 date: 2024-05-30 13:38:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6295 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6297 …} -Children: Doctrine\ORM\PersistentCollection {#6300 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6303 -id: 662 -name: "[SV2a] ポケモンカード151" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1717043904 {#6301 date: 2024-05-30 13:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6302 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6304 …} -Children: Doctrine\ORM\PersistentCollection {#6307 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6310 -id: 12 -name: "SV2D クレイバースト" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1694688954 {#6308 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6309 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6311 …} -Children: Doctrine\ORM\PersistentCollection {#6314 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6317 -id: 13 -name: "SV2P スノーハザード" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1694688954 {#6315 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6316 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6318 …} -Children: Doctrine\ORM\PersistentCollection {#6321 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6324 -id: 14 -name: "SV1A トリプレットビート" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1694688954 {#6322 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6323 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6325 …} -Children: Doctrine\ORM\PersistentCollection {#6328 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6331 -id: 15 -name: "SV1V バイオレットex" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1694688954 {#6329 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6330 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6332 …} -Children: Doctrine\ORM\PersistentCollection {#6335 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6338 -id: 16 -name: "SV1S スカーレットex" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1694688954 {#6336 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6337 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6339 …} -Children: Doctrine\ORM\PersistentCollection {#6342 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6345 -id: 11 -name: "PROMO プロモ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1694688954 {#6343 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6344 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6346 …} -Children: Doctrine\ORM\PersistentCollection {#6349 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6352 -id: 645 -name: "ポケモンおすすめ" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1706627829 {#6350 date: 2024-01-31 00:17:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6351 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6353 …} -Children: Doctrine\ORM\PersistentCollection {#6356 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6359 -id: 217 -name: "買い取り" -hierarchy: 2 -sort_no: 364 -create_date: DateTime @1695966514 {#6103 date: 2023-09-29 14:48:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#6104 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6360 …} -Children: Doctrine\ORM\PersistentCollection {#6363 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6364 -id: 219 -name: "ポケモン" -hierarchy: 2 -sort_no: 338 -create_date: DateTime @1695974903 {#6105 date: 2023-09-29 17:08:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708916557 {#6106 date: 2024-02-26 12:02:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6365 …} -Children: Doctrine\ORM\PersistentCollection {#6368 …} -Parent: Eccube\Entity\Category {#6359} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: "0226120233_65dbff4915d20.png" } Eccube\Entity\Category {#6369 -id: 751 -name: "まとめて発送" -hierarchy: 3 -sort_no: 337 -create_date: DateTime @1742927671 {#6357 date: 2025-03-26 03:34:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742927671 {#6358 date: 2025-03-26 03:34:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6370 …} -Children: Doctrine\ORM\PersistentCollection {#6373 …} -Parent: Eccube\Entity\Category {#6364} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6382 -id: 597 -name: "レアリティ" -hierarchy: 3 -sort_no: 336 -create_date: DateTime @1696942150 {#6378 date: 2023-10-10 21:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6379 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6383 …} -Children: Doctrine\ORM\PersistentCollection {#6386 …} -Parent: Eccube\Entity\Category {#6364} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6387 -id: 713 -name: "UR" -hierarchy: 4 -sort_no: 335 -create_date: DateTime @1740989596 {#6380 date: 2025-03-03 17:13:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6381 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6388 …} -Children: Doctrine\ORM\PersistentCollection {#6391 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6396 -id: 714 -name: "SAR" -hierarchy: 4 -sort_no: 334 -create_date: DateTime @1740989599 {#6394 date: 2025-03-03 17:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6395 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6397 …} -Children: Doctrine\ORM\PersistentCollection {#6400 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6403 -id: 715 -name: "SR" -hierarchy: 4 -sort_no: 333 -create_date: DateTime @1740989607 {#6401 date: 2025-03-03 17:13:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6402 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6404 …} -Children: Doctrine\ORM\PersistentCollection {#6407 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6410 -id: 716 -name: "AR" -hierarchy: 4 -sort_no: 332 -create_date: DateTime @1740989612 {#6408 date: 2025-03-03 17:13:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6409 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6411 …} -Children: Doctrine\ORM\PersistentCollection {#6414 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6417 -id: 717 -name: "RR" -hierarchy: 4 -sort_no: 331 -create_date: DateTime @1740989616 {#6415 date: 2025-03-03 17:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6416 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6418 …} -Children: Doctrine\ORM\PersistentCollection {#6421 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6424 -id: 718 -name: "R" -hierarchy: 4 -sort_no: 330 -create_date: DateTime @1740989626 {#6422 date: 2025-03-03 17:13:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6423 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6425 …} -Children: Doctrine\ORM\PersistentCollection {#6428 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6431 -id: 719 -name: "UC" -hierarchy: 4 -sort_no: 329 -create_date: DateTime @1740989636 {#6429 date: 2025-03-03 17:13:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6430 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6432 …} -Children: Doctrine\ORM\PersistentCollection {#6435 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6438 -id: 720 -name: "C" -hierarchy: 4 -sort_no: 328 -create_date: DateTime @1740990583 {#6436 date: 2025-03-03 17:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6437 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6439 …} -Children: Doctrine\ORM\PersistentCollection {#6442 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6445 -id: 721 -name: "TD" -hierarchy: 4 -sort_no: 327 -create_date: DateTime @1740990604 {#6443 date: 2025-03-03 17:30:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6444 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6446 …} -Children: Doctrine\ORM\PersistentCollection {#6449 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6452 -id: 722 -name: "ホロ" -hierarchy: 4 -sort_no: 326 -create_date: DateTime @1740990613 {#6450 date: 2025-03-03 17:30:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6451 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6453 …} -Children: Doctrine\ORM\PersistentCollection {#6456 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6459 -id: 218 -name: "ヴァイスシュヴァルツ" -hierarchy: 2 -sort_no: 325 -create_date: DateTime @1695974896 {#6374 date: 2023-09-29 17:08:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708916568 {#6375 date: 2024-02-26 12:02:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6460 …} -Children: Doctrine\ORM\PersistentCollection {#6463 …} -Parent: Eccube\Entity\Category {#6359} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: "0226120246_65dbff56df4a3.png" } Eccube\Entity\Category {#6464 -id: 731 -name: "レアリティ" -hierarchy: 3 -sort_no: 324 -create_date: DateTime @1740991321 {#6376 date: 2025-03-03 17:42:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991321 {#6377 date: 2025-03-03 17:42:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6465 …} -Children: Doctrine\ORM\PersistentCollection {#6468 …} -Parent: Eccube\Entity\Category {#6459} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6469 -id: 732 -name: "SSP" -hierarchy: 4 -sort_no: 323 -create_date: DateTime @1740991716 {#6457 date: 2025-03-03 17:48:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6458 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6470 …} -Children: Doctrine\ORM\PersistentCollection {#6473 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6480 -id: 733 -name: "SP" -hierarchy: 4 -sort_no: 322 -create_date: DateTime @1740991726 {#6478 date: 2025-03-03 17:48:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6479 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6481 …} -Children: Doctrine\ORM\PersistentCollection {#6484 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6487 -id: 734 -name: "RRR" -hierarchy: 4 -sort_no: 321 -create_date: DateTime @1740991737 {#6485 date: 2025-03-03 17:48:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6486 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6488 …} -Children: Doctrine\ORM\PersistentCollection {#6491 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6494 -id: 735 -name: "SR" -hierarchy: 4 -sort_no: 320 -create_date: DateTime @1740991747 {#6492 date: 2025-03-03 17:49:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6493 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6495 …} -Children: Doctrine\ORM\PersistentCollection {#6498 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6501 -id: 736 -name: "RR" -hierarchy: 4 -sort_no: 319 -create_date: DateTime @1740991756 {#6499 date: 2025-03-03 17:49:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6500 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6502 …} -Children: Doctrine\ORM\PersistentCollection {#6505 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6508 -id: 737 -name: "R" -hierarchy: 4 -sort_no: 318 -create_date: DateTime @1740991765 {#6506 date: 2025-03-03 17:49:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6507 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6509 …} -Children: Doctrine\ORM\PersistentCollection {#6512 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6515 -id: 738 -name: "UC" -hierarchy: 4 -sort_no: 317 -create_date: DateTime @1740991777 {#6513 date: 2025-03-03 17:49:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6514 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6516 …} -Children: Doctrine\ORM\PersistentCollection {#6519 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6522 -id: 739 -name: "C" -hierarchy: 4 -sort_no: 316 -create_date: DateTime @1740991787 {#6520 date: 2025-03-03 17:49:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6521 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6523 …} -Children: Doctrine\ORM\PersistentCollection {#6526 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6529 -id: 740 -name: "PR" -hierarchy: 4 -sort_no: 315 -create_date: DateTime @1740991816 {#6527 date: 2025-03-03 17:50:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6528 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6530 …} -Children: Doctrine\ORM\PersistentCollection {#6533 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6536 -id: 741 -name: "TD" -hierarchy: 4 -sort_no: 314 -create_date: DateTime @1740991826 {#6534 date: 2025-03-03 17:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6535 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6537 …} -Children: Doctrine\ORM\PersistentCollection {#6540 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6543 -id: 742 -name: "ホロ" -hierarchy: 4 -sort_no: 313 -create_date: DateTime @1740991838 {#6541 date: 2025-03-03 17:50:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6542 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6544 …} -Children: Doctrine\ORM\PersistentCollection {#6547 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6550 -id: 221 -name: "シュヴァルツサイド" -hierarchy: 3 -sort_no: 312 -create_date: DateTime @1695979650 {#6476 date: 2023-09-29 18:27:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695979650 {#6477 date: 2023-09-29 18:27:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6551 …} -Children: Doctrine\ORM\PersistentCollection {#6554 …} -Parent: Eccube\Entity\Category {#6459} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6555 -id: 351 -name: "アイドルマスター" -hierarchy: 4 -sort_no: 311 -create_date: DateTime @1695985580 {#6548 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6549 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6556 …} -Children: Doctrine\ORM\PersistentCollection {#6559 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6564 -id: 352 -name: "アイドルマスター シャイニーカラーズ" -hierarchy: 4 -sort_no: 310 -create_date: DateTime @1695985580 {#6562 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6563 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6565 …} -Children: Doctrine\ORM\PersistentCollection {#6568 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6571 -id: 353 -name: "アイドルマスター ミリオンライブ!" -hierarchy: 4 -sort_no: 309 -create_date: DateTime @1695985580 {#6569 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6570 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6572 …} -Children: Doctrine\ORM\PersistentCollection {#6575 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6578 -id: 354 -name: "アクセル・ワールド" -hierarchy: 4 -sort_no: 308 -create_date: DateTime @1695985580 {#6576 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6577 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6579 …} -Children: Doctrine\ORM\PersistentCollection {#6582 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6585 -id: 355 -name: "アサルトリリィ" -hierarchy: 4 -sort_no: 307 -create_date: DateTime @1695985580 {#6583 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6584 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6586 …} -Children: Doctrine\ORM\PersistentCollection {#6589 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6592 -id: 356 -name: "アズールレーン" -hierarchy: 4 -sort_no: 306 -create_date: DateTime @1695985580 {#6590 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6591 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6593 …} -Children: Doctrine\ORM\PersistentCollection {#6596 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6599 -id: 357 -name: "ありふれた職業で世界最強" -hierarchy: 4 -sort_no: 305 -create_date: DateTime @1695985580 {#6597 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6598 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6600 …} -Children: Doctrine\ORM\PersistentCollection {#6603 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6606 -id: 358 -name: "痛いのは嫌なので防御力に極振りしたいと思います。" -hierarchy: 4 -sort_no: 304 -create_date: DateTime @1695985580 {#6604 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6605 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6607 …} -Children: Doctrine\ORM\PersistentCollection {#6610 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6613 -id: 359 -name: "うーさーのその日暮らし" -hierarchy: 4 -sort_no: 303 -create_date: DateTime @1695985580 {#6611 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6612 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6614 …} -Children: Doctrine\ORM\PersistentCollection {#6617 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6620 -id: 360 -name: "ヱヴァンゲリヲン新劇場版" -hierarchy: 4 -sort_no: 302 -create_date: DateTime @1695985580 {#6618 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6619 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6621 …} -Children: Doctrine\ORM\PersistentCollection {#6624 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6627 -id: 361 -name: "おそ松さん" -hierarchy: 4 -sort_no: 301 -create_date: DateTime @1695985580 {#6625 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6626 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6628 …} -Children: Doctrine\ORM\PersistentCollection {#6631 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6634 -id: 362 -name: "オーバーロード" -hierarchy: 4 -sort_no: 300 -create_date: DateTime @1695985580 {#6632 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6633 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6635 …} -Children: Doctrine\ORM\PersistentCollection {#6638 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6641 -id: 363 -name: "かぐや様は告らせたい~天才たちの恋愛頭脳戦~" -hierarchy: 4 -sort_no: 299 -create_date: DateTime @1695985580 {#6639 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6640 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6642 …} -Children: Doctrine\ORM\PersistentCollection {#6645 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6648 -id: 364 -name: "刀語" -hierarchy: 4 -sort_no: 298 -create_date: DateTime @1695985580 {#6646 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6647 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6649 …} -Children: Doctrine\ORM\PersistentCollection {#6652 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6655 -id: 365 -name: "CANAAN" -hierarchy: 4 -sort_no: 297 -create_date: DateTime @1695985580 {#6653 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6654 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6656 …} -Children: Doctrine\ORM\PersistentCollection {#6659 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6662 -id: 366 -name: "艦隊これくしょん -艦これ-" -hierarchy: 4 -sort_no: 296 -create_date: DateTime @1695985580 {#6660 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6661 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6663 …} -Children: Doctrine\ORM\PersistentCollection {#6666 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6669 -id: 367 -name: "超爆裂異次元メンコバトル ギガントシューター つかさ" -hierarchy: 4 -sort_no: 295 -create_date: DateTime @1695985580 {#6667 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6668 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6670 …} -Children: Doctrine\ORM\PersistentCollection {#6673 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6676 -id: 368 -name: "キズナイーバー" -hierarchy: 4 -sort_no: 294 -create_date: DateTime @1695985580 {#6674 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6675 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6677 …} -Children: Doctrine\ORM\PersistentCollection {#6680 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6683 -id: 369 -name: "境界のRINNE" -hierarchy: 4 -sort_no: 293 -create_date: DateTime @1695985580 {#6681 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6682 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6684 …} -Children: Doctrine\ORM\PersistentCollection {#6687 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6690 -id: 370 -name: "ギルティクラウン" -hierarchy: 4 -sort_no: 292 -create_date: DateTime @1695985580 {#6688 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6689 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6691 …} -Children: Doctrine\ORM\PersistentCollection {#6694 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6697 -id: 371 -name: "キルラキル" -hierarchy: 4 -sort_no: 291 -create_date: DateTime @1695985580 {#6695 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6696 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6698 …} -Children: Doctrine\ORM\PersistentCollection {#6701 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6704 -id: 372 -name: "グリザイアの果実" -hierarchy: 4 -sort_no: 290 -create_date: DateTime @1695985580 {#6702 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6703 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6705 …} -Children: Doctrine\ORM\PersistentCollection {#6708 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6711 -id: 373 -name: "クレヨンしんちゃん" -hierarchy: 4 -sort_no: 289 -create_date: DateTime @1695985580 {#6709 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6710 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6712 …} -Children: Doctrine\ORM\PersistentCollection {#6715 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6718 -id: 374 -name: "劇場版マクロスF" -hierarchy: 4 -sort_no: 288 -create_date: DateTime @1695985580 {#6716 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6717 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6719 …} -Children: Doctrine\ORM\PersistentCollection {#6722 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6725 -id: 375 -name: "アニメーション映画『GODZILLA』" -hierarchy: 4 -sort_no: 287 -create_date: DateTime @1695985580 {#6723 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6724 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6726 …} -Children: Doctrine\ORM\PersistentCollection {#6729 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6732 -id: 376 -name: "ゴブリンスレイヤー" -hierarchy: 4 -sort_no: 286 -create_date: DateTime @1695985580 {#6730 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6731 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6733 …} -Children: Doctrine\ORM\PersistentCollection {#6736 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6739 -id: 377 -name: "PSYCHO-PASS サイコパス" -hierarchy: 4 -sort_no: 285 -create_date: DateTime @1695985580 {#6737 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6738 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6740 …} -Children: Doctrine\ORM\PersistentCollection {#6743 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6746 -id: 378 -name: "THE KING OF FIGHTERS" -hierarchy: 4 -sort_no: 284 -create_date: DateTime @1695985580 {#6744 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6745 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6747 …} -Children: Doctrine\ORM\PersistentCollection {#6750 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6753 -id: 379 -name: "シャイニングシリーズ" -hierarchy: 4 -sort_no: 283 -create_date: DateTime @1695985580 {#6751 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6752 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6754 …} -Children: Doctrine\ORM\PersistentCollection {#6757 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6760 -id: 380 -name: "STEINS;GATE" -hierarchy: 4 -sort_no: 282 -create_date: DateTime @1695985580 {#6758 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6759 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6761 …} -Children: Doctrine\ORM\PersistentCollection {#6764 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6767 -id: 381 -name: "STEINS;GATE[ブースター]" -hierarchy: 4 -sort_no: 281 -create_date: DateTime @1695985580 {#6765 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6766 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6768 …} -Children: Doctrine\ORM\PersistentCollection {#6771 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6774 -id: 382 -name: "STEINS;GATE[TD+]" -hierarchy: 4 -sort_no: 280 -create_date: DateTime @1695985580 {#6772 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6773 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6775 …} -Children: Doctrine\ORM\PersistentCollection {#6778 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6781 -id: 383 -name: "少女☆歌劇 レヴュースタァライト" -hierarchy: 4 -sort_no: 279 -create_date: DateTime @1695985580 {#6779 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6780 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6782 …} -Children: Doctrine\ORM\PersistentCollection {#6785 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6788 -id: 384 -name: "ジョジョの奇妙な冒険" -hierarchy: 4 -sort_no: 278 -create_date: DateTime @1695985580 {#6786 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6787 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6789 …} -Children: Doctrine\ORM\PersistentCollection {#6792 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6795 -id: 385 -name: "進撃の巨人" -hierarchy: 4 -sort_no: 277 -create_date: DateTime @1695985580 {#6793 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6794 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6796 …} -Children: Doctrine\ORM\PersistentCollection {#6799 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6802 -id: 386 -name: "新サクラ大戦" -hierarchy: 4 -sort_no: 276 -create_date: DateTime @1695985580 {#6800 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6801 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6803 …} -Children: Doctrine\ORM\PersistentCollection {#6806 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6809 -id: 387 -name: "翠星のガルガンティア" -hierarchy: 4 -sort_no: 275 -create_date: DateTime @1695985580 {#6807 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6808 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6810 …} -Children: Doctrine\ORM\PersistentCollection {#6813 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6816 -id: 388 -name: "スクールガールストライカーズ" -hierarchy: 4 -sort_no: 274 -create_date: DateTime @1695985580 {#6814 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6815 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6817 …} -Children: Doctrine\ORM\PersistentCollection {#6820 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6823 -id: 389 -name: "STAR WARS" -hierarchy: 4 -sort_no: 273 -create_date: DateTime @1695985580 {#6821 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6822 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6824 …} -Children: Doctrine\ORM\PersistentCollection {#6827 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6830 -id: 390 -name: "戦国BASARA" -hierarchy: 4 -sort_no: 272 -create_date: DateTime @1695985580 {#6828 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6829 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6831 …} -Children: Doctrine\ORM\PersistentCollection {#6834 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6837 -id: 391 -name: "ソードアート・オンライン" -hierarchy: 4 -sort_no: 271 -create_date: DateTime @1695985580 {#6835 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6836 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6838 …} -Children: Doctrine\ORM\PersistentCollection {#6841 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6844 -id: 392 -name: "ソードアート・オンライン オルタナティブ ガンゲイル・オンライン" -hierarchy: 4 -sort_no: 270 -create_date: DateTime @1695985580 {#6842 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6843 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6845 …} -Children: Doctrine\ORM\PersistentCollection {#6848 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6851 -id: 393 -name: "ダーリン・イン・ザ・フランキス" -hierarchy: 4 -sort_no: 269 -create_date: DateTime @1695985580 {#6849 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6850 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6852 …} -Children: Doctrine\ORM\PersistentCollection {#6855 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6858 -id: 394 -name: "ダンジョンに出会いを求めるのは間違っているだろうか" -hierarchy: 4 -sort_no: 268 -create_date: DateTime @1695985580 {#6856 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6857 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6859 …} -Children: Doctrine\ORM\PersistentCollection {#6862 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6865 -id: 395 -name: "探偵オペラ ミルキィホームズ" -hierarchy: 4 -sort_no: 267 -create_date: DateTime @1695985580 {#6863 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6864 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6866 …} -Children: Doctrine\ORM\PersistentCollection {#6869 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6872 -id: 396 -name: "チェインクロニクル ~ヘクセイタスの閃~" -hierarchy: 4 -sort_no: 266 -create_date: DateTime @1695985580 {#6870 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6871 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6873 …} -Children: Doctrine\ORM\PersistentCollection {#6876 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6879 -id: 397 -name: "チェンソーマン" -hierarchy: 4 -sort_no: 265 -create_date: DateTime @1695985580 {#6877 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6878 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6880 …} -Children: Doctrine\ORM\PersistentCollection {#6883 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6886 -id: 398 -name: "TVアニメ「デビルサバイバー2」" -hierarchy: 4 -sort_no: 264 -create_date: DateTime @1695985580 {#6884 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6885 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6887 …} -Children: Doctrine\ORM\PersistentCollection {#6890 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6893 -id: 399 -name: "テラフォーマーズ" -hierarchy: 4 -sort_no: 263 -create_date: DateTime @1695985580 {#6891 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6892 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6894 …} -Children: Doctrine\ORM\PersistentCollection {#6897 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6900 -id: 400 -name: "天元突破グレンラガン" -hierarchy: 4 -sort_no: 262 -create_date: DateTime @1695985580 {#6898 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6899 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6901 …} -Children: Doctrine\ORM\PersistentCollection {#6904 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6907 -id: 401 -name: "転生したらスライムだった件" -hierarchy: 4 -sort_no: 261 -create_date: DateTime @1695985580 {#6905 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6906 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6908 …} -Children: Doctrine\ORM\PersistentCollection {#6911 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6914 -id: 402 -name: "D_CIDE TRAUMEREI" -hierarchy: 4 -sort_no: 260 -create_date: DateTime @1695985580 {#6912 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6913 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6915 …} -Children: Doctrine\ORM\PersistentCollection {#6918 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6921 -id: 403 -name: "Disney100" -hierarchy: 4 -sort_no: 259 -create_date: DateTime @1695985580 {#6919 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6920 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6922 …} -Children: Doctrine\ORM\PersistentCollection {#6925 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6928 -id: 404 -name: "東京リベンジャーズ" -hierarchy: 4 -sort_no: 258 -create_date: DateTime @1695985580 {#6926 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6927 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6929 …} -Children: Doctrine\ORM\PersistentCollection {#6932 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6935 -id: 405 -name: "ノーゲーム・ノーライフ" -hierarchy: 4 -sort_no: 257 -create_date: DateTime @1695985580 {#6933 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6934 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6936 …} -Children: Doctrine\ORM\PersistentCollection {#6939 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6942 -id: 406 -name: "パズル&ドラゴンズ" -hierarchy: 4 -sort_no: 256 -create_date: DateTime @1695985580 {#6940 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6941 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6943 …} -Children: Doctrine\ORM\PersistentCollection {#6946 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6949 -id: 407 -name: "初音ミク -Project DIVA-" -hierarchy: 4 -sort_no: 255 -create_date: DateTime @1695985580 {#6947 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6948 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6950 …} -Children: Doctrine\ORM\PersistentCollection {#6953 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6956 -id: 408 -name: "PIXAR" -hierarchy: 4 -sort_no: 254 -create_date: DateTime @1695985580 {#6954 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6955 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6957 …} -Children: Doctrine\ORM\PersistentCollection {#6960 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6963 -id: 409 -name: "FAIRY TAIL" -hierarchy: 4 -sort_no: 253 -create_date: DateTime @1695985580 {#6961 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6962 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6964 …} -Children: Doctrine\ORM\PersistentCollection {#6967 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6970 -id: 410 -name: "Fate" -hierarchy: 4 -sort_no: 252 -create_date: DateTime @1695985580 {#6968 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6969 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6971 …} -Children: Doctrine\ORM\PersistentCollection {#6974 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6977 -id: 411 -name: "Fate/Apocrypha" -hierarchy: 4 -sort_no: 251 -create_date: DateTime @1695985580 {#6975 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6976 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6978 …} -Children: Doctrine\ORM\PersistentCollection {#6981 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6984 -id: 412 -name: "Fate/Grand Order(アニメ)" -hierarchy: 4 -sort_no: 250 -create_date: DateTime @1695985580 {#6982 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6983 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6985 …} -Children: Doctrine\ORM\PersistentCollection {#6988 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6991 -id: 413 -name: "ぷよぷよ" -hierarchy: 4 -sort_no: 249 -create_date: DateTime @1695985580 {#6989 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6990 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6992 …} -Children: Doctrine\ORM\PersistentCollection {#6995 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6998 -id: 414 -name: "ブラック★ロックシューター" -hierarchy: 4 -sort_no: 248 -create_date: DateTime @1695985580 {#6996 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6997 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6999 …} -Children: Doctrine\ORM\PersistentCollection {#7002 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7005 -id: 415 -name: "プリズマ☆イリヤ" -hierarchy: 4 -sort_no: 247 -create_date: DateTime @1695985580 {#7003 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7004 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7006 …} -Children: Doctrine\ORM\PersistentCollection {#7009 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7012 -id: 416 -name: "プロジェクトセカイ カラフルステージ! feat. 初音ミク" -hierarchy: 4 -sort_no: 246 -create_date: DateTime @1695985580 {#7010 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7011 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7013 …} -Children: Doctrine\ORM\PersistentCollection {#7016 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7019 -id: 417 -name: "ペルソナ" -hierarchy: 4 -sort_no: 245 -create_date: DateTime @1695985580 {#7017 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7018 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7020 …} -Children: Doctrine\ORM\PersistentCollection {#7023 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7026 -id: 418 -name: "Marvel" -hierarchy: 4 -sort_no: 244 -create_date: DateTime @1695985580 {#7024 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7025 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7027 …} -Children: Doctrine\ORM\PersistentCollection {#7030 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7033 -id: 419 -name: "魔界戦記ディスガイア" -hierarchy: 4 -sort_no: 243 -create_date: DateTime @1695985580 {#7031 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7032 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7034 …} -Children: Doctrine\ORM\PersistentCollection {#7037 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7040 -id: 420 -name: "無職転生 ~異世界行ったら本気だす~" -hierarchy: 4 -sort_no: 242 -create_date: DateTime @1695985580 {#7038 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7039 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7041 …} -Children: Doctrine\ORM\PersistentCollection {#7044 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7047 -id: 421 -name: "MELTY BLOOD/空の境界" -hierarchy: 4 -sort_no: 241 -create_date: DateTime @1695985580 {#7045 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7046 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7048 …} -Children: Doctrine\ORM\PersistentCollection {#7051 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7054 -id: 422 -name: "〈物語〉シリーズ" -hierarchy: 4 -sort_no: 240 -create_date: DateTime @1695985580 {#7052 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7053 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7055 …} -Children: Doctrine\ORM\PersistentCollection {#7058 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7061 -id: 423 -name: "Re:ゼロから始める異世界生活" -hierarchy: 4 -sort_no: 239 -create_date: DateTime @1695985580 {#7059 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7060 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7062 …} -Children: Doctrine\ORM\PersistentCollection {#7065 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7068 -id: 424 -name: "ログ・ホライズン" -hierarchy: 4 -sort_no: 238 -create_date: DateTime @1695985580 {#7066 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7067 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7069 …} -Children: Doctrine\ORM\PersistentCollection {#7072 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7075 -id: 425 -name: "ロストディケイド" -hierarchy: 4 -sort_no: 237 -create_date: DateTime @1695985580 {#7073 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7074 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7076 …} -Children: Doctrine\ORM\PersistentCollection {#7079 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7082 -id: 426 -name: "ワールドトリガー" -hierarchy: 4 -sort_no: 236 -create_date: DateTime @1695985580 {#7080 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7081 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7083 …} -Children: Doctrine\ORM\PersistentCollection {#7086 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7089 -id: 427 -name: "プロモカード(シュヴァルツサイド)" -hierarchy: 4 -sort_no: 235 -create_date: DateTime @1695985580 {#7087 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7088 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7090 …} -Children: Doctrine\ORM\PersistentCollection {#7093 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7096 -id: 220 -name: "ヴァイスサイド" -hierarchy: 3 -sort_no: 234 -create_date: DateTime @1695979641 {#6560 date: 2023-09-29 18:27:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695979641 {#6561 date: 2023-09-29 18:27:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7097 …} -Children: Doctrine\ORM\PersistentCollection {#7100 …} -Parent: Eccube\Entity\Category {#6459} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7101 -id: 294 -name: "アイドルマスター シンデレラガールズ" -hierarchy: 4 -sort_no: 233 -create_date: DateTime @1695985527 {#7094 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7095 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7102 …} -Children: Doctrine\ORM\PersistentCollection {#7105 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7110 -id: 295 -name: "Angel Beats!/クドわふたー" -hierarchy: 4 -sort_no: 232 -create_date: DateTime @1695985527 {#7108 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7109 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7111 …} -Children: Doctrine\ORM\PersistentCollection {#7114 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7117 -id: 296 -name: "カードキャプターさくら" -hierarchy: 4 -sort_no: 231 -create_date: DateTime @1695985527 {#7115 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7116 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7118 …} -Children: Doctrine\ORM\PersistentCollection {#7121 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7124 -id: 297 -name: "ガールフレンド(仮)" -hierarchy: 4 -sort_no: 230 -create_date: DateTime @1695985527 {#7122 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7123 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7125 …} -Children: Doctrine\ORM\PersistentCollection {#7128 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7131 -id: 298 -name: "角川スニーカー文庫" -hierarchy: 4 -sort_no: 229 -create_date: DateTime @1695985527 {#7129 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7130 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7132 …} -Children: Doctrine\ORM\PersistentCollection {#7135 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7138 -id: 299 -name: "彼女、お借りします" -hierarchy: 4 -sort_no: 228 -create_date: DateTime @1695985527 {#7136 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7137 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7139 …} -Children: Doctrine\ORM\PersistentCollection {#7142 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7145 -id: 300 -name: "神様になった日" -hierarchy: 4 -sort_no: 227 -create_date: DateTime @1695985527 {#7143 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7144 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7146 …} -Children: Doctrine\ORM\PersistentCollection {#7149 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7152 -id: 301 -name: "カードゲームしよ子" -hierarchy: 4 -sort_no: 226 -create_date: DateTime @1695985527 {#7150 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7151 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7153 …} -Children: Doctrine\ORM\PersistentCollection {#7156 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7159 -id: 302 -name: "Key" -hierarchy: 4 -sort_no: 225 -create_date: DateTime @1695985527 {#7157 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7158 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7160 …} -Children: Doctrine\ORM\PersistentCollection {#7163 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7166 -id: 303 -name: "CLANNAD" -hierarchy: 4 -sort_no: 224 -create_date: DateTime @1695985527 {#7164 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7165 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7167 …} -Children: Doctrine\ORM\PersistentCollection {#7170 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7173 -id: 304 -name: "けものフレンズ" -hierarchy: 4 -sort_no: 223 -create_date: DateTime @1695985527 {#7171 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7172 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7174 …} -Children: Doctrine\ORM\PersistentCollection {#7177 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7180 -id: 305 -name: "幻影ヲ駆ケル太陽" -hierarchy: 4 -sort_no: 222 -create_date: DateTime @1695985527 {#7178 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7179 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7181 …} -Children: Doctrine\ORM\PersistentCollection {#7184 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7187 -id: 306 -name: "ご注文はうさぎですか??" -hierarchy: 4 -sort_no: 221 -create_date: DateTime @1695985527 {#7185 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7186 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7188 …} -Children: Doctrine\ORM\PersistentCollection {#7191 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7194 -id: 307 -name: "五等分の花嫁" -hierarchy: 4 -sort_no: 220 -create_date: DateTime @1695985527 {#7192 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7193 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7195 …} -Children: Doctrine\ORM\PersistentCollection {#7198 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7201 -id: 308 -name: "この素晴らしい世界に祝福を!" -hierarchy: 4 -sort_no: 219 -create_date: DateTime @1695985527 {#7199 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7200 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7202 …} -Children: Doctrine\ORM\PersistentCollection {#7205 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7208 -id: 309 -name: "小林さんちのメイドラゴン" -hierarchy: 4 -sort_no: 218 -create_date: DateTime @1695985527 {#7206 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7207 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7209 …} -Children: Doctrine\ORM\PersistentCollection {#7212 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7215 -id: 310 -name: "冴えない彼女の育てかた" -hierarchy: 4 -sort_no: 217 -create_date: DateTime @1695985527 {#7213 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7214 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7216 …} -Children: Doctrine\ORM\PersistentCollection {#7219 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7222 -id: 311 -name: "Summer Pockets" -hierarchy: 4 -sort_no: 216 -create_date: DateTime @1695985527 {#7220 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7221 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7223 …} -Children: Doctrine\ORM\PersistentCollection {#7226 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7229 -id: 312 -name: "Charlotte" -hierarchy: 4 -sort_no: 215 -create_date: DateTime @1695985527 {#7227 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7228 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7230 …} -Children: Doctrine\ORM\PersistentCollection {#7233 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7236 -id: 313 -name: "灼眼のシャナ" -hierarchy: 4 -sort_no: 214 -create_date: DateTime @1695985527 {#7234 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7235 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7237 …} -Children: Doctrine\ORM\PersistentCollection {#7240 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7243 -id: 314 -name: "涼宮ハルヒの憂鬱" -hierarchy: 4 -sort_no: 213 -create_date: DateTime @1695985527 {#7241 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7242 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7244 …} -Children: Doctrine\ORM\PersistentCollection {#7247 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7250 -id: 315 -name: "青春ブタ野郎シリーズ" -hierarchy: 4 -sort_no: 212 -create_date: DateTime @1695985527 {#7248 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7249 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7251 …} -Children: Doctrine\ORM\PersistentCollection {#7254 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7257 -id: 316 -name: "ゼロの使い魔" -hierarchy: 4 -sort_no: 211 -create_date: DateTime @1695985527 {#7255 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7256 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7258 …} -Children: Doctrine\ORM\PersistentCollection {#7261 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7264 -id: 317 -name: "戦姫絶唱シンフォギア" -hierarchy: 4 -sort_no: 210 -create_date: DateTime @1695985527 {#7262 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7263 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7265 …} -Children: Doctrine\ORM\PersistentCollection {#7268 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7271 -id: 318 -name: "宇宙をかける少女/舞-HiME&舞-乙HiME" -hierarchy: 4 -sort_no: 209 -create_date: DateTime @1695985527 {#7269 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7270 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7272 …} -Children: Doctrine\ORM\PersistentCollection {#7275 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7278 -id: 319 -name: "ゾンビランドサガ リベンジ" -hierarchy: 4 -sort_no: 208 -create_date: DateTime @1695985527 {#7276 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7277 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7279 …} -Children: Doctrine\ORM\PersistentCollection {#7282 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7285 -id: 320 -name: "ダ・カーポ&Dal Segno" -hierarchy: 4 -sort_no: 207 -create_date: DateTime @1695985527 {#7283 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7284 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7286 …} -Children: Doctrine\ORM\PersistentCollection {#7289 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7292 -id: 321 -name: "D4DJ" -hierarchy: 4 -sort_no: 206 -create_date: DateTime @1695985527 {#7290 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7291 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7293 …} -Children: Doctrine\ORM\PersistentCollection {#7296 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7299 -id: 322 -name: "デート・ア・ライブ" -hierarchy: 4 -sort_no: 205 -create_date: DateTime @1695985527 {#7297 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7298 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7300 …} -Children: Doctrine\ORM\PersistentCollection {#7303 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7306 -id: 323 -name: "とある魔術の禁書目録/とある科学の超電磁砲" -hierarchy: 4 -sort_no: 204 -create_date: DateTime @1695985527 {#7304 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7305 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7307 …} -Children: Doctrine\ORM\PersistentCollection {#7310 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7313 -id: 324 -name: "DOG DAYS" -hierarchy: 4 -sort_no: 203 -create_date: DateTime @1695985527 {#7311 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7312 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7314 …} -Children: Doctrine\ORM\PersistentCollection {#7317 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7320 -id: 325 -name: "To LOVEる" -hierarchy: 4 -sort_no: 202 -create_date: DateTime @1695985527 {#7318 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7319 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7321 …} -Children: Doctrine\ORM\PersistentCollection {#7324 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7327 -id: 326 -name: "ニセコイ" -hierarchy: 4 -sort_no: 201 -create_date: DateTime @1695985527 {#7325 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7326 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7328 …} -Children: Doctrine\ORM\PersistentCollection {#7331 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7334 -id: 327 -name: "日常" -hierarchy: 4 -sort_no: 200 -create_date: DateTime @1695985527 {#7332 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7333 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7335 …} -Children: Doctrine\ORM\PersistentCollection {#7338 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7341 -id: 328 -name: "BanG Dream!" -hierarchy: 4 -sort_no: 199 -create_date: DateTime @1695985527 {#7339 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7340 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7342 …} -Children: Doctrine\ORM\PersistentCollection {#7345 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7348 -id: 329 -name: "ビジュアルアーツ" -hierarchy: 4 -sort_no: 198 -create_date: DateTime @1695985527 {#7346 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7347 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7349 …} -Children: Doctrine\ORM\PersistentCollection {#7352 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7355 -id: 330 -name: "ひなろじ ~from Luck & Logic~" -hierarchy: 4 -sort_no: 197 -create_date: DateTime @1695985527 {#7353 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7354 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7356 …} -Children: Doctrine\ORM\PersistentCollection {#7359 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7362 -id: 331 -name: "ViVid Strike!" -hierarchy: 4 -sort_no: 196 -create_date: DateTime @1695985527 {#7360 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7361 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7363 …} -Children: Doctrine\ORM\PersistentCollection {#7366 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7369 -id: 332 -name: "ビビッドレッド・オペレーション" -hierarchy: 4 -sort_no: 195 -create_date: DateTime @1695985527 {#7367 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7368 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7370 …} -Children: Doctrine\ORM\PersistentCollection {#7373 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7376 -id: 333 -name: "Phantom -Requiem for the Phantom-" -hierarchy: 4 -sort_no: 194 -create_date: DateTime @1695985527 {#7374 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7375 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7377 …} -Children: Doctrine\ORM\PersistentCollection {#7380 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7383 -id: 334 -name: "富士見ファンタジア文庫" -hierarchy: 4 -sort_no: 193 -create_date: DateTime @1695985527 {#7381 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7382 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7384 …} -Children: Doctrine\ORM\PersistentCollection {#7387 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7390 -id: 335 -name: "アニメ プリンセスコネクト!Re:Dive" -hierarchy: 4 -sort_no: 192 -create_date: DateTime @1695985527 {#7388 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7389 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7391 …} -Children: Doctrine\ORM\PersistentCollection {#7394 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7397 -id: 336 -name: "ヘブンバーンズレッド" -hierarchy: 4 -sort_no: 191 -create_date: DateTime @1695985527 {#7395 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7396 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7398 …} -Children: Doctrine\ORM\PersistentCollection {#7401 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7404 -id: 337 -name: "ホロライブプロダクション" -hierarchy: 4 -sort_no: 190 -create_date: DateTime @1695985527 {#7402 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7403 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7405 …} -Children: Doctrine\ORM\PersistentCollection {#7408 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7411 -id: 338 -name: "魔法少女まどか☆マギカ" -hierarchy: 4 -sort_no: 189 -create_date: DateTime @1695985527 {#7409 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7410 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7412 …} -Children: Doctrine\ORM\PersistentCollection {#7415 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7418 -id: 339 -name: "魔法少女リリカルなのは" -hierarchy: 4 -sort_no: 188 -create_date: DateTime @1695985527 {#7416 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7417 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7419 …} -Children: Doctrine\ORM\PersistentCollection {#7422 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7425 -id: 340 -name: "ゆらぎ荘の幽奈さん" -hierarchy: 4 -sort_no: 187 -create_date: DateTime @1695985527 {#7423 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7424 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7426 …} -Children: Doctrine\ORM\PersistentCollection {#7429 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7432 -id: 341 -name: "らき☆すた" -hierarchy: 4 -sort_no: 186 -create_date: DateTime @1695985527 {#7430 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7431 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7433 …} -Children: Doctrine\ORM\PersistentCollection {#7436 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7439 -id: 342 -name: "ラブライブ!" -hierarchy: 4 -sort_no: 185 -create_date: DateTime @1695985527 {#7437 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7438 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7440 …} -Children: Doctrine\ORM\PersistentCollection {#7443 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7446 -id: 343 -name: "ラブライブ!サンシャイン!!" -hierarchy: 4 -sort_no: 184 -create_date: DateTime @1695985527 {#7444 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7445 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7447 …} -Children: Doctrine\ORM\PersistentCollection {#7450 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7453 -id: 344 -name: "ラブライブ!虹ヶ咲学園スクールアイドル同好会" -hierarchy: 4 -sort_no: 183 -create_date: DateTime @1695985527 {#7451 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7452 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7454 …} -Children: Doctrine\ORM\PersistentCollection {#7457 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7460 -id: 345 -name: "ラブライブ!スーパースター!!" -hierarchy: 4 -sort_no: 182 -create_date: DateTime @1695985527 {#7458 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7459 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7461 …} -Children: Doctrine\ORM\PersistentCollection {#7464 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7467 -id: 346 -name: "リコリス・リコイル" -hierarchy: 4 -sort_no: 181 -create_date: DateTime @1695985527 {#7465 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7466 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7468 …} -Children: Doctrine\ORM\PersistentCollection {#7471 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7474 -id: 347 -name: "リトルバスターズ!" -hierarchy: 4 -sort_no: 180 -create_date: DateTime @1695985527 {#7472 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7473 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7475 …} -Children: Doctrine\ORM\PersistentCollection {#7478 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7481 -id: 348 -name: "Rewrite" -hierarchy: 4 -sort_no: 179 -create_date: DateTime @1695985527 {#7479 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7480 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7482 …} -Children: Doctrine\ORM\PersistentCollection {#7485 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7488 -id: 349 -name: "ロボティクス・ノーツ" -hierarchy: 4 -sort_no: 178 -create_date: DateTime @1695985527 {#7486 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7487 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7489 …} -Children: Doctrine\ORM\PersistentCollection {#7492 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7495 -id: 350 -name: "プロモカード(ヴァイスサイド)" -hierarchy: 4 -sort_no: 177 -create_date: DateTime @1695985527 {#7493 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7494 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7496 …} -Children: Doctrine\ORM\PersistentCollection {#7499 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6474 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 363 -create_date: DateTime @1488881692 {#6392 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#6393 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6475 …} -Children: Doctrine\ORM\PersistentCollection {#7500 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7503 -id: 429 -name: "おすすめ商品" -hierarchy: 1 -sort_no: 362 -create_date: DateTime @1696270531 {#7501 date: 2023-10-03 03:15:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7502 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7504 …} -Children: Doctrine\ORM\PersistentCollection {#7507 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7510 -id: 707 -name: "新品ボックス" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1740791876 {#7508 date: 2025-03-01 10:17:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7509 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7511 …} -Children: Doctrine\ORM\PersistentCollection {#7514 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7517 -id: 708 -name: "予約ボックス" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1740791889 {#7515 date: 2025-03-01 10:18:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7516 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7518 …} -Children: Doctrine\ORM\PersistentCollection {#7521 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } ] |
[ Eccube\Entity\Category {#4706 -id: 428 -name: "販売" -hierarchy: 1 -sort_no: 371 -create_date: DateTime @1696149302 {#4707 date: 2023-10-01 17:35:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#4705 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4728 …} -Children: Doctrine\ORM\PersistentCollection {#4981 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4980 -id: 8 -name: "ヴァイスシュヴァルツ" -hierarchy: 1 -sort_no: 370 -create_date: DateTime @1694688722 {#4703 date: 2023-09-14 19:52:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240460 {#4701 date: 2025-03-06 14:54:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4979 …} -Children: Doctrine\ORM\PersistentCollection {#4976 …} -Parent: Eccube\Entity\Category {#4706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: "0213195436_65cb4a6cd7c54.png" } Eccube\Entity\Category {#4975 -id: 709 -name: "レアリティ" -hierarchy: 2 -sort_no: 369 -create_date: DateTime @1740985361 {#4699 date: 2025-03-03 16:02:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4697 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4974 …} -Children: Doctrine\ORM\PersistentCollection {#4971 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4970 -id: 710 -name: "SSP" -hierarchy: 3 -sort_no: 360 -create_date: DateTime @1740985567 {#4673 date: 2025-03-03 16:06:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4709 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4969 …} -Children: Doctrine\ORM\PersistentCollection {#4966 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4957 -id: 711 -name: "SP" -hierarchy: 3 -sort_no: 359 -create_date: DateTime @1740985570 {#4959 date: 2025-03-03 16:06:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4958 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4956 …} -Children: Doctrine\ORM\PersistentCollection {#4953 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4690 -id: 712 -name: "RRR" -hierarchy: 3 -sort_no: 358 -create_date: DateTime @1740985575 {#4952 date: 2025-03-03 16:06:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4951 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4698 …} -Children: Doctrine\ORM\PersistentCollection {#4692 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4943 -id: 723 -name: "SR" -hierarchy: 3 -sort_no: 357 -create_date: DateTime @1740991069 {#4920 date: 2025-03-03 17:37:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4940 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4942 …} -Children: Doctrine\ORM\PersistentCollection {#4946 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4949 -id: 724 -name: "RR" -hierarchy: 3 -sort_no: 356 -create_date: DateTime @1740991094 {#4947 date: 2025-03-03 17:38:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4948 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4950 …} -Children: Doctrine\ORM\PersistentCollection {#4985 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4989 -id: 725 -name: "R" -hierarchy: 3 -sort_no: 355 -create_date: DateTime @1740991113 {#4987 date: 2025-03-03 17:38:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4988 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4990 …} -Children: Doctrine\ORM\PersistentCollection {#4993 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4996 -id: 726 -name: "UC" -hierarchy: 3 -sort_no: 354 -create_date: DateTime @1740991124 {#4994 date: 2025-03-03 17:38:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4995 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4997 …} -Children: Doctrine\ORM\PersistentCollection {#5000 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5003 -id: 727 -name: "C" -hierarchy: 3 -sort_no: 353 -create_date: DateTime @1740991135 {#5001 date: 2025-03-03 17:38:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#5002 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5004 …} -Children: Doctrine\ORM\PersistentCollection {#5007 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5010 -id: 728 -name: "PR" -hierarchy: 3 -sort_no: 352 -create_date: DateTime @1740991257 {#5008 date: 2025-03-03 17:40:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#5009 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5011 …} -Children: Doctrine\ORM\PersistentCollection {#5014 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5017 -id: 729 -name: "TD" -hierarchy: 3 -sort_no: 351 -create_date: DateTime @1740991273 {#5015 date: 2025-03-03 17:41:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#5016 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5018 …} -Children: Doctrine\ORM\PersistentCollection {#5021 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5024 -id: 730 -name: "ホロ" -hierarchy: 3 -sort_no: 350 -create_date: DateTime @1740991284 {#5022 date: 2025-03-03 17:41:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#5023 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5025 …} -Children: Doctrine\ORM\PersistentCollection {#5028 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5029 -id: 652 -name: "新商品" -hierarchy: 2 -sort_no: 361 -create_date: DateTime @1712564635 {#4961 date: 2024-04-08 17:23:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4960 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5030 …} -Children: Doctrine\ORM\PersistentCollection {#5033 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5036 -id: 746 -name: "ダメージ商品 ヴァイスシュバルツ" -hierarchy: 2 -sort_no: 349 -create_date: DateTime @1741240562 {#5034 date: 2025-03-06 14:56:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240876 {#5035 date: 2025-03-06 15:01:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5037 …} -Children: Doctrine\ORM\PersistentCollection {#5040 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5043 -id: 644 -name: "ヴァイスシュヴァルツおすすめ" -hierarchy: 2 -sort_no: 348 -create_date: DateTime @1706627789 {#5041 date: 2024-01-31 00:16:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#5042 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5044 …} -Children: Doctrine\ORM\PersistentCollection {#5047 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5054 -id: 10 -name: "ヴァイスサイド" -hierarchy: 2 -sort_no: 347 -create_date: DateTime @1694688753 {#5048 date: 2023-09-14 19:52:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#5049 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5055 …} -Children: Doctrine\ORM\PersistentCollection {#5058 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5059 -id: 672 -name: "アイドルマスターシャイニーカラーズ" -hierarchy: 3 -sort_no: 346 -create_date: DateTime @1718270442 {#5050 date: 2024-06-13 18:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5051 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5060 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5064 -id: 696 -name: "アイドルマスター シャイニーカラーズ Shine More!" -hierarchy: 4 -sort_no: 345 -create_date: DateTime @1725172066 {#5052 date: 2024-09-01 15:27:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725172066 {#5053 date: 2024-09-01 15:27:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5065 …} -Children: Doctrine\ORM\PersistentCollection {#5067 …} -Parent: Eccube\Entity\Category {#5059} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5073 -id: 694 -name: "アリス・ギア・アイギス Expansion" -hierarchy: 3 -sort_no: 344 -create_date: DateTime @1724575700 {#5071 date: 2024-08-25 17:48:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5072 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5074 …} -Children: Doctrine\ORM\PersistentCollection {#5077 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5080 -id: 160 -name: "アイドルマスター シンデレラガールズ" -hierarchy: 3 -sort_no: 339 -create_date: DateTime @1694688954 {#5078 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5079 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5081 …} -Children: Doctrine\ORM\PersistentCollection {#5084 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5087 -id: 161 -name: "Angel Beats!/クドわふたー" -hierarchy: 3 -sort_no: 147 -create_date: DateTime @1694688954 {#5085 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5086 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5088 …} -Children: Doctrine\ORM\PersistentCollection {#5091 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5094 -id: 162 -name: "カードキャプターさくら" -hierarchy: 3 -sort_no: 146 -create_date: DateTime @1694688954 {#5092 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5093 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5095 …} -Children: Doctrine\ORM\PersistentCollection {#5098 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5101 -id: 651 -name: "ホロライブプロダクション Summer Collection" -hierarchy: 3 -sort_no: 145 -create_date: DateTime @1712560058 {#5099 date: 2024-04-08 16:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5100 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5102 …} -Children: Doctrine\ORM\PersistentCollection {#5105 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5108 -id: 163 -name: "ガールフレンド(仮)" -hierarchy: 3 -sort_no: 144 -create_date: DateTime @1694688954 {#5106 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5107 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5109 …} -Children: Doctrine\ORM\PersistentCollection {#5112 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5115 -id: 164 -name: "角川スニーカー文庫" -hierarchy: 3 -sort_no: 143 -create_date: DateTime @1694688954 {#5113 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5114 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5116 …} -Children: Doctrine\ORM\PersistentCollection {#5119 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5122 -id: 165 -name: "彼女、お借りします" -hierarchy: 3 -sort_no: 142 -create_date: DateTime @1694688954 {#5120 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5121 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5123 …} -Children: Doctrine\ORM\PersistentCollection {#5126 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5129 -id: 166 -name: "神様になった日" -hierarchy: 3 -sort_no: 141 -create_date: DateTime @1694688954 {#5127 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5128 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5130 …} -Children: Doctrine\ORM\PersistentCollection {#5133 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5136 -id: 167 -name: "カードゲームしよ子" -hierarchy: 3 -sort_no: 140 -create_date: DateTime @1694688954 {#5134 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5135 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5137 …} -Children: Doctrine\ORM\PersistentCollection {#5140 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5143 -id: 168 -name: "Key" -hierarchy: 3 -sort_no: 139 -create_date: DateTime @1694688954 {#5141 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5142 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5144 …} -Children: Doctrine\ORM\PersistentCollection {#5147 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5150 -id: 169 -name: "CLANNAD" -hierarchy: 3 -sort_no: 138 -create_date: DateTime @1694688954 {#5148 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5149 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5151 …} -Children: Doctrine\ORM\PersistentCollection {#5154 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5157 -id: 170 -name: "けものフレンズ" -hierarchy: 3 -sort_no: 137 -create_date: DateTime @1694688954 {#5155 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5156 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5158 …} -Children: Doctrine\ORM\PersistentCollection {#5161 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5164 -id: 171 -name: "幻影ヲ駆ケル太陽" -hierarchy: 3 -sort_no: 136 -create_date: DateTime @1694688954 {#5162 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5163 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5165 …} -Children: Doctrine\ORM\PersistentCollection {#5168 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5173 -id: 172 -name: "ご注文はうさぎですか??" -hierarchy: 3 -sort_no: 135 -create_date: DateTime @1694688954 {#5169 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5170 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5174 …} -Children: Doctrine\ORM\PersistentCollection {#5177 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5178 -id: 702 -name: "プレミアムブースター TVアニメ「ご注文はうさぎですか?」10th Anniversary" -hierarchy: 4 -sort_no: 134 -create_date: DateTime @1732780421 {#5171 date: 2024-11-28 16:53:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732780421 {#5172 date: 2024-11-28 16:53:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5179 …} -Children: Doctrine\ORM\PersistentCollection {#5181 …} -Parent: Eccube\Entity\Category {#5173} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5187 -id: 173 -name: "五等分の花嫁" -hierarchy: 3 -sort_no: 133 -create_date: DateTime @1694688954 {#5183 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5184 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5188 …} -Children: Doctrine\ORM\PersistentCollection {#5191 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5192 -id: 691 -name: "五等分の花嫁∬" -hierarchy: 4 -sort_no: 132 -create_date: DateTime @1724394211 {#5185 date: 2024-08-23 15:23:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#5186 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5193 …} -Children: Doctrine\ORM\PersistentCollection {#5195 …} -Parent: Eccube\Entity\Category {#5187} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5201 -id: 692 -name: "映画 五等分の花嫁" -hierarchy: 4 -sort_no: 131 -create_date: DateTime @1724394307 {#5199 date: 2024-08-23 15:25:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#5200 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5202 …} -Children: Doctrine\ORM\PersistentCollection {#5204 …} -Parent: Eccube\Entity\Category {#5187} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5208 -id: 693 -name: "プレミアムブースター 五等分の花嫁∽" -hierarchy: 4 -sort_no: 130 -create_date: DateTime @1724394327 {#5206 date: 2024-08-23 15:25:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#5207 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5209 …} -Children: Doctrine\ORM\PersistentCollection {#5211 …} -Parent: Eccube\Entity\Category {#5187} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5213 -id: 174 -name: "この素晴らしい世界に祝福を!" -hierarchy: 3 -sort_no: 129 -create_date: DateTime @1694688954 {#5197 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5198 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5214 …} -Children: Doctrine\ORM\PersistentCollection {#5217 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5220 -id: 175 -name: "小林さんちのメイドラゴン" -hierarchy: 3 -sort_no: 128 -create_date: DateTime @1694688954 {#5218 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5219 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5221 …} -Children: Doctrine\ORM\PersistentCollection {#5224 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5227 -id: 176 -name: "冴えない彼女の育てかた" -hierarchy: 3 -sort_no: 127 -create_date: DateTime @1694688954 {#5225 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5226 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5228 …} -Children: Doctrine\ORM\PersistentCollection {#5231 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5234 -id: 177 -name: "Summer Pockets" -hierarchy: 3 -sort_no: 126 -create_date: DateTime @1694688954 {#5232 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5233 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5235 …} -Children: Doctrine\ORM\PersistentCollection {#5238 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5241 -id: 178 -name: "Charlotte" -hierarchy: 3 -sort_no: 125 -create_date: DateTime @1694688954 {#5239 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5240 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5242 …} -Children: Doctrine\ORM\PersistentCollection {#5245 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5248 -id: 179 -name: "灼眼のシャナ" -hierarchy: 3 -sort_no: 124 -create_date: DateTime @1694688954 {#5246 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5247 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5249 …} -Children: Doctrine\ORM\PersistentCollection {#5252 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5255 -id: 180 -name: "涼宮ハルヒの憂鬱" -hierarchy: 3 -sort_no: 123 -create_date: DateTime @1694688954 {#5253 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5254 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5256 …} -Children: Doctrine\ORM\PersistentCollection {#5259 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5262 -id: 181 -name: "青春ブタ野郎シリーズ" -hierarchy: 3 -sort_no: 122 -create_date: DateTime @1694688954 {#5260 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5261 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5263 …} -Children: Doctrine\ORM\PersistentCollection {#5266 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5269 -id: 182 -name: "ゼロの使い魔" -hierarchy: 3 -sort_no: 121 -create_date: DateTime @1694688954 {#5267 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5268 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5270 …} -Children: Doctrine\ORM\PersistentCollection {#5273 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5276 -id: 183 -name: "戦姫絶唱シンフォギア" -hierarchy: 3 -sort_no: 120 -create_date: DateTime @1694688954 {#5274 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5275 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5277 …} -Children: Doctrine\ORM\PersistentCollection {#5280 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5283 -id: 184 -name: "宇宙をかける少女/舞-HiME&舞-乙HiME" -hierarchy: 3 -sort_no: 119 -create_date: DateTime @1694688954 {#5281 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5282 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5284 …} -Children: Doctrine\ORM\PersistentCollection {#5287 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5290 -id: 185 -name: "ゾンビランドサガ リベンジ" -hierarchy: 3 -sort_no: 118 -create_date: DateTime @1694688954 {#5288 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5289 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5291 …} -Children: Doctrine\ORM\PersistentCollection {#5294 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5297 -id: 186 -name: "ダ・カーポ&Dal Segno" -hierarchy: 3 -sort_no: 117 -create_date: DateTime @1694688954 {#5295 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5296 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5298 …} -Children: Doctrine\ORM\PersistentCollection {#5301 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5304 -id: 187 -name: "D4DJ" -hierarchy: 3 -sort_no: 116 -create_date: DateTime @1694688954 {#5302 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5303 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5305 …} -Children: Doctrine\ORM\PersistentCollection {#5308 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5311 -id: 188 -name: "デート・ア・ライブ" -hierarchy: 3 -sort_no: 115 -create_date: DateTime @1694688954 {#5309 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5310 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5312 …} -Children: Doctrine\ORM\PersistentCollection {#5315 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5318 -id: 189 -name: "とある魔術の禁書目録/とある科学の超電磁砲" -hierarchy: 3 -sort_no: 114 -create_date: DateTime @1694688954 {#5316 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5317 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5319 …} -Children: Doctrine\ORM\PersistentCollection {#5322 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5325 -id: 190 -name: "DOG DAYS" -hierarchy: 3 -sort_no: 113 -create_date: DateTime @1694688954 {#5323 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5324 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5326 …} -Children: Doctrine\ORM\PersistentCollection {#5329 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5332 -id: 191 -name: "To LOVEる" -hierarchy: 3 -sort_no: 112 -create_date: DateTime @1694688954 {#5330 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5331 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5333 …} -Children: Doctrine\ORM\PersistentCollection {#5336 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5339 -id: 192 -name: "ニセコイ" -hierarchy: 3 -sort_no: 111 -create_date: DateTime @1694688954 {#5337 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5338 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5340 …} -Children: Doctrine\ORM\PersistentCollection {#5343 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5346 -id: 193 -name: "日常" -hierarchy: 3 -sort_no: 110 -create_date: DateTime @1694688954 {#5344 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5345 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5347 …} -Children: Doctrine\ORM\PersistentCollection {#5350 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5353 -id: 194 -name: "BanG Dream!" -hierarchy: 3 -sort_no: 109 -create_date: DateTime @1694688954 {#5351 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5352 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5354 …} -Children: Doctrine\ORM\PersistentCollection {#5357 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5360 -id: 195 -name: "ビジュアルアーツ" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1694688954 {#5358 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5359 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5361 …} -Children: Doctrine\ORM\PersistentCollection {#5364 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5367 -id: 196 -name: "ひなろじ ~from Luck & Logic~" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1694688954 {#5365 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5366 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5371 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5374 -id: 197 -name: "ViVid Strike!" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1694688954 {#5372 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5373 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5375 …} -Children: Doctrine\ORM\PersistentCollection {#5378 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5381 -id: 198 -name: "ビビッドレッド・オペレーション" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1694688954 {#5379 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5380 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5382 …} -Children: Doctrine\ORM\PersistentCollection {#5385 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5388 -id: 199 -name: "Phantom -Requiem for the Phantom-" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1694688954 {#5386 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5387 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5389 …} -Children: Doctrine\ORM\PersistentCollection {#5392 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5395 -id: 200 -name: "富士見ファンタジア文庫" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1694688954 {#5393 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5394 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5396 …} -Children: Doctrine\ORM\PersistentCollection {#5399 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5402 -id: 201 -name: "アニメ プリンセスコネクト!Re:Dive" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1694688954 {#5400 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5401 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5403 …} -Children: Doctrine\ORM\PersistentCollection {#5406 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5409 -id: 202 -name: "ヘブンバーンズレッド" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1694688954 {#5407 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5408 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5410 …} -Children: Doctrine\ORM\PersistentCollection {#5413 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5416 -id: 203 -name: "ホロライブプロダクション" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1694688954 {#5414 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5415 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5417 …} -Children: Doctrine\ORM\PersistentCollection {#5420 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5423 -id: 204 -name: "魔法少女まどか☆マギカ" -hierarchy: 3 -sort_no: 99 -create_date: DateTime @1694688954 {#5421 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5422 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5424 …} -Children: Doctrine\ORM\PersistentCollection {#5427 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5430 -id: 205 -name: "魔法少女リリカルなのは" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1694688954 {#5428 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5429 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5431 …} -Children: Doctrine\ORM\PersistentCollection {#5434 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5437 -id: 206 -name: "ゆらぎ荘の幽奈さん" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1694688954 {#5435 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5436 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5438 …} -Children: Doctrine\ORM\PersistentCollection {#5441 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5444 -id: 207 -name: "らき☆すた" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1694688954 {#5442 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5443 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5445 …} -Children: Doctrine\ORM\PersistentCollection {#5448 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5451 -id: 208 -name: "ラブライブ!" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1694688954 {#5449 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5450 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5455 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5458 -id: 209 -name: "ラブライブ!サンシャイン!!" -hierarchy: 3 -sort_no: 94 -create_date: DateTime @1694688954 {#5456 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5457 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5459 …} -Children: Doctrine\ORM\PersistentCollection {#5462 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5465 -id: 210 -name: "ラブライブ!虹ヶ咲学園スクールアイドル同好会" -hierarchy: 3 -sort_no: 93 -create_date: DateTime @1694688954 {#5463 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5464 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5466 …} -Children: Doctrine\ORM\PersistentCollection {#5469 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5472 -id: 211 -name: "ラブライブ!スーパースター!!" -hierarchy: 3 -sort_no: 92 -create_date: DateTime @1694688954 {#5470 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5471 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5473 …} -Children: Doctrine\ORM\PersistentCollection {#5476 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5481 -id: 212 -name: "リコリス・リコイル" -hierarchy: 3 -sort_no: 91 -create_date: DateTime @1694688954 {#5477 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5478 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5482 …} -Children: Doctrine\ORM\PersistentCollection {#5485 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5486 -id: 701 -name: "プレミアムブースター リコリス・リコイル" -hierarchy: 4 -sort_no: 90 -create_date: DateTime @1731655109 {#5479 date: 2024-11-15 16:18:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1731655109 {#5480 date: 2024-11-15 16:18:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5487 …} -Children: Doctrine\ORM\PersistentCollection {#5489 …} -Parent: Eccube\Entity\Category {#5481} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5493 -id: 213 -name: "リトルバスターズ!" -hierarchy: 3 -sort_no: 89 -create_date: DateTime @1694688955 {#5491 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5492 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5494 …} -Children: Doctrine\ORM\PersistentCollection {#5497 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5500 -id: 214 -name: "Rewrite" -hierarchy: 3 -sort_no: 88 -create_date: DateTime @1694688955 {#5498 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5499 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5501 …} -Children: Doctrine\ORM\PersistentCollection {#5504 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5507 -id: 215 -name: "ロボティクス・ノーツ" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1694688955 {#5505 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5506 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5508 …} -Children: Doctrine\ORM\PersistentCollection {#5511 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5514 -id: 216 -name: "プロモカード(ヴァイスサイド)" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1694688955 {#5512 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5513 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5515 …} -Children: Doctrine\ORM\PersistentCollection {#5518 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5521 -id: 9 -name: "シュヴァルツサイド" -hierarchy: 2 -sort_no: 343 -create_date: DateTime @1694688736 {#4964 date: 2023-09-14 19:52:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4965 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5522 …} -Children: Doctrine\ORM\PersistentCollection {#5525 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5526 -id: 83 -name: "アイドルマスター" -hierarchy: 3 -sort_no: 342 -create_date: DateTime @1694688954 {#5519 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5520 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5527 …} -Children: Doctrine\ORM\PersistentCollection {#5530 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5535 -id: 84 -name: "アイドルマスター シャイニーカラーズ" -hierarchy: 3 -sort_no: 341 -create_date: DateTime @1694688954 {#5533 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5534 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5536 …} -Children: Doctrine\ORM\PersistentCollection {#5539 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5542 -id: 85 -name: "アイドルマスター ミリオンライブ!" -hierarchy: 3 -sort_no: 340 -create_date: DateTime @1694688954 {#5540 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5541 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5543 …} -Children: Doctrine\ORM\PersistentCollection {#5546 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5549 -id: 86 -name: "アクセル・ワールド" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1694688954 {#5547 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5548 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5550 …} -Children: Doctrine\ORM\PersistentCollection {#5553 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5556 -id: 87 -name: "アサルトリリィ" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1694688954 {#5554 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5555 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5557 …} -Children: Doctrine\ORM\PersistentCollection {#5560 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5563 -id: 88 -name: "アズールレーン" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1694688954 {#5561 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5562 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5564 …} -Children: Doctrine\ORM\PersistentCollection {#5567 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5570 -id: 89 -name: "ありふれた職業で世界最強" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1694688954 {#5568 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5569 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5571 …} -Children: Doctrine\ORM\PersistentCollection {#5574 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5577 -id: 90 -name: "痛いのは嫌なので防御力に極振りしたいと思います。" -hierarchy: 3 -sort_no: 81 -create_date: DateTime @1694688954 {#5575 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5576 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5578 …} -Children: Doctrine\ORM\PersistentCollection {#5581 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5584 -id: 91 -name: "うーさーのその日暮らし" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1694688954 {#5582 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5583 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5585 …} -Children: Doctrine\ORM\PersistentCollection {#5588 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5591 -id: 92 -name: "ヱヴァンゲリヲン新劇場版" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1694688954 {#5589 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5590 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5592 …} -Children: Doctrine\ORM\PersistentCollection {#5595 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5598 -id: 688 -name: "【推しの子】" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1723020071 {#5596 date: 2024-08-07 17:41:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5597 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5599 …} -Children: Doctrine\ORM\PersistentCollection {#5602 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5605 -id: 93 -name: "おそ松さん" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1694688954 {#5603 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5604 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5606 …} -Children: Doctrine\ORM\PersistentCollection {#5609 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5612 -id: 94 -name: "オーバーロード" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1694688954 {#5610 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5611 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5613 …} -Children: Doctrine\ORM\PersistentCollection {#5616 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5619 -id: 95 -name: "かぐや様は告らせたい~天才たちの恋愛頭脳戦~" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1694688954 {#5617 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5618 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5620 …} -Children: Doctrine\ORM\PersistentCollection {#5623 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5626 -id: 96 -name: "刀語" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1694688954 {#5624 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5625 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5627 …} -Children: Doctrine\ORM\PersistentCollection {#5630 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5633 -id: 97 -name: "CANAAN" -hierarchy: 3 -sort_no: 73 -create_date: DateTime @1694688954 {#5631 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5632 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5634 …} -Children: Doctrine\ORM\PersistentCollection {#5637 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5640 -id: 98 -name: "艦隊これくしょん -艦これ-" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1694688954 {#5638 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5639 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5641 …} -Children: Doctrine\ORM\PersistentCollection {#5644 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5647 -id: 99 -name: "超爆裂異次元メンコバトル ギガントシューター つかさ" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1694688954 {#5645 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5646 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5648 …} -Children: Doctrine\ORM\PersistentCollection {#5651 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5654 -id: 100 -name: "キズナイーバー" -hierarchy: 3 -sort_no: 70 -create_date: DateTime @1694688954 {#5652 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5653 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5655 …} -Children: Doctrine\ORM\PersistentCollection {#5658 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5661 -id: 101 -name: "境界のRINNE" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1694688954 {#5659 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5660 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5662 …} -Children: Doctrine\ORM\PersistentCollection {#5665 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5668 -id: 102 -name: "ギルティクラウン" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1694688954 {#5666 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5667 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5669 …} -Children: Doctrine\ORM\PersistentCollection {#5672 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5675 -id: 103 -name: "キルラキル" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1694688954 {#5673 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5674 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5676 …} -Children: Doctrine\ORM\PersistentCollection {#5679 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5682 -id: 104 -name: "グリザイアの果実" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1694688954 {#5680 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5681 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5683 …} -Children: Doctrine\ORM\PersistentCollection {#5686 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5689 -id: 667 -name: "グリザイア:ファントムトリガー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1717647257 {#5687 date: 2024-06-06 13:14:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5688 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5690 …} -Children: Doctrine\ORM\PersistentCollection {#5693 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5696 -id: 105 -name: "クレヨンしんちゃん" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1694688954 {#5694 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5695 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5697 …} -Children: Doctrine\ORM\PersistentCollection {#5700 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5703 -id: 106 -name: "劇場版マクロスF" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1694688954 {#5701 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5702 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5704 …} -Children: Doctrine\ORM\PersistentCollection {#5707 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5710 -id: 107 -name: "アニメーション映画『GODZILLA』" -hierarchy: 3 -sort_no: 62 -create_date: DateTime @1694688954 {#5708 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5709 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5711 …} -Children: Doctrine\ORM\PersistentCollection {#5714 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5717 -id: 108 -name: "ゴブリンスレイヤー" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1694688954 {#5715 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5716 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5718 …} -Children: Doctrine\ORM\PersistentCollection {#5721 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5724 -id: 109 -name: "PSYCHO-PASS サイコパス" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1694688954 {#5722 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5723 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5725 …} -Children: Doctrine\ORM\PersistentCollection {#5728 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5731 -id: 110 -name: "THE KING OF FIGHTERS" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1694688954 {#5729 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5730 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5732 …} -Children: Doctrine\ORM\PersistentCollection {#5735 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5738 -id: 111 -name: "シャイニングシリーズ" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1694688954 {#5736 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5737 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5739 …} -Children: Doctrine\ORM\PersistentCollection {#5742 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5745 -id: 112 -name: "STEINS;GATE" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1694688954 {#5743 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5744 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5746 …} -Children: Doctrine\ORM\PersistentCollection {#5749 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5752 -id: 113 -name: "STEINS;GATE[ブースター]" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1694688954 {#5750 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5751 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5753 …} -Children: Doctrine\ORM\PersistentCollection {#5756 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5759 -id: 114 -name: "STEINS;GATE[TD+]" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1694688954 {#5757 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5758 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5760 …} -Children: Doctrine\ORM\PersistentCollection {#5763 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5766 -id: 115 -name: "少女☆歌劇 レヴュースタァライト" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1694688954 {#5764 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5765 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5767 …} -Children: Doctrine\ORM\PersistentCollection {#5770 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5773 -id: 116 -name: "ジョジョの奇妙な冒険" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1694688954 {#5771 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5772 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5774 …} -Children: Doctrine\ORM\PersistentCollection {#5777 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5780 -id: 117 -name: "進撃の巨人" -hierarchy: 3 -sort_no: 52 -create_date: DateTime @1694688954 {#5778 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5779 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5781 …} -Children: Doctrine\ORM\PersistentCollection {#5784 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5787 -id: 118 -name: "新サクラ大戦" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1694688954 {#5785 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5786 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5788 …} -Children: Doctrine\ORM\PersistentCollection {#5791 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5794 -id: 119 -name: "翠星のガルガンティア" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1694688954 {#5792 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5793 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5795 …} -Children: Doctrine\ORM\PersistentCollection {#5798 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5801 -id: 120 -name: "スクールガールストライカーズ" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1694688954 {#5799 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5800 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5802 …} -Children: Doctrine\ORM\PersistentCollection {#5805 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5808 -id: 121 -name: "STAR WARS" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1694688954 {#5806 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5807 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5809 …} -Children: Doctrine\ORM\PersistentCollection {#5812 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5815 -id: 122 -name: "戦国BASARA" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1694688954 {#5813 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5814 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5816 …} -Children: Doctrine\ORM\PersistentCollection {#5819 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5822 -id: 689 -name: "葬送のフリーレン" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1723442008 {#5820 date: 2024-08-12 14:53:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5821 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5823 …} -Children: Doctrine\ORM\PersistentCollection {#5826 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5829 -id: 123 -name: "ソードアート・オンライン" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1694688954 {#5827 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5828 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5830 …} -Children: Doctrine\ORM\PersistentCollection {#5833 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5836 -id: 124 -name: "ソードアート・オンライン オルタナティブ ガンゲイル・オンライン" -hierarchy: 3 -sort_no: 44 -create_date: DateTime @1694688954 {#5834 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5835 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5837 …} -Children: Doctrine\ORM\PersistentCollection {#5840 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5843 -id: 125 -name: "ダーリン・イン・ザ・フランキス" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1694688954 {#5841 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5842 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5844 …} -Children: Doctrine\ORM\PersistentCollection {#5847 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5850 -id: 126 -name: "ダンジョンに出会いを求めるのは間違っているだろうか" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1694688954 {#5848 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5849 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5851 …} -Children: Doctrine\ORM\PersistentCollection {#5854 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5857 -id: 127 -name: "探偵オペラ ミルキィホームズ" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1694688954 {#5855 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5856 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5858 …} -Children: Doctrine\ORM\PersistentCollection {#5861 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5864 -id: 128 -name: "チェインクロニクル ~ヘクセイタスの閃~" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1694688954 {#5862 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5863 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5865 …} -Children: Doctrine\ORM\PersistentCollection {#5868 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5871 -id: 129 -name: "チェンソーマン" -hierarchy: 3 -sort_no: 39 -create_date: DateTime @1694688954 {#5869 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5870 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5872 …} -Children: Doctrine\ORM\PersistentCollection {#5875 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5878 -id: 130 -name: "TVアニメ「デビルサバイバー2」" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1694688954 {#5876 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5877 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5879 …} -Children: Doctrine\ORM\PersistentCollection {#5882 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5885 -id: 131 -name: "テラフォーマーズ" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1694688954 {#5883 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5884 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5886 …} -Children: Doctrine\ORM\PersistentCollection {#5889 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5892 -id: 132 -name: "天元突破グレンラガン" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1694688954 {#5890 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5891 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5893 …} -Children: Doctrine\ORM\PersistentCollection {#5896 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5899 -id: 133 -name: "転生したらスライムだった件" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1694688954 {#5897 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5898 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5900 …} -Children: Doctrine\ORM\PersistentCollection {#5903 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5906 -id: 134 -name: "D_CIDE TRAUMEREI" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1694688954 {#5904 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5905 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5907 …} -Children: Doctrine\ORM\PersistentCollection {#5910 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5913 -id: 135 -name: "Disney100" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1694688954 {#5911 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5912 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5914 …} -Children: Doctrine\ORM\PersistentCollection {#5917 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5920 -id: 136 -name: "東京リベンジャーズ" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1694688954 {#5918 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5919 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5921 …} -Children: Doctrine\ORM\PersistentCollection {#5924 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5927 -id: 137 -name: "ノーゲーム・ノーライフ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1694688954 {#5925 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5926 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5928 …} -Children: Doctrine\ORM\PersistentCollection {#5931 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5934 -id: 138 -name: "パズル&ドラゴンズ" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1694688954 {#5932 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5933 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5935 …} -Children: Doctrine\ORM\PersistentCollection {#5938 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5941 -id: 139 -name: "初音ミク -Project DIVA-" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1694688954 {#5939 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5940 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5942 …} -Children: Doctrine\ORM\PersistentCollection {#5945 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5948 -id: 140 -name: "PIXAR" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1694688954 {#5946 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5947 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5949 …} -Children: Doctrine\ORM\PersistentCollection {#5952 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5955 -id: 141 -name: "FAIRY TAIL" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1694688954 {#5953 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5954 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5956 …} -Children: Doctrine\ORM\PersistentCollection {#5959 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5962 -id: 142 -name: "Fate" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1694688954 {#5960 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5961 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5963 …} -Children: Doctrine\ORM\PersistentCollection {#5966 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5969 -id: 143 -name: "Fate/Apocrypha" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1694688954 {#5967 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5968 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5970 …} -Children: Doctrine\ORM\PersistentCollection {#5973 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5976 -id: 144 -name: "Fate/Grand Order(アニメ)" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1694688954 {#5974 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5975 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5977 …} -Children: Doctrine\ORM\PersistentCollection {#5980 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5983 -id: 145 -name: "ぷよぷよ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1694688954 {#5981 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5982 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5984 …} -Children: Doctrine\ORM\PersistentCollection {#5987 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5990 -id: 146 -name: "ブラック★ロックシューター" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1694688954 {#5988 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5989 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5991 …} -Children: Doctrine\ORM\PersistentCollection {#5994 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5997 -id: 147 -name: "プリズマ☆イリヤ" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1694688954 {#5995 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5996 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5998 …} -Children: Doctrine\ORM\PersistentCollection {#6001 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6004 -id: 148 -name: "プロジェクトセカイ カラフルステージ! feat. 初音ミク" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1694688954 {#6002 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6003 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6005 …} -Children: Doctrine\ORM\PersistentCollection {#6008 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6011 -id: 149 -name: "ペルソナ" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1694688954 {#6009 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6010 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6012 …} -Children: Doctrine\ORM\PersistentCollection {#6015 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6018 -id: 150 -name: "Marvel" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1694688954 {#6016 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6017 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6019 …} -Children: Doctrine\ORM\PersistentCollection {#6022 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6025 -id: 151 -name: "魔界戦記ディスガイア" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1694688954 {#6023 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6024 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6026 …} -Children: Doctrine\ORM\PersistentCollection {#6029 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6032 -id: 152 -name: "無職転生 ~異世界行ったら本気だす~" -hierarchy: 3 -sort_no: 16 -create_date: DateTime @1694688954 {#6030 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6031 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6033 …} -Children: Doctrine\ORM\PersistentCollection {#6036 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6039 -id: 153 -name: "MELTY BLOOD/空の境界" -hierarchy: 3 -sort_no: 15 -create_date: DateTime @1694688954 {#6037 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6038 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6040 …} -Children: Doctrine\ORM\PersistentCollection {#6043 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6046 -id: 154 -name: "〈物語〉シリーズ" -hierarchy: 3 -sort_no: 14 -create_date: DateTime @1694688954 {#6044 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6045 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6047 …} -Children: Doctrine\ORM\PersistentCollection {#6050 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6053 -id: 155 -name: "Re:ゼロから始める異世界生活" -hierarchy: 3 -sort_no: 13 -create_date: DateTime @1694688954 {#6051 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6052 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6054 …} -Children: Doctrine\ORM\PersistentCollection {#6057 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6060 -id: 156 -name: "ログ・ホライズン" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1694688954 {#6058 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6059 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6061 …} -Children: Doctrine\ORM\PersistentCollection {#6064 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6067 -id: 157 -name: "ロストディケイド" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1694688954 {#6065 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6066 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6068 …} -Children: Doctrine\ORM\PersistentCollection {#6071 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6074 -id: 158 -name: "ワールドトリガー" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1694688954 {#6072 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6073 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6075 …} -Children: Doctrine\ORM\PersistentCollection {#6078 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6081 -id: 159 -name: "プロモカード(シュヴァルツサイド)" -hierarchy: 3 -sort_no: 9 -create_date: DateTime @1694688954 {#6079 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6080 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6082 …} -Children: Doctrine\ORM\PersistentCollection {#6085 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6088 -id: 7 -name: "ポケモン" -hierarchy: 1 -sort_no: 368 -create_date: DateTime @1694688688 {#5070 date: 2023-09-14 19:51:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240460 {#5069 date: 2025-03-06 14:54:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6089 …} -Children: Doctrine\ORM\PersistentCollection {#6092 …} -Parent: Eccube\Entity\Category {#4706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: "0213195449_65cb4a797fd47.png" } Eccube\Entity\Category {#6093 -id: 596 -name: "レアリティ" -hierarchy: 2 -sort_no: 367 -create_date: DateTime @1696942135 {#4962 date: 2023-10-10 21:48:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#4963 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6094 …} -Children: Doctrine\ORM\PersistentCollection {#6097 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6098 -id: 621 -name: "UR" -hierarchy: 3 -sort_no: 365 -create_date: DateTime @1696942667 {#6086 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6087 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6099 …} -Children: Doctrine\ORM\PersistentCollection {#6102 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6109 -id: 622 -name: "SAR" -hierarchy: 3 -sort_no: 156 -create_date: DateTime @1696942667 {#6107 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6108 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6110 …} -Children: Doctrine\ORM\PersistentCollection {#6113 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6116 -id: 623 -name: "SR" -hierarchy: 3 -sort_no: 155 -create_date: DateTime @1696942667 {#6114 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6115 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6117 …} -Children: Doctrine\ORM\PersistentCollection {#6120 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6123 -id: 624 -name: "AR" -hierarchy: 3 -sort_no: 154 -create_date: DateTime @1696942667 {#6121 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6122 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6124 …} -Children: Doctrine\ORM\PersistentCollection {#6127 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6130 -id: 625 -name: "RR" -hierarchy: 3 -sort_no: 153 -create_date: DateTime @1696942667 {#6128 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6129 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6131 …} -Children: Doctrine\ORM\PersistentCollection {#6134 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6137 -id: 626 -name: "R" -hierarchy: 3 -sort_no: 152 -create_date: DateTime @1696942667 {#6135 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6136 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6138 …} -Children: Doctrine\ORM\PersistentCollection {#6141 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6144 -id: 627 -name: "UC" -hierarchy: 3 -sort_no: 151 -create_date: DateTime @1696942667 {#6142 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6143 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6145 …} -Children: Doctrine\ORM\PersistentCollection {#6148 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6151 -id: 628 -name: "C" -hierarchy: 3 -sort_no: 150 -create_date: DateTime @1696942667 {#6149 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6150 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6152 …} -Children: Doctrine\ORM\PersistentCollection {#6155 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6158 -id: 629 -name: "TD" -hierarchy: 3 -sort_no: 149 -create_date: DateTime @1696942667 {#6156 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6157 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6159 …} -Children: Doctrine\ORM\PersistentCollection {#6162 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6165 -id: 630 -name: "ホロ" -hierarchy: 3 -sort_no: 148 -create_date: DateTime @1696942667 {#6163 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6164 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6166 …} -Children: Doctrine\ORM\PersistentCollection {#6169 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6170 -id: 663 -name: "新商品" -hierarchy: 2 -sort_no: 366 -create_date: DateTime @1717046573 {#5532 date: 2024-05-30 14:22:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#5531 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6171 …} -Children: Doctrine\ORM\PersistentCollection {#6174 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6177 -id: 747 -name: "ダメージ商品 ポケモン" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1741240588 {#6175 date: 2025-03-06 14:56:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6176 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6178 …} -Children: Doctrine\ORM\PersistentCollection {#6181 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6184 -id: 750 -name: "[SV9a] 熱風のアリーナ" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1741938364 {#6182 date: 2025-03-14 16:46:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6183 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6185 …} -Children: Doctrine\ORM\PersistentCollection {#6188 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6191 -id: 706 -name: "[SVOD] ダイゴのダンバル&メタグロスex" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1740201496 {#6189 date: 2025-02-22 14:18:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6190 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6192 …} -Children: Doctrine\ORM\PersistentCollection {#6195 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6198 -id: 705 -name: "[SV9] バトルパートナーズ" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1737708933 {#6196 date: 2025-01-24 17:55:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6197 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6199 …} -Children: Doctrine\ORM\PersistentCollection {#6202 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6205 -id: 704 -name: "[SV8a] テラスタルフェスex" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1733556985 {#6203 date: 2024-12-07 16:36:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6204 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6206 …} -Children: Doctrine\ORM\PersistentCollection {#6209 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6212 -id: 698 -name: "[SV8] 超電ブレイカー" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1729320738 {#6210 date: 2024-10-19 15:52:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6211 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6213 …} -Children: Doctrine\ORM\PersistentCollection {#6216 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6219 -id: 697 -name: "[SV7a] 楽園ドラゴーナ" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1726206102 {#6217 date: 2024-09-13 14:41:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6218 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6220 …} -Children: Doctrine\ORM\PersistentCollection {#6223 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6226 -id: 673 -name: "[SV7] ステラミラクル" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1721806116 {#6224 date: 2024-07-24 16:28:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6225 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6227 …} -Children: Doctrine\ORM\PersistentCollection {#6230 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6233 -id: 668 -name: "[SV6a] ナイトワンダラー" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1717738053 {#6231 date: 2024-06-07 14:27:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6232 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6234 …} -Children: Doctrine\ORM\PersistentCollection {#6237 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6240 -id: 655 -name: "[SV6] 変幻の仮面" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1717043767 {#6238 date: 2024-05-30 13:36:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6239 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6241 …} -Children: Doctrine\ORM\PersistentCollection {#6244 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6247 -id: 650 -name: "[SV5a] クリムゾンヘイズ" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1712556841 {#6245 date: 2024-04-08 15:14:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6246 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6248 …} -Children: Doctrine\ORM\PersistentCollection {#6251 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6254 -id: 656 -name: "[SV5K] ワイルドフォース" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1717043794 {#6252 date: 2024-05-30 13:36:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6253 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6255 …} -Children: Doctrine\ORM\PersistentCollection {#6258 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6261 -id: 657 -name: "[SV5M] サイバージャッジ" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1717043828 {#6259 date: 2024-05-30 13:37:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6260 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6262 …} -Children: Doctrine\ORM\PersistentCollection {#6265 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6268 -id: 665 -name: "[SV4a] シャイニートレジャーex" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1717238509 {#6266 date: 2024-06-01 19:41:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6267 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6269 …} -Children: Doctrine\ORM\PersistentCollection {#6272 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6275 -id: 658 -name: "[SV4K] 古代の咆哮" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1717043844 {#6273 date: 2024-05-30 13:37:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6274 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6276 …} -Children: Doctrine\ORM\PersistentCollection {#6279 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6282 -id: 659 -name: "[SV4M] 未来の一閃" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1717043857 {#6280 date: 2024-05-30 13:37:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6281 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6283 …} -Children: Doctrine\ORM\PersistentCollection {#6286 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6289 -id: 660 -name: "[SV3a] レイジングサーフ" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1717043872 {#6287 date: 2024-05-30 13:37:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6288 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6290 …} -Children: Doctrine\ORM\PersistentCollection {#6293 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6296 -id: 661 -name: "[SV3] 黒炎の支配者" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1717043886 {#6294 date: 2024-05-30 13:38:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6295 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6297 …} -Children: Doctrine\ORM\PersistentCollection {#6300 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6303 -id: 662 -name: "[SV2a] ポケモンカード151" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1717043904 {#6301 date: 2024-05-30 13:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6302 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6304 …} -Children: Doctrine\ORM\PersistentCollection {#6307 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6310 -id: 12 -name: "SV2D クレイバースト" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1694688954 {#6308 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6309 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6311 …} -Children: Doctrine\ORM\PersistentCollection {#6314 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6317 -id: 13 -name: "SV2P スノーハザード" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1694688954 {#6315 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6316 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6318 …} -Children: Doctrine\ORM\PersistentCollection {#6321 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6324 -id: 14 -name: "SV1A トリプレットビート" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1694688954 {#6322 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6323 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6325 …} -Children: Doctrine\ORM\PersistentCollection {#6328 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6331 -id: 15 -name: "SV1V バイオレットex" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1694688954 {#6329 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6330 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6332 …} -Children: Doctrine\ORM\PersistentCollection {#6335 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6338 -id: 16 -name: "SV1S スカーレットex" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1694688954 {#6336 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6337 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6339 …} -Children: Doctrine\ORM\PersistentCollection {#6342 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6345 -id: 11 -name: "PROMO プロモ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1694688954 {#6343 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6344 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6346 …} -Children: Doctrine\ORM\PersistentCollection {#6349 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6352 -id: 645 -name: "ポケモンおすすめ" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1706627829 {#6350 date: 2024-01-31 00:17:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6351 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6353 …} -Children: Doctrine\ORM\PersistentCollection {#6356 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6359 -id: 217 -name: "買い取り" -hierarchy: 2 -sort_no: 364 -create_date: DateTime @1695966514 {#6103 date: 2023-09-29 14:48:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#6104 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6360 …} -Children: Doctrine\ORM\PersistentCollection {#6363 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6364 -id: 219 -name: "ポケモン" -hierarchy: 2 -sort_no: 338 -create_date: DateTime @1695974903 {#6105 date: 2023-09-29 17:08:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708916557 {#6106 date: 2024-02-26 12:02:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6365 …} -Children: Doctrine\ORM\PersistentCollection {#6368 …} -Parent: Eccube\Entity\Category {#6359} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: "0226120233_65dbff4915d20.png" } Eccube\Entity\Category {#6369 -id: 751 -name: "まとめて発送" -hierarchy: 3 -sort_no: 337 -create_date: DateTime @1742927671 {#6357 date: 2025-03-26 03:34:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742927671 {#6358 date: 2025-03-26 03:34:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6370 …} -Children: Doctrine\ORM\PersistentCollection {#6373 …} -Parent: Eccube\Entity\Category {#6364} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6382 -id: 597 -name: "レアリティ" -hierarchy: 3 -sort_no: 336 -create_date: DateTime @1696942150 {#6378 date: 2023-10-10 21:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6379 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6383 …} -Children: Doctrine\ORM\PersistentCollection {#6386 …} -Parent: Eccube\Entity\Category {#6364} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6387 -id: 713 -name: "UR" -hierarchy: 4 -sort_no: 335 -create_date: DateTime @1740989596 {#6380 date: 2025-03-03 17:13:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6381 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6388 …} -Children: Doctrine\ORM\PersistentCollection {#6391 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6396 -id: 714 -name: "SAR" -hierarchy: 4 -sort_no: 334 -create_date: DateTime @1740989599 {#6394 date: 2025-03-03 17:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6395 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6397 …} -Children: Doctrine\ORM\PersistentCollection {#6400 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6403 -id: 715 -name: "SR" -hierarchy: 4 -sort_no: 333 -create_date: DateTime @1740989607 {#6401 date: 2025-03-03 17:13:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6402 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6404 …} -Children: Doctrine\ORM\PersistentCollection {#6407 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6410 -id: 716 -name: "AR" -hierarchy: 4 -sort_no: 332 -create_date: DateTime @1740989612 {#6408 date: 2025-03-03 17:13:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6409 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6411 …} -Children: Doctrine\ORM\PersistentCollection {#6414 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6417 -id: 717 -name: "RR" -hierarchy: 4 -sort_no: 331 -create_date: DateTime @1740989616 {#6415 date: 2025-03-03 17:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6416 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6418 …} -Children: Doctrine\ORM\PersistentCollection {#6421 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6424 -id: 718 -name: "R" -hierarchy: 4 -sort_no: 330 -create_date: DateTime @1740989626 {#6422 date: 2025-03-03 17:13:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6423 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6425 …} -Children: Doctrine\ORM\PersistentCollection {#6428 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6431 -id: 719 -name: "UC" -hierarchy: 4 -sort_no: 329 -create_date: DateTime @1740989636 {#6429 date: 2025-03-03 17:13:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6430 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6432 …} -Children: Doctrine\ORM\PersistentCollection {#6435 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6438 -id: 720 -name: "C" -hierarchy: 4 -sort_no: 328 -create_date: DateTime @1740990583 {#6436 date: 2025-03-03 17:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6437 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6439 …} -Children: Doctrine\ORM\PersistentCollection {#6442 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6445 -id: 721 -name: "TD" -hierarchy: 4 -sort_no: 327 -create_date: DateTime @1740990604 {#6443 date: 2025-03-03 17:30:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6444 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6446 …} -Children: Doctrine\ORM\PersistentCollection {#6449 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6452 -id: 722 -name: "ホロ" -hierarchy: 4 -sort_no: 326 -create_date: DateTime @1740990613 {#6450 date: 2025-03-03 17:30:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6451 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6453 …} -Children: Doctrine\ORM\PersistentCollection {#6456 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6459 -id: 218 -name: "ヴァイスシュヴァルツ" -hierarchy: 2 -sort_no: 325 -create_date: DateTime @1695974896 {#6374 date: 2023-09-29 17:08:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708916568 {#6375 date: 2024-02-26 12:02:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6460 …} -Children: Doctrine\ORM\PersistentCollection {#6463 …} -Parent: Eccube\Entity\Category {#6359} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: "0226120246_65dbff56df4a3.png" } Eccube\Entity\Category {#6464 -id: 731 -name: "レアリティ" -hierarchy: 3 -sort_no: 324 -create_date: DateTime @1740991321 {#6376 date: 2025-03-03 17:42:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991321 {#6377 date: 2025-03-03 17:42:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6465 …} -Children: Doctrine\ORM\PersistentCollection {#6468 …} -Parent: Eccube\Entity\Category {#6459} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6469 -id: 732 -name: "SSP" -hierarchy: 4 -sort_no: 323 -create_date: DateTime @1740991716 {#6457 date: 2025-03-03 17:48:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6458 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6470 …} -Children: Doctrine\ORM\PersistentCollection {#6473 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6480 -id: 733 -name: "SP" -hierarchy: 4 -sort_no: 322 -create_date: DateTime @1740991726 {#6478 date: 2025-03-03 17:48:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6479 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6481 …} -Children: Doctrine\ORM\PersistentCollection {#6484 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6487 -id: 734 -name: "RRR" -hierarchy: 4 -sort_no: 321 -create_date: DateTime @1740991737 {#6485 date: 2025-03-03 17:48:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6486 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6488 …} -Children: Doctrine\ORM\PersistentCollection {#6491 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6494 -id: 735 -name: "SR" -hierarchy: 4 -sort_no: 320 -create_date: DateTime @1740991747 {#6492 date: 2025-03-03 17:49:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6493 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6495 …} -Children: Doctrine\ORM\PersistentCollection {#6498 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6501 -id: 736 -name: "RR" -hierarchy: 4 -sort_no: 319 -create_date: DateTime @1740991756 {#6499 date: 2025-03-03 17:49:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6500 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6502 …} -Children: Doctrine\ORM\PersistentCollection {#6505 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6508 -id: 737 -name: "R" -hierarchy: 4 -sort_no: 318 -create_date: DateTime @1740991765 {#6506 date: 2025-03-03 17:49:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6507 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6509 …} -Children: Doctrine\ORM\PersistentCollection {#6512 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6515 -id: 738 -name: "UC" -hierarchy: 4 -sort_no: 317 -create_date: DateTime @1740991777 {#6513 date: 2025-03-03 17:49:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6514 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6516 …} -Children: Doctrine\ORM\PersistentCollection {#6519 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6522 -id: 739 -name: "C" -hierarchy: 4 -sort_no: 316 -create_date: DateTime @1740991787 {#6520 date: 2025-03-03 17:49:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6521 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6523 …} -Children: Doctrine\ORM\PersistentCollection {#6526 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6529 -id: 740 -name: "PR" -hierarchy: 4 -sort_no: 315 -create_date: DateTime @1740991816 {#6527 date: 2025-03-03 17:50:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6528 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6530 …} -Children: Doctrine\ORM\PersistentCollection {#6533 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6536 -id: 741 -name: "TD" -hierarchy: 4 -sort_no: 314 -create_date: DateTime @1740991826 {#6534 date: 2025-03-03 17:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6535 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6537 …} -Children: Doctrine\ORM\PersistentCollection {#6540 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6543 -id: 742 -name: "ホロ" -hierarchy: 4 -sort_no: 313 -create_date: DateTime @1740991838 {#6541 date: 2025-03-03 17:50:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6542 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6544 …} -Children: Doctrine\ORM\PersistentCollection {#6547 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6550 -id: 221 -name: "シュヴァルツサイド" -hierarchy: 3 -sort_no: 312 -create_date: DateTime @1695979650 {#6476 date: 2023-09-29 18:27:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695979650 {#6477 date: 2023-09-29 18:27:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6551 …} -Children: Doctrine\ORM\PersistentCollection {#6554 …} -Parent: Eccube\Entity\Category {#6459} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6555 -id: 351 -name: "アイドルマスター" -hierarchy: 4 -sort_no: 311 -create_date: DateTime @1695985580 {#6548 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6549 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6556 …} -Children: Doctrine\ORM\PersistentCollection {#6559 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6564 -id: 352 -name: "アイドルマスター シャイニーカラーズ" -hierarchy: 4 -sort_no: 310 -create_date: DateTime @1695985580 {#6562 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6563 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6565 …} -Children: Doctrine\ORM\PersistentCollection {#6568 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6571 -id: 353 -name: "アイドルマスター ミリオンライブ!" -hierarchy: 4 -sort_no: 309 -create_date: DateTime @1695985580 {#6569 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6570 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6572 …} -Children: Doctrine\ORM\PersistentCollection {#6575 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6578 -id: 354 -name: "アクセル・ワールド" -hierarchy: 4 -sort_no: 308 -create_date: DateTime @1695985580 {#6576 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6577 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6579 …} -Children: Doctrine\ORM\PersistentCollection {#6582 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6585 -id: 355 -name: "アサルトリリィ" -hierarchy: 4 -sort_no: 307 -create_date: DateTime @1695985580 {#6583 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6584 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6586 …} -Children: Doctrine\ORM\PersistentCollection {#6589 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6592 -id: 356 -name: "アズールレーン" -hierarchy: 4 -sort_no: 306 -create_date: DateTime @1695985580 {#6590 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6591 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6593 …} -Children: Doctrine\ORM\PersistentCollection {#6596 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6599 -id: 357 -name: "ありふれた職業で世界最強" -hierarchy: 4 -sort_no: 305 -create_date: DateTime @1695985580 {#6597 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6598 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6600 …} -Children: Doctrine\ORM\PersistentCollection {#6603 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6606 -id: 358 -name: "痛いのは嫌なので防御力に極振りしたいと思います。" -hierarchy: 4 -sort_no: 304 -create_date: DateTime @1695985580 {#6604 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6605 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6607 …} -Children: Doctrine\ORM\PersistentCollection {#6610 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6613 -id: 359 -name: "うーさーのその日暮らし" -hierarchy: 4 -sort_no: 303 -create_date: DateTime @1695985580 {#6611 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6612 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6614 …} -Children: Doctrine\ORM\PersistentCollection {#6617 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6620 -id: 360 -name: "ヱヴァンゲリヲン新劇場版" -hierarchy: 4 -sort_no: 302 -create_date: DateTime @1695985580 {#6618 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6619 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6621 …} -Children: Doctrine\ORM\PersistentCollection {#6624 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6627 -id: 361 -name: "おそ松さん" -hierarchy: 4 -sort_no: 301 -create_date: DateTime @1695985580 {#6625 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6626 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6628 …} -Children: Doctrine\ORM\PersistentCollection {#6631 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6634 -id: 362 -name: "オーバーロード" -hierarchy: 4 -sort_no: 300 -create_date: DateTime @1695985580 {#6632 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6633 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6635 …} -Children: Doctrine\ORM\PersistentCollection {#6638 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6641 -id: 363 -name: "かぐや様は告らせたい~天才たちの恋愛頭脳戦~" -hierarchy: 4 -sort_no: 299 -create_date: DateTime @1695985580 {#6639 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6640 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6642 …} -Children: Doctrine\ORM\PersistentCollection {#6645 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6648 -id: 364 -name: "刀語" -hierarchy: 4 -sort_no: 298 -create_date: DateTime @1695985580 {#6646 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6647 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6649 …} -Children: Doctrine\ORM\PersistentCollection {#6652 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6655 -id: 365 -name: "CANAAN" -hierarchy: 4 -sort_no: 297 -create_date: DateTime @1695985580 {#6653 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6654 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6656 …} -Children: Doctrine\ORM\PersistentCollection {#6659 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6662 -id: 366 -name: "艦隊これくしょん -艦これ-" -hierarchy: 4 -sort_no: 296 -create_date: DateTime @1695985580 {#6660 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6661 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6663 …} -Children: Doctrine\ORM\PersistentCollection {#6666 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6669 -id: 367 -name: "超爆裂異次元メンコバトル ギガントシューター つかさ" -hierarchy: 4 -sort_no: 295 -create_date: DateTime @1695985580 {#6667 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6668 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6670 …} -Children: Doctrine\ORM\PersistentCollection {#6673 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6676 -id: 368 -name: "キズナイーバー" -hierarchy: 4 -sort_no: 294 -create_date: DateTime @1695985580 {#6674 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6675 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6677 …} -Children: Doctrine\ORM\PersistentCollection {#6680 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6683 -id: 369 -name: "境界のRINNE" -hierarchy: 4 -sort_no: 293 -create_date: DateTime @1695985580 {#6681 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6682 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6684 …} -Children: Doctrine\ORM\PersistentCollection {#6687 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6690 -id: 370 -name: "ギルティクラウン" -hierarchy: 4 -sort_no: 292 -create_date: DateTime @1695985580 {#6688 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6689 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6691 …} -Children: Doctrine\ORM\PersistentCollection {#6694 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6697 -id: 371 -name: "キルラキル" -hierarchy: 4 -sort_no: 291 -create_date: DateTime @1695985580 {#6695 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6696 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6698 …} -Children: Doctrine\ORM\PersistentCollection {#6701 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6704 -id: 372 -name: "グリザイアの果実" -hierarchy: 4 -sort_no: 290 -create_date: DateTime @1695985580 {#6702 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6703 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6705 …} -Children: Doctrine\ORM\PersistentCollection {#6708 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6711 -id: 373 -name: "クレヨンしんちゃん" -hierarchy: 4 -sort_no: 289 -create_date: DateTime @1695985580 {#6709 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6710 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6712 …} -Children: Doctrine\ORM\PersistentCollection {#6715 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6718 -id: 374 -name: "劇場版マクロスF" -hierarchy: 4 -sort_no: 288 -create_date: DateTime @1695985580 {#6716 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6717 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6719 …} -Children: Doctrine\ORM\PersistentCollection {#6722 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6725 -id: 375 -name: "アニメーション映画『GODZILLA』" -hierarchy: 4 -sort_no: 287 -create_date: DateTime @1695985580 {#6723 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6724 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6726 …} -Children: Doctrine\ORM\PersistentCollection {#6729 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6732 -id: 376 -name: "ゴブリンスレイヤー" -hierarchy: 4 -sort_no: 286 -create_date: DateTime @1695985580 {#6730 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6731 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6733 …} -Children: Doctrine\ORM\PersistentCollection {#6736 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6739 -id: 377 -name: "PSYCHO-PASS サイコパス" -hierarchy: 4 -sort_no: 285 -create_date: DateTime @1695985580 {#6737 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6738 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6740 …} -Children: Doctrine\ORM\PersistentCollection {#6743 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6746 -id: 378 -name: "THE KING OF FIGHTERS" -hierarchy: 4 -sort_no: 284 -create_date: DateTime @1695985580 {#6744 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6745 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6747 …} -Children: Doctrine\ORM\PersistentCollection {#6750 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6753 -id: 379 -name: "シャイニングシリーズ" -hierarchy: 4 -sort_no: 283 -create_date: DateTime @1695985580 {#6751 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6752 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6754 …} -Children: Doctrine\ORM\PersistentCollection {#6757 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6760 -id: 380 -name: "STEINS;GATE" -hierarchy: 4 -sort_no: 282 -create_date: DateTime @1695985580 {#6758 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6759 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6761 …} -Children: Doctrine\ORM\PersistentCollection {#6764 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6767 -id: 381 -name: "STEINS;GATE[ブースター]" -hierarchy: 4 -sort_no: 281 -create_date: DateTime @1695985580 {#6765 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6766 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6768 …} -Children: Doctrine\ORM\PersistentCollection {#6771 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6774 -id: 382 -name: "STEINS;GATE[TD+]" -hierarchy: 4 -sort_no: 280 -create_date: DateTime @1695985580 {#6772 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6773 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6775 …} -Children: Doctrine\ORM\PersistentCollection {#6778 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6781 -id: 383 -name: "少女☆歌劇 レヴュースタァライト" -hierarchy: 4 -sort_no: 279 -create_date: DateTime @1695985580 {#6779 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6780 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6782 …} -Children: Doctrine\ORM\PersistentCollection {#6785 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6788 -id: 384 -name: "ジョジョの奇妙な冒険" -hierarchy: 4 -sort_no: 278 -create_date: DateTime @1695985580 {#6786 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6787 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6789 …} -Children: Doctrine\ORM\PersistentCollection {#6792 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6795 -id: 385 -name: "進撃の巨人" -hierarchy: 4 -sort_no: 277 -create_date: DateTime @1695985580 {#6793 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6794 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6796 …} -Children: Doctrine\ORM\PersistentCollection {#6799 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6802 -id: 386 -name: "新サクラ大戦" -hierarchy: 4 -sort_no: 276 -create_date: DateTime @1695985580 {#6800 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6801 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6803 …} -Children: Doctrine\ORM\PersistentCollection {#6806 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6809 -id: 387 -name: "翠星のガルガンティア" -hierarchy: 4 -sort_no: 275 -create_date: DateTime @1695985580 {#6807 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6808 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6810 …} -Children: Doctrine\ORM\PersistentCollection {#6813 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6816 -id: 388 -name: "スクールガールストライカーズ" -hierarchy: 4 -sort_no: 274 -create_date: DateTime @1695985580 {#6814 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6815 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6817 …} -Children: Doctrine\ORM\PersistentCollection {#6820 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6823 -id: 389 -name: "STAR WARS" -hierarchy: 4 -sort_no: 273 -create_date: DateTime @1695985580 {#6821 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6822 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6824 …} -Children: Doctrine\ORM\PersistentCollection {#6827 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6830 -id: 390 -name: "戦国BASARA" -hierarchy: 4 -sort_no: 272 -create_date: DateTime @1695985580 {#6828 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6829 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6831 …} -Children: Doctrine\ORM\PersistentCollection {#6834 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6837 -id: 391 -name: "ソードアート・オンライン" -hierarchy: 4 -sort_no: 271 -create_date: DateTime @1695985580 {#6835 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6836 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6838 …} -Children: Doctrine\ORM\PersistentCollection {#6841 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6844 -id: 392 -name: "ソードアート・オンライン オルタナティブ ガンゲイル・オンライン" -hierarchy: 4 -sort_no: 270 -create_date: DateTime @1695985580 {#6842 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6843 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6845 …} -Children: Doctrine\ORM\PersistentCollection {#6848 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6851 -id: 393 -name: "ダーリン・イン・ザ・フランキス" -hierarchy: 4 -sort_no: 269 -create_date: DateTime @1695985580 {#6849 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6850 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6852 …} -Children: Doctrine\ORM\PersistentCollection {#6855 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6858 -id: 394 -name: "ダンジョンに出会いを求めるのは間違っているだろうか" -hierarchy: 4 -sort_no: 268 -create_date: DateTime @1695985580 {#6856 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6857 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6859 …} -Children: Doctrine\ORM\PersistentCollection {#6862 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6865 -id: 395 -name: "探偵オペラ ミルキィホームズ" -hierarchy: 4 -sort_no: 267 -create_date: DateTime @1695985580 {#6863 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6864 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6866 …} -Children: Doctrine\ORM\PersistentCollection {#6869 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6872 -id: 396 -name: "チェインクロニクル ~ヘクセイタスの閃~" -hierarchy: 4 -sort_no: 266 -create_date: DateTime @1695985580 {#6870 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6871 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6873 …} -Children: Doctrine\ORM\PersistentCollection {#6876 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6879 -id: 397 -name: "チェンソーマン" -hierarchy: 4 -sort_no: 265 -create_date: DateTime @1695985580 {#6877 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6878 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6880 …} -Children: Doctrine\ORM\PersistentCollection {#6883 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6886 -id: 398 -name: "TVアニメ「デビルサバイバー2」" -hierarchy: 4 -sort_no: 264 -create_date: DateTime @1695985580 {#6884 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6885 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6887 …} -Children: Doctrine\ORM\PersistentCollection {#6890 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6893 -id: 399 -name: "テラフォーマーズ" -hierarchy: 4 -sort_no: 263 -create_date: DateTime @1695985580 {#6891 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6892 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6894 …} -Children: Doctrine\ORM\PersistentCollection {#6897 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6900 -id: 400 -name: "天元突破グレンラガン" -hierarchy: 4 -sort_no: 262 -create_date: DateTime @1695985580 {#6898 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6899 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6901 …} -Children: Doctrine\ORM\PersistentCollection {#6904 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6907 -id: 401 -name: "転生したらスライムだった件" -hierarchy: 4 -sort_no: 261 -create_date: DateTime @1695985580 {#6905 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6906 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6908 …} -Children: Doctrine\ORM\PersistentCollection {#6911 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6914 -id: 402 -name: "D_CIDE TRAUMEREI" -hierarchy: 4 -sort_no: 260 -create_date: DateTime @1695985580 {#6912 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6913 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6915 …} -Children: Doctrine\ORM\PersistentCollection {#6918 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6921 -id: 403 -name: "Disney100" -hierarchy: 4 -sort_no: 259 -create_date: DateTime @1695985580 {#6919 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6920 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6922 …} -Children: Doctrine\ORM\PersistentCollection {#6925 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6928 -id: 404 -name: "東京リベンジャーズ" -hierarchy: 4 -sort_no: 258 -create_date: DateTime @1695985580 {#6926 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6927 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6929 …} -Children: Doctrine\ORM\PersistentCollection {#6932 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6935 -id: 405 -name: "ノーゲーム・ノーライフ" -hierarchy: 4 -sort_no: 257 -create_date: DateTime @1695985580 {#6933 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6934 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6936 …} -Children: Doctrine\ORM\PersistentCollection {#6939 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6942 -id: 406 -name: "パズル&ドラゴンズ" -hierarchy: 4 -sort_no: 256 -create_date: DateTime @1695985580 {#6940 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6941 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6943 …} -Children: Doctrine\ORM\PersistentCollection {#6946 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6949 -id: 407 -name: "初音ミク -Project DIVA-" -hierarchy: 4 -sort_no: 255 -create_date: DateTime @1695985580 {#6947 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6948 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6950 …} -Children: Doctrine\ORM\PersistentCollection {#6953 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6956 -id: 408 -name: "PIXAR" -hierarchy: 4 -sort_no: 254 -create_date: DateTime @1695985580 {#6954 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6955 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6957 …} -Children: Doctrine\ORM\PersistentCollection {#6960 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6963 -id: 409 -name: "FAIRY TAIL" -hierarchy: 4 -sort_no: 253 -create_date: DateTime @1695985580 {#6961 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6962 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6964 …} -Children: Doctrine\ORM\PersistentCollection {#6967 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6970 -id: 410 -name: "Fate" -hierarchy: 4 -sort_no: 252 -create_date: DateTime @1695985580 {#6968 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6969 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6971 …} -Children: Doctrine\ORM\PersistentCollection {#6974 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6977 -id: 411 -name: "Fate/Apocrypha" -hierarchy: 4 -sort_no: 251 -create_date: DateTime @1695985580 {#6975 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6976 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6978 …} -Children: Doctrine\ORM\PersistentCollection {#6981 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6984 -id: 412 -name: "Fate/Grand Order(アニメ)" -hierarchy: 4 -sort_no: 250 -create_date: DateTime @1695985580 {#6982 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6983 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6985 …} -Children: Doctrine\ORM\PersistentCollection {#6988 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6991 -id: 413 -name: "ぷよぷよ" -hierarchy: 4 -sort_no: 249 -create_date: DateTime @1695985580 {#6989 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6990 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6992 …} -Children: Doctrine\ORM\PersistentCollection {#6995 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6998 -id: 414 -name: "ブラック★ロックシューター" -hierarchy: 4 -sort_no: 248 -create_date: DateTime @1695985580 {#6996 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6997 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6999 …} -Children: Doctrine\ORM\PersistentCollection {#7002 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7005 -id: 415 -name: "プリズマ☆イリヤ" -hierarchy: 4 -sort_no: 247 -create_date: DateTime @1695985580 {#7003 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7004 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7006 …} -Children: Doctrine\ORM\PersistentCollection {#7009 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7012 -id: 416 -name: "プロジェクトセカイ カラフルステージ! feat. 初音ミク" -hierarchy: 4 -sort_no: 246 -create_date: DateTime @1695985580 {#7010 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7011 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7013 …} -Children: Doctrine\ORM\PersistentCollection {#7016 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7019 -id: 417 -name: "ペルソナ" -hierarchy: 4 -sort_no: 245 -create_date: DateTime @1695985580 {#7017 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7018 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7020 …} -Children: Doctrine\ORM\PersistentCollection {#7023 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7026 -id: 418 -name: "Marvel" -hierarchy: 4 -sort_no: 244 -create_date: DateTime @1695985580 {#7024 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7025 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7027 …} -Children: Doctrine\ORM\PersistentCollection {#7030 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7033 -id: 419 -name: "魔界戦記ディスガイア" -hierarchy: 4 -sort_no: 243 -create_date: DateTime @1695985580 {#7031 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7032 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7034 …} -Children: Doctrine\ORM\PersistentCollection {#7037 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7040 -id: 420 -name: "無職転生 ~異世界行ったら本気だす~" -hierarchy: 4 -sort_no: 242 -create_date: DateTime @1695985580 {#7038 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7039 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7041 …} -Children: Doctrine\ORM\PersistentCollection {#7044 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7047 -id: 421 -name: "MELTY BLOOD/空の境界" -hierarchy: 4 -sort_no: 241 -create_date: DateTime @1695985580 {#7045 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7046 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7048 …} -Children: Doctrine\ORM\PersistentCollection {#7051 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7054 -id: 422 -name: "〈物語〉シリーズ" -hierarchy: 4 -sort_no: 240 -create_date: DateTime @1695985580 {#7052 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7053 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7055 …} -Children: Doctrine\ORM\PersistentCollection {#7058 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7061 -id: 423 -name: "Re:ゼロから始める異世界生活" -hierarchy: 4 -sort_no: 239 -create_date: DateTime @1695985580 {#7059 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7060 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7062 …} -Children: Doctrine\ORM\PersistentCollection {#7065 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7068 -id: 424 -name: "ログ・ホライズン" -hierarchy: 4 -sort_no: 238 -create_date: DateTime @1695985580 {#7066 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7067 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7069 …} -Children: Doctrine\ORM\PersistentCollection {#7072 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7075 -id: 425 -name: "ロストディケイド" -hierarchy: 4 -sort_no: 237 -create_date: DateTime @1695985580 {#7073 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7074 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7076 …} -Children: Doctrine\ORM\PersistentCollection {#7079 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7082 -id: 426 -name: "ワールドトリガー" -hierarchy: 4 -sort_no: 236 -create_date: DateTime @1695985580 {#7080 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7081 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7083 …} -Children: Doctrine\ORM\PersistentCollection {#7086 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7089 -id: 427 -name: "プロモカード(シュヴァルツサイド)" -hierarchy: 4 -sort_no: 235 -create_date: DateTime @1695985580 {#7087 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7088 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7090 …} -Children: Doctrine\ORM\PersistentCollection {#7093 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7096 -id: 220 -name: "ヴァイスサイド" -hierarchy: 3 -sort_no: 234 -create_date: DateTime @1695979641 {#6560 date: 2023-09-29 18:27:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695979641 {#6561 date: 2023-09-29 18:27:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7097 …} -Children: Doctrine\ORM\PersistentCollection {#7100 …} -Parent: Eccube\Entity\Category {#6459} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7101 -id: 294 -name: "アイドルマスター シンデレラガールズ" -hierarchy: 4 -sort_no: 233 -create_date: DateTime @1695985527 {#7094 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7095 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7102 …} -Children: Doctrine\ORM\PersistentCollection {#7105 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7110 -id: 295 -name: "Angel Beats!/クドわふたー" -hierarchy: 4 -sort_no: 232 -create_date: DateTime @1695985527 {#7108 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7109 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7111 …} -Children: Doctrine\ORM\PersistentCollection {#7114 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7117 -id: 296 -name: "カードキャプターさくら" -hierarchy: 4 -sort_no: 231 -create_date: DateTime @1695985527 {#7115 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7116 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7118 …} -Children: Doctrine\ORM\PersistentCollection {#7121 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7124 -id: 297 -name: "ガールフレンド(仮)" -hierarchy: 4 -sort_no: 230 -create_date: DateTime @1695985527 {#7122 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7123 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7125 …} -Children: Doctrine\ORM\PersistentCollection {#7128 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7131 -id: 298 -name: "角川スニーカー文庫" -hierarchy: 4 -sort_no: 229 -create_date: DateTime @1695985527 {#7129 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7130 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7132 …} -Children: Doctrine\ORM\PersistentCollection {#7135 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7138 -id: 299 -name: "彼女、お借りします" -hierarchy: 4 -sort_no: 228 -create_date: DateTime @1695985527 {#7136 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7137 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7139 …} -Children: Doctrine\ORM\PersistentCollection {#7142 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7145 -id: 300 -name: "神様になった日" -hierarchy: 4 -sort_no: 227 -create_date: DateTime @1695985527 {#7143 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7144 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7146 …} -Children: Doctrine\ORM\PersistentCollection {#7149 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7152 -id: 301 -name: "カードゲームしよ子" -hierarchy: 4 -sort_no: 226 -create_date: DateTime @1695985527 {#7150 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7151 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7153 …} -Children: Doctrine\ORM\PersistentCollection {#7156 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7159 -id: 302 -name: "Key" -hierarchy: 4 -sort_no: 225 -create_date: DateTime @1695985527 {#7157 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7158 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7160 …} -Children: Doctrine\ORM\PersistentCollection {#7163 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7166 -id: 303 -name: "CLANNAD" -hierarchy: 4 -sort_no: 224 -create_date: DateTime @1695985527 {#7164 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7165 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7167 …} -Children: Doctrine\ORM\PersistentCollection {#7170 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7173 -id: 304 -name: "けものフレンズ" -hierarchy: 4 -sort_no: 223 -create_date: DateTime @1695985527 {#7171 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7172 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7174 …} -Children: Doctrine\ORM\PersistentCollection {#7177 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7180 -id: 305 -name: "幻影ヲ駆ケル太陽" -hierarchy: 4 -sort_no: 222 -create_date: DateTime @1695985527 {#7178 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7179 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7181 …} -Children: Doctrine\ORM\PersistentCollection {#7184 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7187 -id: 306 -name: "ご注文はうさぎですか??" -hierarchy: 4 -sort_no: 221 -create_date: DateTime @1695985527 {#7185 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7186 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7188 …} -Children: Doctrine\ORM\PersistentCollection {#7191 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7194 -id: 307 -name: "五等分の花嫁" -hierarchy: 4 -sort_no: 220 -create_date: DateTime @1695985527 {#7192 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7193 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7195 …} -Children: Doctrine\ORM\PersistentCollection {#7198 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7201 -id: 308 -name: "この素晴らしい世界に祝福を!" -hierarchy: 4 -sort_no: 219 -create_date: DateTime @1695985527 {#7199 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7200 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7202 …} -Children: Doctrine\ORM\PersistentCollection {#7205 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7208 -id: 309 -name: "小林さんちのメイドラゴン" -hierarchy: 4 -sort_no: 218 -create_date: DateTime @1695985527 {#7206 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7207 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7209 …} -Children: Doctrine\ORM\PersistentCollection {#7212 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7215 -id: 310 -name: "冴えない彼女の育てかた" -hierarchy: 4 -sort_no: 217 -create_date: DateTime @1695985527 {#7213 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7214 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7216 …} -Children: Doctrine\ORM\PersistentCollection {#7219 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7222 -id: 311 -name: "Summer Pockets" -hierarchy: 4 -sort_no: 216 -create_date: DateTime @1695985527 {#7220 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7221 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7223 …} -Children: Doctrine\ORM\PersistentCollection {#7226 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7229 -id: 312 -name: "Charlotte" -hierarchy: 4 -sort_no: 215 -create_date: DateTime @1695985527 {#7227 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7228 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7230 …} -Children: Doctrine\ORM\PersistentCollection {#7233 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7236 -id: 313 -name: "灼眼のシャナ" -hierarchy: 4 -sort_no: 214 -create_date: DateTime @1695985527 {#7234 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7235 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7237 …} -Children: Doctrine\ORM\PersistentCollection {#7240 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7243 -id: 314 -name: "涼宮ハルヒの憂鬱" -hierarchy: 4 -sort_no: 213 -create_date: DateTime @1695985527 {#7241 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7242 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7244 …} -Children: Doctrine\ORM\PersistentCollection {#7247 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7250 -id: 315 -name: "青春ブタ野郎シリーズ" -hierarchy: 4 -sort_no: 212 -create_date: DateTime @1695985527 {#7248 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7249 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7251 …} -Children: Doctrine\ORM\PersistentCollection {#7254 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7257 -id: 316 -name: "ゼロの使い魔" -hierarchy: 4 -sort_no: 211 -create_date: DateTime @1695985527 {#7255 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7256 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7258 …} -Children: Doctrine\ORM\PersistentCollection {#7261 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7264 -id: 317 -name: "戦姫絶唱シンフォギア" -hierarchy: 4 -sort_no: 210 -create_date: DateTime @1695985527 {#7262 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7263 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7265 …} -Children: Doctrine\ORM\PersistentCollection {#7268 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7271 -id: 318 -name: "宇宙をかける少女/舞-HiME&舞-乙HiME" -hierarchy: 4 -sort_no: 209 -create_date: DateTime @1695985527 {#7269 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7270 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7272 …} -Children: Doctrine\ORM\PersistentCollection {#7275 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7278 -id: 319 -name: "ゾンビランドサガ リベンジ" -hierarchy: 4 -sort_no: 208 -create_date: DateTime @1695985527 {#7276 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7277 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7279 …} -Children: Doctrine\ORM\PersistentCollection {#7282 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7285 -id: 320 -name: "ダ・カーポ&Dal Segno" -hierarchy: 4 -sort_no: 207 -create_date: DateTime @1695985527 {#7283 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7284 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7286 …} -Children: Doctrine\ORM\PersistentCollection {#7289 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7292 -id: 321 -name: "D4DJ" -hierarchy: 4 -sort_no: 206 -create_date: DateTime @1695985527 {#7290 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7291 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7293 …} -Children: Doctrine\ORM\PersistentCollection {#7296 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7299 -id: 322 -name: "デート・ア・ライブ" -hierarchy: 4 -sort_no: 205 -create_date: DateTime @1695985527 {#7297 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7298 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7300 …} -Children: Doctrine\ORM\PersistentCollection {#7303 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7306 -id: 323 -name: "とある魔術の禁書目録/とある科学の超電磁砲" -hierarchy: 4 -sort_no: 204 -create_date: DateTime @1695985527 {#7304 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7305 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7307 …} -Children: Doctrine\ORM\PersistentCollection {#7310 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7313 -id: 324 -name: "DOG DAYS" -hierarchy: 4 -sort_no: 203 -create_date: DateTime @1695985527 {#7311 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7312 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7314 …} -Children: Doctrine\ORM\PersistentCollection {#7317 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7320 -id: 325 -name: "To LOVEる" -hierarchy: 4 -sort_no: 202 -create_date: DateTime @1695985527 {#7318 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7319 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7321 …} -Children: Doctrine\ORM\PersistentCollection {#7324 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7327 -id: 326 -name: "ニセコイ" -hierarchy: 4 -sort_no: 201 -create_date: DateTime @1695985527 {#7325 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7326 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7328 …} -Children: Doctrine\ORM\PersistentCollection {#7331 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7334 -id: 327 -name: "日常" -hierarchy: 4 -sort_no: 200 -create_date: DateTime @1695985527 {#7332 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7333 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7335 …} -Children: Doctrine\ORM\PersistentCollection {#7338 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7341 -id: 328 -name: "BanG Dream!" -hierarchy: 4 -sort_no: 199 -create_date: DateTime @1695985527 {#7339 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7340 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7342 …} -Children: Doctrine\ORM\PersistentCollection {#7345 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7348 -id: 329 -name: "ビジュアルアーツ" -hierarchy: 4 -sort_no: 198 -create_date: DateTime @1695985527 {#7346 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7347 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7349 …} -Children: Doctrine\ORM\PersistentCollection {#7352 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7355 -id: 330 -name: "ひなろじ ~from Luck & Logic~" -hierarchy: 4 -sort_no: 197 -create_date: DateTime @1695985527 {#7353 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7354 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7356 …} -Children: Doctrine\ORM\PersistentCollection {#7359 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7362 -id: 331 -name: "ViVid Strike!" -hierarchy: 4 -sort_no: 196 -create_date: DateTime @1695985527 {#7360 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7361 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7363 …} -Children: Doctrine\ORM\PersistentCollection {#7366 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7369 -id: 332 -name: "ビビッドレッド・オペレーション" -hierarchy: 4 -sort_no: 195 -create_date: DateTime @1695985527 {#7367 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7368 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7370 …} -Children: Doctrine\ORM\PersistentCollection {#7373 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7376 -id: 333 -name: "Phantom -Requiem for the Phantom-" -hierarchy: 4 -sort_no: 194 -create_date: DateTime @1695985527 {#7374 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7375 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7377 …} -Children: Doctrine\ORM\PersistentCollection {#7380 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7383 -id: 334 -name: "富士見ファンタジア文庫" -hierarchy: 4 -sort_no: 193 -create_date: DateTime @1695985527 {#7381 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7382 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7384 …} -Children: Doctrine\ORM\PersistentCollection {#7387 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7390 -id: 335 -name: "アニメ プリンセスコネクト!Re:Dive" -hierarchy: 4 -sort_no: 192 -create_date: DateTime @1695985527 {#7388 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7389 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7391 …} -Children: Doctrine\ORM\PersistentCollection {#7394 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7397 -id: 336 -name: "ヘブンバーンズレッド" -hierarchy: 4 -sort_no: 191 -create_date: DateTime @1695985527 {#7395 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7396 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7398 …} -Children: Doctrine\ORM\PersistentCollection {#7401 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7404 -id: 337 -name: "ホロライブプロダクション" -hierarchy: 4 -sort_no: 190 -create_date: DateTime @1695985527 {#7402 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7403 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7405 …} -Children: Doctrine\ORM\PersistentCollection {#7408 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7411 -id: 338 -name: "魔法少女まどか☆マギカ" -hierarchy: 4 -sort_no: 189 -create_date: DateTime @1695985527 {#7409 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7410 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7412 …} -Children: Doctrine\ORM\PersistentCollection {#7415 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7418 -id: 339 -name: "魔法少女リリカルなのは" -hierarchy: 4 -sort_no: 188 -create_date: DateTime @1695985527 {#7416 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7417 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7419 …} -Children: Doctrine\ORM\PersistentCollection {#7422 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7425 -id: 340 -name: "ゆらぎ荘の幽奈さん" -hierarchy: 4 -sort_no: 187 -create_date: DateTime @1695985527 {#7423 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7424 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7426 …} -Children: Doctrine\ORM\PersistentCollection {#7429 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7432 -id: 341 -name: "らき☆すた" -hierarchy: 4 -sort_no: 186 -create_date: DateTime @1695985527 {#7430 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7431 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7433 …} -Children: Doctrine\ORM\PersistentCollection {#7436 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7439 -id: 342 -name: "ラブライブ!" -hierarchy: 4 -sort_no: 185 -create_date: DateTime @1695985527 {#7437 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7438 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7440 …} -Children: Doctrine\ORM\PersistentCollection {#7443 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7446 -id: 343 -name: "ラブライブ!サンシャイン!!" -hierarchy: 4 -sort_no: 184 -create_date: DateTime @1695985527 {#7444 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7445 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7447 …} -Children: Doctrine\ORM\PersistentCollection {#7450 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7453 -id: 344 -name: "ラブライブ!虹ヶ咲学園スクールアイドル同好会" -hierarchy: 4 -sort_no: 183 -create_date: DateTime @1695985527 {#7451 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7452 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7454 …} -Children: Doctrine\ORM\PersistentCollection {#7457 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7460 -id: 345 -name: "ラブライブ!スーパースター!!" -hierarchy: 4 -sort_no: 182 -create_date: DateTime @1695985527 {#7458 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7459 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7461 …} -Children: Doctrine\ORM\PersistentCollection {#7464 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7467 -id: 346 -name: "リコリス・リコイル" -hierarchy: 4 -sort_no: 181 -create_date: DateTime @1695985527 {#7465 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7466 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7468 …} -Children: Doctrine\ORM\PersistentCollection {#7471 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7474 -id: 347 -name: "リトルバスターズ!" -hierarchy: 4 -sort_no: 180 -create_date: DateTime @1695985527 {#7472 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7473 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7475 …} -Children: Doctrine\ORM\PersistentCollection {#7478 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7481 -id: 348 -name: "Rewrite" -hierarchy: 4 -sort_no: 179 -create_date: DateTime @1695985527 {#7479 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7480 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7482 …} -Children: Doctrine\ORM\PersistentCollection {#7485 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7488 -id: 349 -name: "ロボティクス・ノーツ" -hierarchy: 4 -sort_no: 178 -create_date: DateTime @1695985527 {#7486 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7487 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7489 …} -Children: Doctrine\ORM\PersistentCollection {#7492 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7495 -id: 350 -name: "プロモカード(ヴァイスサイド)" -hierarchy: 4 -sort_no: 177 -create_date: DateTime @1695985527 {#7493 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7494 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7496 …} -Children: Doctrine\ORM\PersistentCollection {#7499 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6474 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 363 -create_date: DateTime @1488881692 {#6392 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#6393 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6475 …} -Children: Doctrine\ORM\PersistentCollection {#7500 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7503 -id: 429 -name: "おすすめ商品" -hierarchy: 1 -sort_no: 362 -create_date: DateTime @1696270531 {#7501 date: 2023-10-03 03:15:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7502 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7504 …} -Children: Doctrine\ORM\PersistentCollection {#7507 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7510 -id: 707 -name: "新品ボックス" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1740791876 {#7508 date: 2025-03-01 10:17:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7509 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7511 …} -Children: Doctrine\ORM\PersistentCollection {#7514 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7517 -id: 708 -name: "予約ボックス" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1740791889 {#7515 date: 2025-03-01 10:18:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7516 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7518 …} -Children: Doctrine\ORM\PersistentCollection {#7521 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -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 {#7593 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#7594 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#7592 -om: ContainerNCR7Dbj\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4437 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Category {#4706 -id: 428 -name: "販売" -hierarchy: 1 -sort_no: 371 -create_date: DateTime @1696149302 {#4707 date: 2023-10-01 17:35:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#4705 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4728 …} -Children: Doctrine\ORM\PersistentCollection {#4981 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4980 -id: 8 -name: "ヴァイスシュヴァルツ" -hierarchy: 1 -sort_no: 370 -create_date: DateTime @1694688722 {#4703 date: 2023-09-14 19:52:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240460 {#4701 date: 2025-03-06 14:54:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4979 …} -Children: Doctrine\ORM\PersistentCollection {#4976 …} -Parent: Eccube\Entity\Category {#4706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: "0213195436_65cb4a6cd7c54.png" } Eccube\Entity\Category {#4975 -id: 709 -name: "レアリティ" -hierarchy: 2 -sort_no: 369 -create_date: DateTime @1740985361 {#4699 date: 2025-03-03 16:02:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4697 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4974 …} -Children: Doctrine\ORM\PersistentCollection {#4971 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4970 -id: 710 -name: "SSP" -hierarchy: 3 -sort_no: 360 -create_date: DateTime @1740985567 {#4673 date: 2025-03-03 16:06:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4709 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4969 …} -Children: Doctrine\ORM\PersistentCollection {#4966 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4957 -id: 711 -name: "SP" -hierarchy: 3 -sort_no: 359 -create_date: DateTime @1740985570 {#4959 date: 2025-03-03 16:06:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4958 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4956 …} -Children: Doctrine\ORM\PersistentCollection {#4953 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4690 -id: 712 -name: "RRR" -hierarchy: 3 -sort_no: 358 -create_date: DateTime @1740985575 {#4952 date: 2025-03-03 16:06:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4951 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4698 …} -Children: Doctrine\ORM\PersistentCollection {#4692 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4943 -id: 723 -name: "SR" -hierarchy: 3 -sort_no: 357 -create_date: DateTime @1740991069 {#4920 date: 2025-03-03 17:37:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4940 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4942 …} -Children: Doctrine\ORM\PersistentCollection {#4946 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4949 -id: 724 -name: "RR" -hierarchy: 3 -sort_no: 356 -create_date: DateTime @1740991094 {#4947 date: 2025-03-03 17:38:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4948 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4950 …} -Children: Doctrine\ORM\PersistentCollection {#4985 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4989 -id: 725 -name: "R" -hierarchy: 3 -sort_no: 355 -create_date: DateTime @1740991113 {#4987 date: 2025-03-03 17:38:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4988 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4990 …} -Children: Doctrine\ORM\PersistentCollection {#4993 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#4996 -id: 726 -name: "UC" -hierarchy: 3 -sort_no: 354 -create_date: DateTime @1740991124 {#4994 date: 2025-03-03 17:38:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4995 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4997 …} -Children: Doctrine\ORM\PersistentCollection {#5000 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5003 -id: 727 -name: "C" -hierarchy: 3 -sort_no: 353 -create_date: DateTime @1740991135 {#5001 date: 2025-03-03 17:38:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#5002 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5004 …} -Children: Doctrine\ORM\PersistentCollection {#5007 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5010 -id: 728 -name: "PR" -hierarchy: 3 -sort_no: 352 -create_date: DateTime @1740991257 {#5008 date: 2025-03-03 17:40:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#5009 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5011 …} -Children: Doctrine\ORM\PersistentCollection {#5014 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5017 -id: 729 -name: "TD" -hierarchy: 3 -sort_no: 351 -create_date: DateTime @1740991273 {#5015 date: 2025-03-03 17:41:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#5016 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5018 …} -Children: Doctrine\ORM\PersistentCollection {#5021 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5024 -id: 730 -name: "ホロ" -hierarchy: 3 -sort_no: 350 -create_date: DateTime @1740991284 {#5022 date: 2025-03-03 17:41:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#5023 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5025 …} -Children: Doctrine\ORM\PersistentCollection {#5028 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5029 -id: 652 -name: "新商品" -hierarchy: 2 -sort_no: 361 -create_date: DateTime @1712564635 {#4961 date: 2024-04-08 17:23:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4960 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5030 …} -Children: Doctrine\ORM\PersistentCollection {#5033 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5036 -id: 746 -name: "ダメージ商品 ヴァイスシュバルツ" -hierarchy: 2 -sort_no: 349 -create_date: DateTime @1741240562 {#5034 date: 2025-03-06 14:56:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240876 {#5035 date: 2025-03-06 15:01:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5037 …} -Children: Doctrine\ORM\PersistentCollection {#5040 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5043 -id: 644 -name: "ヴァイスシュヴァルツおすすめ" -hierarchy: 2 -sort_no: 348 -create_date: DateTime @1706627789 {#5041 date: 2024-01-31 00:16:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#5042 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5044 …} -Children: Doctrine\ORM\PersistentCollection {#5047 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5054 -id: 10 -name: "ヴァイスサイド" -hierarchy: 2 -sort_no: 347 -create_date: DateTime @1694688753 {#5048 date: 2023-09-14 19:52:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#5049 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5055 …} -Children: Doctrine\ORM\PersistentCollection {#5058 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5059 -id: 672 -name: "アイドルマスターシャイニーカラーズ" -hierarchy: 3 -sort_no: 346 -create_date: DateTime @1718270442 {#5050 date: 2024-06-13 18:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5051 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5060 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5064 -id: 696 -name: "アイドルマスター シャイニーカラーズ Shine More!" -hierarchy: 4 -sort_no: 345 -create_date: DateTime @1725172066 {#5052 date: 2024-09-01 15:27:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725172066 {#5053 date: 2024-09-01 15:27:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5065 …} -Children: Doctrine\ORM\PersistentCollection {#5067 …} -Parent: Eccube\Entity\Category {#5059} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5073 -id: 694 -name: "アリス・ギア・アイギス Expansion" -hierarchy: 3 -sort_no: 344 -create_date: DateTime @1724575700 {#5071 date: 2024-08-25 17:48:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5072 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5074 …} -Children: Doctrine\ORM\PersistentCollection {#5077 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5080 -id: 160 -name: "アイドルマスター シンデレラガールズ" -hierarchy: 3 -sort_no: 339 -create_date: DateTime @1694688954 {#5078 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5079 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5081 …} -Children: Doctrine\ORM\PersistentCollection {#5084 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5087 -id: 161 -name: "Angel Beats!/クドわふたー" -hierarchy: 3 -sort_no: 147 -create_date: DateTime @1694688954 {#5085 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5086 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5088 …} -Children: Doctrine\ORM\PersistentCollection {#5091 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5094 -id: 162 -name: "カードキャプターさくら" -hierarchy: 3 -sort_no: 146 -create_date: DateTime @1694688954 {#5092 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5093 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5095 …} -Children: Doctrine\ORM\PersistentCollection {#5098 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5101 -id: 651 -name: "ホロライブプロダクション Summer Collection" -hierarchy: 3 -sort_no: 145 -create_date: DateTime @1712560058 {#5099 date: 2024-04-08 16:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5100 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5102 …} -Children: Doctrine\ORM\PersistentCollection {#5105 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5108 -id: 163 -name: "ガールフレンド(仮)" -hierarchy: 3 -sort_no: 144 -create_date: DateTime @1694688954 {#5106 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5107 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5109 …} -Children: Doctrine\ORM\PersistentCollection {#5112 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5115 -id: 164 -name: "角川スニーカー文庫" -hierarchy: 3 -sort_no: 143 -create_date: DateTime @1694688954 {#5113 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5114 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5116 …} -Children: Doctrine\ORM\PersistentCollection {#5119 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5122 -id: 165 -name: "彼女、お借りします" -hierarchy: 3 -sort_no: 142 -create_date: DateTime @1694688954 {#5120 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5121 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5123 …} -Children: Doctrine\ORM\PersistentCollection {#5126 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5129 -id: 166 -name: "神様になった日" -hierarchy: 3 -sort_no: 141 -create_date: DateTime @1694688954 {#5127 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5128 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5130 …} -Children: Doctrine\ORM\PersistentCollection {#5133 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5136 -id: 167 -name: "カードゲームしよ子" -hierarchy: 3 -sort_no: 140 -create_date: DateTime @1694688954 {#5134 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5135 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5137 …} -Children: Doctrine\ORM\PersistentCollection {#5140 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5143 -id: 168 -name: "Key" -hierarchy: 3 -sort_no: 139 -create_date: DateTime @1694688954 {#5141 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5142 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5144 …} -Children: Doctrine\ORM\PersistentCollection {#5147 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5150 -id: 169 -name: "CLANNAD" -hierarchy: 3 -sort_no: 138 -create_date: DateTime @1694688954 {#5148 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5149 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5151 …} -Children: Doctrine\ORM\PersistentCollection {#5154 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5157 -id: 170 -name: "けものフレンズ" -hierarchy: 3 -sort_no: 137 -create_date: DateTime @1694688954 {#5155 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5156 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5158 …} -Children: Doctrine\ORM\PersistentCollection {#5161 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5164 -id: 171 -name: "幻影ヲ駆ケル太陽" -hierarchy: 3 -sort_no: 136 -create_date: DateTime @1694688954 {#5162 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5163 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5165 …} -Children: Doctrine\ORM\PersistentCollection {#5168 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5173 -id: 172 -name: "ご注文はうさぎですか??" -hierarchy: 3 -sort_no: 135 -create_date: DateTime @1694688954 {#5169 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5170 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5174 …} -Children: Doctrine\ORM\PersistentCollection {#5177 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5178 -id: 702 -name: "プレミアムブースター TVアニメ「ご注文はうさぎですか?」10th Anniversary" -hierarchy: 4 -sort_no: 134 -create_date: DateTime @1732780421 {#5171 date: 2024-11-28 16:53:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732780421 {#5172 date: 2024-11-28 16:53:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5179 …} -Children: Doctrine\ORM\PersistentCollection {#5181 …} -Parent: Eccube\Entity\Category {#5173} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5187 -id: 173 -name: "五等分の花嫁" -hierarchy: 3 -sort_no: 133 -create_date: DateTime @1694688954 {#5183 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5184 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5188 …} -Children: Doctrine\ORM\PersistentCollection {#5191 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5192 -id: 691 -name: "五等分の花嫁∬" -hierarchy: 4 -sort_no: 132 -create_date: DateTime @1724394211 {#5185 date: 2024-08-23 15:23:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#5186 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5193 …} -Children: Doctrine\ORM\PersistentCollection {#5195 …} -Parent: Eccube\Entity\Category {#5187} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5201 -id: 692 -name: "映画 五等分の花嫁" -hierarchy: 4 -sort_no: 131 -create_date: DateTime @1724394307 {#5199 date: 2024-08-23 15:25:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#5200 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5202 …} -Children: Doctrine\ORM\PersistentCollection {#5204 …} -Parent: Eccube\Entity\Category {#5187} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5208 -id: 693 -name: "プレミアムブースター 五等分の花嫁∽" -hierarchy: 4 -sort_no: 130 -create_date: DateTime @1724394327 {#5206 date: 2024-08-23 15:25:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#5207 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5209 …} -Children: Doctrine\ORM\PersistentCollection {#5211 …} -Parent: Eccube\Entity\Category {#5187} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5213 -id: 174 -name: "この素晴らしい世界に祝福を!" -hierarchy: 3 -sort_no: 129 -create_date: DateTime @1694688954 {#5197 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5198 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5214 …} -Children: Doctrine\ORM\PersistentCollection {#5217 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5220 -id: 175 -name: "小林さんちのメイドラゴン" -hierarchy: 3 -sort_no: 128 -create_date: DateTime @1694688954 {#5218 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5219 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5221 …} -Children: Doctrine\ORM\PersistentCollection {#5224 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5227 -id: 176 -name: "冴えない彼女の育てかた" -hierarchy: 3 -sort_no: 127 -create_date: DateTime @1694688954 {#5225 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5226 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5228 …} -Children: Doctrine\ORM\PersistentCollection {#5231 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5234 -id: 177 -name: "Summer Pockets" -hierarchy: 3 -sort_no: 126 -create_date: DateTime @1694688954 {#5232 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5233 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5235 …} -Children: Doctrine\ORM\PersistentCollection {#5238 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5241 -id: 178 -name: "Charlotte" -hierarchy: 3 -sort_no: 125 -create_date: DateTime @1694688954 {#5239 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5240 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5242 …} -Children: Doctrine\ORM\PersistentCollection {#5245 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5248 -id: 179 -name: "灼眼のシャナ" -hierarchy: 3 -sort_no: 124 -create_date: DateTime @1694688954 {#5246 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5247 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5249 …} -Children: Doctrine\ORM\PersistentCollection {#5252 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5255 -id: 180 -name: "涼宮ハルヒの憂鬱" -hierarchy: 3 -sort_no: 123 -create_date: DateTime @1694688954 {#5253 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5254 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5256 …} -Children: Doctrine\ORM\PersistentCollection {#5259 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5262 -id: 181 -name: "青春ブタ野郎シリーズ" -hierarchy: 3 -sort_no: 122 -create_date: DateTime @1694688954 {#5260 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5261 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5263 …} -Children: Doctrine\ORM\PersistentCollection {#5266 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5269 -id: 182 -name: "ゼロの使い魔" -hierarchy: 3 -sort_no: 121 -create_date: DateTime @1694688954 {#5267 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5268 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5270 …} -Children: Doctrine\ORM\PersistentCollection {#5273 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5276 -id: 183 -name: "戦姫絶唱シンフォギア" -hierarchy: 3 -sort_no: 120 -create_date: DateTime @1694688954 {#5274 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5275 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5277 …} -Children: Doctrine\ORM\PersistentCollection {#5280 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5283 -id: 184 -name: "宇宙をかける少女/舞-HiME&舞-乙HiME" -hierarchy: 3 -sort_no: 119 -create_date: DateTime @1694688954 {#5281 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5282 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5284 …} -Children: Doctrine\ORM\PersistentCollection {#5287 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5290 -id: 185 -name: "ゾンビランドサガ リベンジ" -hierarchy: 3 -sort_no: 118 -create_date: DateTime @1694688954 {#5288 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5289 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5291 …} -Children: Doctrine\ORM\PersistentCollection {#5294 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5297 -id: 186 -name: "ダ・カーポ&Dal Segno" -hierarchy: 3 -sort_no: 117 -create_date: DateTime @1694688954 {#5295 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5296 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5298 …} -Children: Doctrine\ORM\PersistentCollection {#5301 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5304 -id: 187 -name: "D4DJ" -hierarchy: 3 -sort_no: 116 -create_date: DateTime @1694688954 {#5302 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5303 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5305 …} -Children: Doctrine\ORM\PersistentCollection {#5308 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5311 -id: 188 -name: "デート・ア・ライブ" -hierarchy: 3 -sort_no: 115 -create_date: DateTime @1694688954 {#5309 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5310 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5312 …} -Children: Doctrine\ORM\PersistentCollection {#5315 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5318 -id: 189 -name: "とある魔術の禁書目録/とある科学の超電磁砲" -hierarchy: 3 -sort_no: 114 -create_date: DateTime @1694688954 {#5316 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5317 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5319 …} -Children: Doctrine\ORM\PersistentCollection {#5322 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5325 -id: 190 -name: "DOG DAYS" -hierarchy: 3 -sort_no: 113 -create_date: DateTime @1694688954 {#5323 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5324 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5326 …} -Children: Doctrine\ORM\PersistentCollection {#5329 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5332 -id: 191 -name: "To LOVEる" -hierarchy: 3 -sort_no: 112 -create_date: DateTime @1694688954 {#5330 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5331 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5333 …} -Children: Doctrine\ORM\PersistentCollection {#5336 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5339 -id: 192 -name: "ニセコイ" -hierarchy: 3 -sort_no: 111 -create_date: DateTime @1694688954 {#5337 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5338 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5340 …} -Children: Doctrine\ORM\PersistentCollection {#5343 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5346 -id: 193 -name: "日常" -hierarchy: 3 -sort_no: 110 -create_date: DateTime @1694688954 {#5344 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5345 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5347 …} -Children: Doctrine\ORM\PersistentCollection {#5350 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5353 -id: 194 -name: "BanG Dream!" -hierarchy: 3 -sort_no: 109 -create_date: DateTime @1694688954 {#5351 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5352 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5354 …} -Children: Doctrine\ORM\PersistentCollection {#5357 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5360 -id: 195 -name: "ビジュアルアーツ" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1694688954 {#5358 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5359 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5361 …} -Children: Doctrine\ORM\PersistentCollection {#5364 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5367 -id: 196 -name: "ひなろじ ~from Luck & Logic~" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1694688954 {#5365 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5366 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5371 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5374 -id: 197 -name: "ViVid Strike!" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1694688954 {#5372 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5373 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5375 …} -Children: Doctrine\ORM\PersistentCollection {#5378 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5381 -id: 198 -name: "ビビッドレッド・オペレーション" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1694688954 {#5379 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5380 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5382 …} -Children: Doctrine\ORM\PersistentCollection {#5385 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5388 -id: 199 -name: "Phantom -Requiem for the Phantom-" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1694688954 {#5386 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5387 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5389 …} -Children: Doctrine\ORM\PersistentCollection {#5392 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5395 -id: 200 -name: "富士見ファンタジア文庫" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1694688954 {#5393 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5394 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5396 …} -Children: Doctrine\ORM\PersistentCollection {#5399 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5402 -id: 201 -name: "アニメ プリンセスコネクト!Re:Dive" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1694688954 {#5400 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5401 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5403 …} -Children: Doctrine\ORM\PersistentCollection {#5406 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5409 -id: 202 -name: "ヘブンバーンズレッド" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1694688954 {#5407 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5408 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5410 …} -Children: Doctrine\ORM\PersistentCollection {#5413 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5416 -id: 203 -name: "ホロライブプロダクション" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1694688954 {#5414 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5415 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5417 …} -Children: Doctrine\ORM\PersistentCollection {#5420 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5423 -id: 204 -name: "魔法少女まどか☆マギカ" -hierarchy: 3 -sort_no: 99 -create_date: DateTime @1694688954 {#5421 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5422 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5424 …} -Children: Doctrine\ORM\PersistentCollection {#5427 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5430 -id: 205 -name: "魔法少女リリカルなのは" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1694688954 {#5428 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5429 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5431 …} -Children: Doctrine\ORM\PersistentCollection {#5434 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5437 -id: 206 -name: "ゆらぎ荘の幽奈さん" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1694688954 {#5435 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5436 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5438 …} -Children: Doctrine\ORM\PersistentCollection {#5441 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5444 -id: 207 -name: "らき☆すた" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1694688954 {#5442 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5443 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5445 …} -Children: Doctrine\ORM\PersistentCollection {#5448 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5451 -id: 208 -name: "ラブライブ!" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1694688954 {#5449 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5450 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5455 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5458 -id: 209 -name: "ラブライブ!サンシャイン!!" -hierarchy: 3 -sort_no: 94 -create_date: DateTime @1694688954 {#5456 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5457 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5459 …} -Children: Doctrine\ORM\PersistentCollection {#5462 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5465 -id: 210 -name: "ラブライブ!虹ヶ咲学園スクールアイドル同好会" -hierarchy: 3 -sort_no: 93 -create_date: DateTime @1694688954 {#5463 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5464 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5466 …} -Children: Doctrine\ORM\PersistentCollection {#5469 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5472 -id: 211 -name: "ラブライブ!スーパースター!!" -hierarchy: 3 -sort_no: 92 -create_date: DateTime @1694688954 {#5470 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5471 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5473 …} -Children: Doctrine\ORM\PersistentCollection {#5476 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5481 -id: 212 -name: "リコリス・リコイル" -hierarchy: 3 -sort_no: 91 -create_date: DateTime @1694688954 {#5477 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5478 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5482 …} -Children: Doctrine\ORM\PersistentCollection {#5485 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5486 -id: 701 -name: "プレミアムブースター リコリス・リコイル" -hierarchy: 4 -sort_no: 90 -create_date: DateTime @1731655109 {#5479 date: 2024-11-15 16:18:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1731655109 {#5480 date: 2024-11-15 16:18:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5487 …} -Children: Doctrine\ORM\PersistentCollection {#5489 …} -Parent: Eccube\Entity\Category {#5481} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5493 -id: 213 -name: "リトルバスターズ!" -hierarchy: 3 -sort_no: 89 -create_date: DateTime @1694688955 {#5491 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5492 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5494 …} -Children: Doctrine\ORM\PersistentCollection {#5497 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5500 -id: 214 -name: "Rewrite" -hierarchy: 3 -sort_no: 88 -create_date: DateTime @1694688955 {#5498 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5499 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5501 …} -Children: Doctrine\ORM\PersistentCollection {#5504 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5507 -id: 215 -name: "ロボティクス・ノーツ" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1694688955 {#5505 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5506 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5508 …} -Children: Doctrine\ORM\PersistentCollection {#5511 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5514 -id: 216 -name: "プロモカード(ヴァイスサイド)" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1694688955 {#5512 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5513 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5515 …} -Children: Doctrine\ORM\PersistentCollection {#5518 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5521 -id: 9 -name: "シュヴァルツサイド" -hierarchy: 2 -sort_no: 343 -create_date: DateTime @1694688736 {#4964 date: 2023-09-14 19:52:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4965 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5522 …} -Children: Doctrine\ORM\PersistentCollection {#5525 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5526 -id: 83 -name: "アイドルマスター" -hierarchy: 3 -sort_no: 342 -create_date: DateTime @1694688954 {#5519 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5520 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5527 …} -Children: Doctrine\ORM\PersistentCollection {#5530 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5535 -id: 84 -name: "アイドルマスター シャイニーカラーズ" -hierarchy: 3 -sort_no: 341 -create_date: DateTime @1694688954 {#5533 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5534 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5536 …} -Children: Doctrine\ORM\PersistentCollection {#5539 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5542 -id: 85 -name: "アイドルマスター ミリオンライブ!" -hierarchy: 3 -sort_no: 340 -create_date: DateTime @1694688954 {#5540 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5541 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5543 …} -Children: Doctrine\ORM\PersistentCollection {#5546 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5549 -id: 86 -name: "アクセル・ワールド" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1694688954 {#5547 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5548 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5550 …} -Children: Doctrine\ORM\PersistentCollection {#5553 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5556 -id: 87 -name: "アサルトリリィ" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1694688954 {#5554 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5555 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5557 …} -Children: Doctrine\ORM\PersistentCollection {#5560 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5563 -id: 88 -name: "アズールレーン" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1694688954 {#5561 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5562 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5564 …} -Children: Doctrine\ORM\PersistentCollection {#5567 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5570 -id: 89 -name: "ありふれた職業で世界最強" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1694688954 {#5568 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5569 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5571 …} -Children: Doctrine\ORM\PersistentCollection {#5574 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5577 -id: 90 -name: "痛いのは嫌なので防御力に極振りしたいと思います。" -hierarchy: 3 -sort_no: 81 -create_date: DateTime @1694688954 {#5575 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5576 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5578 …} -Children: Doctrine\ORM\PersistentCollection {#5581 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5584 -id: 91 -name: "うーさーのその日暮らし" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1694688954 {#5582 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5583 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5585 …} -Children: Doctrine\ORM\PersistentCollection {#5588 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5591 -id: 92 -name: "ヱヴァンゲリヲン新劇場版" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1694688954 {#5589 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5590 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5592 …} -Children: Doctrine\ORM\PersistentCollection {#5595 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5598 -id: 688 -name: "【推しの子】" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1723020071 {#5596 date: 2024-08-07 17:41:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5597 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5599 …} -Children: Doctrine\ORM\PersistentCollection {#5602 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5605 -id: 93 -name: "おそ松さん" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1694688954 {#5603 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5604 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5606 …} -Children: Doctrine\ORM\PersistentCollection {#5609 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5612 -id: 94 -name: "オーバーロード" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1694688954 {#5610 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5611 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5613 …} -Children: Doctrine\ORM\PersistentCollection {#5616 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5619 -id: 95 -name: "かぐや様は告らせたい~天才たちの恋愛頭脳戦~" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1694688954 {#5617 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5618 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5620 …} -Children: Doctrine\ORM\PersistentCollection {#5623 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5626 -id: 96 -name: "刀語" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1694688954 {#5624 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5625 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5627 …} -Children: Doctrine\ORM\PersistentCollection {#5630 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5633 -id: 97 -name: "CANAAN" -hierarchy: 3 -sort_no: 73 -create_date: DateTime @1694688954 {#5631 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5632 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5634 …} -Children: Doctrine\ORM\PersistentCollection {#5637 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5640 -id: 98 -name: "艦隊これくしょん -艦これ-" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1694688954 {#5638 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5639 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5641 …} -Children: Doctrine\ORM\PersistentCollection {#5644 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5647 -id: 99 -name: "超爆裂異次元メンコバトル ギガントシューター つかさ" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1694688954 {#5645 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5646 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5648 …} -Children: Doctrine\ORM\PersistentCollection {#5651 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5654 -id: 100 -name: "キズナイーバー" -hierarchy: 3 -sort_no: 70 -create_date: DateTime @1694688954 {#5652 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5653 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5655 …} -Children: Doctrine\ORM\PersistentCollection {#5658 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5661 -id: 101 -name: "境界のRINNE" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1694688954 {#5659 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5660 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5662 …} -Children: Doctrine\ORM\PersistentCollection {#5665 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5668 -id: 102 -name: "ギルティクラウン" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1694688954 {#5666 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5667 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5669 …} -Children: Doctrine\ORM\PersistentCollection {#5672 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5675 -id: 103 -name: "キルラキル" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1694688954 {#5673 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5674 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5676 …} -Children: Doctrine\ORM\PersistentCollection {#5679 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5682 -id: 104 -name: "グリザイアの果実" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1694688954 {#5680 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5681 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5683 …} -Children: Doctrine\ORM\PersistentCollection {#5686 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5689 -id: 667 -name: "グリザイア:ファントムトリガー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1717647257 {#5687 date: 2024-06-06 13:14:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5688 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5690 …} -Children: Doctrine\ORM\PersistentCollection {#5693 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5696 -id: 105 -name: "クレヨンしんちゃん" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1694688954 {#5694 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5695 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5697 …} -Children: Doctrine\ORM\PersistentCollection {#5700 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5703 -id: 106 -name: "劇場版マクロスF" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1694688954 {#5701 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5702 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5704 …} -Children: Doctrine\ORM\PersistentCollection {#5707 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5710 -id: 107 -name: "アニメーション映画『GODZILLA』" -hierarchy: 3 -sort_no: 62 -create_date: DateTime @1694688954 {#5708 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5709 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5711 …} -Children: Doctrine\ORM\PersistentCollection {#5714 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5717 -id: 108 -name: "ゴブリンスレイヤー" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1694688954 {#5715 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5716 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5718 …} -Children: Doctrine\ORM\PersistentCollection {#5721 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5724 -id: 109 -name: "PSYCHO-PASS サイコパス" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1694688954 {#5722 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5723 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5725 …} -Children: Doctrine\ORM\PersistentCollection {#5728 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5731 -id: 110 -name: "THE KING OF FIGHTERS" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1694688954 {#5729 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5730 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5732 …} -Children: Doctrine\ORM\PersistentCollection {#5735 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5738 -id: 111 -name: "シャイニングシリーズ" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1694688954 {#5736 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5737 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5739 …} -Children: Doctrine\ORM\PersistentCollection {#5742 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5745 -id: 112 -name: "STEINS;GATE" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1694688954 {#5743 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5744 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5746 …} -Children: Doctrine\ORM\PersistentCollection {#5749 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5752 -id: 113 -name: "STEINS;GATE[ブースター]" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1694688954 {#5750 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5751 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5753 …} -Children: Doctrine\ORM\PersistentCollection {#5756 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5759 -id: 114 -name: "STEINS;GATE[TD+]" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1694688954 {#5757 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5758 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5760 …} -Children: Doctrine\ORM\PersistentCollection {#5763 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5766 -id: 115 -name: "少女☆歌劇 レヴュースタァライト" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1694688954 {#5764 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5765 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5767 …} -Children: Doctrine\ORM\PersistentCollection {#5770 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5773 -id: 116 -name: "ジョジョの奇妙な冒険" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1694688954 {#5771 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5772 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5774 …} -Children: Doctrine\ORM\PersistentCollection {#5777 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5780 -id: 117 -name: "進撃の巨人" -hierarchy: 3 -sort_no: 52 -create_date: DateTime @1694688954 {#5778 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5779 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5781 …} -Children: Doctrine\ORM\PersistentCollection {#5784 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5787 -id: 118 -name: "新サクラ大戦" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1694688954 {#5785 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5786 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5788 …} -Children: Doctrine\ORM\PersistentCollection {#5791 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5794 -id: 119 -name: "翠星のガルガンティア" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1694688954 {#5792 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5793 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5795 …} -Children: Doctrine\ORM\PersistentCollection {#5798 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5801 -id: 120 -name: "スクールガールストライカーズ" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1694688954 {#5799 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5800 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5802 …} -Children: Doctrine\ORM\PersistentCollection {#5805 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5808 -id: 121 -name: "STAR WARS" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1694688954 {#5806 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5807 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5809 …} -Children: Doctrine\ORM\PersistentCollection {#5812 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5815 -id: 122 -name: "戦国BASARA" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1694688954 {#5813 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5814 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5816 …} -Children: Doctrine\ORM\PersistentCollection {#5819 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5822 -id: 689 -name: "葬送のフリーレン" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1723442008 {#5820 date: 2024-08-12 14:53:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5821 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5823 …} -Children: Doctrine\ORM\PersistentCollection {#5826 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5829 -id: 123 -name: "ソードアート・オンライン" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1694688954 {#5827 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5828 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5830 …} -Children: Doctrine\ORM\PersistentCollection {#5833 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5836 -id: 124 -name: "ソードアート・オンライン オルタナティブ ガンゲイル・オンライン" -hierarchy: 3 -sort_no: 44 -create_date: DateTime @1694688954 {#5834 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5835 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5837 …} -Children: Doctrine\ORM\PersistentCollection {#5840 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5843 -id: 125 -name: "ダーリン・イン・ザ・フランキス" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1694688954 {#5841 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5842 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5844 …} -Children: Doctrine\ORM\PersistentCollection {#5847 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5850 -id: 126 -name: "ダンジョンに出会いを求めるのは間違っているだろうか" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1694688954 {#5848 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5849 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5851 …} -Children: Doctrine\ORM\PersistentCollection {#5854 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5857 -id: 127 -name: "探偵オペラ ミルキィホームズ" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1694688954 {#5855 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5856 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5858 …} -Children: Doctrine\ORM\PersistentCollection {#5861 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5864 -id: 128 -name: "チェインクロニクル ~ヘクセイタスの閃~" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1694688954 {#5862 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5863 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5865 …} -Children: Doctrine\ORM\PersistentCollection {#5868 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5871 -id: 129 -name: "チェンソーマン" -hierarchy: 3 -sort_no: 39 -create_date: DateTime @1694688954 {#5869 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5870 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5872 …} -Children: Doctrine\ORM\PersistentCollection {#5875 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5878 -id: 130 -name: "TVアニメ「デビルサバイバー2」" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1694688954 {#5876 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5877 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5879 …} -Children: Doctrine\ORM\PersistentCollection {#5882 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5885 -id: 131 -name: "テラフォーマーズ" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1694688954 {#5883 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5884 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5886 …} -Children: Doctrine\ORM\PersistentCollection {#5889 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5892 -id: 132 -name: "天元突破グレンラガン" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1694688954 {#5890 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5891 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5893 …} -Children: Doctrine\ORM\PersistentCollection {#5896 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5899 -id: 133 -name: "転生したらスライムだった件" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1694688954 {#5897 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5898 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5900 …} -Children: Doctrine\ORM\PersistentCollection {#5903 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5906 -id: 134 -name: "D_CIDE TRAUMEREI" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1694688954 {#5904 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5905 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5907 …} -Children: Doctrine\ORM\PersistentCollection {#5910 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5913 -id: 135 -name: "Disney100" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1694688954 {#5911 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5912 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5914 …} -Children: Doctrine\ORM\PersistentCollection {#5917 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5920 -id: 136 -name: "東京リベンジャーズ" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1694688954 {#5918 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5919 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5921 …} -Children: Doctrine\ORM\PersistentCollection {#5924 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5927 -id: 137 -name: "ノーゲーム・ノーライフ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1694688954 {#5925 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5926 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5928 …} -Children: Doctrine\ORM\PersistentCollection {#5931 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5934 -id: 138 -name: "パズル&ドラゴンズ" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1694688954 {#5932 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5933 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5935 …} -Children: Doctrine\ORM\PersistentCollection {#5938 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5941 -id: 139 -name: "初音ミク -Project DIVA-" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1694688954 {#5939 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5940 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5942 …} -Children: Doctrine\ORM\PersistentCollection {#5945 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5948 -id: 140 -name: "PIXAR" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1694688954 {#5946 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5947 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5949 …} -Children: Doctrine\ORM\PersistentCollection {#5952 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5955 -id: 141 -name: "FAIRY TAIL" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1694688954 {#5953 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5954 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5956 …} -Children: Doctrine\ORM\PersistentCollection {#5959 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5962 -id: 142 -name: "Fate" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1694688954 {#5960 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5961 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5963 …} -Children: Doctrine\ORM\PersistentCollection {#5966 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5969 -id: 143 -name: "Fate/Apocrypha" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1694688954 {#5967 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5968 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5970 …} -Children: Doctrine\ORM\PersistentCollection {#5973 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5976 -id: 144 -name: "Fate/Grand Order(アニメ)" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1694688954 {#5974 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5975 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5977 …} -Children: Doctrine\ORM\PersistentCollection {#5980 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5983 -id: 145 -name: "ぷよぷよ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1694688954 {#5981 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5982 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5984 …} -Children: Doctrine\ORM\PersistentCollection {#5987 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5990 -id: 146 -name: "ブラック★ロックシューター" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1694688954 {#5988 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5989 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5991 …} -Children: Doctrine\ORM\PersistentCollection {#5994 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#5997 -id: 147 -name: "プリズマ☆イリヤ" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1694688954 {#5995 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5996 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5998 …} -Children: Doctrine\ORM\PersistentCollection {#6001 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6004 -id: 148 -name: "プロジェクトセカイ カラフルステージ! feat. 初音ミク" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1694688954 {#6002 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6003 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6005 …} -Children: Doctrine\ORM\PersistentCollection {#6008 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6011 -id: 149 -name: "ペルソナ" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1694688954 {#6009 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6010 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6012 …} -Children: Doctrine\ORM\PersistentCollection {#6015 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6018 -id: 150 -name: "Marvel" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1694688954 {#6016 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6017 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6019 …} -Children: Doctrine\ORM\PersistentCollection {#6022 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6025 -id: 151 -name: "魔界戦記ディスガイア" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1694688954 {#6023 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6024 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6026 …} -Children: Doctrine\ORM\PersistentCollection {#6029 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6032 -id: 152 -name: "無職転生 ~異世界行ったら本気だす~" -hierarchy: 3 -sort_no: 16 -create_date: DateTime @1694688954 {#6030 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6031 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6033 …} -Children: Doctrine\ORM\PersistentCollection {#6036 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6039 -id: 153 -name: "MELTY BLOOD/空の境界" -hierarchy: 3 -sort_no: 15 -create_date: DateTime @1694688954 {#6037 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6038 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6040 …} -Children: Doctrine\ORM\PersistentCollection {#6043 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6046 -id: 154 -name: "〈物語〉シリーズ" -hierarchy: 3 -sort_no: 14 -create_date: DateTime @1694688954 {#6044 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6045 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6047 …} -Children: Doctrine\ORM\PersistentCollection {#6050 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6053 -id: 155 -name: "Re:ゼロから始める異世界生活" -hierarchy: 3 -sort_no: 13 -create_date: DateTime @1694688954 {#6051 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6052 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6054 …} -Children: Doctrine\ORM\PersistentCollection {#6057 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6060 -id: 156 -name: "ログ・ホライズン" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1694688954 {#6058 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6059 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6061 …} -Children: Doctrine\ORM\PersistentCollection {#6064 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6067 -id: 157 -name: "ロストディケイド" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1694688954 {#6065 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6066 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6068 …} -Children: Doctrine\ORM\PersistentCollection {#6071 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6074 -id: 158 -name: "ワールドトリガー" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1694688954 {#6072 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6073 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6075 …} -Children: Doctrine\ORM\PersistentCollection {#6078 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6081 -id: 159 -name: "プロモカード(シュヴァルツサイド)" -hierarchy: 3 -sort_no: 9 -create_date: DateTime @1694688954 {#6079 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6080 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6082 …} -Children: Doctrine\ORM\PersistentCollection {#6085 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6088 -id: 7 -name: "ポケモン" -hierarchy: 1 -sort_no: 368 -create_date: DateTime @1694688688 {#5070 date: 2023-09-14 19:51:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240460 {#5069 date: 2025-03-06 14:54:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6089 …} -Children: Doctrine\ORM\PersistentCollection {#6092 …} -Parent: Eccube\Entity\Category {#4706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: "0213195449_65cb4a797fd47.png" } Eccube\Entity\Category {#6093 -id: 596 -name: "レアリティ" -hierarchy: 2 -sort_no: 367 -create_date: DateTime @1696942135 {#4962 date: 2023-10-10 21:48:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#4963 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6094 …} -Children: Doctrine\ORM\PersistentCollection {#6097 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6098 -id: 621 -name: "UR" -hierarchy: 3 -sort_no: 365 -create_date: DateTime @1696942667 {#6086 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6087 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6099 …} -Children: Doctrine\ORM\PersistentCollection {#6102 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6109 -id: 622 -name: "SAR" -hierarchy: 3 -sort_no: 156 -create_date: DateTime @1696942667 {#6107 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6108 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6110 …} -Children: Doctrine\ORM\PersistentCollection {#6113 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6116 -id: 623 -name: "SR" -hierarchy: 3 -sort_no: 155 -create_date: DateTime @1696942667 {#6114 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6115 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6117 …} -Children: Doctrine\ORM\PersistentCollection {#6120 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6123 -id: 624 -name: "AR" -hierarchy: 3 -sort_no: 154 -create_date: DateTime @1696942667 {#6121 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6122 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6124 …} -Children: Doctrine\ORM\PersistentCollection {#6127 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6130 -id: 625 -name: "RR" -hierarchy: 3 -sort_no: 153 -create_date: DateTime @1696942667 {#6128 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6129 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6131 …} -Children: Doctrine\ORM\PersistentCollection {#6134 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6137 -id: 626 -name: "R" -hierarchy: 3 -sort_no: 152 -create_date: DateTime @1696942667 {#6135 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6136 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6138 …} -Children: Doctrine\ORM\PersistentCollection {#6141 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6144 -id: 627 -name: "UC" -hierarchy: 3 -sort_no: 151 -create_date: DateTime @1696942667 {#6142 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6143 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6145 …} -Children: Doctrine\ORM\PersistentCollection {#6148 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6151 -id: 628 -name: "C" -hierarchy: 3 -sort_no: 150 -create_date: DateTime @1696942667 {#6149 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6150 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6152 …} -Children: Doctrine\ORM\PersistentCollection {#6155 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6158 -id: 629 -name: "TD" -hierarchy: 3 -sort_no: 149 -create_date: DateTime @1696942667 {#6156 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6157 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6159 …} -Children: Doctrine\ORM\PersistentCollection {#6162 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6165 -id: 630 -name: "ホロ" -hierarchy: 3 -sort_no: 148 -create_date: DateTime @1696942667 {#6163 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6164 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6166 …} -Children: Doctrine\ORM\PersistentCollection {#6169 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6170 -id: 663 -name: "新商品" -hierarchy: 2 -sort_no: 366 -create_date: DateTime @1717046573 {#5532 date: 2024-05-30 14:22:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#5531 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6171 …} -Children: Doctrine\ORM\PersistentCollection {#6174 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6177 -id: 747 -name: "ダメージ商品 ポケモン" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1741240588 {#6175 date: 2025-03-06 14:56:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6176 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6178 …} -Children: Doctrine\ORM\PersistentCollection {#6181 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6184 -id: 750 -name: "[SV9a] 熱風のアリーナ" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1741938364 {#6182 date: 2025-03-14 16:46:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6183 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6185 …} -Children: Doctrine\ORM\PersistentCollection {#6188 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6191 -id: 706 -name: "[SVOD] ダイゴのダンバル&メタグロスex" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1740201496 {#6189 date: 2025-02-22 14:18:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6190 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6192 …} -Children: Doctrine\ORM\PersistentCollection {#6195 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6198 -id: 705 -name: "[SV9] バトルパートナーズ" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1737708933 {#6196 date: 2025-01-24 17:55:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6197 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6199 …} -Children: Doctrine\ORM\PersistentCollection {#6202 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6205 -id: 704 -name: "[SV8a] テラスタルフェスex" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1733556985 {#6203 date: 2024-12-07 16:36:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6204 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6206 …} -Children: Doctrine\ORM\PersistentCollection {#6209 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6212 -id: 698 -name: "[SV8] 超電ブレイカー" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1729320738 {#6210 date: 2024-10-19 15:52:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6211 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6213 …} -Children: Doctrine\ORM\PersistentCollection {#6216 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6219 -id: 697 -name: "[SV7a] 楽園ドラゴーナ" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1726206102 {#6217 date: 2024-09-13 14:41:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6218 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6220 …} -Children: Doctrine\ORM\PersistentCollection {#6223 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6226 -id: 673 -name: "[SV7] ステラミラクル" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1721806116 {#6224 date: 2024-07-24 16:28:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6225 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6227 …} -Children: Doctrine\ORM\PersistentCollection {#6230 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6233 -id: 668 -name: "[SV6a] ナイトワンダラー" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1717738053 {#6231 date: 2024-06-07 14:27:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6232 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6234 …} -Children: Doctrine\ORM\PersistentCollection {#6237 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6240 -id: 655 -name: "[SV6] 変幻の仮面" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1717043767 {#6238 date: 2024-05-30 13:36:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6239 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6241 …} -Children: Doctrine\ORM\PersistentCollection {#6244 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6247 -id: 650 -name: "[SV5a] クリムゾンヘイズ" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1712556841 {#6245 date: 2024-04-08 15:14:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6246 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6248 …} -Children: Doctrine\ORM\PersistentCollection {#6251 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6254 -id: 656 -name: "[SV5K] ワイルドフォース" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1717043794 {#6252 date: 2024-05-30 13:36:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6253 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6255 …} -Children: Doctrine\ORM\PersistentCollection {#6258 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6261 -id: 657 -name: "[SV5M] サイバージャッジ" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1717043828 {#6259 date: 2024-05-30 13:37:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6260 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6262 …} -Children: Doctrine\ORM\PersistentCollection {#6265 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6268 -id: 665 -name: "[SV4a] シャイニートレジャーex" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1717238509 {#6266 date: 2024-06-01 19:41:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6267 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6269 …} -Children: Doctrine\ORM\PersistentCollection {#6272 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6275 -id: 658 -name: "[SV4K] 古代の咆哮" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1717043844 {#6273 date: 2024-05-30 13:37:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6274 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6276 …} -Children: Doctrine\ORM\PersistentCollection {#6279 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6282 -id: 659 -name: "[SV4M] 未来の一閃" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1717043857 {#6280 date: 2024-05-30 13:37:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6281 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6283 …} -Children: Doctrine\ORM\PersistentCollection {#6286 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6289 -id: 660 -name: "[SV3a] レイジングサーフ" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1717043872 {#6287 date: 2024-05-30 13:37:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6288 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6290 …} -Children: Doctrine\ORM\PersistentCollection {#6293 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6296 -id: 661 -name: "[SV3] 黒炎の支配者" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1717043886 {#6294 date: 2024-05-30 13:38:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6295 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6297 …} -Children: Doctrine\ORM\PersistentCollection {#6300 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6303 -id: 662 -name: "[SV2a] ポケモンカード151" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1717043904 {#6301 date: 2024-05-30 13:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6302 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6304 …} -Children: Doctrine\ORM\PersistentCollection {#6307 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6310 -id: 12 -name: "SV2D クレイバースト" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1694688954 {#6308 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6309 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6311 …} -Children: Doctrine\ORM\PersistentCollection {#6314 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6317 -id: 13 -name: "SV2P スノーハザード" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1694688954 {#6315 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6316 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6318 …} -Children: Doctrine\ORM\PersistentCollection {#6321 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6324 -id: 14 -name: "SV1A トリプレットビート" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1694688954 {#6322 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6323 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6325 …} -Children: Doctrine\ORM\PersistentCollection {#6328 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6331 -id: 15 -name: "SV1V バイオレットex" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1694688954 {#6329 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6330 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6332 …} -Children: Doctrine\ORM\PersistentCollection {#6335 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6338 -id: 16 -name: "SV1S スカーレットex" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1694688954 {#6336 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6337 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6339 …} -Children: Doctrine\ORM\PersistentCollection {#6342 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6345 -id: 11 -name: "PROMO プロモ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1694688954 {#6343 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6344 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6346 …} -Children: Doctrine\ORM\PersistentCollection {#6349 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6352 -id: 645 -name: "ポケモンおすすめ" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1706627829 {#6350 date: 2024-01-31 00:17:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6351 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6353 …} -Children: Doctrine\ORM\PersistentCollection {#6356 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6359 -id: 217 -name: "買い取り" -hierarchy: 2 -sort_no: 364 -create_date: DateTime @1695966514 {#6103 date: 2023-09-29 14:48:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#6104 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6360 …} -Children: Doctrine\ORM\PersistentCollection {#6363 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6364 -id: 219 -name: "ポケモン" -hierarchy: 2 -sort_no: 338 -create_date: DateTime @1695974903 {#6105 date: 2023-09-29 17:08:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708916557 {#6106 date: 2024-02-26 12:02:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6365 …} -Children: Doctrine\ORM\PersistentCollection {#6368 …} -Parent: Eccube\Entity\Category {#6359} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: "0226120233_65dbff4915d20.png" } Eccube\Entity\Category {#6369 -id: 751 -name: "まとめて発送" -hierarchy: 3 -sort_no: 337 -create_date: DateTime @1742927671 {#6357 date: 2025-03-26 03:34:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742927671 {#6358 date: 2025-03-26 03:34:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6370 …} -Children: Doctrine\ORM\PersistentCollection {#6373 …} -Parent: Eccube\Entity\Category {#6364} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6382 -id: 597 -name: "レアリティ" -hierarchy: 3 -sort_no: 336 -create_date: DateTime @1696942150 {#6378 date: 2023-10-10 21:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6379 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6383 …} -Children: Doctrine\ORM\PersistentCollection {#6386 …} -Parent: Eccube\Entity\Category {#6364} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6387 -id: 713 -name: "UR" -hierarchy: 4 -sort_no: 335 -create_date: DateTime @1740989596 {#6380 date: 2025-03-03 17:13:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6381 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6388 …} -Children: Doctrine\ORM\PersistentCollection {#6391 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6396 -id: 714 -name: "SAR" -hierarchy: 4 -sort_no: 334 -create_date: DateTime @1740989599 {#6394 date: 2025-03-03 17:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6395 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6397 …} -Children: Doctrine\ORM\PersistentCollection {#6400 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6403 -id: 715 -name: "SR" -hierarchy: 4 -sort_no: 333 -create_date: DateTime @1740989607 {#6401 date: 2025-03-03 17:13:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6402 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6404 …} -Children: Doctrine\ORM\PersistentCollection {#6407 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6410 -id: 716 -name: "AR" -hierarchy: 4 -sort_no: 332 -create_date: DateTime @1740989612 {#6408 date: 2025-03-03 17:13:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6409 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6411 …} -Children: Doctrine\ORM\PersistentCollection {#6414 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6417 -id: 717 -name: "RR" -hierarchy: 4 -sort_no: 331 -create_date: DateTime @1740989616 {#6415 date: 2025-03-03 17:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6416 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6418 …} -Children: Doctrine\ORM\PersistentCollection {#6421 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6424 -id: 718 -name: "R" -hierarchy: 4 -sort_no: 330 -create_date: DateTime @1740989626 {#6422 date: 2025-03-03 17:13:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6423 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6425 …} -Children: Doctrine\ORM\PersistentCollection {#6428 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6431 -id: 719 -name: "UC" -hierarchy: 4 -sort_no: 329 -create_date: DateTime @1740989636 {#6429 date: 2025-03-03 17:13:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6430 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6432 …} -Children: Doctrine\ORM\PersistentCollection {#6435 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6438 -id: 720 -name: "C" -hierarchy: 4 -sort_no: 328 -create_date: DateTime @1740990583 {#6436 date: 2025-03-03 17:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6437 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6439 …} -Children: Doctrine\ORM\PersistentCollection {#6442 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6445 -id: 721 -name: "TD" -hierarchy: 4 -sort_no: 327 -create_date: DateTime @1740990604 {#6443 date: 2025-03-03 17:30:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6444 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6446 …} -Children: Doctrine\ORM\PersistentCollection {#6449 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6452 -id: 722 -name: "ホロ" -hierarchy: 4 -sort_no: 326 -create_date: DateTime @1740990613 {#6450 date: 2025-03-03 17:30:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6451 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6453 …} -Children: Doctrine\ORM\PersistentCollection {#6456 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6459 -id: 218 -name: "ヴァイスシュヴァルツ" -hierarchy: 2 -sort_no: 325 -create_date: DateTime @1695974896 {#6374 date: 2023-09-29 17:08:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708916568 {#6375 date: 2024-02-26 12:02:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6460 …} -Children: Doctrine\ORM\PersistentCollection {#6463 …} -Parent: Eccube\Entity\Category {#6359} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: "0226120246_65dbff56df4a3.png" } Eccube\Entity\Category {#6464 -id: 731 -name: "レアリティ" -hierarchy: 3 -sort_no: 324 -create_date: DateTime @1740991321 {#6376 date: 2025-03-03 17:42:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991321 {#6377 date: 2025-03-03 17:42:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6465 …} -Children: Doctrine\ORM\PersistentCollection {#6468 …} -Parent: Eccube\Entity\Category {#6459} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6469 -id: 732 -name: "SSP" -hierarchy: 4 -sort_no: 323 -create_date: DateTime @1740991716 {#6457 date: 2025-03-03 17:48:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6458 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6470 …} -Children: Doctrine\ORM\PersistentCollection {#6473 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6480 -id: 733 -name: "SP" -hierarchy: 4 -sort_no: 322 -create_date: DateTime @1740991726 {#6478 date: 2025-03-03 17:48:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6479 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6481 …} -Children: Doctrine\ORM\PersistentCollection {#6484 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6487 -id: 734 -name: "RRR" -hierarchy: 4 -sort_no: 321 -create_date: DateTime @1740991737 {#6485 date: 2025-03-03 17:48:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6486 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6488 …} -Children: Doctrine\ORM\PersistentCollection {#6491 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6494 -id: 735 -name: "SR" -hierarchy: 4 -sort_no: 320 -create_date: DateTime @1740991747 {#6492 date: 2025-03-03 17:49:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6493 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6495 …} -Children: Doctrine\ORM\PersistentCollection {#6498 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6501 -id: 736 -name: "RR" -hierarchy: 4 -sort_no: 319 -create_date: DateTime @1740991756 {#6499 date: 2025-03-03 17:49:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6500 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6502 …} -Children: Doctrine\ORM\PersistentCollection {#6505 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6508 -id: 737 -name: "R" -hierarchy: 4 -sort_no: 318 -create_date: DateTime @1740991765 {#6506 date: 2025-03-03 17:49:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6507 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6509 …} -Children: Doctrine\ORM\PersistentCollection {#6512 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6515 -id: 738 -name: "UC" -hierarchy: 4 -sort_no: 317 -create_date: DateTime @1740991777 {#6513 date: 2025-03-03 17:49:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6514 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6516 …} -Children: Doctrine\ORM\PersistentCollection {#6519 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6522 -id: 739 -name: "C" -hierarchy: 4 -sort_no: 316 -create_date: DateTime @1740991787 {#6520 date: 2025-03-03 17:49:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6521 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6523 …} -Children: Doctrine\ORM\PersistentCollection {#6526 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6529 -id: 740 -name: "PR" -hierarchy: 4 -sort_no: 315 -create_date: DateTime @1740991816 {#6527 date: 2025-03-03 17:50:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6528 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6530 …} -Children: Doctrine\ORM\PersistentCollection {#6533 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6536 -id: 741 -name: "TD" -hierarchy: 4 -sort_no: 314 -create_date: DateTime @1740991826 {#6534 date: 2025-03-03 17:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6535 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6537 …} -Children: Doctrine\ORM\PersistentCollection {#6540 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6543 -id: 742 -name: "ホロ" -hierarchy: 4 -sort_no: 313 -create_date: DateTime @1740991838 {#6541 date: 2025-03-03 17:50:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6542 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6544 …} -Children: Doctrine\ORM\PersistentCollection {#6547 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6550 -id: 221 -name: "シュヴァルツサイド" -hierarchy: 3 -sort_no: 312 -create_date: DateTime @1695979650 {#6476 date: 2023-09-29 18:27:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695979650 {#6477 date: 2023-09-29 18:27:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6551 …} -Children: Doctrine\ORM\PersistentCollection {#6554 …} -Parent: Eccube\Entity\Category {#6459} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6555 -id: 351 -name: "アイドルマスター" -hierarchy: 4 -sort_no: 311 -create_date: DateTime @1695985580 {#6548 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6549 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6556 …} -Children: Doctrine\ORM\PersistentCollection {#6559 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6564 -id: 352 -name: "アイドルマスター シャイニーカラーズ" -hierarchy: 4 -sort_no: 310 -create_date: DateTime @1695985580 {#6562 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6563 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6565 …} -Children: Doctrine\ORM\PersistentCollection {#6568 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6571 -id: 353 -name: "アイドルマスター ミリオンライブ!" -hierarchy: 4 -sort_no: 309 -create_date: DateTime @1695985580 {#6569 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6570 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6572 …} -Children: Doctrine\ORM\PersistentCollection {#6575 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6578 -id: 354 -name: "アクセル・ワールド" -hierarchy: 4 -sort_no: 308 -create_date: DateTime @1695985580 {#6576 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6577 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6579 …} -Children: Doctrine\ORM\PersistentCollection {#6582 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6585 -id: 355 -name: "アサルトリリィ" -hierarchy: 4 -sort_no: 307 -create_date: DateTime @1695985580 {#6583 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6584 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6586 …} -Children: Doctrine\ORM\PersistentCollection {#6589 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6592 -id: 356 -name: "アズールレーン" -hierarchy: 4 -sort_no: 306 -create_date: DateTime @1695985580 {#6590 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6591 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6593 …} -Children: Doctrine\ORM\PersistentCollection {#6596 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6599 -id: 357 -name: "ありふれた職業で世界最強" -hierarchy: 4 -sort_no: 305 -create_date: DateTime @1695985580 {#6597 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6598 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6600 …} -Children: Doctrine\ORM\PersistentCollection {#6603 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6606 -id: 358 -name: "痛いのは嫌なので防御力に極振りしたいと思います。" -hierarchy: 4 -sort_no: 304 -create_date: DateTime @1695985580 {#6604 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6605 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6607 …} -Children: Doctrine\ORM\PersistentCollection {#6610 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6613 -id: 359 -name: "うーさーのその日暮らし" -hierarchy: 4 -sort_no: 303 -create_date: DateTime @1695985580 {#6611 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6612 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6614 …} -Children: Doctrine\ORM\PersistentCollection {#6617 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6620 -id: 360 -name: "ヱヴァンゲリヲン新劇場版" -hierarchy: 4 -sort_no: 302 -create_date: DateTime @1695985580 {#6618 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6619 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6621 …} -Children: Doctrine\ORM\PersistentCollection {#6624 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6627 -id: 361 -name: "おそ松さん" -hierarchy: 4 -sort_no: 301 -create_date: DateTime @1695985580 {#6625 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6626 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6628 …} -Children: Doctrine\ORM\PersistentCollection {#6631 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6634 -id: 362 -name: "オーバーロード" -hierarchy: 4 -sort_no: 300 -create_date: DateTime @1695985580 {#6632 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6633 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6635 …} -Children: Doctrine\ORM\PersistentCollection {#6638 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6641 -id: 363 -name: "かぐや様は告らせたい~天才たちの恋愛頭脳戦~" -hierarchy: 4 -sort_no: 299 -create_date: DateTime @1695985580 {#6639 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6640 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6642 …} -Children: Doctrine\ORM\PersistentCollection {#6645 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6648 -id: 364 -name: "刀語" -hierarchy: 4 -sort_no: 298 -create_date: DateTime @1695985580 {#6646 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6647 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6649 …} -Children: Doctrine\ORM\PersistentCollection {#6652 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6655 -id: 365 -name: "CANAAN" -hierarchy: 4 -sort_no: 297 -create_date: DateTime @1695985580 {#6653 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6654 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6656 …} -Children: Doctrine\ORM\PersistentCollection {#6659 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6662 -id: 366 -name: "艦隊これくしょん -艦これ-" -hierarchy: 4 -sort_no: 296 -create_date: DateTime @1695985580 {#6660 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6661 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6663 …} -Children: Doctrine\ORM\PersistentCollection {#6666 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6669 -id: 367 -name: "超爆裂異次元メンコバトル ギガントシューター つかさ" -hierarchy: 4 -sort_no: 295 -create_date: DateTime @1695985580 {#6667 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6668 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6670 …} -Children: Doctrine\ORM\PersistentCollection {#6673 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6676 -id: 368 -name: "キズナイーバー" -hierarchy: 4 -sort_no: 294 -create_date: DateTime @1695985580 {#6674 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6675 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6677 …} -Children: Doctrine\ORM\PersistentCollection {#6680 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6683 -id: 369 -name: "境界のRINNE" -hierarchy: 4 -sort_no: 293 -create_date: DateTime @1695985580 {#6681 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6682 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6684 …} -Children: Doctrine\ORM\PersistentCollection {#6687 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6690 -id: 370 -name: "ギルティクラウン" -hierarchy: 4 -sort_no: 292 -create_date: DateTime @1695985580 {#6688 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6689 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6691 …} -Children: Doctrine\ORM\PersistentCollection {#6694 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6697 -id: 371 -name: "キルラキル" -hierarchy: 4 -sort_no: 291 -create_date: DateTime @1695985580 {#6695 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6696 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6698 …} -Children: Doctrine\ORM\PersistentCollection {#6701 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6704 -id: 372 -name: "グリザイアの果実" -hierarchy: 4 -sort_no: 290 -create_date: DateTime @1695985580 {#6702 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6703 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6705 …} -Children: Doctrine\ORM\PersistentCollection {#6708 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6711 -id: 373 -name: "クレヨンしんちゃん" -hierarchy: 4 -sort_no: 289 -create_date: DateTime @1695985580 {#6709 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6710 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6712 …} -Children: Doctrine\ORM\PersistentCollection {#6715 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6718 -id: 374 -name: "劇場版マクロスF" -hierarchy: 4 -sort_no: 288 -create_date: DateTime @1695985580 {#6716 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6717 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6719 …} -Children: Doctrine\ORM\PersistentCollection {#6722 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6725 -id: 375 -name: "アニメーション映画『GODZILLA』" -hierarchy: 4 -sort_no: 287 -create_date: DateTime @1695985580 {#6723 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6724 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6726 …} -Children: Doctrine\ORM\PersistentCollection {#6729 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6732 -id: 376 -name: "ゴブリンスレイヤー" -hierarchy: 4 -sort_no: 286 -create_date: DateTime @1695985580 {#6730 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6731 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6733 …} -Children: Doctrine\ORM\PersistentCollection {#6736 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6739 -id: 377 -name: "PSYCHO-PASS サイコパス" -hierarchy: 4 -sort_no: 285 -create_date: DateTime @1695985580 {#6737 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6738 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6740 …} -Children: Doctrine\ORM\PersistentCollection {#6743 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6746 -id: 378 -name: "THE KING OF FIGHTERS" -hierarchy: 4 -sort_no: 284 -create_date: DateTime @1695985580 {#6744 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6745 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6747 …} -Children: Doctrine\ORM\PersistentCollection {#6750 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6753 -id: 379 -name: "シャイニングシリーズ" -hierarchy: 4 -sort_no: 283 -create_date: DateTime @1695985580 {#6751 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6752 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6754 …} -Children: Doctrine\ORM\PersistentCollection {#6757 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6760 -id: 380 -name: "STEINS;GATE" -hierarchy: 4 -sort_no: 282 -create_date: DateTime @1695985580 {#6758 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6759 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6761 …} -Children: Doctrine\ORM\PersistentCollection {#6764 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6767 -id: 381 -name: "STEINS;GATE[ブースター]" -hierarchy: 4 -sort_no: 281 -create_date: DateTime @1695985580 {#6765 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6766 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6768 …} -Children: Doctrine\ORM\PersistentCollection {#6771 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6774 -id: 382 -name: "STEINS;GATE[TD+]" -hierarchy: 4 -sort_no: 280 -create_date: DateTime @1695985580 {#6772 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6773 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6775 …} -Children: Doctrine\ORM\PersistentCollection {#6778 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6781 -id: 383 -name: "少女☆歌劇 レヴュースタァライト" -hierarchy: 4 -sort_no: 279 -create_date: DateTime @1695985580 {#6779 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6780 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6782 …} -Children: Doctrine\ORM\PersistentCollection {#6785 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6788 -id: 384 -name: "ジョジョの奇妙な冒険" -hierarchy: 4 -sort_no: 278 -create_date: DateTime @1695985580 {#6786 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6787 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6789 …} -Children: Doctrine\ORM\PersistentCollection {#6792 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6795 -id: 385 -name: "進撃の巨人" -hierarchy: 4 -sort_no: 277 -create_date: DateTime @1695985580 {#6793 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6794 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6796 …} -Children: Doctrine\ORM\PersistentCollection {#6799 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6802 -id: 386 -name: "新サクラ大戦" -hierarchy: 4 -sort_no: 276 -create_date: DateTime @1695985580 {#6800 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6801 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6803 …} -Children: Doctrine\ORM\PersistentCollection {#6806 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6809 -id: 387 -name: "翠星のガルガンティア" -hierarchy: 4 -sort_no: 275 -create_date: DateTime @1695985580 {#6807 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6808 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6810 …} -Children: Doctrine\ORM\PersistentCollection {#6813 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6816 -id: 388 -name: "スクールガールストライカーズ" -hierarchy: 4 -sort_no: 274 -create_date: DateTime @1695985580 {#6814 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6815 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6817 …} -Children: Doctrine\ORM\PersistentCollection {#6820 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6823 -id: 389 -name: "STAR WARS" -hierarchy: 4 -sort_no: 273 -create_date: DateTime @1695985580 {#6821 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6822 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6824 …} -Children: Doctrine\ORM\PersistentCollection {#6827 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6830 -id: 390 -name: "戦国BASARA" -hierarchy: 4 -sort_no: 272 -create_date: DateTime @1695985580 {#6828 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6829 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6831 …} -Children: Doctrine\ORM\PersistentCollection {#6834 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6837 -id: 391 -name: "ソードアート・オンライン" -hierarchy: 4 -sort_no: 271 -create_date: DateTime @1695985580 {#6835 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6836 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6838 …} -Children: Doctrine\ORM\PersistentCollection {#6841 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6844 -id: 392 -name: "ソードアート・オンライン オルタナティブ ガンゲイル・オンライン" -hierarchy: 4 -sort_no: 270 -create_date: DateTime @1695985580 {#6842 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6843 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6845 …} -Children: Doctrine\ORM\PersistentCollection {#6848 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6851 -id: 393 -name: "ダーリン・イン・ザ・フランキス" -hierarchy: 4 -sort_no: 269 -create_date: DateTime @1695985580 {#6849 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6850 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6852 …} -Children: Doctrine\ORM\PersistentCollection {#6855 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6858 -id: 394 -name: "ダンジョンに出会いを求めるのは間違っているだろうか" -hierarchy: 4 -sort_no: 268 -create_date: DateTime @1695985580 {#6856 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6857 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6859 …} -Children: Doctrine\ORM\PersistentCollection {#6862 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6865 -id: 395 -name: "探偵オペラ ミルキィホームズ" -hierarchy: 4 -sort_no: 267 -create_date: DateTime @1695985580 {#6863 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6864 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6866 …} -Children: Doctrine\ORM\PersistentCollection {#6869 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6872 -id: 396 -name: "チェインクロニクル ~ヘクセイタスの閃~" -hierarchy: 4 -sort_no: 266 -create_date: DateTime @1695985580 {#6870 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6871 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6873 …} -Children: Doctrine\ORM\PersistentCollection {#6876 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6879 -id: 397 -name: "チェンソーマン" -hierarchy: 4 -sort_no: 265 -create_date: DateTime @1695985580 {#6877 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6878 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6880 …} -Children: Doctrine\ORM\PersistentCollection {#6883 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6886 -id: 398 -name: "TVアニメ「デビルサバイバー2」" -hierarchy: 4 -sort_no: 264 -create_date: DateTime @1695985580 {#6884 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6885 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6887 …} -Children: Doctrine\ORM\PersistentCollection {#6890 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6893 -id: 399 -name: "テラフォーマーズ" -hierarchy: 4 -sort_no: 263 -create_date: DateTime @1695985580 {#6891 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6892 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6894 …} -Children: Doctrine\ORM\PersistentCollection {#6897 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6900 -id: 400 -name: "天元突破グレンラガン" -hierarchy: 4 -sort_no: 262 -create_date: DateTime @1695985580 {#6898 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6899 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6901 …} -Children: Doctrine\ORM\PersistentCollection {#6904 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6907 -id: 401 -name: "転生したらスライムだった件" -hierarchy: 4 -sort_no: 261 -create_date: DateTime @1695985580 {#6905 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6906 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6908 …} -Children: Doctrine\ORM\PersistentCollection {#6911 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6914 -id: 402 -name: "D_CIDE TRAUMEREI" -hierarchy: 4 -sort_no: 260 -create_date: DateTime @1695985580 {#6912 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6913 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6915 …} -Children: Doctrine\ORM\PersistentCollection {#6918 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6921 -id: 403 -name: "Disney100" -hierarchy: 4 -sort_no: 259 -create_date: DateTime @1695985580 {#6919 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6920 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6922 …} -Children: Doctrine\ORM\PersistentCollection {#6925 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6928 -id: 404 -name: "東京リベンジャーズ" -hierarchy: 4 -sort_no: 258 -create_date: DateTime @1695985580 {#6926 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6927 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6929 …} -Children: Doctrine\ORM\PersistentCollection {#6932 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6935 -id: 405 -name: "ノーゲーム・ノーライフ" -hierarchy: 4 -sort_no: 257 -create_date: DateTime @1695985580 {#6933 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6934 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6936 …} -Children: Doctrine\ORM\PersistentCollection {#6939 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6942 -id: 406 -name: "パズル&ドラゴンズ" -hierarchy: 4 -sort_no: 256 -create_date: DateTime @1695985580 {#6940 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6941 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6943 …} -Children: Doctrine\ORM\PersistentCollection {#6946 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6949 -id: 407 -name: "初音ミク -Project DIVA-" -hierarchy: 4 -sort_no: 255 -create_date: DateTime @1695985580 {#6947 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6948 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6950 …} -Children: Doctrine\ORM\PersistentCollection {#6953 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6956 -id: 408 -name: "PIXAR" -hierarchy: 4 -sort_no: 254 -create_date: DateTime @1695985580 {#6954 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6955 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6957 …} -Children: Doctrine\ORM\PersistentCollection {#6960 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6963 -id: 409 -name: "FAIRY TAIL" -hierarchy: 4 -sort_no: 253 -create_date: DateTime @1695985580 {#6961 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6962 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6964 …} -Children: Doctrine\ORM\PersistentCollection {#6967 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6970 -id: 410 -name: "Fate" -hierarchy: 4 -sort_no: 252 -create_date: DateTime @1695985580 {#6968 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6969 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6971 …} -Children: Doctrine\ORM\PersistentCollection {#6974 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6977 -id: 411 -name: "Fate/Apocrypha" -hierarchy: 4 -sort_no: 251 -create_date: DateTime @1695985580 {#6975 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6976 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6978 …} -Children: Doctrine\ORM\PersistentCollection {#6981 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6984 -id: 412 -name: "Fate/Grand Order(アニメ)" -hierarchy: 4 -sort_no: 250 -create_date: DateTime @1695985580 {#6982 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6983 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6985 …} -Children: Doctrine\ORM\PersistentCollection {#6988 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6991 -id: 413 -name: "ぷよぷよ" -hierarchy: 4 -sort_no: 249 -create_date: DateTime @1695985580 {#6989 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6990 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6992 …} -Children: Doctrine\ORM\PersistentCollection {#6995 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6998 -id: 414 -name: "ブラック★ロックシューター" -hierarchy: 4 -sort_no: 248 -create_date: DateTime @1695985580 {#6996 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6997 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6999 …} -Children: Doctrine\ORM\PersistentCollection {#7002 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7005 -id: 415 -name: "プリズマ☆イリヤ" -hierarchy: 4 -sort_no: 247 -create_date: DateTime @1695985580 {#7003 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7004 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7006 …} -Children: Doctrine\ORM\PersistentCollection {#7009 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7012 -id: 416 -name: "プロジェクトセカイ カラフルステージ! feat. 初音ミク" -hierarchy: 4 -sort_no: 246 -create_date: DateTime @1695985580 {#7010 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7011 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7013 …} -Children: Doctrine\ORM\PersistentCollection {#7016 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7019 -id: 417 -name: "ペルソナ" -hierarchy: 4 -sort_no: 245 -create_date: DateTime @1695985580 {#7017 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7018 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7020 …} -Children: Doctrine\ORM\PersistentCollection {#7023 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7026 -id: 418 -name: "Marvel" -hierarchy: 4 -sort_no: 244 -create_date: DateTime @1695985580 {#7024 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7025 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7027 …} -Children: Doctrine\ORM\PersistentCollection {#7030 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7033 -id: 419 -name: "魔界戦記ディスガイア" -hierarchy: 4 -sort_no: 243 -create_date: DateTime @1695985580 {#7031 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7032 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7034 …} -Children: Doctrine\ORM\PersistentCollection {#7037 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7040 -id: 420 -name: "無職転生 ~異世界行ったら本気だす~" -hierarchy: 4 -sort_no: 242 -create_date: DateTime @1695985580 {#7038 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7039 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7041 …} -Children: Doctrine\ORM\PersistentCollection {#7044 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7047 -id: 421 -name: "MELTY BLOOD/空の境界" -hierarchy: 4 -sort_no: 241 -create_date: DateTime @1695985580 {#7045 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7046 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7048 …} -Children: Doctrine\ORM\PersistentCollection {#7051 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7054 -id: 422 -name: "〈物語〉シリーズ" -hierarchy: 4 -sort_no: 240 -create_date: DateTime @1695985580 {#7052 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7053 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7055 …} -Children: Doctrine\ORM\PersistentCollection {#7058 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7061 -id: 423 -name: "Re:ゼロから始める異世界生活" -hierarchy: 4 -sort_no: 239 -create_date: DateTime @1695985580 {#7059 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7060 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7062 …} -Children: Doctrine\ORM\PersistentCollection {#7065 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7068 -id: 424 -name: "ログ・ホライズン" -hierarchy: 4 -sort_no: 238 -create_date: DateTime @1695985580 {#7066 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7067 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7069 …} -Children: Doctrine\ORM\PersistentCollection {#7072 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7075 -id: 425 -name: "ロストディケイド" -hierarchy: 4 -sort_no: 237 -create_date: DateTime @1695985580 {#7073 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7074 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7076 …} -Children: Doctrine\ORM\PersistentCollection {#7079 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7082 -id: 426 -name: "ワールドトリガー" -hierarchy: 4 -sort_no: 236 -create_date: DateTime @1695985580 {#7080 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7081 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7083 …} -Children: Doctrine\ORM\PersistentCollection {#7086 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7089 -id: 427 -name: "プロモカード(シュヴァルツサイド)" -hierarchy: 4 -sort_no: 235 -create_date: DateTime @1695985580 {#7087 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7088 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7090 …} -Children: Doctrine\ORM\PersistentCollection {#7093 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7096 -id: 220 -name: "ヴァイスサイド" -hierarchy: 3 -sort_no: 234 -create_date: DateTime @1695979641 {#6560 date: 2023-09-29 18:27:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695979641 {#6561 date: 2023-09-29 18:27:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7097 …} -Children: Doctrine\ORM\PersistentCollection {#7100 …} -Parent: Eccube\Entity\Category {#6459} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7101 -id: 294 -name: "アイドルマスター シンデレラガールズ" -hierarchy: 4 -sort_no: 233 -create_date: DateTime @1695985527 {#7094 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7095 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7102 …} -Children: Doctrine\ORM\PersistentCollection {#7105 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7110 -id: 295 -name: "Angel Beats!/クドわふたー" -hierarchy: 4 -sort_no: 232 -create_date: DateTime @1695985527 {#7108 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7109 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7111 …} -Children: Doctrine\ORM\PersistentCollection {#7114 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7117 -id: 296 -name: "カードキャプターさくら" -hierarchy: 4 -sort_no: 231 -create_date: DateTime @1695985527 {#7115 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7116 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7118 …} -Children: Doctrine\ORM\PersistentCollection {#7121 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7124 -id: 297 -name: "ガールフレンド(仮)" -hierarchy: 4 -sort_no: 230 -create_date: DateTime @1695985527 {#7122 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7123 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7125 …} -Children: Doctrine\ORM\PersistentCollection {#7128 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7131 -id: 298 -name: "角川スニーカー文庫" -hierarchy: 4 -sort_no: 229 -create_date: DateTime @1695985527 {#7129 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7130 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7132 …} -Children: Doctrine\ORM\PersistentCollection {#7135 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7138 -id: 299 -name: "彼女、お借りします" -hierarchy: 4 -sort_no: 228 -create_date: DateTime @1695985527 {#7136 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7137 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7139 …} -Children: Doctrine\ORM\PersistentCollection {#7142 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7145 -id: 300 -name: "神様になった日" -hierarchy: 4 -sort_no: 227 -create_date: DateTime @1695985527 {#7143 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7144 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7146 …} -Children: Doctrine\ORM\PersistentCollection {#7149 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7152 -id: 301 -name: "カードゲームしよ子" -hierarchy: 4 -sort_no: 226 -create_date: DateTime @1695985527 {#7150 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7151 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7153 …} -Children: Doctrine\ORM\PersistentCollection {#7156 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7159 -id: 302 -name: "Key" -hierarchy: 4 -sort_no: 225 -create_date: DateTime @1695985527 {#7157 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7158 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7160 …} -Children: Doctrine\ORM\PersistentCollection {#7163 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7166 -id: 303 -name: "CLANNAD" -hierarchy: 4 -sort_no: 224 -create_date: DateTime @1695985527 {#7164 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7165 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7167 …} -Children: Doctrine\ORM\PersistentCollection {#7170 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7173 -id: 304 -name: "けものフレンズ" -hierarchy: 4 -sort_no: 223 -create_date: DateTime @1695985527 {#7171 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7172 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7174 …} -Children: Doctrine\ORM\PersistentCollection {#7177 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7180 -id: 305 -name: "幻影ヲ駆ケル太陽" -hierarchy: 4 -sort_no: 222 -create_date: DateTime @1695985527 {#7178 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7179 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7181 …} -Children: Doctrine\ORM\PersistentCollection {#7184 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7187 -id: 306 -name: "ご注文はうさぎですか??" -hierarchy: 4 -sort_no: 221 -create_date: DateTime @1695985527 {#7185 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7186 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7188 …} -Children: Doctrine\ORM\PersistentCollection {#7191 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7194 -id: 307 -name: "五等分の花嫁" -hierarchy: 4 -sort_no: 220 -create_date: DateTime @1695985527 {#7192 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7193 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7195 …} -Children: Doctrine\ORM\PersistentCollection {#7198 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7201 -id: 308 -name: "この素晴らしい世界に祝福を!" -hierarchy: 4 -sort_no: 219 -create_date: DateTime @1695985527 {#7199 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7200 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7202 …} -Children: Doctrine\ORM\PersistentCollection {#7205 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7208 -id: 309 -name: "小林さんちのメイドラゴン" -hierarchy: 4 -sort_no: 218 -create_date: DateTime @1695985527 {#7206 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7207 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7209 …} -Children: Doctrine\ORM\PersistentCollection {#7212 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7215 -id: 310 -name: "冴えない彼女の育てかた" -hierarchy: 4 -sort_no: 217 -create_date: DateTime @1695985527 {#7213 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7214 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7216 …} -Children: Doctrine\ORM\PersistentCollection {#7219 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7222 -id: 311 -name: "Summer Pockets" -hierarchy: 4 -sort_no: 216 -create_date: DateTime @1695985527 {#7220 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7221 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7223 …} -Children: Doctrine\ORM\PersistentCollection {#7226 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7229 -id: 312 -name: "Charlotte" -hierarchy: 4 -sort_no: 215 -create_date: DateTime @1695985527 {#7227 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7228 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7230 …} -Children: Doctrine\ORM\PersistentCollection {#7233 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7236 -id: 313 -name: "灼眼のシャナ" -hierarchy: 4 -sort_no: 214 -create_date: DateTime @1695985527 {#7234 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7235 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7237 …} -Children: Doctrine\ORM\PersistentCollection {#7240 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7243 -id: 314 -name: "涼宮ハルヒの憂鬱" -hierarchy: 4 -sort_no: 213 -create_date: DateTime @1695985527 {#7241 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7242 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7244 …} -Children: Doctrine\ORM\PersistentCollection {#7247 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7250 -id: 315 -name: "青春ブタ野郎シリーズ" -hierarchy: 4 -sort_no: 212 -create_date: DateTime @1695985527 {#7248 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7249 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7251 …} -Children: Doctrine\ORM\PersistentCollection {#7254 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7257 -id: 316 -name: "ゼロの使い魔" -hierarchy: 4 -sort_no: 211 -create_date: DateTime @1695985527 {#7255 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7256 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7258 …} -Children: Doctrine\ORM\PersistentCollection {#7261 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7264 -id: 317 -name: "戦姫絶唱シンフォギア" -hierarchy: 4 -sort_no: 210 -create_date: DateTime @1695985527 {#7262 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7263 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7265 …} -Children: Doctrine\ORM\PersistentCollection {#7268 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7271 -id: 318 -name: "宇宙をかける少女/舞-HiME&舞-乙HiME" -hierarchy: 4 -sort_no: 209 -create_date: DateTime @1695985527 {#7269 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7270 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7272 …} -Children: Doctrine\ORM\PersistentCollection {#7275 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7278 -id: 319 -name: "ゾンビランドサガ リベンジ" -hierarchy: 4 -sort_no: 208 -create_date: DateTime @1695985527 {#7276 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7277 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7279 …} -Children: Doctrine\ORM\PersistentCollection {#7282 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7285 -id: 320 -name: "ダ・カーポ&Dal Segno" -hierarchy: 4 -sort_no: 207 -create_date: DateTime @1695985527 {#7283 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7284 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7286 …} -Children: Doctrine\ORM\PersistentCollection {#7289 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7292 -id: 321 -name: "D4DJ" -hierarchy: 4 -sort_no: 206 -create_date: DateTime @1695985527 {#7290 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7291 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7293 …} -Children: Doctrine\ORM\PersistentCollection {#7296 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7299 -id: 322 -name: "デート・ア・ライブ" -hierarchy: 4 -sort_no: 205 -create_date: DateTime @1695985527 {#7297 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7298 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7300 …} -Children: Doctrine\ORM\PersistentCollection {#7303 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7306 -id: 323 -name: "とある魔術の禁書目録/とある科学の超電磁砲" -hierarchy: 4 -sort_no: 204 -create_date: DateTime @1695985527 {#7304 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7305 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7307 …} -Children: Doctrine\ORM\PersistentCollection {#7310 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7313 -id: 324 -name: "DOG DAYS" -hierarchy: 4 -sort_no: 203 -create_date: DateTime @1695985527 {#7311 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7312 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7314 …} -Children: Doctrine\ORM\PersistentCollection {#7317 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7320 -id: 325 -name: "To LOVEる" -hierarchy: 4 -sort_no: 202 -create_date: DateTime @1695985527 {#7318 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7319 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7321 …} -Children: Doctrine\ORM\PersistentCollection {#7324 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7327 -id: 326 -name: "ニセコイ" -hierarchy: 4 -sort_no: 201 -create_date: DateTime @1695985527 {#7325 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7326 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7328 …} -Children: Doctrine\ORM\PersistentCollection {#7331 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7334 -id: 327 -name: "日常" -hierarchy: 4 -sort_no: 200 -create_date: DateTime @1695985527 {#7332 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7333 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7335 …} -Children: Doctrine\ORM\PersistentCollection {#7338 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7341 -id: 328 -name: "BanG Dream!" -hierarchy: 4 -sort_no: 199 -create_date: DateTime @1695985527 {#7339 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7340 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7342 …} -Children: Doctrine\ORM\PersistentCollection {#7345 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7348 -id: 329 -name: "ビジュアルアーツ" -hierarchy: 4 -sort_no: 198 -create_date: DateTime @1695985527 {#7346 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7347 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7349 …} -Children: Doctrine\ORM\PersistentCollection {#7352 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7355 -id: 330 -name: "ひなろじ ~from Luck & Logic~" -hierarchy: 4 -sort_no: 197 -create_date: DateTime @1695985527 {#7353 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7354 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7356 …} -Children: Doctrine\ORM\PersistentCollection {#7359 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7362 -id: 331 -name: "ViVid Strike!" -hierarchy: 4 -sort_no: 196 -create_date: DateTime @1695985527 {#7360 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7361 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7363 …} -Children: Doctrine\ORM\PersistentCollection {#7366 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7369 -id: 332 -name: "ビビッドレッド・オペレーション" -hierarchy: 4 -sort_no: 195 -create_date: DateTime @1695985527 {#7367 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7368 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7370 …} -Children: Doctrine\ORM\PersistentCollection {#7373 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7376 -id: 333 -name: "Phantom -Requiem for the Phantom-" -hierarchy: 4 -sort_no: 194 -create_date: DateTime @1695985527 {#7374 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7375 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7377 …} -Children: Doctrine\ORM\PersistentCollection {#7380 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7383 -id: 334 -name: "富士見ファンタジア文庫" -hierarchy: 4 -sort_no: 193 -create_date: DateTime @1695985527 {#7381 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7382 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7384 …} -Children: Doctrine\ORM\PersistentCollection {#7387 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7390 -id: 335 -name: "アニメ プリンセスコネクト!Re:Dive" -hierarchy: 4 -sort_no: 192 -create_date: DateTime @1695985527 {#7388 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7389 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7391 …} -Children: Doctrine\ORM\PersistentCollection {#7394 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7397 -id: 336 -name: "ヘブンバーンズレッド" -hierarchy: 4 -sort_no: 191 -create_date: DateTime @1695985527 {#7395 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7396 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7398 …} -Children: Doctrine\ORM\PersistentCollection {#7401 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7404 -id: 337 -name: "ホロライブプロダクション" -hierarchy: 4 -sort_no: 190 -create_date: DateTime @1695985527 {#7402 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7403 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7405 …} -Children: Doctrine\ORM\PersistentCollection {#7408 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7411 -id: 338 -name: "魔法少女まどか☆マギカ" -hierarchy: 4 -sort_no: 189 -create_date: DateTime @1695985527 {#7409 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7410 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7412 …} -Children: Doctrine\ORM\PersistentCollection {#7415 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7418 -id: 339 -name: "魔法少女リリカルなのは" -hierarchy: 4 -sort_no: 188 -create_date: DateTime @1695985527 {#7416 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7417 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7419 …} -Children: Doctrine\ORM\PersistentCollection {#7422 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7425 -id: 340 -name: "ゆらぎ荘の幽奈さん" -hierarchy: 4 -sort_no: 187 -create_date: DateTime @1695985527 {#7423 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7424 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7426 …} -Children: Doctrine\ORM\PersistentCollection {#7429 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7432 -id: 341 -name: "らき☆すた" -hierarchy: 4 -sort_no: 186 -create_date: DateTime @1695985527 {#7430 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7431 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7433 …} -Children: Doctrine\ORM\PersistentCollection {#7436 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7439 -id: 342 -name: "ラブライブ!" -hierarchy: 4 -sort_no: 185 -create_date: DateTime @1695985527 {#7437 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7438 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7440 …} -Children: Doctrine\ORM\PersistentCollection {#7443 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7446 -id: 343 -name: "ラブライブ!サンシャイン!!" -hierarchy: 4 -sort_no: 184 -create_date: DateTime @1695985527 {#7444 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7445 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7447 …} -Children: Doctrine\ORM\PersistentCollection {#7450 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7453 -id: 344 -name: "ラブライブ!虹ヶ咲学園スクールアイドル同好会" -hierarchy: 4 -sort_no: 183 -create_date: DateTime @1695985527 {#7451 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7452 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7454 …} -Children: Doctrine\ORM\PersistentCollection {#7457 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7460 -id: 345 -name: "ラブライブ!スーパースター!!" -hierarchy: 4 -sort_no: 182 -create_date: DateTime @1695985527 {#7458 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7459 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7461 …} -Children: Doctrine\ORM\PersistentCollection {#7464 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7467 -id: 346 -name: "リコリス・リコイル" -hierarchy: 4 -sort_no: 181 -create_date: DateTime @1695985527 {#7465 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7466 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7468 …} -Children: Doctrine\ORM\PersistentCollection {#7471 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7474 -id: 347 -name: "リトルバスターズ!" -hierarchy: 4 -sort_no: 180 -create_date: DateTime @1695985527 {#7472 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7473 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7475 …} -Children: Doctrine\ORM\PersistentCollection {#7478 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7481 -id: 348 -name: "Rewrite" -hierarchy: 4 -sort_no: 179 -create_date: DateTime @1695985527 {#7479 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7480 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7482 …} -Children: Doctrine\ORM\PersistentCollection {#7485 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7488 -id: 349 -name: "ロボティクス・ノーツ" -hierarchy: 4 -sort_no: 178 -create_date: DateTime @1695985527 {#7486 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7487 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7489 …} -Children: Doctrine\ORM\PersistentCollection {#7492 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7495 -id: 350 -name: "プロモカード(ヴァイスサイド)" -hierarchy: 4 -sort_no: 177 -create_date: DateTime @1695985527 {#7493 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7494 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7496 …} -Children: Doctrine\ORM\PersistentCollection {#7499 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#6474 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 363 -create_date: DateTime @1488881692 {#6392 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#6393 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6475 …} -Children: Doctrine\ORM\PersistentCollection {#7500 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7503 -id: 429 -name: "おすすめ商品" -hierarchy: 1 -sort_no: 362 -create_date: DateTime @1696270531 {#7501 date: 2023-10-03 03:15:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7502 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7504 …} -Children: Doctrine\ORM\PersistentCollection {#7507 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7510 -id: 707 -name: "新品ボックス" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1740791876 {#7508 date: 2025-03-01 10:17:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7509 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7511 …} -Children: Doctrine\ORM\PersistentCollection {#7514 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } Eccube\Entity\Category {#7517 -id: 708 -name: "予約ボックス" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1740791889 {#7515 date: 2025-03-01 10:18:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7516 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7518 …} -Children: Doctrine\ORM\PersistentCollection {#7521 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -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 {#7592 -om: ContainerNCR7Dbj\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4437 …} -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() {#7591 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4624 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7589 …} } } |
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 {#148859 +label: "販売" +value: "428" +data: Eccube\Entity\Category {#4706 -id: 428 -name: "販売" -hierarchy: 1 -sort_no: 371 -create_date: DateTime @1696149302 {#4707 date: 2023-10-01 17:35:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#4705 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4728 …} -Children: Doctrine\ORM\PersistentCollection {#4981 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148861 +label: "ヴァイスシュヴァルツ" +value: "8" +data: Eccube\Entity\Category {#4980 -id: 8 -name: "ヴァイスシュヴァルツ" -hierarchy: 1 -sort_no: 370 -create_date: DateTime @1694688722 {#4703 date: 2023-09-14 19:52:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240460 {#4701 date: 2025-03-06 14:54:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4979 …} -Children: Doctrine\ORM\PersistentCollection {#4976 …} -Parent: Eccube\Entity\Category {#4706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: "0213195436_65cb4a6cd7c54.png" } +attr: [] +labelTranslationParameters: [] } 709 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148860 +label: " レアリティ" +value: "709" +data: Eccube\Entity\Category {#4975 -id: 709 -name: "レアリティ" -hierarchy: 2 -sort_no: 369 -create_date: DateTime @1740985361 {#4699 date: 2025-03-03 16:02:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4697 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4974 …} -Children: Doctrine\ORM\PersistentCollection {#4971 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 710 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148863 +label: " SSP" +value: "710" +data: Eccube\Entity\Category {#4970 -id: 710 -name: "SSP" -hierarchy: 3 -sort_no: 360 -create_date: DateTime @1740985567 {#4673 date: 2025-03-03 16:06:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4709 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4969 …} -Children: Doctrine\ORM\PersistentCollection {#4966 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 711 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148864 +label: " SP" +value: "711" +data: Eccube\Entity\Category {#4957 -id: 711 -name: "SP" -hierarchy: 3 -sort_no: 359 -create_date: DateTime @1740985570 {#4959 date: 2025-03-03 16:06:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4958 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4956 …} -Children: Doctrine\ORM\PersistentCollection {#4953 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 712 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148865 +label: " RRR" +value: "712" +data: Eccube\Entity\Category {#4690 -id: 712 -name: "RRR" -hierarchy: 3 -sort_no: 358 -create_date: DateTime @1740985575 {#4952 date: 2025-03-03 16:06:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4951 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4698 …} -Children: Doctrine\ORM\PersistentCollection {#4692 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 723 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148866 +label: " SR" +value: "723" +data: Eccube\Entity\Category {#4943 -id: 723 -name: "SR" -hierarchy: 3 -sort_no: 357 -create_date: DateTime @1740991069 {#4920 date: 2025-03-03 17:37:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4940 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4942 …} -Children: Doctrine\ORM\PersistentCollection {#4946 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 724 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148867 +label: " RR" +value: "724" +data: Eccube\Entity\Category {#4949 -id: 724 -name: "RR" -hierarchy: 3 -sort_no: 356 -create_date: DateTime @1740991094 {#4947 date: 2025-03-03 17:38:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4948 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4950 …} -Children: Doctrine\ORM\PersistentCollection {#4985 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 725 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148868 +label: " R" +value: "725" +data: Eccube\Entity\Category {#4989 -id: 725 -name: "R" -hierarchy: 3 -sort_no: 355 -create_date: DateTime @1740991113 {#4987 date: 2025-03-03 17:38:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4988 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4990 …} -Children: Doctrine\ORM\PersistentCollection {#4993 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 726 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148869 +label: " UC" +value: "726" +data: Eccube\Entity\Category {#4996 -id: 726 -name: "UC" -hierarchy: 3 -sort_no: 354 -create_date: DateTime @1740991124 {#4994 date: 2025-03-03 17:38:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#4995 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4997 …} -Children: Doctrine\ORM\PersistentCollection {#5000 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 727 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148870 +label: " C" +value: "727" +data: Eccube\Entity\Category {#5003 -id: 727 -name: "C" -hierarchy: 3 -sort_no: 353 -create_date: DateTime @1740991135 {#5001 date: 2025-03-03 17:38:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#5002 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5004 …} -Children: Doctrine\ORM\PersistentCollection {#5007 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 728 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148871 +label: " PR" +value: "728" +data: Eccube\Entity\Category {#5010 -id: 728 -name: "PR" -hierarchy: 3 -sort_no: 352 -create_date: DateTime @1740991257 {#5008 date: 2025-03-03 17:40:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#5009 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5011 …} -Children: Doctrine\ORM\PersistentCollection {#5014 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 729 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148872 +label: " TD" +value: "729" +data: Eccube\Entity\Category {#5017 -id: 729 -name: "TD" -hierarchy: 3 -sort_no: 351 -create_date: DateTime @1740991273 {#5015 date: 2025-03-03 17:41:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#5016 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5018 …} -Children: Doctrine\ORM\PersistentCollection {#5021 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 730 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148873 +label: " ホロ" +value: "730" +data: Eccube\Entity\Category {#5024 -id: 730 -name: "ホロ" -hierarchy: 3 -sort_no: 350 -create_date: DateTime @1740991284 {#5022 date: 2025-03-03 17:41:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991288 {#5023 date: 2025-03-03 17:41:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5025 …} -Children: Doctrine\ORM\PersistentCollection {#5028 …} -Parent: Eccube\Entity\Category {#4975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 652 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148874 +label: " 新商品" +value: "652" +data: Eccube\Entity\Category {#5029 -id: 652 -name: "新商品" -hierarchy: 2 -sort_no: 361 -create_date: DateTime @1712564635 {#4961 date: 2024-04-08 17:23:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4960 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5030 …} -Children: Doctrine\ORM\PersistentCollection {#5033 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 746 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148875 +label: " ダメージ商品 ヴァイスシュバルツ" +value: "746" +data: Eccube\Entity\Category {#5036 -id: 746 -name: "ダメージ商品 ヴァイスシュバルツ" -hierarchy: 2 -sort_no: 349 -create_date: DateTime @1741240562 {#5034 date: 2025-03-06 14:56:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240876 {#5035 date: 2025-03-06 15:01:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5037 …} -Children: Doctrine\ORM\PersistentCollection {#5040 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 644 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148876 +label: " ヴァイスシュヴァルツおすすめ" +value: "644" +data: Eccube\Entity\Category {#5043 -id: 644 -name: "ヴァイスシュヴァルツおすすめ" -hierarchy: 2 -sort_no: 348 -create_date: DateTime @1706627789 {#5041 date: 2024-01-31 00:16:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#5042 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5044 …} -Children: Doctrine\ORM\PersistentCollection {#5047 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148877 +label: " ヴァイスサイド" +value: "10" +data: Eccube\Entity\Category {#5054 -id: 10 -name: "ヴァイスサイド" -hierarchy: 2 -sort_no: 347 -create_date: DateTime @1694688753 {#5048 date: 2023-09-14 19:52:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#5049 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5055 …} -Children: Doctrine\ORM\PersistentCollection {#5058 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 672 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148878 +label: " アイドルマスターシャイニーカラーズ" +value: "672" +data: Eccube\Entity\Category {#5059 -id: 672 -name: "アイドルマスターシャイニーカラーズ" -hierarchy: 3 -sort_no: 346 -create_date: DateTime @1718270442 {#5050 date: 2024-06-13 18:20:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5051 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5060 …} -Children: Doctrine\ORM\PersistentCollection {#5063 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 696 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148879 +label: " アイドルマスター シャイニーカラーズ Shine More!" +value: "696" +data: Eccube\Entity\Category {#5064 -id: 696 -name: "アイドルマスター シャイニーカラーズ Shine More!" -hierarchy: 4 -sort_no: 345 -create_date: DateTime @1725172066 {#5052 date: 2024-09-01 15:27:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1725172066 {#5053 date: 2024-09-01 15:27:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5065 …} -Children: Doctrine\ORM\PersistentCollection {#5067 …} -Parent: Eccube\Entity\Category {#5059} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 694 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148880 +label: " アリス・ギア・アイギス Expansion" +value: "694" +data: Eccube\Entity\Category {#5073 -id: 694 -name: "アリス・ギア・アイギス Expansion" -hierarchy: 3 -sort_no: 344 -create_date: DateTime @1724575700 {#5071 date: 2024-08-25 17:48:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5072 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5074 …} -Children: Doctrine\ORM\PersistentCollection {#5077 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148881 +label: " アイドルマスター シンデレラガールズ" +value: "160" +data: Eccube\Entity\Category {#5080 -id: 160 -name: "アイドルマスター シンデレラガールズ" -hierarchy: 3 -sort_no: 339 -create_date: DateTime @1694688954 {#5078 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5079 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5081 …} -Children: Doctrine\ORM\PersistentCollection {#5084 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148882 +label: " Angel Beats!/クドわふたー" +value: "161" +data: Eccube\Entity\Category {#5087 -id: 161 -name: "Angel Beats!/クドわふたー" -hierarchy: 3 -sort_no: 147 -create_date: DateTime @1694688954 {#5085 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5086 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5088 …} -Children: Doctrine\ORM\PersistentCollection {#5091 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148883 +label: " カードキャプターさくら" +value: "162" +data: Eccube\Entity\Category {#5094 -id: 162 -name: "カードキャプターさくら" -hierarchy: 3 -sort_no: 146 -create_date: DateTime @1694688954 {#5092 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5093 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5095 …} -Children: Doctrine\ORM\PersistentCollection {#5098 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 651 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148884 +label: " ホロライブプロダクション Summer Collection" +value: "651" +data: Eccube\Entity\Category {#5101 -id: 651 -name: "ホロライブプロダクション Summer Collection" -hierarchy: 3 -sort_no: 145 -create_date: DateTime @1712560058 {#5099 date: 2024-04-08 16:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5100 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5102 …} -Children: Doctrine\ORM\PersistentCollection {#5105 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148885 +label: " ガールフレンド(仮)" +value: "163" +data: Eccube\Entity\Category {#5108 -id: 163 -name: "ガールフレンド(仮)" -hierarchy: 3 -sort_no: 144 -create_date: DateTime @1694688954 {#5106 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5107 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5109 …} -Children: Doctrine\ORM\PersistentCollection {#5112 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148886 +label: " 角川スニーカー文庫" +value: "164" +data: Eccube\Entity\Category {#5115 -id: 164 -name: "角川スニーカー文庫" -hierarchy: 3 -sort_no: 143 -create_date: DateTime @1694688954 {#5113 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5114 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5116 …} -Children: Doctrine\ORM\PersistentCollection {#5119 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148887 +label: " 彼女、お借りします" +value: "165" +data: Eccube\Entity\Category {#5122 -id: 165 -name: "彼女、お借りします" -hierarchy: 3 -sort_no: 142 -create_date: DateTime @1694688954 {#5120 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5121 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5123 …} -Children: Doctrine\ORM\PersistentCollection {#5126 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148888 +label: " 神様になった日" +value: "166" +data: Eccube\Entity\Category {#5129 -id: 166 -name: "神様になった日" -hierarchy: 3 -sort_no: 141 -create_date: DateTime @1694688954 {#5127 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5128 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5130 …} -Children: Doctrine\ORM\PersistentCollection {#5133 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148889 +label: " カードゲームしよ子" +value: "167" +data: Eccube\Entity\Category {#5136 -id: 167 -name: "カードゲームしよ子" -hierarchy: 3 -sort_no: 140 -create_date: DateTime @1694688954 {#5134 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5135 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5137 …} -Children: Doctrine\ORM\PersistentCollection {#5140 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148890 +label: " Key" +value: "168" +data: Eccube\Entity\Category {#5143 -id: 168 -name: "Key" -hierarchy: 3 -sort_no: 139 -create_date: DateTime @1694688954 {#5141 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5142 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5144 …} -Children: Doctrine\ORM\PersistentCollection {#5147 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148891 +label: " CLANNAD" +value: "169" +data: Eccube\Entity\Category {#5150 -id: 169 -name: "CLANNAD" -hierarchy: 3 -sort_no: 138 -create_date: DateTime @1694688954 {#5148 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5149 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5151 …} -Children: Doctrine\ORM\PersistentCollection {#5154 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148892 +label: " けものフレンズ" +value: "170" +data: Eccube\Entity\Category {#5157 -id: 170 -name: "けものフレンズ" -hierarchy: 3 -sort_no: 137 -create_date: DateTime @1694688954 {#5155 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5156 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5158 …} -Children: Doctrine\ORM\PersistentCollection {#5161 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148893 +label: " 幻影ヲ駆ケル太陽" +value: "171" +data: Eccube\Entity\Category {#5164 -id: 171 -name: "幻影ヲ駆ケル太陽" -hierarchy: 3 -sort_no: 136 -create_date: DateTime @1694688954 {#5162 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5163 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5165 …} -Children: Doctrine\ORM\PersistentCollection {#5168 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148894 +label: " ご注文はうさぎですか??" +value: "172" +data: Eccube\Entity\Category {#5173 -id: 172 -name: "ご注文はうさぎですか??" -hierarchy: 3 -sort_no: 135 -create_date: DateTime @1694688954 {#5169 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5170 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5174 …} -Children: Doctrine\ORM\PersistentCollection {#5177 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 702 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148895 +label: " プレミアムブースター TVアニメ「ご注文はうさぎですか?」10th Anniversary" +value: "702" +data: Eccube\Entity\Category {#5178 -id: 702 -name: "プレミアムブースター TVアニメ「ご注文はうさぎですか?」10th Anniversary" -hierarchy: 4 -sort_no: 134 -create_date: DateTime @1732780421 {#5171 date: 2024-11-28 16:53:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732780421 {#5172 date: 2024-11-28 16:53:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5179 …} -Children: Doctrine\ORM\PersistentCollection {#5181 …} -Parent: Eccube\Entity\Category {#5173} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148896 +label: " 五等分の花嫁" +value: "173" +data: Eccube\Entity\Category {#5187 -id: 173 -name: "五等分の花嫁" -hierarchy: 3 -sort_no: 133 -create_date: DateTime @1694688954 {#5183 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5184 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5188 …} -Children: Doctrine\ORM\PersistentCollection {#5191 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148897 +label: " 五等分の花嫁∬" +value: "691" +data: Eccube\Entity\Category {#5192 -id: 691 -name: "五等分の花嫁∬" -hierarchy: 4 -sort_no: 132 -create_date: DateTime @1724394211 {#5185 date: 2024-08-23 15:23:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#5186 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5193 …} -Children: Doctrine\ORM\PersistentCollection {#5195 …} -Parent: Eccube\Entity\Category {#5187} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 692 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148898 +label: " 映画 五等分の花嫁" +value: "692" +data: Eccube\Entity\Category {#5201 -id: 692 -name: "映画 五等分の花嫁" -hierarchy: 4 -sort_no: 131 -create_date: DateTime @1724394307 {#5199 date: 2024-08-23 15:25:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#5200 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5202 …} -Children: Doctrine\ORM\PersistentCollection {#5204 …} -Parent: Eccube\Entity\Category {#5187} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 693 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148899 +label: " プレミアムブースター 五等分の花嫁∽" +value: "693" +data: Eccube\Entity\Category {#5208 -id: 693 -name: "プレミアムブースター 五等分の花嫁∽" -hierarchy: 4 -sort_no: 130 -create_date: DateTime @1724394327 {#5206 date: 2024-08-23 15:25:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724394348 {#5207 date: 2024-08-23 15:25:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5209 …} -Children: Doctrine\ORM\PersistentCollection {#5211 …} -Parent: Eccube\Entity\Category {#5187} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148900 +label: " この素晴らしい世界に祝福を!" +value: "174" +data: Eccube\Entity\Category {#5213 -id: 174 -name: "この素晴らしい世界に祝福を!" -hierarchy: 3 -sort_no: 129 -create_date: DateTime @1694688954 {#5197 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5198 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5214 …} -Children: Doctrine\ORM\PersistentCollection {#5217 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148901 +label: " 小林さんちのメイドラゴン" +value: "175" +data: Eccube\Entity\Category {#5220 -id: 175 -name: "小林さんちのメイドラゴン" -hierarchy: 3 -sort_no: 128 -create_date: DateTime @1694688954 {#5218 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5219 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5221 …} -Children: Doctrine\ORM\PersistentCollection {#5224 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148902 +label: " 冴えない彼女の育てかた" +value: "176" +data: Eccube\Entity\Category {#5227 -id: 176 -name: "冴えない彼女の育てかた" -hierarchy: 3 -sort_no: 127 -create_date: DateTime @1694688954 {#5225 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5226 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5228 …} -Children: Doctrine\ORM\PersistentCollection {#5231 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148903 +label: " Summer Pockets" +value: "177" +data: Eccube\Entity\Category {#5234 -id: 177 -name: "Summer Pockets" -hierarchy: 3 -sort_no: 126 -create_date: DateTime @1694688954 {#5232 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5233 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5235 …} -Children: Doctrine\ORM\PersistentCollection {#5238 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148904 +label: " Charlotte" +value: "178" +data: Eccube\Entity\Category {#5241 -id: 178 -name: "Charlotte" -hierarchy: 3 -sort_no: 125 -create_date: DateTime @1694688954 {#5239 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5240 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5242 …} -Children: Doctrine\ORM\PersistentCollection {#5245 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148905 +label: " 灼眼のシャナ" +value: "179" +data: Eccube\Entity\Category {#5248 -id: 179 -name: "灼眼のシャナ" -hierarchy: 3 -sort_no: 124 -create_date: DateTime @1694688954 {#5246 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5247 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5249 …} -Children: Doctrine\ORM\PersistentCollection {#5252 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148906 +label: " 涼宮ハルヒの憂鬱" +value: "180" +data: Eccube\Entity\Category {#5255 -id: 180 -name: "涼宮ハルヒの憂鬱" -hierarchy: 3 -sort_no: 123 -create_date: DateTime @1694688954 {#5253 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5254 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5256 …} -Children: Doctrine\ORM\PersistentCollection {#5259 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148907 +label: " 青春ブタ野郎シリーズ" +value: "181" +data: Eccube\Entity\Category {#5262 -id: 181 -name: "青春ブタ野郎シリーズ" -hierarchy: 3 -sort_no: 122 -create_date: DateTime @1694688954 {#5260 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5261 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5263 …} -Children: Doctrine\ORM\PersistentCollection {#5266 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148908 +label: " ゼロの使い魔" +value: "182" +data: Eccube\Entity\Category {#5269 -id: 182 -name: "ゼロの使い魔" -hierarchy: 3 -sort_no: 121 -create_date: DateTime @1694688954 {#5267 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5268 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5270 …} -Children: Doctrine\ORM\PersistentCollection {#5273 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148909 +label: " 戦姫絶唱シンフォギア" +value: "183" +data: Eccube\Entity\Category {#5276 -id: 183 -name: "戦姫絶唱シンフォギア" -hierarchy: 3 -sort_no: 120 -create_date: DateTime @1694688954 {#5274 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5275 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5277 …} -Children: Doctrine\ORM\PersistentCollection {#5280 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148910 +label: " 宇宙をかける少女/舞-HiME&舞-乙HiME" +value: "184" +data: Eccube\Entity\Category {#5283 -id: 184 -name: "宇宙をかける少女/舞-HiME&舞-乙HiME" -hierarchy: 3 -sort_no: 119 -create_date: DateTime @1694688954 {#5281 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5282 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5284 …} -Children: Doctrine\ORM\PersistentCollection {#5287 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148911 +label: " ゾンビランドサガ リベンジ" +value: "185" +data: Eccube\Entity\Category {#5290 -id: 185 -name: "ゾンビランドサガ リベンジ" -hierarchy: 3 -sort_no: 118 -create_date: DateTime @1694688954 {#5288 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5289 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5291 …} -Children: Doctrine\ORM\PersistentCollection {#5294 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148912 +label: " ダ・カーポ&Dal Segno" +value: "186" +data: Eccube\Entity\Category {#5297 -id: 186 -name: "ダ・カーポ&Dal Segno" -hierarchy: 3 -sort_no: 117 -create_date: DateTime @1694688954 {#5295 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5296 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5298 …} -Children: Doctrine\ORM\PersistentCollection {#5301 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148913 +label: " D4DJ" +value: "187" +data: Eccube\Entity\Category {#5304 -id: 187 -name: "D4DJ" -hierarchy: 3 -sort_no: 116 -create_date: DateTime @1694688954 {#5302 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5303 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5305 …} -Children: Doctrine\ORM\PersistentCollection {#5308 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148914 +label: " デート・ア・ライブ" +value: "188" +data: Eccube\Entity\Category {#5311 -id: 188 -name: "デート・ア・ライブ" -hierarchy: 3 -sort_no: 115 -create_date: DateTime @1694688954 {#5309 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5310 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5312 …} -Children: Doctrine\ORM\PersistentCollection {#5315 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148915 +label: " とある魔術の禁書目録/とある科学の超電磁砲" +value: "189" +data: Eccube\Entity\Category {#5318 -id: 189 -name: "とある魔術の禁書目録/とある科学の超電磁砲" -hierarchy: 3 -sort_no: 114 -create_date: DateTime @1694688954 {#5316 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5317 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5319 …} -Children: Doctrine\ORM\PersistentCollection {#5322 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148916 +label: " DOG DAYS" +value: "190" +data: Eccube\Entity\Category {#5325 -id: 190 -name: "DOG DAYS" -hierarchy: 3 -sort_no: 113 -create_date: DateTime @1694688954 {#5323 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5324 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5326 …} -Children: Doctrine\ORM\PersistentCollection {#5329 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148917 +label: " To LOVEる" +value: "191" +data: Eccube\Entity\Category {#5332 -id: 191 -name: "To LOVEる" -hierarchy: 3 -sort_no: 112 -create_date: DateTime @1694688954 {#5330 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5331 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5333 …} -Children: Doctrine\ORM\PersistentCollection {#5336 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148918 +label: " ニセコイ" +value: "192" +data: Eccube\Entity\Category {#5339 -id: 192 -name: "ニセコイ" -hierarchy: 3 -sort_no: 111 -create_date: DateTime @1694688954 {#5337 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5338 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5340 …} -Children: Doctrine\ORM\PersistentCollection {#5343 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148919 +label: " 日常" +value: "193" +data: Eccube\Entity\Category {#5346 -id: 193 -name: "日常" -hierarchy: 3 -sort_no: 110 -create_date: DateTime @1694688954 {#5344 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5345 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5347 …} -Children: Doctrine\ORM\PersistentCollection {#5350 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148920 +label: " BanG Dream!" +value: "194" +data: Eccube\Entity\Category {#5353 -id: 194 -name: "BanG Dream!" -hierarchy: 3 -sort_no: 109 -create_date: DateTime @1694688954 {#5351 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5352 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5354 …} -Children: Doctrine\ORM\PersistentCollection {#5357 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148921 +label: " ビジュアルアーツ" +value: "195" +data: Eccube\Entity\Category {#5360 -id: 195 -name: "ビジュアルアーツ" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1694688954 {#5358 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5359 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5361 …} -Children: Doctrine\ORM\PersistentCollection {#5364 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148922 +label: " ひなろじ ~from Luck & Logic~" +value: "196" +data: Eccube\Entity\Category {#5367 -id: 196 -name: "ひなろじ ~from Luck & Logic~" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1694688954 {#5365 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5366 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5371 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148923 +label: " ViVid Strike!" +value: "197" +data: Eccube\Entity\Category {#5374 -id: 197 -name: "ViVid Strike!" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1694688954 {#5372 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5373 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5375 …} -Children: Doctrine\ORM\PersistentCollection {#5378 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148924 +label: " ビビッドレッド・オペレーション" +value: "198" +data: Eccube\Entity\Category {#5381 -id: 198 -name: "ビビッドレッド・オペレーション" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1694688954 {#5379 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5380 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5382 …} -Children: Doctrine\ORM\PersistentCollection {#5385 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148925 +label: " Phantom -Requiem for the Phantom-" +value: "199" +data: Eccube\Entity\Category {#5388 -id: 199 -name: "Phantom -Requiem for the Phantom-" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1694688954 {#5386 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5387 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5389 …} -Children: Doctrine\ORM\PersistentCollection {#5392 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148926 +label: " 富士見ファンタジア文庫" +value: "200" +data: Eccube\Entity\Category {#5395 -id: 200 -name: "富士見ファンタジア文庫" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1694688954 {#5393 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5394 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5396 …} -Children: Doctrine\ORM\PersistentCollection {#5399 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148927 +label: " アニメ プリンセスコネクト!Re:Dive" +value: "201" +data: Eccube\Entity\Category {#5402 -id: 201 -name: "アニメ プリンセスコネクト!Re:Dive" -hierarchy: 3 -sort_no: 102 -create_date: DateTime @1694688954 {#5400 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5401 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5403 …} -Children: Doctrine\ORM\PersistentCollection {#5406 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148928 +label: " ヘブンバーンズレッド" +value: "202" +data: Eccube\Entity\Category {#5409 -id: 202 -name: "ヘブンバーンズレッド" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1694688954 {#5407 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5408 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5410 …} -Children: Doctrine\ORM\PersistentCollection {#5413 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148929 +label: " ホロライブプロダクション" +value: "203" +data: Eccube\Entity\Category {#5416 -id: 203 -name: "ホロライブプロダクション" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1694688954 {#5414 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5415 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5417 …} -Children: Doctrine\ORM\PersistentCollection {#5420 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148930 +label: " 魔法少女まどか☆マギカ" +value: "204" +data: Eccube\Entity\Category {#5423 -id: 204 -name: "魔法少女まどか☆マギカ" -hierarchy: 3 -sort_no: 99 -create_date: DateTime @1694688954 {#5421 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5422 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5424 …} -Children: Doctrine\ORM\PersistentCollection {#5427 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148931 +label: " 魔法少女リリカルなのは" +value: "205" +data: Eccube\Entity\Category {#5430 -id: 205 -name: "魔法少女リリカルなのは" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1694688954 {#5428 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5429 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5431 …} -Children: Doctrine\ORM\PersistentCollection {#5434 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148932 +label: " ゆらぎ荘の幽奈さん" +value: "206" +data: Eccube\Entity\Category {#5437 -id: 206 -name: "ゆらぎ荘の幽奈さん" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1694688954 {#5435 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5436 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5438 …} -Children: Doctrine\ORM\PersistentCollection {#5441 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148933 +label: " らき☆すた" +value: "207" +data: Eccube\Entity\Category {#5444 -id: 207 -name: "らき☆すた" -hierarchy: 3 -sort_no: 96 -create_date: DateTime @1694688954 {#5442 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5443 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5445 …} -Children: Doctrine\ORM\PersistentCollection {#5448 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148934 +label: " ラブライブ!" +value: "208" +data: Eccube\Entity\Category {#5451 -id: 208 -name: "ラブライブ!" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1694688954 {#5449 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5450 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5455 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148935 +label: " ラブライブ!サンシャイン!!" +value: "209" +data: Eccube\Entity\Category {#5458 -id: 209 -name: "ラブライブ!サンシャイン!!" -hierarchy: 3 -sort_no: 94 -create_date: DateTime @1694688954 {#5456 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5457 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5459 …} -Children: Doctrine\ORM\PersistentCollection {#5462 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148936 +label: " ラブライブ!虹ヶ咲学園スクールアイドル同好会" +value: "210" +data: Eccube\Entity\Category {#5465 -id: 210 -name: "ラブライブ!虹ヶ咲学園スクールアイドル同好会" -hierarchy: 3 -sort_no: 93 -create_date: DateTime @1694688954 {#5463 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5464 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5466 …} -Children: Doctrine\ORM\PersistentCollection {#5469 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148937 +label: " ラブライブ!スーパースター!!" +value: "211" +data: Eccube\Entity\Category {#5472 -id: 211 -name: "ラブライブ!スーパースター!!" -hierarchy: 3 -sort_no: 92 -create_date: DateTime @1694688954 {#5470 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5471 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5473 …} -Children: Doctrine\ORM\PersistentCollection {#5476 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148938 +label: " リコリス・リコイル" +value: "212" +data: Eccube\Entity\Category {#5481 -id: 212 -name: "リコリス・リコイル" -hierarchy: 3 -sort_no: 91 -create_date: DateTime @1694688954 {#5477 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5478 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5482 …} -Children: Doctrine\ORM\PersistentCollection {#5485 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 701 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148939 +label: " プレミアムブースター リコリス・リコイル" +value: "701" +data: Eccube\Entity\Category {#5486 -id: 701 -name: "プレミアムブースター リコリス・リコイル" -hierarchy: 4 -sort_no: 90 -create_date: DateTime @1731655109 {#5479 date: 2024-11-15 16:18:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1731655109 {#5480 date: 2024-11-15 16:18:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5487 …} -Children: Doctrine\ORM\PersistentCollection {#5489 …} -Parent: Eccube\Entity\Category {#5481} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148940 +label: " リトルバスターズ!" +value: "213" +data: Eccube\Entity\Category {#5493 -id: 213 -name: "リトルバスターズ!" -hierarchy: 3 -sort_no: 89 -create_date: DateTime @1694688955 {#5491 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5492 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5494 …} -Children: Doctrine\ORM\PersistentCollection {#5497 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148941 +label: " Rewrite" +value: "214" +data: Eccube\Entity\Category {#5500 -id: 214 -name: "Rewrite" -hierarchy: 3 -sort_no: 88 -create_date: DateTime @1694688955 {#5498 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5499 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5501 …} -Children: Doctrine\ORM\PersistentCollection {#5504 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148942 +label: " ロボティクス・ノーツ" +value: "215" +data: Eccube\Entity\Category {#5507 -id: 215 -name: "ロボティクス・ノーツ" -hierarchy: 3 -sort_no: 87 -create_date: DateTime @1694688955 {#5505 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5506 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5508 …} -Children: Doctrine\ORM\PersistentCollection {#5511 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148943 +label: " プロモカード(ヴァイスサイド)" +value: "216" +data: Eccube\Entity\Category {#5514 -id: 216 -name: "プロモカード(ヴァイスサイド)" -hierarchy: 3 -sort_no: 86 -create_date: DateTime @1694688955 {#5512 date: 2023-09-14 19:55:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1724575715 {#5513 date: 2024-08-25 17:48:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5515 …} -Children: Doctrine\ORM\PersistentCollection {#5518 …} -Parent: Eccube\Entity\Category {#5054} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148944 +label: " シュヴァルツサイド" +value: "9" +data: Eccube\Entity\Category {#5521 -id: 9 -name: "シュヴァルツサイド" -hierarchy: 2 -sort_no: 343 -create_date: DateTime @1694688736 {#4964 date: 2023-09-14 19:52:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240569 {#4965 date: 2025-03-06 14:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5522 …} -Children: Doctrine\ORM\PersistentCollection {#5525 …} -Parent: Eccube\Entity\Category {#4980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148945 +label: " アイドルマスター" +value: "83" +data: Eccube\Entity\Category {#5526 -id: 83 -name: "アイドルマスター" -hierarchy: 3 -sort_no: 342 -create_date: DateTime @1694688954 {#5519 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5520 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5527 …} -Children: Doctrine\ORM\PersistentCollection {#5530 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148946 +label: " アイドルマスター シャイニーカラーズ" +value: "84" +data: Eccube\Entity\Category {#5535 -id: 84 -name: "アイドルマスター シャイニーカラーズ" -hierarchy: 3 -sort_no: 341 -create_date: DateTime @1694688954 {#5533 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5534 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5536 …} -Children: Doctrine\ORM\PersistentCollection {#5539 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148947 +label: " アイドルマスター ミリオンライブ!" +value: "85" +data: Eccube\Entity\Category {#5542 -id: 85 -name: "アイドルマスター ミリオンライブ!" -hierarchy: 3 -sort_no: 340 -create_date: DateTime @1694688954 {#5540 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5541 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5543 …} -Children: Doctrine\ORM\PersistentCollection {#5546 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148948 +label: " アクセル・ワールド" +value: "86" +data: Eccube\Entity\Category {#5549 -id: 86 -name: "アクセル・ワールド" -hierarchy: 3 -sort_no: 85 -create_date: DateTime @1694688954 {#5547 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5548 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5550 …} -Children: Doctrine\ORM\PersistentCollection {#5553 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148949 +label: " アサルトリリィ" +value: "87" +data: Eccube\Entity\Category {#5556 -id: 87 -name: "アサルトリリィ" -hierarchy: 3 -sort_no: 84 -create_date: DateTime @1694688954 {#5554 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5555 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5557 …} -Children: Doctrine\ORM\PersistentCollection {#5560 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148950 +label: " アズールレーン" +value: "88" +data: Eccube\Entity\Category {#5563 -id: 88 -name: "アズールレーン" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1694688954 {#5561 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5562 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5564 …} -Children: Doctrine\ORM\PersistentCollection {#5567 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148951 +label: " ありふれた職業で世界最強" +value: "89" +data: Eccube\Entity\Category {#5570 -id: 89 -name: "ありふれた職業で世界最強" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1694688954 {#5568 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5569 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5571 …} -Children: Doctrine\ORM\PersistentCollection {#5574 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148952 +label: " 痛いのは嫌なので防御力に極振りしたいと思います。" +value: "90" +data: Eccube\Entity\Category {#5577 -id: 90 -name: "痛いのは嫌なので防御力に極振りしたいと思います。" -hierarchy: 3 -sort_no: 81 -create_date: DateTime @1694688954 {#5575 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5576 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5578 …} -Children: Doctrine\ORM\PersistentCollection {#5581 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148953 +label: " うーさーのその日暮らし" +value: "91" +data: Eccube\Entity\Category {#5584 -id: 91 -name: "うーさーのその日暮らし" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1694688954 {#5582 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5583 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5585 …} -Children: Doctrine\ORM\PersistentCollection {#5588 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148954 +label: " ヱヴァンゲリヲン新劇場版" +value: "92" +data: Eccube\Entity\Category {#5591 -id: 92 -name: "ヱヴァンゲリヲン新劇場版" -hierarchy: 3 -sort_no: 79 -create_date: DateTime @1694688954 {#5589 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5590 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5592 …} -Children: Doctrine\ORM\PersistentCollection {#5595 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 688 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148955 +label: " 【推しの子】" +value: "688" +data: Eccube\Entity\Category {#5598 -id: 688 -name: "【推しの子】" -hierarchy: 3 -sort_no: 78 -create_date: DateTime @1723020071 {#5596 date: 2024-08-07 17:41:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5597 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5599 …} -Children: Doctrine\ORM\PersistentCollection {#5602 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148956 +label: " おそ松さん" +value: "93" +data: Eccube\Entity\Category {#5605 -id: 93 -name: "おそ松さん" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1694688954 {#5603 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5604 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5606 …} -Children: Doctrine\ORM\PersistentCollection {#5609 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148957 +label: " オーバーロード" +value: "94" +data: Eccube\Entity\Category {#5612 -id: 94 -name: "オーバーロード" -hierarchy: 3 -sort_no: 76 -create_date: DateTime @1694688954 {#5610 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5611 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5613 …} -Children: Doctrine\ORM\PersistentCollection {#5616 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148958 +label: " かぐや様は告らせたい~天才たちの恋愛頭脳戦~" +value: "95" +data: Eccube\Entity\Category {#5619 -id: 95 -name: "かぐや様は告らせたい~天才たちの恋愛頭脳戦~" -hierarchy: 3 -sort_no: 75 -create_date: DateTime @1694688954 {#5617 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5618 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5620 …} -Children: Doctrine\ORM\PersistentCollection {#5623 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148959 +label: " 刀語" +value: "96" +data: Eccube\Entity\Category {#5626 -id: 96 -name: "刀語" -hierarchy: 3 -sort_no: 74 -create_date: DateTime @1694688954 {#5624 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5625 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5627 …} -Children: Doctrine\ORM\PersistentCollection {#5630 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148960 +label: " CANAAN" +value: "97" +data: Eccube\Entity\Category {#5633 -id: 97 -name: "CANAAN" -hierarchy: 3 -sort_no: 73 -create_date: DateTime @1694688954 {#5631 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5632 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5634 …} -Children: Doctrine\ORM\PersistentCollection {#5637 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148961 +label: " 艦隊これくしょん -艦これ-" +value: "98" +data: Eccube\Entity\Category {#5640 -id: 98 -name: "艦隊これくしょん -艦これ-" -hierarchy: 3 -sort_no: 72 -create_date: DateTime @1694688954 {#5638 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5639 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5641 …} -Children: Doctrine\ORM\PersistentCollection {#5644 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148962 +label: " 超爆裂異次元メンコバトル ギガントシューター つかさ" +value: "99" +data: Eccube\Entity\Category {#5647 -id: 99 -name: "超爆裂異次元メンコバトル ギガントシューター つかさ" -hierarchy: 3 -sort_no: 71 -create_date: DateTime @1694688954 {#5645 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5646 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5648 …} -Children: Doctrine\ORM\PersistentCollection {#5651 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148963 +label: " キズナイーバー" +value: "100" +data: Eccube\Entity\Category {#5654 -id: 100 -name: "キズナイーバー" -hierarchy: 3 -sort_no: 70 -create_date: DateTime @1694688954 {#5652 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5653 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5655 …} -Children: Doctrine\ORM\PersistentCollection {#5658 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148964 +label: " 境界のRINNE" +value: "101" +data: Eccube\Entity\Category {#5661 -id: 101 -name: "境界のRINNE" -hierarchy: 3 -sort_no: 69 -create_date: DateTime @1694688954 {#5659 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5660 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5662 …} -Children: Doctrine\ORM\PersistentCollection {#5665 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148965 +label: " ギルティクラウン" +value: "102" +data: Eccube\Entity\Category {#5668 -id: 102 -name: "ギルティクラウン" -hierarchy: 3 -sort_no: 68 -create_date: DateTime @1694688954 {#5666 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5667 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5669 …} -Children: Doctrine\ORM\PersistentCollection {#5672 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148966 +label: " キルラキル" +value: "103" +data: Eccube\Entity\Category {#5675 -id: 103 -name: "キルラキル" -hierarchy: 3 -sort_no: 67 -create_date: DateTime @1694688954 {#5673 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5674 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5676 …} -Children: Doctrine\ORM\PersistentCollection {#5679 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148967 +label: " グリザイアの果実" +value: "104" +data: Eccube\Entity\Category {#5682 -id: 104 -name: "グリザイアの果実" -hierarchy: 3 -sort_no: 66 -create_date: DateTime @1694688954 {#5680 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5681 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5683 …} -Children: Doctrine\ORM\PersistentCollection {#5686 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 667 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148968 +label: " グリザイア:ファントムトリガー" +value: "667" +data: Eccube\Entity\Category {#5689 -id: 667 -name: "グリザイア:ファントムトリガー" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1717647257 {#5687 date: 2024-06-06 13:14:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5688 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5690 …} -Children: Doctrine\ORM\PersistentCollection {#5693 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148969 +label: " クレヨンしんちゃん" +value: "105" +data: Eccube\Entity\Category {#5696 -id: 105 -name: "クレヨンしんちゃん" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1694688954 {#5694 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5695 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5697 …} -Children: Doctrine\ORM\PersistentCollection {#5700 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148970 +label: " 劇場版マクロスF" +value: "106" +data: Eccube\Entity\Category {#5703 -id: 106 -name: "劇場版マクロスF" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1694688954 {#5701 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5702 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5704 …} -Children: Doctrine\ORM\PersistentCollection {#5707 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148971 +label: " アニメーション映画『GODZILLA』" +value: "107" +data: Eccube\Entity\Category {#5710 -id: 107 -name: "アニメーション映画『GODZILLA』" -hierarchy: 3 -sort_no: 62 -create_date: DateTime @1694688954 {#5708 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5709 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5711 …} -Children: Doctrine\ORM\PersistentCollection {#5714 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148972 +label: " ゴブリンスレイヤー" +value: "108" +data: Eccube\Entity\Category {#5717 -id: 108 -name: "ゴブリンスレイヤー" -hierarchy: 3 -sort_no: 61 -create_date: DateTime @1694688954 {#5715 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5716 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5718 …} -Children: Doctrine\ORM\PersistentCollection {#5721 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148973 +label: " PSYCHO-PASS サイコパス" +value: "109" +data: Eccube\Entity\Category {#5724 -id: 109 -name: "PSYCHO-PASS サイコパス" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1694688954 {#5722 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5723 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5725 …} -Children: Doctrine\ORM\PersistentCollection {#5728 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148974 +label: " THE KING OF FIGHTERS" +value: "110" +data: Eccube\Entity\Category {#5731 -id: 110 -name: "THE KING OF FIGHTERS" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1694688954 {#5729 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5730 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5732 …} -Children: Doctrine\ORM\PersistentCollection {#5735 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148975 +label: " シャイニングシリーズ" +value: "111" +data: Eccube\Entity\Category {#5738 -id: 111 -name: "シャイニングシリーズ" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1694688954 {#5736 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5737 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5739 …} -Children: Doctrine\ORM\PersistentCollection {#5742 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148976 +label: " STEINS;GATE" +value: "112" +data: Eccube\Entity\Category {#5745 -id: 112 -name: "STEINS;GATE" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1694688954 {#5743 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5744 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5746 …} -Children: Doctrine\ORM\PersistentCollection {#5749 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148977 +label: " STEINS;GATE[ブースター]" +value: "113" +data: Eccube\Entity\Category {#5752 -id: 113 -name: "STEINS;GATE[ブースター]" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1694688954 {#5750 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5751 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5753 …} -Children: Doctrine\ORM\PersistentCollection {#5756 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148978 +label: " STEINS;GATE[TD+]" +value: "114" +data: Eccube\Entity\Category {#5759 -id: 114 -name: "STEINS;GATE[TD+]" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1694688954 {#5757 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5758 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5760 …} -Children: Doctrine\ORM\PersistentCollection {#5763 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148979 +label: " 少女☆歌劇 レヴュースタァライト" +value: "115" +data: Eccube\Entity\Category {#5766 -id: 115 -name: "少女☆歌劇 レヴュースタァライト" -hierarchy: 3 -sort_no: 54 -create_date: DateTime @1694688954 {#5764 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5765 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5767 …} -Children: Doctrine\ORM\PersistentCollection {#5770 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148980 +label: " ジョジョの奇妙な冒険" +value: "116" +data: Eccube\Entity\Category {#5773 -id: 116 -name: "ジョジョの奇妙な冒険" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1694688954 {#5771 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5772 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5774 …} -Children: Doctrine\ORM\PersistentCollection {#5777 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148981 +label: " 進撃の巨人" +value: "117" +data: Eccube\Entity\Category {#5780 -id: 117 -name: "進撃の巨人" -hierarchy: 3 -sort_no: 52 -create_date: DateTime @1694688954 {#5778 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5779 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5781 …} -Children: Doctrine\ORM\PersistentCollection {#5784 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148982 +label: " 新サクラ大戦" +value: "118" +data: Eccube\Entity\Category {#5787 -id: 118 -name: "新サクラ大戦" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1694688954 {#5785 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5786 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5788 …} -Children: Doctrine\ORM\PersistentCollection {#5791 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148983 +label: " 翠星のガルガンティア" +value: "119" +data: Eccube\Entity\Category {#5794 -id: 119 -name: "翠星のガルガンティア" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1694688954 {#5792 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5793 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5795 …} -Children: Doctrine\ORM\PersistentCollection {#5798 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148984 +label: " スクールガールストライカーズ" +value: "120" +data: Eccube\Entity\Category {#5801 -id: 120 -name: "スクールガールストライカーズ" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1694688954 {#5799 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5800 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5802 …} -Children: Doctrine\ORM\PersistentCollection {#5805 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148985 +label: " STAR WARS" +value: "121" +data: Eccube\Entity\Category {#5808 -id: 121 -name: "STAR WARS" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1694688954 {#5806 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5807 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5809 …} -Children: Doctrine\ORM\PersistentCollection {#5812 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148986 +label: " 戦国BASARA" +value: "122" +data: Eccube\Entity\Category {#5815 -id: 122 -name: "戦国BASARA" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1694688954 {#5813 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5814 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5816 …} -Children: Doctrine\ORM\PersistentCollection {#5819 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148987 +label: " 葬送のフリーレン" +value: "689" +data: Eccube\Entity\Category {#5822 -id: 689 -name: "葬送のフリーレン" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1723442008 {#5820 date: 2024-08-12 14:53:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5821 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5823 …} -Children: Doctrine\ORM\PersistentCollection {#5826 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148988 +label: " ソードアート・オンライン" +value: "123" +data: Eccube\Entity\Category {#5829 -id: 123 -name: "ソードアート・オンライン" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1694688954 {#5827 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5828 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5830 …} -Children: Doctrine\ORM\PersistentCollection {#5833 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148989 +label: " ソードアート・オンライン オルタナティブ ガンゲイル・オンライン" +value: "124" +data: Eccube\Entity\Category {#5836 -id: 124 -name: "ソードアート・オンライン オルタナティブ ガンゲイル・オンライン" -hierarchy: 3 -sort_no: 44 -create_date: DateTime @1694688954 {#5834 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5835 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5837 …} -Children: Doctrine\ORM\PersistentCollection {#5840 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148990 +label: " ダーリン・イン・ザ・フランキス" +value: "125" +data: Eccube\Entity\Category {#5843 -id: 125 -name: "ダーリン・イン・ザ・フランキス" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1694688954 {#5841 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5842 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5844 …} -Children: Doctrine\ORM\PersistentCollection {#5847 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148991 +label: " ダンジョンに出会いを求めるのは間違っているだろうか" +value: "126" +data: Eccube\Entity\Category {#5850 -id: 126 -name: "ダンジョンに出会いを求めるのは間違っているだろうか" -hierarchy: 3 -sort_no: 42 -create_date: DateTime @1694688954 {#5848 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5849 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5851 …} -Children: Doctrine\ORM\PersistentCollection {#5854 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148992 +label: " 探偵オペラ ミルキィホームズ" +value: "127" +data: Eccube\Entity\Category {#5857 -id: 127 -name: "探偵オペラ ミルキィホームズ" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1694688954 {#5855 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5856 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5858 …} -Children: Doctrine\ORM\PersistentCollection {#5861 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148993 +label: " チェインクロニクル ~ヘクセイタスの閃~" +value: "128" +data: Eccube\Entity\Category {#5864 -id: 128 -name: "チェインクロニクル ~ヘクセイタスの閃~" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1694688954 {#5862 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5863 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5865 …} -Children: Doctrine\ORM\PersistentCollection {#5868 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148994 +label: " チェンソーマン" +value: "129" +data: Eccube\Entity\Category {#5871 -id: 129 -name: "チェンソーマン" -hierarchy: 3 -sort_no: 39 -create_date: DateTime @1694688954 {#5869 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5870 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5872 …} -Children: Doctrine\ORM\PersistentCollection {#5875 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148995 +label: " TVアニメ「デビルサバイバー2」" +value: "130" +data: Eccube\Entity\Category {#5878 -id: 130 -name: "TVアニメ「デビルサバイバー2」" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1694688954 {#5876 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5877 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5879 …} -Children: Doctrine\ORM\PersistentCollection {#5882 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148996 +label: " テラフォーマーズ" +value: "131" +data: Eccube\Entity\Category {#5885 -id: 131 -name: "テラフォーマーズ" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1694688954 {#5883 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5884 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5886 …} -Children: Doctrine\ORM\PersistentCollection {#5889 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148997 +label: " 天元突破グレンラガン" +value: "132" +data: Eccube\Entity\Category {#5892 -id: 132 -name: "天元突破グレンラガン" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1694688954 {#5890 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5891 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5893 …} -Children: Doctrine\ORM\PersistentCollection {#5896 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148998 +label: " 転生したらスライムだった件" +value: "133" +data: Eccube\Entity\Category {#5899 -id: 133 -name: "転生したらスライムだった件" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1694688954 {#5897 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5898 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5900 …} -Children: Doctrine\ORM\PersistentCollection {#5903 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#148999 +label: " D_CIDE TRAUMEREI" +value: "134" +data: Eccube\Entity\Category {#5906 -id: 134 -name: "D_CIDE TRAUMEREI" -hierarchy: 3 -sort_no: 34 -create_date: DateTime @1694688954 {#5904 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5905 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5907 …} -Children: Doctrine\ORM\PersistentCollection {#5910 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149000 +label: " Disney100" +value: "135" +data: Eccube\Entity\Category {#5913 -id: 135 -name: "Disney100" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1694688954 {#5911 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5912 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5914 …} -Children: Doctrine\ORM\PersistentCollection {#5917 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149001 +label: " 東京リベンジャーズ" +value: "136" +data: Eccube\Entity\Category {#5920 -id: 136 -name: "東京リベンジャーズ" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1694688954 {#5918 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5919 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5921 …} -Children: Doctrine\ORM\PersistentCollection {#5924 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149002 +label: " ノーゲーム・ノーライフ" +value: "137" +data: Eccube\Entity\Category {#5927 -id: 137 -name: "ノーゲーム・ノーライフ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1694688954 {#5925 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5926 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5928 …} -Children: Doctrine\ORM\PersistentCollection {#5931 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149003 +label: " パズル&ドラゴンズ" +value: "138" +data: Eccube\Entity\Category {#5934 -id: 138 -name: "パズル&ドラゴンズ" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1694688954 {#5932 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5933 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5935 …} -Children: Doctrine\ORM\PersistentCollection {#5938 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149004 +label: " 初音ミク -Project DIVA-" +value: "139" +data: Eccube\Entity\Category {#5941 -id: 139 -name: "初音ミク -Project DIVA-" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1694688954 {#5939 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5940 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5942 …} -Children: Doctrine\ORM\PersistentCollection {#5945 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149005 +label: " PIXAR" +value: "140" +data: Eccube\Entity\Category {#5948 -id: 140 -name: "PIXAR" -hierarchy: 3 -sort_no: 28 -create_date: DateTime @1694688954 {#5946 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5947 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5949 …} -Children: Doctrine\ORM\PersistentCollection {#5952 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149006 +label: " FAIRY TAIL" +value: "141" +data: Eccube\Entity\Category {#5955 -id: 141 -name: "FAIRY TAIL" -hierarchy: 3 -sort_no: 27 -create_date: DateTime @1694688954 {#5953 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5954 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5956 …} -Children: Doctrine\ORM\PersistentCollection {#5959 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149007 +label: " Fate" +value: "142" +data: Eccube\Entity\Category {#5962 -id: 142 -name: "Fate" -hierarchy: 3 -sort_no: 26 -create_date: DateTime @1694688954 {#5960 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5961 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5963 …} -Children: Doctrine\ORM\PersistentCollection {#5966 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149008 +label: " Fate/Apocrypha" +value: "143" +data: Eccube\Entity\Category {#5969 -id: 143 -name: "Fate/Apocrypha" -hierarchy: 3 -sort_no: 25 -create_date: DateTime @1694688954 {#5967 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5968 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5970 …} -Children: Doctrine\ORM\PersistentCollection {#5973 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149009 +label: " Fate/Grand Order(アニメ)" +value: "144" +data: Eccube\Entity\Category {#5976 -id: 144 -name: "Fate/Grand Order(アニメ)" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1694688954 {#5974 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5975 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5977 …} -Children: Doctrine\ORM\PersistentCollection {#5980 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149010 +label: " ぷよぷよ" +value: "145" +data: Eccube\Entity\Category {#5983 -id: 145 -name: "ぷよぷよ" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1694688954 {#5981 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5982 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5984 …} -Children: Doctrine\ORM\PersistentCollection {#5987 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149011 +label: " ブラック★ロックシューター" +value: "146" +data: Eccube\Entity\Category {#5990 -id: 146 -name: "ブラック★ロックシューター" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1694688954 {#5988 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5989 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5991 …} -Children: Doctrine\ORM\PersistentCollection {#5994 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149012 +label: " プリズマ☆イリヤ" +value: "147" +data: Eccube\Entity\Category {#5997 -id: 147 -name: "プリズマ☆イリヤ" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1694688954 {#5995 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#5996 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5998 …} -Children: Doctrine\ORM\PersistentCollection {#6001 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149013 +label: " プロジェクトセカイ カラフルステージ! feat. 初音ミク" +value: "148" +data: Eccube\Entity\Category {#6004 -id: 148 -name: "プロジェクトセカイ カラフルステージ! feat. 初音ミク" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1694688954 {#6002 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6003 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6005 …} -Children: Doctrine\ORM\PersistentCollection {#6008 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149014 +label: " ペルソナ" +value: "149" +data: Eccube\Entity\Category {#6011 -id: 149 -name: "ペルソナ" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1694688954 {#6009 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6010 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6012 …} -Children: Doctrine\ORM\PersistentCollection {#6015 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149015 +label: " Marvel" +value: "150" +data: Eccube\Entity\Category {#6018 -id: 150 -name: "Marvel" -hierarchy: 3 -sort_no: 18 -create_date: DateTime @1694688954 {#6016 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6017 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6019 …} -Children: Doctrine\ORM\PersistentCollection {#6022 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149016 +label: " 魔界戦記ディスガイア" +value: "151" +data: Eccube\Entity\Category {#6025 -id: 151 -name: "魔界戦記ディスガイア" -hierarchy: 3 -sort_no: 17 -create_date: DateTime @1694688954 {#6023 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6024 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6026 …} -Children: Doctrine\ORM\PersistentCollection {#6029 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149017 +label: " 無職転生 ~異世界行ったら本気だす~" +value: "152" +data: Eccube\Entity\Category {#6032 -id: 152 -name: "無職転生 ~異世界行ったら本気だす~" -hierarchy: 3 -sort_no: 16 -create_date: DateTime @1694688954 {#6030 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6031 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6033 …} -Children: Doctrine\ORM\PersistentCollection {#6036 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149018 +label: " MELTY BLOOD/空の境界" +value: "153" +data: Eccube\Entity\Category {#6039 -id: 153 -name: "MELTY BLOOD/空の境界" -hierarchy: 3 -sort_no: 15 -create_date: DateTime @1694688954 {#6037 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6038 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6040 …} -Children: Doctrine\ORM\PersistentCollection {#6043 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149019 +label: " 〈物語〉シリーズ" +value: "154" +data: Eccube\Entity\Category {#6046 -id: 154 -name: "〈物語〉シリーズ" -hierarchy: 3 -sort_no: 14 -create_date: DateTime @1694688954 {#6044 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6045 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6047 …} -Children: Doctrine\ORM\PersistentCollection {#6050 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149020 +label: " Re:ゼロから始める異世界生活" +value: "155" +data: Eccube\Entity\Category {#6053 -id: 155 -name: "Re:ゼロから始める異世界生活" -hierarchy: 3 -sort_no: 13 -create_date: DateTime @1694688954 {#6051 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6052 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6054 …} -Children: Doctrine\ORM\PersistentCollection {#6057 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149021 +label: " ログ・ホライズン" +value: "156" +data: Eccube\Entity\Category {#6060 -id: 156 -name: "ログ・ホライズン" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1694688954 {#6058 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6059 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6061 …} -Children: Doctrine\ORM\PersistentCollection {#6064 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149022 +label: " ロストディケイド" +value: "157" +data: Eccube\Entity\Category {#6067 -id: 157 -name: "ロストディケイド" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1694688954 {#6065 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6066 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6068 …} -Children: Doctrine\ORM\PersistentCollection {#6071 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149023 +label: " ワールドトリガー" +value: "158" +data: Eccube\Entity\Category {#6074 -id: 158 -name: "ワールドトリガー" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1694688954 {#6072 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6073 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6075 …} -Children: Doctrine\ORM\PersistentCollection {#6078 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149024 +label: " プロモカード(シュヴァルツサイド)" +value: "159" +data: Eccube\Entity\Category {#6081 -id: 159 -name: "プロモカード(シュヴァルツサイド)" -hierarchy: 3 -sort_no: 9 -create_date: DateTime @1694688954 {#6079 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723442152 {#6080 date: 2024-08-12 14:55:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6082 …} -Children: Doctrine\ORM\PersistentCollection {#6085 …} -Parent: Eccube\Entity\Category {#5521} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149025 +label: "ポケモン" +value: "7" +data: Eccube\Entity\Category {#6088 -id: 7 -name: "ポケモン" -hierarchy: 1 -sort_no: 368 -create_date: DateTime @1694688688 {#5070 date: 2023-09-14 19:51:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741240460 {#5069 date: 2025-03-06 14:54:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6089 …} -Children: Doctrine\ORM\PersistentCollection {#6092 …} -Parent: Eccube\Entity\Category {#4706} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: "0213195449_65cb4a797fd47.png" } +attr: [] +labelTranslationParameters: [] } 596 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149026 +label: " レアリティ" +value: "596" +data: Eccube\Entity\Category {#6093 -id: 596 -name: "レアリティ" -hierarchy: 2 -sort_no: 367 -create_date: DateTime @1696942135 {#4962 date: 2023-10-10 21:48:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#4963 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6094 …} -Children: Doctrine\ORM\PersistentCollection {#6097 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 621 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149027 +label: " UR" +value: "621" +data: Eccube\Entity\Category {#6098 -id: 621 -name: "UR" -hierarchy: 3 -sort_no: 365 -create_date: DateTime @1696942667 {#6086 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6087 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6099 …} -Children: Doctrine\ORM\PersistentCollection {#6102 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 622 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149028 +label: " SAR" +value: "622" +data: Eccube\Entity\Category {#6109 -id: 622 -name: "SAR" -hierarchy: 3 -sort_no: 156 -create_date: DateTime @1696942667 {#6107 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6108 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6110 …} -Children: Doctrine\ORM\PersistentCollection {#6113 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 623 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149029 +label: " SR" +value: "623" +data: Eccube\Entity\Category {#6116 -id: 623 -name: "SR" -hierarchy: 3 -sort_no: 155 -create_date: DateTime @1696942667 {#6114 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6115 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6117 …} -Children: Doctrine\ORM\PersistentCollection {#6120 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 624 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149030 +label: " AR" +value: "624" +data: Eccube\Entity\Category {#6123 -id: 624 -name: "AR" -hierarchy: 3 -sort_no: 154 -create_date: DateTime @1696942667 {#6121 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6122 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6124 …} -Children: Doctrine\ORM\PersistentCollection {#6127 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 625 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149031 +label: " RR" +value: "625" +data: Eccube\Entity\Category {#6130 -id: 625 -name: "RR" -hierarchy: 3 -sort_no: 153 -create_date: DateTime @1696942667 {#6128 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6129 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6131 …} -Children: Doctrine\ORM\PersistentCollection {#6134 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 626 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149032 +label: " R" +value: "626" +data: Eccube\Entity\Category {#6137 -id: 626 -name: "R" -hierarchy: 3 -sort_no: 152 -create_date: DateTime @1696942667 {#6135 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6136 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6138 …} -Children: Doctrine\ORM\PersistentCollection {#6141 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 627 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149033 +label: " UC" +value: "627" +data: Eccube\Entity\Category {#6144 -id: 627 -name: "UC" -hierarchy: 3 -sort_no: 151 -create_date: DateTime @1696942667 {#6142 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6143 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6145 …} -Children: Doctrine\ORM\PersistentCollection {#6148 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 628 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149034 +label: " C" +value: "628" +data: Eccube\Entity\Category {#6151 -id: 628 -name: "C" -hierarchy: 3 -sort_no: 150 -create_date: DateTime @1696942667 {#6149 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6150 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6152 …} -Children: Doctrine\ORM\PersistentCollection {#6155 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 629 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149035 +label: " TD" +value: "629" +data: Eccube\Entity\Category {#6158 -id: 629 -name: "TD" -hierarchy: 3 -sort_no: 149 -create_date: DateTime @1696942667 {#6156 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6157 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6159 …} -Children: Doctrine\ORM\PersistentCollection {#6162 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 630 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149036 +label: " ホロ" +value: "630" +data: Eccube\Entity\Category {#6165 -id: 630 -name: "ホロ" -hierarchy: 3 -sort_no: 148 -create_date: DateTime @1696942667 {#6163 date: 2023-10-10 21:57:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741336317 {#6164 date: 2025-03-07 17:31:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6166 …} -Children: Doctrine\ORM\PersistentCollection {#6169 …} -Parent: Eccube\Entity\Category {#6093} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 663 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149037 +label: " 新商品" +value: "663" +data: Eccube\Entity\Category {#6170 -id: 663 -name: "新商品" -hierarchy: 2 -sort_no: 366 -create_date: DateTime @1717046573 {#5532 date: 2024-05-30 14:22:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#5531 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6171 …} -Children: Doctrine\ORM\PersistentCollection {#6174 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 747 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149038 +label: " ダメージ商品 ポケモン" +value: "747" +data: Eccube\Entity\Category {#6177 -id: 747 -name: "ダメージ商品 ポケモン" -hierarchy: 2 -sort_no: 176 -create_date: DateTime @1741240588 {#6175 date: 2025-03-06 14:56:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6176 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6178 …} -Children: Doctrine\ORM\PersistentCollection {#6181 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 750 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149039 +label: " [SV9a] 熱風のアリーナ" +value: "750" +data: Eccube\Entity\Category {#6184 -id: 750 -name: "[SV9a] 熱風のアリーナ" -hierarchy: 2 -sort_no: 175 -create_date: DateTime @1741938364 {#6182 date: 2025-03-14 16:46:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6183 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6185 …} -Children: Doctrine\ORM\PersistentCollection {#6188 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 706 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149040 +label: " [SVOD] ダイゴのダンバル&メタグロスex" +value: "706" +data: Eccube\Entity\Category {#6191 -id: 706 -name: "[SVOD] ダイゴのダンバル&メタグロスex" -hierarchy: 2 -sort_no: 174 -create_date: DateTime @1740201496 {#6189 date: 2025-02-22 14:18:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6190 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6192 …} -Children: Doctrine\ORM\PersistentCollection {#6195 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 705 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149041 +label: " [SV9] バトルパートナーズ" +value: "705" +data: Eccube\Entity\Category {#6198 -id: 705 -name: "[SV9] バトルパートナーズ" -hierarchy: 2 -sort_no: 173 -create_date: DateTime @1737708933 {#6196 date: 2025-01-24 17:55:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6197 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6199 …} -Children: Doctrine\ORM\PersistentCollection {#6202 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 704 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149042 +label: " [SV8a] テラスタルフェスex" +value: "704" +data: Eccube\Entity\Category {#6205 -id: 704 -name: "[SV8a] テラスタルフェスex" -hierarchy: 2 -sort_no: 172 -create_date: DateTime @1733556985 {#6203 date: 2024-12-07 16:36:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6204 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6206 …} -Children: Doctrine\ORM\PersistentCollection {#6209 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 698 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149043 +label: " [SV8] 超電ブレイカー" +value: "698" +data: Eccube\Entity\Category {#6212 -id: 698 -name: "[SV8] 超電ブレイカー" -hierarchy: 2 -sort_no: 171 -create_date: DateTime @1729320738 {#6210 date: 2024-10-19 15:52:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6211 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6213 …} -Children: Doctrine\ORM\PersistentCollection {#6216 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 697 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149044 +label: " [SV7a] 楽園ドラゴーナ" +value: "697" +data: Eccube\Entity\Category {#6219 -id: 697 -name: "[SV7a] 楽園ドラゴーナ" -hierarchy: 2 -sort_no: 170 -create_date: DateTime @1726206102 {#6217 date: 2024-09-13 14:41:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6218 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6220 …} -Children: Doctrine\ORM\PersistentCollection {#6223 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 673 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149045 +label: " [SV7] ステラミラクル" +value: "673" +data: Eccube\Entity\Category {#6226 -id: 673 -name: "[SV7] ステラミラクル" -hierarchy: 2 -sort_no: 169 -create_date: DateTime @1721806116 {#6224 date: 2024-07-24 16:28:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6225 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6227 …} -Children: Doctrine\ORM\PersistentCollection {#6230 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 668 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149046 +label: " [SV6a] ナイトワンダラー" +value: "668" +data: Eccube\Entity\Category {#6233 -id: 668 -name: "[SV6a] ナイトワンダラー" -hierarchy: 2 -sort_no: 168 -create_date: DateTime @1717738053 {#6231 date: 2024-06-07 14:27:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6232 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6234 …} -Children: Doctrine\ORM\PersistentCollection {#6237 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 655 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149047 +label: " [SV6] 変幻の仮面" +value: "655" +data: Eccube\Entity\Category {#6240 -id: 655 -name: "[SV6] 変幻の仮面" -hierarchy: 2 -sort_no: 167 -create_date: DateTime @1717043767 {#6238 date: 2024-05-30 13:36:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6239 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6241 …} -Children: Doctrine\ORM\PersistentCollection {#6244 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 650 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149048 +label: " [SV5a] クリムゾンヘイズ" +value: "650" +data: Eccube\Entity\Category {#6247 -id: 650 -name: "[SV5a] クリムゾンヘイズ" -hierarchy: 2 -sort_no: 166 -create_date: DateTime @1712556841 {#6245 date: 2024-04-08 15:14:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6246 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6248 …} -Children: Doctrine\ORM\PersistentCollection {#6251 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 656 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149049 +label: " [SV5K] ワイルドフォース" +value: "656" +data: Eccube\Entity\Category {#6254 -id: 656 -name: "[SV5K] ワイルドフォース" -hierarchy: 2 -sort_no: 165 -create_date: DateTime @1717043794 {#6252 date: 2024-05-30 13:36:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6253 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6255 …} -Children: Doctrine\ORM\PersistentCollection {#6258 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 657 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149050 +label: " [SV5M] サイバージャッジ" +value: "657" +data: Eccube\Entity\Category {#6261 -id: 657 -name: "[SV5M] サイバージャッジ" -hierarchy: 2 -sort_no: 164 -create_date: DateTime @1717043828 {#6259 date: 2024-05-30 13:37:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6260 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6262 …} -Children: Doctrine\ORM\PersistentCollection {#6265 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 665 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149051 +label: " [SV4a] シャイニートレジャーex" +value: "665" +data: Eccube\Entity\Category {#6268 -id: 665 -name: "[SV4a] シャイニートレジャーex" -hierarchy: 2 -sort_no: 163 -create_date: DateTime @1717238509 {#6266 date: 2024-06-01 19:41:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6267 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6269 …} -Children: Doctrine\ORM\PersistentCollection {#6272 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 658 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149052 +label: " [SV4K] 古代の咆哮" +value: "658" +data: Eccube\Entity\Category {#6275 -id: 658 -name: "[SV4K] 古代の咆哮" -hierarchy: 2 -sort_no: 162 -create_date: DateTime @1717043844 {#6273 date: 2024-05-30 13:37:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6274 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6276 …} -Children: Doctrine\ORM\PersistentCollection {#6279 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 659 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149053 +label: " [SV4M] 未来の一閃" +value: "659" +data: Eccube\Entity\Category {#6282 -id: 659 -name: "[SV4M] 未来の一閃" -hierarchy: 2 -sort_no: 161 -create_date: DateTime @1717043857 {#6280 date: 2024-05-30 13:37:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6281 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6283 …} -Children: Doctrine\ORM\PersistentCollection {#6286 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 660 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149054 +label: " [SV3a] レイジングサーフ" +value: "660" +data: Eccube\Entity\Category {#6289 -id: 660 -name: "[SV3a] レイジングサーフ" -hierarchy: 2 -sort_no: 160 -create_date: DateTime @1717043872 {#6287 date: 2024-05-30 13:37:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6288 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6290 …} -Children: Doctrine\ORM\PersistentCollection {#6293 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 661 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149055 +label: " [SV3] 黒炎の支配者" +value: "661" +data: Eccube\Entity\Category {#6296 -id: 661 -name: "[SV3] 黒炎の支配者" -hierarchy: 2 -sort_no: 159 -create_date: DateTime @1717043886 {#6294 date: 2024-05-30 13:38:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6295 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6297 …} -Children: Doctrine\ORM\PersistentCollection {#6300 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 662 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149056 +label: " [SV2a] ポケモンカード151" +value: "662" +data: Eccube\Entity\Category {#6303 -id: 662 -name: "[SV2a] ポケモンカード151" -hierarchy: 2 -sort_no: 158 -create_date: DateTime @1717043904 {#6301 date: 2024-05-30 13:38:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6302 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6304 …} -Children: Doctrine\ORM\PersistentCollection {#6307 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149057 +label: " SV2D クレイバースト" +value: "12" +data: Eccube\Entity\Category {#6310 -id: 12 -name: "SV2D クレイバースト" -hierarchy: 2 -sort_no: 157 -create_date: DateTime @1694688954 {#6308 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6309 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6311 …} -Children: Doctrine\ORM\PersistentCollection {#6314 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149058 +label: " SV2P スノーハザード" +value: "13" +data: Eccube\Entity\Category {#6317 -id: 13 -name: "SV2P スノーハザード" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1694688954 {#6315 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6316 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6318 …} -Children: Doctrine\ORM\PersistentCollection {#6321 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149059 +label: " SV1A トリプレットビート" +value: "14" +data: Eccube\Entity\Category {#6324 -id: 14 -name: "SV1A トリプレットビート" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1694688954 {#6322 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6323 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6325 …} -Children: Doctrine\ORM\PersistentCollection {#6328 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149060 +label: " SV1V バイオレットex" +value: "15" +data: Eccube\Entity\Category {#6331 -id: 15 -name: "SV1V バイオレットex" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1694688954 {#6329 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6330 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6332 …} -Children: Doctrine\ORM\PersistentCollection {#6335 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149061 +label: " SV1S スカーレットex" +value: "16" +data: Eccube\Entity\Category {#6338 -id: 16 -name: "SV1S スカーレットex" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1694688954 {#6336 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6337 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6339 …} -Children: Doctrine\ORM\PersistentCollection {#6342 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149062 +label: " PROMO プロモ" +value: "11" +data: Eccube\Entity\Category {#6345 -id: 11 -name: "PROMO プロモ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1694688954 {#6343 date: 2023-09-14 19:55:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6344 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6346 …} -Children: Doctrine\ORM\PersistentCollection {#6349 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 645 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149063 +label: " ポケモンおすすめ" +value: "645" +data: Eccube\Entity\Category {#6352 -id: 645 -name: "ポケモンおすすめ" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1706627829 {#6350 date: 2024-01-31 00:17:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741938373 {#6351 date: 2025-03-14 16:46:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6353 …} -Children: Doctrine\ORM\PersistentCollection {#6356 …} -Parent: Eccube\Entity\Category {#6088} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149064 +label: " 買い取り" +value: "217" +data: Eccube\Entity\Category {#6359 -id: 217 -name: "買い取り" -hierarchy: 2 -sort_no: 364 -create_date: DateTime @1695966514 {#6103 date: 2023-09-29 14:48:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#6104 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6360 …} -Children: Doctrine\ORM\PersistentCollection {#6363 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149065 +label: " ポケモン" +value: "219" +data: Eccube\Entity\Category {#6364 -id: 219 -name: "ポケモン" -hierarchy: 2 -sort_no: 338 -create_date: DateTime @1695974903 {#6105 date: 2023-09-29 17:08:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708916557 {#6106 date: 2024-02-26 12:02:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6365 …} -Children: Doctrine\ORM\PersistentCollection {#6368 …} -Parent: Eccube\Entity\Category {#6359} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: "0226120233_65dbff4915d20.png" } +attr: [] +labelTranslationParameters: [] } 751 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149066 +label: " まとめて発送" +value: "751" +data: Eccube\Entity\Category {#6369 -id: 751 -name: "まとめて発送" -hierarchy: 3 -sort_no: 337 -create_date: DateTime @1742927671 {#6357 date: 2025-03-26 03:34:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742927671 {#6358 date: 2025-03-26 03:34:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6370 …} -Children: Doctrine\ORM\PersistentCollection {#6373 …} -Parent: Eccube\Entity\Category {#6364} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149067 +label: " レアリティ" +value: "597" +data: Eccube\Entity\Category {#6382 -id: 597 -name: "レアリティ" -hierarchy: 3 -sort_no: 336 -create_date: DateTime @1696942150 {#6378 date: 2023-10-10 21:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741091170 {#6379 date: 2025-03-04 21:26:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6383 …} -Children: Doctrine\ORM\PersistentCollection {#6386 …} -Parent: Eccube\Entity\Category {#6364} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 713 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149068 +label: " UR" +value: "713" +data: Eccube\Entity\Category {#6387 -id: 713 -name: "UR" -hierarchy: 4 -sort_no: 335 -create_date: DateTime @1740989596 {#6380 date: 2025-03-03 17:13:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6381 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6388 …} -Children: Doctrine\ORM\PersistentCollection {#6391 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 714 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149069 +label: " SAR" +value: "714" +data: Eccube\Entity\Category {#6396 -id: 714 -name: "SAR" -hierarchy: 4 -sort_no: 334 -create_date: DateTime @1740989599 {#6394 date: 2025-03-03 17:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6395 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6397 …} -Children: Doctrine\ORM\PersistentCollection {#6400 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 715 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149070 +label: " SR" +value: "715" +data: Eccube\Entity\Category {#6403 -id: 715 -name: "SR" -hierarchy: 4 -sort_no: 333 -create_date: DateTime @1740989607 {#6401 date: 2025-03-03 17:13:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6402 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6404 …} -Children: Doctrine\ORM\PersistentCollection {#6407 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 716 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149071 +label: " AR" +value: "716" +data: Eccube\Entity\Category {#6410 -id: 716 -name: "AR" -hierarchy: 4 -sort_no: 332 -create_date: DateTime @1740989612 {#6408 date: 2025-03-03 17:13:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6409 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6411 …} -Children: Doctrine\ORM\PersistentCollection {#6414 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 717 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149072 +label: " RR" +value: "717" +data: Eccube\Entity\Category {#6417 -id: 717 -name: "RR" -hierarchy: 4 -sort_no: 331 -create_date: DateTime @1740989616 {#6415 date: 2025-03-03 17:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6416 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6418 …} -Children: Doctrine\ORM\PersistentCollection {#6421 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 718 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149073 +label: " R" +value: "718" +data: Eccube\Entity\Category {#6424 -id: 718 -name: "R" -hierarchy: 4 -sort_no: 330 -create_date: DateTime @1740989626 {#6422 date: 2025-03-03 17:13:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6423 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6425 …} -Children: Doctrine\ORM\PersistentCollection {#6428 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 719 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149074 +label: " UC" +value: "719" +data: Eccube\Entity\Category {#6431 -id: 719 -name: "UC" -hierarchy: 4 -sort_no: 329 -create_date: DateTime @1740989636 {#6429 date: 2025-03-03 17:13:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6430 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6432 …} -Children: Doctrine\ORM\PersistentCollection {#6435 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 720 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149075 +label: " C" +value: "720" +data: Eccube\Entity\Category {#6438 -id: 720 -name: "C" -hierarchy: 4 -sort_no: 328 -create_date: DateTime @1740990583 {#6436 date: 2025-03-03 17:29:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6437 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6439 …} -Children: Doctrine\ORM\PersistentCollection {#6442 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 721 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149076 +label: " TD" +value: "721" +data: Eccube\Entity\Category {#6445 -id: 721 -name: "TD" -hierarchy: 4 -sort_no: 327 -create_date: DateTime @1740990604 {#6443 date: 2025-03-03 17:30:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6444 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6446 …} -Children: Doctrine\ORM\PersistentCollection {#6449 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 722 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149077 +label: " ホロ" +value: "722" +data: Eccube\Entity\Category {#6452 -id: 722 -name: "ホロ" -hierarchy: 4 -sort_no: 326 -create_date: DateTime @1740990613 {#6450 date: 2025-03-03 17:30:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740990617 {#6451 date: 2025-03-03 17:30:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6453 …} -Children: Doctrine\ORM\PersistentCollection {#6456 …} -Parent: Eccube\Entity\Category {#6382} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149078 +label: " ヴァイスシュヴァルツ" +value: "218" +data: Eccube\Entity\Category {#6459 -id: 218 -name: "ヴァイスシュヴァルツ" -hierarchy: 2 -sort_no: 325 -create_date: DateTime @1695974896 {#6374 date: 2023-09-29 17:08:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708916568 {#6375 date: 2024-02-26 12:02:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6460 …} -Children: Doctrine\ORM\PersistentCollection {#6463 …} -Parent: Eccube\Entity\Category {#6359} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: "0226120246_65dbff56df4a3.png" } +attr: [] +labelTranslationParameters: [] } 731 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149079 +label: " レアリティ" +value: "731" +data: Eccube\Entity\Category {#6464 -id: 731 -name: "レアリティ" -hierarchy: 3 -sort_no: 324 -create_date: DateTime @1740991321 {#6376 date: 2025-03-03 17:42:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991321 {#6377 date: 2025-03-03 17:42:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6465 …} -Children: Doctrine\ORM\PersistentCollection {#6468 …} -Parent: Eccube\Entity\Category {#6459} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 732 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149080 +label: " SSP" +value: "732" +data: Eccube\Entity\Category {#6469 -id: 732 -name: "SSP" -hierarchy: 4 -sort_no: 323 -create_date: DateTime @1740991716 {#6457 date: 2025-03-03 17:48:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6458 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6470 …} -Children: Doctrine\ORM\PersistentCollection {#6473 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 733 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149081 +label: " SP" +value: "733" +data: Eccube\Entity\Category {#6480 -id: 733 -name: "SP" -hierarchy: 4 -sort_no: 322 -create_date: DateTime @1740991726 {#6478 date: 2025-03-03 17:48:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6479 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6481 …} -Children: Doctrine\ORM\PersistentCollection {#6484 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 734 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149082 +label: " RRR" +value: "734" +data: Eccube\Entity\Category {#6487 -id: 734 -name: "RRR" -hierarchy: 4 -sort_no: 321 -create_date: DateTime @1740991737 {#6485 date: 2025-03-03 17:48:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6486 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6488 …} -Children: Doctrine\ORM\PersistentCollection {#6491 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 735 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149083 +label: " SR" +value: "735" +data: Eccube\Entity\Category {#6494 -id: 735 -name: "SR" -hierarchy: 4 -sort_no: 320 -create_date: DateTime @1740991747 {#6492 date: 2025-03-03 17:49:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6493 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6495 …} -Children: Doctrine\ORM\PersistentCollection {#6498 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 736 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149084 +label: " RR" +value: "736" +data: Eccube\Entity\Category {#6501 -id: 736 -name: "RR" -hierarchy: 4 -sort_no: 319 -create_date: DateTime @1740991756 {#6499 date: 2025-03-03 17:49:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6500 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6502 …} -Children: Doctrine\ORM\PersistentCollection {#6505 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 737 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149085 +label: " R" +value: "737" +data: Eccube\Entity\Category {#6508 -id: 737 -name: "R" -hierarchy: 4 -sort_no: 318 -create_date: DateTime @1740991765 {#6506 date: 2025-03-03 17:49:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6507 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6509 …} -Children: Doctrine\ORM\PersistentCollection {#6512 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 738 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149086 +label: " UC" +value: "738" +data: Eccube\Entity\Category {#6515 -id: 738 -name: "UC" -hierarchy: 4 -sort_no: 317 -create_date: DateTime @1740991777 {#6513 date: 2025-03-03 17:49:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6514 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6516 …} -Children: Doctrine\ORM\PersistentCollection {#6519 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 739 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149087 +label: " C" +value: "739" +data: Eccube\Entity\Category {#6522 -id: 739 -name: "C" -hierarchy: 4 -sort_no: 316 -create_date: DateTime @1740991787 {#6520 date: 2025-03-03 17:49:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6521 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6523 …} -Children: Doctrine\ORM\PersistentCollection {#6526 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 740 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149088 +label: " PR" +value: "740" +data: Eccube\Entity\Category {#6529 -id: 740 -name: "PR" -hierarchy: 4 -sort_no: 315 -create_date: DateTime @1740991816 {#6527 date: 2025-03-03 17:50:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6528 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6530 …} -Children: Doctrine\ORM\PersistentCollection {#6533 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 741 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149089 +label: " TD" +value: "741" +data: Eccube\Entity\Category {#6536 -id: 741 -name: "TD" -hierarchy: 4 -sort_no: 314 -create_date: DateTime @1740991826 {#6534 date: 2025-03-03 17:50:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6535 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6537 …} -Children: Doctrine\ORM\PersistentCollection {#6540 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 742 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149090 +label: " ホロ" +value: "742" +data: Eccube\Entity\Category {#6543 -id: 742 -name: "ホロ" -hierarchy: 4 -sort_no: 313 -create_date: DateTime @1740991838 {#6541 date: 2025-03-03 17:50:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740991840 {#6542 date: 2025-03-03 17:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6544 …} -Children: Doctrine\ORM\PersistentCollection {#6547 …} -Parent: Eccube\Entity\Category {#6464} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149091 +label: " シュヴァルツサイド" +value: "221" +data: Eccube\Entity\Category {#6550 -id: 221 -name: "シュヴァルツサイド" -hierarchy: 3 -sort_no: 312 -create_date: DateTime @1695979650 {#6476 date: 2023-09-29 18:27:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695979650 {#6477 date: 2023-09-29 18:27:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6551 …} -Children: Doctrine\ORM\PersistentCollection {#6554 …} -Parent: Eccube\Entity\Category {#6459} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149092 +label: " アイドルマスター" +value: "351" +data: Eccube\Entity\Category {#6555 -id: 351 -name: "アイドルマスター" -hierarchy: 4 -sort_no: 311 -create_date: DateTime @1695985580 {#6548 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6549 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6556 …} -Children: Doctrine\ORM\PersistentCollection {#6559 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149093 +label: " アイドルマスター シャイニーカラーズ" +value: "352" +data: Eccube\Entity\Category {#6564 -id: 352 -name: "アイドルマスター シャイニーカラーズ" -hierarchy: 4 -sort_no: 310 -create_date: DateTime @1695985580 {#6562 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6563 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6565 …} -Children: Doctrine\ORM\PersistentCollection {#6568 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149094 +label: " アイドルマスター ミリオンライブ!" +value: "353" +data: Eccube\Entity\Category {#6571 -id: 353 -name: "アイドルマスター ミリオンライブ!" -hierarchy: 4 -sort_no: 309 -create_date: DateTime @1695985580 {#6569 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6570 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6572 …} -Children: Doctrine\ORM\PersistentCollection {#6575 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149095 +label: " アクセル・ワールド" +value: "354" +data: Eccube\Entity\Category {#6578 -id: 354 -name: "アクセル・ワールド" -hierarchy: 4 -sort_no: 308 -create_date: DateTime @1695985580 {#6576 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6577 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6579 …} -Children: Doctrine\ORM\PersistentCollection {#6582 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 355 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149096 +label: " アサルトリリィ" +value: "355" +data: Eccube\Entity\Category {#6585 -id: 355 -name: "アサルトリリィ" -hierarchy: 4 -sort_no: 307 -create_date: DateTime @1695985580 {#6583 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6584 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6586 …} -Children: Doctrine\ORM\PersistentCollection {#6589 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149097 +label: " アズールレーン" +value: "356" +data: Eccube\Entity\Category {#6592 -id: 356 -name: "アズールレーン" -hierarchy: 4 -sort_no: 306 -create_date: DateTime @1695985580 {#6590 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6591 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6593 …} -Children: Doctrine\ORM\PersistentCollection {#6596 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149098 +label: " ありふれた職業で世界最強" +value: "357" +data: Eccube\Entity\Category {#6599 -id: 357 -name: "ありふれた職業で世界最強" -hierarchy: 4 -sort_no: 305 -create_date: DateTime @1695985580 {#6597 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6598 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6600 …} -Children: Doctrine\ORM\PersistentCollection {#6603 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149099 +label: " 痛いのは嫌なので防御力に極振りしたいと思います。" +value: "358" +data: Eccube\Entity\Category {#6606 -id: 358 -name: "痛いのは嫌なので防御力に極振りしたいと思います。" -hierarchy: 4 -sort_no: 304 -create_date: DateTime @1695985580 {#6604 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6605 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6607 …} -Children: Doctrine\ORM\PersistentCollection {#6610 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149100 +label: " うーさーのその日暮らし" +value: "359" +data: Eccube\Entity\Category {#6613 -id: 359 -name: "うーさーのその日暮らし" -hierarchy: 4 -sort_no: 303 -create_date: DateTime @1695985580 {#6611 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6612 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6614 …} -Children: Doctrine\ORM\PersistentCollection {#6617 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149101 +label: " ヱヴァンゲリヲン新劇場版" +value: "360" +data: Eccube\Entity\Category {#6620 -id: 360 -name: "ヱヴァンゲリヲン新劇場版" -hierarchy: 4 -sort_no: 302 -create_date: DateTime @1695985580 {#6618 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6619 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6621 …} -Children: Doctrine\ORM\PersistentCollection {#6624 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149102 +label: " おそ松さん" +value: "361" +data: Eccube\Entity\Category {#6627 -id: 361 -name: "おそ松さん" -hierarchy: 4 -sort_no: 301 -create_date: DateTime @1695985580 {#6625 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6626 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6628 …} -Children: Doctrine\ORM\PersistentCollection {#6631 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149103 +label: " オーバーロード" +value: "362" +data: Eccube\Entity\Category {#6634 -id: 362 -name: "オーバーロード" -hierarchy: 4 -sort_no: 300 -create_date: DateTime @1695985580 {#6632 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6633 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6635 …} -Children: Doctrine\ORM\PersistentCollection {#6638 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 363 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149104 +label: " かぐや様は告らせたい~天才たちの恋愛頭脳戦~" +value: "363" +data: Eccube\Entity\Category {#6641 -id: 363 -name: "かぐや様は告らせたい~天才たちの恋愛頭脳戦~" -hierarchy: 4 -sort_no: 299 -create_date: DateTime @1695985580 {#6639 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6640 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6642 …} -Children: Doctrine\ORM\PersistentCollection {#6645 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 364 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149105 +label: " 刀語" +value: "364" +data: Eccube\Entity\Category {#6648 -id: 364 -name: "刀語" -hierarchy: 4 -sort_no: 298 -create_date: DateTime @1695985580 {#6646 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6647 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6649 …} -Children: Doctrine\ORM\PersistentCollection {#6652 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149106 +label: " CANAAN" +value: "365" +data: Eccube\Entity\Category {#6655 -id: 365 -name: "CANAAN" -hierarchy: 4 -sort_no: 297 -create_date: DateTime @1695985580 {#6653 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6654 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6656 …} -Children: Doctrine\ORM\PersistentCollection {#6659 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 366 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149107 +label: " 艦隊これくしょん -艦これ-" +value: "366" +data: Eccube\Entity\Category {#6662 -id: 366 -name: "艦隊これくしょん -艦これ-" -hierarchy: 4 -sort_no: 296 -create_date: DateTime @1695985580 {#6660 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6661 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6663 …} -Children: Doctrine\ORM\PersistentCollection {#6666 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149108 +label: " 超爆裂異次元メンコバトル ギガントシューター つかさ" +value: "367" +data: Eccube\Entity\Category {#6669 -id: 367 -name: "超爆裂異次元メンコバトル ギガントシューター つかさ" -hierarchy: 4 -sort_no: 295 -create_date: DateTime @1695985580 {#6667 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6668 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6670 …} -Children: Doctrine\ORM\PersistentCollection {#6673 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 368 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149109 +label: " キズナイーバー" +value: "368" +data: Eccube\Entity\Category {#6676 -id: 368 -name: "キズナイーバー" -hierarchy: 4 -sort_no: 294 -create_date: DateTime @1695985580 {#6674 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6675 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6677 …} -Children: Doctrine\ORM\PersistentCollection {#6680 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149110 +label: " 境界のRINNE" +value: "369" +data: Eccube\Entity\Category {#6683 -id: 369 -name: "境界のRINNE" -hierarchy: 4 -sort_no: 293 -create_date: DateTime @1695985580 {#6681 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6682 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6684 …} -Children: Doctrine\ORM\PersistentCollection {#6687 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149111 +label: " ギルティクラウン" +value: "370" +data: Eccube\Entity\Category {#6690 -id: 370 -name: "ギルティクラウン" -hierarchy: 4 -sort_no: 292 -create_date: DateTime @1695985580 {#6688 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6689 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6691 …} -Children: Doctrine\ORM\PersistentCollection {#6694 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149112 +label: " キルラキル" +value: "371" +data: Eccube\Entity\Category {#6697 -id: 371 -name: "キルラキル" -hierarchy: 4 -sort_no: 291 -create_date: DateTime @1695985580 {#6695 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6696 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6698 …} -Children: Doctrine\ORM\PersistentCollection {#6701 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149113 +label: " グリザイアの果実" +value: "372" +data: Eccube\Entity\Category {#6704 -id: 372 -name: "グリザイアの果実" -hierarchy: 4 -sort_no: 290 -create_date: DateTime @1695985580 {#6702 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6703 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6705 …} -Children: Doctrine\ORM\PersistentCollection {#6708 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149114 +label: " クレヨンしんちゃん" +value: "373" +data: Eccube\Entity\Category {#6711 -id: 373 -name: "クレヨンしんちゃん" -hierarchy: 4 -sort_no: 289 -create_date: DateTime @1695985580 {#6709 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6710 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6712 …} -Children: Doctrine\ORM\PersistentCollection {#6715 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 374 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149115 +label: " 劇場版マクロスF" +value: "374" +data: Eccube\Entity\Category {#6718 -id: 374 -name: "劇場版マクロスF" -hierarchy: 4 -sort_no: 288 -create_date: DateTime @1695985580 {#6716 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6717 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6719 …} -Children: Doctrine\ORM\PersistentCollection {#6722 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 375 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149116 +label: " アニメーション映画『GODZILLA』" +value: "375" +data: Eccube\Entity\Category {#6725 -id: 375 -name: "アニメーション映画『GODZILLA』" -hierarchy: 4 -sort_no: 287 -create_date: DateTime @1695985580 {#6723 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6724 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6726 …} -Children: Doctrine\ORM\PersistentCollection {#6729 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 376 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149117 +label: " ゴブリンスレイヤー" +value: "376" +data: Eccube\Entity\Category {#6732 -id: 376 -name: "ゴブリンスレイヤー" -hierarchy: 4 -sort_no: 286 -create_date: DateTime @1695985580 {#6730 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6731 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6733 …} -Children: Doctrine\ORM\PersistentCollection {#6736 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 377 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149118 +label: " PSYCHO-PASS サイコパス" +value: "377" +data: Eccube\Entity\Category {#6739 -id: 377 -name: "PSYCHO-PASS サイコパス" -hierarchy: 4 -sort_no: 285 -create_date: DateTime @1695985580 {#6737 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6738 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6740 …} -Children: Doctrine\ORM\PersistentCollection {#6743 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 378 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149119 +label: " THE KING OF FIGHTERS" +value: "378" +data: Eccube\Entity\Category {#6746 -id: 378 -name: "THE KING OF FIGHTERS" -hierarchy: 4 -sort_no: 284 -create_date: DateTime @1695985580 {#6744 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6745 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6747 …} -Children: Doctrine\ORM\PersistentCollection {#6750 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149120 +label: " シャイニングシリーズ" +value: "379" +data: Eccube\Entity\Category {#6753 -id: 379 -name: "シャイニングシリーズ" -hierarchy: 4 -sort_no: 283 -create_date: DateTime @1695985580 {#6751 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6752 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6754 …} -Children: Doctrine\ORM\PersistentCollection {#6757 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 380 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149121 +label: " STEINS;GATE" +value: "380" +data: Eccube\Entity\Category {#6760 -id: 380 -name: "STEINS;GATE" -hierarchy: 4 -sort_no: 282 -create_date: DateTime @1695985580 {#6758 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6759 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6761 …} -Children: Doctrine\ORM\PersistentCollection {#6764 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149122 +label: " STEINS;GATE[ブースター]" +value: "381" +data: Eccube\Entity\Category {#6767 -id: 381 -name: "STEINS;GATE[ブースター]" -hierarchy: 4 -sort_no: 281 -create_date: DateTime @1695985580 {#6765 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6766 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6768 …} -Children: Doctrine\ORM\PersistentCollection {#6771 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149123 +label: " STEINS;GATE[TD+]" +value: "382" +data: Eccube\Entity\Category {#6774 -id: 382 -name: "STEINS;GATE[TD+]" -hierarchy: 4 -sort_no: 280 -create_date: DateTime @1695985580 {#6772 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6773 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6775 …} -Children: Doctrine\ORM\PersistentCollection {#6778 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 383 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149124 +label: " 少女☆歌劇 レヴュースタァライト" +value: "383" +data: Eccube\Entity\Category {#6781 -id: 383 -name: "少女☆歌劇 レヴュースタァライト" -hierarchy: 4 -sort_no: 279 -create_date: DateTime @1695985580 {#6779 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6780 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6782 …} -Children: Doctrine\ORM\PersistentCollection {#6785 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149125 +label: " ジョジョの奇妙な冒険" +value: "384" +data: Eccube\Entity\Category {#6788 -id: 384 -name: "ジョジョの奇妙な冒険" -hierarchy: 4 -sort_no: 278 -create_date: DateTime @1695985580 {#6786 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6787 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6789 …} -Children: Doctrine\ORM\PersistentCollection {#6792 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149126 +label: " 進撃の巨人" +value: "385" +data: Eccube\Entity\Category {#6795 -id: 385 -name: "進撃の巨人" -hierarchy: 4 -sort_no: 277 -create_date: DateTime @1695985580 {#6793 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6794 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6796 …} -Children: Doctrine\ORM\PersistentCollection {#6799 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 386 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149127 +label: " 新サクラ大戦" +value: "386" +data: Eccube\Entity\Category {#6802 -id: 386 -name: "新サクラ大戦" -hierarchy: 4 -sort_no: 276 -create_date: DateTime @1695985580 {#6800 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6801 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6803 …} -Children: Doctrine\ORM\PersistentCollection {#6806 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 387 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149128 +label: " 翠星のガルガンティア" +value: "387" +data: Eccube\Entity\Category {#6809 -id: 387 -name: "翠星のガルガンティア" -hierarchy: 4 -sort_no: 275 -create_date: DateTime @1695985580 {#6807 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6808 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6810 …} -Children: Doctrine\ORM\PersistentCollection {#6813 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 388 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149129 +label: " スクールガールストライカーズ" +value: "388" +data: Eccube\Entity\Category {#6816 -id: 388 -name: "スクールガールストライカーズ" -hierarchy: 4 -sort_no: 274 -create_date: DateTime @1695985580 {#6814 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6815 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6817 …} -Children: Doctrine\ORM\PersistentCollection {#6820 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 389 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149130 +label: " STAR WARS" +value: "389" +data: Eccube\Entity\Category {#6823 -id: 389 -name: "STAR WARS" -hierarchy: 4 -sort_no: 273 -create_date: DateTime @1695985580 {#6821 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6822 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6824 …} -Children: Doctrine\ORM\PersistentCollection {#6827 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 390 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149131 +label: " 戦国BASARA" +value: "390" +data: Eccube\Entity\Category {#6830 -id: 390 -name: "戦国BASARA" -hierarchy: 4 -sort_no: 272 -create_date: DateTime @1695985580 {#6828 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6829 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6831 …} -Children: Doctrine\ORM\PersistentCollection {#6834 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 391 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149132 +label: " ソードアート・オンライン" +value: "391" +data: Eccube\Entity\Category {#6837 -id: 391 -name: "ソードアート・オンライン" -hierarchy: 4 -sort_no: 271 -create_date: DateTime @1695985580 {#6835 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6836 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6838 …} -Children: Doctrine\ORM\PersistentCollection {#6841 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 392 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149133 +label: " ソードアート・オンライン オルタナティブ ガンゲイル・オンライン" +value: "392" +data: Eccube\Entity\Category {#6844 -id: 392 -name: "ソードアート・オンライン オルタナティブ ガンゲイル・オンライン" -hierarchy: 4 -sort_no: 270 -create_date: DateTime @1695985580 {#6842 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6843 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6845 …} -Children: Doctrine\ORM\PersistentCollection {#6848 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149134 +label: " ダーリン・イン・ザ・フランキス" +value: "393" +data: Eccube\Entity\Category {#6851 -id: 393 -name: "ダーリン・イン・ザ・フランキス" -hierarchy: 4 -sort_no: 269 -create_date: DateTime @1695985580 {#6849 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6850 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6852 …} -Children: Doctrine\ORM\PersistentCollection {#6855 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 394 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149135 +label: " ダンジョンに出会いを求めるのは間違っているだろうか" +value: "394" +data: Eccube\Entity\Category {#6858 -id: 394 -name: "ダンジョンに出会いを求めるのは間違っているだろうか" -hierarchy: 4 -sort_no: 268 -create_date: DateTime @1695985580 {#6856 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6857 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6859 …} -Children: Doctrine\ORM\PersistentCollection {#6862 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 395 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149136 +label: " 探偵オペラ ミルキィホームズ" +value: "395" +data: Eccube\Entity\Category {#6865 -id: 395 -name: "探偵オペラ ミルキィホームズ" -hierarchy: 4 -sort_no: 267 -create_date: DateTime @1695985580 {#6863 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6864 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6866 …} -Children: Doctrine\ORM\PersistentCollection {#6869 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 396 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149137 +label: " チェインクロニクル ~ヘクセイタスの閃~" +value: "396" +data: Eccube\Entity\Category {#6872 -id: 396 -name: "チェインクロニクル ~ヘクセイタスの閃~" -hierarchy: 4 -sort_no: 266 -create_date: DateTime @1695985580 {#6870 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6871 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6873 …} -Children: Doctrine\ORM\PersistentCollection {#6876 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 397 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149138 +label: " チェンソーマン" +value: "397" +data: Eccube\Entity\Category {#6879 -id: 397 -name: "チェンソーマン" -hierarchy: 4 -sort_no: 265 -create_date: DateTime @1695985580 {#6877 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6878 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6880 …} -Children: Doctrine\ORM\PersistentCollection {#6883 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 398 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149139 +label: " TVアニメ「デビルサバイバー2」" +value: "398" +data: Eccube\Entity\Category {#6886 -id: 398 -name: "TVアニメ「デビルサバイバー2」" -hierarchy: 4 -sort_no: 264 -create_date: DateTime @1695985580 {#6884 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6885 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6887 …} -Children: Doctrine\ORM\PersistentCollection {#6890 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149140 +label: " テラフォーマーズ" +value: "399" +data: Eccube\Entity\Category {#6893 -id: 399 -name: "テラフォーマーズ" -hierarchy: 4 -sort_no: 263 -create_date: DateTime @1695985580 {#6891 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6892 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6894 …} -Children: Doctrine\ORM\PersistentCollection {#6897 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149141 +label: " 天元突破グレンラガン" +value: "400" +data: Eccube\Entity\Category {#6900 -id: 400 -name: "天元突破グレンラガン" -hierarchy: 4 -sort_no: 262 -create_date: DateTime @1695985580 {#6898 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6899 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6901 …} -Children: Doctrine\ORM\PersistentCollection {#6904 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149142 +label: " 転生したらスライムだった件" +value: "401" +data: Eccube\Entity\Category {#6907 -id: 401 -name: "転生したらスライムだった件" -hierarchy: 4 -sort_no: 261 -create_date: DateTime @1695985580 {#6905 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6906 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6908 …} -Children: Doctrine\ORM\PersistentCollection {#6911 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149143 +label: " D_CIDE TRAUMEREI" +value: "402" +data: Eccube\Entity\Category {#6914 -id: 402 -name: "D_CIDE TRAUMEREI" -hierarchy: 4 -sort_no: 260 -create_date: DateTime @1695985580 {#6912 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6913 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6915 …} -Children: Doctrine\ORM\PersistentCollection {#6918 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149144 +label: " Disney100" +value: "403" +data: Eccube\Entity\Category {#6921 -id: 403 -name: "Disney100" -hierarchy: 4 -sort_no: 259 -create_date: DateTime @1695985580 {#6919 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6920 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6922 …} -Children: Doctrine\ORM\PersistentCollection {#6925 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 404 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149145 +label: " 東京リベンジャーズ" +value: "404" +data: Eccube\Entity\Category {#6928 -id: 404 -name: "東京リベンジャーズ" -hierarchy: 4 -sort_no: 258 -create_date: DateTime @1695985580 {#6926 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6927 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6929 …} -Children: Doctrine\ORM\PersistentCollection {#6932 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 405 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149146 +label: " ノーゲーム・ノーライフ" +value: "405" +data: Eccube\Entity\Category {#6935 -id: 405 -name: "ノーゲーム・ノーライフ" -hierarchy: 4 -sort_no: 257 -create_date: DateTime @1695985580 {#6933 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6934 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6936 …} -Children: Doctrine\ORM\PersistentCollection {#6939 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149147 +label: " パズル&ドラゴンズ" +value: "406" +data: Eccube\Entity\Category {#6942 -id: 406 -name: "パズル&ドラゴンズ" -hierarchy: 4 -sort_no: 256 -create_date: DateTime @1695985580 {#6940 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6941 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6943 …} -Children: Doctrine\ORM\PersistentCollection {#6946 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149148 +label: " 初音ミク -Project DIVA-" +value: "407" +data: Eccube\Entity\Category {#6949 -id: 407 -name: "初音ミク -Project DIVA-" -hierarchy: 4 -sort_no: 255 -create_date: DateTime @1695985580 {#6947 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6948 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6950 …} -Children: Doctrine\ORM\PersistentCollection {#6953 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149149 +label: " PIXAR" +value: "408" +data: Eccube\Entity\Category {#6956 -id: 408 -name: "PIXAR" -hierarchy: 4 -sort_no: 254 -create_date: DateTime @1695985580 {#6954 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6955 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6957 …} -Children: Doctrine\ORM\PersistentCollection {#6960 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149150 +label: " FAIRY TAIL" +value: "409" +data: Eccube\Entity\Category {#6963 -id: 409 -name: "FAIRY TAIL" -hierarchy: 4 -sort_no: 253 -create_date: DateTime @1695985580 {#6961 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6962 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6964 …} -Children: Doctrine\ORM\PersistentCollection {#6967 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149151 +label: " Fate" +value: "410" +data: Eccube\Entity\Category {#6970 -id: 410 -name: "Fate" -hierarchy: 4 -sort_no: 252 -create_date: DateTime @1695985580 {#6968 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6969 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6971 …} -Children: Doctrine\ORM\PersistentCollection {#6974 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149152 +label: " Fate/Apocrypha" +value: "411" +data: Eccube\Entity\Category {#6977 -id: 411 -name: "Fate/Apocrypha" -hierarchy: 4 -sort_no: 251 -create_date: DateTime @1695985580 {#6975 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6976 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6978 …} -Children: Doctrine\ORM\PersistentCollection {#6981 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 412 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149153 +label: " Fate/Grand Order(アニメ)" +value: "412" +data: Eccube\Entity\Category {#6984 -id: 412 -name: "Fate/Grand Order(アニメ)" -hierarchy: 4 -sort_no: 250 -create_date: DateTime @1695985580 {#6982 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6983 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6985 …} -Children: Doctrine\ORM\PersistentCollection {#6988 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149154 +label: " ぷよぷよ" +value: "413" +data: Eccube\Entity\Category {#6991 -id: 413 -name: "ぷよぷよ" -hierarchy: 4 -sort_no: 249 -create_date: DateTime @1695985580 {#6989 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6990 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6992 …} -Children: Doctrine\ORM\PersistentCollection {#6995 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149155 +label: " ブラック★ロックシューター" +value: "414" +data: Eccube\Entity\Category {#6998 -id: 414 -name: "ブラック★ロックシューター" -hierarchy: 4 -sort_no: 248 -create_date: DateTime @1695985580 {#6996 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#6997 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6999 …} -Children: Doctrine\ORM\PersistentCollection {#7002 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 415 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149156 +label: " プリズマ☆イリヤ" +value: "415" +data: Eccube\Entity\Category {#7005 -id: 415 -name: "プリズマ☆イリヤ" -hierarchy: 4 -sort_no: 247 -create_date: DateTime @1695985580 {#7003 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7004 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7006 …} -Children: Doctrine\ORM\PersistentCollection {#7009 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149157 +label: " プロジェクトセカイ カラフルステージ! feat. 初音ミク" +value: "416" +data: Eccube\Entity\Category {#7012 -id: 416 -name: "プロジェクトセカイ カラフルステージ! feat. 初音ミク" -hierarchy: 4 -sort_no: 246 -create_date: DateTime @1695985580 {#7010 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7011 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7013 …} -Children: Doctrine\ORM\PersistentCollection {#7016 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 417 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149158 +label: " ペルソナ" +value: "417" +data: Eccube\Entity\Category {#7019 -id: 417 -name: "ペルソナ" -hierarchy: 4 -sort_no: 245 -create_date: DateTime @1695985580 {#7017 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7018 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7020 …} -Children: Doctrine\ORM\PersistentCollection {#7023 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 418 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149159 +label: " Marvel" +value: "418" +data: Eccube\Entity\Category {#7026 -id: 418 -name: "Marvel" -hierarchy: 4 -sort_no: 244 -create_date: DateTime @1695985580 {#7024 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7025 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7027 …} -Children: Doctrine\ORM\PersistentCollection {#7030 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 419 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149160 +label: " 魔界戦記ディスガイア" +value: "419" +data: Eccube\Entity\Category {#7033 -id: 419 -name: "魔界戦記ディスガイア" -hierarchy: 4 -sort_no: 243 -create_date: DateTime @1695985580 {#7031 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7032 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7034 …} -Children: Doctrine\ORM\PersistentCollection {#7037 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 420 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149161 +label: " 無職転生 ~異世界行ったら本気だす~" +value: "420" +data: Eccube\Entity\Category {#7040 -id: 420 -name: "無職転生 ~異世界行ったら本気だす~" -hierarchy: 4 -sort_no: 242 -create_date: DateTime @1695985580 {#7038 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7039 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7041 …} -Children: Doctrine\ORM\PersistentCollection {#7044 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149162 +label: " MELTY BLOOD/空の境界" +value: "421" +data: Eccube\Entity\Category {#7047 -id: 421 -name: "MELTY BLOOD/空の境界" -hierarchy: 4 -sort_no: 241 -create_date: DateTime @1695985580 {#7045 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7046 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7048 …} -Children: Doctrine\ORM\PersistentCollection {#7051 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 422 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149163 +label: " 〈物語〉シリーズ" +value: "422" +data: Eccube\Entity\Category {#7054 -id: 422 -name: "〈物語〉シリーズ" -hierarchy: 4 -sort_no: 240 -create_date: DateTime @1695985580 {#7052 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7053 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7055 …} -Children: Doctrine\ORM\PersistentCollection {#7058 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 423 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149164 +label: " Re:ゼロから始める異世界生活" +value: "423" +data: Eccube\Entity\Category {#7061 -id: 423 -name: "Re:ゼロから始める異世界生活" -hierarchy: 4 -sort_no: 239 -create_date: DateTime @1695985580 {#7059 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7060 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7062 …} -Children: Doctrine\ORM\PersistentCollection {#7065 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149165 +label: " ログ・ホライズン" +value: "424" +data: Eccube\Entity\Category {#7068 -id: 424 -name: "ログ・ホライズン" -hierarchy: 4 -sort_no: 238 -create_date: DateTime @1695985580 {#7066 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7067 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7069 …} -Children: Doctrine\ORM\PersistentCollection {#7072 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149166 +label: " ロストディケイド" +value: "425" +data: Eccube\Entity\Category {#7075 -id: 425 -name: "ロストディケイド" -hierarchy: 4 -sort_no: 237 -create_date: DateTime @1695985580 {#7073 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7074 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7076 …} -Children: Doctrine\ORM\PersistentCollection {#7079 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149167 +label: " ワールドトリガー" +value: "426" +data: Eccube\Entity\Category {#7082 -id: 426 -name: "ワールドトリガー" -hierarchy: 4 -sort_no: 236 -create_date: DateTime @1695985580 {#7080 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7081 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7083 …} -Children: Doctrine\ORM\PersistentCollection {#7086 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 427 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149168 +label: " プロモカード(シュヴァルツサイド)" +value: "427" +data: Eccube\Entity\Category {#7089 -id: 427 -name: "プロモカード(シュヴァルツサイド)" -hierarchy: 4 -sort_no: 235 -create_date: DateTime @1695985580 {#7087 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985580 {#7088 date: 2023-09-29 20:06:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7090 …} -Children: Doctrine\ORM\PersistentCollection {#7093 …} -Parent: Eccube\Entity\Category {#6550} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149169 +label: " ヴァイスサイド" +value: "220" +data: Eccube\Entity\Category {#7096 -id: 220 -name: "ヴァイスサイド" -hierarchy: 3 -sort_no: 234 -create_date: DateTime @1695979641 {#6560 date: 2023-09-29 18:27:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695979641 {#6561 date: 2023-09-29 18:27:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7097 …} -Children: Doctrine\ORM\PersistentCollection {#7100 …} -Parent: Eccube\Entity\Category {#6459} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149170 +label: " アイドルマスター シンデレラガールズ" +value: "294" +data: Eccube\Entity\Category {#7101 -id: 294 -name: "アイドルマスター シンデレラガールズ" -hierarchy: 4 -sort_no: 233 -create_date: DateTime @1695985527 {#7094 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7095 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7102 …} -Children: Doctrine\ORM\PersistentCollection {#7105 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149171 +label: " Angel Beats!/クドわふたー" +value: "295" +data: Eccube\Entity\Category {#7110 -id: 295 -name: "Angel Beats!/クドわふたー" -hierarchy: 4 -sort_no: 232 -create_date: DateTime @1695985527 {#7108 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7109 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7111 …} -Children: Doctrine\ORM\PersistentCollection {#7114 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149172 +label: " カードキャプターさくら" +value: "296" +data: Eccube\Entity\Category {#7117 -id: 296 -name: "カードキャプターさくら" -hierarchy: 4 -sort_no: 231 -create_date: DateTime @1695985527 {#7115 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7116 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7118 …} -Children: Doctrine\ORM\PersistentCollection {#7121 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149173 +label: " ガールフレンド(仮)" +value: "297" +data: Eccube\Entity\Category {#7124 -id: 297 -name: "ガールフレンド(仮)" -hierarchy: 4 -sort_no: 230 -create_date: DateTime @1695985527 {#7122 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7123 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7125 …} -Children: Doctrine\ORM\PersistentCollection {#7128 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149174 +label: " 角川スニーカー文庫" +value: "298" +data: Eccube\Entity\Category {#7131 -id: 298 -name: "角川スニーカー文庫" -hierarchy: 4 -sort_no: 229 -create_date: DateTime @1695985527 {#7129 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7130 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7132 …} -Children: Doctrine\ORM\PersistentCollection {#7135 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149175 +label: " 彼女、お借りします" +value: "299" +data: Eccube\Entity\Category {#7138 -id: 299 -name: "彼女、お借りします" -hierarchy: 4 -sort_no: 228 -create_date: DateTime @1695985527 {#7136 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7137 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7139 …} -Children: Doctrine\ORM\PersistentCollection {#7142 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149176 +label: " 神様になった日" +value: "300" +data: Eccube\Entity\Category {#7145 -id: 300 -name: "神様になった日" -hierarchy: 4 -sort_no: 227 -create_date: DateTime @1695985527 {#7143 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7144 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7146 …} -Children: Doctrine\ORM\PersistentCollection {#7149 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149177 +label: " カードゲームしよ子" +value: "301" +data: Eccube\Entity\Category {#7152 -id: 301 -name: "カードゲームしよ子" -hierarchy: 4 -sort_no: 226 -create_date: DateTime @1695985527 {#7150 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7151 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7153 …} -Children: Doctrine\ORM\PersistentCollection {#7156 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149178 +label: " Key" +value: "302" +data: Eccube\Entity\Category {#7159 -id: 302 -name: "Key" -hierarchy: 4 -sort_no: 225 -create_date: DateTime @1695985527 {#7157 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7158 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7160 …} -Children: Doctrine\ORM\PersistentCollection {#7163 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149179 +label: " CLANNAD" +value: "303" +data: Eccube\Entity\Category {#7166 -id: 303 -name: "CLANNAD" -hierarchy: 4 -sort_no: 224 -create_date: DateTime @1695985527 {#7164 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7165 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7167 …} -Children: Doctrine\ORM\PersistentCollection {#7170 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149180 +label: " けものフレンズ" +value: "304" +data: Eccube\Entity\Category {#7173 -id: 304 -name: "けものフレンズ" -hierarchy: 4 -sort_no: 223 -create_date: DateTime @1695985527 {#7171 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7172 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7174 …} -Children: Doctrine\ORM\PersistentCollection {#7177 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149181 +label: " 幻影ヲ駆ケル太陽" +value: "305" +data: Eccube\Entity\Category {#7180 -id: 305 -name: "幻影ヲ駆ケル太陽" -hierarchy: 4 -sort_no: 222 -create_date: DateTime @1695985527 {#7178 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7179 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7181 …} -Children: Doctrine\ORM\PersistentCollection {#7184 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149182 +label: " ご注文はうさぎですか??" +value: "306" +data: Eccube\Entity\Category {#7187 -id: 306 -name: "ご注文はうさぎですか??" -hierarchy: 4 -sort_no: 221 -create_date: DateTime @1695985527 {#7185 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7186 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7188 …} -Children: Doctrine\ORM\PersistentCollection {#7191 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149183 +label: " 五等分の花嫁" +value: "307" +data: Eccube\Entity\Category {#7194 -id: 307 -name: "五等分の花嫁" -hierarchy: 4 -sort_no: 220 -create_date: DateTime @1695985527 {#7192 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7193 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7195 …} -Children: Doctrine\ORM\PersistentCollection {#7198 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149184 +label: " この素晴らしい世界に祝福を!" +value: "308" +data: Eccube\Entity\Category {#7201 -id: 308 -name: "この素晴らしい世界に祝福を!" -hierarchy: 4 -sort_no: 219 -create_date: DateTime @1695985527 {#7199 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7200 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7202 …} -Children: Doctrine\ORM\PersistentCollection {#7205 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149185 +label: " 小林さんちのメイドラゴン" +value: "309" +data: Eccube\Entity\Category {#7208 -id: 309 -name: "小林さんちのメイドラゴン" -hierarchy: 4 -sort_no: 218 -create_date: DateTime @1695985527 {#7206 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7207 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7209 …} -Children: Doctrine\ORM\PersistentCollection {#7212 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149186 +label: " 冴えない彼女の育てかた" +value: "310" +data: Eccube\Entity\Category {#7215 -id: 310 -name: "冴えない彼女の育てかた" -hierarchy: 4 -sort_no: 217 -create_date: DateTime @1695985527 {#7213 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7214 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7216 …} -Children: Doctrine\ORM\PersistentCollection {#7219 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149187 +label: " Summer Pockets" +value: "311" +data: Eccube\Entity\Category {#7222 -id: 311 -name: "Summer Pockets" -hierarchy: 4 -sort_no: 216 -create_date: DateTime @1695985527 {#7220 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7221 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7223 …} -Children: Doctrine\ORM\PersistentCollection {#7226 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149188 +label: " Charlotte" +value: "312" +data: Eccube\Entity\Category {#7229 -id: 312 -name: "Charlotte" -hierarchy: 4 -sort_no: 215 -create_date: DateTime @1695985527 {#7227 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7228 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7230 …} -Children: Doctrine\ORM\PersistentCollection {#7233 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149189 +label: " 灼眼のシャナ" +value: "313" +data: Eccube\Entity\Category {#7236 -id: 313 -name: "灼眼のシャナ" -hierarchy: 4 -sort_no: 214 -create_date: DateTime @1695985527 {#7234 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7235 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7237 …} -Children: Doctrine\ORM\PersistentCollection {#7240 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149190 +label: " 涼宮ハルヒの憂鬱" +value: "314" +data: Eccube\Entity\Category {#7243 -id: 314 -name: "涼宮ハルヒの憂鬱" -hierarchy: 4 -sort_no: 213 -create_date: DateTime @1695985527 {#7241 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7242 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7244 …} -Children: Doctrine\ORM\PersistentCollection {#7247 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149191 +label: " 青春ブタ野郎シリーズ" +value: "315" +data: Eccube\Entity\Category {#7250 -id: 315 -name: "青春ブタ野郎シリーズ" -hierarchy: 4 -sort_no: 212 -create_date: DateTime @1695985527 {#7248 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7249 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7251 …} -Children: Doctrine\ORM\PersistentCollection {#7254 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149192 +label: " ゼロの使い魔" +value: "316" +data: Eccube\Entity\Category {#7257 -id: 316 -name: "ゼロの使い魔" -hierarchy: 4 -sort_no: 211 -create_date: DateTime @1695985527 {#7255 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7256 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7258 …} -Children: Doctrine\ORM\PersistentCollection {#7261 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149193 +label: " 戦姫絶唱シンフォギア" +value: "317" +data: Eccube\Entity\Category {#7264 -id: 317 -name: "戦姫絶唱シンフォギア" -hierarchy: 4 -sort_no: 210 -create_date: DateTime @1695985527 {#7262 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7263 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7265 …} -Children: Doctrine\ORM\PersistentCollection {#7268 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149194 +label: " 宇宙をかける少女/舞-HiME&舞-乙HiME" +value: "318" +data: Eccube\Entity\Category {#7271 -id: 318 -name: "宇宙をかける少女/舞-HiME&舞-乙HiME" -hierarchy: 4 -sort_no: 209 -create_date: DateTime @1695985527 {#7269 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7270 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7272 …} -Children: Doctrine\ORM\PersistentCollection {#7275 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149195 +label: " ゾンビランドサガ リベンジ" +value: "319" +data: Eccube\Entity\Category {#7278 -id: 319 -name: "ゾンビランドサガ リベンジ" -hierarchy: 4 -sort_no: 208 -create_date: DateTime @1695985527 {#7276 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7277 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7279 …} -Children: Doctrine\ORM\PersistentCollection {#7282 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149196 +label: " ダ・カーポ&Dal Segno" +value: "320" +data: Eccube\Entity\Category {#7285 -id: 320 -name: "ダ・カーポ&Dal Segno" -hierarchy: 4 -sort_no: 207 -create_date: DateTime @1695985527 {#7283 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7284 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7286 …} -Children: Doctrine\ORM\PersistentCollection {#7289 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149197 +label: " D4DJ" +value: "321" +data: Eccube\Entity\Category {#7292 -id: 321 -name: "D4DJ" -hierarchy: 4 -sort_no: 206 -create_date: DateTime @1695985527 {#7290 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7291 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7293 …} -Children: Doctrine\ORM\PersistentCollection {#7296 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149198 +label: " デート・ア・ライブ" +value: "322" +data: Eccube\Entity\Category {#7299 -id: 322 -name: "デート・ア・ライブ" -hierarchy: 4 -sort_no: 205 -create_date: DateTime @1695985527 {#7297 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7298 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7300 …} -Children: Doctrine\ORM\PersistentCollection {#7303 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149199 +label: " とある魔術の禁書目録/とある科学の超電磁砲" +value: "323" +data: Eccube\Entity\Category {#7306 -id: 323 -name: "とある魔術の禁書目録/とある科学の超電磁砲" -hierarchy: 4 -sort_no: 204 -create_date: DateTime @1695985527 {#7304 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7305 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7307 …} -Children: Doctrine\ORM\PersistentCollection {#7310 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149200 +label: " DOG DAYS" +value: "324" +data: Eccube\Entity\Category {#7313 -id: 324 -name: "DOG DAYS" -hierarchy: 4 -sort_no: 203 -create_date: DateTime @1695985527 {#7311 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7312 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7314 …} -Children: Doctrine\ORM\PersistentCollection {#7317 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149201 +label: " To LOVEる" +value: "325" +data: Eccube\Entity\Category {#7320 -id: 325 -name: "To LOVEる" -hierarchy: 4 -sort_no: 202 -create_date: DateTime @1695985527 {#7318 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7319 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7321 …} -Children: Doctrine\ORM\PersistentCollection {#7324 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149202 +label: " ニセコイ" +value: "326" +data: Eccube\Entity\Category {#7327 -id: 326 -name: "ニセコイ" -hierarchy: 4 -sort_no: 201 -create_date: DateTime @1695985527 {#7325 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7326 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7328 …} -Children: Doctrine\ORM\PersistentCollection {#7331 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149203 +label: " 日常" +value: "327" +data: Eccube\Entity\Category {#7334 -id: 327 -name: "日常" -hierarchy: 4 -sort_no: 200 -create_date: DateTime @1695985527 {#7332 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7333 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7335 …} -Children: Doctrine\ORM\PersistentCollection {#7338 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149204 +label: " BanG Dream!" +value: "328" +data: Eccube\Entity\Category {#7341 -id: 328 -name: "BanG Dream!" -hierarchy: 4 -sort_no: 199 -create_date: DateTime @1695985527 {#7339 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7340 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7342 …} -Children: Doctrine\ORM\PersistentCollection {#7345 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149205 +label: " ビジュアルアーツ" +value: "329" +data: Eccube\Entity\Category {#7348 -id: 329 -name: "ビジュアルアーツ" -hierarchy: 4 -sort_no: 198 -create_date: DateTime @1695985527 {#7346 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7347 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7349 …} -Children: Doctrine\ORM\PersistentCollection {#7352 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149206 +label: " ひなろじ ~from Luck & Logic~" +value: "330" +data: Eccube\Entity\Category {#7355 -id: 330 -name: "ひなろじ ~from Luck & Logic~" -hierarchy: 4 -sort_no: 197 -create_date: DateTime @1695985527 {#7353 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7354 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7356 …} -Children: Doctrine\ORM\PersistentCollection {#7359 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149207 +label: " ViVid Strike!" +value: "331" +data: Eccube\Entity\Category {#7362 -id: 331 -name: "ViVid Strike!" -hierarchy: 4 -sort_no: 196 -create_date: DateTime @1695985527 {#7360 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7361 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7363 …} -Children: Doctrine\ORM\PersistentCollection {#7366 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149208 +label: " ビビッドレッド・オペレーション" +value: "332" +data: Eccube\Entity\Category {#7369 -id: 332 -name: "ビビッドレッド・オペレーション" -hierarchy: 4 -sort_no: 195 -create_date: DateTime @1695985527 {#7367 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7368 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7370 …} -Children: Doctrine\ORM\PersistentCollection {#7373 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 333 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149209 +label: " Phantom -Requiem for the Phantom-" +value: "333" +data: Eccube\Entity\Category {#7376 -id: 333 -name: "Phantom -Requiem for the Phantom-" -hierarchy: 4 -sort_no: 194 -create_date: DateTime @1695985527 {#7374 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7375 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7377 …} -Children: Doctrine\ORM\PersistentCollection {#7380 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149210 +label: " 富士見ファンタジア文庫" +value: "334" +data: Eccube\Entity\Category {#7383 -id: 334 -name: "富士見ファンタジア文庫" -hierarchy: 4 -sort_no: 193 -create_date: DateTime @1695985527 {#7381 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7382 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7384 …} -Children: Doctrine\ORM\PersistentCollection {#7387 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149211 +label: " アニメ プリンセスコネクト!Re:Dive" +value: "335" +data: Eccube\Entity\Category {#7390 -id: 335 -name: "アニメ プリンセスコネクト!Re:Dive" -hierarchy: 4 -sort_no: 192 -create_date: DateTime @1695985527 {#7388 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7389 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7391 …} -Children: Doctrine\ORM\PersistentCollection {#7394 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149212 +label: " ヘブンバーンズレッド" +value: "336" +data: Eccube\Entity\Category {#7397 -id: 336 -name: "ヘブンバーンズレッド" -hierarchy: 4 -sort_no: 191 -create_date: DateTime @1695985527 {#7395 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7396 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7398 …} -Children: Doctrine\ORM\PersistentCollection {#7401 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149213 +label: " ホロライブプロダクション" +value: "337" +data: Eccube\Entity\Category {#7404 -id: 337 -name: "ホロライブプロダクション" -hierarchy: 4 -sort_no: 190 -create_date: DateTime @1695985527 {#7402 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7403 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7405 …} -Children: Doctrine\ORM\PersistentCollection {#7408 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149214 +label: " 魔法少女まどか☆マギカ" +value: "338" +data: Eccube\Entity\Category {#7411 -id: 338 -name: "魔法少女まどか☆マギカ" -hierarchy: 4 -sort_no: 189 -create_date: DateTime @1695985527 {#7409 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7410 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7412 …} -Children: Doctrine\ORM\PersistentCollection {#7415 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149215 +label: " 魔法少女リリカルなのは" +value: "339" +data: Eccube\Entity\Category {#7418 -id: 339 -name: "魔法少女リリカルなのは" -hierarchy: 4 -sort_no: 188 -create_date: DateTime @1695985527 {#7416 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7417 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7419 …} -Children: Doctrine\ORM\PersistentCollection {#7422 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149216 +label: " ゆらぎ荘の幽奈さん" +value: "340" +data: Eccube\Entity\Category {#7425 -id: 340 -name: "ゆらぎ荘の幽奈さん" -hierarchy: 4 -sort_no: 187 -create_date: DateTime @1695985527 {#7423 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7424 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7426 …} -Children: Doctrine\ORM\PersistentCollection {#7429 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149217 +label: " らき☆すた" +value: "341" +data: Eccube\Entity\Category {#7432 -id: 341 -name: "らき☆すた" -hierarchy: 4 -sort_no: 186 -create_date: DateTime @1695985527 {#7430 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7431 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7433 …} -Children: Doctrine\ORM\PersistentCollection {#7436 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149218 +label: " ラブライブ!" +value: "342" +data: Eccube\Entity\Category {#7439 -id: 342 -name: "ラブライブ!" -hierarchy: 4 -sort_no: 185 -create_date: DateTime @1695985527 {#7437 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7438 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7440 …} -Children: Doctrine\ORM\PersistentCollection {#7443 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149219 +label: " ラブライブ!サンシャイン!!" +value: "343" +data: Eccube\Entity\Category {#7446 -id: 343 -name: "ラブライブ!サンシャイン!!" -hierarchy: 4 -sort_no: 184 -create_date: DateTime @1695985527 {#7444 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7445 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7447 …} -Children: Doctrine\ORM\PersistentCollection {#7450 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149220 +label: " ラブライブ!虹ヶ咲学園スクールアイドル同好会" +value: "344" +data: Eccube\Entity\Category {#7453 -id: 344 -name: "ラブライブ!虹ヶ咲学園スクールアイドル同好会" -hierarchy: 4 -sort_no: 183 -create_date: DateTime @1695985527 {#7451 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7452 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7454 …} -Children: Doctrine\ORM\PersistentCollection {#7457 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149221 +label: " ラブライブ!スーパースター!!" +value: "345" +data: Eccube\Entity\Category {#7460 -id: 345 -name: "ラブライブ!スーパースター!!" -hierarchy: 4 -sort_no: 182 -create_date: DateTime @1695985527 {#7458 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7459 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7461 …} -Children: Doctrine\ORM\PersistentCollection {#7464 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149222 +label: " リコリス・リコイル" +value: "346" +data: Eccube\Entity\Category {#7467 -id: 346 -name: "リコリス・リコイル" -hierarchy: 4 -sort_no: 181 -create_date: DateTime @1695985527 {#7465 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7466 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7468 …} -Children: Doctrine\ORM\PersistentCollection {#7471 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149223 +label: " リトルバスターズ!" +value: "347" +data: Eccube\Entity\Category {#7474 -id: 347 -name: "リトルバスターズ!" -hierarchy: 4 -sort_no: 180 -create_date: DateTime @1695985527 {#7472 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7473 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7475 …} -Children: Doctrine\ORM\PersistentCollection {#7478 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149224 +label: " Rewrite" +value: "348" +data: Eccube\Entity\Category {#7481 -id: 348 -name: "Rewrite" -hierarchy: 4 -sort_no: 179 -create_date: DateTime @1695985527 {#7479 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7480 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7482 …} -Children: Doctrine\ORM\PersistentCollection {#7485 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149225 +label: " ロボティクス・ノーツ" +value: "349" +data: Eccube\Entity\Category {#7488 -id: 349 -name: "ロボティクス・ノーツ" -hierarchy: 4 -sort_no: 178 -create_date: DateTime @1695985527 {#7486 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7487 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7489 …} -Children: Doctrine\ORM\PersistentCollection {#7492 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149226 +label: " プロモカード(ヴァイスサイド)" +value: "350" +data: Eccube\Entity\Category {#7495 -id: 350 -name: "プロモカード(ヴァイスサイド)" -hierarchy: 4 -sort_no: 177 -create_date: DateTime @1695985527 {#7493 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1695985527 {#7494 date: 2023-09-29 20:05:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7496 …} -Children: Doctrine\ORM\PersistentCollection {#7499 …} -Parent: Eccube\Entity\Category {#7096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149227 +label: "新入荷" +value: "2" +data: Eccube\Entity\Category {#6474 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 363 -create_date: DateTime @1488881692 {#6392 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#6393 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6475 …} -Children: Doctrine\ORM\PersistentCollection {#7500 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 429 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149228 +label: "おすすめ商品" +value: "429" +data: Eccube\Entity\Category {#7503 -id: 429 -name: "おすすめ商品" -hierarchy: 1 -sort_no: 362 -create_date: DateTime @1696270531 {#7501 date: 2023-10-03 03:15:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7502 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7504 …} -Children: Doctrine\ORM\PersistentCollection {#7507 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 707 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149229 +label: "新品ボックス" +value: "707" +data: Eccube\Entity\Category {#7510 -id: 707 -name: "新品ボックス" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1740791876 {#7508 date: 2025-03-01 10:17:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7509 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7511 …} -Children: Doctrine\ORM\PersistentCollection {#7514 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -free_area: null -category_image: null } +attr: [] +labelTranslationParameters: [] } 708 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149230 +label: "予約ボックス" +value: "708" +data: Eccube\Entity\Category {#7517 -id: 708 -name: "予約ボックス" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1740791889 {#7515 date: 2025-03-01 10:18:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1740985311 {#7516 date: 2025-03-03 16:01:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7518 …} -Children: Doctrine\ORM\PersistentCollection {#7521 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4983 …} -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 {#148856 -form: Symfony\Component\Form\Form {#7758 …} -errors: [ Symfony\Component\Form\FormError {#7873 #messageTemplate: "This value is not valid." #messageParameters: [ "{{ value }}" => "18" ] #messagePluralization: null -message: "有効な値ではありません。" -cause: Symfony\Component\Validator\ConstraintViolation {#8143 root: Symfony\Component\Form\Form {#7752 …} path: "children[category_id]" value: "18" } -origin: Symfony\Component\Form\Form {#7758 …} } ] } |
expanded | false |
form | Symfony\Component\Form\FormView {#148853 …5} |
full_name | "category_id" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_id" |
is_selected | Closure($choice, $value) {#148857 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#7566 …} } |
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 | false |
value | "18" |
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) {#7619 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4530 …} } |
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() {#7621 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4624 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7618 …} } } |
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 {#149231 -form: Symfony\Component\Form\Form {#7761 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#148858 …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 | "7" |
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) {#7630 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4530 …} } |
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() {#7632 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4624 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7631 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_pageno" ] |
cache_key | "_pageno_hidden" |
compound | false |
data | "7" |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#149233 -form: Symfony\Component\Form\Form {#7764 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#149232 …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 | "7" |
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 {#4671 #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 {#4671 #id: 20 #name: "15件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4672 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4711 #id: 60 #name: "60件" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListMax {#4671 #id: 20 #name: "15件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4672 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4711 #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 {#7588 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#7652 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#7653 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#7651 -om: ContainerNCR7Dbj\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4081 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Master\ProductListMax {#4671 #id: 20 #name: "15件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4672 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4711 #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 {#7651 -om: ContainerNCR7Dbj\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4081 …} -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 {#7654 -_em: Doctrine\ORM\EntityManager {#507 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#7656 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#7657 #from: "Eccube\Entity\Master\ProductListMax" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#7658 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#7655 …} -_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() {#7650 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4624 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7647 …} } } |
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 {#149237 +label: "15件" +value: "20" +data: Eccube\Entity\Master\ProductListMax {#4671 #id: 20 #name: "15件" #sort_no: 0 } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149236 +label: "40件" +value: "40" +data: Eccube\Entity\Master\ProductListMax {#4672 #id: 40 #name: "40件" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149238 +label: "60件" +value: "60" +data: Eccube\Entity\Master\ProductListMax {#4711 #id: 60 #name: "60件" #sort_no: 2 } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | Eccube\Entity\Master\ProductListMax {#4671 #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 {#149235 -form: Symfony\Component\Form\Form {#7767 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#149234 …5} |
full_name | "disp_number" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "disp_number" |
is_selected | Closure($choice, $value) {#149240 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#7566 …} } |
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 {#4663 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4665 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#7550 #id: 2 #name: "新着順" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListOrderBy {#4663 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4665 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#7550 #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 {#7588 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#7676 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#7677 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#7675 -om: ContainerNCR7Dbj\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4652 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Master\ProductListOrderBy {#4663 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4665 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#7550 #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 {#7675 -om: ContainerNCR7Dbj\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4652 …} -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 {#7678 -_em: Doctrine\ORM\EntityManager {#507 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#7680 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#7681 #from: "Eccube\Entity\Master\ProductListOrderBy" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#7682 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#7679 …} -_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() {#7674 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4624 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7673 …} } } |
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 {#149244 +label: "価格が低い順" +value: "1" +data: Eccube\Entity\Master\ProductListOrderBy {#4663 #id: 1 #name: "価格が低い順" #sort_no: 0 } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149243 +label: "価格が高い順" +value: "3" +data: Eccube\Entity\Master\ProductListOrderBy {#4665 #id: 3 #name: "価格が高い順" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#149245 +label: "新着順" +value: "2" +data: Eccube\Entity\Master\ProductListOrderBy {#7550 #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 {#149241 -form: Symfony\Component\Form\Form {#7770 …} -errors: [ Symfony\Component\Form\FormError {#7958 #messageTemplate: "This value is not valid." #messageParameters: [ "{{ value }}" => "0" ] #messagePluralization: null -message: "有効な値ではありません。" -cause: Symfony\Component\Validator\ConstraintViolation {#8163 root: Symfony\Component\Form\Form {#7752 …} path: "children[orderby]" value: "0" } -origin: Symfony\Component\Form\Form {#7770 …} } ] } |
expanded | false |
form | Symfony\Component\Form\FormView {#149242 …5} |
full_name | "orderby" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "orderby" |
is_selected | Closure($choice, $value) {#149247 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#7566 …} } |
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) {#7693 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4530 …} } |
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() {#7695 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4624 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7694 …} } } |
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 {#149248 -form: Symfony\Component\Form\Form {#7773 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#149249 …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) {#7703 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4530 …} } |
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() {#7705 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4624 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7704 …} } } |
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 {#149251 -form: Symfony\Component\Form\Form {#7776 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#149250 …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) {#7713 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4530 …} } |
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() {#7715 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4624 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7714 …} } } |
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 {#149253 -form: Symfony\Component\Form\Form {#7779 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#149252 …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) {#7723 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4530 …} } |
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() {#7725 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4624 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7724 …} } } |
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 {#149255 -form: Symfony\Component\Form\Form {#7782 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#149254 …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) {#7733 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4530 …} } |
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() {#7735 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4624 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#902 …} $translationDomain: "validators" $message: Closure() {#7734 …} } } |
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 {#149257 -form: Symfony\Component\Form\Form {#7785 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#149256 …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) {#7743 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4530 …} } |
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() {#7745 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4624 …} 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" "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 {#149259 -form: Symfony\Component\Form\Form {#7788 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#149258 …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 | "" |