@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
*/

/*関連記事数変更*/
add_filter( 'swell_related_post_maxnum', function( $num ) {
	return 15;
});

/*メインビジュアル メインテキストのフォントサイズ変更*/
.p-mainVisual__slideTitle{
font-size: 26px !important; 
}

/* メインビジュアル サブテキスト フォントサイズ */
.p-mainVisual__slideText {
font-size: 21px;
}

/*スマホサイズでの変更*/
 /*メインテキストのフォントサイズ変更*/
@media (max-width: 480px){
.p-mainVisual__slideTitle{
  font-size:22px; 
}
/*サブテキストのフォントサイズ変更*/	
@media (max-width: 480px){
.p-mainVisual__slideText {
  font-size:14px; 
}

/*fanza-auto-postで動画下余白消す（スマホ）*/
	.wp-block-embed__wrapper {
    padding-bottom: 56.25%; /* 16:9のアスペクト比 
}
		
