@charset "UTF-8";
/*=============================================================

	Date: 2025-03-13
	CSS Document ： 財布特集

=============================================================*/
.fsc_gfooter__breadcrumb {
	margin-top: 0;
}
#footercontent .fsc_gfooter__breadcrumb {
	display: none;
}
/*------------------------------------

ベース

------------------------------------*/
.pc_ff {
	display: block;
}
br.pc_ff {
	display: inline-block;
}
.sp_ff {
	display: none;
}
@media (max-width: 678px) {
	/* SP */
	.pc_ff {
		display: none !important;
	}
	.sp_ff {
		display: block;
	}
}
/*------------------------------------

共通

------------------------------------*/
#wrapper {
	width: 100%;
	overflow-x: hidden;
	transition: all 0.3s;
	/* font-family: "A1 Gothic L"; */
}
#wrapper ul {
	padding-inline-start: 0;
	list-style: none;
}
#wrapper a {
	transition: all 0.3s;
}
#wrapper a:hover {
	opacity: 0.7;
	text-decoration: none;
}
/* ルビ */
ruby {
	line-height: 2.0em;
}
rt {
	font-size: 45%;
}
@media (max-width: 1000px) {
	/* 1000以下 */
	#wrapper {
		font-size: 1.7vw;
	}
	#wrapper img {
		max-width: 100%;
	}
}
@media (max-width: 678px) {
	/* SP */
	#wrapper {
		font-size: 2.5vw;
	}
}
/*------------------------------------

タイトルエリア

------------------------------------*/
#titlearea_ff {
	position: relative;
	background-color: #fcf8f2;
}
p.title_ff {
	font-size: 110%;
	text-align: center;
	line-height: 2.0;
	letter-spacing: 0.07em;
	margin: 1.7em 0 2.0em;
	font-family: "A1 Gothic L";
}
#titlearea_inner_ff {}
#titlearea_ff h1 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 54px;
	left: 0px;
	z-index: 10;
}
#titlearea_ff h1 img {
	border-radius: 5px;
}
#titlearea_inner_ff {}
.title_images_ff {
	display: flex;
	justify-content: center;
	align-items: center;
}
.title_images_ff img {
	display: block;
	width: 300px;
	height: 300px;
	aspect-ratio: 1/1;
}
.title_flex_ff {
	text-align: center;
}
@media (max-width: 678px) {
	/* SP */
	#titlearea_ff {
		width: 100%;
		margin: 0 auto 0;
		text-align: center;
	}
	#titlearea_ff h1 {
		top: 8%;
	}
	p.title_ff {
		/* display: inline-block; */
		font-size: 140%;
		line-height: 1.8;
		margin: 1.2em auto 2.0em;
	}
	.title_images_ff {
		display: flex;
	}
	.title_images_ff img {
		display: block;
		width: 35vw;
		height: auto;
	}
	#titlearea_ff h1 img {
		width: 57vw;
		margin: 0 auto;
		height: auto;
	}
}
/*------------------------------------

ナビゲーション

------------------------------------*/
#nav_ff {
	margin-bottom: 4em;
	position: relative;
	z-index: 5;
}
#nav_ff ul {
	justify-content: center;
	margin: 0 auto 0;
	display: flex;
	transition: all 0.3s;
}
#nav_ff li {
	margin: 0 1.5em;
	
	border-radius: 0 0 1em 1em;
	background: #FFF;
}
#nav_ff li a {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #80b4cb;
	position: relative;
	min-width: 300px;
	padding: 0.5em 0;
	cursor: pointer;
	border-radius: 0 0 1em 1em;
}
#nav_ff ul li a::before {
	content: "";
	width: 94%;
	position: absolute;
	left: 3%;
	top: 4px;
	border-top: 1px solid #80b4cb;
}
#nav_ff ul li a::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: calc(50% - 0.25em);
	bottom: 0.5em;
	border-left: 0.5em solid transparent;
	border-right: 0.5em solid transparent;
	border-top: 0.4em solid #80b4cb;
}
#nav_ff li a span {
	margin: 0.35em 0.50em 0.35em 0;
	font-size: 210%;
	letter-spacing: -0.05em;
	text-align: center;
	color: #80b4cb;
	white-space: nowrap;
	line-height: 0.9;
}
#nav_ff ul li a:hover {
	text-decoration: none;
}
/* 色変更 */
#nav_ff li:nth-child(2) a {
	border-color: #e9a300;
}
#nav_ff ul li:nth-child(2) a::before, #nav_ff ul li:nth-child(2) a::after, #nav_ff li:nth-child(2) a span {
	color: #e9a300;
	border-top-color: #e9a300;
}
/* 追尾ナビ */
#nav_ff ul.fixed_nav {
	position: fixed;
	top: 0;
	left: calc(50vw - 500px);
	width: 100%;
	max-width: 1000px;
	/* background: #FFF; */
	z-index: 10;
	opacity: 0;
	gap: 0.5em;
	pointer-events: none;
}
#nav_ff ul.fixed_nav li {
	width: 50%;
	margin: 0;
}
#nav_ff ul.fixed_nav li a {
	font-size: 100%;
	border-top: none;
}
#nav_ff ul.fixed_nav li a::before {
	display: none;
}
#nav_ff ul.fixed_nav li a::after {
	display: none;
}
#nav_ff ul.fixed_nav li a span {
	margin: 0 0.6em 0 0;
}
#nav_ff ul.fixed_nav li a img {
	height: 1.5em;
	width: auto;
}
#nav_ff ul.fixed_nav li a.current {
	background: #80b4cb;
	border-color: #FFF;
}
#nav_ff ul.fixed_nav li a.current span {
	color: #FFF;
}
#nav_ff ul.fixed_nav li:nth-child(2) a.current {
	background: #e9a300;
}
#nav_ff ul.fixed_nav.on_ff {
	opacity: 1;
	pointer-events: auto;
}
@media (min-width: 679px) {
	#nav_ff ul li a {
		transition: all 0.3s;
	}
	#nav_ff li a:hover {
		background: #80b4cb;
	}
	#nav_ff li:nth-child(2) a:hover {
		background: #e9a300;
	}
	#nav_ff ul li a:hover::before, #nav_ff ul li a:hover::after, #nav_ff li a:hover span {
		color: #FFF;
		border-top-color: #FFF;
	}
}
@media (max-width: 1000px) {
	/* 1000以下 */
	#nav_ff ul.fixed_nav {left: 0;}
	}
@media (max-width: 678px) {
	/* SP */
	#nav_ff ul {}
	#nav_ff ul li {
		width: 42%;
		margin: 0 2%;
	}
	#nav_ff li a {
		min-width: auto;
		padding: 1.5em 0;
	}
	#nav_ff li a span {
		margin: 0 0.5em 0 0;
	}
	#nav_ff li a span img {
		height: 11vw;
		width: auto;
	}
	
/* 追尾ナビ */

#nav_ff ul.fixed_nav li {
}
#nav_ff ul.fixed_nav li a {padding: 0.5em 0;font-size: 90%;}
#nav_ff ul.fixed_nav li a:hover { opacity: 1;}
#nav_ff ul.fixed_nav li a::before {
}
#nav_ff ul.fixed_nav li a::after {
}
#nav_ff ul.fixed_nav li a span {
}
#nav_ff ul.fixed_nav li a img {
}
#nav_ff ul.fixed_nav li a.current {
}
#nav_ff ul.fixed_nav li a.current span {
}
#nav_ff ul.fixed_nav li:nth-child(2) a.current {
}
#nav_ff ul.fixed_nav.on_ff {
}
	
}
/*------------------------------------

一粒万倍日

------------------------------------*/
.lack_ff {
	width: 90%;
	max-width: 920px;
	margin: 0 auto 5em;
	text-align: center;
	border: 9px solid #fff5c1;
	padding-bottom: 2em;
}
.lack_ff img {
	width: 600px;
	z-index: 10;
	display: block;
	margin: -35px auto 0.5em;
}
.lack_box_ff {
	width: 95%;
	margin: 0 auto;
}
.lack_box_ff p {
	text-align: center;
	font-size: 110%;
	line-height: 1.5;
	letter-spacing: 0.15em;
	margin: 0;
	font-weight: bold;
	font-family: "A1 Gothic M";
}
.lack_box_ff p span {
	color: #c47500;
	font-size: 110%;
	font-weight: bold;
	display: block;
	margin-bottom: 1em;
	line-height: 1.8;
	letter-spacing: 0.12em;
}
@media (max-width: 678px) {
	.lack_ff {}
	.lack_ff img {
		width: 95%;
		margin: -6vw auto 1em;
	}
	.lack_box_ff p {
		/* margin-top: 13px; */
		font-size: 140%;
	}
	.lack_box_ff p span {
		font-size: 107%;
	}
}
/*------------------------------------

item

------------------------------------*/
#category_wrap_ff {
	margin: 0 auto;
}
p.tax_ff {
	text-align: right;
	margin: 1em auto;
	width: 94%;
	max-width: 920px;
	font-size: 90%;
}
.category_ff {
	display: block;
	padding: 0 0 6em;
	margin: 0;
	background: #f9f9f9;
}
.category_ff h2 {
	background-color: #8ec0d6;
	color: #FFF;
	font-size: 290%;
	letter-spacing: 0;
	padding: 0.25em 0;
	text-align: center;
	margin: 0px 0 2em;
	border-bottom: 4px solid #FFF;
	position: relative;
}
.category_ff h2::after {
	content: "";
	display: block;
	width: 100%;
	border-bottom: 1px solid #8ec0d6;
	position: absolute;
	bottom: -6px;
	left: 0;
}
#con01_ff.category_ff {
	background-color: #f9f9f9;
}
#con01_ff.category_ff h2 {
	background-color: #8ec0d6;
}
#con01_ff.category_ff h2::after {
	border-bottom: 1px solid #8ec0d6;
}
#con02_ff.category_ff {
	background: #fff9f5;
}
#con02_ff.category_ff h2 {
	background-color: #f0bd47;
}
#con02_ff.category_ff h2::after {
	border-bottom: 1px solid #f0bd47;
}
@media (max-width: 678px) {
	/* SP */
	#category_wrap_ff {}
	p.tax_ff {
		font-size: 110%;
	}
	.category_ff {}
	.category_ff h2 {
		font-size: 320%;
		padding: 0.45em 0;
	}
	.category_ff h2::after {}
}
/*------------------------------------

商品一覧

------------------------------------*/
ul.items_ff {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
}
ul.items_ff li {
	text-align: center;
}
ul.items_ff li a {}
ul.items_ff li .catch_ff {
	font-size: 157%;
	margin: 0 0 0.6em;
	white-space: nowrap;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
ul.items_ff li .item_photo_ff {
    border-radius: 2em 2em 0 0;
    overflow: hidden;
}
ul.items_ff li .item_photo_ff img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
}
/* 大アイテム */
ul.items_ff li.large-item {
	width: 45%;
	margin: 0 2.5%;
}
ul.items_ff li.large-item .item_point_ff {
	background: #dee3e6;
	padding: 1.0em 1.7em 1.3em;
	min-height: 8em;
	text-align: justify;
	font-size: 90%;
	letter-spacing: 0.05em;
	line-height: 1.65;
}
ul.items_ff li.large-item .item_point_ff p {
	margin: 0;
}
ul.items_ff li.large-item .catch_ff {}
ul.items_ff li.large-item .item_photo_ff {}
ul.items_ff li.large-item .item_photo_ff img {}
/* 小アイテム */
ul.items_ff li.small-item {
	width: 31%;
	font-size: 89%;
}
ul.items_ff li.small-item .catch_ff {
	margin: 0.5em 0 0;
	font-size: 140%;
}
ul.items_ff li.small-item .item_photo_ff {}
ul.items_ff li.small-item .item_photo_ff img {}
ul.items_ff li.small-item .spec_ff .red_ff {
	display: block;
}
@media (max-width: 678px) {
	/* SP */
	ul.items_ff {
		width: 90%;
	}
	ul.items_ff li { /* font-weight: bold; */
	}
	ul.items_ff li a {}
	ul.items_ff li .catch_ff {
		font-size: 215%;
	}
	ul.items_ff li .item_photo_ff {}
	ul.items_ff li .item_photo_ff img {}
	/* 大アイテム */
	ul.items_ff li.large-item {
		width: 100%;
		margin: 0 auto;
	}
	ul.items_ff li.large-item .item_point_ff {
		font-size: 130%;
		min-height: auto;
	}
	ul.items_ff li.large-item .item_point_ff p {}
	ul.items_ff li.large-item .catch_ff {}
	ul.items_ff li.large-item .item_photo_ff {}
	ul.items_ff li.large-item .item_photo_ff img {}
	/* 小アイテム */
	ul.items_ff li.small-item {
		width: 47%;
	}
	ul.items_ff li.small-item .catch_ff {
		font-size: 149%;
		letter-spacing: 0.02em;
	}
	ul.items_ff li.small-item .item_photo_ff {}
	ul.items_ff li.small-item .item_photo_ff img {}
	ul.items_ff li.small-item .spec_ff .red_ff {}
}
/*------------------------------------

スペック

------------------------------------*/
.spec_ff {
	margin: 0 auto;
	padding: 1.1em 0 4.6em;
}
.spec_ff .name_ff {
	display: block;
	margin-bottom: 0.3em;
	text-decoration: underline;
	font-size: 105%;
	line-height: 1.6;
	white-space: nowrap;
}
.spec_ff .price_ff {
	font-size: 110%;
}
.spec_ff .tanyi_ff {
	font-size: 90%;
}
.spec_ff .num_ff {
	font-size: 160%;
	margin-left: 0.3em;
	line-height: 1.3;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	font-style: italic;
}
/* 特別価格 */
.spec_ff .red_ff {
	color: #d10012;
	font-size: 115%;
}
.spec_ff .red_ff .num_ff {}
@media (max-width: 678px) {
	/* SP */
	.spec_ff {
		font-size: 150%;
	}
	.small-item .spec_ff {
		font-size: 118%;
	}
	.spec_ff .name_ff {}
	.spec_ff .price_ff {}
	.spec_ff .tanyi_ff {}
	.spec_ff .num_ff {}
	/* 特別価格 */
	.spec_ff .red_ff {
		display: block;
	}
	.spec_ff .red_ff .num_ff {}
}
/*------------------------------------

バナー

------------------------------------*/
ul.bnrArea_ff {}
ul.bnrArea_ff li {
	text-align: center;
}
ul.bnrArea_ff li a {
	position: relative;
	min-width: 12em;
	font-size: 200%;
	display: inline-block;
	font-family: "A1 Gothic M";
}
ul.bnrArea_ff li a > span {
	color: #FFF;
	letter-spacing: 0.14em;
	vertical-align: middle;
	background: #dc9700;
	display: block;
	border: 2px solid #dc9700;
	padding: 0.4em 3em;
	border-radius: 0.3em;
	font-weight: bold;
	position: relative;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
ul.bnrArea_ff li a > span > span {
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.bnrArea_ff li a span.min_txt {
	font-size: 75%;
}
ul.bnrArea_ff li a::before {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	border-radius: 0.3em;
	background: #FFF;
	background-size: 100%;
	position: absolute;
	top: 0.2em;
	left: 0.2em;
	/* z-index:-1; */
	border: 2px solid #dc9700;
}
ul.bnrArea_ff li a::after {
	display: block;
	width: 1.2em;
	height: 100%;
	content: '';
	background: url(../images/bnr_arrow.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: 0.8em;
	transition: all 0.3s;
}
ul.bnrArea_ff li a:hover {
	opacity: 1 !important;
}
ul.bnrArea_ff li a:hover > span {
	color: #dc9700;
	background: #FFF;
}
ul.bnrArea_ff li a:hover::after {
	right: 0.6em;
}
@media (max-width: 678px) {
	/* SP */
	ul.bnrArea_ff {}
	ul.bnrArea_ff li {}
	ul.bnrArea_ff li a {}
	ul.bnrArea_ff li a > span {}
	ul.bnrArea_ff li a > span > span {}
	ul.bnrArea_ff li a span.min_txt {}
	ul.bnrArea_ff li a::before {}
	ul.bnrArea_ff li a::after {}
}
/* アニメーション */
.items_ff li {
	opacity: 0;
}
.fade_ff {
	animation: fade_ff 1.0s forwards;
	visibility: visible !important;
	opacity: 1.0;
}
@keyframes fade_ff {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fade01_ff {
	animation: fade01_ff 1.5s forwards;
	animation-delay: 0s;
}
ul.items_ff li:nth-child(2n).fade01_ff {
	animation: fade02_ff 1.8s forwards;
	visibility: visible !important;
	animation-delay: 0s;
}
@keyframes fade01_ff {
	0% {
		opacity: 0;
		transform: translateY(25px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fade02_ff {
	0% {
		opacity: 0;
		transform: translateY(25px);
	}
	20% {
		opacity: 0;
		transform: translateY(25px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInTop_ff {
	animation: fadeInTop_ff 1.0s forwards;
	visibility: visible !important;
}
@keyframes fadeInTop_ff {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fadeTitle_ff {
	animation: fadeTitle_ff 1.5s forwards;
	visibility: visible !important;
	opacity: 0;
	animation-delay: 1.6s;
}
@keyframes fadeTitle_ff {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.title_images_ff > * {
	animation: fade_ff 1.5s forwards;
	visibility: visible !important;
	opacity: 0;
}
.title1_ff {
	animation-delay: 1.0s;
}
.title10_ff {
	animation-delay: 1.0s;
}
.title7_ff {
	animation-delay: 1.3s;
}
.title4_ff {
	animation-delay: 1.3s;
}
.title3_ff {
	animation-delay: 1.6s;
}
.title8_ff {
	animation-delay: 1.6s;
}
.title9_ff {
	animation-delay: 1.9s;
}
.title2_ff {
	animation-delay: 1.9s;
}
.title5_ff {
	animation-delay: 2.2s;
}
.title6_ff {
	animation-delay: 2.2s;
}
/*------------------------------------

webフォント

------------------------------------*/
#nav_ff li a span, .category_ff h2 {
	font-family: "プフ ソワレ AP";
	font-feature-settings: 'palt'1;
}
.category_ff h3 {
	font-family: "A1 Gothic M";
	font-feature-settings: 'palt'1;}
/*------------------------------------
	SNS
------------------------------------*/
#sns_id {
	width: 100%;
	text-align: center;
	display: block;
	margin: 0px auto 40px;
}
#sns_id ul {
	width: 100%;
	text-align: center;
}
#sns_id li {
	width: 45px;
	display: inline-block;
	margin: 5px;
}
#sns_id li.sp_id {
	display: none;
}
#sns_id li a {
	width: 100%;
}
#sns_id li img {
	width: 100%;
	height: auto;
}
@media (max-width: 678px) {
	#sns_id li {
		width: 30px;
	}
}
/*------------------------------------

ページトップへ戻る

------------------------------------*/
.pageTop {
	display: none;
	position: relative;
	height: 0;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	z-index: 10000;
}
.pageTop a {
	position: fixed;
	bottom: 10px;
	right: 30px;
	left: auto;
	display: block;
	width: 80px;
	height: 80px;
	padding-bottom: 10px;
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10000;
}
@media (min-width: 679px) {
	.pageTop a:hover {
		bottom: 20px;
		opacity: 1.0;
	}
}
@media (max-width: 678px) {
	.pageTop a {
		right: 10px;
		bottom: 25px;
		width: 13vw;
		height: 13vw;
	}
}