<?php include('_header.php'); ?>
<?php if(wp_is_mobile() && !is_Kindle() && !is_ipad()){
include('_global_nav_sp.php');
echo '<div class="scrol-box">';
include('_index_sp.php');
include('_footer.php');
echo '</div>';
} else {
include('_global_nav.php');
include('_index.php');
include('_footer.php');
} ?>