@charset "UTF-8";

/**
 * スマホ用固定フッターバーの設定
 */

@font-face {
	font-family: "footer_bar";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/footer_bar.eot?v=1.0");
	src:
		url("../fonts/footer_bar.eot?v=1.0#iefix") format("embedded-opentype"),
		url("../fonts/footer_bar.woff?v=1.0") format("woff"),
		url("../fonts/footer_bar.ttf?v=1.0") format("truetype"),
		url("../fonts/footer_bar.svg?v=1.0#footer_bar") format("svg");
}
@font-face {
  font-family: 'tiktok_x_icon';
  src: url('../fonts/tiktok_x_icon.eot?v=1.1');
  src: url('../fonts/tiktok_x_icon.eot?v=1.1#iefix') format('embedded-opentype'),
       url('../fonts/tiktok_x_icon.woff?v=1.1') format('woff'),
       url('../fonts/tiktok_x_icon.ttf?v=1.1') format('truetype'),
       url('../fonts/tiktok_x_icon.svg?v=1.1#tiktok_x_icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@media not screen {
	.p-footer-bar {
		display: none;
	}
}

/* フッターバー */
.p-footer-bar {
	height: 50px;
	pointer-events: none;
}

.p-footer-bar-list {
	position: fixed;
	bottom: 0;
	z-index: 97;
	display: flex;
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.p-footer-bar-item {
	flex: 1 1 0%;
}

.p-footer-bar-item-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	padding-bottom: 8px;
	color: inherit;
	transition: opacity 0.3s ease;
}

.p-footer-bar-item-link[href^="tel:"] {
	text-decoration: none !important;
}

span.p-footer-bar-item-label {
	min-height: 1.2em;
	line-height: 1.2;
}

/* アニメーション */
body.footer-bar-active .p-footer-bar {
	pointer-events: auto;
}

.p-footer-bar-list {
	opacity: 0;
	transition: opacity 0.3s ease;
}

body.footer-bar-active .p-footer-bar-list {
	opacity: 1;
}

/* タイプ 2 - ライトカラー */
.p-footer-bar-type2 .p-footer-bar-list {
	font-size: 10px;
	color: #000;
	background: #fff;
	border-top: 1px solid #ddd;
}

.p-footer-bar-type2 .p-footer-bar-item:not(:first-of-type) {
	border-left: 1px solid #ddd;
}

/* タイプ 3 - ダークカラー */
.p-footer-bar-type3 .p-footer-bar-list {
	font-size: 10px;
	color: #fff;
	background: #000;
}

.p-footer-bar-type3 .p-footer-bar-item:not(:first-of-type) {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

/* タイプ 4 - アイコン無し */
.p-footer-bar-type4 .p-footer-bar-item-link {
	justify-content: center;
	padding-bottom: 0;
	font-size: 12px;
	color: #fff;
}

/* ホバー */
@media (hover: hover) and (pointer: fine) {
	.p-footer-bar-item-link:hover {
		opacity: 0.7;
	}
}

/* アイコン */
.p-footer-bar-icon::before {
	display: block;
	margin-bottom: 5px;
	font-family: "footer_bar";
	font-size: 1.6em;
}

.p-footer-bar-icon-twitter::before {
	font-family: 'tiktok_x_icon'; content: "\e901";
}

.p-footer-bar-icon-tiktok::before {
	font-family: 'tiktok_x_icon'; content: "\e900";
}

.p-footer-bar-icon-facebook::before {
	font-family: 'tiktok_x_icon'; content: "\e902"; font-size: 20px;
}

.p-footer-bar-icon-instagram::before {
	content: "\ea92";
}

.p-footer-bar-icon-youtube::before {
	content: "\ea9d";
}

.p-footer-bar-icon-line::before {
	font-size: 18px;
	content: "\e90f";
}

.p-footer-bar-icon-spotify::before {
	content: "\ea94";
}

.p-footer-bar-icon-heart::before {
	content: "\e9da";
}

.p-footer-bar-icon-star1::before {
	content: "\e9d9";
}

.p-footer-bar-icon-star2::before {
	content: "\e9d7";
}

.p-footer-bar-icon-list1::before {
	content: "\e9bb";
}

.p-footer-bar-icon-list2::before {
	content: "\e907";
}

.p-footer-bar-icon-fire::before {
	content: "\e9a9";
}

.p-footer-bar-icon-bubble::before {
	content: "\e96c";
}

.p-footer-bar-icon-cart::before {
	content: "\e93a";
}

.p-footer-bar-icon-bell::before {
	content: "\e951";
}

.p-footer-bar-icon-profile::before {
	content: "\e923";
}

.p-footer-bar-icon-user::before {
	font-size: 16px;
	content: "\e90a";
}

.p-footer-bar-icon-map::before {
	content: "\e909";
}

.p-footer-bar-icon-film::before {
	content: "\e913";
}

.p-footer-bar-icon-camera::before {
	font-size: 14px;
	content: "\e905";
}

.p-footer-bar-icon-news::before {
	content: "\e904";
}

.p-footer-bar-icon-office::before {
	content: "\e903";
}

.p-footer-bar-icon-home::before {
	content: "\e900";
}

.p-footer-bar-icon-help::before {
	font-size: 19px;
	content: "\e901";
}

.p-footer-bar-icon-light::before {
	font-size: 20px;
	content: "\e902";
}

.p-footer-bar-icon-menu::before {
	font-size: 13px;
	content: "\e90e";
}

.p-footer-bar-icon-grid::before {
	font-size: 14px;
	content: "\e90d";
}

.p-footer-bar-icon-search::before {
	content: "\e90c";
}

.p-footer-bar-icon-tel::before {
	content: "\e90b";
}

.p-footer-bar-icon-calendar::before {
	content: "\e908";
}

.p-footer-bar-icon-mail::before {
	font-size: 12px;
	content: "\e906";
}

.p-footer-bar-icon-pdf::before {
	content: "\e910";
}

.p-footer-bar-icon-pencil::before {
	content: "\e911";
}

.p-footer-bar-icon-clock::before {
	content: "\e912";
}

.p-footer-bar-icon-tiktok::before {
	font-family: "design_plus";
	content: "\e954";
}

.p-footer-bar-icon-crown::before {
	font-family: "design_plus";
	font-size: 21px;
	content: "\e940";
}

.p-footer-bar-icon-share::before {
	font-family: "design_plus";
	content: "\f1e0";
}

/* モーダル */
.p-footer-bar-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding-bottom: 150px;
}

.p-footer-bar-modal:not(.is-active) {
	display: none;
}

.p-footer-bar-modal-share {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 5px;
}

.p-footer-bar-modal-share-item {
	width: 50px;
	height: 50px;
}

.p-footer-bar-modal-share-item a {
	display: block;
}

.p-footer-bar-modal-share-item img {
	max-width: 100%;
	height: auto;
}

.p-footer-bar-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

/* 商品フッターバー */

.p-product-footer-bar .p-footer-bar-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 49px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 1.2;
	color: inherit;
}

.p-product-footer-bar-item-like .p-article-like::before {
	padding-right: 7px;
	font-family: "design_plus";
	color: var(--tcd-accent-color, #729b23);
	content: "\e94f";
}

.p-product-footer-bar-item-like .p-article-like.is-liked::before {
	content: "\e94d";
}

.p-product-footer-bar-item-like .p-article-like .p-like-text {
	display: block;
}

.p-product-footer-bar-item-like .p-article-like .p-liked-text {
	display: none;
}

.p-product-footer-bar-item-like .p-article-like.is-liked .p-like-text {
	display: none;
}

.p-product-footer-bar-item-like .p-article-like.is-liked .p-liked-text {
	display: block;
}

.p-product-footer-bar-item-cart a::before {
	padding-right: 7px;
	font-family: "design_plus";
	font-size: 16px;
	content: "\e950";
}

.p-product-footer-bar-item-mypage {
	flex: 0 0 50px;
}

.p-product-footer-bar-item-mypage a::before {
	font-family: "design_plus";
	font-size: 16px;
	content: "\e94c";
}

@media (max-width: 479px) {
	.p-product-footer-bar-item-like,
	.p-product-footer-bar-item-cart {
		flex: 1 1 auto;
	}
}
