@charset "UTF-8";


/***************************************************

	hobbys

***************************************************/

.hobbys_ul{

}

.hobbys_ul li{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
}

.hobbys_ul li:last-child{
   margin-bottom: 0;
}

.hobbys_ul li .image_box{
	width: 120px;
	height: 120px;
	overflow: hidden;
	position: relative;
	transition: all 0.2s linear;
	box-shadow: 0px 0px 0px 0px #777777;
}

.hobbys_ul li:hover .image_box{
	box-shadow: 2px 2px 5px -2px #777777;
}

.hobbys_ul li .image_box img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.0);
	transition: all 0.2s linear;
	object-fit: cover;
}

.hobbys_ul li:hover .image_box img{
	transform: translate(-50%, -50%) scale(1.1);
}

.hobbys_ul li .text_box{
	width: calc(100% - 120px);
	padding-left: 24px;
	box-sizing: border-box;
	line-height: 1;
}

.hobbys_ul li .text_box .list_head{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
}

.hobbys_ul li .text_box .list_head .date{
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.04em;
	margin-right: 1em;
}

.hobbys_ul li .text_box .list_head .category a{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	border-radius: 22px;
	background: var(--color1);
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.06em;
	text-decoration: none;
	padding: 0 1em;
}

.hobbys_ul li .text_box a{
	display: block;
	color: var(--text);
	text-decoration: none;
	line-height: 1;
}

.hobbys_ul li .text_box a .title{
	font-size: 18px;
	color: var(--color1);
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-bottom: 6px;
}

.hobbys_ul li .text_box a .excerpt{
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}

.hobbys_ul li .text_box a .more{
	text-align: right;
}

.hobbys_ul li .text_box a .more strong{
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.04em;
	padding-right: 34px;
	position: relative;
}

.hobbys_ul li .text_box a .more strong::after{
	content: '';
    display: inline-block;
    width: 30px;
    height: 6px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2031%207%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23181818%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%201px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22.5%206.5%2030.5%206.5%2025%20.5%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    position: absolute;
    bottom: 3px;
    right: 0;
    transition: all 0.2s linear;
}

.hobbys_ul li .text_box a:hover .more strong::after{
    right: -10px;
}






/********************************************************************************
	リッキド用 CSS
********************************************************************************/

@media(max-width:1280px){

.hobbys_ul{

}

.hobbys_ul li{
    margin-bottom: 1.875vw;
}

.hobbys_ul li .image_box{
	width: 9.375vw;
	height: 9.375vw;
}

.hobbys_ul li:hover .image_box{
	box-shadow: 0.15625vw 0.15625vw 0.390625vw -0.15625vw #777777;
}

.hobbys_ul li .text_box{
	width: calc(100% - 9.375vw);
	padding-left: 1.875vw;
}

.hobbys_ul li .text_box .list_head{
    margin-bottom: 0.625vw;
}

.hobbys_ul li .text_box .list_head .date{
	font-size: 1.09375vw;
}

.hobbys_ul li .text_box .list_head .category a{
	height: 1.71875vw;
	line-height: 1.71875vw;
	border-radius: 1.71875vw;
	font-size: 0.9375vw;
}

.hobbys_ul li .text_box a .title{
	font-size: 1.40625vw;
	margin-bottom: 0.46875vw;
}

.hobbys_ul li .text_box a .excerpt{
	font-size: 1.09375vw;
	margin-bottom: 0.78125vw;
}

.hobbys_ul li .text_box a .more strong{
	font-size: 1.40625vw;
	padding-right: 2.65625vw;
}

.hobbys_ul li .text_box a .more strong::after{
    width: 2.34375vw;
    height: 0.46875vw;
    bottom: 0.234375vw;
}

.hobbys_ul li .text_box a:hover .more strong::after{
    right: -0.78125vw;
}






}




/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:430px){

.hobbys_ul{
	margin: 0 5.333333vw;
}

.hobbys_ul li{
	align-items: flex-start;
    margin-bottom: 5.333333vw;
}

.hobbys_ul li .image_box{
	width: 16vw;
	height: 16vw;
	box-shadow: 0px 0px 0px 0px #777777;
}

.hobbys_ul li:hover .image_box{
	box-shadow: 0px 0px 0px 0px #777777;
}

.hobbys_ul li:hover .image_box img{
	transform: translate(-50%, -50%) scale(1.0);
}

.hobbys_ul li .text_box{
	width: calc(100% - 16vw);
	padding-left: 4.266667vw;
}

.hobbys_ul li .text_box .list_head{
    margin-bottom: 1.6vw;
}

.hobbys_ul li .text_box .list_head .date{
	font-size: 3.466667vw;
}

.hobbys_ul li .text_box .list_head .category a{
	height: 4.8vw;
	line-height: 4.8vw;
	border-radius: 4.8vw;
	font-size: 3.2vw;
}

.hobbys_ul li .text_box a .title{
	font-size: 4.266667vw;
	margin-bottom: 1.6vw;
}

.hobbys_ul li .text_box a .excerpt{
	font-size: 3.466667vw;
	margin-bottom: 1.6vw;
}

.hobbys_ul li .text_box a .more strong{
	font-size: 4.266667vw;
	padding-right: 9.066667vw;
}

.hobbys_ul li .text_box a .more strong::after{
    width: 8vw;
    height: 1.6vw;
    bottom: 0.8vw;
}

.hobbys_ul li .text_box a:hover .more strong::after{
    right: 0;
}







}


