Specification changes/features added

【Contents of the fix】
※Please note that this update is not compatible with the previous version. ※

■The image settings in the theme options have been changed from the direct upload method to the media library method.
The following is a list of changes to the image upload function in the theme options.
If you upgrade your theme, you will need to reconfigure the images in the following areas.
・Logo (header)
Logo images (2 locations)
・Home page settings
Each slider image (5 locations)
Banner image below the slider (3 locations)
Banner in the center (1 location)
・Advertising at the bottom of the page
Each ad banner (3 locations)

Also, the logo image cropping/positioning function will be removed.
These can be replaced by the following.
Crop→Use media library functions
Position adjustment → Adjust using custom CSS

Custom CSS example↓
・For PC display
#logo_image {
top: 25px; left: 5px;
}
・For mobile display
#logo_image_mobile {
height: 70px; padding-left: 15px;
}
Please change the value to any number.

■Custom script function added

The following are the files that have been modified for this update.
【Modified file】
admin/my_admin.css
admin/theme-options.php
footer_banner.php
functions/update_notifier.php
header.php
index.php
languages/ja.mo
languages/ja.po
style.css

【Deleted files】
admin/_theme-options.php