@charset "utf-8";

@media screen and (min-width: 720px) {

  /* ヘッダー */
  .header__inner {
    max-width: 720px;
    margin: 0 auto;
  }

  /* ハンバーガーメニュー */
  .c-gmenu {
    left: -121%;
  }

  /* カート */
  .p-cart_content__inner {
    display: block;
  }
  .p-cart_content {
    max-width: 720px !important;
    margin: 0 auto !important;
  }
  .p-cart_content__inner__product {
    width: 100% !important;
  }
  .p-cart_empty__block {
    width: 100% !important;
  }
  .p-cart_content__inner__side {
    width: 100% !important;
    margin-top: 40px;
  }
  .c-cart_submit__block__submit {
    margin: 0 auto !important;
  }

  /* 購入手続き */
  .form-bg_inner {
    width: 90% !important;
    max-width: 720px !important;
  }

  /* ご注文内容の確認 */
  .p-checkout_confirm__inner {
    max-width: 720px !important;
    flex-direction: column !important;
  }
  .p-checkout_confirm__inner__side {
    display: block;
    width: 100% !important;
  }
  .p-checkout_confirm__inner__list {
    order: 2;
    width: 100%;
    margin-top: 60px;
  }

  /* マイページ */
  .p-account__inner {
    display: block !important;
    max-width: 720px !important;
  }
  .p-page_header__inner__title {
    display: block !important;
  }
  .c-account_menu__btn {
    display: block !important;
    border-radius: 99rem;
  }
  .c-account_menu__container {
    display: none;
    border-bottom: 1px solid #999;
    padding-left: 20px;
  }
  .p-account__inner__menu {
    width: 100% !important;
  }
  .c-account_menu {
    padding-right: 0 !important;
  }
  .p-account__inner__content {
    width: 100% !important;
    margin-top: 15px;
  }
  .c-account_menu__container__block__logout {
    margin: 0 auto;
  }
  .p-account__inner__content__form {
    margin: 40px auto 0 !important;
  }

  /* フラッシュメッセージ */
  .control-alert, .alert, .alert-danger {
    max-width: 720px;
    margin: 40px auto !important;
    padding: 0 !important;
  }

  .p-faq__inner {
    max-width: 720px !important;
  }
}
