@charset "utf-8";

/*共通*/
body {
    background-color: #fff;
    color: #3c3c3c;
    /*font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;*/
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.fs-l-main {
    margin: 24px auto;
    padding: 8px;
    max-width: 1020px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#fs_Top .fs-l-main {
    margin: 24px auto;
    padding: 8px;
    max-width: 1020px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
padding-top: 45px;
}
#fs_CustomPage .fs-l-main {
    margin: 24px auto;
    padding: 8px;
    max-width: 1020px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
padding-top: 45px;
}
.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
    max-width: 760px;
    float: right;
}

a:hover {
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
text-decoration: none;
}
.fs-c-documentArticle__heading {
    background: #000;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 16px;
    padding: 4px 8px;
    text-align: center;
}
.fs-c-documentColumn__heading {
    color: #000;
    border-color: #000;
    border-style: solid;
    border-width: 0 0 1px 5px;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 8px;
    padding-left: 16px;
    margin-bottom: 8px;
}
.fs-c-heading--page {
    border-bottom: 0px solid #000;
    color: #000000;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 1.2;
    margin: 0 0 0px;
    padding: 0 0 1.2em;
    text-align: center;
padding-top: 25px;
}
.fs-c-documentColumn__heading {
    color: #000;
    border-color: #000;
    border-style: none;
    border-width: 0 0 1px 5px;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 0px;
    /* padding-left: 16px; */
    margin-bottom: 8px;
}

/*ヘッダー*/
.fs-l-header {
    display: block;
    padding-top: 0px;
    background: url({% items[/header-bg.png] %}) repeat-x;
    width: 1080px;
    margin: 0 auto;
height: 262px;
}

.fs-l-header__welcomeMsg.is-ready {
    display: none;
}

.fs-l-header__utility {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    padding-right: 100px;
}

.fs-p-headerUtilityMenu__list a {
    color: #fff;
}

.fs-p-headerUtilityMenu__list a:visited {
    color: #999174;
/*20221027追記葭葉*/
}

span.fs-pt-menu__heading.fs-pt-menu__heading--lv1 {
    width: 100px;
    background: #999174;
    text-color: #fff;
    height: 30px;
    margin: 0px;
    text-align: center;
    padding-top: 6px;
/*20221027追記葭葉*/
    border: solid 1px #999174;
    background: #fff;
    color: #999174;
}

.fs-p-logo__lead {
    font-size: 1rem;
    margin: 4px 0 0;
    display: none;
}

.fs-p-phoneOrder {
    display: none;
    text-align: right;
}

.fs-p-headerNavBar {
    background: #452e1d;
    border-bottom: 2px solid #452e1d;
    color: #ffffff;
    height: 40px;
    margin-top: 0px;
padding-left: 25px;
/*20221028追記*/
	width:1080px;
	margin: 0 auto;
}
.fs-p-headerNavBar2 {
    background: #452e1d;
    border-bottom: 2px solid #452e1d;
    color: #ffffff;
    height: 40px;
    margin-top: 0px;
padding-left: 25px;
position: absolute;
}
.fs-p-headerNavBar2.fixed{
    position: fixed;
    top: 0;
}
.fs-p-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin: 30px;
}

.fs-p-headerNavigation__search {
    flex-grow: 0;
    /*display: none;*/
	margin: 20px;
}

.fs-c-slick .slick-dots {
    line-height: 1;
    list-style: none;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 4px;
    margin: 0;
}

.fs-p-headerNavigation {
    margin: auto;
    max-width: 1120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0px;
}

.fs-p-headerNavigation__list {
    width: auto;
    margin: 0 auto;
}

.fs-p-headerNavigation__listItem {
    display: flex;
    min-width: 165px;
}
.fs-p-headerNavigation__listItem2 {
    display: flex;
    min-width: 150px;
    padding-left: 20px;
}
.fs-p-headerNavigation__link > i, .fs-p-headerNavigation__viewCartButton > i {
    padding-right: 4px;
    font-size:   36px;
}
.fs-p-headerNavigation__link, .fs-p-headerNavigation__viewCartButton {
    flex-direction: row;
    font-size: 1.4rem;
}
.fs-p-headerUtilityMenu__list a:hover {
    color: #fff;
}
.fs-p-headerUtilityMenu__list a:link {
    color: #999174;
/*20221027追記葭葉*/
    
}
nav.fs-c-breadcrumb {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 10px;
}
.fs-p-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    margin: 30px;
}
.fs-p-cartItemNumber {
    background: #9e8340;
    border-radius: 1em;
    color: #ffffff;
    display: none;
    font-size: 1rem;
    line-height: 1;
    padding: 0.25em 0.4em;
    position: absolute;
    top: 2px;
    right: 2px;
}
img.fs-p-logo__image {
/*    max-width: none;
padding-top: 8px;
padding-left: 1px; */
width: 308px;
height:125px;
}
#fs_ShoppingCartLogin img.fs-p-logo__image {
    display: none;
}
#fs_Checkout img.fs-p-logo__image {
    display: none;
}
#fs_CustomerDetails img.fs-p-logo__image {
    display: none;
}
#fs_CheckoutWithMultiAddress img.fs-p-logo__image {
    display: none;
}
nav.fs-p-headerUtilityMenu {
    width: 1080px;
    padding-bottom: 10px;
}
nav.fs-p-headerUtilityMenu {
    width: 1200px;
    margin: 0 auto;
    /* padding-top: 70px; */
    padding-right: 0;
    margin-top: -30px;
}
#fs_Top nav.fs-p-headerUtilityMenu {
    width: 1080px;
    margin: 0 auto;
    padding-left: 10px;
padding-right: 0px;
}
#fs_CustomPage nav.fs-p-headerUtilityMenu {
    width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
	padding-right: 0px;
	margin-top: -30px;
}
nav.fs-c-breadcrumb {
    width: 1200px;
    margin: 0 auto;
    /*padding-top: 90px;*/
    padding-left: 0px;
}
#fs_ShoppingCartLogin nav.fs-c-breadcrumb {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 0px;
}
#fs_Checkout nav.fs-c-breadcrumb {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 0px;
}
#fs_CustomerDetails nav.fs-c-breadcrumb {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 0px;
}
#fs_CheckoutWithMultiAddress nav.fs-c-breadcrumb {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 0px;
}



/*フッター*/
.fs-l-footer {
    position: relative;
    border-top: 1px solid #000;
    background-color: #fff;
    color: #3c3c3c;
    margin-top: 80px;

}

.fs-p-footerNavigationItem + .fs-p-footerNavigationItem {
    margin-top: 0;
    padding-right: 90px;
}

.fs-l-footer__contents {
    margin: auto;
    max-width: 1020px;
}

.fs-l-footer__utility .fs-p-footerUtilityMenu {
    margin-top: 16px;
    margin: 0 auto;
}

.fs-l-footer__utility {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 8px;
    padding: 0 8px;
    width: 800px;
    display: block;
}

#footer-nav ul {
    overflow: hidden;
 list-style: none;
}

#footer-nav ul li {
    margin: 0 10px;
float: left; 

}



.fs-p-footerCopyright {
    color: #000;
    background-color: #999174;
    text-align: center;
    padding: 4px;
    background-color: #fff;
    margin: 30px 0px 80px 0px;
}

.fs-p-footerNavigation {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 50px;
    margin-left: 80px;
}
.hd_tel-number {
    font-size: 24px;
    font-weight: bold;
}


/*サイドエリア*/
.fs-l-sideArea {
    width: 220px;
    background-color: #fff;

}
#side-info {
    margin-bottom: 15px;
}

#side-info dl {
    min-height: 212px;
    max-height: 420px;
    padding-right: 10px;
    /* border-bottom: 1px solid #cccccc; */
    overflow: auto;
}

#side-info dt {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    font-weight: normal;
}

#side-info dd {
    border-bottom: none;
    margin-bottom: 25px;
    padding-bottom: 0;
margin-inline-start: 0 !important;
}

#side-nav {
        margin: 20px 0 50px;
}

#side-nav ul {
    list-style: none;
    padding-inline-start: 0;
}

#side-nav ul:first-child li {
    border-top: none;
    font-size: 12px;
}

#side-nav > ul > li > a, #side-nav > ul > li > span {
    padding: 10px 0 5px 0;
    font-weight: bold;
    background-position: left center;
}

.fs-p-drawer__heading {
    border-bottom: 1px solid #999999;
    font-size: 2.2rem;
    padding-bottom: 4px;
    text-align: center;
    display: none;
}
div#menuList {
    display: none;
}
nav.sideNavArea {
    display: none;
}


/*TOPおすすめ*/
#recommend .recommend_info .text {
    float: none;
    border-left: none;
    padding: 0px;
    box-sizing: border-box;
    width: auto;
    min-height: 60px;
    background: #fff;
}

#recommend .recommend_info .text .name {
  margin-bottom: 10px;
  color: #8f8667;
  font-size: 20px;
  font-weight: bold;
}

section.col {
    width: 370px;
    display: table-cell;
}
section.col2 {
    width: 740px;
 display: table-cell;
}

#recommend .photo {
    margin-bottom: 0;
height: 230px;
}

#recommend .col a {
    overflow: hidden;
}

#recommend .table {
    margin-bottom: 90px;
    display: table;
}

#recommend .table .row {
    display: table-row;
}
#recommend .table .row2 {
    display: table-header-group;
}
#recommend .recommend_info {
    /*position: relative;*/
    width: 370px;
}
#recommend .recommend_info2 {
    width: 750px;
}
#recommend .recommend_info .text .description {
    font-weight: bold;
    font-size: small;
    margin-top: 0px;
}

/*#ranking .head {
    margin-bottom: 30px;
}*/

#recommend .col:nth-child(even) {
    padding-left: 20px;
}
#recommend .recommend_info .text .name {
    margin-bottom: 0px;
    color: #8f8667;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 15px 0;
    margin-top: 0;
}
#recommend .recommend_info .text .description {
    font-weight: bold;
    padding: 0 20px 20px 20px;
}
#recommend .recommend_info2 .text2 .description2 {
    font-weight: bold;
    margin-top: 0px;
}
#recommend .recommend_info2 .text2 .description2 {
    font-weight: bold;
    padding: 0px 20px 20px 40px;
   font-size: 14px;
}
#recommend .photo img {
    width: 370px;
    height: 230px;
}

#recommend .col .photo2  {
    width: 750px;
    height: 230px;
    padding: 0px 0px 0px 0px;
}


/* TOPシリーズ一覧 20221027追記葭葉*/
#recommend .series_item_area {
    margin: 0 45px;
    width: 805px;
}
#recommend .series_bnr_l {
    float: left;
    width: 330px;
    height: 300px;
    margin: 0 40px 30px 0;
}
#recommend .series_bnr_r {
    float: left;
    width: 330px;
    height: 300px;
    margin: 0 0 30px 0;
}

#recommend .series_item_area .series_title {
    font-size:1.3em;
    font-weight:bold;
    margin: 5px 10px;
}
#recommend .series_item_area .series_text {
    margin: 0 10px;
}
/*↑↑*/


/* 人気ランキング */
/* add======================================================== */
.rank_info_right .name,
.rank_info_right .price{
    margin:0;
}

/* style.css======================================================== */
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
}
.ellipsis.multiline {
  height: 2.5em;
  line-height: 1.2;
  white-space: normal;
}


/*20221028追記*/
#ranking {
	clear:both;
	padding: 50px 0 0 0;
}
/**/


/*#ranking .head {
  margin-bottom: 30px;
}*/
#ranking ol li {
  float: left;
  position: relative;
  background-color: #fff;
}
#ranking ol li i {
  -webkit-box-shadow: 1px 1px 3px rgba(72, 44, 10, 0.5);
  -moz-box-shadow: 1px 1px 3px rgba(72, 44, 10, 0.5);
  box-shadow: 1px 1px 3px rgba(72, 44, 10, 0.5);
  position: absolute;
  z-index: 1;
  display: block;
}
#ranking ol li .photo {
  text-align: center;
}
#ranking ol li .photo:hover{
  -ms-filter: "alpha(opacity=80)"; /*IE8*/
  filter: alpha( opacity=80);
  opacity: 0.8;
}
#ranking ol li .name {
  color: #b79008;
  font-weight: bold;
}
#ranking ol li:not(:first-child):after {
  width: 175px;
  background: url("../img/common/shadow_w175.png") 0 0 no-repeat;
}
#ranking ol li:not(:first-child) a {
  padding-top: 12px;
  width: 175px;
  height: 193px;
}
#ranking ol li:not(:first-child) a.clear-over:hover,
#ranking ol li:not(:first-child) a:link.clear-over:hover,
#ranking ol li:not(:first-child) a:visited.clear-over:hover {
  -ms-filter: "alpha(opacity=100)"; /*IE8*/
  opacity: 0.8;
}
#ranking ol li:not(:first-child) a.clear-over-block,
#ranking ol li:not(:first-child) a:link.clear-over-block,
#ranking ol li:not(:first-child) a:visited.clear-over-block {
  display: block;
  text-decoration: none;
}
#ranking ol li:not(:first-child) a.clear-over-block:hover,
#ranking ol li:not(:first-child) a:link.clear-over-block:hover,
#ranking ol li:not(:first-child) a:visited.clear-over-block:hover {
  -ms-filter: "alpha( opacity=100)"; /*IE8*/
  filter: alpha( opacity=80);
  opacity: 0.8;
}
#ranking ol li:not(:first-child) i {
  top: 12px;
  left: 10px;
  width: 25px;
  height: 25px;
}
#ranking ol li:not(:first-child) .photo {
  margin-bottom: 5px;
}
#ranking ol li:not(:first-child) .name,
#ranking ol li:not(:first-child) .brand,
#ranking ol li:not(:first-child) .price {
  padding: 0 15px;
}
/*2014.10.31追記橋本*/
#ranking ol li:not(:first-child) .name,
#ranking ol li:not(:first-child) .brand {
  font-size: 11px;
  color: #000;
}
#ranking ol li:not(:first-child) .price {
  font-size: 13px;
}
#ranking ol li:first-child {
  margin-right: 20px;
}
#ranking ol li:first-child:after {
  width: 370px;
  background: url("../img/common/shadow_w370.png") 0 0 no-repeat;
}
#ranking ol li:first-child a {
  padding-top: 25px;
  width: 370px;
  height: 405px;
}

#ranking ol li:first-child a.clear-over:hover,
#ranking ol li:first-child a:link.clear-over:hover,
#ranking ol li:first-child a:visited.clear-over:hover {
  -ms-filter: "alpha(opacity=100)"; /*IE8*/
  opacity: 0.8;
}
#ranking ol li:first-child a.clear-over-block,
#ranking ol li:first-child a:link.clear-over-block,
#ranking ol li:first-child a:visited.clear-over-block {
  display: block;
  text-decoration: none;
}
#ranking ol li:first-child a.clear-over-block:hover,
#ranking ol li:first-child a:link.clear-over-block:hover,
#ranking ol li:first-child a:visited.clear-over-block:hover {
  -ms-filter: "alpha( opacity=100)"; /*IE8*/
  filter: alpha( opacity=80);
  opacity: 0.8;
}

#ranking ol li:first-child i {
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
}
#ranking ol li:first-child .photo {
  margin-bottom: 20px;
}
#ranking ol li:first-child .name,
#ranking ol li:first-child .brand,
#ranking ol li:first-child .price {
  padding: 0 30px;
}
#ranking ol li:first-child .name,
#ranking ol li:first-child .price {
  font-size: 16px;
}
#ranking ol li:first-child .name {
  margin-bottom: 10px;
}
#ranking ol li:first-child .brand {
  margin-bottom: 5px;
  font-size: 15px;
}
#ranking ol li:nth-child(2), #ranking ol li:nth-child(3) {
  margin-bottom: 20px;
}
#ranking ol li:nth-child(2), #ranking ol li:nth-child(4) {
  margin-right: 20px;
}    
/* ---------------------------------------------------------
 * width heightの指定していない画像
 * ------------------------------------------------------ */
#ranking ol li:first-child .photo img {
  width: 265px;
  height: 265px;
}
#ranking ol li:not(:first-child) .photo img {
  width: 112px;
  height: 112px;
}    
    
    
/* client.css======================================================== */
/* 人気ランキング */
#ranking ol li {
  float: left;
  width: 175px;
  height: 193px;
  position: relative;
  background-color: #fff;
}
#ranking ol li:first-child {
  width: 370px;
  height: 405px;
  margin-right: 20px;
}
#ranking ol li:first-child:after,
#ranking ol li:not(:first-child):after {
  background: none;
}
#ranking ol li:first-child a {
  padding-top: 0;
  width: auto;
  height: auto;
}
#ranking ol li:not(:first-child) a{
  padding-top: 10px;
}
#ranking ol li i {
  -webkit-box-shadow: 0 0 0 rgba(72, 44, 10, 0.5);
  -moz-box-shadow: 0 0 0 rgba(72, 44, 10, 0.5);
  box-shadow: 0 0 0 rgba(72, 44, 10, 0.5);
}
#ranking ol li:first-child i,
#ranking ol li:not(:first-child) i {
  top: 0;
  left: auto;
  right: 0;
  width: auto;
  height: auto;
}
#ranking ol li:first-child .photo{
  margin-bottom: 0;
}
#ranking ol li .photo img,
#ranking ol li:first-child .photo img {
  width: 80%;
  height: auto;
}
.rank_info_right{
  position: absolute;
  bottom: 10px;
}
#ranking ol li:first-child .name {
  margin-bottom: 0;
  height: auto;
  font-size: 22px;
  color: #000;
}
#ranking ol li:first-child .price {
  font-size: 20px;
}
#ranking ol li:first-child .price .hd_tax{
  font-size: 12px;
}
ol{
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 13px;
    vertical-align: baseline;
}


/*商品カテゴリページ*/
#gramercy .table{
	width: 760px;
	margin: 0 auto;
}
#gramercy .table .col_list {
    display: block;
    float: left;
    width: 240px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 0px !important;
}

#gramercy ul.row {
    padding-inline-start: 0;
}


/*キャンペーンページ*/
.hd_campaign_list {
    margin-bottom: 60px;
    background: #fff;
    height: 230px;
}

.hd_campaign_image {
    float: left;
    width: 370px;
    margin-right: 20px;
}

.hd_campaign_text {
    float: left;
    width: 350px;
    padding: 10px 10px 10px 0;
}

.hd_campaign_title {
    font-size: 16px;
    font-weight: bold;
    color: #b08e17;
    line-height: 1.3;
}

.hd_campaign_date {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.hd_campaign_description {
    margin-top: 10px;
    padding-top: 15px;
    font-size: 13px;
    color: #000;
    border-top: 1px solid #a39569;
}


/*ご利用ガイド*/
#guide-nav {
    margin-bottom: 60px;
}
#guide-nav ul {
    overflow: hidden;
    list-style: none;
    padding-inline-start: 0px;
}
#guide-nav ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
#guide-nav a.image-over img, a.clear-over-block img, a.no-over img, a:link.image-over img, a:link.clear-over-block img, a:link.no-over img, a:visited.image-over img, a:visited.clear-over-block img, a:visited.no-over img {
    opacity: 1;
}
#c-guide section p {
    margin-bottom: 20px;
    /*font-size: 13px;*/
}
#c-guide section .table {
    margin-bottom: 20px;
display: table;
}
#c-guide section p {
    margin-bottom: 20px;
    /*font-size: 13px;*/
display: table-cell;
padding-bottom: 20px;
}
#c-guide .table .text {
    padding-left: 30px;
}
#c-guide img {
    max-width: none;
    vertical-align: top;
}
#payment .pay_pattern:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 0px;
}
#payment .clearfix {
    display: block;
}
#payment .sub-head {
    margin-bottom: 15px;
    /*font-size: 14px;*/
    font-weight: bold;
}
#payment .pay_pattern .pay_word {
    width: 540px;
    float: left;
}
#payment section p:last-child {
    margin-bottom: 0;
}
section#payment{
    margin-top: 80px;
}
section#point{
    margin-top: 80px;
}
section#charge{
    margin-top: 80px;
}
section#receipt{
    margin-top: 80px;
}
section#wrapping{
    margin-top: 80px;
}
section#cancel{
    margin-top: 80px;
}
section#inquiry{
    margin-top: 80px;
}
#receipt #receipt_ul {
    /*font-size: 13px;*/
    list-style: none;
padding-inline-start: 0px;
}
#gift_line_up {
    font-size: 13px;
    list-style: none;
padding-inline-start: 0px;
height: 940px;
}
#wrapping #gift_line_up li {
    margin: 5px 30px 20px 0px;
    width: 232px;
    min-height: 245px;
    float: left;
}
#wrapping #gift_line_up li:nth-child(3n) {
    margin-right: 0px;
}
#gift_line_up .clearfix {
    display: block;
}
#wrapping #gift_line_up li h4 {
    background: url({% items[/add/default/img/page/ico_arrow_01.png] %}) no-repeat scroll left center rgba(0, 0, 0, 0);
    margin-bottom: 5px;
    padding-left: 25px;
    font-size: 16px;
    font-weight: bold;
}

/*NEWご利用ガイド*/
#shoppingguide {
	width: 1000px;
	margin: 0 auto;
}
#shoppingguide #guide01 h2, #shoppingguide #guide02 h2, #shoppingguide #guide03 h2, #shoppingguide #guide04 h2, #shoppingguide #guide05 h2, #shoppingguide #guide06 h2, #shoppingguide #guide07 h2, #shoppingguide #guide08 h2, #shoppingguide #guide09 h2, #shoppingguide #guide10 h2, #shoppingguide #guide11 h2, #shoppingguide #guide12 h2, #noshi_guide h2 {
	border-bottom: solid 1px #cdcdcd;
	font-weight: 800;
	font-size: 2.0rem;
	padding-bottom: 15px;
	margin: 100px 0 0 0;
}
#shoppingguide #guide02 h3 {
	font-weight: 800;
	margin: 20px 0 0 0;
}
#shoppingguide #guide-nav ul li {
	/*border: solid 1px #1a1a1a;
	padding: 5px 40px;
    letter-spacing: 2px;
    font-weight: 800;*/

    /*font-size: 28px;*/
    /*width: 150px;*/
    /*margin-left: auto;
    margin-right: auto;
    margin-top: 40px;*/
    text-align: center;
    font-weight: bold;
    padding: 5px 22px;
    background-color: #ffffff;
    color: #1a1a1a;
    border: #1a1a1a solid 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#shoppingguide #guide-nav ul a {
	 opacity: 1;
}
#shoppingguide #guide-nav ul li:hover {
    color: #ffffff;
    background-color: #9a6741;
    border: #9a6741 solid 1px;
	cursor: pointer;
}

#shoppingguide #guide-nav ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;	
}
.guide_part .guide_flow {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 50px 0;
}
#shoppingguide .guide_flow .guide_part_left {
	width: 380px;
}
#shoppingguide .guide_flow .guide_part_right {
	width: 620px;
	padding: 0 0 0 40px;
}
#shoppingguide #guide01 ul li {
	list-style: none;
	margin: 0 0 10px 0;
}
#shoppingguide .guide_content_01 img{
	padding: 5px 0 5px 100px;
}
#shoppingguide h3{
	font-size: 1.1em;
	font-weight: 800;
	padding: 30px 10px 10px 0;
}
#shoppingguide h3::before{
	content: "◆";
}
.flowindex {
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
}
.flowindex p{
	width: 20%;
}
.flow_ti{
	font-size: 1.2em;
	font-weight: 500;
	margin: 50px 0 0;
}
#shoppingguide .delivery{
	border-bottom: #e5e5e5 1px solid;
	display: grid;
	grid-template-rows: 30px;
	grid-template-columns: 1fr 7fr 2fr;
	padding:5px 0;
	width:900px;
	margin: 0 0 0 100px
}
#shoppingguide .areaname{
	font-weight: 500;
	align-items: center;
    display: flex;
}
#shoppingguide .deli_a {
	margin:5px;
	align-items: center;
	display: flex;
}  
#shoppingguide .gift_menu_container{
	display: grid;
	grid-template-columns: 1fr 2fr;
	width: 800px;
	padding: 30px 0 0 100px;
}
#shoppingguide .gift_menu_item{
	padding: 10px 20px;
	background: #ebe9e5;
	margin: 1px;
}

#shoppingguide .gift_image_flex{
	display: flex;
    margin: 0 0 0 80px;
}
#shoppingguide .gift_image_flex div{
	margin: 0 20px;
}
#shoppingguide .gift_image_flex div p{
	padding: 0 10px;
    margin: 0;
}
#shoppingguide .con_caption{
	padding: 0 0 0 100px;
}
#shoppingguide .gold{
	color: #9a6741;
}

#noshi_guide{
	margin: 0 0 50px 0;
}
#noshi_guide .noshi_content{
	margin: 50px 0 0 0;
}
#noshi_guide .noshiguide_menu{
	display: flex;
	flex-wrap: wrap;
    list-style: none;
    justify-content: center;
	margin: 60px 0;
}
#noshi_guide .noshiguide_menu li{
	width: 150px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	background-color: #ffffff;
	color: #1a1a1a;
	border: #1a1a1a solid 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 10px;
    margin-bottom: 10px;
}
#noshi_guide .noshiguide_menu li:hover {
    color: #ffffff;
    background-color: #9a6741;
    border: #9a6741 solid 1px;
	cursor: pointer;
}
#noshi_guide h3 {
	font-weight: 800;
	margin: 0 0 20px 0;
	padding-top: 50px;
}
#noshi_guide .noshilist_container{
	display: grid;
	grid-template-columns: 1fr 1fr;　
}
#noshi_guide .noshilist_item{
	padding: 10px 0;
	background: #ebe9e5;
	margin: 5px;
}
#noshi_guide .noshilist_flex{
	display: flex;
}
#noshi_guide .noshilist_flex .noshi_text{
	margin: 0 0 0 20px;
	width: 370px
}
#noshi_guide .noshi_image{
	margin: 0 20px 0 auto;
	width: 220px;
}
#noshi_guide .noshi_image p{
	text-align: center;
}
#noshi_guide .noshi_ti{
	font-size: 1.2em;
	font-weight: 800;
}
#noshi_guide .noshiex_flex{
	display: flex;
	width: 820px;
	margin: 0 auto;
}
#noshi_guide .noshiex_flex02{
	display: flex;
	width: 1200px;
	margin: 50px auto;
}
#noshi_guide .noshiex_left{
	margin: 0 20px 0 0;
}
#noshi_guide .noshiex_right{
	margin: 0 0 0 auto;
	width: 220px;
}
#noshi_guide .noshiex_right02{
	margin: 0 0 0 auto;
	width: 600px;
}
#noshi_guide .noshiex_left img{
	width: 90%;
	border: solid 1px #ebe9e5;
	padding: 20px;
}
#noshi_guide .noshi_order_guide ol {
	list-style: none;
	counter-reset: number;
}
#noshi_guide .noshi_order_guide_02 ol {
	list-style: none;
	counter-reset: number 1;
}
#noshi_guide .noshi_order_guide li,#noshi_guide .noshi_order_guide_02 li {
	position: relative;
	padding-left: 1.5em;
	padding-bottom: 20px;
	font-size: 1.3em;
}
#noshi_guide .noshi_order_guide li::before,#noshi_guide .noshi_order_guide_02 li::before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	top: 5px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
}
#noshi_guide .noshi_note{
	font-weight: 800;
	margin: 30px 0;
}
#noshi_guide .basebtn {  text-align: center;
	color: #1a1a1a;
	font-weight: 800;
	letter-spacing: 0.1em;
	font-size: 16px;
	border:1px solid #1a1a1a;
    padding: 20px 0;
    margin: 30px 0 0;
	width: 350px;}
#noshi_guide .basebtn span {font-size:12px;font-weight:normal;display:block;}
#noshi_guide .basebtn_black{ text-align: center;
	color: #FFF;
	font-weight: 800;
	letter-spacing: 0.1em;
	font-size: 16px;
	background-color: #1a1a1a;
    padding: 20px 0;
    margin: 30px auto 0;
	width: 350px
}
#noshi_guide .basebtn::before, #fplp .basebtn_black.btn_black::before{
	content: ">";
	padding-right: 10px;
}


/*ケーキ一覧*/
#cakelist {
  scroll-behavior: smooth;
}
#cakelist .cakelist_top h1{
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0.4em 0;
}
#cakelist .cakelist_top h1 .title{
	margin: 60px 0 0 0;
}	
#cakelist .cakelist_top h1 span{
	display: block;
	font-size: 28px;
	font-weight: normal;
}
#cakelist .cakelist_top h1 p{
	font-weight: 800;
	font-size: 1.2em;	
}
#cakelist .cakemenu_container{
	margin: 60px auto 120px !important;
	display:flex;
	flex-wrap: wrap;
	gap: 0 10px;
	justify-content: center;
	width: 680px;
	list-style: none;
}
#cakelist .cakemenu_container li {
    width: calc(100% / 3 - 30px );
    max-width: 250px;
	margin: -20px 0;
}
#cakelist .cakemenu_btn{
	color: #1a1a1a;
	font-weight: 800;
	letter-spacing: 0.1em;
	font-size: 16px;
    padding: 10px 0;
    margin: 30px auto 0;
	width: 250px;
	position: relative;
}
#cakelist .cakemenu_btn::before{
	content: ">";
	padding-right: 10px;
}
#cakelist .caption{
	text-align: center;
	margin: 0 0 60px 0;
}
#cakelist .cakelist{
	width: 1000px;
	margin: 0 auto 150px;
}
#cakelist .cake_lineup{
	display:flex;
	flex-wrap: wrap;
	gap: 100px 20px;
	list-style: none;
	padding: 0;
	margin: 120px auto;
}
#cakelist .cake_lineup li{
	text-align: center;
}
#cakelist .cake_lineup li img{
	width: 240px;
	margin: 0 auto;
}
#cakelist .cake_lineup li p{
	font-weight: 800;
}
#cakelist .products2{
	max-width: 800px;
}
#cakelist .products1 li{
	margin: 0 auto;
	width: 35%
}
#cakelist .products2 li{
	width: calc(100% / 2 - 20px );
}
#cakelist .products3 li{
	width: calc(100% / 3 - 20px );
}
#cakelist .category{
	font-weight: bold;
	font-size: 1.4em;
	margin: 100px 0 30px 0;
	border-bottom: solid 1px #adadad;
	border-top: solid 1px #adadad;
	padding: 20px 0;
	text-align: center;
}
#cakelist .cakeline{
	width: 80px;
	border: solid 2px #1a1a1a;
	margin: 15px auto;
}
#cakelist p.component{
	font-weight: 500!important;
}
#cakelist .link_btn{
	margin: 50px auto 20px;
	width: 640px;
}
#cakelist .link_btn_txt{
	padding: 1.0rem 1.0rem 1.0rem 0;
	text-align: center;
	width: 240px;
	margin: 0 auto;
	border: solid 1px #1a1a1a;
}
#cakelist .link_btn_txt::before{
	content: ">";
	padding-right: 10px;
}
#cakelist .link_btn a:hover{
	color:#FFF;
	background-color:#986641;
}

#cakelist a .btn_gold {
	color: #333;
	font-weight: 800;
	letter-spacing: 0.1em;
	font-size: 16px;
}


#cakelist .btn_area{
	margin: 50px auto 20px;
	width: 640px;
}
#cakelist .btn_gold{
	background: #e1e0dc;
	padding: 1.5rem 1rem 1.5rem 0;
	color: #333;
	font-size: 18px;
	text-align: center;
	width: 280px;
	margin: 0 auto;
}
#cakelist .btn_gold::before{
	content: ">";
	padding-right: 10px;
}
#cakelist a .btn_gold {
	color: #333;
	font-weight: 800;
	letter-spacing: 0.1em;
	font-size: 16px;
}

#cakelist .pc {display:block;}
#cakelist .sp {display:none;}


/*商品一覧*/
.fs-c-productListItem__control {
    justify-content: space-between;
    display: none;
}
.fs-c-productPrice__main__label {
    margin-right: 4px;
    display: none;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
    display: none;
    flex-wrap: wrap;
    line-height: 1.1;
}
.fs-c-productList__list__item {
    border-bottom: none;
    padding: 16px 8px;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #000;
}
span.fs-c-productName__name {
    margin-bottom: 5px;
    color: #b79008;
    font-weight: bold;
}
.fs-c-productListItem__viewMoreImageButton {
    font-size: 1.2em;
    justify-content: flex-end;
    padding: 0;
    display: none;
}
.fs-c-productList__list .fs-c-productList__list__item {
    float: left;
    position: relative;
    margin: 0 20px 20px 0;
    background-color: #fff;
    width: 300px;
    text-align: left;
}
.fs-c-productList__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 760px;
    float: right;
}
.fs-c-listControl__status {
    display: none;
}
/*.fs-c-sortItems__list__item.is-active {
	background: #FFF;
    color: #9b6740;
    font-weight: 800;
    margin-left: 10px;
}*/
li.fs-c-productMark__item {
    width: 68px;
}
.fs-c-productMarks {
    margin-left: 10px;
}
h2.fs-c-productListItem__productName.fs-c-productName {
    margin-left: 10px;
}
.fs-c-productListItem__prices.fs-c-productPrices {
    margin-left: 150px;
}
.fs-c-sortItems {
    display: flex;
    align-items: stretch;
    font-size: 1.6rem;
    /*margin-left: 255px;*/
	margin: 80px 0 20px 0;
	padding: 0 0 20px;
	border-bottom: solid 1px #ccc;
}
.fs-c-sortItems__list > li {
    box-sizing: border-box;
    margin-left: 10px;
}
.fs-c-sortItems__list__item.is-active {
	background: #FFF;
    color: #9b6740;
    font-weight: 800;
    margin-left: 10px;
}
#fs_ProductCategory h1.fs-c-heading.fs-c-heading--page {
    display: none;
}
.fs-c-sortItems__label {
    border: 0px solid currentColor;
	display: none;
}
.fs-c-sortItems__list > li {
    box-sizing: border-box;
    margin-left: 10px;
    /*border: 1px solid currentColor;*/
}
#fs_ProductCategory .fs-l-main {
    margin: 0px auto;
    padding: 8px;
    max-width: 1020px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fs-c-productListItem__productDescription {
    margin: 8px 0;
    color: #000;
    font-weight: bold;
    text-align: center;
/*font-size: 12px;*/
}
span.fs-c-productName__name {
    margin-bottom: 5px;
    color: #000;
    font-weight: bold;
    text-align: center;
/*font-size: 12px;*/
}


/*チェックアウト*/
#fs_Checkout span.fs-pt-menu__heading.fs-pt-menu__heading--lv1 {
    width: 100%;
    background: #fff;
    text-color: #fff;
    height: 30px;
    margin: 0px;
    text-align: center;
    padding-top: 6px;
}
#fs_Checkout .fs-p-footerUtilityMenu {
    padding: 20px 0;
    width: 401px;
    margin: auto;
}
#fs_Checkout .fs-l-header {
    display: block;
    padding-top: 8px;
    background: url({% items[/header-bg.png] %}) repeat;
}
.fs-c-returnedSpecialContract__link {
    display: none;
}

/*注文ログイン*/
#fs_ShoppingCartLogin span.fs-pt-menu__heading.fs-pt-menu__heading--lv1 {
    width: 100%;
    background: #fff;
    text-color: #fff;
    height: 30px;
    margin: 0px;
    text-align: center;
    padding-top: 6px;
/*20221027追記葭葉*/
    border: solid 1px;
    background: #fff;
    color: #999174;
}
#fs_ShoppingCartLogin .fs-p-footerUtilityMenu {
    padding: 20px 0;
    width: 401px;
    margin: auto;
}
#fs_ShoppingCartLogin .fs-l-header {
    display: block;
    padding-top: 8px;
    background: url({% items[/header-bg.png] %}) repeat;
}

/*非会員注文*/
#fs_CustomerDetails span.fs-pt-menu__heading.fs-pt-menu__heading--lv1 {
    width: 100%;
    background: #fff;
    text-color: #fff;
    height: 30px;
    margin: 0px;
    text-align: center;
    padding-top: 6px;
}
#fs_CustomerDetails .fs-p-footerUtilityMenu {
    padding: 20px 0;
    width: 401px;
    margin: auto;
}
#fs_CustomerDetails .fs-l-header {
    display: block;
    padding-top: 8px;
    background: url({% items[/header-bg.png] %}) repeat;
}

/*会員注文*/
#fs_CheckoutWithMultiAddress span.fs-pt-menu__heading.fs-pt-menu__heading--lv1 {
    width: 100%;
    background: #fbfaf7;
    text-color: #fff;
    height: 30px;
    margin: 0px;
    text-align: center;
    padding-top: 6px;
}
#fs_CheckoutWithMultiAddress .fs-p-footerUtilityMenu {
    padding: 20px 0;
    width: 401px;
    margin: auto;
}
#fs_CheckoutWithMultiAddress .fs-l-header {
    display: block;
    padding-top: 8px;
    background: url({% items[/header-bg.png] %}) repeat;
}


/*ログイン・マイページ*/
li.fs-c-accountService__page.fs-c-accountService__page--wishList {
    display: none;
}
/*.fs-body-login .fs-c-registeredUsers {
    flex-grow: 1;
    flex-basis: calc(50% - 0px);
}*/


/*FAQ*/
#c-faq .head {
    margin: 30px 0 20px;
}
#c-faq dl dt {
    padding: 0px 35px 5px 35px;
    /*font-size: 14px;*/
    background: url(../icon_q.png) 10px 0 no-repeat;
}
#c-faq dl dd {
    margin-bottom: 40px;
    padding: 15px 35px 15px 35px;
    /*font-size: 13px;*/
    background: white url(../icon_a.png) 10px 15px no-repeat;
margin-inline-start: 0px;
}
a.clear-over {
    text-decoration: underline;
}

/*NEW FAQ*/
#c-faq a{
	color: #9a6741;
}
#c-faq #faq-nav ul li {
    text-align: center;
    font-weight: bold;
    padding: 5px 22px;
    background-color: #ffffff;
    color: #1a1a1a;
    border: #1a1a1a solid 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0 10px 10px 0;
}
#c-faq #faq-nav ul a {
	 opacity: 1;
}
#c-faq #faq-nav ul li:hover {
    color: #ffffff;
    background-color: #9a6741;
    border: #9a6741 solid 1px;
	cursor: pointer;
}
#c-faq #faq-nav ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	overflow: hidden;
    list-style: none;
    padding-inline-start: 0px;
	width: 900px;
	margin: 0 auto;
}


#c-faq .faq_accordion{
	padding: 500px;
}
#c-faq .faq_box{
	width: 1000px;
    margin: 0 auto;
}
#c-faq h2{
    border-bottom: solid 1px #cdcdcd;
    font-weight: 800;
    font-size: 2.0rem;
    padding-bottom: 15px;
    margin: 100px 0 0 100px;
	width: 1000px;
}
#c-faq h3 {
	font-size: 1em;
	margin: 0;
	padding: 24px 0 24px 84px;
	position: relative;
	cursor: pointer;
	width: 884px;
}
#c-faq h3.active::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	top: 50%;
	right: 20px;
	margin-top: -4px;
}
#c-faq h3::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 50%;
	right: 20px;
	margin-top: -10px;
}
#c-faq .accordion_inner{
    display: none;
    padding: 30px 116px 30px 84px;
    margin: 0;
	background-color: #f6f4f0;
	width: 1000px;
	position: relative;
}
#c-faq .faq_q,#c-faq .faq_a{
    margin-bottom: 8px;
    padding: 0 0 0 50px
}
#c-faq .faq_q::before,#c-faq .faq_a::before {
    font-weight: 800;
    position: absolute;
    left: 0;
    top: 0;
	padding: 32px 0 0 84px;
}
#c-faq .faq_q::before {
    content: 'Q.';
    font-size: 1.4em;
}
#c-faq .faq_a::before {
    content: 'A.';
    font-size: 1.4em;
}
#c-faq p.faq_a img{
	margin: 20px 0 0 0;
}




/*カート*/
#fs_ShoppingCart .fs-l-sideArea {
    width: 220px;
    background-color: #fff;
    display: none;
}
#fs_ShoppingCart .fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
    max-width: 1020px;
    float: right;
}

.payhere {
    padding: 25px 10px;
    font-size: 130%;
}

.payhere::after {
	font-weight:normal;
	font-size:11px;
	display:block;
	padding:7px 0 0;
	content:"※お届け先・お支払い方法などのご入力へ";
}

h1.fs-c-heading.fs-c-heading--page {
    border-bottom: 1px solid #000!important;
    color: #000000!important;
    font-weight: 700;
    font-size: 2.2rem!important;
    line-height: 1.2;
    margin: 24px 0 24px;
    padding: 0 0 1.2em;
    text-align: center;
}
h1.fs-c-heading.fs-c-heading--page2 {
    border-bottom: 1px solid #000;
    color: #000000;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 1.2;
    margin: 24px 0 24px;
    padding: 0 0 1.2em;
    text-align: center;
}

.fs-c-button--loginAndPurchase {
    padding: 20px 15px;
    font-size: 130%;
    font-weight: bold;
}
.fs-c-productPostage{
    display: none;
}
.fs-c-cartDiscountInfo--postage {
    text-align: left;
}

.fs-c-cartDiscountInfo__info {
    display:inline;
}

.fs-c-cartDiscountInfo__more .fs-c-price__value {
    font-size: 125%;
    padding: 0 5px;
}

.fs-c-button--loginAndPurchase::after {
	font-weight:normal;
	font-size:12px;
	display:block;
	padding:7px 0 0;
	content:"※会員の方はこちら";
}
.fs-c-button--unregisteredUserPurchase::after {
	font-weight:normal;
	font-size:12px;
	display:block;
	padding:7px 0 0;
	content:"※新規の方はこちら";
}
    


/*20220608商品ページタブ*/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  /*margin: 0 auto;*/
}

/*タブのスタイル*/
.tab_item {
  width: 50%;
  height: 30px;
  background-color: #fff;
  border-bottom: 1px solid #e0e0de;
  line-height: 30px;
  font-size: 1.0em;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  /*font-weight: bold;*/
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 10px 0 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #d9d9d9;
  color: #565656;
  font-weight: bold;
}


.noshi-list td{
	width:calc(100%/3);
	padding:20px 3px 0 3px;
	text-align: center;
	vertical-align: top;
	font-size:0.9em;
}
.noshi-list td img{
	width:90%;
}


/*↓20221007バリエーションリンク追記葭葉↓*/
.item-var{
	list-style: none;
	margin: 0 0 65px 0;
	padding: 0;
}
.item-var li{
	float: left;
	width: 80px;
	height: 30px;
	border: solid 1px #999174;
	margin-right: 10px;
	text-align: center;
	line-height: 2.2;
	font-weight: normal;
	font-size: 1.3rem;
}
.item-var li:hover{
	background-color: #999174;
}
.item-var li.val-active{
	color: #FFF;
	background-color: #999174;
}
.item-var li.val-soldout{
	color: #FFF;
	background-color: #f0e8ca;
	border: solid 1px #f0e8ca;
}
.item-var a{
	color: #999174;
	width: 80px;
	height: 30px;
}
.item-var a:hover{
	color: #FFF;
	opacity: 1.0;
}
/*↑↑*/

/*↓20221011商品詳細レコメンド追記葭葉↓*/
.item-recom{
	margin-top: 120px;
}
.item-recom .recom-caption{
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	border-bottom:#999174 solid 1px;
	margin-bottom:20px;
}
.item-recom ul{
	list-style-type: none;
	padding: 0;
}
.item-recom ul li{
	float:left;
	width:157px;
	margin-right:41px;
}
.item-recom ul li.recom-r{
	float:left;
	width:157px;
	margin:0;
}
.item-recom ul li p{
	font-size: 12px;
	text-align: center;
}
.item-recom ul li p span{
	font-weight:bold;
}
.item-recom ul li .item-recom-tax{
	display:none;
}
/*↑↑*/

/*↓20221018スライダー追記葭葉↓*/
.fs-c-slick .slick-dots{
	text-align: center;
}
.fs-c-slick .slick-dots li {
	margin:10px;
}
.fs-c-slick .slick-dots li button:before {
	height: 30px;
	width: 30px;
	font-size: 16px;
}
.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
	top: 46%;
}

#fs_Top nav.fs-p-headerUtilityMenu{
	margin-top:-50px;
}
.header_pc_logo{
	text-align: center;
}

.slider_pc{
	margin: 0 auto 10px;
	width:1080px;
	text-align:center;
    height: 440px;
    overflow: hidden;
}

.fs-c-privacyPolicyAgreeField .fs-c-inputField { text-align:center;}

.fs-c-additionalCheckField + fieldset:not(.fs-c-additionalCheckField), fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
  margin-top: 32px;
  border: 1px solid #CCC;
  padding: 15px;
  margin: 20px 0;
}

.fs-c-button--primary {padding: 20px 10px;
    font-weight: bold;}

.fs-c-productName__copy {    background: #cbad95;
    color: #1A1A1A;
    display: inline-block;
    padding: 6px 9px;
    /*font-size: 12px;*/
    margin: 3px 0 12px;
    border-radius: 35px;
    font-weight: bold;
}

.fs-l-checkout__sideColumn{
	postion: -webkit-sticky;
	position: sticky;
	top: 160px;
}




.clear{
	clear: both;
}