/* メニューなしの場合 */
.header_menu_none {
    display: none!important;
}

/*fs_style.css 全体のHTML*/
html {
  font-size: 100%!important;/*62.5%*/
}

body p {
  font-size: unset!important;/*12px*/
}

.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }

/* プルダウンの非表示 */
.fs-c-dropdown::after {
display: none!important;}


/* アイコン付きメニューの幅調整 */
.pc_icon_group {
    width: 30%;
    max-width: 100%!important;
    display: flex;
    justify-content: flex-end;
}
/*カートボタンPC用*/
.num-icon-cart-out {
  position: relative;
  background-size: 23px auto;
  padding-right: 0;
}
.num-icon-cart {
  position: absolute;
  right: 0px;
  top: -4px;
  background: #00ad9c;
  color: #fff;
  border-radius: 9px;
  line-height: 18px;
  padding: 0 5px;
  text-align: center;
  min-width: 18px;
  font-size: 9px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.num-icon-cart-sp {
    position: absolute;
    background: #00ad9c;
    color: #fff;
    display: inline-block;
    height: 14px;
    min-width: 14px;
    line-height: 14px;
    padding: 0 2px;
    text-align: center;
    font-size: 9px;
    border-radius: 7px;
    right: -7px;
    top: -7px;
}

/*　検索フォームの虫眼鏡の位置 */
search_box::before {
    top: 60%!important;
}
/ *本編内フォームのデザイン */
input[type="text"], select, select.fs-c-dropdown__menu {
    height: 50px;
    font-size: 0.9375rem !important;
    padding-left: 0.837em !important;
    border: 1px solid #dfdfdf !important;
    border-radius: 4px !important;
    background-color: #fafafa !important;
}


/* プレビュー環境のヘッダー非表示 */
.fs-preview-header { display: none; }

/* PC版フロート大口サイズ調整 */
.for_corporations_pc div {
    width: 126px!important;
    height: 50px!important;
    margin-right: 16.68px;
    padding-left: 28.92px;
    color: #ffffff;
    align-content: center;
    font-size: 0.7rem!important;
    font-weight: 700;
    background-color: rgba(219, 192, 134, 0.9);
    border-radius: 6px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    position: relative;
    transition: opacity 0.3s ease;
}
.fixed_faq div {
    width: 50px!important;
    height: 50px!important;
    margin-right: 13.6px;
    color: #dbc086;
    font-weight: 700;
    text-align: center;
    align-content: center;
    font-size: 1rem!important;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease;
}

/* 緑のバーの文字サイズ調整 */
.message {
    height: 100%;
    color: #ffffff;
    text-align: center;
    align-content: center;
    font-size: 1.05rem !important;
}

/* 旧CSS------------------------------------------------------------------------------------------------------------- */
/* 新レイアウト用非表示
@charset "UTF-8";
*/
/* Scss Document */
/* 新レイアウト用非表示
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:500&display=swap");*/
/* initial
------------------------------------------ */
/* 新レイアウト用非表示
img,
h1, h2, h3, h4, h5, h6,
dl, dd, dt, ol, ul, li, figure,
p {
  border: none;
  padding: 0;
  margin: 0;
}
img {
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #00ad9c;
}

a:hover {
  opacity: 0.5;
  transition: all 0.3s ease 0s;
}

body {
  font-size: 14px;
  line-height: 2em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

b {
  font-weight: normal;
  color: #9f7c22;
}

em {
  font-style: normal;
  font-weight: bold;
}

input::placeholder {
  color: #bfbfbf;
}
*/
/* 新レイアウト用非表示
input[type="text"],
select,
select.fs-c-dropdown__menu {
  appearance: none;
  -webkit-appearance: none;
  height: 50px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
  border-radius: 5px;
  background: #fff;
}
*/

/* 新レイアウト用非表示
select,
select.fs-c-dropdown__menu {
  position: relative;*/
  /*padding: 0 45px 0 15px;*//* 新レイアウト用非表示
  background: #fff url(../img/allow-down.gl.svg) 90% center no-repeat;*/
  /*https://ginzasembikiya.itembox.design/item/allow-down.gl.svg?t=20250512144631*/
/* 新レイアウト用非表示  background-size: 16px auto;
}

.fs-c-dropdown::after {
  display: none;
}
*/

/* layout
------------------------------------------ */
/* 新レイアウト用非表示
body, html {
  height: 100%;
}

body {
  background-color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #535353;
}
*/

#container {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

#contentwrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

#site-header {
  width: 100%;
}

#site-footer {
  width: 100%;
  bottom: 0;
}

/* Template
--------------------------------------- */
#site_header ._wrap {
  /* width: 1450px; */
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  position: relative;
}
#site_header .btn_normal._entry {
  width: 200px;
  padding: 0;
}
#site_header .logo {
  display: block;
  position: absolute;
  width: 191px;
  height: 43px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#site_header .logo img {
  width: 191px;
  height: 43px;
}
#site_header .header_menu a {
  display: block;
  color: #535353;
  padding: 0 12px;
  line-height: 1em;
  font-size: 10px;
}
#site_header .header_menu ul {
  display: flex;
  align-items:center;
}
#site_header .header_menu ul li {
  border-right: #a5a5a8 1px solid;
}
#site_header .header_menu ul li:last-child {
  border-right: none;
}
#site_header.negative .header_menu a {
  color: #fff;
}
#site_header.negative .header_menu ul li {
  border-color: #fff;
}

.home-header-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

#global_nav {
  border-top: #e5e5e5 1px solid;
  border-bottom: #e5e5e5 1px solid;
}
#global_nav ._wrap {
  width: 1200px;
  margin: 0 auto;
}
#global_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 82px;
}
#global_nav ul a {
  display: block;
  color: #535353;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}
#global_nav.compact {
  border-top: none;
}
#global_nav.compact ul {
  padding-top: 23px;
  align-items: flex-start;
}
#global_nav .UI-nav-cart {
  position: relative;
  background: url("../img/icon.cart.gl.svg") right center no-repeat;
  background-size: 23px auto;
  padding-right: 25px;
}
#global_nav .UI-nav-cart ._counter {
  position: absolute;
  right: -9px;
  top: -5px;
  background: #00ad9c;
  color: #fff;
  border-radius: 9px;
  line-height: 18px;
  padding: 0 5px;
  text-align: center;
  min-width: 18px;
  font-size: 9px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#global_nav .soryo {
 padding: 4px;
 background: #00ad9c;
} 

#global_nav .soryo p {
 color: #ffffff;
} 

.fs-c-breadcrumb {
  width: 1200px;
  margin: 0 auto;
  font-size: 11px;
  text-align: left;
}
.fs-c-breadcrumb ol {
  line-height: 1em;
}

.breadcrumb_typeA {
  margin-top: 48px;
  margin-bottom: 80px;
}

.breadcrumb_typeB {
  margin-bottom: 55px;
}

#policy_pay_deliver {
  background: #fff;
  border: #bfbfbf 1px solid;
  width: 1200px;
  margin: 0 auto 150px;
  padding: 60px;
}
#policy_pay_deliver ._wrap {
  display: flex;
  justify-content: space-between;
}
#policy_pay_deliver .policy_docs {
  width: 320px;
  text-align: left;
}
#policy_pay_deliver .policy_docs p {
  margin-bottom: 30px;
}
#policy_pay_deliver .policy_docs h3 {
  margin-bottom: 20px;
}
#policy_pay_deliver .policy_docs .card_list li img {
  height: 30px;
  width: auto;
}

#site-footer {
  background: #e5e5e5;
  padding: 30px 0 15px 0;
}
#site-footer a.page_top {
  display: none;
  position: fixed;
  z-index: 100;
  background: #707070;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  right: 50%;
  margin-right: -600px;
  bottom: 160px;
  color: #fff;
  padding-top: 26px;
  font-size: 13px;
}
#site-footer a.page_top::after {
  transform: rotate(-90deg);
  top: 14px;
  left: 50%;
  margin-left: -3.5px;
}
#site-footer nav {
  margin-bottom: 58px;
}
#site-footer nav ul {
  display: flex;
  justify-content: center;
}
#site-footer nav ul li {
  border-right: #bfbfbf 1px solid;
}
#site-footer nav ul li:last-child {
  border-right: none;
}
#site-footer nav ul a {
  display: block;
  line-height: 1.1em;
  padding: 0 10px;
  font-size: 13px;
  color: #535353;
}
#site-footer small {
  font-size: 12px;
  line-height: 1em;
}

/* Parts
--------------------------------------- */
#content {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}

._allow::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  display: block;
  content: "";
  width: 7px;
  height: 14px;
  background: url("../img/allow.wt.svg") no-repeat;
  /*https://ginzasembikiya.itembox.design/item/allow.wt.svg?t=20250512144631*/
}

._allow_gl::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  display: block;
  content: "";
  width: 7px;
  height: 14px;
  background: url("../img/allow.gl.svg") no-repeat;
  /*https://ginzasembikiya.itembox.design/item/allow.wt.svg?t=20250512144631*/
}

#free-cart input[type="submit"],
button[type="button"],
.btn_normal {
  border: none;
  position: relative;
  display: block;
  background: #00ad9c;
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#free-cart input[type="submit"]._allow,
button[type="button"]._allow,
.btn_normal._allow {
  /*padding-right: 40px;*/
  padding-right: 30px;
}
#free-cart input[type="submit"]._big,
button[type="button"]._big,
.btn_normal._big {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  /*font-size: 12px;*/
}
#free-cart input[type="submit"].fs-c-button--addToCart--detail, #free-cart input[type="submit"]._addcart,
button[type="button"].fs-c-button--addToCart--detail,
button[type="button"]._addcart,
.btn_normal.fs-c-button--addToCart--detail,
.fs-c-button--addToSubscriptionCart--detail,
.btn_normal._addcart {
  background: #00ad9c url("../img/icon.cart.wt.svg") 40px center no-repeat;
  background-size: 23px auto;
  height: 63px;
  width: 300px;
  font-size: 20px;
  padding-left: 83px;
}

#free-cart input[type="submit"].fs-c-button--addToSubscriptionCart--detail, #free-cart input[type="submit"]._addcart,
button[type="button"].fs-c-button--addToSubscriptionCart--detail,
button[type="button"]._addcart,
.btn_normal.fs-c-button--addToSubscriptionCart--detail,
.fs-c-button--addToSubscriptionCart--detail,
.btn_normal._addcart {
  background: #00ad9c url("../img/icon.cart.wt.svg") 40px center no-repeat;
  background-size: 23px auto;
  height: 63px;
  width: 300px;
  font-size: 20px;
  padding-left: 83px;
}

#free-cart input[type="submit"]._mint,
button[type="button"]._mint,
.btn_normal._mint {
  background-color: #e2f5f0;
  color: #535353;
}
#free-cart input[type="submit"]._mint._allow::after,
button[type="button"]._mint._allow::after,
.btn_normal._mint._allow::after {
  background-image: url("../img/allow.gl.svg");
  /*https://ginzasembikiya.itembox.design/item/allow.gl.svg?t=20250512144631*/
}
#free-cart input[type="submit"]._mincho,
button[type="button"]._mincho,
.btn_normal._mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.btn_link {
  position: relative;
  display: block;
  color: #535353;
  border: #bfbfbf 1px solid;
  line-height: 50px;
}
.btn_link._allow {
  padding-right: 40px;
}

.btn_link_take {
  position: relative;
  display: block;
  color: #fff;
  background-color: #00ad9c;
  border: #00ad9c 1px solid;
  line-height: 50px;
}

#free-cart input[type="submit"] {
  background: #00ad9c url("../img/icon.cart.wt.svg") 40px center no-repeat;
  background-size: 23px auto;
  height: 63px;
  width: 300px;
  font-size: 20px;
  padding-left: 83px;
}

#free-cart table tbody tr:first-child {
  display: none;
}
#free-cart table tbody tr:nth-child(2) td:first-child {
  display: none;
}

.UI-search {
  position: relative;
}
.UI-search input[type="text"] {
  padding: 0 50px 0 30px;
}
.UI-search input[type="submit"],
.UI-search button[type="submit"] {
  position: absolute;
  width: 23px;
  height: 23px;
  right: 13px;
  top: 13px;
  border: none;
  background: url("../img/icon.search.gl.svg") no-repeat;
}
.UI-search input[type="submit"] .text,
.UI-search button[type="submit"] .text {
  display: none;
}

#search_attention ._wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
#search_attention ._wrap .btn_normal {
  /*width: 740px;*//*お知らせ1個*/
  /*width: 410px;*//*お知らせ2個*/
  width: 270px;/*お知らせ3個*/
  /*width: 220px;*//*お知らせ4個*/
  font-size: 12px;/*お知らせ3個*/
}
#search_attention ._wrap .UI-search input[type="text"] {
  /*width: 440px;*//*お知らせ1個*/
  /*width: 360px;*//*お知らせ2個*/
  width: 290px;/*お知らせ3個*/
  margin: auto;
}

.product-content {
  padding-bottom: 100px;
  border-bottom: #e5e5e5 1px solid;
}
.product-content .cart_add_config {
  margin-top: 80px;
}

.users-content,
.recommend-content {
  padding: 60px 0 0 0;
}
.users-content .ttl_subject,
.recommend-content .ttl_subject {
  padding-top: 60px;
}
.users-content .item-list-5cols,
.recommend-content .item-list-5cols {
  padding-bottom: 60px;
}

.special-bnr,
.budget-lineup,
.product-category-lineup {
  padding: 60px 0;
}

.special-menu {
  /*padding: 60px 0;*/
  padding: 30px 0;
}
.special-menu ul {
  display: flex;
  justify-content: space-between;
}

.doc-on-profile {
  margin-bottom: 120px;
}
.doc-on-profile article {
  color: #fff;
  height: 400px;
  background: #000 url("../img/bg.doc-on-profile_01.jpg") left top no-repeat;
  margin-bottom: 40px;
}

.doc-on-profile article ._wrap {
  width: 570px;
  height: 400px;
  margin-left: 630px;
  background: url("../img/bg.doc-on-profile_02.png") right top no-repeat;
  padding-top: 115px;
  padding-left: 60px;
}
.doc-on-profile article h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
}
.doc-on-profile article h3 span {
  display: block;
  font-size: 12px;
  padding-top: 13px;
}
.doc-on-profile article p {
  margin-top: 15px;
  line-height: 34px;
}
.doc-on-profile article a {
  display: block;
  margin-top: 15px;
  color: #fff;
}
/* 新CSSは下部 */
.product-haed {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 55px auto 0;
}
.product-haed .product-image {
  width: 500px;
}
.product-haed .product-image .fs-c-productCarouselMainImage__expandButton {
  display: none;
}
.product-haed .product-summary {
  width: 650px;
}
/* 新CSSは下部 */
.product-haed .product-summary h1 {
  font-family: "Noto Serif JP", serif;
  padding-bottom: 30px;
  border-bottom: #e5e5e5 1px solid;
  margin-bottom: 15px;
}
.product-haed .product-summary .spec {
  font-size: 20px;
  margin-top: 20px;
}
.product-haed .product-summary .spec dl {
  display: flex;
  padding: 8px 0;
}
.product-haed .product-summary .spec dl dt {
  margin-right: 5px;
}
.product-haed .product-summary .spec dl dd .price {
  font-size: 30px;
}
.product-haed .product-summary .spec .fs-c-productPrice {
  display: flex;
  margin-top: 7px;
}
.product-haed .product-summary .spec .fs-c-productPrice .fs-c-productPrice__main {
  display: flex;
}
.product-haed .product-summary .spec .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__label {
  margin-right: 5px;
}
.product-haed .product-summary .spec .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price {
  font-size: 30px;
  margin-right: 5px;
}
.product-haed .product-summary .spec .fs-c-productPrice .fs-c-productPrice__addon__label::before {
  content: "(";
}
.product-haed .product-summary .spec .fs-c-productPrice .fs-c-productPrice__addon__label::after {
  content: ")";
}
.product-haed .product-summary #free-cart input[type="submit"] {
  margin-top: 50px;
}
.product-haed .product-summary h3 {
  margin-top: 40px;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: normal;
}
.product-haed .product-summary p {
  font-size: 16px;
}

.product-info {
  margin-top: 50px;
  /*font-size: 16px;*/
}

#cart-box,
.cart_add_config {
  font-size: 16px;
}
#cart-box .fs-c-productSelection,
.cart_add_config .fs-c-productSelection {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#cart-box .fs-c-productSelection dt,
.cart_add_config .fs-c-productSelection dt {
  /*width: 150px;*/
  /*text-align: right;*/
  padding-right: 7px;
  margin-bottom: 10px;
}
#cart-box .fs-c-productSelection dd,
.cart_add_config .fs-c-productSelection dd {
  width: calc(100% - 150px);
  margin-bottom: 10px;
}
#cart-box select.fs-c-dropdown__menu,
.cart_add_config select.fs-c-dropdown__menu {
  width: 300px;
  background-position: 270px center;
}
/* 新スタイルは下部
#cart-box .fs-c-productQuantityAndWishlist,
.cart_add_config .fs-c-productQuantityAndWishlist
 {
  position: relative;
  padding-left: 150px;
  margin-bottom: 20px;
}
*/

#cart-box .fs-c-productQuantityAndAction__quantity,
.cart_add_config .fs-c-productQuantityAndAction__quantity
 {
  position: relative;
  padding-left: 150px;
  margin-bottom: 20px;
}
#cart-box .fs-c-quantity fs-system-assistTarget,
.cart_add_config .fs-c-quantity fs-system-assistTarget
 {
  position: relative;
  padding-left: 150px;
  margin-bottom: 20px;
}
/* 新スタイルは下部
#cart-box .fs-c-productQuantityAndWishlist::before,
.cart_add_config .fs-c-productQuantityAndWishlist::before {
  display: block;
  position: absolute;
  left: 0;
  content: "数量";
  width: 140px;
  text-align: right;
  line-height: 50px;
}*/

#cart-box .fs-c-productQuantityAndAction__quantity::before,
.cart_add_config .fs-c-productQuantityAndAction__quantity::before {
  display: block;
  position: absolute;
  left: 0;
  content: "数量";
  width: 140px;
  text-align: right;
  line-height: 50px;
}
#cart-box .fs-c-quantity fs-system-assistTarget::before,
.cart_add_config .fs-c-quantity fs-system-assistTarget::before {
  display: block;
  position: absolute;
  left: 0;
  content: "数量";
  width: 140px;
  text-align: right;
  line-height: 50px;
}
#cart-box .fs-c-productQuantityAndWishlist__wishlist,
#cart-box .fs-c-productPostage,
.cart_add_config .fs-c-productQuantityAndWishlist__wishlist,
.cart_add_config .fs-c-productPostage {
  display: none;
}
#cart-box .fs-c-productQuantityAndAction__quantity__wishlist,
#cart-box .fs-c-productPostage,
.cart_add_config .fs-c-productQuantityAndAction__quantity__wishlist,
.cart_add_config .fs-c-productPostage {
  display: none;
}
#cart-box .fs-c-quantity fs-system-assistTarget__wishlist,
#cart-box .fs-c-productPostage,
.cart_add_config .fs-c-quantity fs-system-assistTarget__wishlist,
.cart_add_config .fs-c-productPostage {
  display: none;
}
.ttl_subject {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  padding-bottom: 35px;
}
.ttl_subject2 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    /* padding-bottom: 35px; */
}

.ttl_subject .cap {
  display: block;
  font-size: 11px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #bfbfbf;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.ttl_subject .cap2 {
  display: block;
  font-size: 11px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #535353;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

h2.ttl_normal {
  border-top: #e5e5e5 1px solid;
  border-bottom: #e5e5e5 1px solid;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 77px;
}

h3.ttl_based {
  background: #e5e5e5;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}

.section_document {
  margin-bottom: 80px;
}
.section_document._center-fix {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.doc_body {
  padding: 30px 60px 0 60px;
  margin-bottom: 50px;
}
.doc_body h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
}
.doc_body p {
  margin-bottom: 30px;
}
.doc_body table {
  border-collapse: collapse;
  margin-bottom: 30px;
}
.doc_body table th, .doc_body table td {
  border: #bfbfbf 1px solid;
  padding: 3px 30px;
}
.doc_body table thead th {
  background: #e5e5e5;
  border-bottom: none;
  font-weight: normal;
  text-align: center;
}
.doc_body table tbody tr:first-child td {
  border-top: none;
}
.doc_body._flex {
  display: flex;
  justify-content: space-between;
}

.context-layout-3cols {
  width: 700px;
  margin: 0 auto;
}

.item-list-5cols {
  display: flex;
  justify-content: center;
  position: relative;
}
.item-list-5cols li {
  width: 200px;
  margin: 0 25px;
}
.item-list-5cols a {
  display: block;
  color: #535353;
}
.item-list-5cols article {
  line-height: 1.9em;
  width: 200px;
  font-size: 12px;
  text-align: left;
}
.item-list-5cols article figure {
  margin-bottom: 10px;
}
.item-list-5cols article figure img {
  width: 200px;
}
.item-list-5cols article h3 {
  font-size: 14px;
  margin-bottom: 5px;
}

.visual-head,
.takeout-key {
  height: 466px;
  background: #f9f9f9 url(../img/img.takeout.jpg) center center no-repeat;
  padding-top: 50px;
  margin-bottom: 60px;
}
.visual-head ._wrap,
.takeout-key ._wrap {
  width: 1200px;
  margin: 0 auto;
}
.visual-head h1, .visual-head h2,
.takeout-key h1,
.takeout-key h2 {
  color: #00ad9c;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6em;
  margin-bottom: 15px;
}
.visual-head p.read,
.takeout-key p.read {
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  line-height: 2em;
}
.visual-head.select h1,
.takeout-key.select h1 {
  margin-top: 140px;
  margin-bottom: 50px;
}
.visual-head.select.vis-melon-01,
.takeout-key.select.vis-melon-01 {
  height: 694px;
  background: #fbfaff url("../img/img.select.melon.jpg") right center no-repeat;
}
.visual-head.select.vis-melon-02,
.takeout-key.select.vis-melon-02 {
  height: 694px;
  background: #fbfaff url("../img/img.select.melon-02.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 226px;
}
.visual-head.select.vis-melon-03,
.takeout-key.select.vis-melon-03 {
  height: 694px;
  background: #fbfaff url("../img/img.select.melon-03-3.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 160px;
}
.visual-head.select.vis-melon-04,
.takeout-key.select.vis-melon-04 {
  height: 694px;
  background: #dce0e3 url("../img/img.select.melon-04-2.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 210px;
  color: #000;
}
.visual-head.select.vis-melon-05,
.takeout-key.select.vis-melon-05 {
  height: 694px;
  background: #dce0e3 url("../img/img.select.melon-05-1.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 210px;
  color: #000;
}

.visual-head {
  height: auto;
  margin-bottom: 0;
}

.category-list {
  display: flex;
}
.category-list li {
  margin-right: 50px;
  width: 33%;
}
.category-list li:nth-child(5n) {
  margin-right: 0;
}
.category-list a {
  color: #535353;
}
.category-list article {
  display: flex;
  align-items: center;
  width: 200px;
  margin-bottom: 50px;
  text-align: left;
}
.category-list article figure {
  margin-right: 18px;
}
.category-list article h3 {
  font-weight: normal;
  font-size: 14px;
}

.budget-list,
.selection-list {
  display: flex;
  justify-content: space-between;
}
.budget-list li,
.selection-list li {
  text-align: center;
  border-right: #e5e5e5 1px solid;
  width: 20%;
}

.budget-list li:last-child,
.selection-list li:last-child {
  border-right: none;
}
.budget-list li a,
.selection-list li a {
  display: block;
  color: #535353;
}

.budget-list {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
}

.bnr-list {
  display: flex;
  justify-content: center;
}
.bnr-list li {
  margin: 0 30px;
}

.card_list {
  display: flex;
  flex-wrap: wrap;
}
.card_list li {
  margin-right: 10px;
}

.info-list dl {
  display: flex;
  margin-bottom: 10px;
}
.info-list dl dt {
  font-family: "Noto Serif JP", serif;
  color: #aaaaaa;
  font-size: 16px;
  margin-right: 25px;
}
.info-list dl dd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* page-patrs */
#fs_Top #search_attention ._wrap {
  padding-top: 60px;
}
#fs_Top #global_nav {
  margin-top: -9px;
}

.fs-c-slick .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}
.fs-c-slick .slick-dots li {
  margin: 3px 5px;
}
.fs-c-slick .slick-dots li button:before {
  font-size: 20px;
}
.fs-c-slick .slick-dots li.slick-active button:before {
  color: #00ad9c !important;
}

.index-content,
.home-content {
  padding: 30px 0;
  width: 1200px;
  margin: 0 auto;
}
.index-content a.btn_link,
.home-content a.btn_link {
  width: 184px;
  margin: 0 auto;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-top: 30px;
}
.index-content._slider,
.home-content._slider {
 /* width: 100%*/;
}
.index-content._slider .fs-c-slick .slick-slide,
.home-content._slider .fs-c-slick .slick-slide {
  margin: 0 30px;
}
.index-content._slider .fs-c-slick .slick-dots,
.home-content._slider .fs-c-slick .slick-dots {
  margin-top: 36px;
}
.index-content._info,
.home-content._info {
  width: 900px;
  margin: 0 auto;
}

#brand-head .brand-image {
  position: relative;
  height: 695px;
  background: url("../img/img.brand.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
#brand-head .brand-image h1 {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
}
#brand-head .brand-image h1.ttl-bland {
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
  line-height: 1.4em;
  padding-top: 132px;
}
#brand-head .brand-image h1.ttl-home {
  padding-top: 200px;
  line-height: 1.8em;
}

#brand-head .bopis-image {
  position: relative;
  height: 695px;
  background: url("../img/img.brand.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
#brand-head .bopis-image h1 {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
}
#brand-head .bopis-image h1.ttl-bland {
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
  line-height: 1.4em;
  padding-top: 132px;
}
#brand-head .bopis-image h1.ttl-home {
  padding-top: 200px;
  line-height: 1.8em;
}

#brand-head #global_nav {
  border-top: none;
}

#keyimage-head {
  height: 693px;
  position: relative;
  background-position: center;
  background-size: cover;
}
#keyimage-head h1 {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
  line-height: 1.4em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
#keyimage-head.history {
  padding-top: 50px;
  color: #fff;
}
#keyimage-head.history a {
  color: #fff;
}

#content.brand {
  padding-top: 130px;
}
#content.brand .brand-content {
  margin-bottom: 130px;
}
#content.brand .brand-content .btn_link {
  width: 690px;
  margin: 0 auto;
  text-align: center;
  padding-left: 40px;
}
#content.brand .brand-content .btn_link_take {
  width: 690px;
  margin: 0 auto;
  text-align: center;
  padding-left: 40px;
}
#content.brand ._intro p {
  text-align: center;
  font-size: 18px;
  line-height: 2.1em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 40px;
}
#content.brand ._intro p sup {
  font-size: 10px;
}
#content.brand ._intro .notice {
  width: 690px;
  margin: 40px auto;
  text-align: right;
  font-size: 10px;
}
#content.brand .info-list {
  width: 894px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#content.brand ._shop-info {
  width: 1140px;
  margin: 0 auto;
}
#content.brand ._shop-info article {
  width: 1140px;
  margin: 0 auto;
  margin-bottom: 120px;
  display: flex;
}
#content.brand ._shop-info article main {
  padding-left: 34px;
}
#content.brand ._shop-info article main h3 {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 40px;
}
#content.brand ._shop-info article main p {
  margin-bottom: 40px;
}

#content.takeout {
  width: 100%;
}
#content.takeout h1 {
  padding-top: 60px;
}

#content.full {
  width: 100%;
}

.history-content {
  position: relative;
  margin: 40px auto;
  margin-bottom: 170px;
  width: 1200px;
}
.history-content::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  background: #bfbfbf;
}
.history-content::after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 29px;
  left: 50%;
  margin-left: -10px;
  bottom: 0;
  background: url("../img/_icon.history-allow.png");
}
.history-content article {
  width: 600px;
  /* height: 600px; */
  position: relative;
  /* margin-top: -300px; */
}
.history-content article:nth-child(1) {
  margin-top: 0;
}
.history-content article:last-child {
  height: auto;
  padding-bottom: 200px;
}
.history-content article h3 {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.history-content article h3::after {
  content: "";
  display: block;
  background: #bfbfbf;
  width: 21px;
  height: 21px;
  position: absolute;
  right: -10px;
  top: 0;
  border-radius: 50%;
}
.history-content article h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #bfbfbf;
  top: 10px;
}
.history-content article h3 .times {
  position: relative;
  display: inline-block;
  background: #fff;
}
.history-content article h3 .year {
  font-size: 40px;
}
.history-content article h3 .unit {
  font-size: 24px;
  margin-left: 4px;
}
.history-content article main {
  display: flex;
}
.history-content article main figure {
  margin-right: 20px;
}
.history-content article main dl {
  width: 100%;
}
.history-content article main dl dt {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
}
.history-content article.left {
  padding-right: 70px;
}
.history-content article.right {
  margin-left: 600px;
  padding-left: 70px;
}
.history-content article.right h3 {
  text-align: right;
}
.history-content article.right h3::after {
  right: auto;
  left: -10px;
}
.history-content article.right h3::before {
  left: 0;
}
.history-content article.right h3 .times {
  padding-left: 10px;
}
.history-content article.right main {
  flex-direction: row-reverse;
}
.history-content article.right main figure {
  margin-right: 0;
  margin-left: 20px;
}

.br-sp-slash {
  display: block;
}

.pc-none {
    display: none;
}

/*PC商品ページ最大サイズ指定*/
.fs-c-productCarouselMainImage__image > img {
    max-width: 500px;
}

/**************************************************/
/**************************************************/
/****************  画像差し替え  ********************/
/**************************************************/
/**************************************************/

select,
select.fs-c-dropdown__menu {
  background: #fff url(https://ginzasembikiya.itembox.design/item/allow-down.gl.svg?t=20250512144631) 90% center no-repeat;
  background-size: 16px auto;
}

._allow::after {
  background: url(https://ginzasembikiya.itembox.design/item/allow.wt.svg?t=20250512144631) no-repeat;
}


#global_nav .UI-nav-cart {
  background: url(https://ginzasembikiya.itembox.design/item/icon.cart.gl.png?t=20250512144631) right center no-repeat;
  background-size: 23px auto;
}

#free-cart input[type="submit"].fs-c-button--addToCart--detail, #free-cart input[type="submit"]._addcart,
button[type="button"].fs-c-button--addToCart--detail,
button[type="button"]._addcart,
.btn_normal.fs-c-button--addToCart--detail,
.fs-c-button--addToSubscriptionCart--detail,
.btn_normal._addcart {
  background: #00ad9c url(https://ginzasembikiya.itembox.design/item/icon.cart.wt.svg?t=20250512144631) 40px center no-repeat;
  background-size: 23px auto;
}

#free-cart input[type="submit"].fs-c-button--addToSubscriptionCart--detail, #free-cart input[type="submit"]._addcart,
button[type="button"].fs-c-button--addToSubscriptionCart--detail,
button[type="button"]._addcart,
.btn_normal.fs-c-button--addToSubscriptionCart--detail,
.btn_normal._addcart {
  background: #00ad9c url(https://ginzasembikiya.itembox.design/item/icon.cart.wt.svg?t=20250512144631) 40px center no-repeat;
  background-size: 23px auto;
}

#free-cart input[type="submit"]._mint._allow::after,
button[type="button"]._mint._allow::after,
.btn_normal._mint._allow::after {
  background-image: url(https://ginzasembikiya.itembox.design/item/allow.gl.svg?t=20250512144631);
}

#free-cart input[type="submit"] {
  background: #00ad9c url(https://ginzasembikiya.itembox.design/item/icon.cart.wt.svg?t=20250512144631) 40px center no-repeat;
  background-size: 23px auto;
}
.UI-search input[type="submit"] {
  background: url(https://ginzasembikiya.itembox.design/item/icon.search.gl.svg?t=20250512144631) no-repeat;
}
.doc-on-profile article {
  background: #000 url(https://ginzasembikiya.itembox.design/item/bg.doc-on-profile_01.jpg?t=20250512144631) left top no-repeat;
}
.doc-on-profile article ._wrap {
  background: url(https://ginzasembikiya.itembox.design/item/bg.doc-on-profile_02.png?t=20250512144631) right top no-repeat;
}
#brand-head .brand-image {
  background: url(https://ginzasembikiya.itembox.design/item/img.brand.jpg?t=20250512144631) center center no-repeat;
	background-size: cover;
}

#brand-head .bopis-image {
  background: url(https://ginzasembikiya.itembox.design/item/img.takeout-29.jpg?t=20250512144631) center center no-repeat;
	background-size: cover;
}

.visual-head.select.vis-melon-01 {
  background: #fbfaff url(https://ginzasembikiya.itembox.design/item/img.select.melon.jpg?t=20250512144631) right center no-repeat;
}
.visual-head.select.vis-melon-02 {
  background: #fbfaff url(https://ginzasembikiya.itembox.design/item/img.select.melon-02.jpg?t=20250512144631) center center no-repeat;
  background-size: cover;
}
.visual-head.select.vis-melon-03 {
  background: #000000 url(https://ginzasembikiya.itembox.design/item/img.select.melon-03-3.jpg?t=20250512144631) center center no-repeat;
  background-size: cover;
}
.visual-head.select.vis-melon-04 {
  background: #000000 url(https://ginzasembikiya.itembox.design/item/img.select.melon-04-2.jpg?t=20250512144631) center center no-repeat;
  background-size: cover;
}
.visual-head.select.vis-melon-05 {
  background: #000000 url(https://ginzasembikiya.itembox.design/item/img.select.melon-05-1.jpg?t=20250512144631) center center no-repeat;
  background-size: cover;
}
._allow_gl::after {
background: url(https://ginzasembikiya.itembox.design/item/allow.gl.svg?t=20250512144631) no-repeat;
}

.fs-preview-header { display: none; }
.none{display: none;}

.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }

.banner_attention {
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #CCC;
}

.fs-c-pairList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: row;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: baseline;
    margin: 0;
}

.fs-c-checkout-couponCodeInput {
    flex-wrap: wrap;
    align-items: center;
    margin: 8px 0;
    display: grid;
    grid-template-columns: auto;
}

.fs-c-checkout-destination__destination {
    display: block;
    align-items: flex-end;
    justify-content: space-between;
}

.fs-c-checkout-destination__name {
    font-size: 1.8rem;
    display: block;
    align-items: baseline;
    flex-wrap: wrap;
    margin: 8px auto;
}

details {
  border: 1px solid #ccc;
}
details:not(:last-child) {
  margin-bottom: 20px;
}

details summary {
  list-style: none;
  cursor: pointer;
  padding: 10px;
  background: #e4e4e4;
  color: #242323;
  font-size: medium;
  font-weight: bold;
}

details summary::before {
  font-family: FontAwesome;
  content: "＋";
  margin-right: 20px;
}
/**
 * アコーディオンがオープン時はマイナスアイコンに変更
**/
details[open] summary::before {
  content: "－";
}

details p {
  margin: 0;
  padding: 20px;
}





/* 誤差調整 ----------------------------------------------------------------------------------------------------------------- */
/* search.css ---------------------------------------------------- */
.fs-c-button--primary {
    background: #00ad9c;
    border: 1px solid #00ad9c;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em!important;/*1.4rem; */
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
    margin: 0 auto;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before, .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before, .fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-button--particular.fs-c-button--hidePassword::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;
  font-size: 1.5rem!important;/*2.2rem;*/
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
  flex-grow: 1;
  font-size: 0.75rem!important;/*1.2rem;*/
}

/* 価格緑を回避 */
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
color: #222222!important;}

/* 絞り込みリスト文字色設定 */
.list_item_wrap .fs-c-sortItems a,
.fs-c-sortItems__list > li a {
color: #00ad9c!important;}

/* ボタンの高さ */
.fs-c-button--secondary {
    padding: 0.2em 1.6em 0.6em!important;
}

/* 退会ページのボタンの高さ */
.fs-c-buttonContainer--pair > * {
font-size: unset!important;
}


#free-cart input[type="submit"], button[type="button"], .fs-c-button {
    padding: 0.5em 1.6em 0.6em!important;
}
.fs-c-button--standard,
.fs-c-button--primary {
padding: 0.4em 1.6em 0.6em!important;
}

/* フッターとの距離 */
[class^="fs-body-checkout"] .fs-l-checkout__mainColumn > * + * {
  margin-bottom: 24px!important;
}
/* リンクカラー緑 */
.fs-c-accountService__page--accountDelete a,
a.fs-c-textLink,
.fs-c-returnedSpecialContract__link a {
color: #00ad9c!important;
}

/* category.css ---------------------------------------------------- */
/* 回り込み調整 */
#uchiiwai {
padding-top: 20px;
}

#uchiiwai .uchiiwai_service
{
    border: 1px solid #ccc;
    padding: 0 20px!important;/*40px*/
    margin-bottom: 50px;
}

#uchiiwai .box_content{
	float:unset!important;
	padding-left:10px;
}
#uchiiwai .box_title{
	padding-right: 20px!important;
}

/* 検索結果用新CSSの追記 */
.list_item_wrap .fs-c-sortItems,
.list_item_wrap .fs-c-productName__name,
.list_item_wrap .fs-c-productPrice__addon,
.list_item_wrap .fs-c-productListItem__salesPeriodNotice .fs-c-productListItem__notice,
.list_item_wrap .fs-c-productListItem__outOfStock .fs-c-productListItem__notice .fs-c-productStock,
.fs-c-productListItem__outOfStock .fs-c-productListItem__notice .fs-c-productStock,
.fs-c-productListItem__salesPeriodNotice,
.fs-c-productListItem__notice, .fs-c-productList a,.fs-c-sortItems__label
{font-size: 0.875rem!important;}


/* 商品ページ一覧カートボタン表示用 */
.list_item_wrap .fs-c-productListItem__control.fs-c-buttonContainer {
    display: block!important;
}

/* お供え上部マージン */
#content_1000 {
padding-top: 20px;
}

/* reset.css ---------------------------------------------------- */
/* 上部マージン調整 */
.fs-c-moveToAnotherCart__message {
padding: 20px 3vw 0 3vw;
}

/*　ショッピングを続けるボタンサイズ調整 */
.fs-c-continueShopping a {
    font-size: 0.875rem!important;
}

/* ご注文手続き、お知らせ　文字サイズ調整 */
.fs-c-checkout-delivery__method__title,
.fs-c-checkout-multiDestination__info__list > li,
.fs-c-checkout-customerInfo__name ruby,
.fs-c-checkout-confirmationList__value,
.fs-news_release2024 p
 {
    font-size: 1.1rem!important;
}

/* ボタンのサイズ */
.fs-c-button__label
 {
    font-size: 0.9rem!important;
}

/* ログイン画面の幅 */
.fs-l-main-login2024 {
    width: 1200px;
    margin: 20px auto;
}

/* 退会ページの文字サイズ調整 */
.fs-delete2024 .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
font-size: unset!important;
}


/* メルマガ登録完了ページのセンタリング メインエリア機能に追記 */
.fs-subscribe-success2024 {
text-align: center;
margin: 0 auto 20px auto;}


/* パンくずリスト予備 -------------------------------------------- */
.breadcrumb2024 {
    height: 30px;
    font-size: 0.625rem;
    background-color: #fafafa;
    color: #a8a8a8;
    align-content: center;
}

.breadcrumb2024 p {
    max-width: 1256px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 2.5vw, 40px);
    box-sizing: content-box;
}

.breadcrumb2024 a {
    text-align: center;
    width: fit-content;
	color: #a8a8a8;/*追加*/
}

/* .breadcrumb2024 .current.fs-c-breadcrumb__listItem */
.breadcrumb2024 .fs-c-breadcrumb__listItem{
    color: #222222!important;
}


/* 会員情報詳細文字サイズ調整 */
.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
font-size: unset!important;
}


/* カート上部マージン調整 */
.fs-cart-margin2024 {
padding-top: 20px;
}

/* お届け先リスト用ボタンマージン調整 */
.fs-address2024 .fs-c-button--viewAddresseeList {
margin-bottom:20px;
}

/* 商品マークCSS-------------------------------- */
/* 父の日その他 */
.fs-mark2024_001 {
    height: 30px;
    padding: 0 1.923em;
    display: inline-block;
    align-content: center;
    text-align: center;
    font-size: 0.8125rem;
    border: none;
    color: #ffffff;
    background-color: #dbc086;
}
/* ラッピング対応 */
.fs-mark2024_002 {
    height: 30px;
    padding: 0 1.923em;
    display: inline-block;
    align-content: center;
    text-align: center;
    font-size: 0.8125rem;
    color: #aa8c5f;
    border: 1px solid #dbc086;
}

/* ボタンCSS-------------------------------- */
/* 買い物かごに入れる */
.fs-btn2024_001{
    color: #ffffff;
    background-color: #00ad9c;
    border: 1px solid #00ad9c;
    border-radius: 4px!important;
    box-shadow: 0px 3px 0px #00897c!important;
    width: 470px!important;
    height: 76px!important;
    font-weight: 700!important;
    position: relative!important;
    cursor: pointer!important;
    margin: 0!important;
}
.fs-btn2024_001 .fs-c-button__label {
font-size: 1.2rem!important;
font-weight: bold;
}
.fs-btn2024_001 #free-cart input[type="submit"].fs-c-button--addToCart--detail, #free-cart input[type="submit"]._addcart, button[type="button"].fs-c-button--addToCart--detail, button[type="button"]._addcart, .btn_normal.fs-c-button--addToCart--detail, .fs-c-button--addToSubscriptionCart--detail, .btn_normal._addcart {
    background: #00ad9c url(https://ginzasembikiya.itembox.design/item/2024/cart-in-white.svg) 110px center no-repeat!important;
    background-size: 23px auto!important;
}

/* 商品一覧 -------------------- */
.ft-c-productList_search2024 {
width: 1200px;
}

/* 見出しの左寄せ */
.ft-c-productList_search2024 h2{
text-align: left!important;
}

/* 一覧用カートボタン */
.ft-btn2024_002_list {
    color: #00ad9c!important;
    font-size: 0.75rem!important;
    text-align: center!important;
    padding-left: 2rem!important;
    align-content: center!important;
    border-radius: 4px!important;
    border: 1px solid #00ad9c!important;
    display: block!important;
    position: relative!important;
    box-sizing: border-box!important;
    transition: color 0.3s ease, background-color 0.3s ease!important;
background: #fff!important;
}
.ft-btn2024_002_list::before {
    content: ""!important;
    background-image: url(/item/2024/cart-in.svg)!important;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 1rem;
    width: 1.1rem;
    height: 1.1rem;
    transform: translateY(-50%);
    transition: background-image 0.3s ease;
}
.ft-btn2024_002_list:hover {
        color: #ffffff!important;
        background-color: #00ad9c!important;
text-decoration: none!important;
    }
.ft-btn2024_002_list:hover::before {
        background-image: url("/item/2024/cart-in-white.svg")!important;
    }


/* 商品ページメイン囲い---------------------- */
.fs-products_2024_detail main#content {
width: unset!important;
}

/* 画像と商品の幅 */
.fs-products2024 .product-haed {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 55px auto 0;
}

/* 画像の左右ボタン */
.fs-c-slick .slick-prev:before,
.fs-c-slick .slick-next:before {
    content: none!important;
}
.fs-c-slick .slick-next {
    position: absolute;
    z-index: 9999;
    display: block;
    height: 53.8px;
    width: 53.8px;
    line-height: 0px;
    font-size: 0px;
    background: url(/item/2024/next-button.svg) no-repeat;
background-size: 53.8px;
    color: unset;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.fs-c-slick .slick-prev {
    position: absolute;
    z-index: 9999;
    display: block;
    height: 53.8px;
    width: 53.8px;
    line-height: 0px;
    font-size: 0px;
    background: url(/item/2024/prev-button.svg) no-repeat;
background-size: 53.8px;
    color: unset;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

/* 画像右の幅 */
.fs-products2024 .product-summary {
width: 470px;
}
/* マーク下のマージン */
.fs-products2024 .fs-c-productMarks {
margin-bottom: 10px;
}

/* 商品名フォント・線非表示 */
.fs-products2024 .product-haed .product-summary h1 {
font-family: "Noto Sans JP", sans-serif;
  padding-bottom: unset!important;
  border-bottom: none!important;
  margin-bottom: 15px;
}
.fs-products2024 .product-haed .product-summary .spec {
    font-size: 20px;
    /* margin-top: 20px; */
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
/* 品番文字サイズ調整 */
.fs-products2024 .fs-c-productNumber {
font-size: 14px;
}
/* 価格の行送り調整*/
.fs-products2024 .product-haed .product-summary .spec dl dd .price {
line-height: 1em!important;}
.fs-products2024 .product-haed .product-summary .spec dl dd {
line-height: 1em!important;
}

/* お届けプルダウンの幅 */
.fs-products2024 .fs-c-productSelection__field {
width: 470px;
}
.fs-products2024 .fs-c-dropdown {
width: 470px;
}
.fs-products2024 #cart-box select.fs-c-dropdown__menu, .cart_add_config select.fs-c-dropdown__menu {
    width: 470px !important;
}
/* 数量プルダウンの幅 */
.fs-products2024 .fs-c-quantity {
min-width: 100%!important;
}
.fs-products2024 select {
    background: #fff url(https://ginzasembikiya.itembox.design/item/allow-down.gl.svg?t=20240912151420) 97% center no-repeat!important;
    background-size: 16px auto!important;
}

/* お届け希望日の左マージン（reset.css）*/
.fs-products2024 input[type="text"], select, select.fs-c-dropdown__menu {
    appearance: none;
    -webkit-appearance: none;
    /*height: 40px;*/
    border: 1px solid #bfbfbf;
    font-size: 16px;
    border-radius: 5px;
    /*padding: inherit;*/
    /*background: #fff;*/
    margin: 8px 8px 8px 0!important;
}

/*数量*/
.fs-products2024 #cart-box .fs-c-productQuantityAndWishlist::before,
.cart_add_config .fs-c-productQuantityAndWishlist::before {
display: block;
    position: absolute;
    left: 0;
    content: "数量";
    width: auto!important;
    text-align: left!important;
    line-height: 50px;}
.fs-products2024 #cart-box .fs-c-productQuantityAndWishlist,
.cart_add_config .fs-c-productQuantityAndWishlist
 {
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
}
/* 線の位置調整 */


/* 商品下のマージン詰め */
.fs-products2024 .product-content {
    padding-bottom: 0!important;
    border-bottom: 1px solid #dfdfdf;;
}
.fs-products2024 .description_area {
    margin-top: 0!important;
    padding-top: 20px!important;
    border-top: none!important;
}

/* おすすめエリアの見出し線なし */
.fs-products2024 .top_section .recommendation h3{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    padding: unset!important;
    font-size: unset!important;
    font-weight: unset!important;
    border-top: unset!important;
    border-bottom: unset!important;
    text-align: unset!important;
}

/* 商品説明文文字サイズ */
#fs_ProductDetails .note.morisawa {
    font-size: 1.2em;
    margin-bottom: 1em;
}
/* 商品説明文設問行間 */
#fs_ProductDetails .fs-c-productSelection dt {
    margin-bottom: 3px;
    margin-top: 5px;
}
/* 商品説明在庫文言 */
#fs_ProductDetails .fs-c-productNotice--outOfStock {
    margin-top: 5px;
}
/* ボタン下注釈用 */
.fs-products2024 .detail_section_info2024 {
    color: #d72020;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.538;
    margin-top: 1em;
    padding: 1.164em 1.07em 1.07em 1.55em;
    border: 1px solid #d72020;
    margin-bottom: 15px;
}
.detail_section_info2024_ttl {
color:#d72020;
}


/* ボタンのマージン補助 */
.page_top_button {
    width: 44px;
    height: 44px;
    margin-right: 13.6px!important;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 1.5px 4px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    transition: opacity 0.3s ease;
}

/* レビューを書く非表示 */
.fs-c-productReview {
display: none;
}

/* 新・商品概要の見出し幅調整 */
.table_header {
    width: 170px!important;
    font-weight: 700;
}

/* 商品画像のタイル展示調整 */
.fs-c-productCarouselMainImage__thumbnailList {
    display: ruby!important;
    flex-wrap: nowrap;
    list-style: none;
    overflow-x: scroll;
    padding: 0;
}

/* 画像の間隔調整 */
.fs-c-productCarouselMainImage__thumbnailList > li {
margin-right:29px;
}
.fs-c-productCarouselMainImage__thumbnail {
margin-top:10px;
}

/* 特集 ----------------------------------- */
/* 商品グループエリアの幅調整 */
.fs-special2024_items {
    max-width: 1256px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 2.5vw, 40px);
    padding-bottom: 37px;
}
/* 商品展示の非表示 */
.fs-special2024_items {
display: none!important;
}

/* テイクアウトの文字サイズ */
#content.brand2024 {
font-size: 0.875rem!important;
padding-top: 70px!important;
}

/* テイクアウト見出し文字サイズ */
.brand2024 h1 {
font-size: 2.5em!important;
}

/* 進物体裁の文字サイズ */
main.shinmotsu2024 {
font-size: 0.875rem!important;
}

/* お供え・仏事回り込み調整 */
#offering .box_content {
    float: unset!important;
    padding-left: unset!important;
}
#offering .box_title {
    float: left;
    padding-right: 19px!important;
}

/* メールアドレス認証の文字位置調整 */
.fs-c-inputTable__headerCell {
    width: 160px;
    vertical-align: top!important;
}

/* 会員登録完了画面幅調整 */
.fs-member2024 {
width: 1200px!important;
margin: auto!important;
}

/* ページは見つかりませんでしたリンクカラー */
.fs-p-pageNotFound a {
    color: #00ad9c;
}

/* 返品特約上部マージン */
.fs_tokuyaku2024 {
padding-top: 20px;
}

/* お届けリスト登録画面のボタン位置調整 */
.fs-addlist2024 td {
display: block;
padding-top: 10px;
}
.fs-addlist2024 a.fs-c-button--changeInfomation.fs-c-button--secondary {
    margin-bottom: 15px;
    width: 126px!important;
}
.fs-addlist2024 .fs-c-buttonContainer--deleteChange > [class^="fs-c-button"] {
    margin: 0;
    width: 200px!important;
}

/* 購入完了画面下部マージン調整 */
.fs-buy2024 {
margin-bottom: 20px!important;
}

/* 商品詳細ヨットポボタンマージン調整 */
.fs-products_2024_detail .yotpo .yotpo-default-button, .fs-products_2024_detail .yotpo input[type="button"].yotpo-default-button {
padding: 10px 15px!important;
}

/* ニュース詳細　パンくず */
.fs-news_release2024 .fs-c-breadcrumb {
    width: 1000px!important;
    margin: 0 auto;
    font-size: 11px;
    text-align: left;
}
.fs-news_release2024 main#content {
    width: 100%!important;
}
.fs-news_release2024 #topic .topic_head {
    border-bottom: 5px solid #35b597;
    color: #35b597;
    padding-top: 70px;
    width: 1000px!important;
    margin: auto!important;
}
.fs-news_release2024 #topic .content {
    border-top: 1px solid #35b597;
    margin-top: 5px;
    width: 1000px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

/* ニュース詳細　日付位置調整 */
.fs-news_release2024 #topic .topic_head p.date {
    top: 300px!important;
}
.store-lead_re span {
display: block;
}

/* ニュース詳細タイトルの改行位置調整 */
.topic2024 #topic h1 { 
width: 100%!important;
padding-bottom: 0.5em;
}
.topic2024 #topic h1 span.ttlblk { 
display: block!important;
}
/* ニュース詳細pタグ下1行アキ */
.topic2024 p {
margin-bottom: 1.2em!important;
}
/* ニュース詳細リンク文字色 */
.newxCont1Text a {
color: #00ad9c;
}

/* TOPのお知らせボタンが2つのとき */
.cautions {
    max-width: 1200px!important;/*1170px*/
    margin: 22px auto;
    display: flex;
    justify-content: space-between;
    gap: 13.94px;
}

/* 商品詳細　価格高さ調整 */
.fs-products_2024_detail .product-haed .product-summary .spec dl dt {
  margin-right: 5px;
line-height: 170%!important;
}

/* 130周年アンカー位置調整用 */
#content_comment130, #news130, #products130, #history130, #fruits130, #historyall130 {
padding-top: 170px;
margin-top: -170px!important;
}

/* 130周年お知らせ枠調整 */
.box_130news .top_section.information {
    border-top: none!important;
}

/* パーラー左寄せを修正 */
#ginzaparlor {
    margin: 0 auto!important;
    width: 1000px;
    font-size: 15px !important;
}

/* お問い合わせ幅調整 */
.box_inquiry {
    margin: auto;
    max-width: 700px!important;
}

/* お問い合わせ幅調整 リンク色 */
.box_inquiry a {
color:#00ad9c;
font-weight: bold;
}
/* お問い合わせ見出し幅調整*/
.box_inquiry .table_header {
    width: 190px !important;
    font-weight: 700;
}

/* ヘッダーナビ幅調整 */
.header_menu {
    width: 64%;
    max-width: 1100px!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    gap: clamp(14px, 3%, 61px);
}
.pc_icon_group {
    width: 25%!important;
    max-width: 250px;
    display: flex;
    /* justify-content: flex-end; */
}

/* ページ幅調整 */
.wid_question 
{width: 1200px!important;
margin-left:auto;
margin-right:auto;}


/* FAQの調整 --------------------------- */
/* 左カラムとのマージン */
.pfaqIndex .full,
.pfaqResult .full {
 padding-left: 1.8rem;
}
/* 左カラムの文字 */
.pfaqIndex #eps_faq_contentwrap #category .category-lay1 > li > .link,
.pfaqResult #eps_faq_contentwrap #category .category-lay1 > li {
    font-size: 0.6em !important;
}
/* 上部ボタンの文字 */
.pfaqIndex #eps_faq_contentwrap .nav-box li a {
    font-size: 1em !important;
}
/* 全体的なpタグ */
.pfaqIndex p {
    font-size: 1em !important;
}
/* 見出し */
.pfaqIndex #eps_faq_contentwrap .title,
.pfaqResult #eps_faq_contentwrap .title,
.pfaqPage #eps_faq_contentwrap .post-answer .title-question,
.pfaqPage #eps_faq_contentwrap .title {
    font-size: 1.4em !important;
}
/* 見出し幅解除 */
.pfaqPage #eps_faq_contentwrap .post-answer .title-question .text {
    width: 100%;
}
/* 見出しQ */
.pfaqPage #eps_faq_contentwrap .post-answer .icon {
    font-size: 1em !important;
}
/* 見出しA */
.pfaqPage #eps_faq_contentwrap .post-answer .content-answer .icon  {
    font-size: 1.4em !important;
}
/* page.html回答 */
.pfaqPage #eps_faq_contentwrap .post-answer .content-answer p {
    font-size: 1em !important;
}
/* このQ&Aのカテゴリ */
.pfaqPage #eps_faq_contentwrap .box-column { 
    font-size: 1em !important;
}
/* 今後のサービス見出し */
.pfaqPage #eps_faq_contentwrap #feedback h2 {
    font-size: 1.2em !important;
}
/* フォーム下部テキスト */
.pfaqPage #eps_faq_contentwrap .notice { 
    font-size: 1em !important;
}
/* 送信するボタン */
.pfaqPage #eps_faq_contentwrap #feedback input[type="submit"] { 
    font-size: 1em !important;
}
/* よく検索される枠 */
.pfaqIndex #eps_faq_contentwrap .box-column {
    font-size: 1em !important;
}
/* よく検索される枠内リスト */
.pfaqIndex #eps_faq_contentwrap .box-column ul li {
    font-size: unset!important;
    padding-bottom: 5px;
}
/* 検索窓入力文字 */
.pfaqIndex #eps_faq_contentwrap .search input[type="text"] {
    font-size: 1em !important;
}
/* 検索ボタン */
.pfaqIndex #eps_faq_contentwrap .search input[type="submit"] {
    font-size: 1.2em !important;
}
/* プルダウン */
.pfaqResult #eps_faq_contentwrap .info-result-page select, #eps_faq_contentwrap .info-result select {
    font-size: 0.8em !important;
}
/* カテゴリ */
.pfaqResult #eps_faq_contentwrap .list-summary dl ._c {
    font-size: 1em !important;
}
/* ページネーション */
.pfaqResult #eps_faq_contentwrap .info-result-page ul li a, #eps_faq_contentwrap .info-result-page ul li span  {
    font-size: 0.8em !important;
}

/* マスクメロン特設、内祝い、お供え仏事、法人向け 税込みサイズ変更*/
.fs-body-category-mellon .fs-c-productPrice__addon,
.fs-body-category-family_celebration .fs-c-productPrice__addon,
.fs-body-category-offering .fs-c-productPrice__addon,
.fs-body-category-houjin .fs-c-productPrice__addon
 {
    font-size: 0.8rem;
}

/* FAQフロートボタン ------------ */

#eps_faq_popup_wrapper .faq_popup_container {
align-items: left!important;
bottom: 92.5px!important;
}
#eps_faq_popup_wrapper .faq_popup_container.expanded .popup_title {
font-size: 1.1em!important;
}
#eps_faq_popup_wrapper .faq_popup_container.expanded .popup_header {
    width: 100%!important;
}
#eps_faq_popup_wrapper .faq_popup_container.expanded .faq_top_link {
margin-right: 40px!important;
}
.for_corporations_pc div {
margin-right:0px!important;
}

/* FAQ最近見た商品追記
.faq_items_pop_wp_sp p {
    font-size: 11px!important;
}
.faq_items_pop_cart::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 26px;
    right: 55px;
    margin-top: -2.5px;
    transition: border-color 0.3s;
}*/

/* FAQ最近見た商品追記 */
.product_history_wrapper {
padding: 0 0 10px 20px!important;
}
.product-history-popup {
width: 350px!important;
right: 213px!important;
margin-bottom:23px!important;
}
#product_history_wrapper {
margin-bottom: 10px!important;
}
.product_history_item {
    flex: 0 0 auto;
    width: 80px;
font-size:10px;
}
p.product_history_name {
    text-align: left !important;
}

/* 呼び水FAQ
#eps_faq_popup_wrapper .faq_popup_faq {
min-width: 70px!important;}
#faq_popup_trigger {
padding-top: 3px;
min-height:70px!important;
}
.random-faq {
    width: 100%;
}
#eps_faq_popup_wrapper .faq_popup_container {
    bottom: 90px !important;
}
呼び水FAQここまで */


/* FAQの調整ここまで --------------------------- */

/* クリスマスのタブの見出し --------------------------- */
.ttl_christmas2024 br 
{display:none!important;}


/* カートページのクレカ画像のサイズ */
.case-delivery .fs-c-checkout-paymentMethod__message img {
height: revert-layer!important;
}

/* TOPページ特集バナー化-------------------- */
.special_bnner {
border-top: solid 2px #f8f2e9;
}
.special_bnner .featured_items {
    background-color: unset!important;
}
.special_bnner .site_info {
padding-bottom: 1%!important;
}
.special_bnner .site_links {
    margin: 0 auto 0!important;
}



.jump_point {
height: 1px;
display: block;
padding-top: 130px;
margin-top: -100px;
}


/* ギフト人気ランキング---------------------------- */

#toprank .top_section {
    padding: clamp(35px, 5%, 60px) 0 3%;
}

#toprank .gift_ranking {
    background-color: #fff;
    scroll-margin-top: 175px;
    border-bottom: solid 2px #f8f2e9;
}

#toprank .gift_ranking_container {
    width: calc(100% - clamp(1rem, 2.5vw, 40px));
    max-width: calc(100% - clamp(1rem, 2.5vw, 40px));
    overflow: hidden;
    margin: 0 0 0 clamp(1rem, 2.5vw, 40px);
    position: relative;
}

#toprank .gift_ranking_container a + a {
    margin-left: 1.2rem;
}

#toprank .h3.gothic {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
}

#toprank .gift_ranking .h3 {
    text-align: left;
    height: 48px;
}

#toprank .card {
    width: 296px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
}

#toprank .gift_ranking.card {
    margin-bottom: 1.2rem;
}

#toprank .gift_ranking.card img {
    display: block;
    width: 296px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.3s ease;
}

#toprank .gift_ranking.card:hover img.default_image {
    opacity: 0;
    position: relative;
}

#toprank .gift_ranking.card img.hover_image {
    opacity: 0;
    position: absolute;
    top: 0;
}

#toprank .gift_ranking.card:hover img.hover_image {
    opacity: 1;
}

#toprank .gift_ranking.card p {
    text-align: left;
    line-height: 2;
    margin-top: -1rem;
}

#toprank .gift_ranking_container .prev_button {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 185px;
    left: 0;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 3;
}

#toprank .gift_ranking_container .next_button {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 185px;
    right: clamp(1rem, 2.5%, 40px);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 3;
}

#toprank .gift_ranking_container .prev_button.slick-disabled,
#toprank .gift_ranking_container .next_button.slick-disabled {
    opacity: 0;
    transition: opacity 0.3s ease;
}

#toprank .card.rank::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36.54px;
    height: 59px;
    background-size: contain;
    background-repeat: no-repeat;
}

#toprank .card.rank.rank1::after {
    background-image: url("https://ginzasembikiya.itembox.design/item/2024/rank-tag-1.svg");
}

#toprank .card.rank.rank2::after {
    background-image: url("https://ginzasembikiya.itembox.design/item/2024/rank-tag-2.svg");
}

#toprank .card.rank.rank3::after {
    background-image: url("https://ginzasembikiya.itembox.design/item/2024/rank-tag-3.svg");
}

#toprank .card.rank.rank4::after {
    background-image: url("https://ginzasembikiya.itembox.design/item/2024/rank-tag-4.svg");
}

#toprank .card.rank.rank5::after {
    background-image: url("https://ginzasembikiya.itembox.design/item/2024/rank-tag-5.svg");
}

#toprank .gift_ranking .cart_in_button {
    width: 100%;
    height: 45px;
    color: #00ad9c;
    background-color: #ffffff;
    font-size: 0.75rem;
    text-align: center;
    padding-left: 2rem;
    align-content: center;
    border-radius: 4px;
    border: 1px solid #00ad9c;
    display: block;
    position: relative;
    box-sizing: border-box;
    transition: color 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}

#toprank .gift_ranking .cart_in_button::before {
    content: "";
    background-image: url("/item/2024/cart-in.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.1rem;
    height: 1.1rem;
    transform: translateX(calc(-50% - 5em)) translateY(-50%);
    transition: background-image 0.3s ease;
}

@media (hover: hover) {
    #toprank .gift_ranking .cart_in_button:hover {
        color: #ffffff;
        background-color: #00ad9c;
    }

    #toprank .gift_ranking .cart_in_button:hover::before {
        background-image: url("cart-in-white.svg");
    }
}
/* ギフト人気ランキング---------------------------- */