@charset "utf-8";
.txt-h1{
	font-size:2.5rem;
	line-height: 1;
}
.txt-h2{
	font-size:1.5rem;
}
.top-jumbotron{
	width: 100%;
	margin-top:0px;
	position: relative;
}
.jumbotron{
	height:500px;
	padding:unset;
	margin-bottom: unset;
	border-radius: 0px;
}
.jumbotron .swiper-slide{
	width: 955px;
}
.jumbotron .swiper-slide img {
  width: 955px;
  height: 500px;
  object-fit: cover;
}
.top-jumbotron .jumbotron-text{
	display: none;
}
.jumbotron-arrow{
	position: relative;
	margin-right:85px;
}
.jumbotron-arrow img{
	cursor: pointer;
	margin:15px 5px;
	width: unset;
	height: 10px;
	position: unset;
	display: inline-block;
}
.swiper-button-prev::after, .swiper-button-next::after{
	content: unset;
}


.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:300px;
	height:auto;
	margin:30px auto;
	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: repeat-y;
	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);
	object-fit: cover;
}
.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;
}


.btn-share:hover .btn-sns a:nth-child(1){
	right:15px;
	opacity: 1;
}
.btn-share:hover .btn-sns a:nth-child(2){
	right:50px;
	opacity: 1;
}
.btn-share:hover .btn-sns a:nth-child(3){
	right:85px;
	opacity: 1;
}

.btn-share .btn-sns{
	position: absolute;
	right:10px;
	bottom:-4px;
	height:30px;
	min-width: 50px;
	width:auto;
	font-size:15px;
	z-index: 20;
	color:#3f3f3f;
}
.btn-share .btn-sns a{
	width:30px;
	height:30px;
	line-height: 30px;
	display: block;
	text-align: center;
	border-radius: 15px;
	background-color:#ffe9e9;
	position: absolute;
	opacity: 0;
	right:0px;
	transition: 0.1s linear;
}




.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;
}


.top-video{
	position:absolute;bottom:22px;right:61px;width:397px;height:228px;
}



@media (max-width: 1120px){
	.top-jumbotron{
		margin-top:0px;
		height:auto;
	}
	.jumbotron{
		height:unset;
	}
	.jumbotron .swiper-slide{
		width:calc(100vw - 40px);
	}
	.jumbotron .swiper-slide img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	}
	.jumbotron-arrow{
		margin-right:40px;
	}
	.top-jumbotron .jumbotron-text{
		position: relative;
		padding:20px 40px 0px 20px;
		min-height: auto;
		display: block;
		font-size: 1.5rem;
	}
	.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:auto;
	}
	.btn-verticle-more{
		display: none;
	}
	.card-brand-news{
		margin-top:30px;
	}

	.top-video{
		position:absolute;bottom:0px;right:0px;width:100%;height:100%;
	}
}
.latest_news:not([data-pagecount='1']){
	visibility: hidden;
}
#prev-page-wrapper #prev-page-div[data-pagecount='0']{
	display: none !important;
}
#prev-page-div > svg{
	width: 22px !important;
  display: block !important;
  margin: auto !important;
  position: relative !important;
  top: -3px !important;
  left: -150px;
}
@media (max-width: 767px){
	#prev-page-div > svg {
		width: 20px !important;
		top: 2px !important;
	}
}
