@charset "UTF-8";

/* reset */

.sr_page-shopping-result__free .fca_container { padding: 0; }
.sr_page-shopping-result__free .fca_container .fca_container__in { max-width: 100%; }
.fsc_gheader-wrap.is-fixed .fsc_gheader,
.fca_shop-header { max-width: 1170px; margin: 0 auto; }

/* common */

#wrapper_fs { padding-bottom: 100px; }
#wrapper_fs .pc_fs { display: block; }
#wrapper_fs .pc_il_fs { display: inline-block; }
#wrapper_fs .sp_fs { display: none !important; }

#wrapper_fs a:hover { text-decoration: none; }
#wrapper_fs ul { padding: 0; }
#wrapper_fs li { list-style: none; }
#wrapper_fs a { display: block; transition: .3s; }
#wrapper_fs img { width: 100%; height: auto; transition: .3s; }
#wrapper_fs a:hover img { opacity: .8; }

#wrapper_fs { letter-spacing: .1em;	overflow: hidden; }
#wrapper_fs,
#wrapper_fs h1,
#wrapper_fs h2,
#wrapper_fs h3,
#wrapper_fs h4 { font-family: "秀英角ゴシック銀 M", "Shuei KakuGo Gin M"; }
#wrapper_fs .itemList_fs .catch_fs span { font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B"; font-weight: 600; }
#wrapper_fs h1, #wrapper_fs h2, #wrapper_fs h3, #wrapper_fs h4 { margin: 0; }
.wrapperInner_fs { width: 1170px; margin: 0 auto; }

/* hero */

#hero_fs { text-align: center; }
#hero_fs .mainSummary_fs { font-size: min(2vw, 22px); margin: 3vw auto 4vw; line-height: 1.7; }


/* item list */

.itemList_fs { margin-bottom: 0; }
.itemList_fs li { display: flex; justify-content: space-between; padding-top: 8vw; }
.itemList_fs li:first-child { padding-top: 4vw; }
.itemList_fs .model_fs { width: 51.2820512820513%; }
.itemList_fs .txt_fs { width: 42.7350427350427%; }
.itemList_fs .catch_fs { line-height: 1.75; margin-bottom: 3vw !important; }
.itemList_fs .catch_fs span {
	font-size: min(3vw, 32px);
	border-bottom: 4px solid #FFE600;
	padding-bottom: 5px;
	letter-spacing: .1em;
}
.itemList_fs .sub_fs { display: flex; justify-content: center; margin-bottom: 3vw; }
.itemList_fs .subItems_fs { width: 48%; }
.itemList_fs .subItems_fs:not(:first-child) { margin-left: 4%; }
.itemList_fs .subItems_fs .comment_fs { margin: 5px 0 0 0; font-size: min(1.2vw, 14px); letter-spacing: .08em; }
.itemList_fs .spec_fs { line-height: 1.7; }
.itemList_fs .spec_fs .name_fs,
.itemList_fs .spec_fs .price_fs { font-size: min(1.6vw, 18px); }
.itemList_fs .spec_fs .price_fs { display: block; margin-top: 1vw; }
.itemList_fs .spec_fs .name_fs {
    padding-bottom: 4px;
    transition: background 0.3s;
    background: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) 0px 100% / 0px 1px no-repeat;
}
.itemList_fs .spec_fs .name_fs:hover { background-size: 100% 1px; }
.itemList_fs .link_fs { font-size: min(2vw, 22px); line-height: 1; margin-top: 3vw; }
.itemList_fs .link_fs .linkInner_fs { position: relative; }
.itemList_fs .link_fs .linkInner_fs:before,
.itemList_fs .link_fs .linkInner_fs:after {
    content: "";
    position: absolute;
    top: 50%;
	right: 20px;
	transition: .3s;
}
.itemList_fs .link_fs:hover .linkInner_fs:before,
.itemList_fs .link_fs:hover .linkInner_fs:after { right: 2px; }
.itemList_fs .link_fs .linkInner_fs:before {
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
	margin-top: -4px;
    transform: rotate(45deg);
}
.itemList_fs .link_fs .linkInner_fs:after {
    width: 8vw;
    height: 1px;
	background: #000;	
	margin-top: -.5px;
}
.itemList_fs .link_fs span {
	display: block;
	width: 90%;
	border: 1px solid #000;
	position: relative;
	padding: 25px 30px;
	transition: .3s;
}
.itemList_fs .link_fs span:before {
	content: "";
    position: absolute;
    top: 50%;
	right: 0;
	background: #fff;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	margin-right: -5px;
}

@media (max-width: 1200px) {
	#wrapper_fs { padding-bottom: 6vw; }
	.wrapperInner_fs { width: 90%; }
	#hero_fs { width: 100%; }
	.itemList_fs .catch_fs { line-height: 1.65; }
}
@media (max-width: 1200px) {
	.wrapperInner_fs { width: 90%; }
	#hero_fs { width: 100%; }
}
@media (max-width: 960px) {
	.itemList_fs .link_fs span { padding: 2.6vw 2.8vw; }
}
@media (max-width: 768px) {
	.itemList_fs .catch_fs { line-height: 5vw; }
	.itemList_fs .catch_fs span { border-width: .5vw; }
	.itemList_fs .link_fs .linkInner_fs:before,
	.itemList_fs .link_fs .linkInner_fs:after { right: 10px; }
	.itemList_fs .spec_fs { line-height: 1.2; }
	.itemList_fs .spec_fs .price_fs { margin-top: 2vw; }
}
@media (max-width: 540px) {
	#wrapper_fs .pc_fs,
	#wrapper_fs .pc_il_fs { display: none !important; }
	#wrapper_fs .sp_fs { display: block !important; }
	
	#wrapper_fs { padding-bottom: 12vw; }
	#hero_fs .mainSummary_fs { font-size: 4.2vw; margin: 6vw auto 8vw; }
	.itemList_fs li { flex-direction: column; padding-top: 10vw; }
	.itemList_fs li:not(:first-child) { border-top: 1px solid #ddd; margin-top: 10vw; }
	.itemList_fs .model_fs,
	.itemList_fs .txt_fs { width: 100%; }
	.itemList_fs .txt_fs { margin-top: 4vw; }
	.itemList_fs .catch_fs { line-height: 1.6; margin-bottom: 7vw !important; }
	.itemList_fs .catch_fs span { font-size: 6vw; border-width: .8vw; }
	.itemList_fs .sub_fs { margin-bottom: 6vw; }
	.itemList_fs .subItems_fs .comment_fs { font-size: 2.8vw; }
	.itemList_fs .spec_fs .name_fs,
	.itemList_fs .spec_fs .price_fs { font-size: 3.8vw; }
	.itemList_fs .spec_fs .price_fs { margin-top: 2vw; }
	.itemList_fs .link_fs { font-size: 4.5vw; margin-top: 6vw; }
	.itemList_fs .link_fs .linkInner_fs:before,
	.itemList_fs .link_fs .linkInner_fs:after { right: 2px !important; }
	.itemList_fs .link_fs .linkInner_fs:after { width: 20vw; }
	.itemList_fs .link_fs span { padding: 4vw; }
}