@charset "UTF-8";

/* PC */

@import "./css_winter/reset.css";
@import "./css_winter/font.css";

@import "./css_winter/com.css?201910" screen and (min-width: 681px);
@import "./css_winter/top.css" screen and (min-width: 681px);
@import "./css_winter/sidebar.css" screen and (min-width: 681px);
@import "./css_winter/page.css" screen and (min-width: 681px);
@import "./css_winter/post.css" screen and (min-width: 681px);
@import "./css_winter/component.css" screen and (min-width: 681px);

/* SP */

@import "./css_winter/sp/com.css?201910" screen and (max-width: 680px);
@import "./css_winter/sp/top.css" screen and (max-width: 680px);
@import "./css_winter/sp/sidebar.css" screen and (max-width: 680px);
@import "./css_winter/sp/page.css" screen and (max-width: 680px);
@import "./css_winter/sp/post.css" screen and (max-width: 680px);
@import "./css_winter/sp/component.css" screen and (max-width: 680px);

@import "./css_winter/slick.css";


/* display */
.only_pc {	display: block;}
.only_pc_tb {	display: block;}
.only_tb {	display: none;}
.only_sp {	display: none;}
@media screen and (min-width: 768px) and (max-width: 970px){
.only_pc {	display: none;}
.only_pc_tb {	display: block;}
.only_tb {	display: block;}
.only_sp {	display: none;}
}
@media only screen and (max-width: 767px) {
.only_pc {	display: none;}
.only_pc_tb {	display: none;}
.only_tb {	display: none;}
.only_sp {	display: block;}
}
@media only screen and (max-width: 767px) {

#side{
	display:none;
}
}
