﻿/*===========================================================================================*/
/* アーツ×ダイアローグ　WEBサイト [基本CSS]
/* 2022.10.01 - 
/*===========================================================================================*/

/*
Theme Name: ARTS x DIALOGUE 2025
Theme URI: https:// artsdialogue.jp 
Description: アーツ×ダイアローグ オリジナルテーマ
Author: ARDA
Author URI: https://www.arda.jp/
Version: 1.0
*/

@charset "UTF-8";

/* -------------------------------------------------------------------------
 font
------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/* font-family:'Noto Sans JP', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap');
/* font-family:'Noto Serif JP', serif; */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&display=swap');
/* font-family:'M PLUS Rounded 1c', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
/* font-family:'Lato', sans-serif; */

/* -------------------------------------------------------------------------
 import.css
------------------------------------------------------------------------- */

@import url("style_pc_common.css?v=20251001") 	only screen and (min-width: 721px);
@import url(  "style_pc_home.css?v=20251001") 	only screen and (min-width: 721px);
@import url(  "style_pc_page.css?v=20251001") 	only screen and (min-width: 721px);

@import url("style_sp_common.css?v=20251001") 	only screen and (max-width: 720px) and (min-width: 641px);
@import url(  "style_sp_home.css?v=20251001") 	only screen and (max-width: 720px) and (min-width: 641px);
@import url(  "style_sp_page.css?v=20251001") 	only screen and (max-width: 720px) and (min-width: 641px);

@import url("style_sp_common.css?v=20251001") 	only screen and (max-width: 640px);
@import url(  "style_sp_home.css?v=20251001") 	only screen and (max-width: 640px);
@import url(  "style_sp_page.css?v=20251001") 	only screen and (max-width: 640px);

@import url("style_print.css?v=20230301") 	print;
@import url("style_print.css?v=20230301") 	print;
@import url("style_print.css?v=20230301") 	print;

/*===========================================================================================*/
/* end */
/*===========================================================================================*/
