
/*******************************************/
/** common **/
/*******************************************/
@media screen and (min-width: 1200px) {
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #242424;
  background-color:#FAF9F7;
}
img {
  flex-shrink: 0;
}
h2 {
  line-height: 1.766;
  font-size: 3.0rem;
  margin: 0;
}
p {
  text-align: justify;
}
.font--YuMin {
  font-family: "Yu Mincho", "YuMincho", serif;
}
.font--YuMinDemiB {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 600; /* Demibold */
}
.font--YuMinExB {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 800; /* Extrabold */
}
.fs-l-main {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.underMargin {
  margin-bottom: 100px!important;
}
/****** 下層ページ ネガティブマージン調整 ******/
.fs-c-breadcrumb {
  background-color: #FAF9F7;
  position: relative;
  padding-top: 79px;
}
@media screen and (max-width: 768px) {
  .fs-l-pageMain .fs-c-heading--page {
    padding: 35px 0;
  }
}

.fs-l-pageMain > section:nth-of-type(1) > .innerWrap {
  padding:49px 0!important;
}
      @media screen and (min-width: 1200px) {
        aside {
          display: none;
        }
      }
.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
  max-width: 100%;
}
.innerWrapNPheader {
  width:1200px;
  margin: 0 auto;
}
.innerWrapNP {
  width:1200px;
  margin: 0 auto;
}
.innerWrap {
  width:1200px;
  margin: 0 auto;
  display: block;
  padding: 93px 0;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.flex {
  display: flex;
}
.commonBtn {
  display: inline-block;
  position: relative;
  padding: 0 9px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  font-size: 1.4rem;
  display: table;
  margin:0 auto;
}
.commonBtn span {
  display: block;
  padding: 0 40px;
  line-height: 40px;
  background-image: url('https://greenstalecom.itembox.design/item/common/common-btn-bg.png?t=20240828113955');
  background-repeat: repeat-x;
  background-size: auto 40px;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  position: relative;
}
.commonBtn::before,
.commonBtn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9px;
  background-repeat: no-repeat;
}
.commonBtn::before {
  left: 0;
  background-image: url('https://greenstalecom.itembox.design/item/common/common-btn-bg_before.png?t=20240828113955');
}
.commonBtn::after {
  right: 0;
  background-image: url('https://greenstalecom.itembox.design/item/common/common-btn-bg_after.png?t=20240828113955');
}
.commonBtn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 7px;
  height: 13px;
  background-image: url('https://greenstalecom.itembox.design/item/common/common-btn-arrow.png?t=20240828113955');
  background-size: cover;
}
.arrowLink {
  position: relative;
}
.arrowLink::after {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  background-image: url('https://greenstalecom.itembox.design/item/common/common-btn-arrow.png?t=20240828113955');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sectionLine ,
.fs-l-pageMain {
  position: relative;
}
.sectionLine::before ,
.sectionLine .fs-l-pageMain::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-image: url('https://greenstalecom.itembox.design/item/common/section-line.png');
  background-repeat: no-repeat;
  background-size: 100% 7px;
}
.headingLine,
.headingLine--W {
  position: relative;
  text-align: center;
}
.headingLine::after,
.headingLine--W::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 197px;
  height: 7px;
  background-image: url('https://greenstalecom.itembox.design/item/common/heading-line.png');
  background-repeat: no-repeat;
  background-size: 197px 7px;
}
.headingLine--W::after {
  background-image: url('https://greenstalecom.itembox.design/item/common/heading-line_w.png');
}
.diamondLine,
.diamondLine--W {
  text-align: center;
}
.diamondLine span,
.diamondLine--W span {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.diamondLine--W span::before,
.diamondLine--W span::after,
.diamondLine span::before,
.diamondLine span::after {
  content: "";
  width: 32px;
  height: 14px;
  background-image: url('https://greenstalecom.itembox.design/item/common/title-diamond.png');
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.diamondLine span::before,
.diamondLine--W span::before {
  left: -40px;
}
.diamondLine span::after,
.diamondLine--W span::after {
  right: -40px;
}
.diamondLine--W span::before,
.diamondLine--W span::after {
  background-image: url('https://greenstalecom.itembox.design/item/common/title-diamond_w.png');
}
.diamondLine--mini {
  text-align: center;
}
.diamondLine--mini span {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.diamondLine--mini span::before,
.diamondLine--mini span::after {
  content: "";
  width: 23px;
  height: 8px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.diamondLine--mini span::before {
  background-image: url('https://greenstalecom.itembox.design/item/common/title-diamond-mini_before.png');
  left: -40px;
}
.diamondLine--mini span::after {
  background-image: url('https://greenstalecom.itembox.design/item/common/title-diamond-mini_after.png');
  right: -40px;
}
.fs-c-breadcrumb__list {
  width:1200px;
  margin: 0 auto;
  font-size:1.3rem;
  position: relative;
  z-index: 2;
}


@media screen and (max-width: 767px) {
  html,body {
    overflow-x: hidden;
    width: 100%;
  }
  .fs-l-main {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  section::before {
    background-size: cover;
  }
  .innerWrapNPheader {
    width: 100%;
  }
  .innerWrapNP {
    width: 94%;
    margin: 0 3%;
  }
  .innerWrap {
    width: 94%;
    margin: 0 3%;
    padding: 60px 0;
  }
  .flex {
    display: block!important;
  }
  .fs-l-pageMain > section:nth-of-type(1) > .innerWrap {
    padding:40px 0 50px!important;
  }
  h2 {
    font-size: 2.4rem;
  }
}

.bg1, .bg2, .bg3, .bg4, .bg5 {
  background-repeat: repeat;
  background-position: top center;
  display: block;
}

.bg1 {
  background-image: url('https://greenstalecom.itembox.design/item/common/bg-1.png');
}
.bg2 {
  background-image: url('https://greenstalecom.itembox.design/item/common/bg-2.png');
}
.bg3 {
  background-image: url('https://greenstalecom.itembox.design/item/common/bg-3.png');
}
.bg4 {
  background-image: url('https://greenstalecom.itembox.design/item/common/bg-4.png');
}
.bg5 {
  background-image: url('https://greenstalecom.itembox.design/item/common/bg-5.png');
}
.thoughtBg {
  background-image: url('https://greenstalecom.itembox.design/item/parts/thought/thought-bg.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: block;
}
.fs-l-header {
  background-image: url('https://greenstalecom.itembox.design/item/common/head-bg.png');
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .thoughtBg {
    background-image: url('https://greenstalecom.itembox.design/item/parts/thought/thought-bg_sp.png');
  }
}

/** ヘッダー **/
.fs-l-header__contents {
  grid-template-columns: 1fr 320px 1fr!important;
  grid-template-areas: 
        "left logo right";
}
.fs-l-header__leftContainer {
  grid-area: left;
}
.fs-l-header__logo {
  grid-area: logo;
}
.fs-l-header__rightContainer {
  grid-area: right;
}
.fs-l-header__contents > * {
  padding: 0 !important;
}
.fs-l-header__leftContainer ,
.fs-l-header__rightContainer {
  align-self: end;
  margin-bottom: 20px;
}
.fs-l-header__rightContainer {
  justify-self: end;
  align-items: flex-end;
}
.fs-l-header__rightContainer .headerLinkBtn {
  margin-right:10px;
}
.fs-l-header__utility {
  grid-template-rows: 1fr;
}
.fs-l-header__utility .flex {
  align-items: flex-end;
}
.fs-l-header__utility .flex div {
  text-align: center;
  margin-left: 20px;
}
.fs-l-header__utility .flex div a p {
  margin:0;
  font-size:1.0rem;
  color: #242424;
}
.headerMessage {
  font-size: 1.1rem;
}
.fs-l-header__logo {
  padding:30px 0!important;
}
.fs-p-logo {
  padding: 0!important;
}
.logout.my-false {
  display: none;
}
.login.my-true {
  display: none;
}
.regist.my-true {
  display: none;
}

@media screen and (max-width: 767px) {
  .headerMessage {
    font-size: 0.9rem;
    text-align: center;
    margin: 5px 0;
  }
  .fs-l-header__contents {
    grid-template-columns: 1fr 1fr!important;
      grid-template-areas: 
        "left right"
        "logo logo"!important;
  }
  .fs-l-header__rightContainer .headerLinkBtn {
    display: none;
  }
  .fs-l-header__leftContainer, .fs-l-header__rightContainer {
    align-self: center;
    margin-bottom: 0;
  }
  .fs-l-header__leftContainer {
    margin: 0 0 0 10px;
  }
  .fs-l-header__rightContainer {
    display: grid!important;
    grid-template-areas: 
        "utility drawer";
        margin-right:10px;
  }
  .fs-l-header__drawerOpener {
    grid-area: drawer;
    text-align: center;
  }
  .fs-p-drawerButton {
    padding:0;
  }
  .fs-p-drawerButton__icon {
    font-size: 2.4rem;
  }
  .fs-l-header__utility {
    display: grid;
    grid-area: utility;
    align-self: flex-start;
    margin-right: 15px;
  }
  .fs-l-header__utility .flex {
    display: flex!important;
  }
  .fs-l-header__utility .flex > div:nth-last-of-type(2),
  .fs-l-header__utility .flex > div:nth-last-of-type(3) {
    display: none;
  }
 
  .fs-l-header__logo {
    padding: 0!important;
    margin: 23px 0 36px;
  }
  .fs-p-logo__image {
    max-height: 146px;
  }
  .fs-p-drawerButton__label ,
  .fs-l-header__utility .flex div a p {
    font-size: 0.8rem;
  }
  .fs-p-drawer {
    width: 100%;
  }
  .fs-p-ctrlDrawer:checked + .fs-p-drawer {
    width:100%;
  }
  
}


/** グロナビ **/
.gnavWrap {
  color: #fff;
  margin-bottom: -103px;
  position: relative;
  z-index: 1;
}
.gnavWrap > div > p {
  font-size:1.2rem;
  margin: 0 0 10px 0;
}
.gnavWrap .gnavLeft {
  width: 728px;
  height: 163px;
  padding: 20px;
  background-image: url('https://greenstalecom.itembox.design/item/common/gnavbg-left.png');
}
.gnavWrap .gnavRight {
  width: 472px;
  height: 163px;
  padding: 20px;
  background-image: url('https://greenstalecom.itembox.design/item/common/gnavbg-right.png');
}
.gnavWrap .gnavLeft > .flex ,
.gnavWrap .gnavRight > .flex {
justify-content: space-between;
}
.gnavWrap a {
  color: #fff;
}
.gnavWrap a img {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  margin-right: 8px;
}
.gnavWrap a p {
  font-size: 1.4rem;
  align-content: center;
}
.gnavWrap a p span {
  font-size: 1.0rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .gnavWrap {
    margin-bottom: 0px;
  }
  .gnavWrap.flex {
    display: block;
  }
  .gnavWrap .gnavLeft {
    width: 100%;
    height: auto;
    padding: 20px;
    background-image: url('https://greenstalecom.itembox.design/item/common/gnavbg-left_sp.png');
  }
  .gnavWrap .gnavRight {
    width: 100%;
    height: auto;
    padding: 20px;
    background-image: url('https://greenstalecom.itembox.design/item/common/gnavbg-right_sp.png');
  }
  .gnavWrap .gnavLeft > .flex, .gnavWrap .gnavRight > .flex {
    justify-content: flex-start;
  }
  .gnavWrap .gnavLeft > .flex, .gnavWrap .gnavRight > .flex, .gnavWrap a {
    display: flex!important;
  }
  .gnavWrap a img {
    width: 40px;
    height: 40px;
  }
  .gnavWrap .gnavLeft {
    padding:18px 20px;
  }
  .gnavWrap .gnavLeft > .flex {
    width: 600px;
  }
  .gnavWrap a:nth-of-type(1) {
    margin-right: 44px;
  }
  .gnavWrap a p {
    margin:0;
  }
}



/** ページトップ **/
.pageTop {
  position: fixed;
  right: 4px;
  bottom: 10px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageTop {

  }
}

/** フッターナビゲーション **/
.footNav--top {
  display: none;
}
.fs-body-top .footNav--top {
  display: block;
}
.fs-p-drawer .footNav--top {
  display: block;
}
.fs-body-top .footNav-under {
  display: none;
}
.fs-l-footer {
  margin: 0;
}
.fs-l-footer__contents {
  max-width: 100%;
}
.footNav {
  color: #EFE6DC;
}
.footNav a {
  color: #EFE6DC;
}
.footNav h3 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 5px 0 24px 0;
}
.footNav > .flex {
  justify-content: space-between;
}
.footNav ul {
  margin: 12px 0;
  padding: 0;
}
.footNav ul li {
  list-style-type: none;
  margin-bottom: 16px;
}
.footNav ul li:last-of-type {
  margin-bottom: 0;
}
.footNav ul li a {
  display: flex;
  align-items: center;
}
.footNav ul li a img {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
}
.footNav ul li p {
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 0 10px;
}
.footNav ul li p span {
  display: block;
  font-weight: bold;
  font-size: 1rem;
}
.footNav .leftArea {
  position: relative;
  width: 340px;
}
.footNav .leftArea ul {
  margin-bottom: 33px;
}
.footNav .leftArea .conceptTtl {
  margin-bottom: 28px;
}
.footNav .leftArea .conceptTtl p {
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
}
.footNav .leftArea .conceptTtl .arrowLink {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding-right:15px;
}
.footNav .leftArea h4 {
  font-size: 1.6rem;
  margin:0;
}
.footNav .leftArea .footLinkStore {
  font-size: 1.8rem;
  padding-right: 20px;
}
.footNav .rightArea {
  position: relative;
  width:860px;
  padding-left:60px;
}
.fs-body-top .footNav .rightArea::before {
  content: "";
  display: block;
  width: 5px;
  height: 512px;
  background-image: url('https://greenstalecom.itembox.design/item/common/footer-nav-line.png?t=20240828113955');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.footNav .rightArea .chooseTtl {
  display: flex;
  align-items: center;
}
.footNav .rightArea .chooseTtl h4 {
  font-weight: bold;
  letter-spacing: 0.05em;
}
.footNav .rightArea .chooseTtl span {
  font-size: 1rem;
  display: block;
}
.footNav .chooseTtl h4 {
  maRgin-left: 10px;
}
.footNav .rightArea > .flex,
.footNav .rightArea > .flex > div >.flex {
  justify-content: space-between;
}
.footNav .rightArea ul {
  width: 182.5px;
}
.footNav-under .footNav .leftArea {
  width: 300px;
}
.footNav .leftArea .conceptTtl {
  margin-bottom: 24px;
}
.footNav-under .footNav .rightArea {
  padding-left:0;
  width:100%;
  position: relative;
  top: 30px;
}
.footNav-under .footNav .rightArea ul {
  width: 100%;
}
/** シンプルフッター **/
.fs-p-footerUtilityMenu {
  padding:8px 0;
  background-repeat: repeat;
  background-position: top center;
  display: block;
  background-image: url('https://greenstalecom.itembox.design/item/common/bg-3.png');
}
.fs-p-footerUtilityMenu__list {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footNav .rightArea {
    position: relative;
    width:860px;
    padding-left:60px;
  }
  .footNav .rightArea {
    padding:0;
    width:100%;
    margin-top:30px;
  }
  .fs-body-top .footNav .rightArea::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 1.30%;
    background-image: url('https://greenstalecom.itembox.design/item/common/footer-nav-line_sp.png?t=20240828113955');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
  }
  .footNav .rightArea h3 {
    padding-top:30px;
  }
  .footNav .rightArea .flex .flex {
    display: flex!important;
  }
  .footNav .rightArea .flex > div:nth-of-type(2) {
    margin-top:30px;
  }
  .footNav ul li p {
    margin: 0 0 0 5px;
  }
}



/** フッターガイド **/
.footGuide .information {
  text-align: center;
  margin-bottom: 62px;
}
.footGuide .information .flex {
  justify-content: space-between;
  align-items: center;
}
.footGuide .information .flex div {
  width: 375px;
}
.footGuide .information h3 {
  font-size: 2rem;
  margin: 0 0 40px;
}
.footGuide .information .address {
  line-height: 1.714;
  margin-bottom: 15px;
}
.footGuide .information p {
  text-align: center;
}
.footGuide .information .tel {
  font-size: 1.8rem;
}
.footGuide .information .tel span {
  font-size: 1.1rem;
  display: block;
}
.footGuide .information .mail {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.footGuide .information .commonBtn {
  width: 238px;
  padding: 0 9px!important;
}
.footGuide .information .commonBtn span {
  font-size: 1.2rem !important;
  padding: 0;
}
.footGuide .information .commonBtn:nth-of-type(1) {
  margin-bottom: 12px;
}
.footGuide .userGuide h3 {
  color: #EFE6DC;
  background-color: #73635A;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 37px;
}
.footGuide .userGuide h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 17px;
}
.footGuide .userGuide .flex {
  justify-content: space-between;
  margin-bottom: 40px;
}
.footGuide .userGuide .leftArea {
}
.footGuide .userGuide .leftArea ul {
  padding: 0;
  margin-bottom: 35px;
}
.footGuide .userGuide .leftArea li {
  list-style: none;
}
.footGuide .userGuide .rightArea {
  width:750px;
}
.footGuide .userGuide .rightArea p {
  line-height: 1.714;
}
.footGuide .iconYamato {
  position: relative;
  display: inline-block;
  padding-right: 80px;
}
.footGuide .iconYamato::after {
  content: "";
  display: block;
  width: 45px;
  height: 33px;
  background-image: url('https://greenstalecom.itembox.design/item/common/footer-delivery-icon.png?t=20240828113955');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footGuide .userGuide .commonBtn {
  width: 238px;
  margin-bottom: 10px;
}
.footGuide .userGuide .commonBtn:last-of-type {
  margin-bottom: 0;
}
.footGuide .userGuide .commonBtn span {
  padding: 0;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footGuide .userGuide .rightArea {
    width:100%;
  }
  .footGuide .information {
    margin-bottom: 40px;
  }
  .footGuide .information .flex div {
    width:100%;
    padding-bottom: 34px;
  }
  .footGuide .information iframe {
    width:99%;
  }
  .footGuide .userGuide .leftArea li {
    font-size:1.3rem;
  }
  .footGuide .userGuide h4 {
    margin: 32px 0 17px;
  }
}



/** コピーライト **/
.copyright .flex {
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 48px;
}
.copyright p {
  font-size: 11px;
}
.copyright img {
  position:absolute;
  right:0;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .copyright .flex {
    display: flex!important;
  }
  .copyright .spOnly {
  }
  .copyright img {
    left: 50%;
    transform: translateX(-50%);
  }
  .copyright p {
    margin-top:100px;
  }
  .copyright .spOnly {
    position: relative;
    z-index: 1;
  }
}


/** ハンバーガーメニュー **/
@media screen and (max-width: 767px) {
  .fs-p-drawer {
    padding: 0;
  }
  .hMenu .headerMessage {
    margin:0 0 5px 0!important;
    padding: 12px 0 0 0!important;
  }
  .hMenu .flex {
    display: flex!important;
  }
  .hMenu .hMenuUtility {
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
    margin-bottom:17px;
  }
  .hMenu .fs-p-drawerButton {
    padding:0;
    margin-left:20px;
  }
  .fs-p-drawer__buttonContainer {
    display: flex;
    align-items: flex-end;
  }
  .fs-p-drawer__buttonContainer p {
    font-size: 0.8rem;
    margin:0;
  }
  .hMenu .fs-l-header__utility {
    margin-right:0;
  }
  .hMenu .fs-l-header__rightContainer {
    margin-right:0;
  }
  .hMenuNav {
    justify-content: space-between;
    background-color:#F5F0EA;
    padding: 10px;
  }
  .hMenuNav div {
    margin-right: 10px;
  }
  .hMenuNav div:last-of-type {
    margin-right: 0;
  }
  .hMenuNav a {
    font-size: 0;
  }
  .fs-p-drawer .sectionLine::before {
    content: none;
  }
  .fs-p-drawer .hMenu:before {
    content: "";
  }
  .fs-p-drawer > section:nth-of-type(1) .innerWrap {
    padding:37px 0;
  }
  .fs-p-drawer > section:nth-of-type(2)  {
    padding:20px 0 5px;
  }
  .fs-p-drawer > section:nth-of-type(3) .innerWrap {
    padding:32px 0 40px;
  }
  .fs-p-drawer > section:nth-of-type(2) h2 {
    display: none;
  }
  .fs-p-drawer .footNav .rightArea h3 {
    padding-top: 40px;
  }
  .fs-p-drawer .searchSection {
    padding: 0;
  }
  .fs-p-drawer .hmStoreinfo {
    text-align: center;
  }
  .fs-p-drawer .hmStoreinfo .address ,
  .fs-p-drawer .hmStoreinfo .tel ,
  .fs-p-drawer .hmStoreinfo .mail {
    text-align: center!important;
  }
  .fs-p-drawer .hmStoreinfo .address {
    margin-top: 35px;
  }
  .fs-p-drawer .hmStoreinfo .tel span {
    display: block;
  }
  .fs-p-drawer .hmStoreinfo .mail {
    margin-bottom: 27px;
  }
  .fs-p-drawer .commonBtn {
    width: 85%;
    margin-bottom: 12px;
  }
}

/** 商品マーク **/
.mark-new {
  background: #C1AC9B;
  color: #fff;
  padding: 5px 20px;
  border-radius: 0;
}
.mark-popularity{
  background: #849974;
  color: #fff;
  padding: 5px 20px;
  border-radius: 0;
}
/*******************************************/
/** parts **/
/*******************************************/
/** カルーセル **/
.fs-pt-carousel {
  z-index: 0;
}
.fs-c-slick .slick-dots li {
  width: 60px;
}
.fs-c-slick .slick-dots li button:before {
  content: "";
  background-color: #645349;
  width: 60px;
  height: 2px
}
.fs-c-slick .slick-dots {
  position: relative;
  padding-top: 20px;
}
.fs-c-slick .slick-dots::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-image: url('https://greenstalecom.itembox.design/item/common/section-line.png');
  background-repeat: no-repeat;
  background-size: 100% 7px;
}
.slick-track {
  font-size:0;
}



/** 店舗概要 **/
.specialtyshop {
  text-align: center;
  margin-bottom: 60px;
}
.specialtyshop > h2 {
  font-size: 3.0rem;
  margin-bottom: 53px;
}
.specialtyshop > h1 {
  font-size: 3.0rem;
  margin-bottom: 53px;
}
.specialtyshop > .flex {
  justify-content: space-between;
}
.specialtyshop > .flex h2 {
  font-size: 2.6rem;
  margin-top: 25px;
}
.specialtyshop p {
  line-height: 2.214;
  margin: 43px 0 27px 0;
  text-align:center;
}
.cando h2 {
  margin-bottom: 55px;
}
.cando .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
.cando .flex > div {
  width: 580px;
}
.cando .flex > div > a > div {
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  position: relative;
}
.cando .flex > div > a > div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  position: relative;
  text-decoration: none;
}
.cando .flex > div > a > div h3 {
  margin: 0;
  padding: 10px 0;
  background-color: #40322A;
  opacity: 0.9;
  color: white;
  font-size: 2rem;
  width: 100%;
  text-align: center;
  position: relative;
}
.cando .flex > div > a > div h3::after {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  background-image: url('https://greenstalecom.itembox.design/item/common/common-btn-arrow.png?t=20240828113955');
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.cando .flex > .order > a > div {
  background-image: url('https://greenstalecom.itembox.design/item/parts/specialtyshop/cando-image1.png?t=20240828113955');
  background-size: 580px 300px;
  width: 580px;
  height: 300px;
}
.cando .flex > .blizzard > a > div {
  background-image: url('https://greenstalecom.itembox.design/item/parts/specialtyshop/cando-image2.png?t=20240828113955');
  background-size: 580px 300px;
  width: 580px;
  height: 300px;
}
.cando .flex > .rearrange > a > div {
  background-image: url('https://greenstalecom.itembox.design/item/parts/specialtyshop/cando-image3.png?t=20240828113955');
  background-size: 580px 210px;
  width: 580px;
  height: 210px;
}
.cando .flex > .original > a > div {
  background-image: url('https://greenstalecom.itembox.design/item/parts/specialtyshop/cando-image4.png?t=20240828113955');
  background-size: 580px 210px;
  width: 580px;
  height: 210px;
}
.cando .flex > .rearrange > a > div {

}
.cando h3 span {
  display: block;
  font-size: 1.6rem;
}
.cando p {
  font-size: 1.4rem;
  line-height: 1.714;
  margin: 20px 0 35px;
}
.consult {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 40px 20px 30px;
}
.consult a {
  color: #242424;
}
.consult .flex {
  justify-content: space-between;
  align-items: center;
}
.consult .leftArea {
  width: 624px; 
}
.consult .leftArea h3 {
  font-size: 2.6rem;
}
.consult p {
  line-height: 2.214;
}
.consult .rightArea {
  position: relative;
}
.consult .rightArea img {
  width: 152px;
  height: 152px;
  margin-left: 10px;
}
.consult .rightArea::after {
  content: "";
  display: block;
  width: 15px;
  height: 30px;
  background-image: url('https://greenstalecom.itembox.design/item/parts/specialtyshop/arrow.png?t=20240828113955');
  background-size: cover;
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
}
.arrangement {
  margin-top: 60px;
}


@media screen and (max-width: 767px) {
  .specialtyshopPadding {
    margin-top: 30px;
  }
  .specialtyshop > h2 {
    margin-bottom: 5px;
    font-size: 2.4rem;
  }
  .specialtyshop > .flex h2 {
    font-size: 1.8rem;
    margin-top:0;
    line-height:2;
  }
  .cando .flex > div {
    width: 100%;
  }
  .cando .flex > .order > a > div {
    background-size: cover;
    width: 100%;
    height: 300px;
    padding-top: 84.5%;
    background-image: url('https://greenstalecom.itembox.design/item/parts/specialtyshop/cando-image1_sp.png?t=20240828113955');
  }
  .cando .flex > .blizzard > a > div {
    background-size: cover;
    width: 100%;
    height: 300px;
    padding-top: 84.5%;
    background-image: url('https://greenstalecom.itembox.design/item/parts/specialtyshop/cando-image2_sp.png?t=20240828113955');
  }
  .cando .flex > .rearrange > a > div {
    background-size: cover;
    width: 100%;
    height: 210px;
    padding-top: 35.2%;
    background-image: url('https://greenstalecom.itembox.design/item/parts/specialtyshop/cando-image3_sp.png?t=20240828113955');
  }
  .cando .flex > .original > a > div {
    background-size: cover;
    width: 100%;
    height: 210px;
    padding-top: 35.2%;
    background-image: url('https://greenstalecom.itembox.design/item/parts/specialtyshop/cando-image4_sp.png?t=20240828113955');
  }
  .consult {
    padding: 18px 25px 50px;
  }
  .cando p {
    margin: 15px 0 50px;
  }
  .consult .leftArea {
    width: 100%; 
  }
  .consult .leftArea h3 {
    text-align: center;
    font-size: 2rem;
    margin:0;
    line-height:2;
  }
  .consult p {
    line-height:1.6;
  }
  .consult .rightArea {
    display: flex!important;
    padding: 10px 0;
  }
  .consult .rightArea img {
    width:32%;
    height:auto;
    margin:0;
  }
  .consult .rightArea::after {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    top: auto;
    bottom:-35px;
  }
}



/** おすすめ **/
.popularcategories .headingLine {
  margin-bottom: 70px;
}
.popularcategories .flex {
  justify-content: space-between;
  margin-bottom: 60px;
}
.popularcategories .flex:last-of-type {
  margin-bottom: 0px;
}
.popularcategories .flex > .leftArea {
  width: 580px;
}
.popularcategories .imgArea {
  width: 580px;
  height: 280px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
}
.popularcategories .propose .imgArea {
  background-image: url('https://greenstalecom.itembox.design/item/parts/popularcategories/popular-categories-image1.png?t=20240828113955');
}
.popularcategories .birthday .imgArea {
  background-image: url('https://greenstalecom.itembox.design/item/parts/popularcategories/popular-categories-image2.png?t=20240828113955');
}
.popularcategories .others .imgArea {
  background-image: url('https://greenstalecom.itembox.design/item/parts/popularcategories/popular-categories-image3.png?t=20240828113955');
}
.popularcategories .labelBg {
  top: 11px;
  left: 15px;
  display: inline-block;
  position: relative;
  padding: 0 7px;
  line-height: 42px;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  font-size: 1.4rem;
}
.popularcategories .labelBg span {
  display: block;
  padding: 0 42px;
  line-height: 42px;
  background-image: url('https://greenstalecom.itembox.design/item/parts/popularcategories/popular-categories-ttl-bg.png?t=20240828113955');
  background-repeat: repeat-x;
  background-size: auto 42px;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  position: relative;
  color:#40322A;
  font-size:2rem;
}
.popularcategories .labelBg::before,
.popularcategories .labelBg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
  background-repeat: no-repeat;
}
.popularcategories .labelBg::before {
  left: 0;
  background-image: url('https://greenstalecom.itembox.design/item/parts/popularcategories/popular-categories-ttl-bg_before.png?t=20240828113955');
}
.popularcategories .labelBg::after {
  right: 0;
  background-image: url('https://greenstalecom.itembox.design/item/parts/popularcategories/popular-categories-ttl-bg_after.png?t=20240828113955');
}
.popularcategories h4 {
  font-size: 2rem;
  font-weight: bold;
  margin: 16px 0 11px;
}
.popularcategories .leftArea p {
  line-height: 1.357;
}
.popularcategories .rightArea {
  text-align: center;
  width: 600px;
} 

@media screen and (max-width: 767px) {
  .popularcategories .headingLine {
    margin-bottom: 50px;
  }
  .popularcategories .flex > .leftArea {
    width: 100%;
  }
  .popularcategories .rightArea {
    width: 100%;
  }
  .popularcategories .imgArea {
    width: 100%;
  }
  .popularcategories .propose .imgArea,
  .popularcategories .birthday .imgArea,
  .popularcategories .others .imgArea {
    padding-top:48.27%;
    height: auto;
    background-size: cover;
    position: relative;
  }
  .popularcategories .propose .imgArea .labelBg,
  .popularcategories .birthday .imgArea .labelBg,
  .popularcategories .others .imgArea .labelBg {
    position: absolute;
  }
}




/** おすすめ **/
.recommendation .headingLine {
  margin-bottom:60px;
}
.recommendation > .flex {
  justify-content: space-between;
  margin-bottom: 80px;
}
.recommendation .flex > div {
  width: 270px;
}
.recommendation .label {
  width: 257px;
  height: 134px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  background-image: url('https://greenstalecom.itembox.design/item/parts/recommendation/recommend-label-bg.png?t=20240828113955');
  padding: 14px 29px;
  margin-bottom: -34px;
  z-index: 1;
}
.recommendation .flex > div img {
  max-width: none;
  width: 100%;
}
.recommendation .diagonal p {
  font-size: 1.3rem;
  transform: rotate(-3deg);
  line-height: 1.5;
}
.recommendation .productName {
  font-weight: bold;
  line-height: 1.428;
  margin: 10px 0 6px;
}
.recommendation .price {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.recommendation .tax {
  font-size: 1.2rem;
  padding-left: 5px;
}
.recommendation .commonBtn span {
  padding: 0 60px;
}
.recommendation .alsoRecommended h3 {
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.recommendation .alsoRecommended .flex {
  justify-content: space-between;
}
.recommendation .alsoRecommended .flex > div {
  width: 174px;
}
.recommendation .alsoRecommended a {
  color: #242424;
}
@media screen and (max-width: 767px) {
  .recommendation > .flex ,
  .recommendation .alsoRecommended .flex {
    display: flex!important;
    width:1200px;
  }
}



/** 選ぶ **/
.choose .headingLine {
  margin: 0 0 60px;
}
.choose .decorate {
  margin-bottom: 60px;
}
.choose .decorate .flex {
  justify-content: space-between;
}
.choose .decorate .flex a {
  width: 224px;
}
.choose .scene .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
.choose .scene .flex a {
  width: calc(100% / 4);
  margin-bottom: 10px;
}
.choose .scene .flex a:nth-last-child(-n+4) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .choose .decorate {
    margin-bottom: 40px;
  }
  .choose .decorate .flex a img {
    margin-bottom:20px;
  }
  .choose .scene .flex a img {
    margin-bottom: 10px;
  }
}

/** 商品キーワード検索フォーム **/
.searchSection {
  color: #EFE6DC;
}
.searchSection {
  padding: 50px 0 58px;
}
.searchSection h2 {
  font-size: 2.4rem;
  margin-bottom: 24px;
}
.searchSection .keywordArea ul li {
  list-style: none;
}
.searchSection .keywordArea ul li a {
  background-color: #F5F0EA;
  border-radius: 2px;
  color: #242424;
  padding: 5px 10px;
}
.searchSection .fs-p-searchForm {
  width: 720px;
  margin: 0 auto 34px;
}
.searchSection .fs-p-searchForm .fs-p-searchForm__input {
  height: 54px;
  background-color: #F5F0EA;
  padding-left: 20px;
}
.searchSection .fs-p-searchForm__button {
  background-image: url('https://greenstalecom.itembox.design/item/common/search-btn.png?t=20240828113955');
  background-size: cover;
  border: none;
  width: 54px;
  height: 54px;
  text-indent: -9999px;
  cursor: pointer;
}
.searchSection .fs-p-searchForm__button:hover {
  opacity: .7;
}
.searchSection .fs-p-searchForm__button::before {
  content: "";
}
.searchSection .keywordArea h3 {
  margin-bottom: 20px;
}
.searchSection .keywordArea .flex {
  width: 1200px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  padding:0;
}
.searchSection .keywordArea .flex li {
  margin-right: 16px;
}
.searchSection .keywordArea .flex li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .searchSection .fs-p-searchForm {
    width: 94%;
    margin: 0 auto 34px;
  }
  .searchSection .keywordArea .flex {
    display: flex!important;
    width: 94%;
    justify-content: flex-start;
  }
  .searchSection .keywordArea .flex li {
    margin-bottom: 20px;
  }
}



  /** GREEN’S TALEの魅力  **/
.charm h2 {
  margin-bottom: 10px;
}
.charm > .flex {
  justify-content: space-between;
}
.charm > .flex > div {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  padding-left: 20px;
}
.charm > .flex > div h3 {
  top: 340px;
  position: absolute;
  line-height: 2;
  font-size: 2rem;
}
.charm > .flex > div p {
  top: 425px;
  position: absolute;
  line-height: 1.714;
}
.charm .block1 {
  width: 368px;
  height: 533px;
  background-image: url('https://greenstalecom.itembox.design/item/parts/charm/charm-box1.png?t=20240828113955');
}
.charm .block2 {
  width: 368px;
  height: 557px;
  background-image: url('https://greenstalecom.itembox.design/item/parts/charm/charm-box2.png?t=20240828113955');
  top: 20px;
}
.charm .block3 {
  width: 368px;
  height: 641px;
  background-image: url('https://greenstalecom.itembox.design/item/parts/charm/charm-box3.png?t=20240828113955');
  top: 40px;
}
.charm .commonBtn {
  top: 600px;
}
@media screen and (max-width: 767px) {
  .charm {
    margin-bottom: 40px;
  }
  .charm > .flex > div {
    background-position: 0% 0%;
  }
  .charm .block1 {
    width: 100%;
  }
  .charm .block2 {
    width: 100%;
  }
  .charm .block3 {
    width: 100%;
  }
}


    /** GREEN’S TALEの想い  **/
.thought {
  color: #EFE6DC;
  text-align: center;
}
.thought h2 {
  margin-bottom: 20px;
}
.thought .text {
  margin-bottom: 75px;
}
.thought h3 {
  font-size: 2.6rem;
  line-height: 2.038;
  margin-bottom: 15px;
}
.thought p {
  line-height: 2.214;
  margin-bottom: 30px;
  text-align: center;
}
.thought .igArea {
  background-color: rgba(245, 240, 234, 0.7);
  padding:40px 40px 30px;
}
.thought .flex {
  justify-content: center;
}
.thought .flex a:nth-of-type(1) {
  margin-right:43px;
}
.thought ul.flex {
  justify-content: space-between;
}
.thought ul.flex li {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .thought h3 {
    font-size: 1.9rem;
  }
  .thought .igArea {
    padding: 29px 19px;
  }
  .thought ul.flex {
    display: flex!important;
    padding:0;
  }
  .thought ul.flex li {
    margin-right:8px;
  }
  .thought ul.flex li:nth-of-type(3) {
    margin-right:0;
  }
}


/** News **/
.newsBg {
  background-color: rgba(193, 172, 155, 0.1);
}
.fs-p-dateList > li {
  border: 0;
  border-bottom: 1px solid rgba(36, 36, 36, 0.3);
  padding-bottom: 8px;
}
.fs-p-dateList > li time:first-child {
  background: transparent;
  color: #242424;
  font-weight: bold;
}
.newsSection a {
  color: #242424;
}

@media screen and (max-width: 767px) {
  .fs-p-dateList > li time {
    display: block;
  }
  .fs-pt-list__item {
    position: relative;
  }
  .fs-p-dateList > li {
    padding-right:20px;
  }
  .fs-pt-list__item::after {
    content: "";
    display: block;
    width: 8px;
    height: 16px;
    background-image: url(https://greenstalecom.itembox.design/item/parts/specialtyshop/arrow.png?t=20240715003916);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}



/*******************************************/
/** カテゴリー **/
/*******************************************/
.categoryBg {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: block;
}
.category .innerWrap {
  padding: 40px 0 50px;
}
.category .headTitle {
  color: #fff;
}
.category .headTitle h1 {
  font-size: 3.6rem;
}
.category .headTitle span {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display:block;
}
.category .inCategory h3 {
  font-size: 2.4rem;
  margin:36px 0 50px
}
.category .inCategory .flex {
  justify-content: space-between;
}
.category .inCategory .flex div {
  width:270px;
  display: flex;
  flex-direction: column;
}
.category .inCategory .flex div .commonBtn {
  margin-top: auto;
}
.category .inCategory img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.category .inCategory .itemName {
  font-weight: bold;
  margin: 5px 0;
}
.category .inCategory .price {
  margin:0;
  margin-bottom: 37px;
}
.category .inCategory .price span {
  font-size: 1.2rem;
  padding-left:7px;
}
.category .cando {
  margin-top: 50px;
}
.category .cando .flex > .order > a > div,
.productOrder .cando .flex > .order > a > div {
  background-position-y: -50px;
  height: 210px;
}
.fs-c-productList {
  width:1200px;
  margin: 0 auto;
  display: block;
  padding: 107px 0;
}

.fs-c-listControl__status__total ,
.fs-c-listControl__status__indication
 {
  font-weight: bold;
  margin-right: 10px;
}
.fs-c-listControl__status__total span ,
.fs-c-listControl__status__indication span
{
  font-weight: normal
}
.fs-c-pagination__item.is-active {
  background:#C1AC9B;
}
.fs-c-pagination__item {
  padding: 7px 12px;
}
.fs-c-productListItem__viewMoreImageButton {
  display: none;
}
.fs-c-productList__controller {
  margin: 0 0 40px;
}
.fs-c-productList__list {
  margin-top: 60px;
}
      @media screen and (min-width: 960px) {
        .fs-c-productList__list {
          grid-template-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
        }
      }
.fs-c-productListItem__image__image {
  max-width: none;
  width: 100%;
}
.fs-c-productList__list__item {
  border: 0;
  padding: 0;
  width: 270px;
  margin: 0 auto 58px;
}
.fs-c-productName__copy {
  display: none;
}
.fs-c-productListItem__control {
  display: none;
}
.fs-c-productListItem__productDescription{
  display: none;
}
.fs-c-sortItems__list__item.is-active {
  background:#C1AC9B;
}
.fs-c-productList__controller {
  margin:0;
}
.fs-c-productListItem__image__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.fs-c-productListItem__productName a {
  font-size: 1.4rem;
  font-weight: bold;
  color:#242424;
}
.fs-c-productPrice__main__price .fs-c-price__value {
  font-size: 1.5rem;
  font-weight:normal;
  color:#242424;
}

@media screen and (max-width: 767px) {
  .fs-c-breadcrumb {
    display: none;
  }
  .category .inCategory h3 {
    font-size: 2rem;
    margin: 15px 0 25px;
  }
  .category .inCategory .flex {
    display: flex!important;
    width: 1200px;
  }
  .category .cando .flex > .order > a > div ,
  .productOrder .cando .flex > .order > a > div {
    padding-top: 35.2%;
  }
  .category .cando .flex > .order > a > div ,
  .productOrder .cando .flex > div:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .fs-c-productList {
    width: 94%;
    margin: 0 3%;
    padding: 40px 0;
  }
  .fs-c-productList .fs-c-listControl {
    justify-content: flex-start;
    flex-grow: 0;
    width: 100%;
  }
  .fs-c-productList .fs-c-listControl__status {
    width:100%;
  }
  .fs-c-productList .fs-c-pagination {
    align-items: flex-end;
    position: relative;
    right: 0;
  }
  .fs-c-productList__list {
    margin-top: 30px;
  }
  .fs-c-productList__list__item {
    width: 94%;
    margin: 0 auto 13px;
  }
  .fs-c-productListItem__productName a {
    color: #242424;
  }
  .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #242424;
  }
}



/*******************************************/
/** 商品詳細 **/
/*******************************************/
.productComment .productData {
  text-align: center;
}
.productComment .productData .innerWrap {
  width: 800px;
  padding: 80px 0 100px;
}
.productComment .productData .productName  {
  margin-bottom: 60px;
}
.productComment .productData .productName h2 {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.42;
  margin-bottom: 80px;
}
.productComment .productData img {
  width:800px;
  height: 570px;
  object-fit: cover;
}
.productComment .productData .commonBtn {
  margin-bottom: 56px;
}
.productComment .block {
  margin-bottom: 56px;
}
.productComment .block:last-of-type {
  margin-bottom: 0;
}
.productComment .block h3 {
  text-align: left;
  font-size: 2rem;
  line-height: 1.35;
  font-weight: bold;
  margin: 0 0 17px;
}
.productComment .block p {
  text-align: left;
  font-size:1.4rem;
  line-height: 1.35;
  margin: 0 0 35px;
}
.productComment .delivery .innerWrap {
  padding: 50px 0;
}
.productComment .delivery h2 {
  margin-bottom: 40px;
}
.productComment .delivery .flex {
  justify-content: space-between;
}
.productComment .delivery .flex > div:nth-of-type(1) {
  width: 557px;
}
.productComment .delivery .flex > div:nth-of-type(2) {
  width: 613px;
  height: 350px;
}
.productComment .delivery img {
  display: block;
}
.fs-body-product .fs-l-pageMain .fs-l-productLayout {
	width: 1200px;
	margin: 0 auto;
  padding: 100px 0;
}
.fs-l-product2 .fs-l-productLayout {
  display: grid;
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  gap: 40px; 
}
.fs-l-product2 .fs-c-productCarouselMainImage .slick-track > * {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.fs-l-product2 .fs-c-productCarouselMainImage .slick-track > .slick-center {
  opacity: 1;
}
.fs-l-product2 .fs-c-slick .slick-slide img {
  height: 505px;
}
.fs-c-productCarouselMainImage__thumbnailList {
  overflow-x: visible;
  flex-wrap: wrap;
  margin-top:30px; 
}
.fs-c-productCarouselMainImage__expandButton {
  display: none!important;
}
.fs-c-productCarouselMainImage__thumbnailList > li {
  margin: 0 2% 0 0;
  flex-basis: 32%;
}
.fs-c-productCarouselMainImage__thumbnailList > li:nth-of-type(3n) {
  margin-right:0;
}
.fs-body-product .productExplanation {
  margin-top:50px;
}
.fs-body-product .productExplanation section {
  padding: 25px 30px;
  background-color: #EFE6DC;
  margin-bottom: 20px;
}
.fs-body-product .productExplanation section:last-of-type {
  margin-bottom:0;
}
.fs-body-product .productExplanation section div {
  border-bottom: 1px dotted #645349;
  padding: 10px 0;
}
.fs-body-product .productExplanation section div:last-of-type {
  border:0;
  padding-bottom:0;
}
.fs-body-product .productExplanation h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 9px 0;
}
.fs-body-product .productExplanation p {
  font-size: 1.6rem;
  line-height: 1.625;
}
.fs-c-productNameHeading__name {  
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.7;
}
.fs-c-productNumber {
  border: 0;
  font-size: 1.1rem;
}
.fs-c-productNumber__number {
  font-weight: normal;
}
.fs-body-product .fs-c-productPrice__main__price .fs-c-price__value {
  font-size: 2.9rem!important;
  font-weight:bold;
  color: #292929;
}
.fs-c-productPrice__main__price .fs-c-price__currencyMark {
  color: #292929;
}
.fs-c-variationAndActions {
  margin: 50px 0 0;
}
.productLine {
  border-bottom: 1px dotted #C9C9C9;
}
.fs-c-productQuantityAndWishlist {
  display: block;
}
.fs-c-productQuantityAndWishlist {
  display: block;
}
.fs-body-product .fs-c-buttonContainer  {
  justify-content: flex-start;
}
.fs-body-product .fs-c-quantity {
  position: relative;
  padding-left: 40px;
  margin: 20px 0;
}
.fs-body-product .fs-c-quantity::before {
  position: absolute;
  top:3px;
  left:0;
  content: "数量";
}
.fs-body-product  .fs-c-quantity__select {
  width:100px;
}
.fs-body-product  .fs-p-scrollingCartButton {
  position: fixed;
  right: 10px;
  bottom: 110px;
}
.fs-body-product .fs-p-scrollingCartButton__button {
  opacity: 1;
  padding:0;
  background: rgba(0, 0, 0, 0);
}
.fs-body-product .fs-c-slick .slick-next {
  cursor: pointer;
  background-image: url('https://greenstalecom.itembox.design/item/product/slick-next.png?t=20240828113955');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  background-color: transparent;
}
.fs-body-product .fs-c-slick .slick-next:before {
  content: "";
}
.fs-body-product .fs-c-slick .slick-prev {
  cursor: pointer;
  background-image: url('https://greenstalecom.itembox.design/item/product/slick-prev.png?t=20240828113955');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  background-color: transparent;
}
.fs-body-product .fs-c-slick .slick-prev:before {
  content: "";
}



@media screen and (max-width: 767px) {
  .productComment .productData .innerWrap {
    width: 94%;
    padding: 80px 0 60px;
  }
  .productComment .productData .productName h2 {
    text-align: justify;
  }
  .productComment .productData img {
    width: 100%;
    height:auto;
    aspect-ratio: 355 / 252;
    object-fit: cover;
  }
  .productComment .productData .productName {
    margin-bottom: 30px;
  }
  .productComment .block h3 {
    margin: 0 0 24px;
  }
  .productComment .block p {
    margin: 0 0 54px;
  }
  .productComment .block {
    margin-bottom: 35px;
  }
  .productComment .delivery .flex > div:nth-of-type(1) {
    width: 100%;
    margin-bottom: 0px;
  }
  .productComment .delivery .flex > div:nth-of-type(2) {
    width: 100%;
    height: auto;
  }
  .productComment .delivery .innerWrap {
    padding-bottom: 60px;
  }
  .fs-body-product .fs-l-pageMain .fs-l-productLayout {
    width: 94%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .fs-l-product2 .fs-l-productLayout {
    display: block;
  }
  .fs-l-product2 .fs-c-slick .slick-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/ 1;
    object-fit: cover;
  }
  .fs-c-productCarouselMainImage__thumbnailList > li {
    flex-basis: 23.5%;
  }
  .fs-c-productCarouselMainImage__thumbnailList > li:nth-of-type(4n) {
    margin-right:0;
  }
  .fs-c-productNameHeading__name {
    font-size: 2.5rem;
    line-height: 1.8;
  }
  .fs-c-variationAndActions {
    margin: 23px;
  }
  .fs-l-product2 .fs-c-button--image {
    margin: 0 auto;
  }
  .fs-body-product .fs-c-quantity {
    margin: 20px;
  }
  .fs-body-product .productExplanation {
    margin-top: 20px;
  }
  .fs-body-product .productExplanation section {
    padding: 7px 20px 17px;
  }
  .fs-body-product .productExplanation h4 {
    font-size: 1.6rem;
  }
  .fs-p-scrollingCartButton {
    position: fixed;
    right: 3%;
    bottom: 110px;
  }
}


/*******************************************/
/** 検索結果一覧 **/
/*******************************************/
.fs-p-productSearch {
  width:1200px;
  margin: 60px auto 0;
  border: 0;
}
.fs-body-search .fs-c-productList {
  padding: 0 0 107px;
}
@media screen and (max-width: 767px) {
  .fs-p-productSearch {
    width:100%;
    margin: 30px auto 0;
    border: 0;
  }
}


/*******************************************/
/** タブレットモード **/
/*******************************************/
@media screen and (min-width: 768px) and (max-width: 1199px) {
  /** トップページ **/
  .innerWrapNPheader {
    width:auto;
    margin: 0 auto;
  }
  .innerWrapNP {
    width:auto;
    margin: 0 auto;
  }
  .innerWrap {
    width:auto;
    margin: 0 auto;
    display: block;
    padding: 93px 0;
  }
  .fs-l-header__contents {
    padding: 0 10px;
  }
  .fs-l-header__contents .fs-l-header__utility {
    display: none;
  }
  .fs-l-header__rightContainer .headerLinkBtn {
    display: none;
  }
  .fs-c-breadcrumb__list {
    width:auto;
    margin: 0 auto;
    font-size:1.3rem;
    position: relative;
    z-index: 2;
  }

  .gnavWrap {
    display: block;
  }
  .gnavWrap .gnavLeft {
    width: 100%;
        height: auto;
    padding: 20px;
    background-image: url('https://greenstalecom.itembox.design/item/common/gnavbg-left_sp.png');
  }
  .gnavWrap .gnavRight {
    width: 100%;
        height: auto;
    padding: 20px;
    background-image: url('https://greenstalecom.itembox.design/item/common/gnavbg-right_sp.png');
  }
  .gnavWrap .gnavLeft > .flex, .gnavWrap .gnavRight > .flex {
    justify-content: flex-start;
  }
  .gnavWrap .gnavLeft > .flex {
    width: 100%;
  }
  .gnavWrap a {
    margin-right:20px;
  }
  .footNav .rightArea {
    position: relative;
    width:100%;
    padding-left:60px;
  }
  .fs-p-footerUtilityMenu__list {
    width: 1200px;
    margin: 0 auto;
  }
  
  .consult .flex {
    display: block;
  }
  .consult .rightArea::after {
    right: 0;
  }
  .popularcategories .flex {
    flex-wrap: wrap;
  }
  .recommendation > .flex {
    flex-wrap: wrap;
  }
  .searchSection .keywordArea .flex {
    width:100%;
  }
  .footGuide .information .flex {
    display: block;
  }
  .charm > .flex {
    display:block;
  }
  .searchSection .fs-p-searchForm {
    width:80%;
  }
  .fs-p-drawer {
    padding: 0;
  }
  .specialtyshop > .flex {
    display: block;
  }
  
  .specialtyshopPadding {
    width: 100%;
  }
  .recommendation .alsoRecommended .flex,
  .choose .decorate .flex {
    flex-wrap: wrap;
  }
  .recommendation .alsoRecommended .flex > div {
    width:33%;
  }
  .choose .decorate .flex a {
    width: 19%;
  }
  .choose .scene .flex a {
    width: 32%;
  }
  .thought .flex a:nth-of-type(1) {
    margin-right:0;
  }
  .footNav > .flex {
    display: block;
  }
  .footNav .rightArea {
    width: 100%;
  }
  .footNav .rightArea {
    padding-left: 0px;
  }
  .fs-p-ctrlDrawer:checked + .fs-p-drawer {
    width: 100%;
  }
  .cando .flex,
  .popularcategories .flex,
  .recommendation > .flex,
  .recommendation .alsoRecommended .flex,
  .choose .scene .flex,
  .hMenuNav {
    justify-content: center;
  }
  .consult .leftArea {
    width:100%;
  }
  .recommendation .flex > div {
    width: 35%;
    margin: 0 2% 40px;
  }
  .recommendation .alsoRecommended .flex {
    
    margin: 0 2%;
  }
  .charm > .flex > div {
    margin: 0 auto;
  }
  .fs-pt-list {
    width: 90%;
    margin: 0 auto;
  }
  .fs-body-top .footNav .rightArea::before {
    content: none;
  }
  .footGuide .information .flex div {
    width: 100%;
  }
  .footGuide .information .flex div {
    margin-bottom: 40px;
  }
  .footGuide .userGuide .flex {
    display: block;
  }
  .footGuide .userGuide .leftArea {
    width: 90%;
    margin: 0 5% 40px;
  }
  .footGuide .userGuide .rightArea {
    width: 90%;
    margin: 0 5% 40px;
  }
  .hMenuUtility {
    justify-content: space-between;
    align-items: center;
  }
  .headerMessage {
    padding-top: 10px;
  }
  .hMenu .fs-p-drawerButton {
    padding: 0 20px;
  }
  .hmStoreinfo .commonBtn {
    width: 40%;
    text-align: center;
    margin: 20px auto;
  }
  .fs-p-drawer .footNav--top {
    padding: 0 10px;
  }
  .hmStoreinfo p {
    text-align: center;
  }
  .copyright p {
    margin:0;
  }

  /** カテゴリー **/
  .category .inCategory .flex div {
    width: 24%;
  }
  .fs-c-productList {
    width: 100%;
  }
  .fs-c-productList__list__item {
    width: 90%;
  }
  .cando .flex > .rearrange > a > div {
    margin-bottom: 20px;
  }
  .footNav-under .footNav .rightArea ul {
    flex-wrap: wrap;
  }
  .footNav-under .footNav .rightArea ul li {
    width: 50%;
  }

  /** 商品詳細 **/
  .productComment .productData img {
    width: 100%;
    height: auto;
    aspect-ratio: 800 / 570;
    object-fit: cover; 
  }
  .productComment .productData .innerWrap {
    width: 90%;
    margin: 0 5%;
  }
  .productComment .delivery .innerWrap {
    padding: 50px 30px;
  }
  .fs-body-product .fs-l-pageMain .fs-l-productLayout {
    width: 94%;
  }
  .fs-l-product2 .fs-c-slick .slick-slide img {
    height: 300px;
  }
  /** 商品検索結果**/
  .fs-p-productSearch {
    width: 100%;
  }
  
  /** シンプルフッター **/
  .fs-p-footerUtilityMenu__list {
    width: 100%;
  }

  /** 商品詳細 **/
  .productComment .delivery .flex > div:nth-of-type(1) {
    width: 50%;
    padding: 0 20px 0;
  }
  .fs-body-product .fs-l-productLayout .spOnly {
    display: none;
  }
  .fs-body-product .fs-l-productLayout .pcOnly {
    display: block;
  }
}


/********************************************/
/********************************************/
/** ダミーデータ用css**/

.popularcategories .rightArea img {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .gnavWrap .gnavRight,.gnavWrap .gnavLeft {
    padding:5px!important;
  }
  .gnavWrap .gnavRight{
    padding-bottom: 15px!important;
  }
  .gnavWrap .gnavLeft > .flex {
    width: 100%!important;
  }
  .gnavWrap a {
    margin-right:10px!important;
    width:50%!important;
  }
  .gnavWrap a:nth-of-type(3) {
    display:none!important;
  } 
  .recommendation > .flex, .recommendation .alsoRecommended .flex {
    display: block!important;
  }
  .recommendation > .flex, .recommendation .alsoRecommended .flex {
    width: 100%!important;
  }
  .recommendation .flex > div {
    margin: 0 auto;
  }
  .recommendation .alsoRecommended .flex {
    display: flex !important;
    flex-wrap: wrap;
  }
  .popularcategories .flex:last-of-type img:last-of-type {
    display: none;
  }
  .category .inCategory .flex {
    display: flex !important;
    flex-wrap: wrap!important;
    width: 100%!important;
  }
  .category .inCategory .flex div {
    width: 49%;
    margin-bottom:20px;
  }
  .category .inCategory .price {
    margin-bottom: 10px;
  }
}


/********************************************/
/*20240828 hnb*/
/********************************************/
/*head logo*/
.fs-l-header__logo .fs-p-logo .top_page{display:none}
.fs-l-header__logo .fs-p-logo .under_page{display: block}
.fs-l-header__logo{padding:30px 0 10px !important;}
.fs-p-logo__image.under{height: 40px}
#fs_Top .fs-l-header__logo .fs-p-logo .top_page{display: block}
#fs_Top .fs-l-header__logo .fs-p-logo .under_page{display: none}
#fs_Top .fs-l-header__logo{padding:30px 0 !important;}


@media (max-width: 767px) { 
/*head logo*/
.fs-l-header__leftContainer{display: none}
.fs-l-header__contents{display: flex;padding: 0 5%;justify-content: space-between;align-items: center;margin-bottom: 10px}
.fs-l-header__logo{padding: 0 !important; margin: 0;width: 50%}
.fs-p-logo__image.under{height: auto}
.fs-l-header__rightContainer{margin-right: 0}
#fs_Top .fs-l-header__leftContainer{display: block;margin: 0}
#fs_Top .fs-l-header__contents {display: grid;}
#fs_Top .fs-l-header__logo{padding: 10px 0 5px !important; margin: 0 auto;width: auto}
}

/*グローバルナビ*/
@media (max-width: 767px) { 
.gnavWrap a:nth-of-type(3){display: flex !important}
.gnavWrap .gnavRight, .gnavWrap .gnavLeft{padding: 15px !important}
.gnavWrap .gnavLeft > .flex{overflow-x: auto;column-gap: 20px}
.gnavWrap .gnavLeft > .flex a{ flex-grow: 1;}
.gnavWrap .gnavLeft a:nth-of-type(1){min-width: 200px}
.gnavWrap .gnavLeft a:nth-of-type(2){min-width: 270px}
.gnavWrap .gnavLeft a:nth-of-type(3){min-width: 150px}

}

/*グローバルナビ 吹き出しメニュー*/
.gnavRight .open{display: none}
.gnavRight .flex_nav{display: flex;justify-content: space-between;position: relative}
.gnavRight .flex_nav .box1{width: 57%}
.gnavRight .flex_nav .box2{width: 43%}
.gnavRight .flex_nav .box1 .trigger{background: url(https://greenstalecom.itembox.design/item/common//trigger1.png) no-repeat 90% center;cursor: pointer}
.gnavRight .flex_nav .box1 .trigger.active{background: url(https://greenstalecom.itembox.design/item/common//trigger2.png) no-repeat 90% center}
.gnavRight .flex_nav .box2 .trigger{background: url(https://greenstalecom.itembox.design/item/common//trigger1.png) no-repeat 100% center;cursor: pointer}
.gnavRight .flex_nav .box2 .trigger.active{background: url(https://greenstalecom.itembox.design/item/common//trigger2.png) no-repeat 100% center}
.gnavRight .flex_nav .open{ box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 10);background-color: rgba(245,240,234,0.80);position: absolute;top:110px;padding: 20px 40px;min-width: 600px;}
.gnavRight .flex_nav .open .flex{display: flex;justify-content: space-between}
.gnavRight .flex_nav .open ul{padding: 0;width: 50%;margin: 0}
.gnavRight .flex_nav .open li{list-style: none;margin: 10px 0}
.gnavRight .flex_nav .open li a{color: #40322A;display: flex;align-items: center}
.gnavRight .flex_nav .open li a img {width: 58px;height: 58px;flex-shrink: 0;}
.gnavRight .flex_nav .open li p{font-weight: bold;letter-spacing: 0.05em;margin: 0 0 0 10px;}

.gnavRight .flex_nav .open .icon img{width: 28px;}

.gnavRight .flex_nav .box1 .open {left: -50%;}
.gnavRight .flex_nav .box1 .open .icon{position:absolute;top: -38px;left: 224px;}
.gnavRight .flex_nav .box2 .open {left: -34%;}
.gnavRight .flex_nav .box2 .open .icon{position:absolute;top: -38px;left: 404px;}
@media (max-width: 1200px) { 
.gnavRight .flex_nav .open{top:90px;}
.gnavRight .flex_nav .box1 .open {left: 0%;min-width: 70%}
.gnavRight .flex_nav .box1 .open .icon{position:absolute;top: -38px;left: 2%;}
.gnavRight .flex_nav .box2 .open {right: 0%;min-width: 70%;left: auto}
.gnavRight .flex_nav .box2 .open .icon{position:absolute;top: -38px;left: 41%;}
}
@media (max-width: 767px) { 
.gnavRight .flex_nav .trigger a{width: 100% !important}
.gnavRight .flex_nav .open{padding: 10px;top: 70px}
.gnavRight .flex_nav .open .flex{display: flex !important;justify-content: space-between}
.gnavRight .flex_nav .open li a{display: flex !important;width: 100% !important}
.gnavRight .flex_nav .open li p{margin: 0 0 0 5px;}
.gnavRight .flex_nav .box1 .open {left: 0%;min-width: 100%}
.gnavRight .flex_nav .box1 .open .icon{position:absolute;top: -38px;left: 2%;}
.gnavRight .flex_nav .box2 .open {right: 0%;min-width: 100%;left: auto}
.gnavRight .flex_nav .box2 .open .icon{position:absolute;top: -38px;left: 58%;}
}

/*トップページカテゴリエリア*/
.popularcategories .rightArea .category_slide,
.popularcategories .rightArea .category_slide p.img{margin-top: 0}
.popularcategories .rightArea ul{padding: 0;width: 90%; margin: 0 auto;}

.popularcategories .rightArea .fs-c-slick a{color: #333;width: 95%}
.popularcategories .rightArea img{width: 100%;}
.popularcategories .rightArea p.name{font-size: 14px;font-weight: bold;}
.popularcategories .rightArea p.price{font-size: 14px}
.popularcategories .rightArea p.price{font-size: 14px}
.popularcategories .rightArea p.price span{font-size: 12px}

.popularcategories .fs-c-slick .slick-prev{left: -27px}
.popularcategories .fs-c-slick .slick-next{right: -46px}
.popularcategories .fs-c-slick .slick-prev,
.popularcategories .fs-c-slick .slick-next{top: 34%}

.popularcategories .fs-c-slick .slick-next:before{content: "";}
.popularcategories .fs-c-slick .slick-prev:before{content: "";}
.popularcategories .fs-c-slick .slick-next{background: url(https://greenstalecom.itembox.design/item/top/slide_next.png) no-repeat}
.popularcategories .fs-c-slick .slick-prev{background: url(https://greenstalecom.itembox.design/item/top/slide_pre.png) no-repeat}
.popularcategories .rightArea a.commonBtn{width: 50%}
.pcOnly_type2{display: block}
.spOnly_type2{display: none}
@media (max-width: 767px) { 
.pcOnly_type2{display: none}
.spOnly_type2{display: block}
.popularcategories .rightArea ul{margin: 0;width: 100%}
.popularcategories .rightArea .category_slide_sp{overflow-x: auto;column-gap: 20px;display: flex;margin-bottom: 20px}
.popularcategories .rightArea .category_slide_sp li{ flex-grow: 1;min-width: 200px}
.popularcategories .rightArea .category_slide_sp,
.popularcategories .rightArea .category_slide_sp p.img{margin-top: 0}
.popularcategories .rightArea .category_slide_sp ul{padding: 0;width: 100%; margin: 0 auto;}

.popularcategories .rightArea .category_slide_sp a{color: #333;width: 95%}
.popularcategories .rightArea img{width: 100%;}
.popularcategories .flex:last-of-type img:last-of-type { display: block !important;}
.popularcategories .rightArea p.name{font-size: 14px;font-weight: bold;}
.popularcategories .rightArea p.price{font-size: 14px}
.popularcategories .rightArea p.price{font-size: 14px}
.popularcategories .rightArea p.price span{font-size: 12px}
.popularcategories .rightArea li{list-style: none}
.popularcategories .rightArea a.commonBtn{width: 100%}
}

/*トップページおすすめエリア*/
.recommendation .alsoRecommended_nav .flex{justify-content:space-between;margin-bottom: 80px}
@media (max-width: 1200px) { 
.recommendation .alsoRecommended .flex{overflow-x: auto;column-gap: 0px;flex-wrap: nowrap;display: flex !important}
.recommendation .alsoRecommended_nav .flex{overflow-x: auto;column-gap: 0px;flex-wrap: nowrap;display: flex !important}
.recommendation .alsoRecommended .flex div.item{ flex-grow: 1;min-width: 200px}
.recommendation .alsoRecommended_nav .flex div.item{ flex-grow: 1;min-width: 270px;}
}
@media (max-width: 767px) { 
.recommendation .alsoRecommended .flex{overflow-x: auto;column-gap: 20px;flex-wrap: nowrap;display: flex !important}
.recommendation .alsoRecommended_nav .flex{overflow-x: auto;column-gap: 30px;flex-wrap: nowrap;display: flex !important}
}