@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD SKAL
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.p-postSlider .swiper-pagination-bullet{
	background: var(--swiper-pagination-bullet-inactive-color);
}
.swiper-pagination-bullet{
	--swiper-pagination-bullet-inactive-color: var(--color_main);
	border-radius: 5rem;
	transition: width 0.5s, opacity 0.5s;
}
.swiper-pagination-bullet-active{
	width: 2rem;
}
@media not all and (min-width: 600px){
	.p-postSlider .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.p-postSlider .swiper-pagination-bullet-active{
		width: 2rem;
	}
}
.woocommerce .c-headLogo__img{
	height: 100%;
}