@charset "UTF-8";
/************************************************************
 * reset
 ************************************************************/
*, *::before, *::after {
	box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, picture {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-decoration: none;
	vertical-align: baseline;
	background: transparent;
	color: #000;
}
a:hover{
	text-decoration: none;
}
a, img {
	border: none;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	line-height: 1.2;
	-webkit-text-size-adjust: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
li {
	list-style: none;
}
ul, ol, li {
	list-style-position: outside;
	vertical-align: bottom;
}
/************************************************************
 * common style
 ************************************************************/
html {
	font-size: 62.5%;
}
html, body {
	overflow-x: hidden;
}
body{
	width: 100%;
	background: #fff;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: .05em;
	word-wrap: break-word;
	overflow-wrap: break-word;
	position: relative;
}
body.fixed {
	position: fixed;
	overflow: hidden;
	width: 100%;
	left: 0;
}
img {
	width:100%;
}
.pc { display: none !important; }
.sp { display: block !important; }
@media (min-width: 999px) {
	.pc { display: block !important; }
	.sp { display: none !important; }
}
.aligncenter{
	text-align: center;
}
.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
.bold{
	font-weight: 600;
}
.f-red{
	color: #C7002F!important;
}
/* layout */
.inner{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
}
.dispflex{
	display: flex;
}
.dispinblock{
	display: inline-block;
}
/* btn */
.btn a{
	display: block;
	background: #fff;
	color: #000;
	text-align: center;
	padding: 1rem 1.5rem;
	position: relative;
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border: 1px solid #000;
	font-size: 1.4rem;
}
.btn-b a{
	display: block;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 1rem 1.5rem;
	position: relative;
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border: 1px solid #000;
	font-size: 1.4rem;
}
/************************************************************
 * HOME
 ************************************************************/
.slide-arrow{
	display: none!important;
}
#mainvisual{
	margin-bottom: 1rem;
        max-width: 100%;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.slide-arrow{
	display: none!important;
}
.slick-dots{
	bottom: 2rem!important;
}
.slick-dots li,
.slick-dots li button
{
	width: auto;
	height: auto;
}
.slick-dots li button:before{
	width: auto;
	height: auto;
	line-height: 10px;
	font-size: 10px;
	color: #FFF;
}
@media (min-width: 999px){
	.btn a:hover{
		background: #000;
		color: #FFF;
		text-decoration: none;
	}
	.btn a:hover svg{
		fill: #fff;
	}
        .slide-arrow{
		display: block!important;
		width: 8px;
		height: auto;
		position: absolute;
		top: 50%;
		margin-top: -4px;
	}
	.slide-arrow.prev-arrow{
		left: -2rem;
	}
	.slide-arrow.next-arrow{
		right: -2rem;
	}
        #mainvisual{
                width:95%;
		max-width: 1440px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2rem;
	}
}
.fs-p-inputGroup__button{
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
}
.fs-p-searchForm__button::before{
	position: inherit;
}
/************************************************************
 * hover style
 ************************************************************/
@media (min-width: 999px){
	.hov{
		-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
		-webkit-transition: .3s ease-in;
		-moz-transition: .3s ease-in;
		-ms-transition: .3s ease-in;
		transition: .3s ease-in;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.hov:hover{
		filter: alpha(opacity=70);
		opacity: .7;
		text-decoration: none;
		cursor: pointer!important;
	}
	.hov:hover a{
		text-decoration: none;
	}
}
/************************************************************
 * 共通レイアウト
 ************************************************************/
main.fs-l-main{
	margin: 0;
	padding: 0;
	max-width: 100%;
	display: block;
}
body#fs_Top .fs-l-pageMain{
	width: 100%;
	max-width: 100%;
}
/************************************************************
 * 任意商品一覧
 ************************************************************/
.no-slide .item_pickup_top.fs-c-productListCarousel.fs-c-slick {
    display: block;
}
.no-slide span.fs-c-productListCarousel__ctrl {
    display: none !important;
}
.no-slide .fs-c-productListCarousel__list {
    display: block;
    width: 100%;
}
.no-slide div.slick-track {
    display: flex !important;
    gap: 10px;
    width: 100% !important;
    transform: none !important;
    flex-wrap: wrap;
}
.no-slide div.slick-track::before {
    content: none !important;
}
.no-slide div.slick-track .slick-slide a{
	display: block;
	-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-ms-transition: .3s ease-in;
	transition: .3s ease-in;
	opacity: 1;
	filter: alpha(opacity=100);
}
.no-slide div.slick-track .slick-slide a:hover{
	filter: alpha(opacity=70);
	opacity: .7;
	text-decoration: none;
	cursor: pointer!important;
}
.no-slide .fs-c-productListCarousel__list__item{
	max-width: 100%;
	min-width: 100%;
	margin: 0;
}
.item-list .fs-c-productMarks{
	display: none!important;
}
.item-list .fs-c-productListItem__control{
	display: none!important;
}
.fs-c-productListItem__productName{
	display: block;
	margin: 0;
}
.fs-c-productListCarousel__list__item > * + *{
	margin-top: 1.5rem;
}
.fs-c-productName__name{
	font-weight: 600;
}
.fs-c-productPrice span{
	font-weight: 600;
}
.fs-c-productListItem__prices{
	margin-top: 0!important;
}
.fs-c-productListItem__prices .fs-c-productPrice:nth-child(2) span,
.fs-c-productPrices .fs-c-productPrice:nth-child(2) span{
	color: #C7002F;
}
.fs-c-productImage{
	position: relative;
    width: 100%;
    padding-bottom: 120%;
    height: 0;
    overflow: hidden;
}
.fs-c-productImage img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.fs-c-productName__copy{
	background: #C7002F;
	color: #FFF;
	padding: 0.3rem;
	display: inline-block;
	margin-bottom: 1.5rem;
	margin-right: .5rem;
}
@media (min-width: 999px){
	.no-slide div.slick-track {
	    gap: 15px;
	}
}
/************************************************************
 * top style
 ************************************************************/
body#fs_Top .fs-l-pageMain section{
	margin-bottom: 3rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #CCCCCC;
}
body#fs_Top .fs-l-pageMain section h2.section-tit{
	text-align: center;
	font-size: 3rem;
	margin-top: 4rem;
	margin-bottom: 3rem;
	font-weight: 600;
}
body#fs_Top .fs-l-pageMain section .btn{
	margin-top: 2rem;
}
body#fs_Top .fs-l-pageMain section .btn a{
	font-weight: 600;
	padding: 2rem;
}
body#fs_Top .fs-l-pageMain section#staff-coodi .js-modal__main .btn{
	margin-top: 0;
}
body#fs_Top .fs-l-pageMain section#staff-coodi .js-modal__main .btn.js-modal__btn--close{
	margin-top: 2rem;
}
body#fs_Top .fs-l-pageMain section#staff-coodi .js-modal__main  .btn a{
	padding: 1rem 1.5rem;
}
body#fs_Top .fs-p-searchForm__input{
	font-size: 1.3rem;
}
body#fs_Top section#news-ticker{
	padding-bottom: 1rem;
	margin-bottom: 0;
}
body#fs_Top section#news-ticker p{
	position: relative;
	font-size: 1.3rem;
	line-height: 1;
}
body#fs_Top section#news-ticker p:before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: .8rem;
  height: .8rem;
  border: 0.1rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(45deg);
}
body#fs_Top section#new-topics .slide-contents{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
body#fs_Top section#new-topics h2.section-tit{
	display: block;
	margin-top: 3rem;
}
body#fs_Top section#new-topics h2.section-tit span{
	font-size: 1.6rem;
	border: 1px solid #000;
	-webkit-border-radius: 60px;
	        border-radius: 60px;
	padding: .8rem 1.2rem;
	font-weight: 600;
	
}
body#fs_Top section#new-topics .image{
	position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
}
body#fs_Top section#new-topics .image img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
body#fs_Top section#new-topics .date,
body#fs_Top section#new-topics .tit{
	font-size: 1.3rem;
	line-height: 1.4;
}
body#fs_Top .no-slide.fs-c-slick .slick-slide{
	float: none;
	width: calc(( 100% - 20px ) / 3 );
}
body#fs_Top section#sale-item h2{
	color: #C7002F;
}
body#fs_Top section#sale-item .fs-c-productPrice span{
	color: #C7002F;
}
body#fs_Top section#ranking .ranking-list article:nth-child(n+7){
	display: none;
}
body#fs_Top section#ranking .ranking-list article{
	width: calc(( 100% - 20px ) / 3 );
}
body#fs_Top section .slick-track .slick-slide:nth-child(n+4){
	display: none;
}
body#fs_Top section#hot-item .fs-c-productImage{
	margin-bottom: 0;
}
body#fs_Top section#hot-item .fs-c-productListItem__prices{
	display: none;
}
body#fs_Top section#staff-coodi ul{
	gap: 10px;
    flex-wrap: wrap;
}
body#fs_Top section#staff-coodi ul li{
	width: calc(( 100% - 10px ) / 2 );
}
body#fs_Top section#staff-coodi ul li:nth-child(n+5){
	display: none;
}
@media screen and (max-width: 768px) {
	body#fs_Top section#staff-coodi .top_item_area li.toppage_coordinate_none{
		display: inline-block !important;
	}
}
body#fs_Top section#staff-coodi .toppage_coordinate_none{
	display:none !important;
}
@media screen and (max-width: 768px) {
	body#fs_Top section#staff-coodi .toppage_coordinate_none{
		display:inline-block !important;
	}
}
body#fs_Top section#insta-feed{
	border-bottom: 0;
	padding-bottom: 0;
}
body#fs_Top section#insta-feed .insta_list{
	width: 100%;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 10px;
}
body#fs_Top section#insta-feed .insta_list li{
	width: calc(( 100% - 20px ) / 3 );
}
body#fs_Top section#insta-feed .insta_list li .square-content{
	display: block;
	position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}
body#fs_Top section#insta-feed .insta_list li .square-content img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}
@media (min-width: 999px){
	body#fs_Top .top-main-slide{
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		max-width: 1440px;
	}
	body#fs_Top .fs-l-pageMain section{
		margin-bottom: 4rem;
		padding-bottom: 4rem;
	}
	body#fs_Top section#news-ticker .inner{
		max-width: 570px;
		margin-left: auto;
		margin-right: auto;
	}
	body#fs_Top section#new-topics h2.section-tit span{
		font-size: 1.2rem;
	}
	body#fs_Top .fs-l-pageMain section .btn{
		margin-top: 3rem;
	}
	body#fs_Top .fs-l-pageMain section#staff-coodi .js-modal__main .btn{
		margin-top: 0;
	}
	body#fs_Top section#new-topics .slide-contents{
		width: 100%;
	}
	body#fs_Top .no-slide.fs-c-slick .slick-slide{
		float: none;
		width: calc(( 100% - 45px ) / 4 );
	}
	body#fs_Top section .slick-track .slick-slide:nth-child(n+4){
		display: block;
	}
	body#fs_Top section#ranking .ranking-list article{
		width: calc(( 100% - 75px ) / 6 );
	}
	body#fs_Top section#staff-coodi ul{
		gap: 15px;
	}
	body#fs_Top section#staff-coodi ul li{
		width: calc(( 100% - 30px ) / 3 );
	}
	body#fs_Top section#insta-feed .insta_list li{
		width: calc(( 100% - 50px ) / 6 );
	}
}
/************************************************************
 * モーダル
 ************************************************************/
body.no-scroll{
	overflow-y: hidden;
}
.js-modal__bg {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
	overflow: hidden;
}
.js-modal__main {
	width: 100%;
	height: 100%;
    overflow-y: scroll;
    overscroll-behavior-y: none;
	-ms-overflow-style: none;
	scrollbar-width: none;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0;
	transition: opacity .3s ease;
	display: none;
	padding: 1.5rem;
	animation: .5s ease-in-out forwards;
}
.js-modal__main::-webkit-scrollbar{
	display:none;
}
.js-modal__main._slideUp{
    position: fixed;
    z-index: 11;
    opacity: 1;
    display: block;
    animation: appear .5s ease;
}
@keyframes appear {
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
   }
.js-modal__btn--close.btn {
	margin: 3rem 0;
	text-align: center;
	color: #FFF;
	background: #000;
	padding: 1.5rem;
	cursor: pointer;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.js-modal__btn--close.fix {
	display: block;
	position: fixed;
	top: 1rem;
	right: 1rem;
	width: 30px;
	height: 30px;
	z-index: 11;
	cursor: pointer;
}
.js-modal__btn--close.fix::before, .js-modal__btn--close.fix::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 30px;
	background: #000;
}
.js-modal__btn--close.fix::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
.js-modal__btn--close.fix::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}
/************************************************************
 * コーディネート
 ************************************************************/
.coordinate-wrap{
	width: 100%;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 10px;
}
.js-modal__btn {
	cursor: pointer;
	width: calc(( 100% - 10px ) / 2 );
}
.coordinate-wrap .coordi-ph{
	position: relative;
    width: 100%;
    padding-bottom: 140%;
    height: 0;
    overflow: hidden;
}
.coordinate-wrap .coordi-ph img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}
.coordinate-wrap .name-area{
	background: #EEE;
	width: 100%;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	padding: 1rem;
	gap: 10px;
}
body#fs_CustomPage .coordinate-wrap .name-area{
	padding: 0;
	background: #FFF;
	padding: .5rem;
}
.coordinate-wrap .staff-name{
	text-align: left;
	font-size: 1.3rem;
	line-height: 1.4;
	font-weight: bold;
}
.coordinate-wrap .staff-ph{
	width: 50px;
	height: 50px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
}
.coordinate-wrap .staff-ph img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.js-modal__main .coordi-main-ph,
.js-modal__main .text-area,
.js-modal__main .staff-area{
	margin-bottom: 3rem;
}
.js-modal__main .staff-area{
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	gap: 20px;
}
.js-modal__main .text-area p{
	font-weight: bold;
}
.js-modal__main .staff-ph{
	width: 100px;
	height: 100px;
	-webkit-border-radius: 100px;
	        border-radius: 100px;
}
.js-modal__main .staff-name-link{
	width: calc( 100% - 120px );
}
.js-modal__main .staff-name{
	text-align: left;
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
.js-modal__main .staff-name-link .btn a{
	max-width: 150px;
	margin-left: 0;
	margin-right: auto;
	position: relative;
}
.js-modal__main .staff-name-link .btn a:after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	transform: rotate(45deg);
}
.js-modal__main .staff-name-link .btn a:hover:after{
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}
.js-modal__main .item-link-area .top{
	text-align: center;
	font-weight: bold;
	margin-bottom: 2.4rem;
}
.js-modal__main .item-link-area ul{
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 10px;
}
.js-modal__main .item-link-area ul li{
	width: calc(( 100% - 10px ) / 2 );
}
.js-modal__main .item-name{
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin-top: 1rem;
}
@media (min-width: 999px){
	.coordinate-wrap{
		gap: 15px;
	}
	.js-modal__btn{
		width: calc(( 100% - 45px ) / 4 );
	}
	.js-modal__main{
		max-width: 1000px;
		padding: 3rem;
	}
	.js-modal__main{
		height: auto;
	}
	.js-modal__main._slideUp{
		top: 50%;
		left: 50%;
		transform: translate(-50% , -50%);
	    -webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	}
	.js-modal__main .pc-flex{
		display: flex;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	.js-modal__main .coordi-main-ph{
		max-width: 500px;
		margin-bottom: 0;
	}
	.js-modal__main .text-area p{
		font-size: 1.3rem;
	}
	.js-modal__main .item-wrap{
		width: calc( 100% - 530px );
	}
	.js-modal__main .item-link-area .top{
		text-align: left;
		font-weight: bold;
		margin-bottom: 1.6rem;
		margin-bottom: 10px;
	}
	.js-modal__main .item-link-area ul{
		gap: 15px;
	}
	.js-modal__main .item-link-area ul li{
		width: calc(( 100% - 30px ) / 3 );
	}
	.js-modal__main .item-name{
		text-align: left;
	}
}
.coordi-top-nav{
		margin-bottom: 3rem;
}
.coordi-top-nav ul{
	width: 100%;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	gap: 20px;
}
.coordi-top-nav ul li{
	width: 120px;
}
.coordi-top-nav ul li a{
	display: block;
	color: #000;
	width: 100%;
	background: #fff;
	border: 1px solid #000;
	padding: 1rem 0;
	font-size: 1.2rem;
	text-align: center;
	-webkit-border-radius: 60px;
	        border-radius: 60px;
	line-height: 1;
}
.coordi-top-nav ul li a.on{
	color: #fff;
	background: #000;
}
ul.coordi-page-nav{
	display: block;
	margin: 3rem 0;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
ul.coordi-page-nav li{
	width: calc( 100% / 2);
	position: relative;
}
ul.coordi-page-nav li.prev{
	margin-left: 0;
	margin-right: auto;
	text-align: left;
	padding-left: 2rem;
}
ul.coordi-page-nav li.next{
	margin-left: auto;
	margin-right: 0;
	text-align: right;
	padding-right: 2rem;
}
ul.coordi-page-nav li.prev a:before{
	content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    transform: rotate(-135deg);
}
ul.coordi-page-nav li.next a:before{
	content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
}
ul.staff-list-wrap{
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 30px 20px;
}
ul.staff-list-wrap li{
	width: calc(( 100% - 20px ) / 2 );
	-webkit-justify-content: center;
	        justify-content: center;
}
ul.staff-list-wrap li .staff-ph{
	width: 130px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 130px;
	        border-radius: 130px;
	margin-bottom: 1rem;
}
ul.staff-list-wrap li .staff-ph img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
@media (min-width: 999px){
	.coordi-top-nav{
		margin-bottom: 6rem;
	}
	ul.staff-list-wrap li{
		width: calc(( 100% - 60px ) / 4 );
	}
	ul.staff-list-wrap li .staff-ph{
		width: 160px;
		height: 160px;
		-webkit-border-radius: 160px;
		        border-radius: 160px;
	}
}
/************************************************************
 * page style
 ************************************************************/
.fs-c-breadcrumb{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
}
section.fs-l-pageMain{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
}
body#fs_ProductCategory section.fs-l-pageMain,
body#fs_ProductSearch section.fs-l-pageMain{
	max-width: 1440px;
}
body#fs_BundleProductList section.fs-l-pageMain{
	max-width: 1440px;
}
.fs-c-heading--page{
	margin: 0;
	padding: 4rem 0;
	font-size: 3rem;
	font-weight: bold;
	border-bottom: none;
}
@media (min-width: 999px){
	.fs-c-heading--page{
		padding: 6rem 0;
		font-size: 3rem;
		font-weight: bold;
		border-bottom: none;
	}
}
.category_header_area{
	text-align: center;
	margin-bottom: 2rem;
}
.category_header_area .category_header_area_img{
	margin-bottom: 1rem;
}
/*商品一覧*/
.fs-c-listControl{
	font-size: 1.3rem;
	flex-direction: inherit;
	justify-content: space-between;
}
.fs-c-listControl > * + *{
	margin-top: 0;
}
.fs-c-subgroup{
	display: none;
}
.fs-c-productList{
	margin: 0;
}
.fs-c-productListItem__viewMoreImageButton{
	display: none;
}
.fs-c-productMarks{
	display: none;
}
.fs-c-productListItem__control{
	display: none;
}
.fs-c-productList__list{
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 10px;
}
.fs-c-productList__list__item{
	padding: 0;
	border: none;
	width: calc(( 100% - 10px ) / 2 );
}
.fs-c-productList__list__item h2,
.fs-c-productList__list__item .fs-c-productListItem__prices{
	font-size: 1.3rem;
}
.fs-c-productImage{
	margin-bottom: 1rem;
}
.fs-c-preorderMessage{
	font-size: 1.3rem;
	color: #C7002F;
}
body#fs_ProductCategory .category_header_area img{
	display: block;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 999px){
	.fs-c-productList__controller{
		background: #EEE;
		margin: 1.5rem 0;
	}
	#item-list-sort{
		position: absolute;
		top: 2.5rem;
		left: 1.5rem;
		display: flex;
	}
	#item-list-sort .sort-area,.stock-area{
		font-size: 1.2rem;
		display: flex;
		-webkit-align-items: center;
		        align-items: center;
	}
	#item-list-sort select{
		display: block;
		width: 100px;
		margin-left: 0.5rem;
		margin-right: 1rem;
	}
	.fs-c-listControl{
		font-size: 1.2rem;
		justify-content: flex-end!important;
	}
	.fs-l-pageMain #flex-wrap{
		width: 100%;
		display: flex;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	#flex-wrap #left-contents{
		width: 20%;
	}
	/**#flex-wrap #right-contents{
		width: 20%;
	}**/
	#flex-wrap .fs-c-productList{
		width: 79%;
		margin: 0 auto;
		position: relative;
	}
	.fs-c-productList__list{
		gap: 15px;
	}
	.fs-c-productList__list__item{
		padding: 0;
		border: none;
		width: calc(( 100% - 45px ) / 4 );
	}
}
/*商品詳細*/
body.fs-body-product section.fs-l-pageMain{
	margin-top: 3rem;
}
body.fs-body-product .fs-c-slick .slick-prev,
body.fs-body-product .fs-c-slick .slick-next{
	width: 30px;
	height: 30px;
	background: rgba(255, 255, 255, 0.3);	
}
body.fs-body-product .fs-c-slick .slick-prev:before,
body.fs-body-product .fs-c-slick .slick-next:before{
	color: #000;
	font-size: 2rem;
}
body.fs-body-product .fs-c-slick .slick-prev{
	left: 0;
}
body.fs-body-product .fs-c-slick .slick-next{
	right: 0;
}
figcaption.fs-c-productCarouselMainImage__thumbnail__caption{
	display: none;
}
body.fs-body-product .fs-c-productCarouselMainImage__expandButton{
	display: none;
}
body.fs-body-product .fs-c-productCarouselMainImage__thumbnailList{
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	overflow: hidden;
	-webkit-justify-content: flex-between;
	        justify-content: flex-between;
	gap: 5px;
}
.fs-c-productCarouselMainImage{
	height: auto!important;
}
body.fs-body-product .fs-c-productCarouselMainImage__thumbnailList > li{
	margin: 0;
	width: calc(( 100% - 20px ) / 5 );
	-webkit-flex-basis: auto;
	        flex-basis: auto;
}
body.fs-body-product h1.fs-c-productNameHeading{
	font-size: 3rem;
	margin: 2rem 0 1rem 0;
	line-height: 1.4;
}
body.fs-body-product .fs-c-productSalesPeriod{
	border: none;
	text-align: left;
	padding: 0;
	font-size: 1.3rem;
}
body.fs-body-product .fs-c-productNumber{
	margin-bottom: 1rem;
}
body.fs-body-product .fs-c-productPreorderMessage{
	margin-bottom: 1rem;
}
body.fs-body-product .fs-c-productPrices{
	display: flex;
}
body.fs-body-product .fs-c-productSalesPeriod{
	color: #C7002F;
}
body.fs-body-product .fs-c-price__currencyMark,
body.fs-body-product .fs-c-price__value{
	font-size: 3rem;
}
body.fs-body-product .fs-c-variationAndActions{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
body.fs-body-product .fs-c-variationList__item__title{
	margin-top: 1rem;
}
body.fs-body-product .fs-c-variationLabel span{
	font-weight: bold;
}
body.fs-body-product .fs-c-variationList__item__body{
	margin-top: 1rem;
}
body.fs-body-product .fs-c-variationCart{
	padding: 0;
}
body.fs-body-product .fs-c-variationCart > li{
	display: flex;
}
body.fs-body-product .fs-c-variationCart > li + li{
	margin-top: 1rem;
}
body.fs-body-product .fs-c-variationCart--withImage .fs-c-variationCart__image{
	margin-right: 1rem;
}
body.fs-body-product .fs-c-variationCart__wishlist{
	margin-right: 1rem;
}
body.fs-body-product .item_detail_mr_tab{
	margin-top: 2rem;
}
body.fs-body-product .item_detail_mr_tab2_table table{
	width: 100%;
	margin-bottom: 1rem;
}
body.fs-body-product .item_detail_mr_tab2_table table tr{
	border-bottom: 1px solid #000;
}
body.fs-body-product .item_detail_mr_tab2_table table th{
	padding: 1rem 0;
}
body.fs-body-product .item_detail_mr_tab2_table table tr:first-child th:first-child{
	font-weight: bold;
}
body.fs-body-product .item_detail_mr_tab1_dl{
	margin-top: 2rem;
}
body.fs-body-product .item_detail_mr_tab1_dl dt{
	font-weight: bold;
}
body.fs-body-product .item_detail_mr_tab2_aten{
	font-size: 1.3rem;
}
body.fs-body-product .fs-c-buttonContainer{
	margin: 2rem 0;
}
body.fs-body-product .fs-c-button--plain{
	display: block;
	background: #fff;
	color: #000;
	text-align: center;
	padding: 1rem 1.5rem;
	position: relative;
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	font-size: 1.4rem;
	-webkit-border-radius: 60px;
	        border-radius: 60px;
}
body.fs-body-product .fs-c-button--plain:hover{
	text-decoration: none;
}
@media (min-width: 999px){
	body.fs-body-product section.fs-l-pageMain{
		max-width: 1050px;
	}
	body.fs-body-product .item-image-area{
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
		width: 56%;
	}
	body.fs-body-product .fs-c-productCarouselMainImage__image > img{
		width: 100%;
		max-width: 550px;
		height: auto;
	}
	body.fs-body-product .item-text-area{
		width: 40%;
	}
	body.fs-body-product .fs-c-productCarouselMainImage__thumbnailList > li{
		margin: 0;
		width: calc(( 100% - 30px ) / 7 );
		-webkit-flex-basis: auto;
		        flex-basis: auto;
	}
}
/*ログイン*/
body#fs_Login .fs-c-subSection__title{
	display: none;
}
body#fs_Login .fs-c-loginForm h3{
	font-size: 3rem;
	font-weight: bold;
}
body#fs_Login .my-tit-jp{
	font-size: 1.3rem;
	color: #888;
	font-weight: bold;
}
.fs-body-login .fs-c-inputInformation__field{
	background: none;
	padding: 0;
	margin: 2.5rem 0;
}
.fs-body-login .fs-c-button--primary{
	width: 100%;
	padding: 2rem 1.5rem;
}
body#fs_Login .fs-c-newUsers__message{
	margin: 2.5rem 0;
}
body#fs_Login .fs-c-inputInformation__link{
	font-size: 1.3rem;
	text-align: left;
}
body#fs_Login .fs-c-newUsers a.fs-c-button--primary{
	color: #000;
	background: #FFF;
}
.fs-c-panel--error{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}
.fs-c-inputInformation{
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.fs-p-emailDomainNotice{
	font-size: 1.2rem;
}
.fs-c-inputInformation__field{
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
@media (min-width: 960px){
	.fs-body-login .fs-c-loginForm{
		-webkit-justify-content: flex-between;
		        justify-content: flex-between;
	    gap: 0
	}
	.fs-body-login .fs-c-loginForm > *{
		flex-basis: calc(50%);
	}
	body#fs_Login .fs-c-registeredUsers{
		border-right: #B7B7B7 1px solid;
		padding-right: 4rem;
	}
	body#fs_Login .fs-c-newUsers{
		padding-left: 4rem;
	}
}
/*フリーページ*/
.freepage_pager_area{
	margin: 3rem 0;
}
.freepage_pager_area ul{
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	gap: 10px;
}
.freepage_pager_area ul a{
	display: block;
}
.fs-body-about-terms img{
	max-width: 468px;
    height: auto;
}
