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


/*一覧サムネイルのサイズ調整*/

@media screen and (min-width:580px) { 
    /*　画面サイズが580pxからはここを読み込む　*/

.post-type-archive-cast .p-archiveContent.u-mt-40 .c-postThumb__figure {
    position: relative;
    z-index: 0;
    width: 100%;
    height:410px;
    overflow: hidden;
    -webkit-transform: perspective(0);
    transform: perspective(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
}

@media screen and (max-width:580px) { 
    /*　画面サイズが579pxからはここを読み込む　*/

	.post-type-archive-cast .p-archiveContent.u-mt-40 .c-postThumb__figure {
    position: relative;
    z-index: 0;
    width: 100%;
    height:220px;
    overflow: hidden;
    -webkit-transform: perspective(0);
    transform: perspective(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
	
	.post-type-archive-cast .p-postList__excerpt{
		font-size:10px;
	}
	
}

/*　画面サイズが579pxからはここまで　*/


.post-type-archive-cast .u-mt-40{
	margin-top: 2em !important;
}


/*一覧文字の調整*/
.post-type-archive-cast .p-postList__body{
	text-align:center;
}

#breadcrumb {
	display:none;
}


/*タイトル文字の調整*/
.single-cast h1.c-postTitle__ttl{

	text-align:center;
	margin-bottom:-2em;

}