@charset "utf-8";
/*
Theme Name: wp_KATANA
Author: J.NOVA
Version: 1.0
*/

/* reset設定
--------------------------------------------------------------------------*/
* {width: auto; height: auto; margin: 0; padding: 0; border: 0; color: #333; font-size: 16px; font-family: 'Noto Sans JP', sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; text-decoration: none; vertical-align: baseline; line-height: 1; list-style-type: none; box-sizing: border-box; word-wrap: break-word; overflow-wrap: break-word;}
strong, span, small, time, address, b {color: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit;}
del {text-decoration: line-through;}
small {font-size: 80%;}
a img {width: inherit; height: inherit;}
input:focus, button:focus-visible, select:focus-visible {outline: none;}
/* ::before, ::after {position: absolute; top: 0; left: 0; display: block; background: center / cover no-repeat;} */
@media (max-width: 1229px) {
  * {font-size: 14px;}
}