@charset "UTF-8";

/*-----------------------------------

	reset, common

-----------------------------------*/

body { overflow-x: hidden; }
.fsc_gfooter__breadcrumb { margin-top: 0; }

#wrapper_sm .pc_sm { display: block; }
#wrapper_sm .pc_il_sm { display: inline-block; }
#wrapper_sm .sp_sm { display: none !important; }

#wrapper_sm a:hover { text-decoration: none; }
#wrapper_sm h2 { margin: 0; }
#wrapper_sm ul { padding: 0; margin: 0; }
#wrapper_sm li { list-style: none; }
#wrapper_sm .deco_sm { position: absolute; }
#wrapper_sm a { display: block; text-decoration: none !important; }
#wrapper_sm a,
#wrapper_sm a img { transition: .3s; }
#wrapper_sm img { width: 100%; height: auto; }
#wrapper_sm .sp_sm { display: none !important; }

#wrapper_sm {
	letter-spacing: .2em;
	overflow: hidden;
	position: relative;	
	-webkit-font-smoothing: antialiased;
	color: #282828;
	font-family: "秀英角ゴシック銀 M", "Shuei KakuGo Gin M";
}
.bold_sm,
.navWrap_sm li a,
#feature_sm .btn_sm a span,
#pickup_sm .titleBox_sm .title_sm,
.tabs_sm li.active_sm span,
.tabs_sm li span:hover {	
	font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B";
	font-weight: 600;
}
#wrapper_sm .wrapperInner_sm { width: 1080px; margin: 0 auto; }
#wrapper_sm .summary_sm {
	font-size: min(2.1vw,24px);
	text-align: center;
	line-height: 1.7;
	margin: 2vw auto 4vw;
}
#wrapper_sm .inner_sm { max-width: 1070px; margin: 0 auto; }
#wrapper_sm .bgBeige_sm { background: #f6f3f0; }

#virtualityLink02_sm { padding-top: 4vw; margin-top: -4vw; }
#virtualityLink04_sm { padding-top: 2vw; margin-top: -2vw; }

@media (max-width: 1120px) {
	#wrapper_sm .inner_sm { width: 90%; }
	#wrapper_sm .summary_sm { letter-spacing: .1em; }
}
@media (max-width: 480px) {
	#wrapper_sm .pc_sm,
	#wrapper_sm .pc_il_sm { display: none !important; }
	#wrapper_sm .sp_sm { display: block !important; }
	#wrapper_sm .summary_sm { font-size: min(3.8vw,24px); margin: 3vw auto 7vw; }
	#virtualityLink02_sm { padding-top: 8vw; margin-top: -8vw; }
	#virtualityLink04_sm { padding-top: 5vw; margin-top: -5vw; }
}

/*---------------------
　　nav
------------------------*/

.overlay_sm {
	content: '';
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	z-index: 208001;
}
#wrapper_sm .navBtn_sm {
	position: fixed;
	top: 5%;
	left: 5%;
	cursor: pointer;
	width: 5vw;
	height: 5vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ff9a68;
	box-shadow: 0 3px 6px rgba(0,0,0,.1);
	z-index: 207998;
	outline: 0;
	border: none;
	margin: 0;
	padding: 0;
	transition: .3s;
}
#wrapper_sm .navBtn_sm span {
	display: block;
	background: #fff;
	width: 70%;
	height: 2px;
	position: relative;
}
#wrapper_sm .navBtn_sm span:before,
#wrapper_sm .navBtn_sm span:after {
	content: "";
	position: absolute;
	background: #fff;
	width: 100%;
	height: 2px;	
	left: 0;
}
#wrapper_sm .navBtn_sm span:before { top: -8px; }
#wrapper_sm .navBtn_sm span:after { bottom: -8px; }

#navSp_sm {
	display: inline-block;
	transform: translateY(-120%);
	position: fixed;
	top: 5%;
	left: 4%;
	padding: 15px 30px;
	background-color: #f6f3f0;
	z-index: 207999;
	box-shadow: 0 3px 6px rgba(0,0,0,.1);
	transition: .3s;
}
#navSp_sm.active_sm { transform: translateY(0); }

.modalClose_sm {
	position: absolute;
	top: 0;
	left: 100%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	outline: 0 !important;
    border: none;
	background: #f6f3f0;
	display: none;
}
#navSp_sm.active_sm .modalClose_sm { display: block; }
.modalClose_sm span { position: relative; display: block; width: 100%; height: 100%; }
.modalClose_sm span:before,
.modalClose_sm span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #282828;
}
.modalClose_sm span:before { transform: rotate(45deg); }
.modalClose_sm span:after { transform: rotate(135deg); }

.navWrap_sm { transition: .3s; white-space: nowrap; }
.navWrap_sm ul {
    z-index: 3;
    position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.navWrap_sm li a {
	padding: 7px 0 7px 2.2vw;
	color: #3abfa2;
	position: relative;
	font-size: min(2vw, 20px);
	letter-spacing: 0.05em;
}
.navWrap_sm li a:before,
.navWrap_sm li a:after { content: ""; position: absolute; top: 50%; }
.navWrap_sm li a:before {
	left: 0;
	background: #8bc6ba;
	border-radius: 100px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
.navWrap_sm li a:after {
	left: 4px;
	position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #F7F5EF;
    border-right: 2px solid #F7F5EF;
	margin: -4px auto auto auto;
	transform: rotate(45deg);
}

@media (max-width: 768px) {
	.navWrap_sm li a { padding-left: 3vw; }
	.navWrap_sm li a:before { width: 2vw; height: 2vw; margin-top: -1vw; }
	.navWrap_sm li a:after { width: .8vw; height: .8vw; margin-top: -0.4vw; left: 0.4vw; }
}
@media (max-width: 480px) {
	.modalClose_sm { display: block; width: 14vw; height: 14vw; left: auto; right: 0; }
	.modaal-close:after,
	.modaal-close:before { width: 10vw; top: 0; }
	#navSp_sm { top: 0; left: 0; width: 100%; }
	#wrapper_sm .mainNav_sm { left: 0; top: 5.4%; }
	#wrapper_sm .navBtn_sm { width: 15vw; height: 15vw; left: 0; top: 0; }
	.navWrap_sm { background: #F7F5EF; text-align: center; }
	.navWrap_sm ul {
		display: inline-block;
		background: none;
		text-align: left;
	}
	.navWrap_sm li a { font-size: min(5vw, 28px); padding: 3vw 0 3vw 7vw; }
	.navWrap_sm li a:before { width: 4.6vw; height: 4.6vw; margin-top: -2.3vw; }
	.navWrap_sm li a:after { width: 1.8vw; height: 1.8vw; margin-top: -.9vw; left: 1vw; }
}

/*-----------------------------------

	hero

-----------------------------------*/

#hero_sm {
	background: url(../images/main_bg.jpg) 50% 0 / cover no-repeat;
	height: 530px;
}
#hero_sm .heroWrap_sm {
	width: 1920px;
	margin: 0 auto;
	position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
	display: flex;
	justify-content: center;
}
#hero_sm #logo_sm { max-width: calc(920px + 0%); padding-left: 0%; margin-bottom: 0; }

@media (max-width: 768px) {
	#hero_sm { height: 400px; }
	#hero_sm #logo_sm {  width: 40% }
}
@media (max-width: 480px) {
	#hero_sm { background: none; height: auto; }
	#hero_sm .heroWrap_sm { width: 100%; position: static; margin: 0; }
	#hero_sm #logo_sm { max-width: 100%; width: 100%; padding: 0; }
}

/*-----------------------------------

	feature

-----------------------------------*/

#feature_sm { padding-top: 3vw; padding-bottom: 4vw; }
#feature_sm .inner_sm { position: relative; z-index: 1; }
#feature_sm .featureWrap_wm {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	background: url(../images/feature_bg.jpg) 50% 0 / 60% auto no-repeat;
}
#feature_sm .title_sm { max-height: 42px; height: 4.8vw; text-align: center; margin-bottom: 15px; }
#feature_sm .fashion_sm .title_sm { padding-bottom: 4px; }

#feature_sm .featureWrap_wm .title_sm img { width: auto; height: 100%; }
#feature_sm .featureLink_sm { width: 48%; }
#feature_sm .btn_sm { display: flex; justify-content: space-between; }
#feature_sm .btn_sm a { position: relative; color: #fff; text-align: center; padding: 3% 0; width: 49%; }
#feature_sm .goods_sm .btn_sm a { background: #ffdd77; }
#feature_sm .fashion_sm .btn_sm a { background: #FDC0A1; }
#feature_sm .goods_sm .btn_sm a:hover { background: #fbd14f; }
#feature_sm .fashion_sm .btn_sm a:hover { background: #ffad84; }

#feature_sm .btn_sm a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 2px;
	background: #fff;
}
#feature_sm .btn_sm a span { position: relative; font-size: min(2.8vw,28px); padding-right: 10%; }
#feature_sm .btn_sm a span:before,
#feature_sm .btn_sm a span:after { content: ""; right: 0; top: 50%; position: absolute; }
#feature_sm .btn_sm a span:before {
	background: #fff;
	border-radius: 100px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
#feature_sm .btn_sm a span:after {
	position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffdd77;
    border-right: 2px solid #ffdd77;
	margin: -4px 7px auto auto;
	transform: rotate(45deg);
}
#feature_sm .fashion_sm .btn_sm a span:after { border-color: #FDC0A1; }
#feature_sm .goods_sm .btn_sm a:hover span:after { border-color: #fbd14f; }
#feature_sm .fashion_sm .btn_sm a:hover span:after { border-color: #ffad84; }

#feature_sm .newItems_sm {
	max-width: 800px;
	width: 74%;
	margin: 3vw auto 0;
}
#feature_sm .newItems_sm a { box-shadow: 0 1.2rem 1rem -1rem hsl(200 50% 20% / 15%); transition: .2s; }
#feature_sm .newItems_sm a:hover { box-shadow: none; transform: translateY(5px); }

#feature_sm .deco_sm { position: absolute; }
#feature_sm .deco01_sm { left: -7%; bottom: -3vw; width: 18%; }
#feature_sm .deco02_sm { right: -7%; bottom: -3.5vw; width: 17%; }

@media (max-width: 1180px) {
	#feature_sm .featureWrap_wm { background-size: 70% auto; padding-top: 2vw; }
}
@media (max-width: 920px) {
	#feature_sm .featureWrap_wm { background-size: 80% auto; }
}
@media (max-width: 768px) {
	#feature_sm { padding-top: 5vw; padding-bottom: 6vw; }
	#feature_sm .featureWrap_wm { background-size: 90% auto; }
	#feature_sm .btn_sm a span { padding-right: 2.5vw; letter-spacing: 0.05em; }
	#feature_sm .btn_sm a span:before { width: 2vw; height: 2vw; margin-top: -1vw; }
	#feature_sm .btn_sm a span:after { width: .8vw; height: .8vw; margin: -0.4vw .7vw auto auto; }
}
@media (max-width: 480px) {
	#feature_sm { background: url(../images/feature_bg.jpg) 50% 9% / 100% auto no-repeat; }
	#feature_sm { padding-top: 4vw; padding-bottom: 10vw; }
	#feature_sm .featureWrap_wm { flex-direction: column; background: none; }
	#feature_sm .featureLink_sm { width: 100%; margin-bottom: 4vw; }
	#feature_sm .title_sm { max-height: 66px; height: 8vw; margin-bottom: 3vw; }
	#feature_sm .btn_sm a span { font-size: min(5vw, 28px); padding-right: 5.5vw; }
	#feature_sm .btn_sm a span:before { width: 4vw; height: 4vw; margin-top: -2vw; }
	#feature_sm .btn_sm a span:after { width: 1.6vw; height: 1.6vw; margin: -0.8vw 1.4vw auto auto; }
	#feature_sm .newItems_sm { max-width: 100%; width: 100%; }
	#feature_sm .deco_sm { width: 25%; z-index: 2; }
	#feature_sm .deco01_sm { left: -2%; bottom: -20vw; }
	#feature_sm .deco02_sm { right: -2%; bottom: -19vw; }
}

/*-----------------------------------

	pickup

-----------------------------------*/

#pickup_sm { position: relative; z-index: 1; }
#pickup_sm .titleBox_sm { margin: 0 auto; text-align: center; }
#pickup_sm .titleBox_sm div { display: inline-block; position: relative; white-space: nowrap; padding-right: 6.5vw; }
#pickup_sm .titleBox_sm .heading_sm { max-width: 120px; width: 8vw; margin-top: -2vw; }
#pickup_sm .titleBox_sm .title_sm {
	font-size: min(3.6vw,48px);
	position: relative;
	z-index: 1;
	line-height: 1;
}
#pickup_sm .titleBox_sm .pick_sm {
	position: absolute;
	max-width: 105px;
	width: 8vw;
	top: -1.5vw;
	right: 0;
}
#pickup_sm .bnrArea_sm { position: relative; }
#pickup_sm .bnrList_sm { display: flex; margin-right: -40px; flex-wrap: wrap; }
#pickup_sm li {
	width: calc(100%/2 - 40px);
	margin-right: 40px;
	background: #fff;
	position: relative;
    z-index: 1;
}
#pickup_sm li:nth-child(n + 3) { margin-top: 40px; }
#pickup_sm li a {
	box-shadow: 0 3px 10px rgba(0,0,0,.12);
	transition: .3s;
	display: flex;
	position: relative;
}
#pickup_sm li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-left: 20px solid #FDC0A1;
	border-bottom: 20px solid transparent;
}
#pickup_sm li a:hover img { opacity: .7; }
#pickup_sm li .txt_sm { width: 50%; display: flex; align-items: center; padding: 0 1.5vw; }
#pickup_sm li .txt_sm .subttl_sm,
#pickup_sm li .txt_sm .mainttl_sm {
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	font-weight: bold;
	text-align: justify;
	letter-spacing: 0.05em;
}
#pickup_sm li .txt_sm .subttl_sm {
	font-size: min(1.6vw,16px);
	margin-bottom: 10px;
	display: block;
}
#pickup_sm li .txt_sm .mainttl_sm { font-size: min(2.8vw,28px); margin-bottom: 0; }
#pickup_sm li .img_sm { width: 50%; }

@media (max-width: 920px) {
	#pickup_sm .bnrList_sm { margin-right: -2vw; }
	#pickup_sm li { width: calc(100%/2 - 2vw); margin-right: 2vw; }
	#pickup_sm li:nth-child(n + 3) { margin-top: 2vw; }
}
@media (max-width: 768px) {
	#pickup_sm { padding: 2vw 0; }
	#pickup_sm .titleBox_sm div { padding-right: 10vw; }
	#pickup_sm .titleBox_sm .heading_sm { width: 12vw; }
	#pickup_sm .titleBox_sm .title_sm { font-size: min(5vw, 50px); }
	#pickup_sm .titleBox_sm .pick_sm { width: 12vw; top: -3vw; }
}
@media (max-width: 480px) {
	#pickup_sm { padding-top: 0; padding-bottom: 0; }
	#pickup_sm .titleBox_sm div { padding-right: 0; }
	#pickup_sm .titleBox_sm .heading_sm { width: 20vw; }
	#pickup_sm .titleBox_sm .title_sm { font-size: min(8vw, 50px); }
	#pickup_sm .titleBox_sm .pick_sm {
		width: 34vw;
		max-width: 240px;
		top: -19vw;
		right: 50%;
		margin-right: -17vw;
	}
	#pickup_sm .bnrList_sm { margin-right: 0; }
	#pickup_sm li { width: 100%; margin-right: 0; }
	#pickup_sm li:not(:last-child) { margin-bottom: 3vw; }
	#pickup_sm li:nth-child(n + 3) { margin-top: 0; }
	#pickup_sm li a:before { border-width: 0 0 3vw 3vw; }
	#pickup_sm li .txt_sm { width: 60%; padding: 0 3vw; }
	#pickup_sm li .img_sm { flex: 1; }
	#pickup_sm li .txt_sm .subttl_sm { font-size: min(3vw, 16px); margin-bottom: 5px; }
	#pickup_sm li .txt_sm .mainttl_sm { font-size: min(4vw, 28px); }
	#pickup_sm + .pickBg_sm + .pickBg_sm { margin-top: -3vw; }
}


/*-----------------------------------

	popular

-----------------------------------*/

#popular_sm { padding: 5vw 0 6vw; }
#popular_sm .titleBox_sm { position: relative; margin: 0 auto; text-align: center; }
#popular_sm .titleBox_sm .title_sm { max-width: 410px; width: 27vw; margin: 0 auto; }
#popular_sm .titleBox_sm .deco_sm { width: 9vw; }
#popular_sm .titleBox_sm .deco01_sm { max-width: 120px; left: 16%; top: -15%; }
#popular_sm .titleBox_sm .deco02_sm { max-width: 130px; right: 17%; top: -10%; }

#popular_sm .itemList_sm {
	display: flex;
	margin-right: -50px;
	flex-wrap: wrap;
	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;
}
#popular_sm .itemList_sm li {
	width: calc(100%/3 - 50px);
	margin: 0 50px 60px 0;
	text-align: center;
    letter-spacing: 0;
    font-size: min(1.5vw,16px);
}
#popular_sm .itemList_sm .name_sm { margin: 15px 0 7px 0; }
#popular_sm .itemList_sm .price_sm { margin-bottom: 0; }
#popular_sm .itemList_sm li a img { transition: .3s; background: #fff; }
#popular_sm .itemList_sm li a:hover img { opacity: .7; }

#popular_sm .sale_wrap_sm { margin-top: 12px; }
#popular_sm .sale_sm { display: inline-block; margin-top: 2px; color: #c00; }
#popular_sm .sale_sm span { margin-left: 5px; }
#popular_sm .price_sm span { font-weight: 700; margin-left: 10px; font-size: min(3.5vw,16px); }
#popular_sm .price_sm .nosale_sm { position: relative; font-size: min(3.5vw,16px); }
#popular_sm .nosale_sm::before,
#popular_sm .nosale_sm::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    border-style: solid;
    border-color: #000
}
#popular_sm .nosale_sm::before { border-width: 1px 0 0; top: calc(50% - 2px); }
#popular_sm .nosale_sm::after { border-width: 0 0 1px; top: calc(50% + 1px); }

#popular_sm .bnr_sm {
	max-width: 800px;
	width: 74%;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 1.2rem 1rem -1rem hsl(200 50% 20% / 25%);
}
#popular_sm .bnr_sm:hover { box-shadow: none; transform: translateY(5px); }

@media (max-width: 920px) {
	#popular_sm .itemList_sm { margin-right: -30px; }
	#popular_sm .itemList_sm li { width: calc(100%/3 - 30px); margin: 0 30px 30px 0; }
}
@media (max-width: 768px) {
	#popular_sm { padding: 6vw 0 10vw; }
	#popular_sm .titleBox_sm .title_sm { width: 41vw; }
	#popular_sm .itemList_sm { margin-right: -2vw; }
	#popular_sm .itemList_sm li {
		width: calc(100%/2 - 2vw);
		margin: 0 2vw 2vw 0;
		font-size: min(2vw,16px);
	}
	#popular_sm .bnr_sm { margin-top: 3vw; }
}
@media (max-width: 480px) {
	#popular_sm .titleBox_sm .title_sm { width: 60vw; }
	#popular_sm .titleBox_sm .deco_sm { width: 20vw; top: 0; }
	#popular_sm .titleBox_sm .deco01_sm { left: -10%; }
	#popular_sm .titleBox_sm .deco02_sm { right: -10%; }
	#popular_sm .itemList_sm { margin-right: -15px; }
	#popular_sm .itemList_sm li {
		width: calc(100%/2 - 15px);
		margin: 0 15px 30px 0;
		font-size: min(2.7vw,16px);
	}
	#popular_sm .itemList_sm .name_sm { margin: 10px 0 5px 0; }
	#popular_sm .sale_wrap_sm { margin-top: 5px; }
	#popular_sm .sale_sm { margin-top: 0; }
	#popular_sm .bnr_sm { width: 100%; }
}

/*-----------------------------------

	special

-----------------------------------*/

.pickBgReverse_sm { transform: scale(-1,-1) translate(0,-1px); }
.pickBgLast_sm { transform: scale(-1,-1) translate(0,1px); }
#special_sm { position: relative; margin-top: -2vw; }
#special_sm .deco_sm {
	position: absolute;
	width: 28vw;
	top: -7vw;
	left: 50%;
	margin-left: -14vw;
}
#special_sm .title_sm {
	position: absolute;
	max-width: 480px;
	width: 32vw;
	text-align: center;
    top: -1vw;
    left: 50%;
    margin-left: -16vw;
}

/*---------------------
　　Tab
------------------------*/

.tabWrap_sm { padding-top: 7vw; }
.tabs_sm { display: flex; justify-content: center; border-bottom: 2px solid #D6CFC4; }
.tabs_sm li {
	width: calc(96%/5 - 2px);
	border-style: solid;
	border-color: #D6CFC4;
	border-width: 2px 2px 0 2px;
	background: #D6CFC4;
	text-align: center;
	transition: all .3s ease;
	margin-bottom: -2px;
	cursor: pointer;
}
.tabs_sm li:not(:last-child) { margin-right: 2px; }
.tabs_sm li:hover { background: #f6f3f0; }
.tabs_sm li.active_sm,
.tabs_sm li:hover { background: #f6f3f0; }
.tabs_sm li.active_sm span,
.tabs_sm li span:hover { color: #4bbba4; }
.tabs_sm li span {
	display: block;
	padding: 1vw 5px;
	font-size: min(1.4vw,22px);
	white-space: nowrap;
	letter-spacing: 0.05em;
}
.panels_sm { padding: 3vw 0 0 0 !important; }
.panels_sm > li.panel_sm { height: 0; opacity: 0; display: none; }
.panels_sm > li.panel_sm.show_sm { height: auto; opacity: 1; display: block; }

/* Item List */

#special_sm .itemList_sm { display: flex; flex-wrap: wrap; margin-right: -25px; }
#special_sm .itemList_sm li {
	width: calc(100%/5 - 25px);
	margin: 0 25px 25px 0;
	box-shadow: 0 3px 5px rgba(0,0,0,.16);
	background: #EFEFEF;
	border-bottom: 3px solid #FDC0A1;
}
#special_sm .itemList_sm li a {
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
}
#special_sm .itemList_sm li .imgBox_sm img { transition: .3s; background: #fff; }
#special_sm .itemList_sm li .txtBox_sm {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 10px;
	height: 100%;
}
#special_sm .itemList_sm li a:hover .imgBox_sm img { opacity: .7; }
#special_sm .itemList_sm li a .mainTtl_sm {
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	font-size: min(1.5vw,20px);
	margin-bottom: 0;
	letter-spacing: 0;
	font-weight: bold;
}
#special_sm .itemList_sm li a .mainTtl_sm .subttl_sm {
	font-size: min(1.2vw,16px);
	margin-bottom: 5px;
	display: block;
}

.bnrBrandWrap_sm { padding: 3vw 0 1rem; }
.bnrBrand_sm {
	max-width: 800px;
	width: 74%;
	padding: 16px 0;
	margin: 0 auto;
	background: #D6CFC4;
	box-shadow: 0 1.2rem 1rem -1rem hsl(200 50% 20% / 25%);
	text-align: center;
	position: relative;
	z-index: 1;
}
.bnrBrand_sm:hover { box-shadow: none; transform: translateY(5px); }
.bnrBrand_sm img { width: 50% !important; }

@media (max-width: 920px) {
	.tabs_sm li a {	padding: 1.5vw 5px; font-size: min(2.1vw,22px); letter-spacing: 0.05em; }
	#special_sm .itemList_sm { margin-right: -15px; }
	#special_sm .itemList_sm li { width: calc(100%/4 - 15px); margin: 0 15px 15px 0; }
}
@media (max-width: 768px) {
	#special_sm { padding: 12vw 0 0; }
	#special_sm .deco_sm { width: 40vw; top: -9vw; margin-left: -20vw; }
	#special_sm .title_sm { width: 50vw; margin-left: -25vw; }
	.tabWrap_sm { padding-top: 0; }
	#special_sm .itemList_sm li { width: calc(100%/3 - 15px); }
	#special_sm .itemList_sm li a .mainTtl_sm { font-size: min(2.5vw,20px); }
	#special_sm .itemList_sm li a .mainTtl_sm .subttl_sm { font-size: min(2.2vw,16px); }
	.tabs_sm li { width: calc(100% / 5); }
	.tabs_sm li span { padding: 1.5vw 0; font-size: min(2.5vw,22px); letter-spacing: 0.05em; }
}
@media (max-width: 480px) {
	#special_sm .deco_sm { width: 60vw; top: -18vw; margin-left: -30vw; }
	#special_sm .title_sm { width: 70vw; margin-left: -35vw; top: -6vw; }
	#special_sm .itemList_sm li { width: calc(100%/2 - 15px) }
	#special_sm .itemList_sm li a .mainTtl_sm { font-size: min(4vw,20px); }
	#special_sm .itemList_sm li a .mainTtl_sm .subttl_sm { font-size: min(3.7vw,16px); }
	.tabs_sm {
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-right: -10px !important;
		border: none;
	}
	.tabs_sm li {
		width: calc(100%/2 - 10px);
		margin: 0 10px 10px 0 !important;
		border: 1px solid #D6CFC4;
	}
	.tabs_sm li a { font-size: min(4vw, 22px); padding: 3vw 5px; }
	.tabs_sm li.active_sm a,
	.tabs_sm li a:hover { background: #fff; }
	.tabs_sm li span { padding: 2.5vw 5px; font-size: min(4vw, 22px); }
	.bnrBrandWrap_sm { padding: 8vw 0 0; }
	.bnrBrand_sm { width: 100%; }
	.bnrBrand_sm img { width: 80% !important; }
}

.beginnersGuide_sm { text-align: center; padding: 5vw 0; }
.beginnersGuide_sm a {
	background: rgba(25,25,25,1);
	max-width: 620px;
	padding: 23px 10px;
	width: 80vw;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.beginnersGuide_sm a:hover { background: rgba(25,25,25,.8); }
#wrapper_sm .beginnersGuide_sm a img { width: 54%; }

#recommend_fm .swiper { width: 100%; }

@media (max-width: 480px) {
	.beginnersGuide_sm { padding: 10vw 0; }
	#wrapper_sm .beginnersGuide_sm a img { width: 70%; }
}

