@charset "utf-8";
/* CSS Document */
/***********************************
	プレビューヘッダー消す
***********************************/
.fs-preview-header {
  display: none;
}
/***********************************
	＊＊
***********************************/
a {
  text-decoration: none;
}
img {
  vertical-align: bottom;
}
* {
  box-shadow: none !important;
}
/***********************************
	fs
***********************************/
/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false {
  display: none;
}
.login.my-true {
  display: none;
}
.fs-l-main {
  margin: 0 auto 80px;
  padding: 0 8px;
  max-width: 1216px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fs-c-button--viewExtendedImage {
  display: none;
}
.fs-l-footer {
  margin-top: 0;
}
/*トップへ戻る*/
.fs-p-footerPageTop__link {
  background-color: #8b0000;
}
/*フッター*/
.fs-l-footer {
  border-top: none;
}
/***********************************
	出し分け
***********************************/
@media screen and (min-width: 1200px) {
  .SP {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .PC {
    display: none;
  }
}
/***********************************
	全体
***********************************/
.fs-l-page {
  margin: 0;
  padding: 0;
}
.fs-l-header {
  display: block;
  padding-top: 0;
}
.wrap {
  padding-top: 90px;
}
/***********************************
	ヘッダー
***********************************/
#header {
  background-image: url("https://honoakari.itembox.design/item/img/headfoot.jpg?t=20190815150712");
  width: 100%;
  background-color: #8b0000;
  margin: 0;
  padding: 0;
  height: 90px;
  overflow: hidden;
  z-index: 9;
  position: fixed;
  top: 0;
}
#header a {
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}
#header li a:hover {
  color: #DBA827;
  text-decoration: none;
}
#header a:visited {
  color: #fff;
}
.header-inner {
  width: 1200px;
  margin: 15px auto;
}
h1.header-logo {
  float: left;
  margin: 0;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  #header h1 {
    float: none;
    margin: 15px 2%;
    display: inline-block;
  }
}
.header-inner ul {
  margin: 0;
  float: left;
  list-style: none;
}
.header-inner li {
  float: left;
  margin-right: 20px;
  font-size: 14px;
  line-height: 1;
  margin-top: 35px;
}
.header-inner-right {
  float: right;
}
.header-cart {
  float: left;
  margin: 14px 20px 0 0;
  position: relative;
}
.header-cart img {
  height: 32px;
}
.header-cart p {
  padding: 0;
  margin: 3px 0 0;
}
.fs-p-cartItemNumber {
  background: none;
  color: #ffffff;
  position: absolute;
  font-size: 13px;
  top: 12px;
  left: 3px;
  display: block;
}
.fs-p-cartItemNumber.fs-client-cart-count--0 {
  display: block;
}
.header-cart a {
  color: #fff;
}
.header-cart a:hover {
  color: #fff;
}
/* テキストボタン */
.goItem {
  overflow: hidden;
  margin: 5px auto 0;
  position: relative;
  border-radius: 5px;
  width: 180px;
}
@media screen and (max-width: 1200px) {
  .goItem {
    width: 80%;
  }
}
.goItem a {
  display: block;
  z-index: 100;
  text-align: center;
  background: #303030;
  color: #fff;
  font-size: 13px;
  line-height: 50px;
  padding: 0 50px;
  text-decoration: none;
}
.goItem a:hover {
  background: #DBA827;
  color: #fff;
}
/***********************************
	ドロワーメニュー
***********************************/
#nav-header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: 90px;
  background: #8B0000;
  position: relative;
}
#nav-header h1 {
  width: 100px;
  padding: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#nav-header h1 img {
  width: 100%;
  vertical-align: bottom;
}
#nav-inner {
  width: 100%;
  margin: 0;
  padding: 10px 0 80px;
}
#nav-inner ul {
  margin: 0 auto;
  list-style: none;
  text-align: center;
  padding: 0;
}
#nav-inner li {
  margin-right: 0;
  font-size: 15px;
  line-height: 50px;
  font-family: 'Lato', sans-serif;
}
#nav-inner li a {
  color: #DBA827
}
#nav-inner div.nav-info {
  display: flex;
  justify-content: center;
}
#nav-inner div.nav-info p {
  padding: 10px;
}
#nav-inner div.nav-info img {
  width: 30px;
  vertical-align: bottom;
}
/***********************************
	フッター
***********************************/
#footer {
  background-image: url("https://honoakari.itembox.design/item/img/headfoot.jpg?t=20190815150712");
  width: 100%;
  background-color: #8b0000;
  padding: 20px 0;
  bottom: 0;
  z-index: 9;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer li a:hover {
  color: #DBA827;
  text-decoration: none;
}
#footer a:visited {
  color: #fff;
}
#footer ul {
  margin: 15px auto;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#footer li {
  float: left;
  margin: 0 10px 5px;
  font-size: 12px;
}
.footer-copyright {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  color: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  text-align: center;
}
/***********************************
	パンくず
***********************************/
.fs-c-breadcrumb {
  font-size: 1.2rem;
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.fs-c-breadcrumb__list {
  box-sizing: border-box;
  list-style: none;
  padding: 10px 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .fs-c-breadcrumb__list {
    padding-left: 2%;
  }
}
.fs-c-breadcrumb__list > li {
  box-sizing: border-box;
}
.fs-c-breadcrumb__listItem {
  display: inline-block;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: " > ";
}
/***********************************
	アイテムリスト
***********************************/
#itemList {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 0 0;
  width: 96%;
  max-width: 1000px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  #itemList {
    padding: 20px 0 0;
  }
}
#itemList div.itemList-innner {
  box-sizing: border-box;
  margin: 0 0 100px;
  max-width: 450px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #itemList div.itemList-innner {
    margin: 0 auto 100px;
  }
}
#itemList h3 {
  font-weight: normal;
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: .1rem;
  margin: 10px 0 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #303030;
  display: inline-block;
}
#itemList div.itemListImg {
  position: relative;
}
#itemList div.itemListImg img {
  width: 100%;
}
#itemList div.itemListImg p {
  position: absolute;
  top: 0;
  left: 0;
  background: #DBA827;
  padding: 8px 20px;
  margin: 0;
  font-size: 14px;
  color: #fff;
}
#itemList p.zaiko {
  color: #93797A;
  font-size: 12px;
  font-weight: bold;
}
#itemList a {
  text-decoration: none;
}
#itemList a:hover {
  color: #303030;
}
/***********************************
	コンセプト
***********************************/
#concept {
  position: relative;
  height: 100vh;
  box-sizing: border-box;
  background: url(https://honoakari.itembox.design/item/img/conceptBg.jpg?d=20190815152957);
  margin: 0 0 0;
}
#concept div {
  padding: 200px 0 0;
  margin: 0 auto;
  color: #707070;
  text-align: center;
  max-width: 1000px;
  width: 96%;
}
#concept h2 {
  font-weight: normal;
  font-size: 50px;
  font-family: 'Noto Serif JP', serif;
  margin: 0;
}
#concept p {
  font-size: 20px;
  line-height: 1.8;
  font-family: 'Noto Serif JP', serif;
  border-top: 1px #707070 solid;
  padding: 20px 0 0;
  margin: 20px auto 10px;
  box-sizing: border-box;
  max-width: 600px;
  width: 96%;
}
#concept h3 {
  font-weight: normal;
  font-size: 50px;
  font-family: 'EB Garamond', serif;
  letter-spacing: .2rem;
  margin: 0;
}
@media screen and (max-width: 800px) {
  #concept {
    height: 70vh;
  }
  #concept div {
    padding: 100px 0 0;
  }
  #concept h2 {
    font-size: 30px;
  }
  #concept p {
    font-size: 14px;
  }
  #concept h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  #concept h2 {
    font-size: 20px;
  }
  #concept h3 {
    font-size: 20px;
  }
}
/***********************************
	トーク
***********************************/
#talk {
  box-sizing: border-box;
  margin: 0 auto 50px;
  padding: 50px 0;
  max-width: 1000px;
  width: 96%;
}
#talk h3 {
  font-weight: normal;
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  letter-spacing: .1rem;
  margin: 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #303030;
  display: inline-block;
}
#talk p {
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  padding: 0;
  margin: 5px 0 100px;
}
@media screen and (max-width: 480px) {
  #talk {
    padding: 10px 0;
  }
  #talk h3 {
    font-size: 16px;
  }
  #talk p {
    font-size: 12px;
    margin: 5px 0 50px;
  }
}
/* youtube埋め込み */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 15px 0 10px;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/***********************************
	メッセージ
***********************************/
#message {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 0 80px;
  max-width: 900px;
  width: 96%;
}
#message h3 {
  font-weight: normal;
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  margin: 0;
  padding: 0 0 5px;
}
#message p {
  font-size: 14px;
  padding: 0;
  margin: 30px 0 100px;
  line-height: 1.8em;
  overflow: hidden;
}
#message img {
  float: right;
  margin: 0 0 20px 15px;
}
#message img.sign {
  float: right;
  margin: 50px 0 20px 15px;
}
@media screen and (max-width: 800px) {
  #message img {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 640px) {
  #message {
    padding: 20px 0 0;
  }
  #message h3 {
    font-size: 18px;
  }
  #message p {
    margin: 10px 0 100px;
    line-height: 2em;
  }
  #message img.sign {
    width: 150px;
  }
}
/***********************************
	プロダクト
***********************************/
#product {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 0 160px;
  max-width: 1000px;
  width: 96%;
  overflow: hidden;
}
#product h3 {
  font-weight: normal;
  font-size: 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: .1rem;
  margin: 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #303030;
}
#product div.product-innner {
  margin: 0 0 100px;
  overflow: hidden;
}
#product div.left {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: .1rem;
  padding-right: 20px;
  width: 490px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
#product div.right {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: .1rem;
  padding-left: 0;
  width: 500px;
  box-sizing: border-box;
  display: block;
  vertical-align: middle;
  float: right;
}
@media screen and (max-width: 1000px) {
  #product div.left {
    padding-right: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 450px;
    float: none;
    display: block;
  }
  #product div.right {
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 450px;
    float: none;
    display: block;
  }
}
#product img {
  width: 100%;
}
#product p {
  font-size: 14px;
  padding: 0;
  line-height: 1.8em;
  margin: 5px 0 0;
  font-family: 'Noto Serif JP', serif;
}
#product span {
  font-size: 12px;
  font-family: 'Noto Serif JP', serif;
}
/***********************************
	ガイド系
***********************************/
#guide {
  box-sizing: border-box;
  margin: 0 auto 0;
  padding: 50px 0 150px;
  max-width: 900px;
  width: 96%;
  overflow: hidden;
}
#guide h3 {
  font-weight: bold;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: .1rem;
  margin: 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #303030;
}
#guide p {
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  padding: 0;
  line-height: 1.8em;
  overflow: hidden;
  margin: 30px 0 0;
}
#guide a {
  text-decoration: underline;
  color: #303030;
}
#guide a:hover {
  color: #DBA827;
}
/***********************************
	コンタクト
***********************************/
#contact {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 0 0px;
  width: 800px;
  overflow: hidden;
}
#contact h3 {
  font-weight: normal;
  font-size: 20px;
  font-family: 'EB Garamond', serif;
  letter-spacing: .1rem;
  margin: 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #303030;
}
#contact h3 span {
  float: right;
  font-size: 14px;
  line-height: 1.8em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#contact .frame {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 90vh;
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
/***********************************
	商品＋カート
***********************************/
.fs-p-snsArea {
  margin-top: 30px;
}
.fs-c-productNumber {
  border: none;
  font-size: 1.2rem;
  padding: 0;
  color: #bbbbbb;
  font-weight: normal;
}
.fs-c-productNumber__number {
  font-weight: normal;
}
.fs-c-productNameHeading {
  color: #303030;
  font-size: 2.5rem;
  text-align: left;
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
}
.fs-c-button--addToCart--detail {
  line-height: 70px;
  margin: 0;
  padding: 0px;
  box-shadow: none;
  border: none;
  width: 100%;
}
.fs-c-returnedSpecialContract__link {
  text-align: right;
}
.fs-c-button--addToCart--detail:hover {
  background: #DBA827;
  opacity: 1;
}
.fs-c-button--plain {
  line-height: 50px;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 320px) {
  .fs-c-button--plain {
    width: 100%;
  }
}
.fs-c-button--inquiryAboutProduct {
  width: 100%;
}
.fs-c-button--plain:hover {
  background: #ebebeb;
  text-decoration: none;
}
.fs-c-productNotice--outOfStock {
  background: #fff;
  padding: 4px;
  font-size: 24px;
  color: #93797A;
  font-family: 'EB Garamond', serif;
  text-align: center;
}
.fs-c-button--viewExtendedImage {
  border: none;
  padding: 0;
}
.fs-c-button--viewExtendedImage:hover {
  background: none;
}
.fs-c-button--plain.fs-c-button--viewExtendedImage::before {
  content: "\e912";
  font-size: 3rem;
}
@media screen and (min-width: 960px) {
  .fs-l-product2 .fs-l-productLayout {
    grid-template-columns: calc(60% - 50px / 2) calc(40% - 50px / 2);
    grid-gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-c-heading--page {
    padding: 0 0 15px;
  }
}
.fs-c-cartTable__actionButton button {
  padding: 0 8px;
  line-height: 3em;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #8b0000;
  border-color: #8b0000;
}
.fs-c-button--secondary {
  box-shadow: none;
}
.fs-c-button--secondary:hover {
  background: #DBA827;
  border-color: #DBA827;
  opacity: 1;
}
.fs-c-heading--page {
  border: none;
  color: #303030;
  margin-top: 20px;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .fs-c-cartTableContainer {
    border: none;
    border-radius: 3px;
    padding: 0 0 30px;
  }
}
.fs-body-closed, .fs-body-closed .fs-l-main, .fs-body-closed .fs-l-pageMain {
  width: 100%;
  max-width: 100%;
  height: 90vh;
  margin: 0 auto;
  padding: 0;
}
.fs-p-closed {
  padding-top: 50px;
}
.fs-c-button--standard {
  box-shadow: none;
}
.fs-c-button--standard:hover {
  opacity: 0.8;
}
.fs-c-button--primary {
  box-shadow: none;
}
.fs-c-button--primary:hover {
  background: #DBA827;
  border-color: #DBA827;
  opacity: 1;
}
@media screen and (min-width: 640px) {
  .fs-c-productCarouselMainImage__image > img {
    max-width: 695px;
    max-height: 695px;
  }
}
/***********************************
	マイページ
***********************************/
@media screen and (max-width: 640px) {
  .fs-c-accountService__page {
    flex-basis: 30%;
    display: flex;
    align-items: stretch;
    height: 128px;
    margin: 1.5%;
  }
  .fs-c-accountService {
    justify-content: center;
  }
}
.fs-c-accountService li:last-child {
  display: none;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  background: #fff;
  border: 1px solid #888;
  color: #888;
}
.accountlogout {
  overflow: hidden;
  margin: 10px auto;
  padding: 0;
  width: 100%;
}
.accountlogout a {
  display: block;
  position: relative;
  z-index: 0;
  text-align: center;
  background: #fff;
  color: #333;
  font-size: 13px;
  line-height: 50px;
  text-decoration: none;
  border-radius: 10px;
}
.accountdelete {
  overflow: hidden;
  margin: 0 auto 10px;
  padding: 0;
  width: 100%;
}
.accountdelete a {
  display: block;
  position: relative;
  z-index: 0;
  text-align: center;
  background: #fff;
  color: #888;
  font-size: 12px;
  line-height: 40px;
  text-decoration: none;
  border-radius: 10px;
}
/***********************************
	領収書
***********************************/
.receipt {
  text-align: center;
  padding: 0;
  margin: 0 0 20px;
  color: #8B0000;
  font-weight: bold;
}
.fs-c-checkout-preview__title {
  line-height: 1.6;
}
/***********************************
	完了画面
***********************************/
.fs-c-checkoutSuccess.fs-c-subSection h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.fs-c-checkoutSuccess.fs-c-subSection p {
  text-align: center;
}
/***********************************
	上書き
***********************************/
.fs-body-login .fs-c-loginForm {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.fs-c-newUsers__message.fs-c-subSection__message {
  text-align: left;
  padding: 20px 0 0;
  max-width: 500px;
  margin: 0 auto;
}
.fs-c-subSection__title {
  border-bottom: 1px solid currentColor;
  color: #303030;
  font-size: 1.8rem;
  margin-bottom: 0;
  display: inline-block;
}
.fs-body-cart-login .fs-c-loginForm {
  margin: 24px auto;
  max-width: 600px;
  text-align: center;
}
/***********************************
	カート画面
***********************************/
/*カートの削除ボタン*/
.fs-c-button--cancel--cart.fs-c-button--plain {
  background: #F5F5F5;
  color: #888;
  border: none;
}
/*カートのあとで買うボタン*/
.fs-c-button--buyItLater.fs-c-button--plain {
  background: #F5F5F5;
  color: #888;
  border: none;
}
.fs-l-cart .fs-p-announcement h2.fs-p-announcement__title {
  background: #fff;
  color: #333;
  border-bottom: #333 1px solid;
  padding: 0 0 .2em;
  margin: 0 auto 20px;
  display: inline-block;
  text-align: center;
}
.fs-p-announcement {
  margin: 32px 0;
  text-align: center;
}
.fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
  border: none;
}
.fs-p-announcement h2.fs-p-announcement__title {
  background: #fff;
  color: #333;
  border: none;
  padding: 0em;
  margin: 0 auto 0;
  max-width: 400px;
  text-align: center;
}
/***********************************
	ボタン調整
***********************************/
/*カート画面未ログインログインして進む*/
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--loginAndPurchase .fs-c-button--loginAndPurchase.fs-c-button--primary {
  background: #333;
  color: #fff;
  border: none;
  line-height: 50px;
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto 10px;
  padding: 0;
}
/*カート画面未ログインご注文手続きへ進む*/
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--registerAndPurchase a, .fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--unregisteredUserPurchase a {
  background: #fff;
  border: 1px #333 solid;
  color: #333;
  line-height: 50px;
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto 10px;
  padding: 0;
}
/*カート画面ログインご注文手続きへ進む*/
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--purchaseHere .fs-c-button--purchaseHere.fs-c-button--primary {
  background: #333;
  line-height: 50px;
  color: #fff;
  width: 100%;
  max-width: 400px;
  border: none;
}
/*ショッピングを続ける*/
.fs-c-continueShopping .fs-c-button--continueShopping.fs-c-button--standard {
  background: #f5f5f5;
  color: #888;
  line-height: 40px;
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 10px auto 0;
  border: none;
}
@media screen and (max-width: 600px) {
  .fs-c-button--continueShopping {
    min-width: 50%;
  }
}
.fs-c-newUsers.fs-c-subSection {
  text-align: center;
}
/*マイページ*/
.fs-c-button--primary {
  background: #303030;
  border: 1px solid #303030;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  padding: 0 1.6em 0;
  box-shadow: 0 0 2px #b2b2b2;
  min-width: 240px;
}
.fs-c-button--standard {
  background: #ebebeb;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  color: #303030;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  padding: 0 1.6em 0;
  box-shadow: 0 0 2px #b2b2b2;
}
.fs-c-buttonContainer--pair {
  grid-row-gap: 20px;
}
.fs-c-buttonContainer--myPageTop, .fs-c-buttonContainer--back {
  margin-top: 20px;
}
/*お届け先追加*/
.fs-c-button--secondary {
  line-height: 40px;
}
/***********************************
	その他調整
***********************************/
/*ログインh2中央寄せ*/
.fs-c-loginForm {
  text-align: center;
}
/***********************************
	レスポンシブ
***********************************/

@media screen and (min-width:480px){
	.pc_hide{
		display:none;
	}
}

@media screen and (max-width:481px){
	.sp_hide{
		display:none;
	}
}