@charset "utf-8";
/* CSS Document */
.fs-preview-header { display: none; }
.fs-c-subgroupList__image > img {
	height: 50px;
	width: auto;
}

header {
	margin: 0;
	padding: 0;
}
header p,
header h1 {
	line-height: 1.0;
	padding: 0;
	margin: 0;
}
.header_inner {
	margin: 0 auto;
	height: 100%;
}
.fs-pt-carousel__slide__caption {
	display: none;
}
.fs-clientInfo:not(.is-ready) {
  display: flex !important;
}
.fs-l-header {
    display: block;
    padding-top: 0;
}
header .fs-p-headerUtilityMenu {
	background-color: #000;
	padding: 6px 0;
}
header .fs-p-headerUtilityMenu__list {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
header .fs-p-headerUtilityMenu__list a:link {
    color: #FFF;
}
.fs-p-headerUtilityMenu__list a:visited {
    color: #FFF;
}
header .fs-p-headerUtilityMenu__list a {
	font-size: 1.0em;
	color: #FFF;
}
header .fs-p-headerUtilityMenu__list a::before {
	display: none;
}
aside .top_link {
	position: relative;
}
aside .top_link a {
	display: block;
	padding: 5px;
	border-bottom: 1px solid #357e84;
}
aside .top_link a::after {
    font-size: 1.5em;
    content: "";
    display: table-cell;
    width: 10px;
    height: 1.5rem;
    background: url("https://dancenets.itembox.design/item/icn_list_arrow.svg") right center no-repeat;
        background-size: auto;
    background-size: 10px auto;
    line-height: 1.0;
    position: absolute;
    right: 5px;
    top: 7px;
}
.fs-l-header__contents {
	padding-top: 10px;
    display: block;
	position: relative;
}
.fs-l-header__contents {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	display: table;
}
.fs-l-header__contents > div:nth-child(1),
.fs-l-header__contents > div:nth-last-child(1)
{
	display: table-cell;
	width: 400px;
}
.fs-l-header__contents > div:nth-child(2) {
	display: table-cell;
	min-width: 400px;
	height: 56px;
}
.fs-l-header__contents > * {
    padding: 0;
}
.fs-l-header__contents > div.header_titletext {
    display: table-cell;
	vertical-align: middle;
}
.fs-l-header__contents > div.header_titletext p {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000;
}
.fs-l-header__contents > div.fs-l-header__logo {
	text-align: center;
	vertical-align: middle;
}
.fs-l-header__contents > div.fs-p-banner {
    border-radius: 0;
    border: 0 solid rgba(0,0,0,0.00);
    display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.fs-l-header__contents > div.fs-p-banner .inner {
	display: inline-block;
}
.fs-l-header__contents > div.fs-p-banner .fs-p-banner__link {
    display: flex;
	position: relative;
	font-size: 14px;
	font-weight: bold;
}
.fs-l-header__contents > div.fs-p-banner .fs-p-banner__link i {
	display: inline-flex;
    font-size: 20px;
	line-height: 20px;
}
.fs-l-header__contents > div.fs-p-banner .fs-p-banner__link .fs-p-banner__label {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: center;
	line-height: 20px;
}
.fs-l-header__contents > div.fs-p-banner .fs-p-banner__link .fs-p-banner__label .fs-p-banner__label--emphasis {
    font-size: 14px;
}
.header_middle_nav_area {
	width: 100%;
	position: relative;
	background-color: #357e84;
	padding-top: 10px;
}
.header_middle_nav_area .inner {
	position: relative;
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
header .fs-p-logo {
    display: inline-block;
    padding: 0;
}
header .fs-p-logo__lead {
	display: none;
}
header .fs-p-logo img {
	width: 90%;
	max-width: 280px;
	height: auto;
}
.header_search_area {
}
.header_search_area .fs-p-searchForm {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	z-index: 50;
	border: solid 1px #357e84;
	border-radius: 4px;
	overflow: hidden;
}
header .fs-p-productSearch {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	border: none;
}
.header_middle_nav_area .fs-p-headerNavBar {
    background: none;
    border-bottom: none;
    color: #000;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -10px;
}
.header_bottom_nav_area .fs-p-headerNavBar {
    background: none;
    border-bottom: none;
    color: #000;
	margin: 0 auto;
}
.fs-p-productSearch__formSwitch {
	width: 100px;
    display: block;
	text-align: center;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    cursor: pointer;
    background: #FFF;
    padding: 0 8px;
	
    cursor: pointer;
    line-height: 2;
	box-sizing: border-box;
	
	border: solid 1px #357e84;
	border-radius: 4px;
	position: relative;
	left: 320px;
	top: 0;
}
.fs-p-productSearch {
    border-bottom: 1px solid #999999;
    display: block;
    padding: 8px;
}
.fs-l-pageMain .header_search_area .fs-p-productSearch {
    border-bottom: 1px solid #999999;
    display: block;
    padding: 0;
}
.fs-p-searchForm__button {
	background-color: #357e84;
	border-radius: 0;
}
.fs-p-searchForm__button::before {
	background-color: rgba(0,0,0,0.60);
	border-radius: 0;
	
}
.fs-p-headerNavBar .fs-p-headerNavigation__link:link {
    color: #FFF;
}
.fs-p-headerNavBar .fs-p-headerNavigation__link:visited {
    color: #FFF;
}
.header_bottom_nav_area .fs-p-headerNavigation__link:link {
    color: #000;
}
.header_bottom_nav_area .fs-p-headerNavigation__link:visited {
    color: #000;
}
.fs-p-productSearch__search {
	margin-top: 10px;
	background-color: #357e84;
}
.fs-p-productSearch__search form {
}
.header_bottom_nav_area {
	position: relative;
}
header .fs-p-productSearch form {
	border: none;
	background-color: #FFF;
	border-bottom: 15px solid #357e84;
}
header .fs-p-productSearch form span
{
	border: none;
	background-color: #FFF;
}
header .fs-p-productSearch form .fs-c-checkboxGroup > span
{
	margin-bottom: 6px;
}
.slide_list {
	margin: 0;
}
.fs-p-inputGroup {
    display: flex;
    align-items: stretch;
    border: none;
	overflow: hidden;
}
.fs-p-productSearch__input {
	background-color: rgba(225,225,225,1.00);
	border: none;
}
.fs-p-productSearch__button {
	background-color: #357e84;;
}
.fs-p-productSearch__button::before {
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    font-size: 2.2rem;
    line-height: 1.2;
    position: absolute;
    text-indent: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: url("https://dancenets.itembox.design/item/icn_searchbtn.svg") center center no-repeat;
	background-size: 18px auto;
}
.fs-l-header__utility {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.searchform-nav {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.fs-p-productSearch__parameter {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
}
.fs-p-productSearch :checked + .fs-p-productSearch__formSwitch .fs-p-productSearch__formClose {
    display: block;
	color: #357e84;
}
.fs-p-productSearch__formOpen {
	color: #357e84;
}
.contact_area {
	display: block;
	width: 100%;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
}
.contact_area .inner {
	display: block;
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	line-height: 30px;
	height: 30px;
	vertical-align: top;
	position: relative;
}
.contact_area .tel_area {
	display: inline-block;
	padding: 0;
	line-height: 30px;
	height: 30px;
	box-sizing: content-box;
	vertical-align: top;
}
.contact_area .tel_area p {
	display: table-cell;
	text-align: center;
	padding: 0;
	height: 30px;
	vertical-align: middle;
	padding-right: 8px;
}
.contact_area .tel_area img {
	width: auto;
	height: 20px;
}
.contact_area .mail_area {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	background-color: rgba(255,255,255,0.10);
}
.contact_area .mail_area .inner {
	padding: 0;
}
.contact_area .mail_area a {
	display: table-cell;
	content: "";
	padding: 0;
	margin: 0;
	background: url("https://dancenets.itembox.design/item/icn_head_mail.svg") center center no-repeat;
	background-size: auto 20px;
	width: 30px;
	height: 30px;
	background-color:rgba(0,0,0,0.30);
}
.contact_area .bottom_area {
	display: inline-block;	
}
.contact_area .bottom_area p {
	display: block;
	column-span: 2;
	padding: 3px;
	color: #FFF;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}
.fs-p-headerNavigation__listItem {
    display: flex;
	text-align: center;
	min-width: auto;
}
.fs-p-headerNavigation__link {
    flex-direction: row;
	font-size: 10px;
	letter-spacing: 1px;
}
.fs-p-headerNavigation__listItem a {
	text-align: center;
	padding: 32px 10px 3px;
}
.fs-p-headerNavigation__listItem#zum {
	background: url("https://dancenets.itembox.design/item/icn_head_zum.svg") top center no-repeat;
	background-position: center 5px;
	background-size: auto 25px;
}
.fs-p-headerNavigation__listItem#itemlist {
	background: url("https://dancenets.itembox.design/item/icn_head_itemlist.svg") top center no-repeat;
	background-position: center 5px;
	
	background-size: auto 25px;
}
.fs-p-headerNavigation__listItem#genre {
	background: url("https://dancenets.itembox.design/item/icn_head_genre.svg") top center no-repeat;
	background-position: center 5px;
	background-size: auto 25px;
}
.fs-p-headerNavigation__listItem#favo {
	background: url("https://dancenets.itembox.design/item/icn_head_favo_white.svg") top center no-repeat;
	background-position: center 5px;
	background-size: auto 25px;
}
.fs-p-headerNavigation__listItem#mypage {
	background: url("https://dancenets.itembox.design/item/icn_head_mypage_white.svg") top center no-repeat;
	background-position: center 5px;
	background-size: auto 25px;
}
.fs-p-headerNavigation__listItem#cart {
	background: url("https://dancenets.itembox.design/item/icn_head_cart_white.svg") top center no-repeat;
	background-position: center 5px;
	background-size: auto 25px;
}

.fs-p-headerNavigation__listItem#cart .fs-p-headerNavigation__viewCartButton__label {
	display: block;
	text-align: center;
}
.fs-c-radio__label {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    position: relative;
    word-break: keep-all;
	padding: 3px 6px;
	border: 1px solid rgba(142,183,131,1.00);
	border-radius: 3px;
}
.fs-c-radio {
	margin-bottom: 6px;
}
.fs-c-radio__radioMark::before {
    border-radius: 50%;
    content: "";
    display: block;
    opacity: 1.0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 8px;
    margin: auto;
	background-color: rgba(228,228,228,1.00);
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
    background: #2559A8;
}
.fs-c-checkbox__label {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
	padding: 3px 6px;
	border: 1px solid rgba(142,183,131,1.00);
	border-radius: 3px;
	background-color: #FFF;
}
.fs-c-checkbox__checkbox + label > .fs-c-checkbox__checkMark {
    background: rgba(228,228,228,1.00);
    border-color:rgba(228,228,228,1.00);
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
    background: #1f5da0;
    border-color: #1f5da0;
}
.fs-c-checkbox__checkMark::before {
    color: #FFF;
    font-size: 1em;
	font-weight: bold;
    top: 0.05em;
    left: 0.05em;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::before {
    opacity: 1;
}
.fs-c-breadcrumb {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 1199px) {
	.fs-clientInfo.is-ready {
		display: block;
		margin-bottom: 15px;
	}
	.fs-l-header {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 3;
		width: 100%;
		padding: 0;
		background-color:rgba(255,255,255,0.80);
		box-sizing: border-box;
	}	
	.fs-l-header__drawerOpener {
		position: absolute;
		top: 0;
		left: 0;
		background-color:rgba(254,254,254,0.8);
		text-align: left;
		display: inline-block;
		z-index: 100;
	}
	header .fs-p-headerUtilityMenu {
		display: none;
	}
	.fs-l-header__utility {
		display: none;
	}
	.fs-l-header__contents {
		position: static;
		left: 0;
		top: 0;
		text-align: left;
		padding: 0;
		display: block;
	}
	.fs-l-header__logo {
		display: none;
	}
	.fs-p-drawerButton {
		cursor: pointer;
		display: table-cell;
		padding: 8px;
		background-color: #000;
		width: 47px;
		height: 47px;
		vertical-align: middle;
		text-align: center;
	}
	.fs-p-drawerButton__icon {
		font-size: 2.8rem;
		color: #FFF;
	}
	.fs-p-drawerButton__label {
		display: none;
	}
	.fs-p-headerNavBar {
		background: none;
		border-bottom: none;
		color: #000;
		width: auto;
		max-width: 1200px;
		margin: 0 auto;
		display: block;
		padding: 0;
		padding-right: 15px;
		vertical-align: middle;
	}
	.fs-l-header__contents {
		display: none;
	}
	.header_middle_nav_area {
		position: relative;
		z-index: 10;
		height: 47px;
		margin: 0;
	}
	.header_middle_nav_area .inner {
		position: relative;
		margin: 0;
		width: 100%;
	}
	.header_search_area .fs-p-searchForm {
		position: absolute;
		width: 180px;
		left: 58px;
		top: 0;
	}	

	header .fs-p-productSearch {
	}

	.header_search_area {
	}
	.header_bottom_nav_area {
		display: none;
	}
	
	header .fs-p-productSearch {
		border: none;
	}
	.fs-p-productSearch__formSwitch {
		display: inline-block;
		cursor: pointer;
		line-height: 28px;
		height: 28px;
		box-sizing: border-box;
		border: none;
		border-right: none;
		border-radius: 3px;
		left: 250px;
		width: auto;
		background-color: #000;
		color: #FFF;
	}
	.fs-p-productSearch__formSwitch span {
		color: #FFF;
	}
	.fs-p-productSearch :checked + .fs-p-productSearch__formSwitch .fs-p-productSearch__formClose {
		display: inline-block;
		color: #FFF;
		border-bottom: dotted 3px #357e84;
	}
	.fs-p-headerNavigation__link > i {
		font-size: 2vw;
	}
	.fs-l-page {
		padding-top: 60px;	
	}
	.fs-p-productSearch {
	}
	
	.fs-p-productSearch__search {
		box-sizing: border-box;
		padding: 0;
		margin: 9px auto 0;
	}
	header .fs-p-productSearch__form	{
		background-color: rgba(0,0,0,0.30);
	}
	.fs-p-headerNavigation {
		display: table;
		width: 100%;
	}
	.fs-p-headerNavigation ul {
		display: table-row;
	}
	.fs-p-headerNavigation ul li {
		display: table-cell;
		height: 47px;
		vertical-align: middle;
		text-align: center;
	}
	.fs-p-headerNavigation__listItem a {
		text-align: center;
		padding: 29px 10px 3px;
		line-height: 15px;
		font-size: 8px;
	}
	.fs-p-productSearch__inputTable th {
		padding-bottom: 3px;
	}
	.fs-p-productSearch__field > table:nth-child(1) {
		margin-bottom: 24px;
	}
	.contact_area {
		display: none;
	}
	.fs-p-sideMenu .fs-pt-menu__link--lv1::after {
		display: table-cell;
		content: "";
		position: absolute;
		right: 8px;
		top: 0;
		background: url("https://dancenets.itembox.design/item/icn_list_arrow.svg") right center no-repeat;
			background-size: auto;
		background-size: 10px auto;
		width: 12px;
		height: 1.9em;
		line-height: 1.9em;
	}
}

.slide_list {
	padding:0;
}
.fs-p-drawer__heading {
	display: none;
}
.fs-p-drawer {
	padding-top:0;
}
.fs-pt-menu--lv2 > li:nth-last-child(1) span {
	border-bottom: none;
}
.fs-p-sideMenu .fs-pt-menu__link--lv2::before {
	display: none;
}
.fs-p-sideMenu .fs-pt-menu__link--lv2::after {
	font-size: 1.5em;
    content: "";
	display: table-cell;
	width: 10px;
	height: 1.5rem;
	background: url("https://dancenets.itembox.design/item/icn_list_arrow.svg") right center no-repeat;
	background-size: 10px auto;
	line-height: 1.0;
	position:absolute;
	right: 5px;
	top: 14px;
}
.fs-p-sideMenu .fs-pt-menu__item + .fs-pt-menu__item {
    margin-top: 0;
}
.fs-p-sideMenu a {
    color: inherit;
    margin: -8px;
    padding: 8px;
        padding-left: 8px;
        padding-right: 15px;
    text-decoration: none;
	min-width: 200px;
	position: relative;
}
.fs-p-sideMenu .fs-pt-menu__heading a {
	padding-right: 15px;
}
.fs-pt-menu__link--lv2 {
	padding: 8px;
	font-size: 0.9em;
}
.fs-p-sideMenu .fs-pt-menu__link--lv2 {
	padding: 14px 8px 12px 8px;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
    border: 1px solid #C8C8C8;
	font-weight: bold;
	margin-bottom: 2px;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv2 {
    border-bottom: 1px solid #C8C8C8;
}
.fs-p-sideMenu .fs-pt-menu__link--lv1::after {
	display: none;
}
.fs-p-sideMenu .fs-pt-menu__link--lv1::after {
	display: table-cell;
	content: "";
	position: absolute;
	right: 8px;
	top: 0;
	background: url("https://dancenets.itembox.design/item/icn_list_arrow.svg") right center no-repeat;
	background-size: 10px auto;
	width: 12px;
	height: 1.9em;
	line-height: 1.9em;
}
.msb_wrap {
	display: table;
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 10px;
}
.fs-p-messageBoard {
    background-color: #EBEBEB;
    border: none;
    border-radius: 0;
    color: #3c3c3c;
    margin-bottom: 24px;
    padding: 16px;
	display: table-cell;
}
.msb_wrap::before {
	content: "";
	display: table-cell;
	background: url("https://dancenets.itembox.design/item/icn_headinfo.png") center center no-repeat;
	background-size: 50px auto;
	background-color: #357e84;
	width: 70px;
	height: 100%;
}
.fs-pt-column .fs-pt-column__item img {
	box-sizing: border-box;
	border:1px solid #ddd;
	width: 100%;
	height: auto;
}
.fs-pt-column .fs-pt-column__item .fs-pt-column__heading {
	display: none;
}
.fs-pt-column .fs-pt-column__item .fs-pt-column__description {
	display: none;
}
.fs-l-sideArea .side-head {
	margin-top: 0;
	padding: 0;
}
.fs-l-sideArea .side-head li {
	padding: 0;
	list-style: none;
}
.fs-l-sideArea .side-head li a {
}
.fs-l-sideArea .side-head li a:hover {
	opacity: 0.6;
}
.fs-l-sideArea .side-head li img {
	width: 100%;
	max-width: 200px;
	height: auto;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #DDD;
}
.fs-p-heading--lv2 {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #357e84;
	border-bottom: none;
	border-top: 2px dotted #999;
	padding-top: 15px;
	padding-left: 5px;
}
.fs-p-dateList {
	border: none;
	padding: 6px 10px;
	background-color: #EBEBEB;
	
}
.fs-p-dateList > li {
    border: 1px solid #FFF;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    border-width: 1px 0 0 0;
    padding: 8px 0 0;
}
.fs-p-dateList > li time:first-child {
    background: #357e84;
    color: #ffffff;
    line-height: 1.0;
    padding: 2px 9px 1.6px;
	font-size: 1.0em;
	font-weight: normal;
}
.fs-pt-column .fs-pt-column__item {
    padding-left: 0;
}
.fs-pt-column .fs-pt-column__item:nth-child(2n) {
    padding-left: 8px;
    padding-right: 0;
}
.fs-c-breadcrumb {
	width: 94%;
	max-width:1200px;
	margin: 0 auto;
}


.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #357e84;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #357e84;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}
.ranking_area_wrap .tab-content .slick-slide {
	padding-top: 40px;
	position: relative;
}
.ranking_area_wrap .tab-content .slick-track > .slick-slide:nth-child(1)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: table-cell;
	width: 40px;
	height: 40px;
	background: url("https://dancenets.itembox.design/item/rank_01.svg") center center no-repeat;
	background-size: auto 35px;
}
.ranking_area_wrap .tab-content .slick-track > .slick-slide:nth-child(1)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: table-cell;
	width: 40px;
	height: 40px;
	background: url("https://dancenets.itembox.design/item/rank_01.svg") center center no-repeat;
	background-size: auto 35px;
}
.ranking_area_wrap .tab-content .slick-track > .slick-slide:nth-child(2)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: table-cell;
	width: 40px;
	height: 40px;
	background: url("https://dancenets.itembox.design/item/rank_02.svg") center center no-repeat;
	background-size: auto 35px;
}
.ranking_area_wrap .tab-content .slick-track > .slick-slide:nth-child(3)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: table-cell;
	width: 40px;
	height: 40px;
	background: url("https://dancenets.itembox.design/item/rank_03.svg") center center no-repeat;
	background-size: auto 35px;
}
.ranking_area_wrap .tab-content .slick-track > .slick-slide:nth-child(4)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: table-cell;
	width: 40px;
	height: 40px;
	background: url("https://dancenets.itembox.design/item/rank_04.svg") center center no-repeat;
	background-size: auto 35px;
}
.ranking_area_wrap .tab-content .slick-track > .slick-slide:nth-child(5)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: table-cell;
	width: 40px;
	height: 40px;
	background: url("https://dancenets.itembox.design/item/rank_05.svg") center center no-repeat;
	background-size: auto 35px;
}
.fs-p-footerSnsLink {
	display: block;
	background-color: #000;
	padding: 8px 0;
	text-align: center;
}
.fs-p-footerSnsLink > li {
	display: inline-block;
	padding: 0 8px;
}
.fs-p-footerSnsLink > li a {
}
.fs-p-footerSnsLink > li a img {
	width: auto;
	height: 30px;
}
.fs-p-footerNavigation {
	color: #FFF;	
}
.fs-l-footer {
	background-color: #357e84;
	color: #FFF;
}
.fs-p-footerCopyright {
    background-color: #000;
}
.fs-p-productSearch__parameter {
	font-size: 0;
	height: 0;
	line-height: 0;
}
.fs-l-pageMain .header_middle_nav_area {
    width: 100%;
    position: relative;
    background-color: #FFF;
    padding-top: 10px;
}
.fs-l-footer a {
    color: #FFF;
	margin: 0 3px;
}
.only_sp {
	display: none;
}

@media screen and (max-width: 1200px) {
	.only_sp {
		display: block;
	}

	.fs-l-sideArea {
		max-width: 240px;
		z-index: 999;
	}
	.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
		max-width: 928px;
	}
	.fs-p-drawer__buttonContainer {
		margin-bottom: 15px;
	}
	.msb_wrap {
		display: table;
		width: 100%;
		border-radius: 0;
		overflow: hidden;
		margin-bottom: 10px;
	}	
	.msb_wrap::before {
		content: "";
		display: block;
		background: url("https://dancenets.itembox.design/item/icn_headinfo.png") center center no-repeat;
			background-color: rgba(0, 0, 0, 0);
			background-size: auto;
		background-size: 50px auto;
		background-color: #357e84;
		width: 100%;
		height: 20px;
	}
	.fs-p-messageBoard {
		background-color: #EBEBEB;
		border: none;
		border-radius: 0;
		color: #3c3c3c;
		margin-bottom: 0;
		padding: 16px;
		display: block;
	}
	.fs-pt-column .fs-pt-column__item {
		padding-left: 0;
		padding-right: 0;
	}
	.fs-pt-column .fs-pt-column__item:nth-child(2n) {
		padding-left: 0;
		padding-right: 0;
	}
	.fs-p-sideMenu a {
	    min-width: 185px;
	}
	.fs-c-productList__list {
		position: relative;
	}
	.fs-c-productList__controller {
		position: relative;
	}
	.fs-c-productList {
		position: relative;
	}
	.fs-l-pageMain {
		position: relative;
	}
	.header_middle_nav_area {
		position: relative;
		z-index: 10;
		height: auto;
		margin: 0;
	}

}
@media screen and (max-width: 520px) {
	.header_search_area .fs-p-searchForm {
		display: none;
	}
	.fs-p-productSearch__formSwitch {
		left: 70px;
	}	
}

.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.tag_mark {
width: 47%;
height: aouto;
}

.tag_mark2 {
width: 55%;
height: aouto;
}

.normal{
font-size:16px;
line-height:normal;
}
p.small{
line-height:90%;
}
p.big{
line-height:200%;
}