@charset "UTF-8";
html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,figure,figcaption{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { display: block }
caption { text-align: left; }
img { vertical-align: top; }
html {font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
main {display: block;/* for IE */}
abbr,acronym{border:0;font-variant:normal}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{font-size:100%}
input,button,textarea,select {font-size: 100%;font-family: inherit;color: inherit;}
input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0;}
input[type="button"],input[type="submit"] {border-radius: 0;-webkit-appearance: none;}
textarea {overflow: auto;vertical-align: top;}
li {list-style: none;}
i {font-style: normal;}
em { font-style: normal; font-weight: 700; }
input,textarea,button {
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	max-width: 100%;
	border-radius: 0;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
	background: transparent;
	border-radius: 0;
}
section,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,a { box-sizing: border-box; }
* {
	min-width: auto;
	min-height: auto;
}
/*==================================================
Body_Bace
==================================================*/
html {
	font-size: 62.5%;
}
body {
	min-width: 100%;
	width: 100%;
	font-size:1.5rem;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: #303030;
	font-family: source-han-sans-japanese , YuGothic, Yu Gothic, "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", 'ヒラギノ角ゴ W3' ,Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 300;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
img { max-width: 100%; width : auto; height: auto; }

/*------ media ------*/
@media screen and (max-width: 960px) {
	body { font-size: 1.5em; }
}
@media screen and (max-width: 640px) {
	body { font-size: 1.4em; }
}
@media screen and (max-width: 480px) {
	body { font-size: 1.3em; }
}

/*------ link ------*/
a,a:hover { color: #303030; }
a { text-decoration: none; transition: all .3s; }
a.txt-link {
	color: #1B85D3;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #303030;
}

/*------ wrapper ------*/
#wrapper {
	overflow-x: hidden;
	position: relative; 
}

#main .en {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
}


/*------ txt-description ------*/
.skip,
.skip-ahchor,
.skip-ahchor > *,
.txt-description {
	overflow: hidden;
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
}

/*------ animation ------*/
/* fade-anim / fade-list */
.fade-anim,
.fade-list li {
	opacity: 0;
}
.fade-anim.init,
.fade-list li.init {
	opacity: 1;
	transition: opacity 1.2s ease;
}

/*=================================================
keyframes
==================================================*/
@-webkit-keyframes infinity-loop {
	from {
	  transform: translateX(0vw);
	}
	to {
	  transform: translateX(-100%);
	}
  }
@keyframes infinity-loop {
  from {
    transform: translateX(0vw);
  }
  to {
    transform: translateX(-100%);
  }
}

/*=================================================
#header
==================================================*/
/*------ logo / gnav ------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	top: 0;
	left: 0;
	width: 100%;
  margin: 0 auto;
	box-sizing: border-box;
	z-index: 9990;
	transition: all .3s;
}
#header:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #fff;
	z-index: 5;
	transition: all .3s;
}
#header.fixed {
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.2);
}
.header {
	padding: 15px 0;
}
.header a {
	text-decoration: none;
}
/* header-logo */
/* 左上のロゴ */
#header .logo {
	position: relative;
  display: inline-block;
  width: 240px;
	padding: 15px 0 15px 20px;
	margin: -30px 0 0 0;
	vertical-align: middle;
	z-index: 10;
}
	@media screen and (max-width: 960px) {
		#header .logo {
			width: 300px;
			padding: 0;
			margin: -15px 0 0 20px;/* top 10px */
		}
	}
	@media screen and (max-width: 480px) {
		#header .logo {
			width: 150px;
			margin: 0px 0 0 8px;/* top 19px */
		}
	}

/* header-contents */
/* マイページ/カート/商品検索 */
.header-contents {
	position: relative;
	display: inline-block;
  width : -webkit-calc(100% - 270px) ;
	width : calc(100% - 270px) ;
	margin-right: 10px;
	text-align: right;
	vertical-align: middle;
	z-index: 10;
}
.menu-wrap,
.subnav {
	display: inline-block;
	vertical-align: middle;
}
	@media (min-width: 1301px) {
		.menu-wrap {
			display: inline-block !important;
		}
	}
	@media screen and (max-width: 1300px) {
    .header {
      height: 60px;
      padding: 0;
    }
		.header-contents {
			position: absolute;
			top: 5px;
			right: 62px;
		 	width : 260px;
		}
	}
	@media screen and (max-width: 960px) {
		.header-contents {
			top: 10px;
		}
  }
  @media screen and (max-width: 768px) {
    .header-contents {
      width : 100px;
    }
  }

/*=================================================
 gnav
==================================================*/
/* gnav */
	@media (min-width: 769px) {
		.gnav {
			display: block;
			vertical-align: middle;
		}
		.gnav li {
			display: inline-block;
			margin: 0 0 0 20px;
		}
		.gnav li:first-child {
			margin-left: 0;
		}
		.gnav li a {
			position: relative;
			display: block;
			padding: 20px 0;
			text-align: center;
		}
		.gnav li a::after {
			position: absolute;
			bottom: 12px;
			left: 50%;
			content: '';
			width: 0;
			height: 2px;
			background: #101936;
			transition: .3s;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
		}
		.gnav li.current a::after,
		.gnav li a:hover::after {
			width: 100%;
		}
		.gnav li a:hover {
			color: #101936;
		}
		.gnav li ul {
			position: absolute;
		}
		.gnav li li {
			height: 0;
			overflow: hidden;
			transition: .5s;
			display: block;
			margin: 0;
		}
		.gnav li li a {
			background: #B41519;
			color: #fff;
			display: block;
			text-decoration: none;
			padding: 0 10px;
			height: 4.5rem;
			line-height: 4.5rem;
			border-bottom: 1px solid #941519;
		}
		.gnav li li a:hover {
			color: #f49599;
		}
		.gnav li li a:after {
			height: 0;
		}
		.gnav li:hover > ul > li {
			height: 4.5rem;
			overflow: visible;
    }
	}
	@media (min-width: 1301px) and (max-width: 1500px) {
		.gnav li a {
			font-size: 1.5rem;
		}
	}
	@media screen and (max-width: 1300px) {
		.gnav {
			margin: 0 0 50px;
		}
		.gnav li {
			margin: 0 30px 0 0;
		}
		.gnav li a {
			color: #fff;
			font-weight: 700;
		}
	}
	@media screen and (max-width: 768px) {
		.gnav li {
			display: block;
			margin: 0 0 2px;
			text-align: left;
			vertical-align: middle;
			border-bottom: 1px solid #fff;
		}
		.gnav li a {
			position: relative;
			display: block;
			padding: 17px 30px 17px 10px;
			color: #fff;
		}
		.gnav li a:after {
			display: block;
			position: absolute;
			top: 50%;
			right: 10px;
			width: 20px;
			height: 20px;
			content:"";
			background: url(../img/icn_arrow_right.svg) no-repeat 0 0 / contain;
			 -webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);
		}
		
		.gnav > ul > li:nth-last-child(2),
		.gnav > ul > li:last-child {
			margin-top: 30px;
			border-bottom: none;
		}
		.gnav > ul >  li:nth-last-child(2) > a,
		.gnav > ul >  li:last-child > a {
			padding-bottom: 5px;
			font-size: 1.15em;
		}
		.gnav > ul >  li:nth-last-child(2) > a:after,
		.gnav > ul >  li:last-child > a:after {
			display: none;
    }
  }
  
/* menu-login */
.menu-inner .login {
  display: none;
}
  @media screen and (max-width: 768px) {
    .menu-inner .login {
      display: block;
      color: #fff;
      font-size: 1.15em;
      font-weight: 700;
      padding: 17px 30px 17px 10px;
    }
  }

/* menu-sns */
.menu-inner .sns {
	display: none;
}
	@media screen and (max-width: 1300px) {
		.menu-inner .sns {
			display: block;
			margin-top: 50px;
			text-align: center;
		}
		.menu-inner .sns li {
			display: inline-block;
			width: 30px;
			margin: 0 10px;
		}
	}

/*=================================================
subnav
==================================================*/
.subnav {
	display: inline-block;
	margin: 0 0 0 20px;
}
.subnav li {
	display: inline-block;
	margin: 0 0 0 15px;
	font-size: 1.2rem;
}
.subnav li a {
	position: relative;
	display: block;
	padding: 35px 0 0;
}
.subnav li a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 25px;
	height: 25px;
	content: "";
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.subnav01 a:before {
	background: url(../img/icn_user.svg) no-repeat 0 0 / contain;
}
.subnav02 a:before {
	background: url(../img/icn_cart.svg) no-repeat 0 0 / contain;
}
.subnav03 a:before {
	background: url(../img/icn_search.svg) no-repeat 0 0 / contain;
}
.subnav04 a:before {
	background: url(../img/icn_none.svg) no-repeat 0 0 / contain;
}

@media screen and (max-width: 960px) {
	.subnav {
		display: inline-block;
		margin-top: 8px;
		margin: 0;
	}
	.subnav li {
		margin: 0 0 0 5px;
	}
	.subnav li a {
		padding: 30px 0 0;
		font-size: 1.0rem;
		letter-spacing: -0.05rem;
	}
}
@media screen and (max-width: 768px) {
	.subnav .subnav01 {
		display: none;
	}
}

/*=================================================
category-nav
==================================================*/
#header .category-nav {
	display: none;
}
	@media screen and (max-width: 960px) {
		#header .category-nav {
			display: block;
		}
	}

#header .category-nav {
	position: relative;
	overflow-x: auto;
	width: 105%;
	height: 40px;
	background: #C30D23;
	z-index: 6;
}
#header .category-nav::-webkit-scrollbar {
	height: 2px;
}
#header .category-nav::-webkit-scrollbar-track {
	background: #C30D23;
}
#header .category-nav::-webkit-scrollbar-thumb {
	background: #C30D23;
}
#header .category-nav ul {
	display: table;
	width: 100%;
	padding-right: 20px;
}
#header .category-nav li {
	position: relative;
	float: none;
	width: auto;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#header .category-nav li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	color: #fff;
}
	@media screen and (max-width: 960px) {
		#header .category-nav li {
			min-width: 130px;
		}
		#header .category-nav > ul > li:nth-child(4) {
			min-width: 100px;
		}
		#header .category-nav ul ul li:nth-child(1),
		#header .category-nav ul ul li:nth-child(2) {
			min-width: 100px;
		}
		#header .category-nav ul ul li:last-child {
			min-width: 160px;
		}
	}

/*=================================================
#Responsive nav
==================================================*/ 
.menu-wrap .menu-logo,
.menu-search,
.menu-search .input-wrap {
	display: none;
}
	@media (min-width: 961px) and (max-width: 1300px) {
		.menu-wrap {
			display: none;
		}
	}
	@media screen and (max-width: 1300px) {
		.menu-wrap {
			display: none;
			position: fixed;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			padding: 0 20px 30px;
			overflow-x: hidden;
			overflow-y: auto;
			text-align: left;
			z-index: 20;
			background: #101936;
			box-sizing: border-box;
		}
		#nav-wrap {
			position: absolute;
			top: 40%;
			left: 8%;
			width: 92%;
			 -webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);
		}
	}
	@media (min-width: 769px) and (max-width: 1300px) {
		.menu-inner {
			position: absolute;
			top: 50%;
			left: 50%;
			width: 100%;
			text-align: center;
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}
	}
	@media screen and (max-width: 768px) {
		#nav-wrap {
			position: relative;
			top: auto;
			left: auto;
			width: 100%;
			margin: 0 auto;
			 -webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}
		.menu-wrap .gnav {
			display: none;
			max-width: 700px;
			width: 100%;
			margin: 100px auto 20px;
		}
		.menu-wrap.open .gnav {
			display: block;
		}
	}

/*menu-btn  effect */
.menu-button {
	display: none;
}
	@media screen and (max-width: 1300px) {
		.menu-button {
			position: relative;
			display: block;
			cursor: pointer;
	  }
		.menu-button,
		.menu-button span {
			display: inline-block;
			transition: all 0.4s;
			box-sizing: border-box;
		}
		.menu-button {
			position: fixed;
			top: 0;
			right: 0;
			width: 60px;
			height: 60px;
			border: 1px solid #101936;
			background: #101936;
			z-index: 20;
		}
		.menu-button span {
			position: absolute;
			left: 18px;
			width: 25px;
			height: 2px;
			background-color: #fff;
			border-radius: 4px;
		}
		.menu-button span:nth-of-type(1) {
			top: 12px;
		}
		.menu-button span:nth-of-type(2) {
			top: 20px;
		}
		.menu-button span:nth-of-type(3) {
			top: 28px;
		}
		.menu-button.active span:nth-of-type(1) {
			-webkit-transform: translateY(6px) rotate(-45deg);
			transform: translateY(6px) rotate(-45deg);
		}
		.menu-button.active span:nth-of-type(2) {
			opacity: 0;
		}
		.menu-button.active span:nth-of-type(3) {
			-webkit-transform: translateY(-10px) rotate(45deg);
			transform: translateY(-10px) rotate(45deg);
		}
		.menu-button p {
			position: absolute;
			bottom: 23px;
			left: 53%;
			width: 40px;
			text-align: center;
			font-size: 1.0rem;
			color: #fff;
			-webkit-transform: translate(-50%, 100%);
			transform: translate(-50%, 100%);
		}
		.menu-button p.txt-close {
			display: none;
		}
		.menu-button.active p.txt-close {
			display: block;
		}
		.menu-button.active p.txt-menu {
			display: none;
		}
	}
	@media screen and (max-width: 960px) {
		.menu-button {
			top: 0;
			right: 0;
		}
	}

/* secrchOpen
---------------------------------------*/
.secrchOpen {
	position: absolute;
	left: 0;
	width: 100%;
	height: 95px;
	background-color: rgba(147, 11, 11, 0.9);
	z-index: 500;
	display: none;
}
#fixedsecrchOpen {
	position: fixed;
	top: -95px;
	left: 0;
	width: 100%;
	height: 95px;
	background-color: rgba(147, 11, 11, 0.9);
	z-index: 500;
}
.secrchOpen .inr {
	position: relative;
	padding: 20px 0;
}
.secrchOpen form {
	position: relative;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.secrchOpen input.fs-text {
	width: 80%;
	padding: 15px 10px;
	outline: none;
	border: none;
	background: #fff;
}
.secrchOpen .fs-submit {
	position: absolute;
	top: 50%;
	right: 5px;
	overflow: hidden;
	display:inline-block;
	width: 45px;
	height: 38px;
	margin-top: -19px;
	white-space: nowrap;
	text-indent: 200%;
	border: none;
	background: url(../img/icn_search.svg) no-repeat 50% 50%;
	background-size: 18px 18px;
	outline: none;
}
.secrchOpen .btn_close {
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -10px;
}
	@media screen and (max-width: 768px) {
		.secrchOpen .inr {
			position: relative;
			padding: 20px 3%;
			box-sizing: border-box;
		}
		.secrchOpen form {
			width : -webkit-calc(100% - 30px) ;
			width : calc(100% - 30px) ;
			margin: 0;
		}
		.secrchOpen .inputbox {
			width: 90%;
			margin: 0;
		}
		.secrchOpen .btn_close {
			width: 15px;
			right: 3%;
		}
	}
	@media screen and (max-width: 415px) {
		.secrchOpen input#input_search {
			width: 75%;
		}
	}
/*=================================================
#main
==================================================*/
#kv {
	margin: 90px 0 0;
}
.main .inner {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
	@media screen and (max-width: 1500px) {
		#kv {
			margin: 60px 0 0;
		}
	}
	@media screen and (max-width: 960px) {
		#kv {
			margin: 100px 0 0;
		}
	}

/* sentence -----------*/
.main p,
.main ul,
.main ol,
.main dl {
	line-height: 175%;
}
	@media screen and (max-width: 768px) {
		.main p,
		.main ul,
		.main ol,
		.main dl {
			line-height: 175%;
		}
	}


/*=================================================
 Page-header
==================================================*/
.page-header,
.page-header-line {
	margin: 90px 0 0;
}
	@media screen and (max-width: 1500px) {
		.page-header,
		.page-header-line {
			margin: 60px 0 0;
		}
	}
	@media screen and (max-width: 960px) {
		.page-header,
		.page-header-line {
			margin: 100px 0 0;
		}
	}

/* page-header */
.page-header {
	background: url(../img/bg_mens_main.jpg) no-repeat 50% 50% / cover;
}
.fs-body-category-lw-soft-sole .page-header,
.fs-body-category-ashinari-type .page-header,
.fs-body-category-ladies .page-header {
	background: url(../img/bg_ladies_main.jpg) no-repeat 50% 50% / cover;
}
.fs-body-category-kids .page-header {
	background: url(../img/bg_kids_main.jpg) no-repeat 50% 50% / cover;
}
.fs-body-category-etc .page-header,
.fs-body-category-tabisocks .page-header{
	background: url(../img/bg_etc_main.jpg) no-repeat 50% 50% / cover;
}
.fs-body-category-leather .page-header {
	background: url(../img/bg_leather_main.jpg) no-repeat 50% 50% / cover;
}
.fs-body-category-winter .page-header {
	background: url(../img/bg_winter_main.jpg) no-repeat 50% 50% / cover;
}
.fs-body-category-room-model .page-header,
.fs-body-category-room .page-header {
	background: url(../img/bg_room_main.jpg) no-repeat 0% 50% / cover;
}
.fs-body-category-rekyu .page-header {
	background: url(../img/bg_rekyu_main.jpg) no-repeat 50% 50% / cover;
}
.fs-body-category-square-type .page-header,
.fs-body-category-y-rekyu .page-header {
	background: url(../img/bg_rekyu02_main.jpg) no-repeat 50% 50% / cover;
}
.fs-body-category-rin .page-header,
.contact .page-header,
.about .page-header {
	background: url(../img/about/bg_about_main.jpg) no-repeat 50% 50% / cover;
}
.fs-body-category-m-ellipse-type .page-header,
.fs-body-category-basic-model .page-header {
	background: url(../img/bg_basic_main.jpg) no-repeat 50% 50% / cover;
}
.fs-body-category-oval-type .page-header {
	background: url(../img/bg_oval_main.jpg) no-repeat 50% 50% / cover;
}
.fs-body-category-mule-sole .page-header {
	background: url(../img/bg_mule_main.jpg) no-repeat 50% 50% / cover;
}
.fs-body-category-eva-sole .page-header {
	background: url(../img/bg_eva-sole_main.jpg) no-repeat 50% 50% / cover;
}
.fs-body-category-planning .page-header {
	background: url(../img/bg_planning_main-1.jpg) no-repeat 50% 50% / cover;
}
.fs-body-category-glovesandal .page-header {
	background: url(../img/bg_glove_main.jpg) no-repeat 50% 50% / cover;
}

.page-header-inner {
	position: relative;
	max-width: 1200px;
	width: 94%;
	height: 378px;
	margin: 0 auto;
}
.page-header h1 {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0 0 25px;
	color: #fff;
	font-size: 2.6rem;
	border-bottom: 1px solid #fff;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.page-header .logo-brand {
	position: absolute;
	bottom: 0;
	right: 150px;
	-webkit-transform: translate(50px, -50%);
	transform: translate(50px, -50%);
}
.page-header .logo-txt {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

	@media screen and (max-width: 1400px) {
		.page-header .logo-txt {
			right: 0;
			-webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);
		}
	}
	@media screen and (max-width: 768px) {
		.page-header-inner {
			height: auto;
			padding: 57.6% 0 0;
		}
		.page-header h1 {
			top: 80%;
		}



		.page-header .logo-txt {
			top: 7%;
			right: 3%;
			width: 11%;
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}



		.page-header .logo-brand {
			width: 35%;
			right: 0;
			-webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);
		}
	}
	@media screen and (max-width: 640px) {
		.page-header h1 {
			font-size: 2.4rem;
		}
	}
	@media screen and (max-width: 480px) {
		.page-header h1 {
			padding: 0 0 3%;
			font-size: 2.2rem;
		}
	}

/* page-header-line */
.page-header-line {
	display: block;
	width: 100%;
	height: 50px;
	content: "";
	background: #101936;
}
	@media screen and (max-width: 960px) {
		.page-header-line {
			height: 20px;
		}
	}

/* page-header-cart  etc... */
.fs-l-header + .page-header-cart {
	margin: 0;
}
.page-header-cart,
.fs-body-login .page-header,
.fs-body-about-privacyPolicy .page-header,
.fs-body-about-terms .page-header {
	display: block;
	width: 100%;
	content: "";
	background: #101936;
}
.page-header-cart .page-header-inner,
.fs-body-login .page-header .page-header-inner,
.fs-body-about-privacyPolicy .page-header-inner,
.fs-body-about-terms .page-header-inner {
	height: 100px;
}
.page-header-cart h1,
.fs-body-login .page-header h1,
.fs-body-about-privacyPolicy .page-header h1,
.fs-body-about-terms .page-header h1 {
	padding: 0;
	border-bottom: none;
}
	@media screen and (max-width: 960px) {
		.page-header-cart .page-header-inner,
		.fs-body-login .page-header .page-header-inner,
		.fs-body-about-privacyPolicy .page-header-inner,
		.fs-body-about-terms .page-header-inner {
			padding: 100px 0 0;
		}
	}
	@media screen and (max-width: 768px) {
		.page-header-cart h1,
		.fs-body-login .page-header h1,
		.fs-body-about-privacyPolicy .page-header h1,
		.fs-body-about-terms .page-header h1 {
			top: 50%;
		}
	}

/*=================================================
 breadcrumb
==================================================*/
.fs-c-breadcrumb {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto 85px;
	padding: 20px 0;
}
.fs-c-breadcrumb li {
	display: inline-block;
	padding: 0 5px 0 0;
	line-height: 120%;
}
.fs-c-breadcrumb li a {
	padding: 0 5px 0 0;
	color: #1775C6;
}
	@media screen and (max-width: 960px) {
		.fs-c-breadcrumb {
			margin-bottom: 5%;
		}
	}

/*=================================================
category-introduction
==================================================*/
.category-introduction {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 110px;
}
.category-introduction h2 {
	margin: 0 0 60px;
	color: #101936;
	font-size: 2.6rem;
	text-align: center;
}
.category-introduction h2 br {
	display: none;
}
.category-introduction h3 {
	margin: 0 0 30px;
	color: #101936;
	font-size: 2.2rem;
	font-weight: 700;
}
.category-introduction p {
	margin: 0 0 30px;
}
.category-introduction figure {
	text-align: center;
}
.category-introduction figcaption {
	margin-top: 10px;
	font-size: 0.90em;
	text-align: center;
	line-height: 120%;
}
	@media (min-width: 961px) {
		.category-introduction .column02 {
			display: flex;
		}
		.category-introduction .txt-column {
			width: 41%;
			margin-right: 8%;
		}
		.category-introduction .img-column {
			flex: 1;
		}
	}
	@media screen and (max-width: 960px) {
		.category-introduction h2 {
			margin: 0 0 50px;
			font-size: 2.4rem;
		}
		.category-introduction h3 {
			font-size: 2.0rem;
		}
		.category-introduction .txt-column {
			margin: 0 0 50px;
		}
	}
	@media screen and (max-width: 640px) {
		.category-introduction {
			margin-bottom: 16%;
		}
		.category-introduction h2 {
			margin: 0 0 40px;
			font-size: 2.2rem;
		}
		.category-introduction h2 br {
			display: block;
		}
		.category-introduction h3 {
			font-size: 1.8rem;
		}
		.category-introduction p {
			margin: 0 0 25px;
		}
	}

/* rekyu */
.category-rekyu .img-column li:last-child figure img {
	max-width: 140px;
	margin: 0 auto;
}
	@media (min-width: 481px) {
		.category-rekyu .img-column ul {
			display: flex;
		}
		.category-rekyu .img-column li:first-child {
			width: 65.8%;
			margin-right: 5%;
		}
		.category-rekyu .img-column li:last-child {
			flex: 1;
		}
		.category-rekyu .img-column li:last-child figure img {
			width: 85%;
		}
	}
	@media screen and (max-width: 480px) {
		.category-rekyu .img-column ul {
			width: 90%;
			margin: 0 auto;
		}
		.category-rekyu .img-column li:first-child {
			margin: 0 0 40px;
		}
		.category-rekyu .img-column li:last-child figure img {
			width: 40%;
		}
	}

/* rin */
.category-rin .img-column figure img {
	max-width: 170px;
	width: 90%;
	margin: 0 auto;
}
.category-rin .img-column ul {
	display: flex;
	flex-wrap: wrap;
}
.category-rin .img-column li {
	width: 31.333%;
	margin-right: 3%;
}
.category-rin .img-column li:nth-child(3) {
	margin-right: 0;
}
	@media screen and (max-width: 480px) {
		.category-rin .img-column li {
			width: 48.5%;
			margin-bottom: 30px;
		}
		.category-rin .img-column li:nth-child(3) {
			margin-right: 3%;
		}
		.category-rin .img-column li:nth-child(2) {
			margin-right: 0;
		}
	}

/* rekyu02 */
.category-rekyu02 .img-column li + li {
	margin-top: 50px;
}

/*=================================================
 base-2column frame
==================================================*/
.frame-column02 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 110px;
}
	@media (min-width: 961px) {
		.frame-column02 {
			display: flex;
			flex-flow: row-reverse;
		}
		.frame-main {
			width: 75%;
			margin-left: 5%;
		}
		.frame-side {
			flex: 1;
		}
	}
	@media screen and (max-width: 960px) {
		.frame-column02 {
			margin-bottom: 15%;
		}
	}

/* frame-main
------------------------------------------------ */
/*box-keyword*/
.box-keyword {
	position: relative;
	display: flex;
	margin: 0 0 30px;
}
.box-keyword .item-number {
	width: 180px;
}
.box-keyword .sort {
	width : -webkit-calc(100% - 180px) ;
	width : calc(100% - 180px) ;
	text-align: right;
}
.box-keyword .sort dl {
	width: 300px;
	margin: 0 0 0 auto;
}
.box-keyword .sort dt {
	width: 80px;
	float: left;
}
.box-keyword .sort dd {
	padding: 0 0 0 80px;
}
.box-keyword .sort li {
	display: inline-block;
	padding: 0 10px;
	font-size: 1.4rem;
	background: #E0E0E0;
}
.box-keyword .sort li.current {
	color: #fff;
	background: #C31723;
}

	@media screen and (max-width: 960px) {
		.box-keyword .sort dl {
			position: relative;
			width: 120px;
			text-align: left;
		}
		.box-keyword .sort dt {
			position: relative;
			width: 100%;
			padding: 0 5px;
			height: 35px;
			line-height: 35px;
			border: 1px solid #101936;
		}
		.box-keyword .sort dt:before {
			display: block;
			position: absolute;
			top: 50%;
			right: 10px;
			width: 15px;
			height: 1px;
			content: "";
			background: #101936;
		}
		.box-keyword .sort dt:after {
			display: block;
			position: absolute;
			top: 50%;
			right: 17px;
			width: 1px;
			height: 15px;
			content: "";
			background: #101936;
			-webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);
		}
		.box-keyword .sort dt.active:after {
			display: none;
		}
		.box-keyword .sort dd {
			display: none;
			position: absolute;
			top: 35px;
			left: 0;
			padding: 0;
			z-index: 10;
		}
		.box-keyword .sort ul {
			width: 120px;
		}
		.box-keyword .sort li {
			display: block;
			border-bottom: 1px solid #fff;
		}
		.box-keyword .sort li:last-child {
			border-bottom: none;
		}
	}

/* pager */
.pager {
	margin-top: 150px;
	text-align: center;
}
.pager li {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}
.pager li span,
.pager li a:hover {
	color: #C30D23;
}
.pager li.prev a,
.pager li.next a  {
	overflow: hidden;
	display:block;
	position: relative;
	white-space: nowrap;
	text-indent: 120%;
	width: 40px;
	height: 40px;
	border: 1px solid #C30D23;
	border-radius: 50%;
}
.pager li.prev a:after,
.pager li.next a:after {
	display: block;
	position: absolute;
	content:"";
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .3s;
}
.pager li.prev a:after {
	left: 17px;
	border-bottom: 1px solid #C30D23;
	border-left: 1px solid #C30D23;
}
.pager li.next a:after {
	right: 17px;
	border-top: 1px solid #C30D23;
	border-right: 1px solid #C30D23;
}
.pager li.prev a:hover,
.pager li.next a:hover  {
	background: #C30D23;
}
.pager li.prev a:hover:after {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
.pager li.next a:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
	@media screen and (max-width: 960px) {
		.pager {
			margin-top: 15%;
		}
	}

/* frame-side
------------------------------------------------ */
/* side-category */
.side-category dl {
	margin: 0 0 40px;
}
.side-category dt {
	position: relative;
	padding: 0 0 20px;
	font-size: 2.0rem;
	border-bottom: 1px solid #101936;
}
.side-category dt:before {
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 80%;
	height: 1px;
	left: 0;
	content: "";
	background: #C31723;
}
.side-category ul {
	padding: 20px;
	margin: 0 0 0 20px;
}
.side-category li {
	list-style: disc;
}
.side-category li a:hover {
	color: #C31723;
}
	@media screen and (max-width: 960px) {
		.side-category {
			border: 1px solid #707070;
			margin: 0 0 40px;
		}
		.side-category dl {
			margin: 0;
			border-bottom: 1px solid #707070;
		}
		.side-category dl:last-child {
			border-bottom: none;
		}
		.side-category dt {
			position: relative;
			padding: 10px;
			font-size: 1.8rem;
			border-bottom: none;
		}
		.side-category dt:before {
			display: none;
		}
		.side-category dt:before {
			display: block;
			position: absolute;
			top: 50%;
			left: auto;
			right: 10px;
			width: 15px;
			height: 1px;
			content: "";
			background: #101936;
		}
		.side-category dt:after {
			display: block;
			position: absolute;
			top: 50%;
			right: 17px;
			width: 1px;
			height: 15px;
			content: "";
			background: #101936;
			-webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);
		}
		.side-category dt.active:after {
			display: none;
		}
		.side-category dd {
			display: none;
		}
		.side-category ul {
			padding: 0;
			margin: 0;
		}
		.side-category li {
			list-style: none;
			border-top: 1px solid #ccc;
		}
		.side-category li a {
			display: block;
			padding: 10px;
			background: #F9F9F9;
		}
	}
	@media screen and (max-width: 640px) {
		.side-category dt {
			font-size: 1.6rem;
		}
	}
	@media screen and (max-width: 480px) {
		.side-category dt {
			font-size: 1.5rem;
		}
	}

/* side-bnr */
.side-bnr li {
	margin: 0 0 20px;
}
	@media screen and (max-width: 960px) {
		.side-bnr ul {
			display: flex;
			flex-wrap: wrap;
		}
		.side-bnr li {
			width: 48.5%;
			margin: 0 3% 10px 0;
			text-align: center;
		}
		.side-bnr li:nth-child(2n) {
			margin-right: 0;
		}
	}

/*=================================================
 Parts
==================================================*/
/* ttl -----------*/
.ttl {
	margin: 0 0 45px;
	font-size: 2.6rem;
	vertical-align: middle;
}
.ttl .en {
	margin-left: 1em;
	font-size: 1.4rem;
	color: #ccc;
}
.ttl .ttl-inner {
	position: relative;
	display: inline-block;
	z-index: 1;
}
.ttl .ttl-inner:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 3000px;
	height: 1px ;
	content: "";
	margin-left: -3050px;
	background: #101936;
}
.ttl.-red .ttl-inner:before {
	background: #B41519;
}
.ttl .ttl-inner:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 3000px;
	height: 1px ;
	content: "";
	margin-right: -3050px;
	background: #ccc;
}
	@media (min-width: 769px) and (max-width: 1500px) {
		.ttl .ttl-inner:before {
			display: none;
		}
	}
	@media screen and (max-width: 960px) {
		.ttl {
			font-size: 2.4rem;
		}
		.ttl .en {
			font-size: 1.3rem;
		}
	}
	@media screen and (max-width: 768px) {
		.ttl {
			text-align: center;
		}
		.ttl .en {
			display: block;
			margin: 15px 0 0;
		}
		.ttl .ttl-inner:before {
			margin-left: -3020px;
		}
		.ttl .ttl-inner:after {
			margin-right: -3020px;
		}
	}
	@media screen and (max-width: 480px) {
		.ttl {
			font-size: 2.2rem;
		}
		.ttl .en {
			font-size: 1.2rem;
		}
	}


/* group-item -----------*/
.group-item {
	padding: 0 0 70px;
}
.sec-bestseller.group-item {
	padding: 0 0 20px;
}
/* h3 */
.group-item h3 {
	position: relative;
	margin: 0 0 20px;
	font-size: 20px;
}
.group-item h3:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px ;
	content: "";
	background: #ccc;
}
.group-item h3 .en {
	position: relative;
	padding-right: 1em;
 	background: #fff;
 	z-index: 10;
}

/* img */
.group-item .img-wrap {
	position: relative;
}
.group-item .img-wrap figure {
	position: relative;
	overflow: hidden;
	max-width: 380px;
	width: 100%;
	margin: 0 auto 10px;
}
.group-item .img-wrap figure img {
	width: 100%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 1s;
}
.group-item li:hover .img-wrap figure img {
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}

/* number */
.group-item .img-wrap .number {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	content: "";
	background: #E0E0E0;
	border-radius: 50%; 
	z-index: 10;
}
.group-item .img-wrap .number._01 {
	background: #D2AA42;
}
.group-item .img-wrap .number._02 {
	background: #657078;
}
.group-item .img-wrap .number._03 {
	background: #954B27;
}

/* icn */
.group-item .img-wrap .icn {
	display: block;
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 36px;
	height: 36px;
	content: "";
	background: #E0E0E0;
	border-radius: 50%; 
	z-index: 10;
}
.group-item .img-wrap .icn:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	content: "";
	background: url(../img/icn_heart_wt.svg) no-repeat 0 0 / contain;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.group-item .img-wrap .icn.current {
	background: #67D0F7;
}
.group-item .img-wrap .icn.current:after {
	background: url(../img/icn_heart_bk.svg) no-repeat 0 0 / contain;
}
	@media screen and (max-width: 768px) {
		.group-item .img-wrap .icn {
			width: 28px;
			height: 28px; 
		}
		.group-item .img-wrap .icn:after {
			width: 10px;
			height: 10px;
		}
	}

/* txt */
.group-item .txt {
	text-align: center;
	letter-spacing: 0;
}
.group-item .price {
	text-align: center;
	font-weight: 700;
}
.group-item .price span {
	font-size: 1.1rem;
	font-weight: 300;
}
	@media screen and (max-width: 960px) {
		.group-item .txt {
			font-size: 1.3rem;
		}
	}

/*==================================================
parts
==================================================*/
/* btn-base */
.btn-base {
	position: relative;
	display: block;
	max-width: 270px;
	width: 100%;
	padding: 13px 15px;
	font-size: 1.5rem;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	line-height: 110%;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
}
.btn-base:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 17px;
	height: 1px;
	content: "";
	background: #fff;
	transition: all .3s;
}
.btn-base:hover {
	color: #101936;
	background: #fff;
}
.btn-base:hover:after {
	background: #101936;
}
.btn-base:visited {
	color: #fff;
}
.btn-base:visited:hover {
	color: #101936;
}

/* (line-bk) */
.btn-base.line-bk {
	color: #101936;
	border-color: #101936;
}
.btn-base.line-bk:after {
	background: #101936;
}
.btn-base.line-bk:hover {
	color: #fff;
	background: #101936;
}
.btn-base.line-bk:hover:after {
	background: #fff;
}

/*==================================================
slider - custom-pagination
==================================================*/
.custom-pagination {
	display: none;
	max-width: 600px;
	width: 70%;
	margin: 0 auto;
}
	.sec-recommend .custom-pagination {
		width: 90%;
	}

.custom-pagination ul {
	display: flex;
}
.custom-pagination .bar {
    display: inline-block;
	width: 90%;
    height: 2px;
    margin: 0 auto;
	background: #D0D0D0;
	outline: none;
}

.custom-pagination .swiper-slide-thumb-active .bar {
	background: #C31723;
}
	@media screen and (max-width: 768px) {
		.custom-pagination {
			display: block;
		}
	}


/*==================================================
 btn-instagram / btn-twitter
==================================================*/
.btn-sns {
	max-width: 500px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.btn-sns a {
	display: block;
	padding: 25px 5px;
	border: 1px solid #707070;
	background: #fff;
	border-radius: 49px;
}
.btn-sns a:hover {
	color: #fff;
	background: #101936;
}
.btn-sns p {
	display: inline-block;
	margin: 5px 20px;
}
.btn-sns p.txt02 {
	position: relative;
	font-weight: 700;
}
.btn-sns p.txt02:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.btn-instagram {
	background: #fff;
	padding: 50px 0 90px;
}
.btn-instagram .btn-sns {
	margin: 0 auto;
}
.btn-instagram p.txt02 {
	padding: 0 0 0 42px;
}
.btn-instagram p.txt02:after {
	width: 31px;
	height: 32px;
	background: url(../img/icn_instagram02.svg) no-repeat 0 0 / contain;
}
.btn-twitter p.txt02 {
	padding: 0 0 0 57px;
	color: #22A1F2;
}
.btn-twitter p.txt02:after {
	width: 47px;
	height: 38px;
	background: url(../img/icn_twitter02.svg) no-repeat 0 0 / contain;
}
	@media screen and (max-width: 640px) {
		.btn-sns a {
			padding: 10px 5px;
			border-radius: 15px;
		}
		.btn-instagram {
			padding: 10% 0 15%;
		}
		.btn-twitter p.txt02 {
			padding: 0 0 0 41px;
		}
		.btn-twitter p.txt02:after {
			width: 31px;
			height: 32px;
		}
	}
	@media screen and (max-width: 480px) {
		.btn-sns a {
			padding: 15px 5px;
			border-radius: 10px;
		}
		.btn-sns  p {
			display: block;
			margin: 5px 0;
		}
		.btn-sns  p.txt02 {
			display: inline-block;
		}
	}

/*==================================================
sec-calendar
==================================================*/
.sec-calendar {
	padding: 100px 0 40px;
}
.sec-recommend + .sec-calendar {
	padding-top: 0;
}
.sec-calendar .calendar-column {
	overflow: hidden;
}
.sec-calendar .left-column,
.sec-calendar .right-column {
	width: 49%;
	float: left;
}
.sec-calendar .left-column {
	margin-right: 2%;
}
	@media (min-width: 769px) {
		.sec-calendar .column-wrap {
			display: flex;
		}
		.sec-calendar .txt-column {
			width: 41.6%;
		}
		.sec-calendar .calendar-column {
			flex: 1;
			padding: 0 0 0 10%;
		}
	}
	@media screen and (max-width: 768px) {
		.sec-calendar {
			padding: 10% 0;
		}
		.sec-calendar .txt-column {
			margin: 0 0 30px;
		}
	}
	@media screen and (max-width: 640px) {
		.sec-calendar .left-column,
		.sec-calendar .right-column {
			width: 100%;
			float: none;
			text-align: center;
		}
		.sec-calendar .left-column {
			margin-right: 0;
			margin-bottom: 40px;
		}
	}

/*==================================================
sec-pay
==================================================*/
.sec-pay {
	padding: 0 0 70px;
}

/* card-info */
.sec-pay .card-info .img-column ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sec-pay .card-info .img-column li {
	margin: 0 10px;
}
	@media (min-width: 769px) {
		.sec-pay .card-info {
			display: flex;
			margin: 0 0 20px;
		}
		.sec-pay .card-info .txt-column {
			width: 47.6%;
		}
		.sec-pay .card-info .img-column {
			flex: 1;
			padding: 0 0 0 10%;
		}
	}
	@media screen and (max-width: 768px) {
		.sec-pay .card-info {
		margin: 0 0 50px;
		}
		.sec-pay .card-info .txt-column {
			margin: 0 0 20px;
		}
		.sec-pay .card-info .img-column li {
			width: 48%;
			margin: 0 1% 20px;
			text-align: center;
		}
	}

/* pay-info */
.sec-pay .pay-info .txt01 em {
	font-size: 2.2rem;
	margin-right: 1em;
}
.sec-pay .pay-info .txt02 {
	margin: 0 0 25px;
}
.sec-pay .pay-info dt {
	margin: 30px 0 10px;
	font-size: 1.7rem;
	font-weight: 700;
}
.sec-pay .pay-info dd {
	margin: 0 0 20px;
}
.sec-pay .pay-info .btn-base {
	margin-top: 20px;
}
.sec-pay .pay-info .img-column {
	text-align: center;
}
	@media (min-width: 769px) {
		.sec-pay .pay-info {
			display: flex;
			align-items: center;
		}
		.sec-pay .pay-info .txt-column {
			width: 47.6%;
		}
		.sec-pay .pay-info .img-column {
			flex: 1;
			padding: 0 0 0 10%;
		}
	}
	@media screen and (max-width: 960px) {
		.sec-pay .pay-info dt {
			font-size: 1.6rem;
			text-align: center;
		}
		.sec-pay .pay-info .txt01 em {
			font-size: 2.0rem;
		}
	}
	@media screen and (max-width: 768px) {
		.sec-pay .pay-info .txt01 em {
			display: block;
			margin-right: 0;
		}
		.sec-pay .pay-info .img-column {
			display: none;
		}
		.sec-pay .pay-info .img-column figure { 
			max-width: 350px;
			margin: 0 auto;
		}
	}
	@media screen and (max-width: 480px) {
		.sec-pay .pay-info dt {
			font-size: 1.5rem;
		}
		.sec-pay .pay-info .txt01 em {
			font-size: 1.8rem;
		}
	}

/*==================================================
sec-store
==================================================*/
.sec-store {
	padding: 45px 0 95px;
	background: #F6F2EE;
}
.sec-store .logo {
	margin: 0 0 15px;
	text-align: center;
}
.sec-store h2 {
	margin: 0 0 50px;
	text-align: center;
	font-size: 3.6rem;
	line-height: 120%;
}
.sec-store h2 br {
	display: none;
}
.sec-store .img-slider {
	margin: 0 0 45px;
}
.sec-store .list-address {
	max-width: 590px;
	width: 90%;
	margin: 0 auto 55px;
}
.sec-store .list-address dt {
	width: 90px;
		float: left;
}
.sec-store .list-address dd {
	padding: 0 0 0 90px;
}
.sec-store .list-address dd a {
	margin-left: 20px;
	color: #1B85D3;
	text-decoration: underline;
}
	@media screen and (max-width: 960px) {
		.sec-store h2 {
			font-size: 3.0rem;
		}
		.sec-store h2 br {
			display: block;
		}
	}
	@media screen and (max-width: 640px) {
		.sec-store {
			padding: 10% 0 15%;
		}
		.sec-store h2 {
			margin: 0 0 30px;
			font-size: 2.8rem;
		}
	}
	@media screen and (max-width: 480px) {
		.sec-store h2 {
			font-size: 2.2rem;
		}
	}

/* store-instagram */
.store-instagram {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
.store-instagram h3 {
	margin: 0 0 20px;
	text-align: center;
	font-size: 3.0rem;
}
.store-instagram .link-instagram {
	margin: 0 0 25px;
	 text-align: center;
}
.store-instagram .link-instagram a {
	position: relative;
	 padding: 0 0 0 42px;
	 color: #682BC1;
}
.store-instagram .link-instagram a:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 31px;
	height: 32px;
	content: "";
	background: url(../img/icn_instagram02.svg) no-repeat 0 0 / contain;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.store-instagram ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
}
.store-instagram li {
	width: 15.6%;
	margin: 0 1.28% 1.28% 0;
}
.store-instagram li:nth-child(6n) {
	margin-right: 0;
}
.store-instagram li a {
	overflow: hidden;
	display: block;
	position: relative;
	padding: 100% 0 0;
	background: #101936;
}
.store-instagram li img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}




	@media screen and (max-width: 960px) {
		.store-instagram h3 {
			font-size: 2.8rem;
		}
	}
	@media screen and (max-width: 768px) {
		.store-instagram li {
			width: 24.04%;
		}
		.store-instagram li:nth-child(6n) {
			margin-right: 1.28%;
		}
		.store-instagram li:nth-child(4n) {
			margin-right:  0;
		}
	}
	@media screen and (max-width: 480px) {
		.store-instagram h3 {
			font-size: 2.4rem;
		}
		.store-instagram li {
			width: 32%;
		}
		.store-instagram li:nth-child(4n) {
			margin-right:  1.28%;
		}
		.store-instagram li:nth-child(3n) {
			margin-right:  0;
		}
	}

/*==================================================
sec-catalog
==================================================*/
.sec-catalog {
	padding: 50px 0 90px;
}
.sec-catalog .list {
	display: flex;
	flex-wrap: wrap;
}
.sec-catalog .list li {
	margin-right: 2%;
	text-align: center;
}
.sec-catalog .list li.type-synthesis {
	width: 24.3%;
}
.sec-catalog .list li.type-image {
	width: 14.5%;
}
.sec-catalog .list figure {
	position: relative;
	overflow: hidden;
	margin: 0 0 10px;
}
.sec-catalog .list figure img {
	width: 100%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 1s;
}
.sec-catalog .list li:hover figure img {
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}
.sec-catalog .list .txt {
	color: #1B85D3;
	text-decoration: underline;
	font-size: 1.5rem;
	letter-spacing: 0;
}
.sec-catalog .list .txt-size {
	font-size: 1.4rem;
}
	@media screen and (max-width: 960px) {
		.sec-catalog .list .txt {
			font-size: 1.4rem;
		}
	}
	@media screen and (max-width: 768px) {
		.sec-catalog {
			padding-bottom: 12%;
		}
	}
	@media screen and (max-width: 480px) {
		.sec-catalog .list li {
			margin-bottom: 30px;
		}
		.sec-catalog .list li.type-synthesis {
			width: 48%;
		}
		.sec-catalog .list li.type-image {
			width: 33.3%;
		}
		.sec-catalog .list .txt {
			font-size: 1.3rem;
		}
	}


/*==================================================
fs_form
==================================================*/
.fs-c-productMarks {
	margin-top: 5px;
}
.fs-c-variationCart {
	padding: 0;
}
.fs-c-variationCart > li {
	display: flex;
}
.fs-c-variationCart--withImage .fs-c-variationCart__variationName {
	max-width: 180px;
	line-height: 120%;
}
.fs-c-variationCart--withImage .fs-c-variationCart__cartButton {
	min-width: 130px;
	width: 220px;
}
.fs-c-variationCart__wishlist {
	margin-right: 5px;
}
.fs-c-button--primary {
	padding: 15px 5px;
}
	@media screen and (max-width: 960px) {
		.fs-c-variationCart--withImage > li {
			max-width: 400px;
			width: 100%;
		}
	}
	@media screen and (max-width: 640px) {
		.fs-c-variationCart--withImage .fs-c-variationCart__cartButton {
			width: 180px;
		}
	}


/* modal */
.fs-c-productImageModal__inner,
.fs-c-productImageModal__contents,
.fs-c-productImageModalCarousel {
	height: 100%;
}
.fs-c-productImageModalCarousel__track {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* slider */
.fs-c-productThumbnail__image > img {
	border: 1px solid #ccc;
}

/*==================================================
 fs-c-modal--inquiry
==================================================*/

.fs-c-modal--inquiry .fs-c-modal__header {
	padding: 15px;
}
.fs-c-modal--inquiry .fs-c-inquiryMessage {
	margin: 0 0 20px;
}
.fs-c-modal--inquiry .fs-c-inputTable__headerCell {
	margin: 0 0 10px;
}
.fs-c-modal--inquiry .fs-c-inputTable__dataCell {
	margin: 0 0 20px;
}
.fs-c-modal--inquiry input[type="text"],
.fs-c-modal--inquiry input[type="tel"],
.fs-c-modal--inquiry textarea {
	padding: 10px;
	box-sizing: border-box;
}
.fs-c-modal--inquiry textarea {
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 3px 5px;
}
.fs-c-modal--inquiry .fs-c-button--standard {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 15px;
	color: #fff;
	font-size: 1.4rem;
	border: 1px solid #101936;
	background: #101936;
	box-shadow: none;
	border-radius: 28px;
}
	@media screen and (max-width: 480px) {
		.fs-c-modal--inquiry .fs-c-modal__inner {
			width: 96%;
			min-width: 280px;
			margin: 0 auto;
		}
	}

/*==================================================
 fs-  etc...  ( page : guide /  )
==================================================*/
/*商品名省略*/
@media screen and (min-width: 768px) {
	.sec-new p.txt,
	.sec-bestseller p.txt{
		overflow:hidden;
		text-overflow: ellipsis;
		white-space:nowrap;
		width: 370px;
	}
	.sec-recommend p.txt,
	.fs-c-productListItem__productName .fs-c-productName__name{
		overflow:hidden;
		text-overflow: ellipsis;
		white-space:nowrap;
		width: 270px;
	}
}

/*商品グループ変更*/
.fs-c-productListItem__notice {
	background: #fff!important;
	padding: 0!important;
	text-align: left!important;
}
.fs-c-productListItem__outOfStock{
	border: none!important;
}
@media screen and (min-width: 768px) {
  .fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
    grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  }
  .fs-c-productList__list > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(4) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(5) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(6) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(7) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(8) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(9) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(10) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(11) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(12) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(14) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(15) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(16) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(17) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(18) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(19) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(20) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(21) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }

  .fs-c-productList__list > *:nth-child(22) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(23) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(24) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(25) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(26) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(27) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(28) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(29) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(30) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(31) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(32) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(33) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(34) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(35) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(36) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(37) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(38) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(39) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(40) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(41) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(42) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(43) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(44) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(45) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(46) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(47) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(48) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(49) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(50) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(51) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(52) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(53) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(54) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(55) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(56) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(57) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(58) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(59) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(60) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(61) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(62) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(63) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(64) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(65) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(66) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(67) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(68) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(69) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(70) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(71) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(72) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(73) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(74) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(75) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(76) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(77) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 26;
    grid-row: 26;
  }

  .fs-c-productList__list > *:nth-child(78) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(79) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(80) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(81) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(82) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(83) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(84) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(85) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(86) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(87) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(88) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(89) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(90) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(91) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-productList__list > *:nth-child(92) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-productList__list > *:nth-child(93) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-productList__list > *:nth-child(94) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productList__list > *:nth-child(95) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productList__list > *:nth-child(96) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productList__list > *:nth-child(97) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .fs-c-productList__list > *:nth-child(98) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .fs-c-productList__list > *:nth-child(99) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .fs-c-productList__list > *:nth-child(100) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 34;
    grid-row: 34;
  }
  .fs-c-productList__list > *:nth-child(101) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 34;
    grid-row: 34;
  }
  .fs-c-productList__list > *:nth-child(102) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 34;
    grid-row: 34;
  }
  .fs-c-productList__list > *:nth-child(103) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 35;
    grid-row: 35;
  }
  .fs-c-productList__list > *:nth-child(104) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 35;
    grid-row: 35;
  }
  .fs-c-productList__list > *:nth-child(105) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 35;
    grid-row: 35;
  }
  .fs-c-productList__list > *:nth-child(106) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 36;
    grid-row: 36;
  }
  .fs-c-productList__list > *:nth-child(107) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 36;
    grid-row: 36;
  }
  .fs-c-productList__list > *:nth-child(108) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 36;
    grid-row: 36;
  }
  .fs-c-productList__list > *:nth-child(109) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 37;
    grid-row: 37;
  }
  .fs-c-productList__list > *:nth-child(110) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 37;
    grid-row: 37;
  }
  .fs-c-productList__list > *:nth-child(111) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 37;
    grid-row: 37;
  }
  .fs-c-productList__list > *:nth-child(112) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 38;
    grid-row: 38;
  }
  .fs-c-productList__list > *:nth-child(113) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 38;
    grid-row: 38;
  }
  .fs-c-productList__list > *:nth-child(114) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 38;
    grid-row: 38;
  }
  .fs-c-productList__list > *:nth-child(115) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 39;
    grid-row: 39;
  }
  .fs-c-productList__list > *:nth-child(116) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 39;
    grid-row: 39;
  }
  .fs-c-productList__list > *:nth-child(117) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 39;
    grid-row: 39;
  }
  .fs-c-productList__list > *:nth-child(118) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 40;
    grid-row: 40;
  }
  .fs-c-productList__list > *:nth-child(119) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 40;
    grid-row: 40;
  }
  .fs-c-productList__list > *:nth-child(120) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 40;
    grid-row: 40;
  }
  .fs-c-productList__list > *:nth-child(121) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 41;
    grid-row: 41;
  }
  .fs-c-productList__list > *:nth-child(122) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 41;
    grid-row: 41;
  }
  .fs-c-productList__list > *:nth-child(123) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 41;
    grid-row: 41;
  }
  .fs-c-productList__list > *:nth-child(124) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 42;
    grid-row: 42;
  }
  .fs-c-productList__list > *:nth-child(125) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 42;
    grid-row: 42;
  }
  .fs-c-productList__list > *:nth-child(126) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 42;
    grid-row: 42;
  }
  .fs-c-productList__list > *:nth-child(127) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 43;
    grid-row: 43;
  }
  .fs-c-productList__list > *:nth-child(128) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 43;
    grid-row: 43;
  }
  .fs-c-productList__list > *:nth-child(129) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 43;
    grid-row: 43;
  }
  .fs-c-productList__list > *:nth-child(130) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 44;
    grid-row: 44;
  }
  .fs-c-productList__list > *:nth-child(131) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 44;
    grid-row: 44;
  }
  .fs-c-productList__list > *:nth-child(132) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 44;
    grid-row: 44;
  }
  .fs-c-productList__list > *:nth-child(133) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 45;
    grid-row: 45;
  }
  .fs-c-productList__list > *:nth-child(134) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 45;
    grid-row: 45;
  }
  .fs-c-productList__list > *:nth-child(135) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 45;
    grid-row: 45;
  }
  .fs-c-productList__list > *:nth-child(136) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 46;
    grid-row: 46;
  }
  .fs-c-productList__list > *:nth-child(137) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 46;
    grid-row: 46;
  }
  .fs-c-productList__list > *:nth-child(138) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 46;
    grid-row: 46;
  }
  .fs-c-productList__list > *:nth-child(139) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 47;
    grid-row: 47;
  }
  .fs-c-productList__list > *:nth-child(140) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 47;
    grid-row: 47;
  }
  .fs-c-productList__list > *:nth-child(141) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 47;
    grid-row: 47;
  }
  .fs-c-productList__list > *:nth-child(142) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 48;
    grid-row: 48;
  }
  .fs-c-productList__list > *:nth-child(143) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 48;
    grid-row: 48;
  }
  .fs-c-productList__list > *:nth-child(144) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 48;
    grid-row: 48;
  }
  .fs-c-productList__list > *:nth-child(145) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 49;
    grid-row: 49;
  }
  .fs-c-productList__list > *:nth-child(146) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 49;
    grid-row: 49;
  }
  .fs-c-productList__list > *:nth-child(147) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 49;
    grid-row: 49;
  }
  .fs-c-productList__list > *:nth-child(148) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 50;
    grid-row: 50;
  }
  .fs-c-productList__list > *:nth-child(149) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 50;
    grid-row: 50;
  }
  .fs-c-productList__list > *:nth-child(150) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 50;
    grid-row: 50;
  }
  .fs-c-productList__list > *:nth-child(151) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 51;
    grid-row: 51;
  }
  .fs-c-productList__list > *:nth-child(152) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 51;
    grid-row: 51;
  }
  .fs-c-productList__list > *:nth-child(153) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 51;
    grid-row: 51;
  }
  .fs-c-productList__list > *:nth-child(154) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 52;
    grid-row: 52;
  }
  .fs-c-productList__list > *:nth-child(155) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 52;
    grid-row: 52;
  }
  .fs-c-productList__list > *:nth-child(156) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 52;
    grid-row: 52;
  }
  .fs-c-productList__list > *:nth-child(157) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 53;
    grid-row: 53;
  }
  .fs-c-productList__list > *:nth-child(158) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 53;
    grid-row: 53;
  }
  .fs-c-productList__list > *:nth-child(159) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 53;
    grid-row: 53;
  }
  .fs-c-productList__list > *:nth-child(160) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 54;
    grid-row: 54;
  }
  .fs-c-productList__list > *:nth-child(161) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 54;
    grid-row: 54;
  }
  .fs-c-productList__list > *:nth-child(162) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 54;
    grid-row: 54;
  }
  .fs-c-productList__list > *:nth-child(163) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 55;
    grid-row: 55;
  }
  .fs-c-productList__list > *:nth-child(164) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 55;
    grid-row: 55;
  }
  .fs-c-productList__list > *:nth-child(165) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 55;
    grid-row: 55;
  }
  .fs-c-productList__list > *:nth-child(166) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 56;
    grid-row: 56;
  }
  .fs-c-productList__list > *:nth-child(167) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 56;
    grid-row: 56;
  }
  .fs-c-productList__list > *:nth-child(168) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 56;
    grid-row: 56;
  }
  .fs-c-productList__list > *:nth-child(169) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 57;
    grid-row: 57;
  }
  .fs-c-productList__list > *:nth-child(170) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 57;
    grid-row: 57;
  }
  .fs-c-productList__list > *:nth-child(171) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 57;
    grid-row: 57;
  }
  .fs-c-productList__list > *:nth-child(172) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 58;
    grid-row: 58;
  }
  .fs-c-productList__list > *:nth-child(173) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 58;
    grid-row: 58;
  }
  .fs-c-productList__list > *:nth-child(174) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 58;
    grid-row: 58;
  }
  .fs-c-productList__list > *:nth-child(175) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 59;
    grid-row: 59;
  }
  .fs-c-productList__list > *:nth-child(176) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 59;
    grid-row: 59;
  }
  .fs-c-productList__list > *:nth-child(177) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 59;
    grid-row: 59;
  }
  .fs-c-productList__list > *:nth-child(178) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 60;
    grid-row: 60;
  }
  .fs-c-productList__list > *:nth-child(179) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 60;
    grid-row: 60;
  }
  .fs-c-productList__list > *:nth-child(180) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 60;
    grid-row: 60;
  }
  .fs-c-productList__list > *:nth-child(181) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 61;
    grid-row: 61;
  }
  .fs-c-productList__list > *:nth-child(182) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 61;
    grid-row: 61;
  }
  .fs-c-productList__list > *:nth-child(183) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 61;
    grid-row: 61;
  }
  .fs-c-productList__list > *:nth-child(184) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 62;
    grid-row: 62;
  }
  .fs-c-productList__list > *:nth-child(185) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 62;
    grid-row: 62;
  }
  .fs-c-productList__list > *:nth-child(186) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 62;
    grid-row: 62;
  }
  .fs-c-productList__list > *:nth-child(187) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 63;
    grid-row: 63;
  }
  .fs-c-productList__list > *:nth-child(188) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 63;
    grid-row: 63;
  }
  .fs-c-productList__list > *:nth-child(189) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 63;
    grid-row: 63;
  }
  .fs-c-productList__list > *:nth-child(190) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 64;
    grid-row: 64;
  }
  .fs-c-productList__list > *:nth-child(191) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 64;
    grid-row: 64;
  }
  .fs-c-productList__list > *:nth-child(192) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 64;
    grid-row: 64;
  }
  .fs-c-productList__list > *:nth-child(193) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 65;
    grid-row: 65;
  }
  .fs-c-productList__list > *:nth-child(194) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 65;
    grid-row: 65;
  }
  .fs-c-productList__list > *:nth-child(195) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 65;
    grid-row: 65;
  }
  .fs-c-productList__list > *:nth-child(196) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 66;
    grid-row: 66;
  }
  .fs-c-productList__list > *:nth-child(197) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 66;
    grid-row: 66;
  }
  .fs-c-productList__list > *:nth-child(198) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 66;
    grid-row: 66;
  }
  .fs-c-productList__list > *:nth-child(199) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 67;
    grid-row: 67;
  }
  .fs-c-productList__list > *:nth-child(200) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 67;
    grid-row: 67;
  }
}
@media screen and (min-width: 960px) {
  .fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
    grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  }
  .fs-c-productList__list > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(4) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(5) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(6) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(7) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(8) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(9) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(10) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(11) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(12) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(14) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(15) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(16) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(17) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(18) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(19) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(20) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(21) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(22) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(23) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(24) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(25) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(26) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(27) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(28) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(29) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(30) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(31) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(32) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(33) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(34) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(35) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(36) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(37) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(38) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(39) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(40) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(41) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(42) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(43) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(44) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(45) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(46) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(47) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(48) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(49) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(50) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(51) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(52) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(53) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(54) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(55) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(56) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(57) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(58) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(59) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(60) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(61) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(62) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(63) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(64) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(65) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(66) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(67) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(68) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(69) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(70) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(71) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(72) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(73) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(74) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(75) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(76) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(77) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(78) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(79) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(80) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(81) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(82) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(83) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(84) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(85) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(86) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(87) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(88) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(89) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(90) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(91) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-productList__list > *:nth-child(92) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-productList__list > *:nth-child(93) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-productList__list > *:nth-child(94) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productList__list > *:nth-child(95) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productList__list > *:nth-child(96) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productList__list > *:nth-child(97) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .fs-c-productList__list > *:nth-child(98) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .fs-c-productList__list > *:nth-child(99) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .fs-c-productList__list > *:nth-child(100) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 34;
    grid-row: 34;
  }
  .fs-c-productList__list > *:nth-child(101) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 34;
    grid-row: 34;
  }
  .fs-c-productList__list > *:nth-child(102) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 34;
    grid-row: 34;
  }
  .fs-c-productList__list > *:nth-child(103) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 35;
    grid-row: 35;
  }
  .fs-c-productList__list > *:nth-child(104) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 35;
    grid-row: 35;
  }
  .fs-c-productList__list > *:nth-child(105) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 35;
    grid-row: 35;
  }
  .fs-c-productList__list > *:nth-child(106) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 36;
    grid-row: 36;
  }
  .fs-c-productList__list > *:nth-child(107) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 36;
    grid-row: 36;
  }
  .fs-c-productList__list > *:nth-child(108) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 36;
    grid-row: 36;
  }
  .fs-c-productList__list > *:nth-child(109) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 37;

    grid-row: 37;
  }
  .fs-c-productList__list > *:nth-child(110) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 37;
    grid-row: 37;
  }
  .fs-c-productList__list > *:nth-child(111) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 37;
    grid-row: 37;
  }
  .fs-c-productList__list > *:nth-child(112) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 38;
    grid-row: 38;
  }
  .fs-c-productList__list > *:nth-child(113) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 38;
    grid-row: 38;
  }
  .fs-c-productList__list > *:nth-child(114) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 38;
    grid-row: 38;
  }
  .fs-c-productList__list > *:nth-child(115) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 39;
    grid-row: 39;
  }
  .fs-c-productList__list > *:nth-child(116) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 39;
    grid-row: 39;
  }
  .fs-c-productList__list > *:nth-child(117) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 39;
    grid-row: 39;
  }
  .fs-c-productList__list > *:nth-child(118) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 40;
    grid-row: 40;
  }
  .fs-c-productList__list > *:nth-child(119) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 40;
    grid-row: 40;
  }
  .fs-c-productList__list > *:nth-child(120) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 40;
    grid-row: 40;
  }
  .fs-c-productList__list > *:nth-child(121) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 41;
    grid-row: 41;
  }
  .fs-c-productList__list > *:nth-child(122) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 41;
    grid-row: 41;
  }
  .fs-c-productList__list > *:nth-child(123) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 41;
    grid-row: 41;
  }
  .fs-c-productList__list > *:nth-child(124) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 42;
    grid-row: 42;
  }
  .fs-c-productList__list > *:nth-child(125) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 42;
    grid-row: 42;
  }
  .fs-c-productList__list > *:nth-child(126) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 42;
    grid-row: 42;
  }
  .fs-c-productList__list > *:nth-child(127) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 43;
    grid-row: 43;
  }
  .fs-c-productList__list > *:nth-child(128) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 43;
    grid-row: 43;
  }
  .fs-c-productList__list > *:nth-child(129) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 43;
    grid-row: 43;
  }
  .fs-c-productList__list > *:nth-child(130) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 44;
    grid-row: 44;
  }
  .fs-c-productList__list > *:nth-child(131) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 44;
    grid-row: 44;
  }
  .fs-c-productList__list > *:nth-child(132) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 44;
    grid-row: 44;
  }
  .fs-c-productList__list > *:nth-child(133) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 45;
    grid-row: 45;
  }
  .fs-c-productList__list > *:nth-child(134) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 45;
    grid-row: 45;
  }
  .fs-c-productList__list > *:nth-child(135) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 45;
    grid-row: 45;
  }
  .fs-c-productList__list > *:nth-child(136) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 46;
    grid-row: 46;
  }
  .fs-c-productList__list > *:nth-child(137) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 46;
    grid-row: 46;
  }
  .fs-c-productList__list > *:nth-child(138) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 46;
    grid-row: 46;
  }
  .fs-c-productList__list > *:nth-child(139) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 47;
    grid-row: 47;
  }
  .fs-c-productList__list > *:nth-child(140) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 47;
    grid-row: 47;
  }
  .fs-c-productList__list > *:nth-child(141) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 47;
    grid-row: 47;
  }
  .fs-c-productList__list > *:nth-child(142) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 48;
    grid-row: 48;
  }
  .fs-c-productList__list > *:nth-child(143) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 48;
    grid-row: 48;
  }
  .fs-c-productList__list > *:nth-child(144) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 48;
    grid-row: 48;
  }
  .fs-c-productList__list > *:nth-child(145) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 49;
    grid-row: 49;
  }
  .fs-c-productList__list > *:nth-child(146) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 49;
    grid-row: 49;
  }
  .fs-c-productList__list > *:nth-child(147) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 49;
    grid-row: 49;
  }
  .fs-c-productList__list > *:nth-child(148) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 50;
    grid-row: 50;
  }
  .fs-c-productList__list > *:nth-child(149) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 50;
    grid-row: 50;
  }
  .fs-c-productList__list > *:nth-child(150) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 50;
    grid-row: 50;
  }
  .fs-c-productList__list > *:nth-child(151) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 51;
    grid-row: 51;
  }
  .fs-c-productList__list > *:nth-child(152) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 51;
    grid-row: 51;
  }
  .fs-c-productList__list > *:nth-child(153) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 51;
    grid-row: 51;
  }
  .fs-c-productList__list > *:nth-child(154) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 52;
    grid-row: 52;
  }
  .fs-c-productList__list > *:nth-child(155) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 52;
    grid-row: 52;
  }
  .fs-c-productList__list > *:nth-child(156) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 52;
    grid-row: 52;
  }
  .fs-c-productList__list > *:nth-child(157) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 53;
    grid-row: 53;
  }
  .fs-c-productList__list > *:nth-child(158) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 53;
    grid-row: 53;
  }
  .fs-c-productList__list > *:nth-child(159) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 53;
    grid-row: 53;
  }
  .fs-c-productList__list > *:nth-child(160) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 54;
    grid-row: 54;
  }
  .fs-c-productList__list > *:nth-child(161) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 54;
    grid-row: 54;
  }
  .fs-c-productList__list > *:nth-child(162) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 54;
    grid-row: 54;
  }
  .fs-c-productList__list > *:nth-child(163) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 55;
    grid-row: 55;
  }
  .fs-c-productList__list > *:nth-child(164) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 55;
    grid-row: 55;
  }
  .fs-c-productList__list > *:nth-child(165) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 55;
    grid-row: 55;
  }
  .fs-c-productList__list > *:nth-child(166) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 56;
    grid-row: 56;
  }
  .fs-c-productList__list > *:nth-child(167) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 56;
    grid-row: 56;
  }
  .fs-c-productList__list > *:nth-child(168) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 56;
    grid-row: 56;
  }
  .fs-c-productList__list > *:nth-child(169) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 57;
    grid-row: 57;
  }
  .fs-c-productList__list > *:nth-child(170) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 57;
    grid-row: 57;
  }
  .fs-c-productList__list > *:nth-child(171) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 57;
    grid-row: 57;
  }
  .fs-c-productList__list > *:nth-child(172) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 58;
    grid-row: 58;
  }
  .fs-c-productList__list > *:nth-child(173) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 58;
    grid-row: 58;
  }
  .fs-c-productList__list > *:nth-child(174) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 58;
    grid-row: 58;
  }
  .fs-c-productList__list > *:nth-child(175) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 59;
    grid-row: 59;
  }
  .fs-c-productList__list > *:nth-child(176) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 59;
    grid-row: 59;
  }
  .fs-c-productList__list > *:nth-child(177) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 59;
    grid-row: 59;
  }
  .fs-c-productList__list > *:nth-child(178) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 60;
    grid-row: 60;
  }
  .fs-c-productList__list > *:nth-child(179) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 60;
    grid-row: 60;
  }
  .fs-c-productList__list > *:nth-child(180) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 60;
    grid-row: 60;
  }
  .fs-c-productList__list > *:nth-child(181) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 61;
    grid-row: 61;
  }
  .fs-c-productList__list > *:nth-child(182) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 61;
    grid-row: 61;
  }
  .fs-c-productList__list > *:nth-child(183) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 61;
    grid-row: 61;
  }
  .fs-c-productList__list > *:nth-child(184) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 62;
    grid-row: 62;
  }
  .fs-c-productList__list > *:nth-child(185) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 62;
    grid-row: 62;
  }
  .fs-c-productList__list > *:nth-child(186) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 62;
    grid-row: 62;
  }
  .fs-c-productList__list > *:nth-child(187) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 63;
    grid-row: 63;
  }
  .fs-c-productList__list > *:nth-child(188) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 63;
    grid-row: 63;
  }
  .fs-c-productList__list > *:nth-child(189) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 63;
    grid-row: 63;
  }
  .fs-c-productList__list > *:nth-child(190) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 64;
    grid-row: 64;
  }
  .fs-c-productList__list > *:nth-child(191) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 64;
    grid-row: 64;
  }
  .fs-c-productList__list > *:nth-child(192) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 64;
    grid-row: 64;
  }
  .fs-c-productList__list > *:nth-child(193) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 65;
    grid-row: 65;
  }
  .fs-c-productList__list > *:nth-child(194) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 65;
    grid-row: 65;
  }
  .fs-c-productList__list > *:nth-child(195) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 65;
    grid-row: 65;
  }
  .fs-c-productList__list > *:nth-child(196) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 66;
    grid-row: 66;
  }
  .fs-c-productList__list > *:nth-child(197) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 66;
    grid-row: 66;
  }
  .fs-c-productList__list > *:nth-child(198) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 66;
    grid-row: 66;
  }
  .fs-c-productList__list > *:nth-child(199) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 67;
    grid-row: 67;
  }
  .fs-c-productList__list > *:nth-child(200) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 67;
    grid-row: 67;
  }
}


.fs-l-main {
	padding: 10px 5%;
}
.fs-c-documentArticle + .fs-c-documentArticle {
	margin-top: 55px;
}
.fs-c-documentArticle {
	padding: 0;
}
.fs-c-documentArticle:last-child {
	margin-bottom: 100px;
}
.fs-c-documentArticle__content {
	padding: 0 20px;
}
.fs-c-documentArticle__content a {
	color: #1775C6;
	text-decoration: underline;
}
.fs-c-documentColumn__content p,
.fs-c-documentColumn__content li,
.fs-c-documentColumn__content dt,
.fs-c-documentColumn__content dd {
	line-height: 170%;
}

	@media screen and (max-width: 640px) {
		.fs-c-documentArticle__content {
			padding: 0 3%;
		}
	}

/* btn */
.fs-c-button--primary,
.fs-c-button--continueShopping {
	display: block;
	min-width: 200px;
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
	text-align: center;
	box-shadow: none;
	border: 1px solid #101936;
	background: #101936;
	border-radius: 25px;
	opacity: 1 !important;
	box-sizing: border-box;
}
.fs-c-button--standard:visited {
	color: #fff;
}
.fs-c-button--primary:hover,
.fs-c-button--continueShopping:hover {
	color: #101936;
	background: #fff;
}
.fs-c-button--secondary {
	display: block;
	min-width: 200px;
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
	text-align: center;
	box-shadow: none;
	border: 1px solid #728496;
	background: #728496;
	border-radius: 25px;
	opacity: 1 !important;
	box-sizing: border-box;
}
.fs-c-button--secondary:visited {
	color: #fff;
}
.fs-c-button--secondary:hover {
	color: #101936;
	background: #fff;
}

/*  fs-c-documentArticle__heading */
.fs-c-documentArticle__heading  {
	margin: 0 0 25px;
	padding: 13px;
	font-size: 2.0rem;
	text-align: left;
	background: #101936;
	border-radius: 6px; 
}
	@media screen and (max-width: 960px) {
		.fs-c-documentArticle__heading  {
			font-size: 1.8rem;
		}
	}
	@media screen and (max-width: 480px) {
		.fs-c-documentArticle__heading  {
			font-size: 1.6rem;
		}
	}

/*  fs-c-documentColumn__heading */
.fs-c-documentColumn__heading {
	margin-top: 40px;
	color: #101936;
	border-color: #101936;
	border-bottom-width: 0px;
}
	@media screen and (max-width: 480px) {
		.fs-c-documentColumn__heading {
			font-size: 1.6rem;
		}
	}


/*  fs-c-explainList & fs-c-note */
p + .fs-c-explainList,
p + .fs-c-note {
	margin-top: 30px;
}

/*  fs-c-address */
.fs-c-address {
	font-style: normal;
	line-height: 170%;
}

/*  fs-c-explainList */
	@media screen and (max-width: 600px) {
		.fs-c-explainList dt {
			margin-bottom: 10px;
		}
		.fs-c-explainList dd:not(:last-child) {
			padding-bottom: 12px;
			margin-bottom: 12px;
			border-bottom: 1px dotted #ccc;
		}
	}

/* fs-c-cartDiscountInfo__info */
.fs-c-cartDiscountInfo__info,
.fs-c-cartDiscountInfo__note b {
	color: #C31723;
}

/* fs-checkout-amazon-container */
	@media screen and (max-width: 960px) {
		.fs-c-purchaseHere__message {
			text-align: center;
		}
		#fs-checkout-amazon-container {
			max-width: 600px;
			width: 100%;
			padding: 20px 5%;
			margin: 30px auto 50px;
			border: 1px solid #e5e5e5;
			background: #e5e5e5;
			box-sizing: border-box;
		}
		.fs-c-payWithAmazon {
			margin-top: 0;
		}
	}


/*==================================================
footer
==================================================*/
#footer {
	position: relative; 
	background: #101936;
	z-index: 1;
}

#footer .ttl-sns {
	padding-top: 75px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 140%;
}
#footer .ttl-sns br {
	display: none;
}
	@media screen and (max-width: 768px) {
		#footer .ttl-sns {
			padding-top: 60px;
		}
		#footer .ttl-sns br {
			display: block;
		}
	}
	@media screen and (max-width: 480px) {
		#footer .ttl-sns {
			font-size: 1.6rem;
		}
	}

/* footer-sns */
.footer-sns {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding: 50px 0 95px;
	border-bottom: 1px solid #ccc;
}
.footer-sns p {
	margin: 0 0 30px;
	color: #fff;
	font-size: 3.0rem;
	text-align: center;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
}
.footer-sns .fb-box {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
.footer-sns .twitter-box {
	overflow-y: scroll;
	width: auto;
	height: 445px;
}
.footer-sns .twitter-box iframe {
	width: calc(100vw - 20px)!important;
}
	@media (min-width: 769px) {
		.footer-sns {
			display: flex;
		}
		.footer-sns .foot-facebook,
		.footer-sns .foot-twitter {
			width: 49%;
		}
		.footer-sns .foot-twitter {
			margin-left: 2%;
		}
	}
	@media screen and (max-width: 768px) {
		.footer-sns {
			 padding: 30px 0 40px;
		}
		.footer-sns .foot-facebook {
			margin: 0 0 50px;
		}
		.footer-sns p {
			margin: 0 0 20px;
		}
	}

/* .footer-sns >  .list-sns */
.footer-sns .list-sns {
	width: 100%;
	text-align: center;
}
.footer-sns .list-sns li {
	display: inline-block;
	margin: 0 25px;
	vertical-align: middle;
}
.footer-sns .list-sns a {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 3.4rem;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
}
.footer-sns .list-sns a img {
	width: 63px;
	margin-right: 20px;
}
.footer-sns .list-sns a img span {
	flex: 1;
}
	@media screen and (max-width: 960px) {
		.footer-sns .list-sns li {
			margin: 0 15px;
		}
		.footer-sns .list-sns a {
			font-size: 2.8rem;
		}
		.footer-sns .list-sns a img {
			width: 50px;
			margin-right: 15px;
		}
	}
	@media screen and (max-width: 768px) {
		.footer-sns .list-sns li {
			margin: 0 10px;
		}
		.footer-sns .list-sns a {
			font-size: 2.4rem;
		}
		.footer-sns .list-sns a img {
			width: 30px;
			margin-right: 15px;
		}
	}
	@media screen and (max-width: 640px) {
		.footer-sns .list-sns li {
			display: block;
			max-width: 170px;
			width: 90%;
			margin: 0 auto 20px;
		}
	}


/* footer */
.footer {
	padding: 70px 0 60px;
	color: #fff;
	text-align: center;
}
.footer .logo {
	max-width: 234px;
	width: 65%;
	margin: 0 auto 45px;
}
.footer .sns {
	margin: 0 0 50px;
}
.footer .sns li {
	display: inline-block;
	margin: 0 5px;
}
	@media screen and (max-width: 960px) {
		.footer {
			padding: 50px 0 30px;
		}
		.footer .logo {
			margin-bottom: 30px;
		}
		.footer .sns li {
			width: 30px;
		}
	}
	
/* footnav */
.footnav  {
	margin: 0 0 60px;
}
.footnav li {
	display: inline-block;
	margin: 0 15px;
	vertical-align: middle;
}
.footnav li a {
	position: relative; 
	color: #fff;
}
	@media (min-width: 961px) {
		.footnav li a::after {
			position: absolute;
			bottom: -4px;
			left: 50%;
			content: '';
			width: 0;
			height: 1px;
			background: #fff;
			transition: .3s;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
		}
		.footnav li a:hover::after {
			width: 100%;
		}
	}
	@media screen and (max-width: 960px) {
		.footnav {
			width: 80%;
			margin: 0 auto 50px;
			border: 1px solid #fff;
			border-radius: 6px;
		}
		.footnav li {
			display: block;
			margin: 0;
			text-align: left;
			border-bottom: 1px solid #fff;
		}
		.footnav li:last-child {
			border-bottom: none;
		}
		.footnav li a {
			position: relative;
			display: block;
			padding: 17px 10px;
			text-align: center;
		}
	}

/* copy */
#copy {
	margin-top: 20px;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
}

/*==================================================
Swiper
==================================================*/
/*  Swiper 4.4.5 */
 .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
  }
  .swiper-container-no-flexbox .swiper-slide {
	float: left;
  }
  .swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
  }
  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
  }
  .swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  .swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
  }
  .swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
  }
  .swiper-slide-invisible-blank {
	visibility: hidden;
  }
  /* Auto Height */
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
	height: auto;
  }
  .swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
  }
  /* 3D Effects */
  .swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
  }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
  }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
  }
  .swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  /* IE10 Windows Phone 8 Fixes */
  .swiper-container-wp8-horizontal,
  .swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
  }
  .swiper-container-wp8-vertical,
  .swiper-container-wp8-vertical > .swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
  }
  .swiper-button-prev,
  .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
  }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
  }
  .swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-prev.swiper-button-black,
  .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next.swiper-button-black,
  .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-lock {
	display: none;
  }
  .swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	-o-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
  }
  /* Common Styles */
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
  }
  /* Bullets */
  .swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
  }
  .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
  }
  button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
  }
  .swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
  }
  .swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
  }
  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
  }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
  }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
  }
  .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
  }
  /* Progress */
  .swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
  }
  .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
  }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
  }
  .swiper-container-vertical > .swiper-pagination-progressbar,
  .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
  }
  .swiper-pagination-white .swiper-pagination-bullet-active {
	background: #ffffff;
  }
  .swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
  }
  .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #ffffff;
  }
  .swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000000;
  }
  .swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
  }
  .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000000;
  }
  .swiper-pagination-lock {
	display: none;
  }
  /* Scrollbar */
  .swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
  }
  .swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
  }
  .swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
  }
  .swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
  }
  .swiper-scrollbar-cursor-drag {
	cursor: move;
  }
  .swiper-scrollbar-lock {
	display: none;
  }
  .swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
  }
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg,
  .swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
  }
  .swiper-slide-zoomed {
	cursor: move;
  }
  /* Preloader */
  .swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
  }
  .swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
  }
  .swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  @-webkit-keyframes swiper-preloader-spin {
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @keyframes swiper-preloader-spin {
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  /* a11y */
  .swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
  }
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
  }
  .swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
  }
  .swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
  }
  .swiper-container-fade .swiper-slide-active,
  .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
  }
  .swiper-container-cube {
	overflow: visible;
  }
  .swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
  }
  .swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
  }
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-next,
  .swiper-container-cube .swiper-slide-prev,
  .swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
  }
  .swiper-container-cube .swiper-slide-shadow-top,
  .swiper-container-cube .swiper-slide-shadow-bottom,
  .swiper-container-cube .swiper-slide-shadow-left,
  .swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }
  .swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
  }
  .swiper-container-flip {
	overflow: visible;
  }
  .swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
  }
  .swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
  }
  .swiper-container-flip .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
  }
  .swiper-container-flip .swiper-slide-shadow-top,
  .swiper-container-flip .swiper-slide-shadow-bottom,
  .swiper-container-flip .swiper-slide-shadow-left,
  .swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }
  .swiper-container-coverflow .swiper-wrapper {
	/* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
  }
  
/*==================================================
swiper custom
==================================================*/
.swiper-custom-parent {
	position: relative;
	padding: 0 0 30px;
}

/* button */
.swiper-button-prev,
.swiper-button-next {
	display: none;
	width: 35px;
	height: 35px;
	outline: none;
}
.swiper-button-prev {
	left: 0;
	background: url(../img/icn_controll_prev.svg) no-repeat 0 0 /contain;
}
.swiper-button-next {
	right: 0;
	background: url(../img/icn_controll_next.svg) no-repeat 0 0 /contain;
}
	@media screen and (max-width: 768px) {
		.swiper-button-prev,
		.swiper-button-next {
			display: block;
		}
	}
 
 /* pagination */
 .swiper-pagination {
 	display: none;
	width: 100%;
	text-align: center;
	bottom: 0;
}
.swiper-pagination-bullet {
    display: inline-block;
	width: 25px;
    height: 2px;
    margin: 0 4px;
	background: #D0D0D0;
	outline: none;
	border-radius: 0;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #C31723;
}
	@media screen and (max-width: 768px) {
		 .swiper-pagination {
			display: block;
		}
	}

/*==================================================
Slick
==================================================*/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */

/*==================================================
clearfix
==================================================*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}