@charset "UTF-8";

#fs_preview_header {
    display: none;
}
/*a:visited {
    color: unset;
}*/
/*----------------------------------------------------
	ベースの設定
----------------------------------------------------*/
html {
	overflow-y: scroll;
	height: 100%;
	font-size: 62.5% /* 16px x 0.625 = 10px(=1rem) */;
}
body {
	color: #333;
	font-size: 1.6rem /* 16px */;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	/*-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;*/
    letter-spacing: 0.05rem;
    overflow: hidden;
}
_::-webkit-full-page-media,
_:future,
:root p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
}

input,
textarea,
select,
button {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
}

*,
*:before,
*:after {
	word-wrap: break-word;
	box-sizing: border-box;
}
nav ul,nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    opacity: 1;
    transition: all .5s ease;
}
a:hover {
    opacity: 0.6;
}
.wrap {
    /*max-width: 1024px;*/
    width: 1024px;
    margin: 0 auto;
}

/* SVGアイコン */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.icon-pen {
  width: 0.9912109375em;
}

.icon-pen2 {
  width: 0.998046875em;
}

/* 開閉アコーディオン */
.acc {
    display: none;
}
.accshow {
    height: 0;
    padding: 0;
    opacity: 0;
    transition: all .5s ease;
    overflow:hidden;
}
input:checked + label + .accshow {
    height: auto;
    opacity: 1;
    overflow: visible;
}    

.fontSize--14px {
    font-size: 1.4rem;
}

/* ログイン、ログアウト */
.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }

/*----------------------------------------------------
	header
----------------------------------------------------*/
.headerCoupon img {
    display: block;
    margin: 0 auto;
}
.headerCoupon img.sp {
    display: none;
}

.headerInfo {
    padding: 10px;
    font-size: 1.3rem;
    color: #666;
    text-align: center;
}
.headerInfo a {
    color: #666;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headerInfo a::after {
    content: "";
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    display: block;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    transform: rotate(-45deg);
}

.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}
#globalHedder {}
/*----------------------------------------------------
	ブランドロゴヘッダー色(2025.05.08修正)ここから
----------------------------------------------------*/
.globalHedder__inner {
    background-color: #fff;
    color: #93612e;
    position: relative;
}
/*----------------------------------------------------
	ブランドロゴヘッダー色(2025.05.08修正)ここまで
----------------------------------------------------*/

/*----------------------------------------------------
	ブランドロゴ下ライン色(2025.05.08修正)ここから
----------------------------------------------------*/
.globalHedder__inner::before {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 0.5px;
    position: absolute;
    bottom: 0.9px;
    left: 0;
}
/*----------------------------------------------------
	ブランドロゴ下ライン色(2025.05.08修正)ここまで
----------------------------------------------------*/
.globalHedder__main {
    height: 76px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 22px;
}

/*----------------------------------------------------
	ブランドロゴヘッダー内文字色(2025.05.08修正)ここまで
----------------------------------------------------*/
.globalHedder__inner a {
    color: #4d2f1a;
    text-decoration: none;
}
/*----------------------------------------------------
	ブランドロゴヘッダー内文字色(2025.05.08修正)ここまで
----------------------------------------------------*/

.globalHedder__siteName {
    width: 234px;
    font-size: 0;
    line-height: 0;
    font-weight: normal;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 117px);
}
.globalHedder__siteName--logo {}
.globalHedder__siteName--logo img {
    width: 100%;
    height: auto;
}
.globalHedder__siteName--a {}
.globalHedder__shopNav {}
.globalHedder__shopNav--ul {
    display: flex;
    align-items: center;
}
.globalHedder__shopNav--li {
    margin-left: 50px;
    font-size: 1.2rem;
    display: flex;
}
.globalHedder__shopNav--li a {
    display: flex;
    align-items: baseline;
}

/*----------------------------------------------------
	ヘッダー虫眼鏡、カート色(2025.05.08修正)ここから
----------------------------------------------------*/
.globalHedder__shopNav .icon {
    font-size: 1.9rem;
    fill:#4d2f1a;
}
/*----------------------------------------------------
	ヘッダー虫眼鏡、カート色(2025.05.08修正)ここまで
----------------------------------------------------*/

.globalHedder__shopNav .icon-favorite_off {
    font-size: 2.1rem;
}

/*----------------------------------------------------
	ヘッダーお気に入りボタン色(2025.05.08修正)ここから
----------------------------------------------------*/
.icon-favorite_off {
    fill: none !important;
    stroke: #4d2f1a;
}
/*----------------------------------------------------
	ヘッダーお気に入りボタン色(2025.05.08修正)ここまで
----------------------------------------------------*/

.globalHedder__shopNav .icon-cart {
    font-size: 2.3rem;
}

/* 検索 */
.searchBtn {
    display: flex;
    align-items: center;
    height: 76px;
    position: relative;
}

/*----------------------------------------------------
	ヘッダー虫眼鏡クリック後色(2025.05.08修正)ここから
----------------------------------------------------*/
#search:checked + .searchBtn .icon {
    fill: #93612e
}
/*----------------------------------------------------
	ヘッダー虫眼鏡クリック後色(2025.05.08修正)ここまで
----------------------------------------------------*/

#search:checked + .searchBtn::before {
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #FFF;
    border-top: none;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: calc(50% - 10px);
    bottom: 0;
}
.searchBlock {
    box-sizing: content-box;
    background-color: #FFF;
    box-shadow: 0px 10px 13px -13px rgba(0,0,0,0.3);
    color: #333;
    padding: 0 500%;
    margin: 0 -500%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1500;
}
.searchBlock__inner {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.searchForm {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 40px;
}
.searchForm input[type="radio"],
.searchForm input[type="checkbox"] {
    display: none;
}
.searchForm__ul {
    padding: 0;
    margin: 0 0 40px;
}
.searchForm__ul .searchForm__li {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}
.searchForm__ul--inline {
    display: flex;
    align-items: center;
    margin: 0 40px 0 0;
}
.searchForm__ul--inline .searchForm__li {
    width: auto;
    margin: 0 10px 0 0;
}
.searchForm__ul--col2 {
    width: 100%;
    column-count: 2;
    column-gap: 20px;
}
.searchForm__label {
    border: 1px solid #e7cbaf;
    border-radius: 20px;
    background-color: #FFF;
    display: inline-block;
    color: #805122;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 0.8em 1em 0.7em;
    text-align: left;
}
.searchForm input[type="radio"]:checked + .searchForm__label,
.searchForm input[type="checkbox"]:checked + .searchForm__label {
    background-color: #e7cbaf;
}
.searchForm__label--radio1 {
    border: 1px solid #805122;
    background-color: #FFF;
    display: block;
    color: #805122;
    font-size: 1.2rem;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.searchForm input[type="radio"]:checked + .searchForm__label--radio1 {
    border-color: #e7cbaf;
    background-color: #e7cbaf;
}
.searchForm__label--radio2 {
    color: #7d460d;
    font-size: 1.4rem;
    height: auto;
    position: relative;
    padding: 0 0 0 25px;
}
.searchForm__label--radio2::before {
    content: '';
    border: 1px solid #e7cbaf;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
}
.searchForm__label--radio2::after {
    content: '';
    background-color: #FFF;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: 5px;
}
.searchForm input[type="radio"]:checked + .searchForm__label--radio2::after {
    background-color: #7d460d;
}
.searchForm__label--nomal {
    color: #7d460d;
    font-size: 1.2rem;
    line-height: 1.2;
}
.searchForm__keyword {
    border: 1px solid #805122;
    border-radius: 5px;
    background-color: #FFF;
    width: 400px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-right: 10px;
}
.searchForm__select {
    background-color: #e7cbaf;
    border: 1px solid #e7cbaf;
    color: #7d460d;
    height: 35px;
    line-height: 35px;
    font-size: 1.2rem;
    padding: 0 10px;
    position: relative;
    margin-bottom: 30px;
}
.searchForm__select::after {
    content: '';
    border-right: 1px solid #7d460d;
    border-bottom: 1px solid #7d460d;
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    position: absolute;
    top: 15px;
    right: 15px;
}
.searchForm__select option {
    background-color: #FFF;
}
.searchForm__button {
    border: 1px solid #805122;
    border-radius: 5px;
    background-color: #805122;
    color: #FFF;
    width: 65px;
    height: 40px;
    font-size: 1.8rem;
    line-height: 40px;
    padding: 0;
    margin: 0;
}
.searchForm__button .icon {
    display: none;
}
.searchForm__button--clear {
    border: 1px solid #805122;
    border-radius: 5px;
    background-color: #FFF;
    color: #805122;
    width: 160px;
    height: 40px;
    font-size: 1.8rem;
    line-height: 40px;
    padding: 0;
    margin: 0;
}
.searchForm__button--l {
    border: 1px solid #805122;
    border-radius: 5px;
    background-color: #805122;
    color: #FFF;
    width: 160px;
    height: 40px;
    font-size: 1.8rem;
    line-height: 40px;
    padding: 0;
    margin: 0;
}

/* 販売期間表示 */
.fs-c-productListItem__salesPeriodNotice{
    background: #744F28;
    color: #ffffff;
}

/* 詳細検索 */
/* モーダル */
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(147,97,46,0.5);
}
.modal__content {
    box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
    width: 1024px;
    padding: 25px;
    background: #fff;
    margin: 20px;
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateY(-50%);

    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

@media screen and (max-height:740px){
    .modal {
        overflow: scroll;
    }
    .modal__content {
        position: static;
        margin: 40px auto;
        top: auto;
        left: auto;
        transform: translate(0,0);
    }
}

.modal__content--inner {
    clear: both;
    padding: 0 20px;
}
.modal__close {
    float: right;
    border: 1px solid #e5caaf;
    background-color: #FFF;
    border-radius: 5px;
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
}
.modal__close::before, .modal__close::after {
    content: '';
    background-color: #7d460d;
    width: 20px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 10px);
}
.modal__close::before {
    transform: rotate(45deg);
}
.modal__close::after {
    transform: rotate(-45deg);
}
.modal input#modalBtn:checked ~ .modal__overlay,
.modal input#modalBtn__category:checked ~ .modal__overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}
/* 検索フォーム */
.searchFormMore {}
.searchFormMore .searchForm {
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
}
.searchFormMore .searchForm__ul--inline {
    margin: 0 0 40px;
}
.searchFormMore input[type="radio"],
.searchFormMore input[type="checkbox"] {
    display: none;
}
.searchFormMore__btn {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    color: #7d460d;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
}
.searchFormMore__btn .icon {
    fill: #7d460d;
    margin-right: 5px;
    width: 2.3rem;
}
.searchForm__block {
    width: calc(307 / 934 * 100%);
    margin-right: calc(30 / 934 * 100%);

    width: calc(320 / 934 * 100%);
    margin-right: calc(20 / 934 * 100%);
}
.searchForm__block:nth-child(1),
.searchForm__block:nth-child(2) {
    width: calc(115 / 934 * 100%);
}
.searchForm__block:nth-child(4) {
    margin-right: 0;
}
.searchForm__block:nth-child(5) {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.searchForm__block:nth-child(5) button:not(:last-child) {
    margin-right: calc(30 / 934 * 100%);
}
.searchForm__h3 {
    color: #7d460d;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    padding: 0 25px;
    margin: 0 0 30px;
}
.searchForm__h4 {
    border-bottom: 1px solid #e7cbaf;
    color: #7d460d;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    padding: 0 0 0.5em;
    margin: 0 0 10px;
}

/* サジェストリンク */
div.poplink.pc022{
top:75px;
}

div.poplink.pc022 > div.poplink_search{
display:flex;
width:500px !important;
}

div.poplink > div.poplink_search > div.item a > div.item_left{
float:none !important;
transform:translate(20%,4%);
}

div.poplink > div.poplink_search > div.item{
padding:0 !important;
margin:0 2px !important;
width:33%;
}

/* ハンバーガーメニュー */
.globalHedder__menu {
    width: 28px;
}
.globalHedder__menu .menuBtn {
    display: block;
    position: relative;
    width: 28px;
    height: 22px;
    cursor: pointer;
}

/*----------------------------------------------------
	3本線の真ん中色(2025.05.08修正)ここから
----------------------------------------------------*/
.globalHedder__menu .menuBtn span {
    background-color: #4d2f1a;
    display: block;
    width: 28px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    opacity: 1;
}
/*----------------------------------------------------
	3本線の真ん中色(2025.05.08修正)ここまで
----------------------------------------------------*/

/*----------------------------------------------------
	3本線の上下色(2025.05.08修正)ここから
----------------------------------------------------*/
.globalHedder__menu .menuBtn span::before,
.globalHedder__menu .menuBtn span::after {
    content: '';
    display: block;
    background-color: #4d2f1a;
    width: 28px;
    height: 2px;
    position: absolute;
    left: 0;
    transition: all .3s ease;
}
/*----------------------------------------------------
	3本線の上下色(2025.05.08修正)ここまで
----------------------------------------------------*/

.globalHedder__menu .menuBtn span::before {
    top: -11px;
}
.globalHedder__menu .menuBtn span::after {
    bottom: -11px;
}

/*----------------------------------------------------
	3本線の真ん中クリック後色(2025.05.08修正)ここから
----------------------------------------------------*/
#menu:checked + .menuBtn span {
    background-color: #fff;
}
/*----------------------------------------------------
	3本線の真ん中クリック後色(2025.05.08修正)ここまで
----------------------------------------------------*/

#menu:checked + .menuBtn span::before {
    transform: rotate(45deg);
    top: 0;
}
#menu:checked + .menuBtn span::after {
    transform: rotate(-45deg);
    bottom: 0;
}
.mainMenu {
    box-sizing: content-box;
    background-color: #FFF;
    box-shadow: 0px 10px 13px -13px rgba(0,0,0,0.3);
    color: #333;
    padding: 0 500%;
    margin: 0 -500%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1500;
}
.mainMenu a {
    color: #7d460d;
    display: inline-block;
}
.mainMenu a:hover {
    text-decoration: underline;
}
.mainMenu__inner {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}
.mainMenu__block {
    margin-right: 0;
}
.mainMenu__block:last-child {
    margin-right: 0;
}
.mainMenu__h3 {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 1em;
}
.mainMenu__category .mainMenu__ul {
    width: 250px;
    column-count: 2;
    column-gap: 30px;
}

.mainMenu__ul {}
.mainMenu__ul li {
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 1em;
}



/* 商品数付カートボタン */
#headerCartBtn {}
.headerCartBtn {}
.headerCartBtn__a {
    display: flex;
    align-items: flex-end;
}
.headerCartBtn__cartCount {
    background-color: #FFF;
    border-radius: 20px;
    color: #92612e;
    display: block;
    min-width: 10px;
    height: 14px;
    line-height: 10px;
    font-size: 1rem;
    text-align: center;
    padding: 2px 4px 2px 4px;
    margin: 0 0 0 -3px;
}
 @-moz-document url-prefix() {
.headerCartBtn__cartCount {
		padding: 3px 4px 2px 3px;
	}
}
_::-webkit-full-page-media, _:future, :root .headerCartBtn__cartCount {
padding: 3px 4px 2px 4px;
}
/* グロナビ */
.gNav {
    background-color: #FFF;
    border-top: 2px solid #f5ece2;
    border-bottom: 1px solid #e7cbaf;
    position: relative;
    z-index: 1100;
}
.gNav a {
    text-decoration: none;
}
.gNav a:visited {
    color: #7d460d;
}
.gNav__inner {}
.parentMenu {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1000;
}
.parentMenu__li {}
.parentMenu__li--a,
.parentMenu__li--span {
    color: #7d460d;
    display: block;
    height: 51px;
    line-height: 51px;
    font-weight: 500;
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.8px;
    cursor: pointer;
    position: relative;
}
.parentMenu__li--span::before {
    content: '';
    border-right: 1px solid #7d460d;
    border-bottom: 1px solid #7d460d;
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    position: absolute;
    bottom: 9px;
    left: calc(50% - 4px);
}
.parentMenu__li--a:hover,
.parentMenu__li--a.active,
.parentMenu__li:hover .parentMenu__li--a,
.parentMenu__li:hover .parentMenu__li--span{
    color: #dc771f;
    border-bottom: 2px solid #dc771f;
}
.parentMenu__li:hover .parentMenu__li--span::before {
    display: none;
}
.childMenu {
    background-color: #FFF;
    box-sizing: content-box;
    box-shadow: 0px 10px 13px -13px rgba(0,0,0,0.3);
    padding: 0 500%;
    margin: 0 -500%;
    height: 0;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    z-index: 1010;
    transform: translateY(-30px);
    transition: all .5s ease;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.parentMenu__li:hover .childMenu {
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.childMenu a {
    color: #333;
}
.childMenu a:hover {
    text-decoration: underline;
}
.childMenu__inner {
    width: 800px;
    padding: 40px 0;
    margin: 0 auto;
    display: flex;
}
/* MEN WOMEN */
.childMenu__block {
    margin-right: 40px;
    flex-grow: 1;
    display: flex;
}
.childMenu__block--ul {
    margin-right: 50px;
}
.childMenu__block--ul:first-child {
    margin-right: 90px;
}
.childMenu__block--ul:last-child {
    margin-right: 0;
}
.childMenu__block--ul li {
    font-size: 1.4rem;
    margin-bottom: 1em;
}
.childMenu__banner {
    width: 160px;
}
.childMenu__banner ul {}
.childMenu__banner li {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 1em;
}
.childMenu__banner li img {
    display: block;
    margin-bottom: 0.5em;
}
/* LOOKBOOK */
.childMenu__block {
    margin-right: 40px;
    flex-grow: 1;
    display: flex;
}
.childMenu__block--ul {
    margin-right: 50px;
}
.childMenu__block--ul:first-child {
    margin-right: 90px;
}
.childMenu__block--ul:last-child {
    margin-right: 0;
}
.childMenu__block--ul li {
    font-size: 1.4rem;
    margin-bottom: 1em;
}
.childMenu__banner {
    width: 160px;
}
.childMenu__banner ul {}
.childMenu__banner li {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 1em;
}
.childMenu__banner li img {
    display: block;
    margin-bottom: 0.5em;
}
/* ブランド */
.brandMenu {
    background-color: #FFF;
}
.brandMenu a {
    transition: all .5s ease;
}
.brandMenu a:hover {
    color: #dc771f;
    text-decoration: none;
    opacity: 1 !important;
}
.brandMenu .childMenu__inner {
    display: block;
    width: 100%;
    padding-bottom: 20px;
}
.brandMenu__ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.brandMenu__main .brandMenu__li {
    width: calc(245 / 1024 * 100%);
    margin: 0 calc(14 / 1024 * 100%) 20px 0;
}
.brandMenu__main .brandMenu__li:nth-child(4n) {
    margin-right: 0;
}
.brandMenu__sub .brandMenu__li {
    width: calc(151 / 1024 * 100%);
    margin: 0 calc(23 / 1024 * 100%) 20px 0;
}
.brandMenu__sub .brandMenu__li:nth-child(6n) {
    margin-right: 0;
}
.brandMenu__li--allBrands {
    margin-left: auto !important;
    margin-right: 0 !important;
}
.brandMenu__li--btn {
    border: 1px solid #e8cbad;
    border-radius: 50px;
    color: #946228 !important;
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 1.4rem;
}
.brandMenu__li--btn:hover {
    background-color: #efe0ce;
}
.brandMenu__banner {
    border-bottom: 1px solid #e8cbad;
    display: flex;
    align-items: center;
    height: 60px;
}
.brandMenu__banner--logo {
    width: 100px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.brandMenu__banner--name {
    text-align: center;
    width: 100%;
}
.brandMenu__banner--name span {
    display: block;
    line-height: 1.3;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}
.brandMenu__banner--name--en {
    font-size: 1.1rem;
}
.brandMenu__banner--name--ja {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 3px;
    letter-spacing: 0;
}
.brandMenu__sub .brandMenu__banner--name--ja {
    font-size: 1.4rem;
    font-weight: 500;
}

#nav-img-bmd:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/bmd.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-glr:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/glr.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-cal:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/cal.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-acc:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/acc.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-mcn:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/mcn.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-cny:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/cny.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-joe:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/24awJOE.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-crc:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/crc.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-bhl:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/bhl.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-spr:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/spr.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-lvh:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/lvh.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-dks:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/dks.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-gns:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/gns.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-mos:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/mos.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-dec:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/dec.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-eye:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/eye.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-bnd:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/bnd.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-gre:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/gre.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-mrv:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/mrv.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-fox:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/fox.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-mam:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/mam.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-mas:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/mas.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-gmt:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/gmt.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-wal:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/wal.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-brk:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/brk.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-atk:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/atk.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}

#nav-img-bow:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://web.archive.org/web/20250401180328im_/https://british.itembox.design/item/bow.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
}


/*----------------------------------------------------
	footer
----------------------------------------------------*/
#globalFooter {
    clear: both;
}
.footerContents {
    color: #7d460d;
}
.footerContents__inner {
    border-top: 1px solid #e5caaf;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.footerContents__mailMagazine {
    /*width: 565px;*/
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
/*.footerContents__mailMagazine--title {
    width: 180px;
}*/
.footerContents__mailMagazine--h3 {
    font-family: 'EB Garamond', serif;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
    margin: 0 20px 0 0;
    white-space: nowrap;
}
.footerContents__mailMagazine--title p {
    font-size: 1.2rem;
    line-height: 1.2;
}
.icon-link::after {
    content: '';
    border-right: 1px solid #7d460d;
    border-bottom: 1px solid #7d460d;
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    vertical-align: middle;
    text-decoration: underline;
}
.btn_brown {
    background-color: #7d460d;
    border-radius: 5px;
    color: #FFF;
    display: inline-block;
    padding: 0.5em 1em 0.4em;
    text-decoration: none;
}
.btn_brown:visited {
    color: #FFF;
}
.btn_brown:hover {
    text-decoration: none;
}
.footerContents__mailMagazine--form {
    width: 380px;
}
.footerContents__mailMagazine--form .btn_view_all {
    font-size: 1.3rem !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.footerContents__mailMagazine--form form{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footerContents__mailMagazine--form input[type="text"] {
    order: 1;
    border: 1px solid #7d460d;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 1.4rem;
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}
.footerContents__mailMagazine--form input[type="submit"],
.footerContents__mailMagazine--form button[type="submit"]{
    order: 2;
    border: 1px solid #7d460d;
    background-color: #7d460d;
    color: #FFF;
    border-radius: 5px;
    font-size: 1.8rem;
    height: 40px;
    line-height: 40px;
    width: 60px;
    text-align: center;
    margin: 0;
}
.footerContents__mailMagazine--form .fs-c-inputField__field {
    order: 3;
    font-size: 1.2rem;
    margin-top: 10px;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
    background: #7d460d;
    border-color: #7d460d;
}
.footerContents__sns {
    /*width: 320px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footerContents__sns--h3 {
    font-family: 'EB Garamond', serif;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 20px 0 0;
    white-space: nowrap;
}
.snsIcons {
    display: flex;
}
.snsIcons__item {
    width: 40px;
    margin-right: 10px;
}
.snsIcons__item:last-child {
    margin-right: 0;
}
.snsIcons__item a {
    border: 1px solid #7d460d;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.snsIcons__item .icon {
    fill: #7d460d;
    font-size: 2rem;
}
.footerSiteMap {
    background-color: #e5caae;
    color: #996a38;
    font-size: 1.2rem;
}
.footerSiteMap a {
    color: #996a38;
    text-decoration: none;
}
.footerSiteMap__inner {
    padding: 20px 50px;
}
.footerSiteMap__navi {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footerSiteMap__navi--block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footerSiteMap__navi--h3 {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 1em;
}
.footerSiteMap__navi .bold {
    font-weight: 700;
}
.pageTop {
    padding: 0 20px 20px;
}
.pageTop a {
    border: 1px solid #7d460d;
    background-color: #e5caae;
    border-radius: 50%;
    display: block;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    margin-left: auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.pageTop a::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid #7d460d;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 11px);
}
.pageTop a::after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid #e5caae;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 11px);
}
.footerCopyright {
    background-color: #93622e;
    color: #FFF;
    font-size: 1.2rem;
    height: 33px;
    line-height: 33px;
    text-align: center;
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
.fs-l-main { 
    max-width: 1024px;
    margin: 0 auto 50px;
    padding: 0;
}


/*----------------------------------------------------
	商品ページ
----------------------------------------------------*/
#fs_ProductDetails .fs-l-pageMain {
    padding-top: 20px;
}

@media screen and (min-width: 960px) {
    .fs-l-product2 .fs-l-productLayout {
        grid-template-columns: calc(625 / 1024 * 100%) calc(359 / 1024 * 100%);
        grid-gap: calc(40 / 1024 * 100%);
        margin-bottom: 50px;
    }
    .fs-body-cart .fs-l-cart__contentsArea {
        grid-template-columns: 1fr 280px;
    }
}

/* ポイント */
.fs-c-productPointDisplay {
    background: transparent;
    color: #333;
    font-size: 1.4rem;
    padding: 0;
    margin-bottom: 20px !important;
}

/* 予約商品メッセージ */
.fs-c-productPreorderMessage {
    font-size: 1.4rem;
}

/* 商品画像 カルーセルタイプ */
.fs-c-productCarouselMainImage {}
.fs-c-productCarouselMainImage__carousel {
    border: 3px solid #f5ece2;
}
.fs-c-productCarouselMainImage .slick-track {
    font-size: 0;
    line-height: 0;
}
.fs-c-productCarouselMainImage .slick-slide {
    width: 619px; 
}
.fs-c-productCarouselMainImage__image {
    padding: calc(750 / 625 * 100%) 0 0;
    height: 0;
    position: relative;
    overflow: hidden;
    
}
.fs-c-productCarouselMainImage__image > img {
    max-width: 100%;
    max-height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.fs-c-productCarouselMainImage__thumbnailList {
    flex-wrap: wrap;
    overflow-x: inherit;
}
.fs-c-productCarouselMainImage__thumbnailList > li {
    flex-basis: 68px;
}
.slick-active .fs-c-productCarouselMainImage__thumbnail__img {
    border-color: #f5ece2;
}
.fs-c-productCarouselMainImage__thumbnail__caption {
    display: none;
}
.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
    background-color: transparent;
}
.fs-c-slick .slick-prev:before,
.fs-c-slick .slick-next:before {
  color: #7d460d;
  opacity: 1;
}

/* 商品画像 */
.fs-c-productMainImage__image {
    border: 3px solid #f5ece2;
    max-width: 625px;
    padding: calc(625 / 750 * 100%) 0 0;
}

/* 商品画像サムネイル */
.fs-c-productThumbnail__image {
    min-width: auto;
    width: calc((100% - 7%) / 8);
    margin: 0 1% 10px 0;
    flex-basis: inherit;
}
.fs-c-productThumbnail__image:nth-child(8n) {
    margin-right: 0;
}
.fs-c-productThumbnail__image__caption {
    display: none;
}
.fs-c-productThumbnail__image > img {
    border: 2px solid #FFF;
}
.fs-c-productThumbnail__image.is-active > img {
    border: 2px solid #f5ece2;
}

/* 商品拡大画像 */
.fs-c-productImageModalCarousel__figure__image {
    max-width: 90vw;
    max-height: 90vh;
}

/* バリエーション */
.fs-c-variationMatrix {
    border-top: 1px solid #93612f;
    border-bottom: 1px solid #93612f;
}
.fs-c-variationMatrix > li:not(:last-child) {
    border-bottom: 1px solid #e7cbaf;
}
.fs-c-variationMatrix__row {
    display: grid;
    grid-template:
        "thumb variation" 90px
        "name variation" auto /
        80px 1fr;
    padding: 10px 0;
}
.fs-c-variationMatrix__row__thumbnail {
    grid-area: thumb;
}
.fs-c-variationMatrix__row__thumbnail > img {
    border: 2px solid #f5ece2;
}
.fs-c-variationMatrix__row__variationName {
    grid-area: name;
    color: #92612e;
    font-size: 1.2rem;
    line-height: 1.2;
}
.fs-c-variationMatrix__lane {
    grid-area: variation;
    align-items: flex-start;
}
.fs-c-variationMatrix__item {
    /*min-width: 70px;
    flex-grow: unset;*/
    max-width: 50%;
    flex-grow: 1;
    flex-basis: inherit;
}
.fs-c-variationMatrix__panel {
    background: #FFF;
    border-color: #e7cbaf;
    border-radius: 0;
    color: #92612e;
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 8px 0.4em;
}
.fs-c-variationMatrix__panel > * {
  min-height: auto;
  overflow: inherit;
}
.fs-c-variationMatrix__radio:checked + .fs-c-variationMatrix__panel {
    background-color: #e7cbaf;
    color: #92612e;
}
.fs-c-variationMatrix__panel__label:last-child::after {
    content: "\025cb";
    font-size: 1.4rem;
    line-height: 1.3;
    display: block;
    text-align: center;
}
.fs-c-variationMatrix__panel__stock {
    font-size: 1.4rem;
    font-weight: bold;
}

/* お気に入りボタン */
.fs-c-button--particular.fs-c-button--addToWishList--detail, .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
    border: 1px solid #956229;
    background-color: #FFF;
    color: #956229;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    padding: 0.5em 0;
    box-shadow: none;
    width: 220px;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail .fs-c-button__label {
    order: 2;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after, .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
    order: 1;
    margin: 0 8px 0 0;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail.is-disabled {
    opacity: 0.5;
}
.fs-c-productQuantityAndWishlist__quantity {
    align-self: center;
}

/* カートボタン */
.fs-c-button--addToCart--detail {
    font-size: 1.8rem !important;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 1em 0.9em !important;
}
.fs-c-button--addToCart--detail::before {
    content: "";
    background: url("/web/20250401180328im_/https://british.itembox.design/item/src/cart.png") no-repeat center center/contain;
    display: block;
    width: 20px;
    height: 22px;
    margin-right: 10px;
}

/* 商品問い合せ */
.fs-c-button--inquiryAboutProduct {
    border: 1px solid #93612e;
    background-color: #FFF;
    color: #93612e;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
    height: 50px;
    width: 100%;
    padding: 2px 0 0;
}
.fs-c-button--inquiryAboutProduct::before {
    content: "";
    background: url("/web/20250401180328im_/https://british.itembox.design/item/src/mail.png") no-repeat center center/contain;
    display: block;
    width: 13px;
    height: 11px;
    margin-right: 10px;
}
.fs-c-button--inquiryAboutProduct:hover {
    color: #93612e;
    text-decoration: none;
}

/* 送料リンク */
.linkList, .linkList li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.linkList {
    padding: 0 15px;
    margin: 10px 0 40px !important;
}
.linkList li {
    font-size: 1.2rem;
    margin-bottom: 1em
}
.linkList li a {
    color: #956229;
    display: flex;
    align-items: center;
}
.linkList li a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #956229;
    border-bottom: 1px solid #956229;
    transform: rotate(-45deg);
    margin-right: 10px;
}

/* アイテム詳細 */
.data-block {
	margin-bottom: 30px !important;
    font-size: 1.4rem /* 14px */;
}
.data-block h2 {
	line-height: 38px;
	border-bottom: 1px solid #956229;
	margin-bottom: 15px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #956229;
}
.data-block h2:not(:first-child) {
    margin-top: 60px;
}
.fs-l-productLayout__item--2 .data-block h2:not(:first-child) {
    margin-top: 0.83em;
}
.data-block h3 {
	line-height: 20px;
	border-bottom: 0.5px solid #956229;
	margin-bottom: 7px;
	font-size: 1.3rem;
	font-weight: 700;
	color: #956229;
}
.data-block h4 {
	line-height: 23px;
	border-bottom: 0.8px solid #956229;
	margin-bottom: 8px;
	font-size: 1.8rem;
	font-weight: 900;
	color: #956229;
}

.data-block h5 {
	line-height: 38px;
	border-bottom: 1px solid #956229;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: solid;
	font-family: 'EB Garamond', serif;
	color: #956229;
}

.data-block p img {
	margin-top: 12px;
	margin-bottom: 12px;
}
.data-block img {
	margin-top: 12px;
	margin-bottom: 12px;
}
.item-detail,
.item-size {
	width: 100%;
	border-collapse: collapse;
    font-size: 1.3rem;
}
.item-detail th {
	width: 82px;
	line-height: 1.5;
	padding: 0.5em 0;
	text-align: left;
	border-bottom: 1px solid #f5ece2;
}
.item-detail td {
	border-bottom: 1px solid #f5ece2;
	padding: 0.5em 0;
	line-height: 26px;
}
.item-size th {
	border-bottom: 2px solid #f5ece2;
	text-align: center;
}
.item-size td {
	text-align: center;
	line-height: 1.5;
	padding: 0.5em 0;
	border-bottom: 1px solid #f5ece2;
}

--------商品ページ開閉式_1追加ここから--------

.details {
	transition: .3s;
	overflow: hidden;
	margin-top: -10px;
	padding-bottom: 20px;
	&:last-of-type {
	margin-bottom: -10px;
	}
}
.details[open] {
	margin-top: 10;
	margin-bottom: -10px;
	padding-bottom: 10px;
} 
.details-summary {
	display: block;
	padding: 15px;
    transition: .3s;
	transform: translateY(10px);
    border: solid #755403;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0.7px;
    border-left-width: 0px;
	background-color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	color: #755403;
	cursor:pointer
}

.details-summary::-webkit-details-marker {
	display: none;
}
.details[open] .details-summary {
	transform: translateY(0);
}
.details-content {
	padding: 20px;
	background-color: #ffffff;
	border-bottom: 0.7px solid #755403;
	border-left: 0px solid #755403;
	border-right: 0px solid #755403;
}

--------商品ページ開閉式_1追加ここまで--------

--------商品ページ開閉式_2追加ここから--------

.details_2 {
	transition: .3s;
	overflow: hidden;
	margin-top: -10px;
	padding-bottom: 20px;
	&:last-of-type {
	margin-bottom: -10px;
	}
}
.details_2[open] {
	margin-top: 10;
	margin-bottom: -10px;
	padding-bottom: 10px;
} 
.details-summary_2 {
	display: block;
	padding: 15px;
    transition: .3s;
	transform: translateY(10px);
    border: solid #755403;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0.7px;
    border-left-width: 0px;
	background-color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	color: #755403;
	cursor:pointer
}

.details-summary_2::-webkit-details-marker {
	display: none;
}
.details_2[open] .details-summary_2 {
	transform: translateY(0);
}
.details-content_2 {
	padding: 20px;
	background-color: #ffffff;
	border-bottom: 0.7px solid #755403;
	border-left: 0px solid #755403;
	border-right: 0px solid #755403;
}

--------商品ページ開閉式_2追加ここまで--------

--------商品ページ開閉式_3追加ここから--------

/* アコーディオン全体のスタイリング */
.accordion_productspage {
  border: solid #575655;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0.7px;
  border-left-width: 0px;
  border-radius: 5px;
  margin-bottom: 10px;
}

/* アコーディオンが開いている時のヘッダー部分のスタイリング */
.accordion_productspage[open] .accordion_productspage-header{
  background-color: #fff;
  margin-bottom: 10px;
}

/* アコーディオンのヘッダー部分のスタイリング */
.accordion_productspage-header {
  padding: 7px;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  line-height: 3.0;
  font-weight: normal;
  font-family: 'EB Garamond', serif;
  border-bottom: 1px solid #ddd;
  position: relative; /* 矢印アイコンの位置調整のため */
  list-style: none; /* デフォルトの矢印を消す */
}

/* アコーディオンのコンテンツ部分のスタイリング */
.accordion_productspage-content {
  padding: 15px;
  line-height: 1.5;
  background-color: #fff;
}

/* アコーディオンのコンテンツ部分のフォント */
.accordion_productspage-content p {
  font-size: 1.4rem /* 14px; */;
  line-height: 1.5;
  background-color: #fff;
}

/* カスタム矢印のスタイル */
.accordion_productspage-header::after {
  content: '＋'; /* ここに好きなアイコンを設定できます */
  position: absolute;
  right: 10px; /* ヘッダーから右に10pxの位置 */
  transition: transform 0.2s ease-in-out; /* アニメーション効果 */
}

/* アコーディオンが開いている時の矢印のスタイル */
.accordion_productspage[open] .accordion_productspage-header::after {
  transform: rotate(135deg); /* 矢印を135度回転 */
}

/* WebKitベースのブラウザでデフォルトの矢印を消す */
.accordion_productspage .accordion_productspage-header::-webkit-details-marker {
  display: none;
}

--------商品ページ開閉式_3追加ここまで--------

--------サイズチャート・アイテム詳細開閉式用追加ここから--------

.item-detail-accordion,
.item-size-accordion {
	margin-top: 10px;
	width: 100%;
	border-collapse: collapse;
    font-size: 1.3rem;
}
.item-detail-accordion th {
	width: 82px;
	line-height: 1.5;
	padding: 0.5em 0;
	text-align: left;
	border-bottom: 1px solid #f5ece2;
}
.item-detail-accordion td {
	border-bottom: 1px solid #f5ece2;
	padding: 0.5em 0;
	line-height: 26px;
}
.item-size-accordion th {
	border-bottom: 2px solid #f5ece2;
	text-align: center;
}
.item-size-accordion td {
	text-align: center;
	line-height: 1.5;
	padding: 0.5em 0;
	border-bottom: 1px solid #f5ece2;
}

--------サイズチャート・アイテム詳細開閉式用追加ここまで--------

--------キャンペーン詳細開閉式追加ここから--------

/* アコーディオン全体のスタイリング */
.accordion_campaign {
  border: 1px solid #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}

/* アコーディオンsummaryのカラーの指定をリセット */
.accordion_campaign summary {
    color: initial;
}

/* アコーディオンsummary開いている時のカラー指定 */
.accordion_campaign[open] summary {
    background-color: #ddd;
}

/* アコーディオンのヘッダー部分のスタイリング */
.accordion_campaign-header {
  padding: 10px;
  background-color: #ddd;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  position: relative; /* 矢印アイコンの位置調整のため */
  list-style: none; /* デフォルトの矢印を消す */
}

/* アコーディオンのコンテンツ部分のスタイリング */
.accordion_campaign-content {
  font-size: 1.0rem;
  padding: 15px;
  line-height: 1.5;
  background-color: #fff;
}

/* アコーディオンのコンテンツ部分のフォント */
.accordion_campaign-content p {
  font-size: 1.2rem;
  line-height: 1.5;
  background-color: #fff;
}

/* カスタム矢印のスタイル */
.accordion_campaign-header::after {
  content: '▶︎'; /* ここに好きなアイコンを設定できます */
  position: absolute;
  right: 10px; /* ヘッダーから右に10pxの位置 */
  transition: transform 0.2s ease-in-out; /* アニメーション効果 */
}

/* アコーディオンが開いている時の矢印のスタイル */
.accordion_campaign[open] .accordion_campaign-header::after {
  transform: rotate(90deg); /* 矢印を180度回転 */
}

/* WebKitベースのブラウザでデフォルトの矢印を消す */
.accordion_campaign .accordion_campaign-header::-webkit-details-marker {
  display: none;
}

--------キャンペーン詳細開閉式追加ここまで--------

/* snsシェア */
.fs-p-snsArea-h4 {
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 10px;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/* レビュー */
.fs-c-aggregateRating__rating::before {
    display: none;
}
.fs-c-aggregateRating {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0 !important;
}
.fs-c-aggregateRating__rating {
    flex: 0 1 7em;
}
.fs-c-reviewStars::before {
    color: #8c6438;
    font-size: 1.6rem;
}
.fs-c-rating__value {
    color: #e47e29;
    font-size: 1.4rem;
    font-weight: 700;
}
.fs-c-aggregateRating__count {
    flex-grow: inherit;
    font-size: 1.4rem;
}
.fs-c-buttonContainer--addReview--detail {
    padding: 0;
    font-size: 1.4rem;
}
.fs-c-button--addReview--detail {
    text-decoration: underline;
}
.fs-c-reviewList {
}
.fs-c-reviewList::before {
    content: "レビュー";
    color: #956229;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.fs-c-reviewList__item {
    border-color: #956229;
    padding: 16px 0;
}
.fs-c-reviewList__item:first-child {
    border-color: #956229;
}
.fs-c-reviewer__name {
    color: #805122;
    font-size: 1.2rem;
    font-weight: 700;
}
.fs-c-reviewerStatus {
    background-color: #956229;
    color: #FFF;
    min-width: 6em;
    border-radius: 0;
}
.fs-c-reviewList__item__body {
    font-size: 1.4rem;
}

/* WPのfeed表示設定
----------------------------------------------------*/
#postFeed {
    clear: both;
    margin: 20px 0;
}
#postFeed .postFeed__item {
    margin-bottom: 20px;
}
#postFeed .postFeed__item .postFeed__photo {
    margin-bottom: 10px;
}
#postFeed .postFeed__item .postFeed__photo img,
#postFeed .postFeed__item .postFeed__photo .frame {
    background-color: #FFF;
    border: 1px solid #f5ece0;
    display: block;
    padding: 3px;
    width: 100%;
    height: auto;
    margin: 0 !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#postFeed .postFeed__item .postFeed__photo a:hover img,
#postFeed .postFeed__item .postFeed__photo .frame:hover {
    background-color: #f5ece0;
}
#postFeed .postFeed__item .postFeed__photo .img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
}
#postFeed .postFeed__item .postFeed__photo .img span {
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    padding-top: 41.30434%;
    padding-top: calc(380px / 920px * 100%);
}
#postFeed .postFeed__item .postFeed__title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 10px;
}
#bannerFeed .bannerFeed__item {
    margin-bottom: 20px;
}
#bannerFeed .bannerFeed__item p {
    margin: 0;
}
#bannerFeed .bannerFeed__item p.image {
    margin-bottom: 10px;
    border: 1px solid #f5ece0;
    padding: 3px;
}
#bannerFeed .bannerFeed__item p.image img {
    width: 100%;
}
#bannerFeed .bannerFeed__item p.title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 10px;
}
.bannerFeed__item .image img {
    margin: 0;
}
.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title, .fs-p-heading--lv2 {
    border-bottom-width: 1px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    padding: 0 0 10px;
}
.fs-c-featuredProduct,
[id*="_rcmdjp_display_"] {
    margin-bottom: 50px;
}
[id*="_rcmdjp_display_"] .fs-p-heading--lv2 {
    display: none;
}
.rcmd-slick-track {
    width: 10000px !important;
}
.fr2-carousel .rcmd-slick-list {
    margin: 0 !important;
}
.fr2-price{
color:#333;}
.fr2-carousel .fr2-listItem {
    width: 232px !important;
    margin-right: 32px !important;
    padding: 0 !important;
}
.fr2-carousel .rcmd-slick-prev {
    width: 48px !important;
    height: 48px !important;
    position: absolute;
    top: calc(50% - 24px) !important;
    left: -48px !important;
}
.fr2-carousel .rcmd-slick-next {
    width: 48px !important;
    height: 48px !important;
    position: absolute;
    top: calc(50% - 48px) !important;
    right: -48px !important;
}


/*----------------------------------------------------
	商品グループ
----------------------------------------------------*/
.fs-c-breadcrumb {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:20px;
}
.fs-c-breadcrumb__list {
    height: 40px;
    line-height: 40px;
    padding: 0;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
    content: " ＞ ";
}
.categoryHeader {}
.categoryHeader__mainImage {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.categoryHeader__mainImage .wrap {
    padding: 49px 0;
}
.categoryHeader__logo {
    background-color: #FFF;
    width: 232px;
    height: 232px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.categoryHeader__logo img {
    width: 160px;
    height: auto;
    display: block;
}
.categoryHeader__text {
    background-color: #f0efea;
    color: #666666;
    margin-bottom: 50px;
}
.categoryHeader__text--inner {
    max-width: 800px;
    padding: 40px 0;
    margin: 0 auto;
}
.categoryHeader__text h3 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1em;
    text-align: center;
}

/* ページ見出し */
.fs-c-heading--page {
    border: none;
    font-family: 'Noto Serif', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3rem;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 0.05rem;
    padding: 30px 0;
    position: relative;
    margin: 0 0 50px;
}
.fs-c-heading--page::before {
    content: "";
    border-bottom: 1px solid #e5cbaf;
    width: 180px;
    height: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 90px);
}
.categoryHeader .fs-c-heading--page {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    margin: 0;
}
.categoryHeader .fs-c-heading--page::before {
    display: none;
}
/* feed */
.topics-area {
    margin-bottom: 50px;
}
.topics-area .inner {
	overflow: hidden;
}
.topics-area #feed,
.topics-area #topicsFeed,
.topics-area #storiesFeed,
.topics-area #eventFeed,
.topics-area #staffblogFeed {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.topics-block {
	width: calc(232 / 1024 * 100%);
	margin: 0px calc(32 / 1024 * 100%) 20px 0;
	padding: 0;
}
@supports (-ms-ime-align: auto) {
    /* Edge のみ適用される */
    .topics-block {
        width: 22.65%;
        margin-right: 3.12%;
    }
}
.topics-block:nth-child(4n) {
    margin-right: 0;
}
.topics-block .outline {
	margin-bottom: 10px;
}
.topics-block .outline a {
    display: block;
    width: 100%;
    padding-top: calc(130 / 232 * 100%);
    overflow: hidden;
    position: relative;
}
.topics-block .outline a > img {
    /*max-width: auto;
    width: auto;
    height: 100%;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.topics-block p {
    font-size: 1.4rem;
    font-weight: 700;
	margin: 0px;
	line-height:1.5;
    letter-spacing: 0.05rem;
}

/* サブカテゴリー */
.sub-cat-list-0 {
    border-top: 1px solid #e7cbaf;
    border-bottom: 1px solid #e7cbaf;
    padding: 30px 50px;
}
.sub-cat-list-0 ul {
    display: flex;
    margin: 0 0 10px;
    padding: 0;
}
.sub-cat-list-0 ul:last-child {
    margin-bottom: 0;
}
.sub-cat-list-0 li {
    list-style: none;
    margin: 0 15px 0 0;
    padding: 0;
}
.sub-cat-list-0 li a {
    display: inline-block;
    border: 1px solid #946229;
    border-radius: 50px;
    color: #946229;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 0.4em 1em 0.3em;
    text-decoration: none;
}
.sub-cat-list-0 li:not(.first) a:hover {
    background-color: #e7cbaf;
}
.sub-cat-list-0 li.first {
    width: 110px;
    color: #946229;
    font-size: 1.4rem;
}
.sub-cat-list-0 li.first a {
    border: none;
    font-size: 1.4rem;
    padding: 0.4em 0 0.3em;
}
.sub-cat-list-0 li.first a::before {
    content: '';
    border-right: 1px solid #7d460d;
    border-bottom: 1px solid #7d460d;
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    vertical-align: middle;
    margin-right: 5px;
}

/* 商品一覧 */
.fs-c-productList__list {
    display: flex;
    flex-wrap: wrap;
}
.fs-c-productList__list__item {
    border: none;
    width: calc(232 / 1024 * 100%);
    margin: 0 calc(32 / 1024 * 100%) 50px 0;
    padding: 0;
    position: relative;
}
@supports (-ms-ime-align: auto) {
    /* Edge のみ適用される */
    .fs-c-productList__list__item {
        width: 22.65%;
        margin-right: 3.12%;
    }
}
.fs-c-productList__list__item:nth-child(4n) {
    margin-right: 0;
}
.fs-c-productImage a {
    border: 1px solid #f5ece0;
    display: block;
    width: 100%;
    height: 0;
    padding: calc(278 / 232 * 100%) 0 0;
    position: relative;
    overflow: hidden;
}
.fs-c-productImage a::after {
    content: '';
    display: block;
    border: 1px solid #FFF;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.fs-c-productImage a > img {
    max-width: 100%;
    max-height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.fs-c-productListItem__viewMoreImageButton {
    display: none;
}
.fs-c-productListItem__productDescription {
    font-size: 1.2rem;
    line-height: 1.2;
}
.fs-c-productListItem__productName {
color: #93622e;
    font-size: 1.2rem;
    line-height: 1.5;
}
.price_and_addToWishList {
    display: flex;
    align-items: flex-end;
}
.price_and_addToWishList .fs-c-productListItem__prices {
    flex-grow: 1;
}
.fs-c-productPrice__main__label {
    font-size: 1.2rem;
}
.fs-c-productPrice--selling .fs-c-productPrice__main__label {
    display: none;
}
.fs-c-price {
    font-size: 1.1rem;
    font-weight: 500;
}

.fs-c-productPrice__addon{
    font-size: 1rem;
}
.price_and_addToWishList .fs-c-buttonContainer {
    width: 30px;
    padding: 0;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    color: #503019;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
    color: #db761f;
}
.fs-c-productListItem__preorderMessage {
    font-size: 1.2rem;
}

/* 商品タグ */
.fs-c-productList__list__item .fs-c-productMarks {
    position: absolute;
    top: -10px;
    left: 10px;
    z-index: 10;
}
.fs-c-productMarks .fs-c-mark {
    display: none;
}
.fs-c-productMark__mark {
    border-radius: 0;
    color: #FFF;
    width: 56px;
    height: 20px;
    line-height: 1;
    font-size: 1.2rem;
    text-align: center;
    padding: 0.35em 0 0;
    margin-right: 5px;
}

.fs-c-productMark__mark--image {
    width: 85px;
    height: auto;

}
.itemTag-reserved {
    background-color: #3a4773;
}
.itemTag-new {
    background-color: #52651b;
}
.itemTag-sale {
    background-color: #e47e29;
}
.itemTag-up {
    background-color: #999999;
    font-size: 1.1rem;
    color:#fff;
    letter-spacing: 0.05em;
}
.itemTag-stockonly {
    background-color: #93622e;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
}
.itemTag-newcolor {
    background-color: #52651b;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
}
.itemTag-moresale {
    background-color: #e47e29;
    width: 94px;
}
.itemTag-limited{
    background-color: #52651b;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
}
.itemTag-fair {
    color:#333;
    background-color: #fc3;
    font-size: 1.1rem;
    width:65px;
}
.itemTag-fair-23aw {
    color:#333;
    background-color: #fc3;
    font-size: 1.1rem;
    width:65px;
}
.itemTag-fair-glrBag {
    color:#333;
    background-color: #fc3;
    font-size: 1.1rem;
    width:65px;
}
.itemTag-fair-glrWallet {
    color:#333;
    background-color: #fc3;
    font-size: 1.1rem;
    width:65px;
}
.itemTag-fair-cnycrc {
    color:#333;
    background-color: #fc3;
    font-size: 1.1rem;
    width:65px;
}
.itemTag-coupon {
    color:#333;
    background-color:#fc3;
    font-size: 1.1rem;
    font-weight:bold;
    width:80px;
}

.itemTag-outlet {
    background-color: #242423;
    font-size: 1.1rem;
    font-weight:bold;
    width:60px;
}

.itemTag-24awbarbour-popup {
    background-color: #ccb612;
    font-size: 1.1rem;
    width:80px;
}

.itemTag-best-seller {

    width:70px;
    margin-top: -5px;
}

.itemTag-blackfriday {
    border: solid #000000;
    background-color: #fefefe;
    color: #000000;
    font-weight:bold;
    font-size: 1.1rem;
    line-height: 0.8em;
    width:110px;
}

.itemTag-winterfair {
    background-color: #545887;
    color: #fff;
    font-weight:bold;
    font-size: 1.1rem;
    line-height: 1.2em;
    width:95px;
}

.itemTag-britishshoes-fair {
    color:#333;
    background-color: #fc3;
    font-size: 1.1rem;
    width:65px;
}



/* 並び替え・ページャー
----------------------------------------------------*/
/* ページャー */
.fs-c-listControl {
    justify-content: center;
    order: 1;
}
.fs-c-listControl__status {
    display: none;
}
.fs-c-pagination {
    margin: 0;
}
.fs-c-pagination__item {
    border-right: 1px solid #e5caae;
    color: #93622e;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0 1em;
}
.fs-c-pagination__item:last-child {
    border: none;
}
.fs-c-pagination__item.is-active {
    color: #e47e29;
    background-color: transparent;
}
[class*="fs-c-pagination__item--"] {
    width: auto;
}
[class*="fs-c-pagination__item--"]::before {
    height: auto;
    width: auto;
}
.fs-c-pagination__item--prev::before:hover,
.fs-c-pagination__item--next::before:hover {
    color: #e47e29;
}
.fs-c-pagination__item--prev::before {
    content: "\03c  PREV";
    font-family: 'Noto Serif JP', serif !important;
    font-size: 1.2rem;
    font-weight: 700;
}
.fs-c-pagination__item--next::before {
    content: "NEXT \03e";
    font-family: 'Noto Serif JP', serif !important;
    font-size: 1.2rem;
    font-weight: 700;
}

/* 並び替え */
.fs-c-sortItems {
    border-bottom: 1px solid #946229;
    display: block;
    width: 150px;
    height: 38px;
    position: relative;
    overflow: hidden;
    order: 2;
    
}
.fs-c-sortItems::before {
    content: '';
    border-right: 1px solid #7d460d;
    border-bottom: 1px solid #7d460d;
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);

    position: absolute;
    top: calc(50% - 6px);
    right: 15px;
    z-index: 150;
}
.fs-c-sortItems:hover {
    overflow: visible;
}
.fs-c-sortItems__label {
    height: 0;
    padding: 0;
    display: none;
}
.fs-c-sortItems__list {
    width: 100%;
    background-color: #fff;
    border: 1px solid #946229;
    color: #7d460d;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.fs-c-sortItems__list__item {
    font-size: 1.4rem;
    text-align: left;
    order: 2;
}
.fs-c-sortItems__list__item__label {
    padding: 0 30px 0 15px;
    height: 38px;
    line-height: 38px;
}
.fs-c-sortItems__list__item__label:hover {
    background-color: #f0efea;
    text-decoration: none;
}
.fs-c-sortItems__list__item.is-active {
    order: 1;
    background-color: #FFF;
    color: #7d460d;
}

/* 上部ページャー */
.topPager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
}
.topPager .fs-c-productList__controller {
    width: calc(900 / 1024 * 100%);
    flex-wrap: nowrap;
}
.topPager .fs-c-listControl {
    padding-left: 274px;
}

/* 下部ページャー */
.bottomPager .fs-c-sortItems {
    display: none;
    margin: 40px;
}

/*----------------------------------------------------
	ショッピングカート
----------------------------------------------------*/
/*　高額購入割引のテキスト　*/
.fs-c-cartDiscountInfo--postage .fs-c-cartDiscountInfo__info{
color: #7d460d;
}

.fs-c-cartDiscountInfo--postage .fs-c-cartDiscountInfo__note {
font-size:0;
}

@media screen and (min-width: 960px) {
    .fs-body-cart .fs-l-cart__contentsArea {
        -ms-grid-rows: auto 40px auto;
        -ms-grid-columns: 1fr 40px 344px;
            grid-template: 
            "cart total" auto
            "cart free" auto/
            1fr 344px;
        grid-gap: 40px;
        margin-bottom: 50px;
    }
    .fs-body-cart .cartWrap {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 1;
    }
    .fs-body-cart .fs-l-cart__sideColumn {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
    }
    .fs-body-cart #cartFreeArea {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
    }
    .fs-body-cart .fs-l-cart__sideColumn .fs-c-button--primary,
    .fs-body-cart .fs-l-cart__sideColumn .fs-c-button--secondary {
        width: 100% !important;
    }
    .fs-body-cart .fs-l-cart__sideColumn .fs-c-button--primary {
        font-family: 'Noto Serif JP', serif;
    }
}
.fs-body-cart .cartWrap {
    grid-area: cart;
}
.fs-body-cart .fs-l-cart__sideColumn {
    grid-area: total;
}
.fs-body-cart #cartFreeArea {
    grid-area: free;
}
.fs-c-cartTableContainer {
    border: none;
    padding: 0;
    margin-bottom: 20px;
}
.fs-c-cartTable__headerCell {
    background-color: #996633;
    color: #FFF;
}
.fs-c-cartTable__productName {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 700;
}
.fs-c-button--cancel--cart {
    background-color: #999999;
    color: #FFF;
    display: flex;
    align-items: center;
    width: 58px !important;
    height: 28px;
    font-size: 1.4rem;
    line-height: 28px;
    text-align: center;
    padding: 0 5px;
}
.fs-c-button--cancel--cart:hover {
    color: #FFF;
    text-decoration: none;
}
.fs-c-button--cancel--cart::before {
    content: "\0d7";
    color: #FFF;
    font-size: 1.8rem;
}
.fs-c-button--continueShopping {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 232px;
    height: 54px;
    font-size: 1.6rem;
}
.fs-c-button--continueShopping::before {
    content: "";
    background: url("/web/20250401180328im_/https://british.itembox.design/item/src/cart.png") no-repeat center center/contain;
    display: block;
    width: 20px;
    height: 22px;
    margin-right: 20px;
}
.fs-p-announcement {
    background-color: #f0f0f0;
    padding: 30px;
}
.fs-p-announcement__title {
    color: #333333;
    font-size: 1.6rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}
.fs-p-announcement__title .icon {
    font-size: 3.1rem;
    fill: #999999;
    margin-right: 15px;
}
.fs-p-announcement__body {
    font-size: 1.4rem;
    line-height: 1.7;
}
.fs-p-announcement__body p:not(:last-child) {
    margin-bottom: 1em;
}
.fs-c-button--primary,
.fs-c-button--secondary,
.fs-c-button--standard {
    box-shadow: none !important;
    font-size: 1.6rem;
    padding: 1.2em 1.6em 1.1em;
}
.fs-c-orderTotalTable > tbody > tr th,
.fs-c-orderTotalTable > tbody > tr td {
    border-top: none;
    border-bottom: 1px solid #CCC;
}
.fs-c-orderTotalTable > tbody > tr th {
    font-size: 1.6rem;
}
.fs-c-orderTotalTable > tbody > tr td .fs-c-price {
    font-size: 1.8rem;
}
.fs-c-orderTotalTable {
    border-bottom: none;
}
.fs-c-cartPayment, .fs-c-payWithAmazon {
    margin-top: 10px;
}
.or_line {
    padding-top: 24px;
    position: relative;
    margin-bottom: 0.5em;
}
.or_line::before {
    content: "";
    width: 100%;
    height: 0;
    display: block;
    border-bottom: 1px solid #999999;
    position: absolute;
    top: 50%;
    left: 0;
}
.or_line::after {
    content: "または";
    color: #999999;
    font-size: 1.4rem;
    line-height: 1;
    background-color: #FFF;
    width: 66px;
    text-align: center;
    position: absolute;
    top: calc(50% - 0.5em);
    left: calc(50% - 33px);
}

/*----------------------------------------------------
	TOPページ
----------------------------------------------------*/
#fs_Top .fs-pt-carousel__slide {
    width: 800px !important;
}
#fs_Top .fs-c-slick .slick-slide img {
    width: 100%;
    height: auto;
}
#fs_Top .fs-c-slick .slick-prev,
#fs_Top .fs-c-slick .slick-next {
    display: none !important;
}
.fs-c-slick .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 5px;
}
.fs-c-slick .slick-dots li button {
    background-color: #996633;
    border-radius: 10px;
    display: block;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    overflow: hidden;
}
.fs-c-slick .slick-dots li.slick-active button {
    background-color: #db761f;
}
.fs-c-slick .slick-dots li button:before {
    /*color: #996633;
    width: 14px;
    height: 14px;
    font-size: 16px;
    opacity: 1;*/
    display: none;
}
.fs-c-slick .slick-dots li.slick-active button:before {
    color: #db761f;
}
.topPageTitle__center,
.topPageTitle__left {
    color: #7d460d;
    text-align: center;
    position: relative;
    padding: 0 0 15px;
    margin-bottom: 30px;
}
.topPageTitle__center::before {
    content: "";
    display: block;
    background-color: #e6caae;
    width: 180px;
    height: 1px;
    position: absolute;
    left: calc(50% - 90px);
    bottom: 0;
}
.topPageTitle__center span {
    display: block;
}
.topPageTitle__left {
    text-align: left;
    border-bottom: 1px solid #e6caae;
    padding-bottom: 10px;
    display: flex;
    align-items: baseline;
}
.topPageTitle__center--en,
.topPageTitle__left--en {
    font-family: 'EB Garamond', serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.topPageTitle__left--en {
    margin-bottom: 0;
    margin-right: 15px;
}
.topPageTitle__center--ja,
.topPageTitle__left--ja{
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.title_left_link {
    margin: 0 0 0 auto;
}
.link_arrow {
    color: #7d460d;
    font-size: 1.4rem;
    display: inline-block;
}
.link_arrow::before {
    content: "";
    border-bottom: 1px solid #7d460d;
    border-right: 1px solid #7d460d;
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    margin-right: 8px;
    vertical-align: middle;
}
/*.topPageTitle__left + .title_left_link {
    position: relative;
}
.topPageTitle__left + .title_left_link a {
    position: absolute;
    top: -60px;
    right: 0;
}*/


/* 新着TOPICS */
.topics-block h3 {
    color: #93622e;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    font-weight: 500;
    padding: 0;
	margin: 0 0 0.3em;}
.topicsData {
    font-size: 1.2rem;
}
#fs_Top .topics-area {
    margin-bottom: 0;
}
#topicsFeed .topics-block:nth-child(1) {
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#topicsFeed .topics-block:nth-child(4n) {
    margin-right: calc(32 / 1024 * 100%);
}
#topicsFeed .topics-block:last-child {
    margin-right: 0;
}
#topicsFeed .topics-block:nth-child(1) .outline,
#topicsFeed .topics-block:nth-child(1) .topicsText{
    width: calc(496 / 1024 * 100%);
}
#topicsFeed .topics-block:nth-child(1) .outline a {
    padding-top: calc(278 / 496 * 100%);
}
#topicsFeed .topics-block:nth-child(1) .outline a > img {
    /*max-width: 674px !important;
    width: 674px !important;
    height: auto;*/
}
#topicsFeed .topicsText p,
#topicsFeed .topics-block:not(:nth-child(1)) .topicsDescription {
    display: none;
}
#topicsFeed .topics-block:nth-child(1) h3 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
#topicsFeed .topics-block:nth-child(1) .topicsDescription {
    font-size: 1.6rem;
    margin-bottom: 1em;
}

/* 新着EVENT */
.eventDate {
    font-size: 1.2rem;
}
.eventCategory {
	clear:both;
	overflow:hidden;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #999;
    letter-spacing: 0.2rem;
    margin: 0.3em 0 0;
}
.eventCategory a,
.eventCategory a:visited {
    color: #999;
    text-decoration: none;
}
.eventCategory a:hover {
	color: #dd7603;
}

/* staffblog */
#staffblogFeed .topics-block {
    width: calc(496 / 1024 * 100%);
}
@supports (-ms-ime-align: auto) {
    /* Edge のみ適用される */
    #staffblogFeed .topics-block {
        width: 48.43%;
    }
}
#staffblogFeed .topics-block:nth-child(2n) {
    margin-right: 0;
}
#staffblogFeed .topics-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#staffblogFeed .outline {
    width: 100px;
}
#staffblogFeed .topicsText {
    width: calc(100% - 100px - 15px);
    display: flex;
    flex-direction: column;
}
#staffblogFeed .topics-block .outline a {
    padding-top: 100px;
}
#staffblogFeed .topics-block .outline a > img {
    /*max-width: auto !important;
    width: auto !important;*/
}
#staffblogFeed .topics-block h3 {
    order: 1;
    line-height: 1.5;
    margin-bottom: 10px;
}
#staffblogFeed .topicsData {
    order: 2;
    margin-bottom: 0;
}
.btn_brown_arrow {
    background-color: #805122;
    border: 1px solid #805122;
    color: #FFF;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 0.7em 1em 0.6em;
}
.btn_brown_arrow::before {
    content: "";
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    margin-right: 8px;
    margin-bottom: 0.1em;
}
.btn_brown_arrow:hover,
.btn_brown_arrow:visited {
    color: #FFF;
    text-decoration: none;
}

/* view allボタン */
.view_all {
	clear: both;
	margin: 0 2% 65px;
	text-align: center;
}
.btn_view_all {
	border:1px solid #946229;
	box-sizing: border-box;
	color: #93622e;
	display: inline-block;
	width: 200px;
    font-family: 'EB Garamond', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
	padding:6px 20px;
	text-align:center;
}
.btn_view_all:hover {
    text-decoration: none;
}

/* 新着商品 */
#topNewArrival {}
#_rcmdjp_display_1 .fs-p-heading--lv2 {
    display: none;
}
.fr2-productList--col4 {
    grid-gap: 30px calc(32 / 1024 * 100%) !important;
}
.fr2-productList--col4 .fr2-listItem {
    padding: 0 !important;
}
.fr2-listItem__link:hover {
    color: #7d460d !important;
}
.fr2-listItem__imageContainer {
    border: 1px solid #f5ece0;
    width: 100%;
    padding: calc(278 / 232 * 100%) 0 0;
    height: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}
.fr2-listItem__imageContainer::after {
    border: 1px solid #FFF;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.fr2-listItem__imageContainer > img {
    max-width: 100%;
    max-height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.fr2-listItem__productName {
    color: #93622e;
    font-size: 1.2rem !important;
    line-height: 1.5 !important;
}
.fr2-listItem__productPrice {
    font-size: 1.4rem;
    font-weight: 700;
}
.fr2-listItem__productPrice .fr2-price__addon {
    font-size: 1.2rem;
    font-weight: normal;
}

/* おすすめ商品 */
.topSection {
    margin-bottom: 50px;
}
#topRecommend {}
/*.fs-c-productImage a {
    display: block;
    padding: 3px;
    border: 1px solid #f5ece0;
}*/

.fs-c-productListCarousel {
    position: relative;
}
.fs-c-button--carousel::before {
    color: #7d460d;
}
#topRecommend .fs-c-buttonContainer {
    display: none;
}
@media screen and (min-width: 600px) {
    .fs-c-productListCarousel__list__item {
        flex-basis: 232px;
        max-width: 232px;
        min-width: 232px;
        margin: 0 32px 0 0;
    }
    .fs-c-productListCarousel__ctrl--prev {
        position: absolute;
        top: calc(50% - 24px);
        left: -48px;
    }
    .fs-c-productListCarousel__ctrl--next {
        position: absolute;
        top: calc(50% - 24px);
        right: -48px;
    }
}

/* ランキング */
#topRanking .fs-c-buttonContainer {
    display: none;
}
#topRanking .slick-track {
    counter-reset: number 0;
}
#topRanking .slick-slide {
    position: relative;
}
#topRanking .slick-slide::before {
    counter-increment: number 1;
    content: '' counter(number);
    display: block;
    color: #FFF;
    background-color: #999;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 2px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
#topRanking .slick-slide:nth-child(1)::before {
    background-color: #93622e;
}
#topRanking .slick-slide:nth-child(2)::before {
    background-color: #10376c;
}
#topRanking .slick-slide:nth-child(3)::before {
    background-color: #52651b;
}


/* 運営会社 */
.table-form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
}
.table-form .required {
	float: right;
	margin-right: 10px;
	position: absolute;
	top: 13px;
	left: 153px;
}
.table-form tr:first-child th {
	border-top: 1px solid #e6cbac;
	border-bottom: 1px solid #e6cbac;
}
.table-form tr:first-child td {
	border-bottom: 1px solid #f5ece0;
	border-top: 1px solid #f5ece0;
}
.table-form th {
	border-bottom: 1px solid #e6cbac;
	text-align: left;
	font-weight: bold;
	padding: 13px 0px;
	vertical-align: top;
	width: 173px;
	position: relative;
}
.table-form td {
	border-bottom: 1px solid #f5ece0;
	text-align: left;
	padding: 8px 10px;
	position: relative;
}


/*----------------------------------------------------
	マイページ
----------------------------------------------------*/
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    box-shadow: none;
    background: #FFF;
    border: 1px solid #f5ece0;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    color: #93612e;
}

.fs-c-wishlistProduct__footer a::before{
font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
content: "\e919";
}
.fs-c-wishlistProduct__footer a,.fs-c-accountService__page--accountDelete a{
    text-decoration: underline;
}
.fs-c-wishlistProduct__footer a::after,.fs-c-accountService__page--accountDelete a::after  {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #956229;
    border-bottom: 1px solid #956229;
    transform: rotate(-45deg);
    margin-right: 10px;
margin-bottom: 2px;
}

/* お気に入りボタン */
.fs-c-wishlistProduct__footer {
    margin-bottom: 30px;
}
.fs-c-wishlistProduct__footer > a {
    background-image: none;
    background: #ffffff;
    border: 1px solid #956229;
    border-radius: 0px;
    color: #956229;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    min-width: 240px;
}
.fs-c-wishlistProduct__footer > a::after,
.fs-c-wishlistProduct__footer > a > span::after {
    display: none !important;
}


/*----------------------------------------------------
	ログインページ
----------------------------------------------------*/
.fs-c-inputInformation__link {
    text-align: center !important;
}


/*----------------------------------------------------
	会員カード認証
----------------------------------------------------*/
@media screen and (min-width: 768px) {
    #fs_MembershipCardAuth .fs-c-buttonContainer--pair {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-column-gap: 0;
    }
    #fs_MembershipCardAuth .fs-c-buttonContainer--pair > *:nth-child(2n) {
        margin-right: 0;
    }
    #fs_MembershipCardAuth .fs-c-buttonContainer--pair > * {
        min-width: 240px;
    }
    #fs_MembershipCardAuth .fs-c-buttonContainer--pair > *:first-child {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-column-align: center;
        justify-self: center;
    }
    #fs_MembershipCardAuth .fs-c-buttonContainer--pair > *:last-child {
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-column-align: center;
        justify-self: center;
        display: none;
    }
}

/* カードが無い方 */
.memberCardNone {
    border-top: 1px solid #e5caaf;
    text-align: center;
    padding: 30px 0;
    margin: 30px 0 0;
}
.memberCardNone p {
    margin-bottom: 30px;
}

.fs-c-documentArticle__heading {
     background: #fff; 
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 400;
     margin: 0px;
    padding: 0px;
     text-align:left; 
    line-height: 38px;
    border-bottom: 1px solid #956229;
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #956229;
}
.fs-c-documentColumn__heading {
    color: #333;
    border-color: #93622e;
    border-style: solid;
    border-width: 0;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 0;
    margin: 0;
    font-size: 1.4rem /* 14px */;
    font-weight: bold;
}
.fs-c-documentArticle__content {
padding:0px;
}


/*----------------------------------------------------
	2020.08.20　追加
----------------------------------------------------*/
.fs-c-productStoreInventoryInfo__link {
  box-shadow: none !important;
  background: #FFF;
  border: 1px solid #956229;
  color: #956229;
  display: block;
  padding: 1.2em 1.6em 1.1em;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
}

.fs-c-productStoreInventoryInfo__link:link,
.fs-c-productStoreInventoryInfo__link:visited,
.fs-c-productStoreInventoryInfo__link:hover,
.fs-c-productStoreInventoryInfo__link:active {
  color: #956229;
}

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

@media screen and (min-width: 600px) {
  .fs-c-storeInventoryProduct {
    -ms-grid-columns: 25% 1fr;
    grid-template-columns: 25% 1fr;
    max-width: 100%;
    margin: 0 0 50px;
  }
}

.fs-c-dropdown::after {
  background: #956229;
  border-left: 1px solid #956229;
  color: #FFF;
}

.fs-c-dropdown__menu {
  border: 1px solid #956229 !important;
  color: #956229;
  padding: 0.5em 3em 0.5em 8px;
}
.fs-c-storeInvetoryInfo {
  margin: 0 0 50px;
}
.fs-c-storeInvetoryInfo + ul {
  margin: 0 0 50px;
}
.fs-c-storeInvetoryInfo + ul li {
  font-size: 1.3rem;
}
#unisize_tag {
  margin-top: 20px;
}
.fs-c-productOption__comment {
    line-height: 1.8;
}
.fs-c-productOption__comment img {
     margin-top: 14px;
}
.fs-c-productOption__field {
     margin-top: 14px;
     margin-bottom: 14px;
}
.fs-c-productOption__name {
  font-size: 1.4rem;
  color: #956229;
  background-color: transparent;
  border-bottom: 1px solid #956229;
}

.fs-c-productPostage{
 display:none;
}
.fs-c-agreementConfirmation__message {
  padding: 20px!important;
margin-bottom: 10px!important;
}
.data-block iframe {
padding-bottom:15px;
}

/*----------------------------------------------------
	2024.08.29　追加
----------------------------------------------------*/

/*トップページの任意商品表示パーツの表示を調整するCSS*/
.fs-body-top .fs-c-productListItem {
    display: grid!important;
}
/*商品画像*/
.fs-body-top .fs-c-productListItem__imageContainer {
    grid-row: 1;
}
/*商品名*/
.fs-body-top .fs-c-productListItem__productName {
    grid-row: 2;
    height: 35px;
}
/*マーク*/
.fs-body-top .fs-c-productMarks {
    grid-row: 4;
    height: 40px;
}
/*商品価格*/
.fs-body-top .fs-c-productListItem__prices {
    grid-row: 3;
    margin-bottom: 0.2px;
}
/*お気に入り*/
.fs-body-top .fs-c-productListItem__control {
    grid-row: 5;
    display:none;
}

/*
     FILE ARCHIVED ON 18:03:28 Apr 01, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:30:22 Apr 28, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.468
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.008
  esindex: 0.009
  cdx.remote: 12.403
  LoadShardBlock: 266.6 (3)
  PetaboxLoader3.datanode: 122.663 (5)
  PetaboxLoader3.resolve: 237.728 (3)
  load_resource: 135.659
  loaddict: 39.867
*/

/*----------------------------------------------------
	2025.05.08　追加
----------------------------------------------------*/
/*トップページの任意商品表示パーツの文字数を制限するCSS*/
.fs-body-top .fs-c-productListCarousel__list__item .fs-c-productName__name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
