@charset "UTF-8";
/* CSS Document */

.c_cover img {width:100%;height:100%;object-fit:cover;}
.c_contain img {width:100%;height:100%;object-fit:contain;}
.c_cover video {width:100%;height:100%;object-fit:cover;}
.c_contain video {width:100%;height:100%;object-fit:contain;}

/* テキスト丸め */
.c_textround1 {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.c_textround2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

