@charset "UTF-8";
/*
Theme Name: CLOUD NINE WOMEN'S
Theme URI:
Author: デザイン事務所Art-Sowelu
Author URI: https://art-sowelu.com/
Description: WordPress's Theme
Version: 1.0
License: Y.OKAWA
Tags:
Text Domain: cloudnine_womens
*/
/*----------------------------
 *  Googleフォント
 ----------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+Mono:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*----------------------------
 *  読み込み
 ----------------------------*/
/* PC用スタイル */
@import url("css/common_pc.css")screen and (min-width: 1025px);/* 768px */
/* SP用スタイル */
@import url("css/common_sp.css")screen and (max-width: 1024px);/* 767px */