@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.fs-l-page {
  padding-top: 146px;
}

@media screen and (min-width: 768px) {
  .fs-l-page {
    padding-top: 157px;
  }
}

/*-----------------------
  header
-----------------------*/
.fs-l-header {
  background-color: #fff;
  padding-bottom: 8px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.fs-preview-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.fs-p-headerNavBar {
  background: none;
  border: none;
  border-top: #777 1px solid;
}

.fs-p-headerNavigation__link {
  color: #1f2654;
  font-family: 'Noto Serif JP', serif;
}

.fs-p-headerNavigation__link:link {
  color: #1f2654;
}

.fs-p-headerNavigation__link:visited {
  color: #1f2654;
}

.fs-p-headerNavigation__link:hover {
  color: #1f2654;
}

.fs-p-headerNavigation__link:active {
  color: #1f2654;
}

.fs-p-headerNavigation__link > i {
  display: none;
}

.fs-p-headerNavigation__link .fs-p-cartItemNumber {
  background-color: #1f2654;
  /* 静的コーディング用にカート個数を強制表示 */
  /* display: block !important; */
  /* Noto Sans での崩れ対応 */
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.fs-p-headerNavigation__search {
  margin: 0 10px;
  width: 200px;
}

.fs-p-headerNavigation__search .fs-p-inputGroup {
  background: none;
  border-color: #777;
  border-radius: 100px;
}

.fs-p-headerNavigation__search .fs-p-searchForm__input {
  border-radius: 100px 0 0 100px;
}

.fs-p-headerNavigation__search .fs-p-searchForm__button {
  background: none;
}

.fs-p-headerNavigation__search .fs-p-searchForm__button::before {
  color: #777;
}

@media screen and (min-width: 768px) {
  .fs-p-headerNavBar {
    padding-top: 10px;
  }

  .fs-p-headerNavigation {
    justify-content: center;
    position: relative;
  }

  .fs-p-headerNavigation__link {
    font-size: 1.6rem;
  }

  .fs-p-headerNavigation__search {
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}


/*-----------------------
  breadcrumb
-----------------------*/
.fs-c-breadcrumb {
  max-width: 1216px;
}

.fs-c-breadcrumb__list {
  padding: 8px;
}

@media screen and (min-width: 768px) {
  .fs-c-breadcrumb {
    margin: 20px auto 0;
  }
}

/*-----------------------
  footer
-----------------------*/
#fs_p_scrollingCartButton {
  /* スクロールなしでも表示 */
  display: block !important;
}

#fs_p_scrollingCartButton .fs-p-scrollingCartButton__button {
  background-color: #1f2654;
}

#fs_p_scrollingCartButton .fs-p-cartItemNumber {
  background-color: #fff;
  color: #1f2654;
  /* 静的コーディング用にカート個数を強制表示 */
  /* display: block !important; */
  /* Noto Sans での崩れ対応 */
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.fs-p-footerPageTop {
  bottom: 0;
  max-width: none;
  padding: 0;
  position: fixed;
}

.fs-p-footerPageTop__link {
  background-color: #4a4a4a;
}

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

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

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

@media screen and (min-width: 768px) {
  #fs_p_scrollingCartButton {
    bottom: 74px;
  }

  .fs-p-footerPageTop__link {
    height: 64px;
    width: 64px;
  }

  .fs-p-footerPageTop__link::before {
    line-height: 64px;
  }
}

/*-----------------------
  商品詳細 body#fs_ProductDetails
-----------------------*/
body#fs_ProductDetails .fs-c-productOption, body#fs_ProductDetails .fs-c-productSelection {
  margin-top: -15px;
}

body#fs_ProductDetails .fs-c-productOption__name, body#fs_ProductDetails .fs-c-productSelection__name {
  background-color: #777;
  border-radius: 100px;
  color: #fff;
  font-weight: 400;
  margin: 15px 0 5px;
  padding: 4px 10px;
}

body#fs_ProductDetails .fs-c-radioGroup .fs-c-radio, body#fs_ProductDetails .fs-c-checkboxGroup .fs-c-checkbox {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px 5px;
}

body#fs_ProductDetails .fs-c-button--addToCart--detail {
  background-color: #2b3b9e;
  border: none;
  border-radius: 6px;
  font-size: 1.8rem;
  padding: 2rem;
}

body#fs_ProductDetails .fs-c-productActionButton + .reset {
  display: flex;
  justify-content: center;
}

body#fs_ProductDetails .fs-c-productActionButton + .reset a {
  border: #2b3b9e 1px solid;
  border-radius: 6px;
  color: #2b3b9e;
  font-size: 1.8rem;
  line-height: 1;
  min-width: 240px;
  padding: 1rem 2rem;
  text-align: center;
}

body#fs_ProductDetails .fs-c-productActionButton + .reset + .reset_message {
  background-color: #eee;
  display: table;
  font-size: 1.2rem;
  margin: 15px auto 30px;
  padding: 15px;
  position: relative;
}

body#fs_ProductDetails .fs-c-productActionButton + .reset + .reset_message::before {
  border-bottom: 15px solid #eee;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-style: solid;
  border-top: 0;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: -15px;
  transform: translateX(-50%);
  width: 0;
}

body#fs_ProductDetails .fs-c-productActionButton + .reset + .reset_message ._red {
  color: #f00;
  font-weight: 700;
}

body#fs_ProductDetails .fs-c-documentColumn__heading {
  border: none;
  border-bottom: #777 1px solid;
  color: #1f2654;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  padding: 0 0 10px;
}

body#fs_ProductDetails .fs-c-documentSubContent__heading {
  border: none;
  border-bottom: #777 1px solid;
  font-family: 'Noto Serif JP', serif;
  margin-top: 15px;
  padding: 0 0 10px;
}

@media screen and (min-width: 768px) {
  body#fs_ProductDetails .fs-c-productActionButton + .reset + .reset_message {
    text-align: center;
  }

  body#fs_ProductDetails .fs-c-productOption, body#fs_ProductDetails .fs-c-productSelection {
    align-items: flex-start;
    margin-top: -25px;
  }

  body#fs_ProductDetails .fs-c-productOption__name, body#fs_ProductDetails .fs-c-productSelection__name {
    display: table;
    font-size: 1.4rem;
    margin-top: 25px;
    width: auto;
  }

  body#fs_ProductDetails .fs-c-productOption__option, body#fs_ProductDetails .fs-c-productSelection__selection {
    width: 100%;
  }

  body#fs_ProductDetails .fs-c-radioGroup, body#fs_ProductDetails .fs-c-checkboxGroup {
    flex-direction: column;
  }
}

/*-----------------------
  cart #fs_ShoppingCart
-----------------------*/
#fs_ShoppingCart #fs-checkout-payHere-container .fs-c-button--loginAndPurchase {
  padding: .8rem;
  width: 100%;
}

#fs_ShoppingCart #fs-checkout-payHere-container .fs-c-button--unregisteredUserPurchase {
  padding: .8rem;
  width: 100%;
}
