@charset "utf-8";


.txt-h1{
	font-size:2.5rem;
	line-height: 1;
}
.txt-h2{
	font-size:1.5rem;
}

.top-jumbotron-md{
	width: 100%;
	margin-top:80px;
	position: relative;
}
.top-jumbotron-md .swiper-slide{
	width: 350px;
	height:183px;
}
.top-jumbotron-md .swiper-slide img{
	width:100%;
	object-fit: cover;

}
.top-jumbotron-md .jumbotron-md-mask{
	width:100%;
	height:100%;
	background-color: rgba(244,174,174,0.7);
	position: absolute;
	top:0px;
	left:0px;
}
.top-jumbotron-md .jumbotron-md-title{
	position: absolute;
	text-align: center;
	left:0px;
	color:#fff;
	line-height: 1.5rem;
	height:3rem;
	overflow-y: hidden;
	top:110px;
	font-size:1.2rem;
	padding:0px 30px;
}

.channel-kinds .col{
	position: relative;
	text-align: center;
	padding:0px;
}
.channel-kinds .col:after{
	position: absolute;
	bottom: -10px;
	left:0px;
	height: 1px;
	background-color: #f4aeae;
	content: '';
	transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	width:100%;
}
.channel-kinds .col:hover:after{
	width:20px;
	margin-left:-10px;
	left:50%;
}
.channel-kinds .col.on:after{
	width:20px;
	margin-left:-10px;
	left:50%;
}

.channel-kinds .col a:hover{
	text-decoration: none;
}

.tag-list{
	padding:0px 30px;
}
.tag-list div{
	display: inline-block;
	margin-top:5px;
}
.tag-list div a:hover{
	text-decoration: none;
	color:inherit;
}


.kol-item{
	position: relative;
	overflow:hidden;
}
.kol-item img{
	width:100%;
	height:300px;
	object-fit: cover;
	transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.kol-item:hover img{
	transform: scale(1.2);
}

.kol-item .kol-mask{
	content:'';
	width:100%;
	height:100%;
	position: absolute;
	top:0px;
	left:0px;
	background-color: rgba(244,174,174,0.5);
}
.kol-item .kol-title{
	color:#fff;
	font-size:1.5rem;
	position: absolute;
	top:50%;
	margin-top:-36px;
	width:100%;
	text-align: center;
}

.kol-item .kol-wrapper{
	width:100%;
	height:100%;
	padding:15px;
	position: absolute;
	top:0px;
	left:0px;
	transform: scale(0.7);
	opacity: 0;
	transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.kol-item .kol-content{
	width:100%;
	height:100%;
	padding:30px;
	background-color: #fff;
}

.kol-item:hover .kol-wrapper{
	opacity: 1.0;
	transform: scale(1.0);
}


.post-list-item {
	position: relative;
	padding-bottom:15px;
	border-bottom:1px solid #eaeaea;
	margin-bottom:15px;
}
.post-list-item:nth-last-child(1) {
	border-bottom:0px;
}
.post-list-item img{
	max-width:340px;
	width:100%;
	height:182px;
	object-fit: cover;
	transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.post-list-item a.subject{
	font-size:1.2rem;
	display: block;
	padding-bottom:5px;
}
.post-list-item .post-channel{
	position: absolute;left:15px;bottom:0px;
	line-height: 1rem;
	color:#f4aeae;
}
.post-list-item a:hover{
	color:inherit;
	text-decoration: none;
}
.post-list-item .post-date{
	letter-spacing: normal;
	line-height: 1rem;
	position: absolute;
	right:15px;
	bottom:0px;
}

.post-list-item .post-img-wrapper{
	width: 100%;
	height: 100%;
	overflow:hidden;
}
.post-list-item:hover img{
	transform: scale(1.2);
}


.card-banner{
	width:100%;
	max-width:300px;
	height:250px;
	background-size:cover;
	position: relative;
	margin:0px auto;
}
.card-banner div{
	position: relative;
	z-index: 2;
}
.card-banner .card-banner-mask{
	width: 100%;
	height:100%;
	position: absolute;
	top:0px;
	left:0px;
	background-color: rgba(244,174,174,0.5);
	z-index: 1;
}
.card-weather{
	border:1px solid #eaeaea;
	width:100%;
	height:auto;
	margin-top:30px;
	padding:30px;
}
.btn-weather:hover{
	background-color: #ffe9e9;
}
.card-weather .dropdown-menu{
	border:0px;
	border-radius: 0px;
	width:95px;
	min-width: 0px;
}
.card-weather .dropdown-item{
	min-width: 5rem;
	padding:3px 7px;
	font-size:0.825rem;
	width:85px;
	color:#3f3f3f;
	border-radius: 0px;
}

.card-video{
	width:500px;
	height:281px;
	position: relative;
	overflow:hidden;
}

.card-video img{
	width:500px;
	height:281px;
	object-fit: cover;
	position: relative;
	transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.card-video:hover img{
	transform: scale(1.2);
}

.card-video .card-video-mask{
	width:100%;
	height:100%;
	position: absolute;
	top:0px;
	left:0px;
	background-color:rgba(244,174,174,0.5);
}
.card-video .card-video-title{
	position: absolute;
	left: 0px;
	bottom:30px;
	color:#fff;
	width:100%;
	padding:0px 30px;
	display: none;
}
.card-video-play{
	position: absolute;
	left:50%;
	top:50%;
	font-size:40px;
	color:#fff;
	margin:-20px auto auto -20px;
	cursor: pointer;
}

.card-video-embed{
	width:100%;
	max-height:100%;
	height:281px;
	position: absolute;
	top:0px;
	left:0px;
	display: none;
}

.container-banner a:hover{
	color:#000;
	text-decoration: none;
}

.col-banner-bg{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	transition: 0.3s linear;
}

.col-banner-bg:hover{
	background-size: 105%;
}

.shop-desc{
	padding:0px 15px;
}
.shop-kinds{
	margin-top:60px;
	margin-left:15px;
}
.shop-kind{
	line-height: 2;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.shop-kind:after{
	position: absolute;
	bottom: 4px;
	left:0px;
	width: 0px;
	height: 1px;
	background-color: #aaa;
	content: '';
	transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.shop-kind:hover:after{
	width:100%;
}

.shop-image{
	overflow:hidden;
	margin-bottom:30px;
}
.shop-image img{
	width: 100%;
	max-width: 245px;
	height:245px;
	transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.shop-image img:hover{
	transform: scale(1.2);
}
.shop-link:hover{
	text-decoration: none;
	color:inherit;
}

.pinkink-covers > div{
	display:inline-block;
	position: relative;
}
.pinkink-covers > div img{
	transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.pinkink-covers > div.on{
	z-index:2;
}
.pinkink-covers > div.on img{
	transform: scale(1.2);
	-webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}
.pinkink-covers > div .pinkink-title{
	display: none;
	position: absolute;
	width:100%;
	bottom:-95px;
	text-align: center;
	font-size:16px;
}

.pinkink-covers > div .pinkink-date{
	color:#b58d72;
}
.pinkink-covers > div.on .pinkink-title{
	display: block;
}



.card-brand-news{
	margin-top:0px;
	border:1px solid #eaeaea;
	position: relative;
	padding:30px;
}
.card-brand-news .header{
	position: absolute;
	top:-20px;
	background-color:#fff;
	width:150px;
	left:50%;
	margin-left:-75px;
	color:#b58d72;
	font-size:1.5rem;
	text-align: center;

}
.card-brand-news .brand-news-item{
	margin-bottom:20px;
}
.card-brand-news .brand-news-item:nth-last-child(1){
	margin-bottom:0px;
}
.card-brand-news .brand-news-item a{
	text-decoration: none;
}




@media (max-width: 1120px){
	.top-jumbotron-md{
		margin-top:60px;
	}
	.top-jumbotron-md .swiper-slide{
		width:calc(100vw - 40px);
	}


	.card-video{
		width:100%;
		height:calc(25vw);
		position: relative;
		overflow:hidden;
	}

	.card-video img{
		width:100%;
		height:100%;
		object-fit: cover;
		position: relative;
		transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}
	.post-list-item .col:nth-child(2){
		padding-bottom:30px;
	}
	.post-channel{
		/*display: none;*/
	}
	.post-date{
	}
	.card-video .card-video-title{
		bottom:auto;
		top:20px;
		color:1rem;
	}
	.post-list-item .subject{
		margin-top:10px;
	}
	.post-list-item .post-img-wrapper img{
		height:147px;
	}
}
