@charset "UTF-8";
@font-face {
  font-family: "felix";
  src: url("https://untule.itembox.design/item/images/e-gift//font/felix-titling.otf") format("opentype"); }
/*--------------------
共通設定
----------------------*/
* {
  padding: 0;
  margin: 0;
  font-size: 14px; }

img, video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #3c463c; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

ul, ol {
  list-style: none; }

span.pc, br.pc {
  display: inline-block; }
  @media screen and (max-width: 600px) {
    span.pc, br.pc {
      display: none; } }
span.sp, br.sp {
  display: none; }
  @media screen and (max-width: 600px) {
    span.sp, br.sp {
      display: block; } }

/*----------------------------*/
.fs-l-page {
  padding-top: 50px; }

.fs-l-main {
  display: block; }

.fs-c-button--primary {
  font-size: 1.0em;
  border-color: #7A8C5B; }

.fs-c-continueShopping {
  text-align: center;
  margin: 0 auto; }

.fs-c-button--standard {
  border: none;
  box-shadow: none;
  background: none; }

.fs-c-purchaseHere__message, .fs-c-payWithAmazon__message {
  width: fit-content;
  margin: 0 auto; }
  .fs-c-purchaseHere__message p, .fs-c-payWithAmazon__message p {
    font-size: 12px; }
    @media screen and (max-width: 600px) {
      .fs-c-purchaseHere__message p, .fs-c-payWithAmazon__message p {
        font-size: 2.7vw; } }

.fs-c-cartTable__actionButton__container > button {
  font-size: 1.0em; }
  .fs-c-cartTable__actionButton__container > button .fs-c-button__label {
    font-size: 80%; }

/*-----------------------------------*/
#fs_ShoppingCartLogin .fs-l-main {
  max-width: 600px;
  margin: 24px auto 48px; }
  @media screen and (max-width: 600px) {
    #fs_ShoppingCartLogin .fs-l-main {
      width: 90%; } }
  #fs_ShoppingCartLogin .fs-l-main .fs-c-guestPurchase {
    border: none; }
  #fs_ShoppingCartLogin .fs-l-main .fs-c-button--plain {
    color: #3c463c; }
  #fs_ShoppingCartLogin .fs-l-main .fs-c-fsLogin .fs-c-button__label {
    color: #fdfdf8; }

.fs-c-subSection__title, .fs-c-linkedServiceLogin__title {
  font-size: 1.0em;
  line-height: 2.0; }

/*-----------------------------------*/
#fs_CustomerDetails .fs-l-main {
  margin-bottom: 48px; }
  @media screen and (max-width: 600px) {
    #fs_CustomerDetails .fs-l-main {
      width: 95%; } }
  #fs_CustomerDetails .fs-l-main .fs-c-button--secondary {
    background: #7A8C5B;
    border-color: #7A8C5B; }
  #fs_CustomerDetails .fs-l-main .fs-c-checkbox__labelText a {
    text-decoration: underline; }

/*--------------------------------------*/
#fs_Checkout .attention {
  margin-top: 8px; }
  #fs_Checkout .attention ul li {
    padding-left: 1.2em;
    font-size: 12px;
    position: relative; }
    #fs_Checkout .attention ul li::before {
      position: absolute;
      content: "※";
      left: 0;
      top: 0;
      font-size: 12px; }
#fs_Checkout .fs-c-checkout-customerInfo__name ruby, #fs_Checkout .fs-c-checkout-destination__name ruby {
  font-size: 16px; }
  #fs_Checkout .fs-c-checkout-customerInfo__name ruby rt, #fs_Checkout .fs-c-checkout-destination__name ruby rt {
    font-size: 80%; }
#fs_Checkout .fs-c-button--standard {
  border: 1px solid #3c463c; }
#fs_Checkout .fs-c-confirmOrder--rakutenPayV2 {
  max-width: 400px;
  margin: 24px auto;
  text-align: center; }
#fs_Checkout .fs-c-checkout-confirmationList > dd {
  font-size: 1.0em; }
#fs_Checkout .fs-c-returnedSpecialContract {
  text-align: right; }
  #fs_Checkout .fs-c-returnedSpecialContract a {
    font-size: 12px; }
#fs_Checkout .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #3c463c; }
