/* 全体 */

.pc_none {
display:none;
}




aside.fs-p-drawer.fs-l-sideArea {
    display: none;
}

.fs-l-header {
    padding-top: 0px;
}


/* パンくず */
.fs-c-breadcrumb__list {
    max-width: 1216px;
    margin: 0 auto;
}





/* ヘッダー */

img.top_mainimg_sp {
    display: none;
}

img.top_mainimg_pc {
    display: block;
    width: 100%;
}

.o_header_contents {
    max-width: 1216px;
    margin: 0 auto;
}

.o_header_obi {
    background: #ccb78a;
    font-size: clamp(10px,1vw,14px);
    padding: 5px 10px 5px 10px;
    display: grid;
    grid-template-columns: 1fr auto;
}

.o_header_main {
    display: grid;
    grid-template-columns: 1fr 241px;
    grid-gap: 40px;
    width: 94%;
    margin: 0 auto;
}

ul.menu_first{
align-items: center;
}
ul.menu_first li:first-child{
   padding: 0;
}
ul.menu_first li:first-child a img {
vertical-align:top;
width:160px;
}

.fs-p-headerNavigation__link > i, .fs-p-headerNavigation__viewCartButton > i, .fs-p-headerNavigation__viewSubscriptionCartButton > i {
    font-size: 2.4rem;
    }

.o_header_main_sub {
    display: flex;
    flex-flow: column;
    gap: 4px;
}

.o_header_contents_box {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    background: #f8f8f8;
    border: 1px solid #e7e7e7;
    font-weight: bold;
    font-size: 16px;
}

.fs-p-headerNavigation__search.fs-p-searchForm {
    padding-right: 15px;
    width: 170px;
}

.fs-p-inputGroup {
    border: 1px solid #e7e7e7;
}
.cart_search_wrap {
    display: flex;
    align-items: center;
}

.fs-p-headerNavigation__link{
    color: #777 !important;
    display: flex !important;
}

.fs-p-cartItemNumber {
    position: static;
}


.menu > ul > li > ul.normal-sub > li a {
    padding: 0;
    background: none;
}
li.fs-p-drawer__loginLogout__login.is-loggedIn--false,
.fs-p-drawer__loginLogout__login {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    display: block;
}
.fs-p-drawer__loginLogout__logout:hover,
.fs-p-drawer__loginLogout__login:hover {
background:none;
color: #777;
}

.for-sp {
display:none;
}



/* シンプルヘッダー */
.fs-p-logo__image {
    width: 100px;
}


/* トップカルーセル */

.top-slide-img {
    max-width: 1216px;
    margin: 0 auto;
}

/* フッター */

.o_footer_contents {
    background: #916C35;
}

.footer_inr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1216px;
    margin: 0 auto;
    padding: 30px 0;
    color: #fff;
}

.fs-l-footer a {
    color: #fff;
}

ul ul {
    padding-left: 5px;
    font-size: 12px;
}

.footer_inr_box > ul > li {
    list-style-type: disc;
}

.footer_inr_box > ul > ul > li {
    list-style-type: circle;
}



/* フッター コピーライト*/

.fs-p-footerCopyright {
    background-color: #916C35;
}

.fs-p-footerCopyright__text {
    padding-bottom: 10px;
}




/* レフトナビ*/

.ln_box1 {
   border: solid 1px #ddd;
   border-radius: 4px;
   margin-bottom: 5px;
}
	
.ln_item {
  color: #333;		
  text-align: center;
  border-bottom: solid 1px #ddd;		
}	

.ln_box1_item {
  background: #f9f57b;
}

.ln_box1_item2 {
  background: #faae52;
  font-size: 12px;
}

.ln_box1_item3 {
  background: #f2b1cf;
}

.ln_box1_item4 {
  background: #49dfce;
}

.ln_box1_item5 {
  background: #6af953;
}

.ln_box1_item6 {
  background: #ea6ffb;
}

.ln_box1_item7 {
  background: #edf91f;
}

.ln_box1_item8 {
  background: #0f52f5;
}

.ln_box1_item9 {
  background: #f9fb28;
}

/* 商品一覧 */

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

.fs-c-productList__list {
    grid-gap: 64px;
    grid-template-columns: repeat(3, 1fr);
}

.fs-c-subgroupList__link {
    padding: 14px;
    font-size: 16px;
}
.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
    max-width: 1200px;
    }

h1.fs-c-heading.fs-c-heading--page {
    display: none;
}


/* マイページ 会員登録内容 */
li.fs-c-accountService__page.fs-c-accountService__page--accountSettingsModify {
    display: none;
}