@charset "UTF-8";
/* =============================================================================

クリエーティブ甲子園

============================================================================= */
html {
	/* bootatrap回避 */
	font-size: 10px !important;
}
.tca_header .header_nav .course_menu .label {
	/* bootatrap回避 */
	color: #000 !important;
	padding: 0 !important;
}
ul {
	margin-bottom: 0;
}
/*-----------------------------------
トップ
------------------------------------*/
.breadcrumb {
	/* background-color: white; 2022/11/4 */
	padding: 10px 0;
	margin: 0 auto;
}
#creative-koshien {
	padding: 36px 0;
	background-color: #7cc3e7;
}

#main-visual-desc {
	padding: 36px 0;
	background-color: #d8437b;
	color: white;
}

#main-visual-desc h2 {
	max-width: 40%;
	text-align: center;
	margin: 0 auto;
	padding: 24px 0;
}
#main-visual-desc p {
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
}

.koshien-item .caption {
	padding: 10px 0;
}

.caption {
	padding: 10px;
}
.caption p {
	text-align: center;
	margin-bottom: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
}
.caption p.name {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 12px;
	margin-top: 6px;
	color: #192d79;
}
.caption p.title {
	font-size: 12px;
	font-size: 1.2rem;
	color: #d8437b;
}
.koshien-item {
	padding: 10px;
	background-color: white;
	margin-bottom: 30px;
}

#content,
.content {
	margin: 0 auto;
	background: #fafafa; /* origin：f5f5f5 */
	padding: 24px 0;
	position: relative;
}
.content + .content {
	margin-top: 0 !important;
}
.thumnail-image {
	width: 100%;
	height: 100%;
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
.thumnail-image img {
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}

.list-item {
	margin-bottom: 24px;
	background-color: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position: relative;
	width: 100%;
}
#main-visual-info {
	margin: 30px 0;
}
#banner {
	margin: 30px 0;
}
@media screen and (max-width: 767px) {
	#main-visual-desc h2 {
		max-width: 80%;
	}
	#main-visual-info {
		margin-top: 15px;
		margin-bottom: 15px !important;
	}
	#main-visual-desc {
		padding: 0;
	}
	#banner {
		margin: 15px 0;
	}
}

/*
.caption p.date-sm {
    margin-bottom: 5px;
    position: relative;
    z-index: 1000;
}
.tag{
    padding: 5px;
    font-size: 10px;
    font-size: 1rem;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: white;
    background-color: #727171;
}
a.tag:hover{
    text-decoration: none;
    color: white;
}
a.manga,
a.manga-company-project{
    background-color: #EB6EA0;
}
a.digital,
a.digital-company-project{
    background-color: #4DBBAA
}
a.game,
a.game-company-project{
    background-color: #C4D700;
}
a.media,
a.media-company-project{
    background-color: #fabf13;
}
a.car,
a.car-company-project{
        background-color: #3F82B2;
}
a.creator,
a.creator-company-project{
    background-color: #e30012;
}
a.life,
a.lige-company-project{
    background-color: #A75F9B;
}
a.creative-koshien{
    background-color: #cccb78;
}
a.company-project{
    background-color: #ffe200;
    color: #000;
}

a.company-project:hover{color: #000;}
*/

.content-link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 100;
}
#load-more {
	margin: 0 auto;
	background: #f5f5f5;
}

/*ajax用*/
#ajax-wrap {
	position: relative;
	margin: 10px auto;
	max-width: 700px;
	background: #fff;
	padding: 20px;
}
#ajax-wrap h2 {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px;
}
/*インライン用*/
#inline-wrap {
	position: relative;
	margin: 10px auto;
	max-width: 700px;
	background: #fff;
	padding: 20px;
}
#inline-wrap h1 {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px;
}
#inline-wrap .image img {
	width: 100%;
	max-width: 600px;
}
#inline-wrap .image,
#inline-wrap .popup-modal-dismiss {
	text-align: center;
}
/*表示のエフェクト*/
.mfp-fade.mfp-bg {
	opacity: 0.001; /* Chrome opacity transition bug */
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.reviver-container {
	width: 100% !important;
}

/*------------------------------*/
/*見出し等*/
/*------------------------------*/
.worksInfo {
	padding: 0 0 24px 0;
}
.worksInfo h4 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 160%;
}
@media screen and (max-width: 767px) {
	.worksInfo h4 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 160%;
	}
}

.masonry-center {
	float: none;
	margin: 0 auto;
}

.worksCourse,
.worksCourse2 {
	font-weight: normal !important;
	font-size: 10px !important;
	font-size: 1rem !important;
}
/*------------------------------*/
/*企業情報*/
/*------------------------------*/

.project-title {
	margin-bottom: 24px;
}
.project-title h2 {
	font-size: 26px;
	font-size: 2.6rem;
	margin: 0 0 0 0;
	font-weight: bold;
}
.project-title h2 span {
	font-size: 18px;
	font-size: 1.8rem;
}
.project-title h4 {
	font-weight: bold;
	line-height: 160%;
}
.project-title h3 {
	font-size: 12px;
	font-size: 1.2rem;
	background-color: #ffff00;
	padding: 6px;
	display: inline;
	font-weight: bold;
}
.project-title p {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 10px;
}
.project-title .review {
	background: #fff;
	border-radius: 0.4em;
	border: 1px solid #d3d3d3;
	padding: 10px 20px;
}
.project-title .review p + p {
	margin-top: 1em;
}
.project-name {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.koshien-head {
	padding-top: 2rem;
}

.list-item {
	overflow: hidden;
	position: relative;
}

.list-item .ribbon {
	position: absolute;
	display: inline-block;
	right: -32px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), inset 0px 5px 30px rgba(255, 255, 255, 0.2);
	text-align: center;
	text-transform: uppercase;
	top: 29px;
	background: #9dd931;
	width: 150px;
	font-weight: bold;
	color: white;
	font-size: 1.4rem;
	padding: 3px 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.list-item .ribbon small {
	font-size: 65%;
}

@media screen and (max-width: 767px) {
	.koshien-head {
		padding-top: 0rem;
	}
	.project-title h2 {
		font-size: 18px;
		font-size: 1.8rem;
		margin: 0 0 0 0;
		font-weight: bold;
	}
}

/*------------------------------*/
/*リボン*/
/*------------------------------*/

/*------------------------------*/
/*背景COLOR*/
/*------------------------------*/
#content.bg-blue {
	background: #f5f5f5; /* origin：e9e9ea */
}
.content.bg-blue {
	background: #f5f5f5; /* origin：e9e9ea */
}

/*------------------------------*/
/*COLOR*/
/*------------------------------*/
.color-orange {
	color: #ff6600;
}
.color-red {
	color: #cc0000;
}
.color-black {
	color: #000000;
}
.color-white {
	color: #ffffff;
}
.color-green {
	color: #009900;
}
.color-blue {
	color: #336699;
}

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */
@media screen and (min-width: 768px) and (max-width: 992px) {
	.page-fix-375 .col-xs-2.col-xxs-6.masonry-grid-item {
		height: 280px;
	}
}
@media screen and (min-width: 992px) {
	.page-fix-375 .col-xs-2.col-xxs-6.masonry-grid-item {
		height: 375px;
	}
}
