/*
Theme Name: AND REPAIR 1.02
Description:
Version: 1.02
Author:
Author URI:
Tags:
License:
License URI:
*/

/********************************************/
/*              AND REPAIR                  */
/********************************************/

@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url("css/anim.css");


@import url("css/pc.css") screen and (min-width:1280px);
@import url("css/tab.css") screen and (min-width:670px) and (max-width:1279px) and (min-height:521px);

@import url("css/smart.css")  (orientation: landscape) and (max-height:520px);

@import url("css/smart.css") screen and (max-width:669px) and (min-height:500px);

