@charset "UTF-8";

:root {--font-ming: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;}
:root {--quolofune-orange: #f47600;}


body {
	color: #333;
	background-color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
a {
	color: #333;
	text-decoration: none;
}

/*** Header ***/
@keyframes marquee {
	from { transform: translate(0%);}
	99%,to { transform: translate(-100%);}
}
#topics {
	background: #f2f2f2;
	border-bottom: 1px solid #ddd;
}
#topics .topics_wrap {
	width: 950px;
	margin: auto;
	overflow: hidden;
}
#topics p {
	padding: 8px 0;
	font-size: 12px;
	line-height: 1;
	margin: 0;
	padding-left: 950px;
	display: inline-block;
	white-space: nowrap;
	animation: marquee linear 20s infinite;
}

#fixed_navi {
	position: relative;
	background: #fff;
	border-top: 10px solid #222;
	font-size: 12px;
}
#header {
	font-family: var(--font-ming);
	position: relative;
	overflow: hidden;
	width: 950px;
	margin: 0 auto 20px;
	padding-top: 20px;
}
#header a {
	color: #333;
	transition: color 400ms;
}
#header a:hover {
	color: #ccc;
}
.header_top {
	float: right;
}
#header .right {
	float: right;
	margin-top: 3px;
}
#header .right li {
	float: left;
	font-size: 14px;
	line-height: 22px;
	margin-right: 20px;
}
#header .right li.sns:last-child {
	margin-right: 0;
}
#header .right .sns {
	margin-right: 6px;
}
#header .right .sns img {
	width: 22px;
	height: auto;
	border-radius: 3px;
}
#header .logo {
	float: left;
}
#header .logo img {
	height: 80px;
}
#header .side {
	clear: right;
	float: right;
	margin-top: 13px;
}
#header .side li {
	float: left;
	margin-left: 20px;
	font-size: 12px;
	line-height: 31px;
}
#header .side form #header_form_text {
	width: 200px;
	background: #eee;
	border: none;
	border-radius: 17px;
	margin: 0;
	padding: 8px 45px 8px 15px;
	font-size: 12px;
	box-sizing: border-box;
	outline: 0;
}
#header .side .search {
	margin-left: 30px;
}
#header .side form {
	position: relative;
}
#header .side form #header_form_bt {
	position: absolute;
	top: 7px;
	right: 15px;
	width: 16px;
	height: 16px;
}
.side .cart img {
	width: 28px;
	height: 25px;
	vertical-align: -8px;
	transition: opacity 400ms;
}
.side .cart img:hover {
	opacity: .5;
}
#logoutButton,
#loginButton {
	display: none;
}

#fixed_navi.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.fixed #header {
	padding-top: 10px;
	margin-bottom: 10px;
	transition: all 400ms;
}
.fixed .header_top {
	display: none;
}
.fixed #header .logo img {
	height: 50px;
	transition: all 400ms;
}
.fixed #header .side {
	margin-top: 9px;
	transition: all 400ms;
}
.fixed #header .side li {
	line-height: 31px;
	transition: all 400ms;
}
.fixed #header .side form #header_form_text {
	width: 150px;
	transition: all 400ms;
}
.fixed #header .side form #header_form_text:focus {
	width: 200px;
}

/*** Gnavi ***/
#gnavi {
	font-family: var(--font-ming);
	overflow: hidden;
	background: #222;
	color: #fff;
	padding: 16px 0;
}
#gnavi .gnavi_wrap {
	width: 950px;
	margin: auto;
}
#gnavi .gnavi_wrap > div {
	position: relative;
	float: left;
	width: 25%;
	font-size: 17px;
	line-height: 17px;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	text-align: center;
}
#gnavi .gnavi_wrap > div:first-child {
	border-left: 1px solid #fff;
}
#gnavi .gnavi_wrap > div span {
	display: block;
	letter-spacing: 1px;
	cursor: pointer;
}
#gnavi .gnavi_wrap > div span img {
	width: auto;
	height: 17px;
	transition: opacity 400ms;
}
#gnavi .gnavi_wrap > div span.active img {
	opacity: .5;
}
#gnavi .gnavi_wrap > div span:hover img {
	opacity: .5;
}
.search_content {
	background: #eee;
}
.search_content > div {
	display: none;
	width: 950px;
	margin: auto;
}
.search_content .wrap {
	overflow: hidden;
	padding: 10px 0 20px;
}
.category_list {
	font-family: var(--font-ming);
	overflow: hidden;
}
.category_list li {
	display: flex;
	align-items: center;
	float: left;
	margin-right: 25px;
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.3;
}
.category_list a {
	display: flex;
	align-items: center;
	width: 300px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	color: #333;
	transition: color 400ms;
}
.search_content .category_list li {
	margin-right: 10px;
	margin-top: 10px;
}
.search_content .category_list a {
	padding: 5px;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
}
.category_list li img {
	float: left;
	height: 50px;
	margin-right: 20px;
}
.search_list,
.ranking_list {
	font-family: var(--font-ming);
}

.search_list li {
	float: left;
	width: 300px;
	margin-right: 25px;
	font-size: 16px;
}
.search_list li a {
	display: block;
	position: relative;
	margin-top: 30px;
	padding: 0 0 15px;
	color: #333;
	border-bottom: 1px solid #ccc;
	transition: color 400ms;
}

.search_content .search_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.search_content .search_list li {
  float: none;
	width: 310px;
	font-size: 16px;
	margin-right: 0;
}

.search_content .search_list li.sp{
  display: none !important;
}
.search_list li a {
	display: block;
	position: relative;
	margin-top: 30px;
	padding: 0 0 15px;
	color: #333;
	border-bottom: 1px solid #ccc;
	transition: color 400ms;
}
.search_content .search_list a {
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	text-align: center;
}
.search_list li a:hover,
.category_list a:hover {
	color: #ccc;
}
.search_list li a span {
	font-size: 12px;
}
.search_content .ranking_list {
	margin-top: 20px;
}
.ranking_list .FS2_Recommend2_ranking_vertical .CrossHead {
	display: none;
}
.ranking_list .FS2_Recommend2_ranking_vertical tr {
	position: relative;
	display: inline-block;
	width: 182px;
	margin-right: 10px;
	vertical-align: top;
}
.ranking_list .FS2_Recommend2_ranking_vertical tr:last-child {
	margin-right: 0;
}
.ranking_list .FS2_Recommend2_ranking_vertical tr th,
.ranking_list .FS2_Recommend2_ranking_vertical tr td {
	display: block;
}
.ranking_list .FS2_Recommend2_ranking_vertical th {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	width: 55px;
	height: 24px;
	padding: 0;
	color: #fff;
	background: radial-gradient(#5a5a5a 0, #2e2f30 100%);
	font-size: 13px;
	font-weight: 500;
	line-height: 25px;
}
.ranking_list .FS2_Recommend2_ranking_vertical tr:first-child th {
	background: radial-gradient(#93723c 0, #7a5f32 100%);
}
.ranking_list .FS2_Recommend2_ranking_vertical tr:nth-child(2) th {
	background: radial-gradient(#8a9194 0, #72787a 100%);
}
.ranking_list .FS2_Recommend2_ranking_vertical tr:nth-child(3) th {
	background: radial-gradient(#9e5b4a 0, #7a4032 100%);
}
.ranking_list .FS2_Recommend2_ranking_vertical td {
	padding: 0;
	border: none;
}
.ranking_list .FS2_Recommend2_ranking_vertical td a {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
}
.ranking_list .FS2_Recommend2_ranking_vertical td a:first-child {
	position: relative;
	display: block;
	width: 182px;
	height: 182px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	transition: border-color 400ms;
}
.ranking_list .FS2_Recommend2_ranking_vertical tr:hover td a {
	border-color: #222;
	text-decoration: underline;
}
.ranking_list .FS2_Recommend2_ranking_vertical a img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	float: none;
	width: auto;
	max-width: 100%;
}
.ranking_list .FS2_Recommend2_ranking_vertical td span {
	display: inline-block;
	margin-top: 10px;
	margin-right: 2px;
	color: #333;
	font-size: 15px;
	font-weight: 500;
}
.ranking_list .FS2_Recommend2_ranking_vertical .FS2_itemPrice_addition {
	font-size: 10px;
	vertical-align: bottom;
}


/*** Contents ***/
.news_list li {
	display: block;
	font-size: 14px;
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.news_list li a {
	transition: color 400ms;
}
.news_list li a:hover {
	color: #ccc;
}
.news_list span {
	margin-right: 40px;
}


/*** Pickup ***/
.pickup {
	line-height: 1;
}
.pickup h2 {
	width: 950px;
	margin: 0 auto 30px;
}
.pickup h2 img {
	width: auto;
	height: 22px;
}
.pickup h2 span {
	font-family: var(--font-ming);
	display: block;
	margin-top: 15px;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
}
#pickup_frame {
	width: 100%;
	height: 125px;
}
#pickup_banner {
	width: 950px;
	margin: auto;
}
#pickup_banner .bx-viewport {
	background: transparent;
	border: 0;
	overflow: visible !important;
	z-index: 1;
}

/*** footer ***/
.layout_footer {
	margin-top: 100px;
}
#footer {
	position: relative;
	font-family: var(--font-ming);
	margin: 80px auto 0;
}
.guide {
	overflow: hidden;
	width: 950px;
	margin: auto;
}
.guide h2 {
	margin-bottom: 20px;
}
.guide li {
	float: left;
	width: 300px;
	margin-right: 25px;
	border-bottom: 1px solid #ccc;
	font-size: 13px;
}
.guide li:nth-child(3n) {
	margin-right: 0;
}
.guide li a {
	display: block;
	position: relative;
	margin-top: 25px;
	padding: 0 0 15px;
	color: #333;
	line-height: 1;
	transition: color 400ms;
}
.guide li a:hover {
	color: #ccc;
}
.guide li a:before,
.guide li a:after {
	position: absolute;
	top: 3px;
	right: 2px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.guide li a:before {
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: border-color 400ms;
}
.guide li a:hover:before {
	border-color: #ccc;
}
#footer .pagetop {
	position: fixed;
	bottom: 3%;
	right: 3%;
}
#footer .pagetop a {
	position: relative;
	top: 0;
	transition: top 400ms;
}
#footer .pagetop img {
	width: 52px;
	height: auto;
}
#footer .copy {
	background: #222;
	margin-top: 80px;
	padding: 20px 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
}


/* ---------------------------------------------
 PC Layout
--------------------------------------------- */
@media screen and (min-width: 769px) {
	.sp {display: none !important;}
	.header_sp {display: none;}

	.search_content .category_list a {
		width: 300px;
		margin-right: 10px;
	}

	.search_content .search_list a {
		margin-top: 10px;
		padding: 0;
		line-height: 50px;
	}
  .category_list li:nth-of-type(3n),
	.search_list li:nth-of-type(3n) {
		margin-right: 0;
	}
	#pickup .bx-wrapper li {
		width: 310px !important;
	}
	#pickup .bx-wrapper img {
		max-width: 310px;
	}
	.guide h2 img {
		width: auto;
		height: 22px;
	}
	.guide h2 span {
		font-family: var(--font-ming);
		display: block;
		margin-top: 15px;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 1px;
	}
	.float_bnr {
		display: none !important;
	}
	#footer .pagetop a:hover {
		top: -5px;
	}
}


/* ---------------------------------------------
 Tablet Layout
--------------------------------------------- */
@media screen and (max-width: 1050px){
	#pickup_banner {
		width: 100%;
		overflow: hidden;
	}
}


/* ---------------------------------------------
 SP Layout
--------------------------------------------- */
@media screen and (max-width: 768px) {
	.pc {display: none !important;}

	body {
		position: relative;
		width: 100%;
		overflow-x: hidden;
	}
	img {
		max-width: 100%;
	}

	.FS2_contents_container,
	.FS2_memberOnly,
	.FS2_NoItemMessage,
	.FS2_upper_comment,
	.FS2_lower_comment,
	.FS2_ItemComment,
	.FS2_middle_comment {
		margin: 0;
		padding: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	div:after,
	.FS2_Search,
	.FS2_Utility1_container,
	.FS2_Utility2_container,
	.FS2_mailmagazine_entry_cancel,
	#FS2_SystemNav {
		display: none !important;
	}
	.FS2_body_Login_Login #mail,
	.FS2_body_Login_Login #phrase,
	.FS2_body_Cart_GuestLogin #mail,
	.FS2_body_Cart_GuestLogin #phrase,
	.FS2_body_ReviewLogin #mail,
	.FS2_body_ReviewLogin #phrase,
	.FS2_body_WishListLogin #mail,
	.FS2_body_WishListLogin #phrase,
	.FS2_body_LineIdLinkLogin #mail,
	.FS2_body_LineIdLinkLogin #phrase{
		width: 100%;
		box-sizing: border-box;
	}
	.FS2_table input[type="text"],
	.FS2_table input[type="password"],
	.FS2_table input[type="number"],
	.FS2_table input[type="email"],
	.FS2_table input[type="tel"],
	.FS2_list input[type="text"],
	.FS2_list input[type="password"],
	.FS2_list input[type="number"],
	.FS2_list input[type="email"],
	.FS2_list input[type="tel"],
	.FS2_table select,
	.FS2_list select,
	.FS2_table textarea,
	.FS2_list textarea,
	#fs2_usePoint {
		border: 1px solid #333;
	}


	/*** Header ***/
	#topics .topics_wrap {
		width: 100%;
	}
	#topics p {
		padding: 6px 0;
		padding-left: 100%;
		font-size: 2.8vw;
	}
	#fixed_navi {
		border-top-width: 6px;
		margin-bottom: 15px;
	}
	#header {
		width: 90%;
		margin: 8px auto;
		padding-top: 0;
	}
	.header_top {
		display: none;
	}
	#header .logo img {
		height: 56px;
	}
	#header .side {
		position: absolute;
		bottom: 3px;
		right: 16%;
		margin-top: 0;
	}
	#header .side li {
		display: none;
		margin-left: 15px;
		line-height: 1;
	}
	#header .side li.search.sp,
	#header .side li.cart {
		display: block !important;
	}
	#header .side li img {
		width: auto;
		height: 24px;
		vertical-align: top;
	}
	.fixed #header {
		padding-top: 0;
		margin-bottom: 8px;
	}
	.fixed #header .logo img {
		height: 36px;
	}
	.fixed #header .side {
		bottom: 7px;
		margin-top: 0;
	}
	.fixed #header .side li {
		line-height: 22px;
	}
	.fixed #header .side li img {
		height: 22px;
	}
	.fixed #sp_menu {
		bottom: 9px;
	}

	#sp_menu {
		position: absolute;
		bottom: 5px;
		right: 0;
		width: 28px;
		height: 16px;
	}
	#sp_menu span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #222;
	}
	#sp_menu span:nth-of-type(1) {
		top: 0;
	}
	#sp_menu span:nth-of-type(2) {
		top: 7px;
	}
	#sp_menu span:nth-of-type(2)::after {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background-color: #333;
		transition: all 400ms;
	}
	#sp_menu span:nth-of-type(3) {
		bottom: 0;
	}
	.open #sp_menu span:nth-of-type(1) {
		-webkit-transform: translateY(8px) scale(0);
		transform: translateY(8px) scale(0);
	}
	.open #sp_menu span:nth-of-type(2) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.open #sp_menu span:nth-of-type(2)::after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		}
	.open #sp_menu span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) scale(0);
		transform: translateY(-8px) scale(0);
	}
	.layer{
		position: fixed;
		top: 0;
		z-index: 1;
		display: none;
		width: 100%;
		height: 100%;
		background-color: transparent;
	}
	body.open {
		position: fixed;
	}
	#slide_menu {
		position: fixed;
		top: 0;
		right: -280px;
		width: 280px;
		height: 100%;
		background: #222;
		color: #fff;
		z-index: 99999;
		overflow: scroll;
	}
	#slide_menu > ul:first-child {
		margin-top: 6px;
	}
	#slide_menu > ul:first-child > li {
		border-bottom: solid 1px #333;
		font-size: 4vw;
	}
	#slide_menu > ul:first-child li a {
		display: block;
		padding: 16px 6%;
		color: #fff;
		text-align: left;
		text-decoration: none;
	}
	#slide_menu #logoutButtonSP,
	#slide_menu #loginButtonSP {
		display: none;
	}
	.categorySwitch {
		position: relative;
		display: block;
		padding: 16px 6%;
	}
	.categorySwitch:before,
	.categorySwitch:after {
		position: absolute;
		top: 0;
		bottom: 5px;
		right: 6%;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.categorySwitch:after {
		width: 7px;
		height: 7px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.categorySwitch.open:before,
	.categorySwitch.open:after {
		top: 4px;
		bottom: 0;
	}
	.categorySwitch.open:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.sideCategory {
		display: none;
	}
	#slide_menu .catMenu {
		overflow: hidden;
		margin: 0 6% 35px;
	}
	#slide_menu .catMenu li {
		position: relative;
		float: left;
		vertical-align: bottom;
		width: 47%;
		border-bottom: 1px solid #999;
		font-size: 3.2vw;
	}
	#slide_menu .catMenu li img {
		display: none;
	}
	#slide_menu > ul:first-child li .catMenu li a {
		padding: 12px 0 8px;
		line-height: 1.3;
	}
	#slide_menu .catMenu li:nth-of-type(odd) {
		margin-right: 6%;
	}
	#slide_menu .brandsite {
		float: left;
		margin: 20px 6% 0;
	}
	#slide_menu .brandsite a {
		color: #fff;
		font-size: 4vw;
		line-height: 28px;
	}
	#slide_menu .icons {
		margin: 20px 6% 50px 0;
		text-align: right;
	}
	#slide_menu .icons li {
		display: inline-block;
	}
	#slide_menu .icons li:first-child {
		margin-right: 5px;
	}
	#slide_menu .icons li img {
		height: 28px;
		border-radius: 2px;
	}

	#gnavi {
		width: 100%;
		padding: 12px 0;
		font-size: 0;
	}
	#gnavi .gnavi_wrap {
		width: 94%;
		text-align: center;
		line-height: 1;
	}
	#gnavi .gnavi_wrap > div {
		float: none;
		display: inline-block;
		width: auto;
		margin-right: 3vw;
		padding-right: 3vw;
		font-size: 3.5vw;
		line-height: 3.2vw;
	}
	#gnavi .gnavi_wrap > div:first-child {
		border-left: none;
		margin-left: 3.3%;
	}
	#gnavi .gnavi_wrap > div:last-child {
		border-right: none;
		margin-right: 3%;
		padding-right: 0;
	}
	#gnavi .gnavi_wrap > div span {
		letter-spacing: 0;
	}
	#gnavi .gnavi_wrap > div span img {
		height: 3.2vw;
	}
	.search_content > div {
		width: 90%;
	}
	.search_content .wrap {
		padding: 3% 0 1%;
	}
	.category_list li,
	.search_list li {
		width: 48%;
		margin-top: 0;
		margin-right: 4%;
		margin-bottom: 10px;
		font-size: 3.4vw;
	}
	.search_content .category_list li {
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.search_content .search_list li{
  		width: 49%;
  		margin: 0 0 2%;
	}
	.category_list li:nth-of-type(even),
	.search_list li:nth-of-type(even){
		margin-right: 0;
	}
	.category_list a,
	.search_list a {
		width: 100%;
	}
	.category_list li img {
		height: 32px;
		margin-right: 4%;
	}
	.search_list li a {
		margin-top: 0;
		padding: 10px 0;
	}
	.search_list li a span {
		font-size: 2vw;
	}
	.search_content .ranking_list {
		margin-top: 10px;
	}
	.search_content .ranking_list .FS2_Recommend2_ranking_vertical {
		margin-bottom: 0;
	}
	.ranking_list .FS2_Recommend2_ranking_vertical tr {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	.ranking_list .FS2_Recommend2_ranking_vertical tr:nth-child(3),
	.ranking_list .FS2_Recommend2_ranking_vertical tr:nth-child(4),
	.ranking_list .FS2_Recommend2_ranking_vertical tr:nth-child(5) {
		width: 32%;
		margin-right: 2%;
	}
	.ranking_list .FS2_Recommend2_ranking_vertical tr:nth-child(2),
	.ranking_list .FS2_Recommend2_ranking_vertical tr:nth-child(5) {
		margin-right: 0;
	}
	.ranking_list .FS2_Recommend2_ranking_vertical th,
	.ranking_list .FS2_Recommend2_ranking_vertical td {
		font-family: var(--font-ming);
	}
	.ranking_list .FS2_Recommend2_ranking_vertical th {
		width: 32%;
		height: 22px;
		font-size: 3.2vw;
	}
	.ranking_list .FS2_Recommend2_ranking_vertical td {
		width: 100%;
	}
	.ranking_list .FS2_Recommend2_ranking_vertical td a:first-child {
		width: 100%;
		height: 43.2vw;
	}
	.ranking_list .FS2_Recommend2_ranking_vertical tr:nth-child(3) td a:first-child,
	.ranking_list .FS2_Recommend2_ranking_vertical tr:nth-child(4) td a:first-child,
	.ranking_list .FS2_Recommend2_ranking_vertical tr:nth-child(5) td a:first-child {
		height: 28.8vw;
	}
	.ranking_list .FS2_Recommend2_ranking_vertical td a {
		font-size: 3.8vw;
		line-height: 1.4;
	}
	.ranking_list .FS2_Recommend2_ranking_vertical td span {
		font-size: 3.4vw;
	}
	.ranking_list .FS2_Recommend2_ranking_vertical .FS2_itemPrice_addition {
		font-size: 2vw;
	}
	.ranking_list .FS2_Recommend2_ranking_vertical tr:nth-child(3) th,
	.ranking_list .FS2_Recommend2_ranking_vertical tr:nth-child(4) th,
	.ranking_list .FS2_Recommend2_ranking_vertical tr:nth-child(5) th {
		font-size: 2.8vw;
		width: 36%;
		height: 18px;
		line-height: 18px;
	}
	.ranking_list .FS2_Recommend2_ranking_vertical tr:nth-child(3) td a,
	.ranking_list .FS2_Recommend2_ranking_vertical tr:nth-child(4) td a,
	.ranking_list .FS2_Recommend2_ranking_vertical tr:nth-child(5) td a {
		font-size: 3vw;
		line-height: 1.2;
	}
	.ranking_list .FS2_Recommend2_ranking_vertical tr:nth-child(3) td span,
	.ranking_list .FS2_Recommend2_ranking_vertical tr:nth-child(4) td span,
	.ranking_list .FS2_Recommend2_ranking_vertical tr:nth-child(5) td span {
		font-size: 2.8vw;
	}
	.ranking_list .FS2_Recommend2_ranking_vertical tr:nth-child(3) .FS2_itemPrice_addition,
	.ranking_list .FS2_Recommend2_ranking_vertical tr:nth-child(4) .FS2_itemPrice_addition,
	.ranking_list .FS2_Recommend2_ranking_vertical tr:nth-child(5) .FS2_itemPrice_addition {
		font-size: 2.4vw;
	}


	/*** Contents ***/
	#contents {
		padding-top: 0;
	}
	.pickup h2 {
		width: 90%;
		margin-bottom: 20px;
	}
	.pickup h2 img {
		height: 18px;
	}
	.pickup h2 span {
		margin-top: 10px;
		font-size: 2.6vw;
	}
	#pickup_frame {
		height: 97px;
	}
	#pickup_banner {
		width: 100%;
		overflow: hidden;
	}

	.news_list li {
		margin-top: 20px;
		padding-bottom: 10px;
		font-size: 3.4vw;
		line-height: 1.4;
	}
	.news_list li:last-child {
		border-bottom: none;
	}
	.news_list li a {
		display: block;
	}
	.news_list span {
		display: block;
		margin-bottom: 5px;
		margin-right: 0;
		font-size: 2.8vw;
	}

	/*** Floating Banner ***/
	.float_bnr {
		display: none;
		position: relative;
		width: 100%;
	}
	.float_bnr .float_bnr_img {
		position: fixed;
		bottom: 9%;
		z-index: 9999;
	}
	.float_bnr .float_bnr_img a {
		display: block;
	}
	.float_bnr_wrap {
		position: relative;
		width: 90%;
		margin: auto;
	}
	.float_bnr .float_bnr_img .close {
		position: absolute;
		right: -10px;
		top: -10px;
	}
	.float_bnr .float_bnr_img .close img {
		display: block;
		width: 25px;
		height: 25px;
	}

	/*** footer ***/
	#FS2_footer {
		margin-bottom: 0;
	}
	#footer {
		margin: 50px auto 0;
	}
	.guide {
		width: 90%;
	}
	.guide h2 {
		margin-bottom: 10px;
	}
	.guide h2 img {
		width: auto;
		height: 18px;
	}
	.guide h2 span {
		font-family: var(--font-ming);
		display: block;
		margin-top: 10px;
		font-size: 2.6vw;
		font-weight: normal;
		letter-spacing: 1px;
	}
	.guide li {
		width: 100%;
		font-size: 3.4vw;
	}
	.guide li a {
		margin-top: 5px;
		padding: 15px 0;
	}
	.guide li a:before,
	.guide li a:after {
		top: 18px;
	}

	#footer .pagetop {
		right: 5%;
		bottom: 3%;
	}
	#footer .pagetop img {
		width: 10vw;
	}
	#footer .copy {
		margin-top: 60px;
		padding: 10px 5%;
		font-size: 2.8vw;
		line-height: 20px;
	}
	#FS2_#footer {
		margin: 80px auto 0;
	}
}
