@charset "UTF-8";
/* css Activity [top] */

@import url("main.css");
@import url("../content.css");

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.listArea .waku_list {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== Box ==*/
.waku_list .listbox {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}
.waku_list .listbox article {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #cdcfd1;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-moz-box-shadow: 0 2px rgba(0, 0, 0, .08);
	box-shadow: 0 2px rgba(0, 0, 0, .08);
}

/*== img ==*/
.waku_list .listbox article figure {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.waku_list .listbox article figure img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

/*== Triangle ==*/
.waku_list .listbox article .triangle::before {
	content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #f46ea9; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.waku_list .listbox article .triangle figcaption  {
	display: block;
    color: #fff;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
    position: absolute;
    z-index: 101;
}

/*== Detail ==*/
.waku_list .listbox article .detail {
	padding: 0;
	margin: 0 auto;
	height: auto;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== h3 ==*/
.waku_list .listbox article .detail .list-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_list .listbox article .detail .list-title h3 {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}
.waku_list .listbox article .detail .list-title h3 small {
	padding: 0;
	margin: 0;
	color: #6d6e6f;
	font-size: 65%;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	display: inline-block;
}

/*== a:links ==*/
.waku_list .listbox article figure a {
	text-decoration: none;
	text-indent: -999px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	z-index: 2;
	background-color: transparent;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.waku_list .listbox article figure a:hover {
	background-color: rgba(0, 0, 0, .5);
}
.waku_list .listbox article figure a:before {
	content: "\f00e";
	font: 24px/44px "Font Awesome 5 Free";
	font-weight: 900;
	color: rgba(0, 0, 0, 0);
	text-indent: 12px;
	width: 46px;
	height: 46px;
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 20%); 
	transform: translate(-50%, 20%);
	z-index: 3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.waku_list .listbox article figure a:hover:before {
	color: rgba(0, 0, 0, .8);
	background-color: rgba(255, 255, 255, .9);
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
}
.waku_list .listbox article figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	width: 100%;
}
.listArea .waku_list {
	width: 98%;
}
	
/*== Box ==*/
.waku_list .listbox {
	padding-bottom: 25px;
	margin: 0 1.2%;
	width: 30.4%;
}
.waku_list .listbox article {
	width: 100%;
}

/*== img ==*/
.waku_list .listbox article figure {
	height: 210px;
	max-height: 210px;
}

/*== Triangle ==*/
.waku_list .listbox article .triangle figcaption {
	font-size: 21px;
	top: 3px;
	left: 13px;
}

/*== Detail ==*/
.waku_list .listbox article .detail {
	padding: 21px 25px;
	width: 100%;
}

/*== h3 ==*/
.waku_list .listbox article .detail .list-title {
	width: 100%;
}
.waku_list .listbox article .detail h3 {
	font-size: 22px;
}



}


/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	width: 100%;
}
.listArea .waku_list {
	width: 97%;
}

/*== Box ==*/
.waku_list .listbox {
	padding-bottom: 20px;
	margin: 0 0.8%;
	width: 30.8%;
}
	@media all and (max-width: 750px) and (min-width: 600px) {
		.waku_list .listbox {
			padding-bottom: 18px;
			margin: 0 0.7%;
			width: 47.8%;
		}
	}
	
.waku_list .listbox article {
	width: 100%;
}

/*== img ==*/
.waku_list .listbox article figure {
	height: 160px;
	max-height: 160px;
}

/*== Triangle ==*/
.waku_list .listbox article .triangle::before {
    border-bottom: 3.5em solid transparent;
    border-left: 3.5em solid #f46ea9; /* ラベルの色はここで変更 */
}
.waku_list .listbox article .triangle figcaption {
	font-size: 19px;
	top: 3px;
	left: 9px;
}

/*== Detail ==*/
.waku_list .listbox article .detail {
	padding: 18px 21px;
	width: 100%;
}

/*== h3 ==*/
.waku_list .listbox article .detail .list-title {
	width: 100%;
	max-height: 42px;
}
.waku_list .listbox article .detail h3 {
	font-size: 20px;
}


}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	width: 100%;
}
.listArea .waku_list {
	width: 94%;
}

/*== Box ==*/
.waku_list .listbox {
	padding-bottom: 15px;
	margin: 0 0.7%;
	width: 97.6%;
}
.waku_list .listbox article {
	width: 100%;
}

/*== img ==*/
.waku_list .listbox article figure {
	height: 180px;
	max-height: 180px;
}

/*== Triangle ==*/
.waku_list .listbox article .triangle::before {
    border-bottom: 3em solid transparent;
    border-left: 3em solid #f46ea9; /* ラベルの色はここで変更 */
}
.waku_list .listbox article .triangle figcaption {
	font-size: 16px;
	top: 2px;
	left: 7px;
}

/*== Detail ==*/
.waku_list .listbox article .detail {
	padding: 15px 18px;
	width: 100%;
}

/*== h3 ==*/
.waku_list .listbox article .detail .list-title {
	width: 100%;
}
.waku_list .listbox article .detail h3 {
	font-size: 18px;
}



}