@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;700&display=swap');

/*=================
メディアクエリ
=================*/
@media screen and (min-width:600px) {
	.pc_only {
		display: block !important;
	}

	.sp_only {
		display: none !important;
	}
}

@media screen and (max-width: 599px) {
	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}
}

/*========================
MVスライダー
========================*/
@media screen and (max-width: 599px) {
	.slick-slider .slick-track {
		height: 350px;
	}
	footer .slick-slider .slick-track {
		height: 120px;
	}
}

/*=================
トップMV下のタグボタン
=================*/
.top_mv_tag_wrap {
	margin-bottom: 100px;
}

@media screen and (max-width: 599px) {
	.top_mv_tag_wrap {
		margin-bottom: 40px;
	}
}

.top_mv_tag_wrap .list {
	display: flex;
	justify-content: center;
	padding: 30px;
}

@media screen and (max-width: 599px) {
	.top_mv_tag_wrap .list {
		padding: 20px 0;
	}
}

.top_mv_tag_wrap .list .detail {
	padding: 10px 30px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 599px) {
	.top_mv_tag_wrap .list .detail {
		padding: 0;
	}
}

.top_mv_tag_wrap .list .detail:first-child {
	border: 0;
}

.top_mv_tag_wrap .list .detail a {
	color: #FFF;
	display: block;
}

@media screen and (max-width: 599px) {
	.top_mv_tag_wrap .list .detail a {
		padding: 10px 15px;
	}
}

/*=================
フッター
=================*/
.p-copyright {
	height: auto;
	padding: 20px;
}

/* フッターHELIOロゴ */
.footer_logo {
	max-width: 200px;
	margin: 0 auto 10px;
}

@media screen and (max-width: 599px) {
	.footer_logo {
		max-width: 150px;
	}
}

/* SPバナー */
.sp_fix_bnr {
	display: none;
}

@media screen and (max-width: 599px) {
	.sp_fix_bnr {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 20px 10px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 100;
	}

	.sp_fix_bnr img {
		display: block;
		max-width: 100%;
	}
}

@media screen and (max-width: 599px) {
	.p-pagetop {
		opacity: 0;
		z-index: 0;
	}
}

/*=================
SHOPブログ一覧用のヘッダー
=================*/
.shop_header_wrap {
	width: 100%;
	height: 20vw;
	min-height: 200px;
	max-height: 300px;
	overflow: hidden;
}

.shop_header_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*=================
店舗一覧
=================*/
.shop_list_wrap .list {
	list-style: none;
	margin: 0;
}

.shop_list_wrap .list .detail {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.shop_list_wrap .list .detail {
		margin-bottom: 80px;
	}
}

.shop_list_wrap .list .detail .ph {
	width: 220px;
	height: 220px;
	overflow: hidden;
	display: none;
}

@media screen and (max-width: 599px) {
	.shop_list_wrap .list .detail .ph {
		width: 100%;
		height: 72vw;
		margin-bottom: 20px;
	}
}

.shop_list_wrap .list .detail .ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transition: all 0.3s;
}

.shop_list_wrap .list .detail .ph a:hover img {
	transform: scale(1.04);
}

.shop_list_wrap .list .detail .textbox {
	/* width: calc(100% - 250px); */
	line-height: 1.75;
}

@media screen and (max-width: 599px) {
	.shop_list_wrap .list .detail .textbox {
		width: 100%;
	}
}

/* 店名（ロゴ） */
.shop_list_wrap .list .detail .textbox .shop_name {
	padding-bottom: 10px;
}

@media screen and (max-width: 599px) {
}

.shop_list_wrap .list .detail .textbox .shop_name img {
	display: block;
/*	max-height: 30px;*/
	max-width: 240px;
}

@media screen and (max-width: 599px) {
	.shop_list_wrap .list .detail .textbox .shop_name img {
		margin: 0;
	}
}

.shop_list_wrap .list .detail .textbox .shop_address,
.shop_list_wrap .list .detail .textbox .shop_text {
	font-size: 14px;
}

/* オフィシャルサイト */
.shop_list_wrap .list .detail .textbox .shop_link {
	font-family: 'Jost', sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.shop_list_wrap .list .detail .textbox .shop_link a {
	text-decoration: underline;
}

.shop_list_wrap .list .detail .textbox .shop_link a:hover {
	text-decoration: none;
}

/* SNSリンク */
.shop_list_wrap .list .detail .textbox .shop_sns_wrap .sns_list {
	display: flex;
	list-style: none;
	margin: 0;
}

@media screen and (max-width: 599px) {
	.shop_list_wrap .list .detail .textbox .shop_sns_wrap .sns_list {
		justify-content: center;
	}
}

.shop_list_wrap .list .detail .textbox .shop_sns_wrap .sns_list .link {
	padding-right: 20px;
}

.shop_list_wrap .list .detail .textbox .shop_sns_wrap .sns_list .link img {
	height: 18px;
}

.shop_list_wrap .list .detail .textbox .shop_sns_wrap .sns_list .link a {
	transition: all 0.3s;
}

.shop_list_wrap .list .detail .textbox .shop_sns_wrap .sns_list .link a:hover {
	opacity: 0.7;
}

/* ショップブログボタン */
.shop_list_wrap .list .detail .textbox .shop_blog {
	max-width: 200px;
	padding-top: 20px;
}

@media screen and (max-width: 599px) {
	.shop_list_wrap .list .detail .textbox .shop_blog {
		margin: auto;
	}
}

.shop_list_wrap .list .detail .textbox .shop_blog a {
	display: block;
	line-height: 0;
	padding: 20px 0;
	padding-left: 20px;
	text-align: center;
	font-family: 'Jost', sans-serif;
	font-size: 15px;
	letter-spacing: 0.1em;
	background-color: #111;
	transition: all 0.3s;
	color: #FFF;
}

.shop_list_wrap .list .detail .textbox .shop_blog a:hover {
	opacity: 0.8;
}

.shop_list_wrap .list .detail .textbox .shop_blog a span {
	display: inline-block;
}

.shop_list_wrap .list .detail .textbox .shop_blog a span::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 4px;
	background-image: url(../img/link_arrow_white.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: -4px;
	margin-left: 6px;
	transition: all 0.3s;
}


/*=================
ブロガー一覧
=================*/
.blogger_list_wrap .list {
	list-style: none;
	margin: 0;
}

.blogger_list_wrap .list .detail {
	margin-bottom: 40px;
}

.blogger_list_wrap .list .detail a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s;
}

.blogger_list_wrap .list .detail a:hover {
	opacity: 0.8;
}

.blogger_list_wrap .list .detail .ph {
	width: 150px;
	height: 150px;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	.blogger_list_wrap .list .detail .ph {
		width: 120px;
		height: 120px;
	}
}

.blogger_list_wrap .list .detail .ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.blogger_list_wrap .list .detail a:hover .ph img {
	transform: scale(1.04);
}

.blogger_list_wrap .list .detail .textbox {
	width: calc(100% - 180px);
	line-height: 1.85;
}

@media screen and (max-width: 599px) {
	.blogger_list_wrap .list .detail .textbox {
		width: calc(100% - 140px);
	}
}

.blogger_list_wrap .list .detail .textbox .blogger_name {
	line-height: 1.2;
	font-size: 18px;
	padding-bottom: 30px;
}

.blogger_list_wrap .list .detail .textbox .blogger_name span {
	font-family: 'Jost', sans-serif;
	display: block;
	color: #999;
	letter-spacing: 0.1em;
	padding-bottom: 5px;
	font-size: 11px;
}

.blogger_list_wrap .list .detail .textbox .more_btn {
	font-family: 'Jost', sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.blogger_list_wrap .list .detail .textbox .more_btn span {
	display: inline-block;
}

.blogger_list_wrap .list .detail .textbox .more_btn span::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 4px;
	background-image: url(../img/link_arrow_black.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: -4px;
	margin-left: 6px;
	transition: all 0.3s;
}

.blogger_list_wrap .list .detail a:hover .textbox .more_btn span::after {
	margin-left: 10px;
}


/*========================
特集記事用
========================*/
@media screen and (max-width: 599px) {
	.sp-full-width {
		margin: 0 -21px;
	}
}

/*========================
LINEフローティングバナー
========================*/
#fcp_line_bnr {
	position: fixed;
	width: 53px;
	height: 347px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
}

#fcp_line_bnr a {
	display: block;
	height: 100%;
	background-image: url(../img/line_floatong_bnr_pc.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #39b54a;
}

@media screen and (max-width: 599px) {
	#fcp_line_bnr {
		width: 100%;
		max-width: 347px;
		height: 53px;
		top: inherit;
		right: inherit;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%) translateY(0);
		border-radius: 50px;
	}

	#fcp_line_bnr a {
		background-image: url(../img/line_floatong_bnr_sp.svg);
	}
}

/*========================
ECサイト用
2023.1.25
========================*/
#fcp_line_bnr a {
	background-image: url(../img/ec_bnr_pc.png?);
}

@media screen and (max-width: 599px) {
	#fcp_line_bnr a {
		background-image: url(../img/ec_bnr_sp.png?);
	}
}

/*========================
ECサイト用
2023.3.10
========================*/
.index_mov_wrap {
	background-color: #FFF;
}
#fcp_line_bnr a {
	display: none;
}

@media screen and (max-width: 599px) {
	#fcp_line_bnr {
		border-radius: 0;
		max-width: 100%;
		bottom: 0;
		height: 60px;
	}
	#fcp_line_bnr a {
		display: block;
		background-color: transparent;
		background-image: url(../img/ec_bnr_20230310_floating.jpg);
	}
}

/*======================
GoogleMap埋め込み
======================*/
.p-entry__inner iframe {
	width: 100%;
}