
/*スタッフスタート*/
.fs-c-staffDetail__label,.fs-c-staffDetail__shop,.fs-c-staffDetail__gender{
    display: none;
}
.fs-c-staffCatalog{
	padding: 20px 20px;
}
.fs-c-coordinationCatalog{
margin-bottom:50px;
}
.fs-c-staffCatalog__title {
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 1.8rem;
	padding: 0 0 10px ;
	margin-bottom: 15px;
}
.fs-c-heading.fs-c-heading--page{
	border-bottom: 1px solid #ccc;
    color: #333;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 1.2;
    margin: 0 0 24px;
    padding: 0 0 20px;
    text-align: center;
}
.fs-c-staffCoordinationSearchControl__label {
    border: 1px solid #eee;
    cursor: pointer;
    display: block;
    font-size: 1.4rem;
    margin: 15px 0;
    padding: 12px;
    position: relative;
    text-align: center;
	background: #eee;
	border-radius: 3px;
}

.fs-c-staffCoordinationSearch__heading {
    border-bottom: 1px solid #eee;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: 12px;
    word-break: break-all;
}

.fs-c-sortItems__list__item a ,
.fs-c-sortItems__list__item span {
    line-height: 100%;
    padding: 10px 7px 8px;
font-size:1.2rem;
}
.fs-c-sortItems__list__item.is-active {
    background: #f6aba9;
    color: #ffffff;
}
.fs-c-sortItems__label {
    border: 1px solid #f6aba9;
    line-height: 100%;
    padding: 10px 7px 8px;
font-size:1.2rem;
}
.fs-c-coordinationStaffInfo{
margin-bottom:40px;
}
.fs-c-coordinationComment{
margin-bottom:40px;
line-height:200%;
}
.fs-c-coordinationStaffInfo{
border:1px solid #ccc;
border-width: 1px 0;
}
.fs-c-coordinationCarouselMainImage__thumbnailList{
margin:15px 0;
}
.fs-c-coordinationPublicationDate{
margin-bottom:15px;
}
.fs-c-coordinationProduct__title {
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 18px;
margin-bottom:15px;
padding-bottom:10px;
}
.fs-c-coordinationCatalog__title {
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 18px;
margin-bottom:15px;
padding-bottom:10px;
}


#topcordinate{
width:90%;
margin:0 auto;
padding:50px 0 50px 0;
}



h2.fs-c-coordinationCatalog__title {
   font-size: 20px;
    margin-bottom: 30px;
    line-height: 1;
    text-align: center;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: normal;
    letter-spacing: 0.15em;
    display: inline-block;
    color: rgb(51, 51, 51);
    border-bottom: 1px solid rgb(0, 0, 0);
    padding: 0px 0px 5px;
}


.fs-p-productDescription--full{
    /*border-top: 1px solid #e5e5e5;*/
    padding: 0 0 0;
    margin: 0 0 0 ;
}


.fs-c-coordinationImage{
margin-bottom:10px;
}


.fs-c-coordinationCatalog__header{
text-align:center;
}
.fs-c-coordinationCatalog__footer {
    text-align: center;
    margin-top: 8px;
}
.fs-c-viewAllCoordinationLink__label {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	position: relative;
	display: inline-block;
	padding: 15px 0;
	color: #666;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	font-size: 10px;
	z-index: 1;
	text-align: center;
	overflow: hidden;
	width:100%;
	max-width: 350px;
border:1px solid #ccc;
}

.fs-c-viewAllCoordinationLink__label:hover {
 	color: #fff;
	opacity: 1;
}
.fs-c-viewAllCoordinationLink__label a:hover {
	opacity: 1;
}

.fs-c-viewAllCoordinationLink__label::before{
position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 280%;
    height: 100%;
    background: #f57777 !important;
    transform-origin: right top;
    transform: skewX(
-75deg
) scale(0, 1);
    transition: transform .3s;
}
.fs-c-viewAllCoordinationLink__label:hover::before {
  transform-origin: left top;
  transform: skewX(-75deg) scale(1, 1);
}

.fs-c-viewAllCoordinationLink__label::after{
position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: -2;
}





.fs-c-staffCatalog__footer{
text-align:center
}
.fs-c-viewAllStaffLink__label {
	position: relative;
	display: inline-block;
	margin-top: 5px;
	position: relative;
	display: inline-block;
	padding: 6px 0;
	color: #666;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	font-size: 10px;
	z-index: 1;
	text-align: center;
	overflow: hidden;
	width:100%;
	max-width: 120px;
border:1px solid #ccc;
}

.fs-c-viewAllStaffLink__label:hover {
  color: #fff;
	opacity: 1;
}
.fs-c-viewAllStaffLink__label a:hover {
	opacity: 1;
}

.fs-c-viewAllStaffLink__label::before{
position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 280%;
    height: 100%;
    background: #f57777 !important;
    transform-origin: right top;
    transform: skewX(
-75deg
) scale(0, 1);
    transition: transform .3s;
}
.fs-c-viewAllStaffLink__label:hover::before {
  transform-origin: left top;
  transform: skewX(-75deg) scale(1, 1);
}

.fs-c-viewAllStaffLink__label::after{
position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -2;
}



.fs-l-pageMain {
    max-width: 1100px;
    width: 100%;
}
.fs-l-main {
    max-width: 1100px;
}

.fs-c-coordinationListItem__staffInfo__name{
padding-top:1em;
}
.fs-c-coordinationListItem__staffInfo__shop ,
.fs-c-coordinationListItem__staffInfo__label,
.fs-c-staffCoordinationSearch--label{
display:none;
}


html body a.more {
color:#888;
}

.detailLinebox{
padding :10px 10px 0px 10px;
border:1px solid #ffbbb1;
margin-bottom:10px;
}

@media all and (min-width: 768px) {

h2.fs-c-coordinationCatalog__title {
     font-size: 34px;
    margin-bottom: 50px;
    line-height: 1;
    text-align: center;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: normal;
    letter-spacing: 0.15em;
    display: inline-block;
    color: rgb(51, 51, 51);
    border-bottom: 1px solid rgb(0, 0, 0);
    padding: 0px 0px 5px;

}


#topcordinate{
width:1100px;
margin:0 auto;
padding:240px 0 130px 0;
}

.fs-c-viewAllCoordinationLink__label,
.fs-c-viewAllStaffLink__label {
	font-size: 13px;
}



.detailLinebox{
 padding :10px ;
border:1px solid #ffbbb1;
margin-bottom:0;
}

}




/*メンテナンス画面*/
.menteBox{
background-color:#fadddd;
width:100vw;
height:100vh;
position:relative;
}
.menteBoxIn{
width:100%;
position:absolute;
top:50%;
left:0;
transform:translate(0,-50%);
text-align:center;
}
.mente_logo{
text-align:center;
}
.mente_logo img{
width:40%;
height:auto;
margin-bottom:50px;
display:inline-block;
}
.mente_txt{
text-align:center;
line-height:180%;
padding:0 5%;
}

/*商品詳細*/

.colorselect{
margin-bottom:10px;
}
.colorselect ul{
display:flex;
flex-wrap:wrap;
justify-content: flex-start;
gap:0 2%;
}
.colorselect ul li{
width:32%;
margin-bottom:10px;
}
.colorselect ul li img{
display:block;
border:2px solid #eee;
}
.colorselect ul li.active img{
display:block;
border:2px solid #FE8082;
}

.fs-p-accountInfo {

    padding: 12px;
}
.fs-p-accountInfo__accountName{
margin-bottom:6px;
}

.fs-c-accountService__page--accountDelete {
    flex-basis: 128px;
    display: flex;
    align-items: stretch;
    height: 128px;
    margin: 8px 0;
}

.fs-c-accountService__page--accountDelete a{
    box-shadow: 0 0 2px #b2b2b2;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    width: 100%;
padding:10px 20px;
}

.fs-c-accountService {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}




.fs-c-staffCatalog__list {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(auto-fit, calc(25% - 16px));
}
.fs-c-staffCatalog {
    padding: 20px 0;
}
.fs-c-staffListItem__profile__label,
.fs-c-staffListItem__profile__shop{
display:none;
}
.backBtn a {
    color: #888 !important;
    display: block;
}


.fs-c-productPrice__main__price span.fs-c-price__value{
	text-decoration: line-through;
	font-size:24px !important;
}
.fs-c-cartTable .fs-c-productPrice__main__price span.fs-c-price__value,
.fs-c-productPrice--selling .fs-c-productPrice__main__price span.fs-c-price__value,
.fs-c-productPrice--preorder .fs-c-productPrice__main__price span.fs-c-price__value,
.fs-c-orderHistoryItem__product span.fs-c-price__value{
	text-decoration: none;
	font-size:32px !important;
}

.fs-c-productPrice__main__price span.fs-c-price__currencyMark{
	font-size:24px !important;
}
.fs-c-productPrice--selling .fs-c-productPrice__main__price span.fs-c-price__currencyMark{
	font-size:32px !important;
}



.fs-c-productPrices--productDetail {
	display: inline-block;
	align-items: center;
	justify-content:center;
}
.fs-c-productPrice__addon--listed{
	display:inline-block;
	padding:0 6px;
}

.tokka{
color:#ff0000;
font-size:18px;
margin-bottom:15px;
}


.logoutBtn{
text-align:center;
}
.logoutBtn a{
display:inline-block;
padding:8px 30px 7px 30px;
line-height:100%;
background-color:#fe9398;
color:#fff;
border-radius:30px;
}

.fs-c-list li::before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 1px;
    background:#000;
    margin: 20px 4px 3px -8px;
    border: 1px solid #000000;
    border-radius: 50%;
    box-sizing: content-box;
}


@media all and (min-width: 768px) {



.menteBoxIn{
width:600px;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
text-align:center;
}
.mente_logo{
text-align:center;
}
.mente_logo img{
width:300px;
height:auto;
margin-bottom:50px;
display:inline-block;
}
.mente_txt{
text-align:center;
line-height:180%;
padding:0 0;
}

.fs-c-accountService__page--accountDelete{
    width: 30%;
margin:8px;
flex-basis: 128px;
    display: flex;
    align-items: stretch;
    height: 128px;
}
.fs-body-my-top .fs-c-accountService {
    flex-basis: 64%;
}
.fs-c-accountService {
    justify-content: flex-start;
    margin-left: -8px;
}

.fs-c-staffCatalog__list {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(auto-fit, calc(20% - 16px));
}
.fs-c-staffCatalog {
    padding: 20px 20px;
}



.fs-c-productPrices--productDetail {
	justify-content:flex-start;
}


.tokka{
color:#ff0000;
font-size:20px;
}





}


.fs-c-coordinationTagList::before{
content:"人気のタグ";
display:block;
margin-bottom:7px;
font-size:15px;
font-weight:bold;
width:100%;
margin:4px;
font-family: "Quattrocento Sans", "Noto Sans Japanese", 游ゴシック, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fs-c-coordinationProduct{
margin-top:30px;
}
.fs-c-productPrice--selling .fs-c-productPrice__main__price span.fs-c-price__currencyMark,
.fs-c-productPrice--selling .fs-c-productPrice__main__price span.fs-c-price__value{
font-size:14px !important;
}
.fs-c-productListItem{
padding:10px;
border-radius:5px;
border:1px solid #ddd;
}
span.fs-c-productPrice__addon{
font-size:10px !important;
display:inline-block
}
@media all and (min-width: 768px) {
.fs-c-coordinationTagList::before{
content:"人気のタグ";
display:block;
margin-bottom:7px;
font-size:18px;
font-weight:bold;
}
.fs-c-productPrice--selling .fs-c-productPrice__main__price spanfs-c-price__currencyMark,
.fs-c-productPrice--selling .fs-c-productPrice__main__price span.fs-c-price__value{
font-size:16px !important;
}
.fs-c-productListItem{
padding:15px;
border-radius:5px;
border:1px solid #ddd;
}
span.fs-c-productPrice__addon{
font-size:12px !important;
}
}





/*20220901*/
.pdtDetailAco strong{
font-weight:bold !important;
}
.pdtBtnBtm a.btnBtmLink{
display:block;
padding:11px 15px 8px;
color:#555;
font-weight:bold;
background-color:#f5e6f3;
text-align:center;
font-size:14px;
position:relative;
}
.pdtBtnBtm a.btnBtmLink::after{
content:"";
position:absolute;
width:10px;
height:10px;
top:50%;
right:15px;
transform:translateY(-50%) rotate(45deg);
border-top:1px solid #555;
border-right:1px solid #555;
}
.pdtBtnBtm a.btnBtmLink span{
display:block;
font-size:12px;
}
@media all and (min-width: 768px) {
.pdtBtnBtm a.btnBtmLink{
padding:17px 15px 13px;
font-size:18px;
}
.pdtBtnBtm a.btnBtmLink span{
font-size:15px;
}
}


.fs-c-staffCoordinationSearch:nth-of-type(1){
display:none;
}


.fs-c-coordinationTagList{
margin-top:40px;
}



.fs-c-checkout-couponList__couponDiscount {
display:none;
}


.fs-c-productNotice--outOfStock{
    padding: 8px;
}
html body #main div section .pdtTitleEn{
margin-bottom:10px !important;
}


.colorselect ul li{
position:relative;
}
.colorselect ul li.active::before{
content:"";
position:absolute;
width:9px;
height:6px;
top:-3px;
left:-0px;
transform: rotate(-45deg);
border-left: 2px solid #2ECF00;
border-bottom: 2px solid #2ECF00;
z-index:1;
}
.colorselect ul li.active::after{
content:"";
position:absolute;
width:20px;
height:20px;
top:-9px;
left:-6px;
background:#fff;
border-radius:50%;
border:1px solid #eee;
}

.fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__main__price span {
    color:#E6555C!important;
}
.fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__addon {
    color:#E6555C!important;
display:inline-block
}

.priceBtm{
	margin-bottom:15px;
}
.priceBtm span{

font-size:13px;
}


.btnBtmbtn{
margin-top:10px;
padding-top:17px;
border-top:1px dashed #ddd;
margin-bottom:15px;
}
.btnBtmbtn a{
position:relative;
    display: block;
    padding: 12px 12px 10px 18px;
    color: #FF656D;
    font-weight: bold;
    background-color: rgba(255,255,255,.7);
text-align:center;
font-size:16px;
border:1px solid #fe9398;
border-radius:8px;
}
.btnBtmbtn a div{
font-size:14px;
    color: #333
}
.btnBtmbtn a div span{
font-size:18px !important;
font-weight: bold;
    color: #FF656D
}
.btnBtmbtn a::after{
    content:"";
position:absolute;
right:15px;
top:50%;
width:10px;
height:10px;
border-right:1px solid #fe9398;
border-top:1px solid #fe9398;
transform:translateY(-50%) rotate(45deg);

}
.btnBtmbtn a::before{
    content:"";
position:absolute;
left:10px;
bottom:0%;
width:26px;
height:80px;
background:url(https://fujiko.itembox.design/item/productimg/iropposticksv/iroppo_btn_icon.png?d=20231212202917) no-repeat 0 0;
background-size:26px 80px;
}

.btnBtmbtn.uruwashiset a::before{
    content:"";
position:absolute;
left:10px;
bottom:0%;
width:26px;
height:80px;
background:#ddd url(https://fujiko.itembox.design/item/productimg/iropposticksv/iroppo_btn_icon.png?d=20231212202917) no-repeat 0 0;
background-size:26px 80px;
}


