/*
Theme Name: Lightning Child 
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.5.1
*/

/* pc版の時にモバイル版を非表示 */
@media screen and (min-width:769px) {
 .mobile{
  display: none !important;
  }
 }
/* モバイル版の時にpc版を非表示 */
@media screen and (max-width:768px) {
 .pc{
  display: none !important;
  }
 }