@charset "UTF-8";
/*font*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
    font-family: 'galanogrotesque-ruploadedfile';
    src: url('galano_grotesque.ttf') format('truetype'),
         url('galano_grotesque.svg#galanogrotesque-ruploadedfile') format('svg');
    font-weight: normal;
    font-style: normal;

}や
@font-face {
    font-family: 'ab_chanel_coutureregular';
    src: url('ab-chanel-couture-regular.ttf') format('truetype'),
         url('ab-chanel-couture-regular.svg#ab_chanel_coutureregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* CSS Document */
body {
    margin-top: 100px;
	font-family: 'galanogrotesque-ruploadedfile',"Noto Sans Japanese";
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
    color: #3c3c3c;
    text-decoration: none;
}
img {margin: auto}
.fs-l-header {
    position: fixed;
    z-index: 100;
    background-color: #fff;
	top: 0;
}
.fs-l-page {
    overflow: hidden;
}
.fs-l-header__contents > * {
    margin: auto;
}
.ico {
	width: 40px;
}
.sns {
	width: 60px;
}
.fs-p-drawer {
    padding-bottom: 0;
}
.fs-p-drawerButton {
	padding: 0;
	margin-left: 10px;
}
.fs-p-productSearch {
    display: block!important;
}
.fs-p-productSearch__formSwitch {
    background: none;
    position: absolute;
    width: 40px;
    top: -37px;
}
.fs-l-header {
    padding-top: 10px;
	width: 100%;
}
.fs-p-productSearch {
    padding: 8px 8px 0;
}
.fs-p-scrollingCartButton {
    top: 6px;
    z-index: 0;
    width: 30px;
    right: 10px;
    margin: 0;
}
.fs-p-scrollingCartButton__button {
    background: none;
    margin-right: 5px;
}
.fs-p-scrollingCartButton__button {
	padding: 0;
}
.fs-p-drawer__buttonContainer {
    display: none;
}
.fs-p-productSearch {
    padding: 8px 8px 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100;
}
.banner {
}
.sns-link, .sns-link li {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
.sns-link a {
    display: block;
    text-align: center;
    padding: 50px;
}
.sns-link img {
    width: 30px;
}
.acount, .bt-mm, .item-box, .subbanner {
    display: flex;
    flex-flow: row wrap;
	margin-top: 60px;
}
	.subbanner a, .subbanner div {
    width: 50%;
}
h2.top {
    text-align: center;
	font-family: 'ab_chanel_coutureregular';
	font-size: 14px;
  letter-spacing: 0.1em;
	margin: 80px auto 30px;
}
.news-box {
    width: 100%;
    height: 60px;
    overflow-y: auto;
	margin-top: 40px;
  font-size: 11px;
}
.news-box::-webkit-scrollbar:vertical {
    background: #333;
    width: 2px;
}
.news-box::-webkit-scrollbar-thumb:vertical {
    background: #000;
    width: 4px;
}
.news-box li {
    line-height: 30px;
    text-align: center;
}
.news-box li a {
    color: #000;
}
.news-box li span {
    padding: 0 20px;
}
.item-box {
    text-align: center;
}
.item-box h2 {
    margin-block-start: 5px;
    margin-block-end: 5px;
	line-height: 0.8;
}
.item-box div {
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
	text-align: left;
}
.item-box a {
    color: #3c3c3c;
    text-decoration: none;
	font-size: 1rem;
}
.item-box p {
	color: #3c3c3c;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-weight: normal!important;
}
h2.top.new {
	margin-top: 30px;
}
h2.history {
    text-align: center;
    font-size: 14px;
}
#ranking div, #item2 div {
	width: 50%;
}
#ranking div:nth-of-type(n+3), #item3 div {
	width: 33.3333333%;
}
#ranking div:after {
	content: '';
	width: 46px;
	height: 35px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;

}
#ranking div:nth-of-type(n+3):after {
	width: 36px;
	height: 25px;
}
#ranking div:first-of-type:after {
	background-image: url(/item/src/no1.svg);
}
#ranking div:nth-of-type(2):after {
	background-image: url(/item/src/no2.svg);
}
#ranking div:nth-of-type(3):after {
	background-image: url(/item/src/no3.svg);
}
#ranking div:nth-of-type(4):after {
	background-image: url(/item/src/no4.svg);
}
#ranking div:nth-of-type(5):after {
	background-image: url(/item/src/no5.svg);
}
#ranking div:nth-of-type(6):after {
	background-image: url(/item/src/no6.svg);
}
#ranking div:nth-of-type(7):after {
	background-image: url(/item/src/no7.svg);
}
#ranking div:nth-of-type(8):after {
	background-image: url(/item/src/no8.svg);
}
span.tax {
    font-size: 0.6em;
    padding-left: 5px;
}
.mark, .mark li {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
	-webkit-padding-start: 0;
}
.mark li {
    display: inline-block;
    margin: 5px 0;
}
.mark li span {
    display: block;
    font-size: 0.8em;
    padding: 4px;
    line-height: 1em;
}
.mark .new {
	background-color: #fff;
	border: solid 1px #3c3c3c;
}
.mark li.new span {
	color: #3c3c3c!important;
	padding: 3px;
}
.mark .re {
	background-color: white;
  color: black;
  border: solid 1px #3c3c3c;
}
.mark .pre {
	background-color: #000;
}
.footer-item h2 {
  margin-block-start: 0;
  margin-block-end: 0;
	background-color: #fff;
	padding-top: 30px;
  font-size: 14px;
}
.footer-item {
    background-color: #fff;
    color: #000;
}
.footer-item.sns-link a {
    padding: 30px;
}
.fs-p-footerCopyright {
    background-color: #000;
}
.fs-c-productListItem__image__image {
    text-align: center;
    margin: auto;
}
a.more {
    background-color: #000;
    color: #fff;
    font-family: 'ab_chanel_coutureregular';
    font-size: 14px;
    width: 200px;
    display: block;
    text-align: center;
    line-height: 50px;
    margin: 30px auto;
}
.fs-p-productDescription + img, img + .fs-p-card {
    margin-top: 30px;
}
.fs-p-announcement {
    text-align: center;
}
.fs-c-specTable, .fs-c-specTable__headerCell, .fs-c-specTable__dataCell {
    margin: auto;
}
.acount div {
    width: 33%;
    padding: 10px;
    box-sizing: border-box;
}
.fs-p-drawer__loginLogout__logout, .fs-p-drawer__loginLogout__login, .acount div a {
    text-align: center;
    display: block;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    line-height: 40px!important;
    height: 40px!important;
    border: solid 1px;
    border-radius: 0;
}
.drawer-title {
    width: 100%;
    text-align: center;
    background-color: #cacaca;
	font-family: 'ab_chanel_coutureregular';
	padding: 0 8px;
	box-sizing: content-box;
	margin-left: -8px;
	line-height: 50px;
  font-size: 14px;
}
.fs-c-heading--page {
	font-family: 'ab_chanel_coutureregular';
	border: none;
	color: #000;
    font-size: 24px;
	margin-top: 50px;
}
.fs-l-pageMain {
    margin: auto;
}
#fs_Top .fs-l-main {
	padding: 0!important;
}
.pre-oder {
    padding: 50px 20px 0;
    text-align: center;
}
.pre-oder a {
    text-decoration: none;
    color: #000;
}

/*.fs-c-productPrice.fs-c-productPrice--listed, span.fs-c-productPrice__main__label {
    display: none;
}*/

.cart-box {
    padding: 20px;
    background-color: #eee;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #000;
    font-weight: bold;
    padding: 10px 10px 10px 0;
}
.fs-c-productNumber {
    color: #666;
    font-size: 10px;
    margin: 10px 0;
}
.fs-c-variationList__item {
        display: flex;
    flex-flow: row wrap;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
}
.fs-c-variationList__item__title {
    width: 30%;
    background: none;
    line-height: 60px;
    text-align: left;
    padding-left: 10px;
	font-weight: bold;
}

.fs-c-variationList__item__body {
    width: 70%;
    margin: 0;
    padding-right: 0;
	line-height: 60px;
}
span.fs-c-variationCart__variationName__name {
    line-height: 1;
}
.fs-c-variationCart__wishlist, .fs-c-variationAndActions__variationLabel.fs-c-variationLabel {
    display: none;
}
.fs-c-variationCart > li {
    -ms-grid-columns: 1fr 140px;
    grid-template-columns: 1fr 140px;
}
.fs-c-variationCart {
    padding: 0!important;
}
.footer-item .logo {
    margin: 30px auto 0;
    text-align: center;
}
.footer-item .logo:after {
    content: 'ボウ・エー';
    display: block;
}
.footer-item .sns-link a {
	padding: 40px 0 30px;
}
span.fs-c-variationCart__variationName__stock.fs-c-variationCart__variationName__stock--outOfStock {
    display: none;
}
button.fs-c-button--addToWishList--detail.fs-c-button--particular span {
    font-size: 9px;
}
h2.fs-p-announcement__title + h2.fs-p-announcement__title {
    margin-top: 30px;
}
.footer-menu li a {
    text-align: center!important;
    display: block;
}
a.fs-p-footerPageTop__link {
    background: none;
    border: solid 1px #eee;
    border-radius: 50%;
    margin-bottom: 10px;
    background-image: url(/item/src/arrow.svg)!important;
    background-size: 10px;
    display: block;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
}
.fs-p-footerPageTop__link:before {
	content:''!important;
}
.fs-l-footer {
	border: none;
}
@media(min-width: 1200px) {
	body {
    margin-top: 160px!important;
}
	.fs-l-sideArea {
    min-width: 100vw!important;
		overflow: initial!important;
}
	.banner, aside h2, .bt-mm, .drwar-utility, .footer-item h2:first-of-type, .footer-item .drwar-menu {
    display: none;
}
	header.fs-l-header {
    height: 160px;
}
	main aside {
    display: none;
}
	.logo {
    padding-top: 20px;
}
	.fs-p-drawer {
    top: 0!important;
    background: none;
}
	.acount {
    width: 400px;
    position: absolute;
    top: -83px;
    right: 70px;
}
	.drwar-menu {
		position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 73px;
    margin: auto;
    text-align: center;
	}
	.drwar-menu li {
    display: inline-block;
    padding: 0 20px;
}
	.fs-p-productSearch {
    top: 151px!important;
}
	.fs-p-productSearch__formSwitch {
    right: 10px;
		top: -40px!important;
}
	.footer-menu li {
    display: inline-block;
    padding: 10px;
}
	.footer-menu {
    margin: auto;
    text-align: center;
}
}
@media(max-width: 1199px) {
	.item-box div {
	padding: 3px;
}
	.fs-p-productSearch__formSwitch {
    left: 60px;
}
	.drwar-menu, .footer-menu {
    display: flex;
    flex-flow: row wrap;
}
	.drawer-title.cat {
		background-color: #cacaca;
		color: #000;
		margin-block-end: 0;
	}
	.drawer-title.info {
    /* background-color: #000; */
    padding-top: 20px;
}
	.bt-mm div {
    width: 50%;
    padding: 10px;
    text-align: center;
}
	.bt-mm div a {
    display: block;
    color: #000;
    border: solid 1px;
	line-height: 40px;
}
	.drwar-menu {
		padding: 10px;
	}
	.drwar-menu li {
		width: 25%;
    padding: 5px;
}
	.drwar-menu li a {
    text-align: center;
    display: block;
    border: solid 1px;
    margin: 0;
}
	aside .drwar-menu {
		padding: 0;
		margin: 0 -8px;
	}
	aside .drwar-menu li {
    border-bottom: solid 1px #cacaca;
    padding: 0 8px;
    box-sizing: content-box;
    margin-left: -8px;
    width: 100%;
    line-height: 40px;
    font-size: 22px;
    letter-spacing: 0.2em;
    text-align: center;
    font-size: 14px;
}
	aside .drwar-menu li:last-of-type {
		border: none;
	}
	aside .drwar-menu li a {
		border: none;
	}
	.drwar-utility {
    /* background-color: #000; */
    width: 100%;
    padding: 0 8px;
    box-sizing: content-box;
    margin-left: -8px;
    margin-top: -17px;
	/* color: #fff; */
}
	.footer-menu li {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
}
	.fs-l-main {
    margin-top: 0;
}
	.footer-item .drwar-menu li {
    padding: 5px 2px;
}
.footer-item .drwar-menu li a {
    border: none;
    font-size: 12px;
}
	.footer-item h2.info, .footer-item h2.info + nav {
    display: none;
}
	.fr2-productList--col2 {
    grid-gap: 5px!important;
}
	.fr2-listItem {
		padding: 0!important;
		margin-bottom: 10px;
}
	h2.fr2-listItem__productName, .fr2-listItem__productPrice.fr2-price {
		padding: 0 10px!important;
	}
	.fs-pt-column {
    padding: 0 5px;
}
	.fs-pt-column__item {
    padding: 3px;
}
}
@media screen and (min-width: 768px) {
.fs-l-header__contents {
	    -ms-grid-columns: 4em 1fr 4em;
    grid-template-columns: 4em 1fr 4em;
}
	.fr2-productList--col2 {
		-ms-grid-columns: 1fr 1fr 1fr!important;
    grid-template-columns: 1fr 1fr 1fr!important;
	}
	.fr2-productList--col2 article.fr2-listItem {
		    -ms-grid-column: initial!important;
    grid-column: initial!important;
    -ms-grid-row: initial!important;
    grid-row: initial!important;
	}
}
@media screen and (max-width: 768px) {
.fs-c-variationList__item__title {
    width: 100%;
    text-align: center;
	line-height: 40px;
    font-size: 16px;
}
.fs-c-variationList__item__body {
    width: 80%;
    margin: auto;
}
}
@media(min-width: 601px) {
.logo img {
    max-height: 40px;
}
	.fs-p-productSearch {
    top: 56px;
}
	div#fs_p_scrollingCartButton .ico {
    width: 30px;
}
	.fs-p-drawerButton--close .ico {
    padding: 8px;
}
	body {
    margin-top: 65px;
}
	.fs-p-drawer {
		top: 65px
	}
	.drwar-menu li {
    font-size: 12px;
}
}
@media(max-width: 600px) {
body {
    margin-top: 55px;
}
	.fs-p-drawer {
		top: 55px;
	}
	.fs-l-header__contents > * {
    padding: 0;
}
	.ico {
    width: 30px;
		padding-top: 5px;
}
	.logo img {
    max-height: 30px;
}
	.fs-p-productSearch {
    top: 46px;
}
	.footer-menu li {
    font-size: 13px;
}
	#fs_p_scrollingCartButton .ico {
    width: 26px;
    padding-top: 2px;
}
	.drwar-menu li {
    font-size: 10px;
}
	.footer-item .drwar-menu li {
    width: 50%;
}
}
.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
    height: 20px;
    width: 20px;
    background: none;
    background-image: url(/item/src/arrow.svg);
    background-repeat: no-repeat;
	-webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
.fs-c-slick .slick-next {
	transform: translate(0, -100%)rotate(180deg);
}
.fs-c-slick .slick-prev:before, .fs-c-slick .slick-next:before {
    content: none;
}
div#lookbook {
    text-align: center;
	max-width: 960px;
}
div#lookbook div {
    padding: 0 50px 50px;
}
#lookbook a {
    display: block;
}
#lookbook div img {
    margin: auto;
}
div#_rcmdjp_display_1 > h2, div#_rcmdjp_display_2 > h2 {
    display: none;
}
.fs-c-productMark__mark {
    border-radius: 0;
}
.fs-body-product .fs-c-productCarouselMainImage__thumbnail__img::outside, .fs-body-product .fs-c-slick .slick-slide img::outside {
    display: block;
    color: #333;
    font-size: 9px;
}
.fs-body-product .fs-c-productCarouselMainImage__thumbnail__img::outside::after, .fs-body-product .fs-c-slick .slick-slide img::outside::after {
    content: attr(alt);
}
.fs-c-variationList__item .fs-c-variationList__item__image, .fs-c-variationList__item .fs-c-variationCart__image {
    display: none;
}
.top-banner .slick-slide {
	opacity: 0.5;
	-webkit-transition: 1s liner;
-moz-transition: 1s liner;
-o-transition: 1s liner;
transition: 1s;
}
@media(min-width: 601px) {
.top-banner .slick-slide {
	width: 100%;
	max-width: 600px;
}
	.top-banner .slick-slide img {
	max-width: 600px;
	width: 100%;
}
}
@media(max-width: 600px) {
.top-banner .slick-slide {opacity: 1;}
}
.top-banner .slick-slide.slick-current {
	opacity: 1;
}
.top-banner .slick-dots li {
	content: '';
	position: absolute;
	top: 0;
	height: 5px;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.15);
	width: 0%;
	margin: 0;
}
.top-banner .slick-dots li.slick-active {
	animation: show 6.5s linear 0.5s both;
    -webkit-animation: show 6.5s linear 0.5s both;
	width: 0%;
}
@keyframes show {
	to {
		width: 100%;
	}
 }

@-webkit-keyframes show {
    to {
		width: 100%;
	}
}
.top-banner .slick-dots li.slick-active:hover {
	animation-play-state: paused;
}
.top-banner .slick-dots li button {
	display: none;
}


/*スタッフスタイリング*/
#staffstyling ul	{
	margin:auto;
	padding: 0px;
	list-style: none;
	width:100%!important;
	display: table;
	}

#staffstyling li	{
	float: left;
	padding-right: 5px;
	width: 25%;
	text-align:center;
	display: table-cell;
	text-align:right;
  margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
#staffstyling li	{
	float: left;
	padding: 0px;
	width: 50%;
	text-align:center;
	display: table-cell;
	text-align:right;
}}

#staffstyling ul li .txt_box {
    /* margin-top: 10px; */
    overflow: hidden;
	   /* padding: 0 10px; */
}
#staffstyling ul li .txt_box .profile {
    width: 45%;
    float: left;
}
#staffstyling ul li .txt_box .profile img {
    width: auto;
    /*height: 100%;*/
}
#staffstyling ul li .txt_box .profile {
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;

}
#staffstyling ul li .txt_box .right {
    float: right;
    /* width: 55%; */
}
#staffstyling ul li .txt_box .name {
    /* color: #96928d; */
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 14px;
    line-height: 1;
}
}
#staffstyling ul li .txt_box .label {
    font-size: 12px;
    margin-bottom: 10px;
    color: #333;
    line-height: 1;
}

@media only screen and (max-width: 750px) {
	#staffstyling li:nth-child(odd){
	padding-right:5px;}
	#staffstyling li:nth-child(even){
	padding-left:5px;
}}
#staffstyling .rank	{
	position:relative;}
#staffstyling .rankimg	{
	position:absolute;
	right:0px;
	bottom:6px;
	width:50px;}

.fs-c-checkoutSuccess{
  text-align: center;
}


/*ノベルティフェア 20191203追記*/
#no11{position: relative;}
#no11 .btn {position: absolute; right: 60px; bottom:70px; }
@supports (-ms-ime-align: auto) {#no11 .btn {position: absolute; right: 60px; bottom:-720px; }}
@media all and (-ms-high-contrast: none){#no11 .btn {position: absolute; right: 60px; bottom:-720px; } }
#no11 .btn:hover {opacity: 0.7; }
@media screen and (max-width: 1024px) and (orientation: portrait){
#no11 .btn {width: 50%; position: absolute; right: 3%; bottom:6%; } }
@media only screen and (max-width: 750px) {
#no11 .btn {width: 50%; position: absolute; right: 3%; bottom:6%; } }
