@charset "UTF-8";
/*
Theme Name: Cloud Nine
Theme URI:
Author: Art-Sowelu
Author URI: https://art-sowelu.com/
Description: WordPress's Theme
Version: 1.0
License: y.okawa
Tags:
Text Domain: cloud-nine2
*/
/* WEBフォント */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Miss+Fajardose&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
/* PC用スタイル768px */
@import url("css/common_pc.css")screen and (min-width: 835px);
@import url("css/yomototo_pc.css")screen and (min-width: 835px);
@import url("css/litlink_pc.css")screen and (min-width: 835px);

/* SP用スタイル767px */
@import url("css/common_sp.css")screen and (max-width: 834px);
@import url("css/yomototo_sp.css")screen and (max-width: 834px);
@import url("css/litlink_sp.css")screen and (max-width: 834px);