@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    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
*/


/*画像ループスライダー*/



/*ループスライダー共通*/
@keyframes roop-slider_1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes roop-slider_2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

/*ニキビ人気記事ランキングずれ修正*/
@media screen and (max-width:960px) {
	.wp-block-columns.alignwide.sp_column2 {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
}

/*投稿公開日隠し*/