@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&family=Noto+Serif+JP:wght@400;600;700&display=swap');

body {
  color: #5a5a5a;
  font-family: 'Noto Serif JP',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.font_cg {
  font-family: 'Cormorant Garamond', 'Noto Serif JP',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.col_red {
	color:#c00;
}


/******************************
 * HEADER
******************************/
.fs-l-header {
  position: fixed;
  background: #fff;
  animation-name: anime;
  animation-duration: 0.3s;
  width: 100%;
  z-index: 1000;
top:0;
}

.fs-l-header__contents {
  display: block;
}

#o_header {
	display:flex;
	width: 96%;
	margin: 10px auto;
}

#o_header .o_logo_area {
	margin-right:auto;
	width:250px;
}

#o_header .o_header_menu {
	margin:0;
	padding:0;
	display:flex;
}

#o_header>.o_header_menu>li {
	list-style:none;
	margin-left:5px;
	padding-top:7px;
}
#o_header>.o_header_menu>li:hover,
#o_header>.o_header_menu>li a:hover {
	color:#BA0505 !important;
	text-decoration:none !important;
}

/* メニューアイコン */
.fs-l-header__drawerOpener {
	margin-top:-5px;
}

#o_search-menu img:hover {
	cursor:pointer;
}

/* 検索 */
#search-menu {
  position: fixed;
  width: 100%;
  height: 20em;
  top: -20em;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}

#search-menu.toggled {
  top: 0;
  opacity: 1;
  visibility: visible;
}

#search-menu .wrapper {
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  background-color:#eee
}

#search-menu .wrapper input {
  width: 90%;
  padding: 0 1em;
  background: transparent;
  border: none;
  border-bottom: 2px solid #bfbfbf;
  font-size: 1.5em;
  color: #5a5a5a;
}
#search-menu .wrapper input:focus {
  outline: none;
}

#search-menu .wrapper button {
  position: absolute;
  display: block;
  width: 10%;
  right: 2%;
  top: 14%;
  background: transparent;
  border: none;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}
#search-menu .wrapper button:hover {
  color: #000;
}
#search-menu .wrapper button:focus {
  outline: none;
}

#search-icon {
  cursor: pointer;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}
#search-icon999:hover {
  display:none;
}

@media screen and (min-width: 1200px) {
  #o_header .fs-l-sideArea {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
#o_header .o_header_menu {
	display:none;
}
}

/* パンクズ */
.fs-c-breadcrumb {
  font-size: 1.2rem;
  width: 96%;
  margin: 0 auto;
}

.fs-l-sideArea + .fs-l-pageMain,
.fs-l-pageMain + .fs-l-sideArea {
    max-width: 100%;
}

.fs-l-main {
  padding: 80px 0;
  widows:96%;
}

.fs-l-pageMain {
	width: 96%;
	margin: 0 auto;
}

.fs-body-custom {
	margin-top:-24px;
}

.fs-body-custom .fs-l-pageMain {
	padding-top: 52px;
}


/******************************
 * MENU
******************************/
.globalnav-wrap ol {
  display: flex;
  align-items: center;
  z-index: 100;
  margin-bottom: -1px;
}
.globalnav-wrap ol li {
  height: 84px;
  width: 120px;
  text-align: center;
}
.globalnav-wrap ol li a {
  display: block;
  height: 84px;
  width: 120px;
}
.globalnav-wrap ol li:first-child a {
  background-color: #fff;
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
}
.globalnav-wrap ol li:last-child a {
  background-color: #000;
  color: #fff;
}
.globalnav-wrap ol li span {
  display: block;
  padding-top: 15px;
  font-size: 20px;
}

.globalnav {
  padding: 30px 0 15px 0;
  font-weight: 600;
}
.globalnav .dropdown-btn {
  position: relative;
  display: inline-block;
  padding: 15px 10px;
  cursor: pointer;
}
.globalnav .dropdown {
  z-index: 1000;
  background: #BA0505;
  position: absolute;
  left: -350px;
  top: 50px;
  width: 46vw;
  display: none;
  text-align: center;
  border: solid 1px #ccc;
  margin:0;
  padding: 15px;
  font-size:15px !important;
} 
.globalnav .dropdown li {
  margin: 2px;
  float: left;
  list-style:none;
  width:32%;
  text-align:left;
}
.globalnav .dropdown li a {
  padding: 7px;
  display: block;
  color: #fff;
}
.globalnav .dropdown li a:hover {
  color: #fff;
  text-decoration:none;
}.globalnav .dropdown l:hover {
  color: #fff !important;
}
#o_header>.o_header_menu>li .dropdown:hover,
#o_header>.o_header_menu>li .dropdown a:hover {
	color:#fff !important;
}

.globalnav .dropdown li .btn_form {
  color: #fff;
  padding: 10px;
  margin-top: 15px;
}
.globalnav .dropdown li .btn_form:hover {
  color: #27acd9 !important;
}
.globalnav .nav-button-wrap,
.globalnav .open {
  display: block;
}
.globalnav .close {
  display: block;
}

.globalnav .fs-pt-menu--lv2 {
	display:none;
}

.globalnav .fs-p-sideMenu a
{
  padding: 12px !important;
}

.globalnav .fs-p-sideMenu .fs-pt-menu__item {
	border-bottom:none;
	width:48%;
	text-align:left;
}

.globalnav .fs-p-sideMenu .fs-pt-menu__link::after {
	content:"";
}

@media screen and (max-width: 1615px) {
.globalnav .dropdown li {
  width:46%;
}
}

@media screen and (max-width: 1250px) {
  .globalnav .dropdown {
    width: 60vw;
  }
}

@media screen and (max-width: 1010px) {
  .globalnav-wrap .dropdown-btn {
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
  }
  .nav-button-wrap {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 1000;
    cursor: pointer;
    padding: 15px;
    height: 53px;
  }
  .globalnav {
    display: none;
  }
  .globalnav li a span {
    display: inline-block;
    margin-left: 1em;
    color: #999;
  }
  .globalnav .close {
    display: none;
  }
  .globalnav .dropdown {
    width: 100%;
  }
  .globalnav .dropdown li {
    float: none;
    text-align: left;
  }
  .globalnav .dropdown li a {
    color: #fff;
    padding: 10px 25px;
  }
  .globalnav .dropdown li a:hover {
    text-decoration: none;
    color: #ccc;
  }
  .globalnav .dropdown li .btn_form {
    margin: 0;
  }
  .globalnav-wrap.open .globalnav {
    display: block;
    padding: 40px 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 20;
  }
  .globalnav-wrap.open .globalnav li {
    display: block;
    color: #fff;
    border-bottom: none;
  }
  .globalnav-wrap.open .globalnav > li {
    border-bottom: dotted 1px #ccc;
  }
  .globalnav-wrap.open .globalnav li a {
    color: #fff;
  }
  .globalnav-wrap.open .globalnav li:hover {
    background: transparent;
  }
  .globalnav-wrap.open .globalnav .dropdown {
    display: block;
    position: static;
    background: transparent;
    border: none;
    padding-top: 0;
  }
}


/******************************
 * ドロワー
******************************/
.fs-p-sideMenu a {
  padding: 12px 8px;
}
.fs-p-sideMenu a:hover {
  background: #BA0505;
}

.fs-p-drawer__loginLogout {
	margin:15px 0;
}
.fs-p-drawer__loginLogout__logout:hover,
.fs-p-drawer__loginLogout__login:hover {
  background: #BA0505;
}

.fs-p-sideMenu a:hover {
  background: #BA0505;
}

.o_sp_sidemenu_h3 {
	padding: 12px 7px;
	margin-top: 25px;
	background: #f5f5f5;
}

@media screen and (min-width: 1200px) {
.fs-l-sideArea {
    display: none;
}
}


/******************************
 * SIDE
******************************/
.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
  border:none;
  font-size: 15px;
}

.fs-p-sideMenu .fs-pt-menu__heading {
  padding: 0;
}

.fs-p-sideMenu .fs-pt-menu__item {
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  line-height: 1.3;
}

.fs-p-sideMenu .fs-pt-menu__heading--lv2 {
  border-bottom:none;
}

.fs-p-sideMenu .fs-pt-menu__link--lv2 {
  padding-left: 25px;
}

.fs-pt-menu__link--lv2 {
	padding:4px;
}

.fs-p-sideMenu .fs-pt-menu__heading--lv2 .fs-pt-menu__link::before {
	font-size: 17px;
}

.fs-pt-menu--lv2 .fs-pt-menu__item {
	border-bottom:none;
}

.fs-p-sideMenu .fs-pt-menu__link::after {
	font-size: 13px;
	padding-top: 4px;
}


/******************************
 * FOOTER
******************************/
#o_footer_bana {
	margin:0;
	padding:0;
	display:flex;
	justify-content:center;
	margin:100px auto 25px auto;
}

#o_footer_bana li {
	margin:0;
	padding:0;
	margin:5px 10px;
	list-style:none;
	position: relative;
}

/*線の基点位置*/
#o_footer_bana li::before,
#o_footer_bana li::after{
    content:"";
    /*絶対配置で線の位置*/
    position: absolute;
    background:#ba0505;
    width: 0;
    height:2px;
    transition: all 0.2s linear;
}
#o_footer_bana li::before{
  right: 0;
  bottom: 0;
}
#o_footer_bana li::after{
  left: 0;
  top: 0;
}

/*線の基点位置2 spanタグ*/
#o_footer_bana li span{
    display: block;
}

#o_footer_bana li span::before,
#o_footer_bana li span::after{
  content:"";
  position: absolute;
  background: #ba0505;
  width:2px;
  height:0;
  transition: all 0.1s linear;
}
#o_footer_bana li span::before{
  left: 0;
  bottom: 0;
}
#o_footer_bana li span::after{
  right: 0;
  top: 0;
}

/*現在地とhoverした際の線の変化*/
#o_footer_bana li:hover::before,
#o_footer_bana li:hover::after{
  width: 100%;
}

#o_footer_bana li:hover::after{
  transition-delay: 0s;
}

#o_footer_bana li:hover::before{
  transition-delay: 0.3s;
}

#o_footer_bana li:hover span::before,
#o_footer_bana li:hover span::after{
  height: 100%;
}
#o_footer_bana li:hover span::before{
  transition-delay: 0.5s;
}
#o_footer_bana li:hover span::after{
  transition-delay: 0.2s;
}

.fs-l-footer {
  border-top:none;
}
.fs-l-footer a {
  color: #5a5a5a;
}

.fs-l-footer__contents {
  width: 96%;
  margin: 0 auto;
}

/* toカート */
.fs-p-scrollingCartButton__button {
  background: #999;
}

/* to TOP */
.fs-p-footerPageTop__link {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background-color: #999;
}
.fs-p-footerPageTop__link::before {
	font-size: 16px;
  	line-height: 2.6;
}

/* copy */
.fs-p-footerCopyright {
	margin-top:55px;
  color: #999;
  background-color: #f7f7f7;
}

/* ナビ */
.o_footer_area {
	padding-top: 35px;
	display: flex;
	justify-content: space-between;
	font-size:15px;
}

.o_footer_area .o_f_left_area {
	width:55%;
}

.o_f_logo {
	width:200px;
}

.o_footer_area .o_f_right_area {
	width:45%;
	display: flex;
	justify-content: flex-end;
}

.o_footer_area .o_f_left_area div {
	display: flex;
	margin-top:25px;
}

.o_footer_area .o_f_left_area div ul {
	margin:0;
	padding:0;
	margin-right:15px;
	width:50%;
}

.o_footer_area .o_f_left_area div ul li {
	list-style:none;
	margin-bottom:7px;
}

/* カレンダー */
#o_calendar {
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

#cal1 {
	margin-left:10px;
}

@media screen and (max-width: 860px) {
.o_footer_area .o_f_left_area {
	width:65%;
}
.o_footer_area .o_f_right_area {
  width: 35%;
}
}
@media screen and (max-width: 800px) {
.o_footer_area {
	display:block;
}
.o_footer_area .o_f_left_area {
	width:100%;
}
.o_footer_area .o_f_right_area {
  width: 100%;
  justify-content: center;
}
#o_footer_bana {
	flex-wrap:wrap;
}
}
@media screen and (max-width: 530px) {
.o_footer_area .o_f_left_area div {
  flex-wrap: wrap;
}
.o_footer_area .o_f_left_area div ul {
  width: 100%;
}
.o_footer_area .o_f_left_area div ul li a {
	display:block;
	border-bottom:solid 1px #ccc;
	padding-bottom:10px;
}
.o_footer_area .o_f_left_area div ul li a:hover {
	text-decoration:none;
	color:#999;
}
#o_calendar {
  justify-content: center;
}
}
@media screen and (max-width: 405px) {
	#o_footer_bana {
		margin:25px auto;
	}
	#o_footer_bana li {
	  margin: 5px;
	  width: 45%;
	}
	#o_footer_bana li img {
		width:100%;
		height:auto;
	}
}


/******************************
 * TOP
******************************/
/* CATEGORY 見出し */
#o_top_category_0 h2 {
	font-weight: 500;
	font-size: 24px;
	position: relative;
	text-align: center;
	margin-bottom:55px;
}
#o_top_category_0 h2:before {
	position: absolute;
	bottom: -15px;
	left: calc(50% - 30px);
	width: 60px;
	height: 2px;
	content: '';
	border-radius: 3px;
	background: #BA0505;
}

/* CATEGORY */
#o_top_category {
	margin:0 auto;
	width:96%;
}

#o_top_category ul li {
	font-size:15px;
}
#o_top_category ul li a:hover {
	text-decoration:none;
	color:#999;
}

#o_top_category .fs-pt-list__link{
 display:block; 
 position:relative;
 text-decoration:none;
}
#o_top_category .fs-pt-list__link img{
  display:block;
  width:100%;
}
#o_top_category .fs-pt-list__link p {
	height:2.5em;
}
#o_top_category .fs-pt-list__link:before{
  content:"";
  display:block;
  width:100%;
  height:calc( 100% - 3.2em );
  position:absolute;
  z-index:2;
  background:#000;
  opacity:0;
  transition:0.3s;
}
#o_top_category .fs-pt-list__link:after{
  font-family: 'Cormorant Garamond', 'Noto Serif JP',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  content:"VIEW MORE";
  display:block;
  color:#fff;
  line-height:30px;
  width:160px;
  border:solid 1px #fff;
  border-radius:5px;
  text-align:center;
  position:absolute;
  top:35%;
  left:50%;
  margin-top:-1em;
  margin-left:-80px;
  opacity:0;
  z-index:3;
  transition:0.3s;
  font-size:12px;
  letter-spacing:0.2em;
}
#o_top_category .fs-pt-list__link:hover:before{
  opacity:0.5;
}
#o_top_category .fs-pt-list__link:hover:after{
  opacity:1;
  margin-top:-0.5em;
}

/* SLIDE */
.fs-pt-carousel {
  padding-top: 85px;
}

.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  background: none;
}
.fs-c-slick .slick-prev::before,
.fs-c-slick .slick-next::before {
  color: #5a5a5a;
}

/* PICKUP */
#o_top_pickup {
	background-image: linear-gradient(32deg, rgb(255, 255, 255), rgba(217, 215, 215, 0.3));
	padding:55px 0;
}

#o_top_pickup img {
	width:100%;
	height:auto;
}

#o_top_pickup h2 {
	font-weight: 500;
	font-size: 24px;
	position: relative;
	text-align: center;
	margin-bottom:55px;
}
#o_top_pickup h2:before {
	position: absolute;
	bottom: -15px;
	left: calc(50% - 30px);
	width: 60px;
	height: 2px;
	content: '';
	border-radius: 3px;
	background: #BA0505;
}

#o_top_pickup div {
	display:flex;
	justify-content:space-between;
	
	margin: 24px auto;
	padding: 8px;
	max-width: 1216px;
}

#o_top_pickup .left_ul {
	margin:0;
	padding:0;
	width:49%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

#o_top_pickup .left_ul li {
	width:49%;
	list-style:none;
	line-height:1;
	
	cursor: pointer;
	max-width:49%;
	overflow: hidden;
}
#o_top_pickup .left_ul li:nth-of-type(1) {
	margin-bottom:2.5%;
}
#o_top_pickup .left_ul li:nth-of-type(2) {
	margin-bottom:2.5%;
}

#o_top_pickup ul li img {
	transition: transform .6s ease;
}
#o_top_pickup ul li:hover img {
  transform: scale(1.1);
}


#o_top_pickup .right_ul {
	width:49.5%;
	margin:0;
	padding:0;
	line-height:1;
}

#o_top_pickup .right_ul li {
	list-style:none;
	line-height:1;
	
	cursor: pointer;
	max-width:100%;
	overflow: hidden;
}
#o_top_pickup .right_ul li:last-child {
	display:none;
}


/* 新着 */
#o_information {
	margin:35px auto 100px auto;
	font-family: 'Cormorant Garamond', 'Noto Serif JP',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	padding: 8px;
	max-width: 1216px;
}

#o_information div {
	width:80%;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
}

#o_information ul {
	width:65%;
}

#o_information h2 {
	width:30%;
	font-weight: 500;
	font-size: 24px;
	margin-top:30px;
	
	position: relative;
	text-align: center;
}
#o_information h2:before {
	position: absolute;
	top: 40px;
	left: calc(50% - 30px);
	width: 60px;
	height: 2px;
	content: '';
	border-radius: 3px;
	background: #BA0505;
}

.fs-p-heading--lv2 {
  border-bottom:none;
}

.fs-p-dateList li a:hover {
	text-decoration:none;
	color:#999;
}

.fs-p-dateList > li {
	border:none;
	border-bottom: 1px solid #999;
	padding: 15px 0;
}
.fs-p-dateList > li:hover {
	text-decoration:none;
}

.fs-p-dateList > li time:first-child {
  padding: 0;
  margin-right: 35px;
  font-size: 20px;
  background:none;
  color: #5a5a5a;
  font-weight: 500;
}

.fs-p-dateList > li:last-child {
  padding-bottom: 15px;
}

/* バナー */
#o_content_bana {
	display:flex;
	justify-content:space-between;
	margin:80px auto 45px auto;
	padding:0;
}

#o_content_bana li {
	width:32%;
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:5px;
}
#o_content_bana li:last-child {
	display:none;
}

#o_content_bana li img {
	width:100%;
	height:auto;
}
#o_content_bana li img:hover {
	opacity:0.75;
}

/* 説明 */
#o_top_exe {
  width: 100%;
background-image: linear-gradient(32deg, rgb(255, 255, 255), rgba(217, 215, 215, 0.3));
  padding-bottom: 55px;
}

.o_top_exe_inner {
	width:100%;
	margin:0 auto;
	max-width:1300px;
}

#o_top_exe h3 {
	color:#BA0505;
	margin:0 0 55px 0;
	font-size: 40px;
}

#o_top_exe .o_towa,
#o_top_exe .o_waza {
	display:flex;
	justify-content:space-between;
}

#o_top_exe .o_towa div,
#o_top_exe .o_waza div {
	width:50%;
}

#o_top_exe .o_towa div:last-child {
	padding:50px;
}

#o_top_exe .o_waza div:first-child {
	order:2;
	text-align:right;
}

#o_top_exe .o_waza div:last-child {
	order:1;
	padding:50px;
}

.text_ani {
	margin: 0 auto;
    overflow: hidden;
	width: 100%;
}

.text_ani_inner {
    display: flex;
    width: 100vw;
}

.text_ani p {
	font-family: 'Cormorant Garamond', 'Noto Serif JP',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	margin: 0;
	font-size: 180px;
	color: #ccc;
	font-weight: 400;
	white-space: nowrap;
	line-height: 1;
  
	flex: 0 0 auto;
}
.text_ani p:nth-child(odd) {
    animation: loop 50s -25s linear infinite;
}
.text_ani p:nth-child(even) {
    animation: loop2 50s linear infinite;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

@media (max-width: 1000px) {
#o_information div {
	width:96%;
}
#o_information ul {
	width:65%;
}
#o_information h2 {
	width:30%;
}
}

@media (max-width: 880px) {
	.fs-p-dateList > li time:first-child {
	  display: block;
	}
	#o_top_exe .o_towa,
	#o_top_exe .o_waza {
		display:block;
	}
	#o_top_exe .o_towa div,
	#o_top_exe .o_waza div {
	  width: 100%;
	}
	#o_top_exe .o_towa div:first-child,
	#o_top_exe .o_waza div:first-child {
	  text-align: center;
	}
	#o_top_exe .o_towa img,
	#o_top_exe .o_waza img {
		width:80%;
		height:auto;
		margin:0 auto;
	}
}

@media (max-width: 800px) {
#o_information div {
	display:block;
}
#o_information h2,
#o_information ul {
	width:100%;
}
}

@media (max-width: 768px) {
	.text_ani p {
		font-size:150px;
	}
	#o_content_bana {
		flex-wrap:wrap;
		margin:35px auto 0 auto;
	}
	#o_content_bana li {
		width:49%;
	}
	#o_content_bana li:last-child {
		display:block;
	}
	#o_top_pickup .right_ul {
		flex-wrap:wrap;
		width:calc( 100% * 1/3 - 1% );
	}
	#o_top_pickup .left_ul {
		flex-wrap:wrap;
		width:calc( 99% * 2/3 );
	}
	#o_top_pickup .right_ul li:last-child {
		display:block;
	}
	#o_top_pickup .right_ul li:nth-of-type(1) {
		margin-bottom:4.5%;
	}
	#o_top_pickup .left_ul li {
		width:49%;
	}
	#o_top_exe h3 {
	  font-size: 35px;
	}
	#o_information {
	  margin: 0 auto 100px auto;
	}
}

@media (max-width: 500px) {
	.text_ani {
	  display: none;
	}
	#o_top_exe {
		padding-top:55px;
	}
	#o_top_exe .o_towa div:last-child,
	#o_top_exe .o_waza div:last-child {
	  padding: 25px;
	}
}


/******************************
 * 商品一覧
******************************/
/* ページ送り */
.fs-c-listControl__status {
	font-size:15px;
}

.fs-c-pagination__item.is-active {
  background: #999;
  border-radius: 50%;
}

.fs-c-pagination__item {
  line-height: 0.7;
  padding: 7px 9px;
}

/* ソート */
.fs-c-sortItems__list__item.is-active {
  background: #BA0505;
}

.fs-c-button--viewProductDetail {
  background: #BA0505;
  color: #fff;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 4px;
}

.fs-c-button--viewProductDetail a,
.fs-c-button--viewProductDetail:visited,
.fs-c-button--plain.fs-c-button--viewProductDetail::before {
	color:#fff !important;
}

.fs-c-button--viewProductDetail:hover {
	text-decoration:none !important;
}

.fs-c-productList__list .fs-c-button--addToCart--list {
  background-color: orange;
  color: #fff;
  padding: 5px 13px;
  font-size: 14px;
  border-radius: 4px;
}

/* 表示数 */
@media screen and (min-width: 960px) {
  .fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 25% 25% 25%;
    grid-template-columns: 25% 25% 25% 25%;
  }
  .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: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(6) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(7) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(8) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(9) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(10) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(11) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(12) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(14) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(15) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(16) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(17) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(18) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(19) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(20) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(21) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(22) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(23) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(24) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(25) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(26) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(27) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(28) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(29) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(30) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(31) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(32) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(33) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(34) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(35) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(36) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(37) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(38) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(39) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(40) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(41) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(42) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(43) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(44) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(45) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(46) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(47) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(48) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(49) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(50) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(51) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(52) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(53) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(54) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(55) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(56) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(57) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(58) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(59) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(60) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(61) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(62) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(63) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(64) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(65) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(66) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(67) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(68) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(69) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(70) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(71) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(72) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(73) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(74) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(75) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(76) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(77) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(78) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(79) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(80) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(81) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(82) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(83) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(84) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(85) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(86) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(87) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(88) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(89) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(90) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(91) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(92) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(93) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(94) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(95) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(96) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(97) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(98) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(99) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(100) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(101) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(102) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(103) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(104) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(105) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(106) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(107) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(108) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(109) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(110) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(111) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(112) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(113) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(114) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(115) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(116) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(117) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(118) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(119) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(120) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(121) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-productList__list > *:nth-child(122) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-productList__list > *:nth-child(123) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-productList__list > *:nth-child(124) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-productList__list > *:nth-child(125) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productList__list > *:nth-child(126) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productList__list > *:nth-child(127) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productList__list > *:nth-child(128) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productList__list > *:nth-child(129) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .fs-c-productList__list > *:nth-child(130) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .fs-c-productList__list > *:nth-child(131) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .fs-c-productList__list > *:nth-child(132) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .fs-c-productList__list > *:nth-child(133) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 34;
    grid-row: 34;
  }
  .fs-c-productList__list > *:nth-child(134) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 34;
    grid-row: 34;
  }
  .fs-c-productList__list > *:nth-child(135) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 34;
    grid-row: 34;
  }
  .fs-c-productList__list > *:nth-child(136) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 34;
    grid-row: 34;
  }
  .fs-c-productList__list > *:nth-child(137) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 35;
    grid-row: 35;
  }
  .fs-c-productList__list > *:nth-child(138) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 35;
    grid-row: 35;
  }
  .fs-c-productList__list > *:nth-child(139) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 35;
    grid-row: 35;
  }
  .fs-c-productList__list > *:nth-child(140) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 35;
    grid-row: 35;
  }
  .fs-c-productList__list > *:nth-child(141) {
    -ms-grid-column: 1;

    grid-column: 1;
    -ms-grid-row: 36;
    grid-row: 36;
  }
  .fs-c-productList__list > *:nth-child(142) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 36;
    grid-row: 36;
  }
  .fs-c-productList__list > *:nth-child(143) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 36;
    grid-row: 36;
  }
  .fs-c-productList__list > *:nth-child(144) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 36;
    grid-row: 36;
  }
  .fs-c-productList__list > *:nth-child(145) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 37;
    grid-row: 37;
  }
  .fs-c-productList__list > *:nth-child(146) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 37;
    grid-row: 37;
  }
  .fs-c-productList__list > *:nth-child(147) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 37;
    grid-row: 37;
  }
  .fs-c-productList__list > *:nth-child(148) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 37;
    grid-row: 37;
  }
  .fs-c-productList__list > *:nth-child(149) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 38;
    grid-row: 38;
  }
  .fs-c-productList__list > *:nth-child(150) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 38;
    grid-row: 38;
  }
  .fs-c-productList__list > *:nth-child(151) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 38;
    grid-row: 38;
  }
  .fs-c-productList__list > *:nth-child(152) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 38;
    grid-row: 38;
  }
  .fs-c-productList__list > *:nth-child(153) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 39;
    grid-row: 39;
  }
  .fs-c-productList__list > *:nth-child(154) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 39;
    grid-row: 39;
  }
  .fs-c-productList__list > *:nth-child(155) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 39;
    grid-row: 39;
  }
  .fs-c-productList__list > *:nth-child(156) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 39;
    grid-row: 39;
  }
  .fs-c-productList__list > *:nth-child(157) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 40;
    grid-row: 40;
  }
  .fs-c-productList__list > *:nth-child(158) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 40;
    grid-row: 40;
  }
  .fs-c-productList__list > *:nth-child(159) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 40;
    grid-row: 40;
  }
  .fs-c-productList__list > *:nth-child(160) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 40;
    grid-row: 40;
  }
  .fs-c-productList__list > *:nth-child(161) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 41;
    grid-row: 41;
  }
  .fs-c-productList__list > *:nth-child(162) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 41;
    grid-row: 41;
  }
  .fs-c-productList__list > *:nth-child(163) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 41;
    grid-row: 41;
  }
  .fs-c-productList__list > *:nth-child(164) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 41;
    grid-row: 41;
  }
  .fs-c-productList__list > *:nth-child(165) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 42;
    grid-row: 42;
  }
  .fs-c-productList__list > *:nth-child(166) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 42;
    grid-row: 42;
  }
  .fs-c-productList__list > *:nth-child(167) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 42;
    grid-row: 42;
  }
  .fs-c-productList__list > *:nth-child(168) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 42;
    grid-row: 42;
  }
  .fs-c-productList__list > *:nth-child(169) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 43;
    grid-row: 43;
  }
  .fs-c-productList__list > *:nth-child(170) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 43;
    grid-row: 43;
  }
  .fs-c-productList__list > *:nth-child(171) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 43;
    grid-row: 43;
  }
  .fs-c-productList__list > *:nth-child(172) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 43;
    grid-row: 43;
  }
  .fs-c-productList__list > *:nth-child(173) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 44;
    grid-row: 44;
  }
  .fs-c-productList__list > *:nth-child(174) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 44;
    grid-row: 44;
  }
  .fs-c-productList__list > *:nth-child(175) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 44;
    grid-row: 44;
  }
  .fs-c-productList__list > *:nth-child(176) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 44;
    grid-row: 44;
  }
  .fs-c-productList__list > *:nth-child(177) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 45;
    grid-row: 45;
  }
  .fs-c-productList__list > *:nth-child(178) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 45;
    grid-row: 45;
  }
  .fs-c-productList__list > *:nth-child(179) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 45;
    grid-row: 45;
  }
  .fs-c-productList__list > *:nth-child(180) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 45;
    grid-row: 45;
  }
  .fs-c-productList__list > *:nth-child(181) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 46;
    grid-row: 46;
  }
  .fs-c-productList__list > *:nth-child(182) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 46;
    grid-row: 46;
  }
  .fs-c-productList__list > *:nth-child(183) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 46;
    grid-row: 46;
  }
  .fs-c-productList__list > *:nth-child(184) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 46;
    grid-row: 46;
  }
  .fs-c-productList__list > *:nth-child(185) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 47;
    grid-row: 47;
  }
  .fs-c-productList__list > *:nth-child(186) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 47;
    grid-row: 47;
  }
  .fs-c-productList__list > *:nth-child(187) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 47;
    grid-row: 47;
  }
  .fs-c-productList__list > *:nth-child(188) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 47;
    grid-row: 47;
  }
  .fs-c-productList__list > *:nth-child(189) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 48;
    grid-row: 48;
  }
  .fs-c-productList__list > *:nth-child(190) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 48;
    grid-row: 48;
  }
  .fs-c-productList__list > *:nth-child(191) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 48;
    grid-row: 48;
  }
  .fs-c-productList__list > *:nth-child(192) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 48;
    grid-row: 48;
  }
  .fs-c-productList__list > *:nth-child(193) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 49;
    grid-row: 49;
  }
  .fs-c-productList__list > *:nth-child(194) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 49;
    grid-row: 49;
  }
  .fs-c-productList__list > *:nth-child(195) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 49;
    grid-row: 49;
  }
  .fs-c-productList__list > *:nth-child(196) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 49;
    grid-row: 49;
  }
  .fs-c-productList__list > *:nth-child(197) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 50;
    grid-row: 50;
  }
  .fs-c-productList__list > *:nth-child(198) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 50;
    grid-row: 50;
  }
  .fs-c-productList__list > *:nth-child(199) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 50;
    grid-row: 50;
  }
  .fs-c-productList__list > *:nth-child(200) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 50;
    grid-row: 50;
  }
}


/******************************
 * 商品詳細
******************************/
/* タイトル */
.fs-c-heading {
	font-weight:400;
}

.fs-c-productNameHeading__copy {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
}

.fs-c-productNameHeading__name {
  font-size: 20px;
}

/* 型番 */
.fs-c-productNumber {
  border: none;
  padding: 0;
  margin: 15px 0;
}

.fs-c-productNumber__number {
  font-weight: 400;
}

/* カラー選択 */
.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
  background: #BA0505;
  color: #ffffff;
}

.fs-c-variationPanelList__panel__label {
  font-weight: 400;
}

/* 項目 */
.fs-c-variationLabel,
.fs-c-productSelection__name {
  font-size: 13px;
  font-weight:600;
}

.fs-c-variationLabel {
	padding: 4px;
	background-color: #eee;
}

/* お気に入りボタン */
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular {
	box-shadow: none;
}

.fs-c-productQuantityAndWishlist__wishlist .fs-c-button__label {
	display:none;
}

/* 数量選択 */
select, textarea999 {
  font-family:'Noto Sans JP',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

/* 説明 */
.data_part a {
	text-decoration:none;

}
.data_part table {
	border-collapse: collapse;
	border-spacing: 0;
	margin:35px auto;
	width:100%;
}
.data_part table tr th,
.data_part table tr td {
	border:solid 1px #ccc;
	padding:10px;
	font-weight:normal;
}
.data_part table tr th {
	background-color:#eee;
	width:7em;
}
.data_part table tr td {
	background-color:#fff;
}
.data_part table tr td img {
	display:block;
	width:80%;
	height:auto;
	margin:0 auto;
}
.data_part table tr .bg2 {
	background-color:#e9dfe5 ;
}
.data_part h4 {
	margin-top:55px;
	font-family: 'Cormorant Garamond', 'Noto Serif JP',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	font-size: 20px;
}
.data_part h5 {
	margin-top:55px;
	font-size: 20px;
	font-weight: normal;
	word-break: break-all;
}

/* 追加画像 */
.product_comment_2 ul {
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}

.product_comment_2 ul li {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	margin:4px 6px;
}

.product_comment_2 ul li img {
	width:56px;
	height:56px;
}



@media (max-width: 768px) {
.data_part table {
	width:100%;
	font-size: 12px;
	line-height: 1.3;
}

}


/******************************
 * ページ
******************************/
@media screen and (min-width: 1200px) {
  .fs-c-heading--page
{
    padding: 0 0 1.8em 0;
  }
}


/******************************
 * フリーページ
******************************/
/******************************
 * QA
******************************/
.qa h2 {
	clear:both;
	line-height: 1.4;
	font-size: 21px;
	color: #5a5a5a;
	text-align: center;
	border-top: solid 1px #d38677;
	border-bottom: solid 1px #d38677;
	margin: 0 0 25px 0;
	padding: 10px 0;
	color:#d38677;
}

.qa dl dt:before {
	content:"Q　";
	font-weight:bold;
	color:#d38677;
	font-size:1.7em;
}

.qa dl dt {
	margin:35px 0;
}

.qa dl dd {
	margin-left:35px;
	background: #f0ede2;
	border-radius:18px;
	padding:15px 15px 25px 15px;

}

.qa dl dd:before {
	content:"A　";
	font-weight:bold;
	color:#d38677;
	font-size:1.7em;
}


/******************************
 * OEM
******************************/
.about_oem h3 {
	line-height: 1.4;
	font-size: 28px;
	text-align:center;
	color:#d38677;
	margin-bottom:55px;
}

.about_oem h4 {
	clear:both;
	line-height: 1.4;
	font-size: 21px;
	color: #5a5a5a;
	text-align: center;
	border-top: solid 1px #d38677;
	border-bottom: solid 1px #d38677;
	margin: 100px 0 25px 0;
	padding: 10px 0;
	color:#d38677;
}

.about_oem .textc {
	text-align:center;
	margin-bottom:50px;
}

.about_oem .imgr {
	float:right;
	margin:0 0 50px 50px;
}

.about_oem .imgl {
	float:left;
	margin:0 50px 50px 0;
}

.about_oem ul {
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	margin:50px auto;
}

.about_oeme ul {
	margin:0;
	padding:0;
}

.about_oeme ul li {
	text-align:center;
	list-style:none;
}

.about_oem ul li img {
	width:98%;
	height:auto;
}

.about_oem .ul_1 li {
	width:33.33%;
	max-width:400px;
	list-style:none;
}

.about_oem .ul_2 li {
	width:25%;
	max-width:285px;
	list-style:none;
}

.mini_font {
	font-size:11px;
}

.mini_font img {
	margin-bottom:7px;
	display:block;
}

@media (max-width: 768px) {
.about_oem .imgr,
.about_oem .imgl {
	float:none;
	margin:0 0 50px 0;
	text-align:center;
}
.about_oem ul {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	margin:50px auto;
}
}
@media (max-width: 550px) {
.about_oem .ul_1 li,
.about_oem .ul_2 li {
	width:50%;
	max-width:270px;
	margin-bottom:5px;
}
}


/******************************
 * お手入れ・素材
******************************/
.about_care h4 {
	clear:both;
  margin: 55px 0 35px 0;
  background: #f0ede2;
  padding: 10px;
}

.about_care .imgl {
	float:left;
	margin:0 50px 50px 0;
}

.qa .c-ttl-second,
.about_care .c-ttl-second,
.about_sozai .c-ttl-second {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin: 80px 0 25px 0;
	padding: 10px 0;
	
	line-height: 1.4;
	font-size: 21px;
	text-align: center;
}

.about_sozai dl,
.dl_flex {
	display:flex;
	flex-wrap:wrap;
	width:100%;
}

.about_sozai dl dt,
.dl_flex dt {
	margin:0;
	padding:0;
	
	width:300px;
	margin-top:35px;
}

.dl_flex dt img {
	width:100%;
	height:auto;
	max-width:250px;
}

.about_sozai dl dt img {
	width:100%;
	height:auto;
	max-width:150px;
	margin:0 auto;
}

.about_sozai dl dd,
.dl_flex dd {
	margin:0;
	padding:0;
	
	margin-top:35px;
	width:calc( 100% - 300px );
}

.qa dl dt:before {
	content:"Q　";
	font-weight:bold;
	color:#d38677;
	font-size:1.7em;
}

.qa dl dt {
	margin:35px 0;
}

.qa dl dd {
	margin-left:35px;
	background: #f0ede2;
	border-radius:18px;
	padding:15px;

}

.qa dl dd:before {
	content:"A　";
	font-weight:bold;
	color:#d38677;
	font-size:1.7em;
}


@media (max-width: 768px) {
.about_care .imgl {
	float:none;
	margin:0 auto 50px auto;
	text-align:center;
}
.about_sozai dl,
.dl_flex {
	display:block;
}
.about_sozai dl dt,
.dl_flex dt {
	text-align:center;
	width:100%;
}
.about_sozai dl dd,
.dl_flex dd {
	width:100%;
}
}


/******************************
 * 会社概要
******************************/
.o_company dl {
	display: flex;
	flex-wrap: wrap;
}

.o_company dl dt {
	width:30%;
	padding:25px 15px;
	border-bottom:solid 1px #ccc;
}

.o_company dl dd {
	margin:0;
	width:70%;
	padding:25px 15px;
	border-bottom:solid 1px #ccc;
}

@media (max-width: 650px) {
.o_company dl {
	display: block;
	flex-wrap: wrap;
}

.o_company dl dt {
	width:100%;
	padding:25px 15px 0 15px;
	border-bottom:none;
	font-weight:600;
}

.o_company dl dd {
	width:100%;
	padding:15px;
	border-bottom:solid 1px #ccc;
}
}


/******************************
 * その他
******************************/
/* ログイン h2 */
.fs-c-subSection__title,
.fs-c-linkedServiceLogin__title {
  padding-bottom: 10px;
}

/* 会員登録・情報入力 dtth */
.fs-c-inputTable__headerCell {
  font-weight: 600;
}

/* 見出し */
.fs-c-documentArticle__heading {
  background: none;
  color: #5a5a5a;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 16px;
  padding: 10px 0;
  text-align: center;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
}

.fs-c-documentColumn__heading
{
  color: #5a5a5a;
  border-color: #fff;
  border-style: none;
  border-width: 0 0 1px 5px;
  font-weight: 400;
  font-size: 16px;
  padding: 10px;
  margin: 55px 0 35px 0;
  background:#efefef;
}

/* 賞品一覧・詳細のheaderにNEWS */
.header_info {
	background-color:#efefef;
	padding:5px 10px;
	margin-bottom:25px;
	width:100%;
	text-align:center;
}

@media (max-width: 768px) {
.header_info {
	text-align:left;
	width:96%;
	margin:0 auto 25px auto;

}
}