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

	Date: 2024-05-23
	CSS Document ： フェリシモのワンピースショップ
 
=============================================================*/
/*------------------------------------
商品表示 テスト用非表示
------------------------------------*/
p.lead {
		display: none;
}
/*------------------------------------
商品スライダー
------------------------------------*/
#list_fn .splide-wrapper {
		position: relative;
}
#list_fn .splide__arrow > svg {
		display: none;
}
#list_fn .splide__arrow {
		position: absolute;
		top: 40%;
		width: 2.5em;
		height: 2.5em;
		transition: all .3s;
		transform: scale(1, 1);
		border: 1px solid #888;
		outline: none;
		background-color: #fff;
		background-image: url(../slider_arrow_prev.svg);
		background-repeat: no-repeat;
		background-position: center left 42%;
		background-size: 50% 50%;
}
#list_fn .splide__arrow.splide__arrow--prev {
		left: -6%;
}
#list_fn .splide__arrow.splide__arrow--next {
		right: -6%;
		transform: scale(-1, 1);
}
#list_fn .splide__pagination {
		position: static;
		padding: 0;
}
#list_fn .splide__pagination__page {
		width: 10px;
		height: 10px;
		outline: none;
		background: #ccc;
		transition: all 0.15s;
}
#list_fn .splide__pagination__page.is-active {
		z-index: 1;
		transform: scale(1.0);
		background: #656565;
}
@media (hover: hover) {
		#list_fn .splide__arrow:hover {
				background-position: center left 22%;
		}
}
/*------------------------------------
商品一覧
------------------------------------*/
#list_fn .splide {
		font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic', 'メイリオ', 'Meiryo', 'Noto Sans', 'Noto Sans CJK JP', 'system-ui', sans-serif;
		margin: 4em auto 2em;
}
@media (max-width: 1170px) {
		#list_fn .splide {
				max-width: 81%;
		}
}
ul.item-list_ff figure {
		margin: 0 .8em 1rem;
}
ul.item-list_ff p {
		margin: 0;
		word-break:break-all;
text-justify:inter-character;
}
ul.item-list_ff p.tagline {
		font-size: 85%;
		font-weight: bold;
		margin: .5em 0;
		letter-spacing: 0.1em;
}
ul.item-list_ff p.title {
		font-size: 85%;
		margin: 0 0 1em;
		letter-spacing: -.05em;
}
ul.item-list_ff .fca_labels {
	margin-bottom:0.3em;
}
ul.item-list_ff .set_name {
		font-size: 80%;
}
ul.item-list_ff .price {
		font-size: 85%;
}
ul.item-list_ff .sale_price {
		color: #c60038;
		display: block;
		font-size: 85%;
}
ul.item-list_ff .strike_price {
		font-size: 80%;
		display: block;
		text-decoration: line-through;
}
@media (hover: hover) {
		ul.item-list_ff a:hover {
				opacity: .7;
		}
}
/*------------------------------------

------------------------------------*/
.pc_fn {
		display: block;
}
.sp_fn {
		display: none !important;
}
/*------------------------------------
ベース
------------------------------------*/
.fca_cat-hero {
		z-index: 1;
}
.sr_page-shopping-result__free .fca_container__in {
		max-width: 100%;
}
.sr_page-shopping-result__free .fca_container {
		padding: 0;
}
#contents_fn {
		font-family: 'A1 Gothic R', '游ゴシック', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic', 'メイリオ', 'Meiryo', 'Noto Sans', 'Noto Sans CJK JP', 'system-ui', sans-serif;
		line-height: 1.5;
		/* background-color: #FBF3F8; */
		padding: 0 0 1em;
		letter-spacing: .08em;
		opacity: 0;
		color: #000;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}
#contents_fn.load_fn {
		animation: fade_fn 1.0s ease 1s forwards;
}
#contents_fn ul {
		padding-inline-start: 0;
}
#contents_fn li {
		list-style: none;
}
#contents_fn img {
		/* height: auto; */
}
#contents_fn a {
		transition: all .3s;
		color: #000;
}
#contents_fn a:hover {
		text-decoration: none;
		/*opacity: .75;*/
}
/*------------------------------------
タイトル
------------------------------------*/
#ttl_fn {
		position: relative;
		padding: 10px 0 80px;
		animation: bggradient 25s ease infinite;
		background-image: linear-gradient(45deg,#f0e4ca, #d6eceb, #f5e0dd, #d9ebdf );
		background-size: 300% 300%; /*サイズを大きくひきのばす*/
}
#ttl_fn::after {
		position: absolute;
		bottom: -1px;
		left: 0;
		display: block;
		width: 100%;
		height: 70px;
		content: '';
		background: url(../ttl_foot.png) no-repeat center;
		background-size: 100% 100%;
}
/* グラデーション */
@keyframes bggradient {
		0% {
				background-position: 0 50%;
		}
		50% {
				background-position: 100% 50%;
		}
		100% {
				background-position: 0 50%;
		}
}
/* メインタイトル */
.main_ttl {
		margin: 1.5em auto 1em;
		text-align: center;
}
.main_ttl img {
		margin-left: 2em;
}
/* 流れるアイテム */
.scroll-dress {
		width: 100vw;
		margin: 2.0em auto 1.5em;
}
.scroll-dress .scroll-inner {
		position: relative;
		display: flex;
		overflow: hidden;
		width: 100%;
}
.scroll-dress .scroll-inner .scroll-item {
		display: flex;
		white-space: nowrap;
		flex-shrink: 0;
		align-items: center;
}
.scroll-dress .scroll-inner .scroll-item img {
		margin: 0;
		margin-right: 1.5em;
		transition: all 1.5s;
		opacity: 0;
}
.scroll-dress .scroll-inner .scroll-item img.active {
		opacity: 1;
}
.scroll-dress .scroll-inner .scroll-item:nth-child(odd) {
		animation: MoveRight 80s -40s infinite linear; /* 逆方向 reverse */
}
.scroll-dress .scroll-inner .scroll-item:nth-child(even) {
		animation: MoveRight2 80s infinite linear; /* 逆方向 reverse */
}
/* 逆方向 reverse */
.scroll-dress.scroll-dress-bottom .scroll-inner .scroll-item:nth-child(odd) {
		animation: MoveRight 80s -40s infinite linear reverse;
}
.scroll-dress.scroll-dress-bottom .scroll-inner .scroll-item:nth-child(even) {
		animation: MoveRight2 80s infinite linear reverse;
}
.scroll-dress.scroll-dress-bottom .scroll-inner {
		/* flex-direction: row-reverse; */
}
.scroll-dress.scroll-dress-bottom .scroll-inner .scroll-item {
		flex-direction: row-reverse;
}
@keyframes MoveRight {
		from {
				transform: translateX(100%);
		}
		to {
				transform: translateX(-100%);
		}
}
@keyframes MoveRight2 {
		from {
				transform: translateX(0);
		}
		to {
				transform: translateX(-200%);
		}
}
/*------------------------------------
リード
------------------------------------*/
#lead_fn {
		margin: 1.5em auto 3em;
}
#lead_fn p {
		font-size: 110%;
		line-height: 2.3;
		text-align: center;
}
/*------------------------------------
ワンピース特集リスト
------------------------------------*/
#list_fn {
		max-width: 1000px;
		margin: 0 auto;
}
#list_fn .list-item_fn {
		margin: 0 auto 0;
}
#list_fn .list-item_fn.list-item-slider:not(:first-child) {
		margin: 9em auto 0;
}


#list_fn .list-ttl_fn {
		display: flex;
		margin: 4.5em auto 3em;
		transition: all .3s;
		justify-content: flex-start;
		align-items: center;
		max-width: 800px;
}
#list_fn a .list-ttl_fn {
	margin-bottom: 5em;
}
#list_fn .list-item_fn:nth-child(even) .list-ttl_fn {
		justify-content: flex-end;
}
#list_fn .list-ttl_fn img {
		margin: -3em 0;
}
#list_fn .list-ttl_fn h3.list-txt {
		font-family: 'A1 Gothic R';
		font-size: 100%;
		position: relative;
}
#list_fn .list-ttl_fn h3.list-txt::before {
		/* left: -1.8em; */
		position: absolute;
		top: 0;
		display: block;
		width: 1.5em;
		height: 100%;
		content: '';
		background-image: url(../arrow_line.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
}

#list_fn .list-ttl_fn h3.list-txt::after {
		position: absolute;
		display: block;
		width: calc(100% + .8em);
		height: 100%;
		content: '';
		background: #e3f0ee;
}
#list_fn .list-ttl_fn span.list-inner {
		font-size: 128%;
		font-weight: bold;
		position: relative;
		z-index: 1;
		display: block;
		padding: 1em 1.0em 1em 1em;
		transition: all .3s;
		border: 1px solid #666;
		border-right: none;
		border-left: none;
}
#list_fn .list-ttl_fn span.list-inner::before, #list_fn .list-ttl_fn span.list-inner::after {
		position: absolute;
		top: 0;
		display: block;
		width: .07em;
		height: 100%;
		content: '';
		background-image: url(../side_line.png);
		background-repeat: repeat-y;
		background-size: contain;
}
#list_fn .list-ttl_fn span.list-inner::before {
		left: -8px;
}
#list_fn .list-ttl_fn span.list-inner::after {
		right: -8px;
}
/* 奇数・偶数 */
#list_fn .list-item_fn:nth-child(even) .list-ttl_fn img {
		order: 1;
}
#list_fn .list-item_fn:nth-child(odd) .list-ttl_fn h3.list-txt::after {
		top: 8px;
		left: 2px;
}
#list_fn .list-item_fn:nth-child(even) .list-ttl_fn h3.list-txt::after {
		top: 8px;
		right: 2px;
}
#list_fn .list-item_fn:nth-child(odd) .list-ttl_fn h3.list-txt {
		margin-left: 1.5em;
}
#list_fn .list-item_fn:nth-child(even) .list-ttl_fn h3.list-txt {
		margin-right: 1.5em;
}
#list_fn .list-item_fn:nth-child(odd) .list-ttl_fn h3.list-txt::before {
		left: -2em;
}
#list_fn .list-item_fn:nth-child(even) .list-ttl_fn h3.list-txt::before {
		right: -2em;
		transform: scale(-1, 1);
}
/* タイトル リンク有り */
#list_fn a .list-ttl_fn span.list-inner {
		padding: 1em 3.0em 1em 1em;
		background-image: url(../nav_arrow.png);
		background-repeat: no-repeat;
		background-position: center right 1em;
		background-size: 1.1em;
}
#list_fn .list-item_fn.list-item-slider .list-ttl_fn h3.list-txt::before {top: 102%;left: calc(50% - 0.7em);transform: rotate(-90deg);width: 1.5em;height: 1.5em;z-index: 1;}
#list_fn a .list-ttl_fn:hover {
		opacity: .7;
}
#list_fn a .list-ttl_fn:hover span.list-inner {
		background-position: center right .8em;
}
/*------------------------------------
もっと見る
------------------------------------*/
.more-bnr_ff {
		display: block;
		margin-bottom: 8em;
		text-align: center;
}
.more-bnr_ff a {
		font-size: 110%;
		font-weight: bold;
		position: relative;
		z-index: 1;
		display: inline-block;
		letter-spacing: .12em;
}

.more-bnr_ff a span {
	color:#FFF;
	position: relative;
	display: block;
	padding: 1em 3.0em 1em 2.0em;
	transition: all .3s;
	border-radius:2em;
	background-color: #808080;
	background-image: url(../nav_arrow_w.png);
	background-repeat: no-repeat;
	background-position: center right 1em;
	background-size: 1.1em;
	font-size: 80%;
	letter-spacing: 0.05em;
}
.more-bnr_ff a:hover {
		opacity: .7;
}
.more-bnr_ff a:hover span {
		background-position: center right .8em;
}
/*------------------------------------
カラー 5パターン繰り返し
------------------------------------*/
#list_fn .list-item_fn:nth-child(5n - 3) .list-ttl_fn h3.list-txt::after, #list_fn .list-item_fn:nth-child(5n - 3) .more-bnr_ff a::before {
		background-color: #ffeef0;
}
#list_fn .list-item_fn:nth-child(5n - 2) .list-ttl_fn h3.list-txt::after, #list_fn .list-item_fn:nth-child(5n - 2) .more-bnr_ff a::before {
		background-color: #f2e8d5;
}
#list_fn .list-item_fn:nth-child(5n - 1) .list-ttl_fn h3.list-txt::after, #list_fn .list-item_fn:nth-child(5n - 1) .more-bnr_ff a::before {
		background-color: #e2edf1;
}
#list_fn .list-item_fn:nth-child(5n) .list-ttl_fn h3.list-txt::after, #list_fn .list-item_fn:nth-child(5n) .more-bnr_ff a::before {
		background-color: #ffe4d9;
}
/*------------------------------------
フッタータイトル
------------------------------------*/
.foot-ttl {
		font-weight: bold;
		margin: 3em 0 0;
		text-align: center;
}
/*------------------------------------
アニメーション
------------------------------------*/
.fade_fn {
		opacity: 0;
}
.fade_fn.fadeIn_fn {
		animation: fadeIn_fn 1.0s forwards 0s;
}
@keyframes fade_fn {
		0% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}
@keyframes fadeIn_fn {
		0% {
				transform: translateY(25px);
				opacity: 0;
		}
		100% {
				transform: translateY(0px);
				opacity: 1;
		}
}
/************ PC ************/
@media (min-width: 769px) {}
/*====================================
						SP
====================================*/
/************  ************/
@media (max-width: 768px) {
		.pc_fn {
				display: none;
		}
		.sp_fn {
				display: block !important;
		}
		/*------------------------------------
ベース
------------------------------------*/
		#contents_fn {
				font-size: 3.1vw;
		}
		#contents_fn.load_fn {}
		#contents_wrap_fn {}
		#contents_fn ul {}
		#contents_fn li {}
		#contents_fn img {}
		#contents_fn a {}
		#contents_fn a:hover {}
		/*------------------------------------
タイトル
------------------------------------*/
		#ttl_fn {
				padding: 10px 0 11vw;
		}
		#ttl_fn::after {
				height: 6vw;
		}
		/* グラデーション */
		/* メインタイトル */
		.main_ttl {
				margin: 1.2em auto .7em;
		}
		.main_ttl img {
				width: 83%;
				margin-left: 3vw;
		}
		/* 流れるアイテム */
		.scroll-dress {
				margin: 1em auto 1.5em;
		}
		.scroll-dress .scroll-inner {
				/* justify-content: center; */
		}
		.scroll-dress .scroll-inner .scroll-item img {
			/*	width: 17vw;*/
				margin-right: 1.0em;
		}
		.scroll-dress .scroll-inner .scroll-item {}
		.scroll-dress .scroll-inner .scroll-item:nth-child(odd) {}
		.scroll-dress .scroll-inner .scroll-item:nth-child(even) {}
		/* 逆方向 reverse */
		.scroll-dress.scroll-dress-bottom .scroll-inner .scroll-item:nth-child(odd) {}
		.scroll-dress.scroll-dress-bottom .scroll-inner .scroll-item:nth-child(even) {}
		/*------------------------------------
リード
------------------------------------*/
		#lead_fn {
				margin: 2.0em auto 2.5em;
		}
		#lead_fn p {}
		/*------------------------------------
商品スライダー
------------------------------------*/
		#list_fn .splide {
				font-size: 130%;
				margin: 2em auto 2em;
		}
		#list_fn .splide-wrapper {}
		#list_fn .splide__arrow > svg {}
		#list_fn .splide__arrow {
    width: 1.8em;
    height: 1.8em;
}
		#list_fn .splide__arrow.splide__arrow--prev {
				left: -8%;
		}
		#list_fn .splide__arrow.splide__arrow--next {
				right: -8%;
		}
		#list_fn .splide__pagination {}
		#list_fn .splide__pagination__page {}
		#list_fn .splide__pagination__page.is-active {}
		/*------------------------------------
商品一覧
------------------------------------*/
		.splide {}
		ul.item-list_ff {}
		ul.item-list_ff figure {}
		ul.item-list_ff a {}
		ul.item-list_ff p {}
		ul.item-list_ff p.tagline {
    font-size: 85%;
}
		ul.item-list_ff p.lead {}
		ul.item-list_ff p.title {}
		ul.item-list_ff .fca_labels__items {}
		ul.item-list_ff .set_name {}
		ul.item-list_ff .sale_price {}
		ul.item-list_ff .price {}
		ul.item-list_ff .strike_price {}
		/*------------------------------------
ワンピース特集リスト
------------------------------------*/
		#list_fn {}
		#list_fn .list-ttl_fn {
				width: 94%;
				margin: 5.0em auto 2.5em;
		}
		#list_fn .list-item_fn:nth-child(even) .list-ttl_fn {
				/* margin-left:10%; */
		}
		#list_fn .list-ttl_fn img {
				/* width: 24vw; */
		}
		#list_fn .list-ttl_fn h3.list-txt {
				max-width: 65%;
		}
		#list_fn .list-ttl_fn h3.list-txt::before {}
		#list_fn .list-ttl_fn h3.list-txt::after {
				width: calc(100% + .6em);
		}
		#list_fn .list-ttl_fn span.list-inner {
				font-size: 120%;
				padding: 1em 2em 1em 1em;
				background-position: center right .6em;
		}
		#list_fn .list-ttl_fn span.list-inner::before, #list_fn .list-ttl_fn span.list-inner::after {}
		#list_fn .list-ttl_fn span.list-inner::before {
				left: -4px;
		}
		#list_fn .list-ttl_fn span.list-inner::after {
				right: -4px;
		}
		/* 奇数・偶数 */
		#list_fn .list-item_fn:nth-child(even) .list-ttl_fn img {}
		#list_fn .list-item_fn:nth-child(odd) .list-ttl_fn h3.list-txt::after {
				top: 5px;
				left: 2px;
		}
		#list_fn .list-item_fn:nth-child(even) .list-ttl_fn h3.list-txt::after {
				top: 5px;
				right: 2px;
		}
		#list_fn .list-item_fn:nth-child(odd) .list-ttl_fn h3.list-txt {
				margin-left: 1.0em;
		}
		#list_fn .list-item_fn:nth-child(even) .list-ttl_fn h3.list-txt {}
		#list_fn .list-item_fn:nth-child(odd) .list-ttl_fn h3.list-txt::before {}
		#list_fn .list-item_fn:nth-child(even) .list-ttl_fn h3.list-txt::before {}
		/*------------------------------------
もっと見る
------------------------------------*/
		.more-bnr_ff {}
		.more-bnr_ff a {}
		.more-bnr_ff a::before {}
		.more-bnr_ff a span {
				border-width: 1px;
				font-size: 100%;
		}
		/*------------------------------------
フッタータイトル
------------------------------------*/
		.foot-ttl {
				font-size: 4vw;
		}
}