@charset "UTF-8";
/*============================================================================
共通
==============================================================================*/
/* 商品名 */
.fs-c-productName__name {
  position: relative;
  font-size: 13px;
  color: inherit;
  text-align: center;
}

/* 値段エリア */
.fs-c-productPrice {
  justify-content: center;
}

/* 値段ー数字 & ¥マーク */
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: inherit;
}

/* 値段ー数字 */
.fs-c-price__value {
  font-size: 15px;
  font-weight: bold;
}

/* 在庫切れ表示 */
.fs-c-productListItem__outOfStock {
  background: #a54d50;
  color: #ffffff;
}

/* マイページへ戻るボタン */
.fs-c-wishlistProduct__viewAllProducts,
.fs-c-buttonContainer--myPageTop,
.fs-c-button--continueShopping,
.fs-c-returnedSpecialContract__link {
  background: #ccc;
  border: none;
  box-shadow: none;
  filter: drop-shadow(2px 3px 5px rgba(109, 109, 109, 0.6));
  display: inline-block;
  padding: 10px 20px;
  transition: 0.8s ease;
}

.fs-c-wishlistProduct__viewAllProducts,
.fs-c-buttonContainer--myPageTop:hover {
  background: rgba(204, 204, 204, 0.8);
}

.fs-c-button--myPageTop .fs-c-button__label:before,
.fs-c-button--continueShopping:before {
  content: "<<";
  letter-spacing: 0.1px;
  padding-right: 5px;
}

.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink__label:after,
.fs-c-wishlistProduct__viewAllProducts:after,
.fs-c-returnedSpecialContract__link:after {
  content: ">>";
  letter-spacing: 0.1px;
}

.fs-c-wishlistProduct .blog_button {
  display: none;
}

/* 会員情報 */
.fs-c-inputInformation__field {
}

.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
  font-size: 12px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

.fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
  font-size: 15px;
}

/* 入力フォーム背景 */
.fs-c-pointSummary [class$="--availablePoint"],
.fs-body-my-account-password .fs-c-inputInformation__field,
.fs-body-newsletter-unsubscribe .fs-c-inputInformation__field,
.fs-body-newsletter-unsubscribe .fs-c-inputInformation__field,
.fs-body-newsletter-subscribe .fs-c-inputInformation__field,
.fs-body-login .fs-c-inputInformation__field,
.fs-c-cartTable thead,
.fs-c-checkout-delivery__method {
  background: rgba(232, 226, 226, 0.44);
}

/* 入力フォーム */
.fs-c-inputField__field input,
#fs_input_mailAddress,
#fs_input_password {
  padding: 10px 10px;
}

.fs-c-dropdown__menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  background-color: #fafafa;
  width: 100%;
  color: #323232;
  padding: 0.6em 3.6em 0.6em 0.6em;
}

/* tableのhead */
.fs-c-listTable > thead {
  background: #e5e5e5;
}

/*============================================================================
マイページトップ
==============================================================================*/
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  background: rgba(232, 226, 226, 0.44);
}

.fs-c-wishlistProduct__title {
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 1px solid;
  color: inherit;
}

.fs-c-wishlistProduct__list {
  margin-top: 20px;
}

.fs-c-productListItem__control {
  background: #3e3e3e;
  border-radius: 8px;
  padding: 5px 0;
  width: 100%;
  margin: 10px auto 0;
  font-weight: 100;
}

.fs-c-productListItem__control .fs-c-button--addToCart--list,
.fs-c-button--subscribeToArrivalNotice--list,
.fs-c-productListItem__purchaseDisabledMessage,
.fs-c-button--viewProductDetail {
  color: #ffffff;
  padding: 0 0 0 10px;
  font-weight: inherit;
  letter-spacing: 0.15em;
  font-size: 11px;
  line-height: 20px;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  content: "\e91a";
  color: #C98696;
  font-size: 18px;
  padding-right: 8px;
}

.fs-l-account {
  margin-bottom: 50px;
}

.fs-c-productListItem__productDescription {
  display: none;
}

.fs-c-productName__variation {
  text-align: center;
  font-size: 10px;
  color: #b5986a;
  margin: 0 auto;
  padding: 1px 3px;
  margin: 7px 0 0;
  font-size: 10px;
  display: block;
}

.fs-c-productName__variation__x {
  display: block;
}

.fs-c-accountService__page.fs-c-accountService__page--accountDelete {
  height: auto;
}

.fs-body-my-top .fs-p-accountInfo {
  padding: 34px 0;
}

.fs-p-accountInfo__accountName {
  display: block;
  margin: 0 auto;
  font-size: 17px;
}

.fs-p-accountInfo__body {
  margin-top: 20px;
}

.logout_btn {
  margin-top: 20px;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  padding-top: 8px;
}

.logout_btn a {
  border: 1px solid #ccc;
  padding: 10px 20px;
  display: inline-block;
}

/* 変更ボタン */
.fs-c-button--standard {
  box-shadow: none;
  padding: 0.6em 1.6em 0.6em;
}

#fs_MyPageTop .fs-c-productShippingDateNote,
#fs_MyPageTop .fs-c-productListItem__control {
  display: none;
}

#fs_MyPageTop .fs-p-accountInfo__body {
  background-color: inherit;
}

/*============================================================================
お気に入り一覧　fs_MyWishList
==============================================================================*/
#fs_MyWishList .fs-c-button--subscribrToArrivalNotice--list {
  color: #fff;
}

#fs_MyWishList .fs-c-button--plain:hover {
  color: #fff;
}

#fs_MyWishList .fs-c-noImage {
  font-size: 10px;
  background: none;
  color: inherit;
  border: 1px solid;
}

/*============================================================================
ログイン　fs_Login
==============================================================================*/
#fs_Login .fs-c-anotherLogin__message {
  width: 85%;
  margin: 0 auto;
}

#fs_Login .fs-c-newUsers__message {
  margin: 0 auto;
  padding: 16px 32px;
}

#fs_Login .fs-c-buttonContainer--memberRegister img {
  width: 280px;
}

#fs_Login .fs-c-subSection__title,
#fs_Login .fs-c-linkedServiceLogin__title{
  margin-bottom: 20px;
  color: inherit;
}
.c-memberRegister{
  margin: 0 auto 40px;
  text-align: center;
}
.c-memberRegister--button,
.fs-body-login .fs-c-button--memberRegister{
  border: 1px solid #c98696;
  font-size: 15px;
  padding: 15px 0;
  background-repeat: no-repeat;
  width: 100%;
  background: #c98696;
  max-width: 240px;
}
.fs-c-button--login{
  border: 1px solid #3a3a3a;
  font-size: 15px;
  padding: 15px 0;
  background-repeat: no-repeat;
  width: 100%;
  background: #3a3a3a;
  max-width: 240px;
}
.fs-c-button--guestPurchase{
  border: 1px solid #3a3a3a;
  font-size: 15px;
  padding: 15px 0;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 240px;
}

/*============================================================================
注文履歴 fs_MyOrders
==============================================================================*/
#fs_ShoppingCart .fs-p-announcement {
  text-align: center;
  padding: 20px;
  margin: 50px auto;
  background: rgba(232, 226, 226, 0.44);
}

#fs_ShoppingCart .fs-p-announcement__title {
  line-height: 35px;
  text-decoration: underline;
}

#fs_ShoppingCart .fs-p-announcement__body {
  line-height: 24px;
}

#fs_ShoppingCart .fs-c-productMarks {
  display: none;
}

/*============================================================================
注文履歴 fs_MyOrders
==============================================================================*/
#fs_MyOrders .fs-c-history__quantity {
  line-height: 22px;
}

/*============================================================================
会員登録 fs_Register
==============================================================================*/
#fs_Register .fs-c-inputField__name-attention {
  margin-bottom: 24px;
  padding: 10px;
  background: #f7f7f7;
}

#fs_Register .fs-c-inputInformation__message{
  display: none;
}

#fs_Register .name-attention__txt {
  font-size: 10px;
}

/*============================================================================
会員登録完了 fs_RegisterSuccess
==============================================================================*/
#fs_RegisterSuccess .fs-c-registerSuccessMessage {
  margin: 24px auto;
  padding-bottom: 24px;
  border-bottom: 1px solid #999999;
  text-align: left;
  width: 85%;
}

/*============================================================================
ショッピングカート　fs_ShoppingCart
==============================================================================*/
/* ポイント */
#fs_ShoppingCart .fs-c-cartTable__dataCell--point {
  color: #be447f;
}

/* 納期 */
#fs_ShoppingCart .fs-c-cartTable__message {
  background: #cccccc;
}

/* 商品画像 */
#fs_ShoppingCart .fs-c-cartTable__product {
  -ms-grid-columns: 115px 1fr;
  grid-template-columns: 115px 1fr;
}

#fs_ShoppingCart .fs-c-cartTableContainer {
  border: 0;
  padding: 0;
}

#fs_ShoppingCart .fs-c-price__currencyMark {
  font-size: 10px;
  line-height: 2rem;
}

#fs_ShoppingCart .fs-c-purchaseHere__message p {
  text-align: center;
}

#fs_ShoppingCart .fs-c-cartTable__actionButton__container > button {
  min-width: 28px;
}

#fs_ShoppingCart .fs-c-productShippingDateNote,
#fs_ShoppingCart .fs-c-productListItem__control {
  display: none;
}

#fs_ShoppingCart .fs-c-cartTable__dataCell--action {
  min-width: 140px;
}

/* 買い物を続けるボタン */
#fs_ShoppingCart .fs-c-continueShopping {
  margin-top: 50px;
}

#fs_ShoppingCart .add_okiniiri {
  display: block;
  font-size: 10px;
}

/*============================================================================
fs_MyCoupons
==============================================================================*/
@media screen and (min-width: 960px) {
  #fs_MyCoupons .fs-c-coupon__info {
    margin: 0 0 30px;
  }
  #fs_MyCoupons .fs-c-couponName {
    width: 350px;
  }
}

#fs_MyCoupons .fs-c-couponName__name {
  color: #7c8790;
  font-size: 1.8rem;
  font-size: 18px;
  color: inherit;
  padding: 20px;
  margin: 20px 0 0;
}

#fs_MyCoupons .fs-c-couponList__item {
  padding: 30px 55px;
}

/*============================================================================
最終確認　fs_Checkout
==============================================================================*/
#fs_Checkout .fs-l-main {
  width: 100%;
}

#fs_Checkout .fs-l-pageMain {
  margin-bottom: 50px;
}

#fs_Checkout .fs-c-checkout-preview {
  border: 0;
  padding: 0;
}

#fs-deliveryInfo-container,
#fs-pointInfo-container,
#fs-couponInfo-container,
#fs-paymentList-container,
#fs-addressInfo-container,
#fs-buyerInfo-container,
#fs-orderContents-container,
#fs-communicationInfo-container {
  border: 1px solid;
  width: 90%;
  margin: 0 auto 5%;
}

#fs-orderContents-container {
  width: 90%;
  margin: 0 auto 5%;
}

#fs_Checkout .fs-c-modal__header {
  background: #999999;
  color: #fff;
}

#fs_Checkout .fs-c-buttonContainer--changeSmall,
#fs_Checkout .fs-c-buttonContainer--moveToOrderHistory,
#fs_Checkout .fs-c-buttonContainer--moveToStoreOrders,
#fs_Checkout .fs-c-checkout-destination__button {
  justify-content: flex-end;
}

#fs_Checkout .fs-c-button--chooseDestination {
  border: 0;
  box-shadow: unset;
  background: none;
  padding: 0;
  font-size: 10px;
}

#fs_Checkout .fs-c-checkout-destination__control {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
}

#fs_Checkout .fs-c-buttonContainer--changeSmall {
  grid-row: 1;
  grid-column: 1;
}

#fs_Checkout .fs-c-buttonContainer--chooseDestination {
  grid-row: 2;
  grid-column: 1;
  text-align: right;
}

#fs_Checkout .fs-c-button--change--small,
#fs_Checkout .fs-c-button--standard {
  box-shadow: unset;
  background: none;
}

#fs-communicationInfo-container .fs-c-buttonContainer--changeSmall .fs-c-button--standard::after {
  content: "入力";
}

#fs-communicationInfo-container .fs-c-buttonContainer--changeSmall .fs-c-button--standard .fs-c-button__label {
  display: none;
}

#fs-communicationInfo-container .fs-c-checkout-confirmationContent::before {
  content: "合言葉：";
}

#fs-communicationInfo-container .fs-c-checkout-previewAndEdit {
  grid-column-gap: 0;
}

#fs-communicationInfo-container .fs-c-checkout-previewAndEdit__info {
  grid-column: 1/2;
  grid-row: 1/2;
}

#fs-communicationInfo-container .fs-c-checkout-previewAndEdit__button {
  grid-column: 1/2;
  grid-row: 2/3;
}

.fs-c-modal--checkout-communication .fs-c-inputInformation__field {
  padding: 0;
  border: none;
}

.fs-c-modal--checkout-communication .fs-c-checkout-communicationTextarea {
  min-height: 16px;
  padding: 10px 5px;
  font-size: 16px;
  line-height: 1;
  height: 38px;
}

#fs_Checkout .fs-c-checkout-preview__title {
  background: #444444;
  border: 0;
  padding: 10px 16px;
  text-align: left;
  color: #fff;
  margin: 0;
}

#fs_Checkout .fs-c-cartTable__dataCell--subtotal, .fs-c-cartTable__dataCell--unitPrice {
  align-items: center;
}

#fs_Checkout .fs-c-checkout-preview__body {
  padding: 16px;
}

#fs_Checkout .fs-c-checkout-paymentInfo__body.fs-c-checkout-preview__body {
  padding: 0;
}

#fs_Checkout .fs-c-checkout-paymentInfo__body.fs-c-checkout-preview__body .fs-c-checkout-paymentInfo__message {
  padding: 16px;
}

#fs_Checkout .fs-c-checkout-paymentMethodList {
  border-top: 1px solid #ccc;
}

#fs_Checkout .fs-c-checkout-paymentMethodList > li {
  border: 0;
  border-bottom: 1px solid #ccc;
}

#fs_Checkout .fs-c-checkout-paymentMethod__title {
  padding: 20px 16px;
  background: none;
  color: initial;
}

#fs_Checkout .fs-c-checkout-paymentMethod.is-active:not(.is-disabled) .fs-c-checkout-paymentMethod__body {
  padding: 0 16px 16px;
}

#fs_Checkout .fs-c-checkout-delivery__method {
  background: none;
}

#fs_Checkout .fs-c-cartTable__product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
  grid-gap: 8px;
}

#fs_Checkout .fs-c-cartTable__productImage__image {
  width: 100%;
}

#fs_Checkout [class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
  width: 85%;
  margin: 0 auto;
}

/* #fs_Checkout .fs-c-checkout-couponCodeInput {
  display: none;
} */
#fs_Checkout .fs-c-returnedSpecialContract {
  display: none;
}

#fs_Checkout .fs-c-orderTotalTable {
  padding: 0 16px;
  box-sizing: border-box;
  width: calc(100% - 32px);
  margin: 0 auto;
}

#fs_Checkout .fs-c-orderTotalTable > thead > tr > th, .fs-c-orderTotalTable > tfoot > tr > th, .fs-c-orderTotalTable > tbody > tr > th,
#fs_Checkout .fs-c-orderTotalTable > thead > tr > th, .fs-c-orderTotalTable > tfoot > tr > th, .fs-c-orderTotalTable > tbody > tr > td {
  vertical-align: middle;
  line-height: 20px;
}

#fs_Checkout .fs-c-orderTotalTable__grandTotal .fs-c-string.fs-c-string--label,
#fs_Checkout .fs-c-orderTotalTable__grandTotal .fs-c-price {
  font-weight: bold;
  font-size: 17px;
}

#fs_Checkout .fs-c-orderTotalTable .fs-c-orderTotalTable__total > th, .fs-c-orderTotalTable .fs-c-orderTotalTable__total > td,
#fs_Checkout .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > th,
#fs_Checkout .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #ccc;
  height: 60px;
}

#fs_Checkout .fs-c-orderTotalTable > tbody > tr:last-of-type {
  border: 0;
}

#fs_Checkout .fs-c-buttonContainer {
  padding: 20px 0;
}

#fs_Checkout .fs-c-totalAndActions button:not(.fs-c-button--image) {
  width: 64%;
  max-width: 300px;
  min-width: 240px;
  background: #b8417d;
  border: none;
  -webkit-filter: none;
  filter: none;
}

#fs_Checkout .fs-c-checkout-confirmationList {
  grid-template-columns: 104px 1fr;
}

#fs_Checkout .fs-c-cartTable__dataCell--point {
  color: #b8417d;
  padding-bottom: 20px;
}

#fs_Checkout .fs-c-orderTotalTable > tbody > tr:last-child > th,
#fs_Checkout .fs-c-orderTotalTable > tbody > tr:last-child > td {
  border-top: 0;
  height: 20px;
}

#fs_Checkout .fs-c-checkout-paymentInfo__message .cashless-attention {
  font-size: 10px;
}

#fs_Checkout .fs-c-checkout-paymentInfo__message .cashless-attention__anchor {
  border-bottom: 1px solid;
}

/*============================================================================
買い物ステータス
==============================================================================*/
.shopping_status {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  font-size: 12px;
  line-height: 18px;
}

.shopping_status_col {
  position: relative;
  text-decoration: none;
  padding: 0 5px;
}

.shopping_status_col.read {
  font-weight: bold;
}

.shopping_status_col::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 1s;
}

#fs_ShoppingCart .fs-c-heading,
#fs_Checkout .fs-c-heading,
#fs_CheckoutSuccess .fs-c-heading {
  display: none;
}

/* ショッピングカート */
#fs_ShoppingCart .shopping_status_first.read::after {
  transform: scale(1, 1);
}

/* 注文内容確認 */
#fs_Checkout .shopping_status_first::after {
  transform: scale(1, 1);
}

#fs_Checkout .shopping_status_second.read::after {
  transform: scale(1, 1);
}

/* 完了 */
#fs_CheckoutSuccess .shopping_status_first::after {
  transform: scale(1, 1);
}

#fs_CheckoutSuccess .shopping_status_second::after {
  transform: scale(1, 1);
}

#fs_CheckoutSuccess .shopping_status_third.read::after {
  transform: scale(1, 1);
}

/*============================================================================
注文完了ページ
==============================================================================*/
#fs_CheckoutSuccess .shopping_completed {
  width: 500px;
  margin: 0 auto;
  padding: 30px 0;
}

#fs_CheckoutSuccess .shopping_completed_col {
  margin: 20px 0;
}

#fs_CheckoutSuccess .shopping_completed_col.title {
  font-size: 28px;
  letter-spacing: 0.2em;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#fs_CheckoutSuccess .shopping_completed_col.text {
  font-size: 12px;
  text-align: center;
}

#fs_CheckoutSuccess .shopping_completed_col.num {
  text-align: center;
}

#fs_CheckoutSuccess .shopping_completed_col.num p {
  display: inline-block;
  background: #5A5A5A;
  color: #fff;
  padding: 10px 20px;
}

#fs_CheckoutSuccess .shopping_completed_col.num p span {
  font-size: 15px;
}

#fs_CheckoutSuccess .shopping_completed_col.concierge {
  width: 260px;
  margin: 0 auto;
}

#fs_CheckoutSuccess .shopping_completed_col.concierge a {
  display: block;
}

#fs_CheckoutSuccess .shopping_completed_col.concierge .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#fs_CheckoutSuccess .shopping_completed_col.concierge a img {
  width: 60px;
}

#fs_CheckoutSuccess .shopping_completed_col.concierge a p {
  border: 1px solid;
  padding: 10px 20px;
}

#fs_CheckoutSuccess .shopping_completed_col.maypage {
  text-align: center;
}

#fs_CheckoutSuccess .shopping_completed_col.maypage p {
  display: inline-block;
  background: #9B5A7B;
  color: #fff;
  padding: 10px 20px;
}

/*============================================================================
INSTA LIVE STUDIO
==============================================================================*/
.instaLive {
  border: 1px solid;
}

@media screen and (min-width: 961px) {
  .instaLive {
    width: 750px;
    margin: 0 auto;
    padding: 3rem;
  }
}

@media screen and (max-width: 960px) {
  .instaLive {
    width: 90%;
    margin: 0 auto;
    padding: 3rem;
  }
}

.instaLive__head {
  margin-bottom: 2rem;
}

@media screen and (min-width: 961px) {
  .instaLive__head-logo {
    font-size: 25px;
  }
}

@media screen and (max-width: 960px) {
  .instaLive__head-logo {
    font-size: 16px;
  }
}

@media screen and (min-width: 961px) {
  .instaLive__head-title {
    font-size: 35px;
  }
}

@media screen and (max-width: 960px) {
  .instaLive__head-title {
    font-size: 17px;
  }
}

.instaLive__form {
  margin-bottom: 5rem;
}

.instaLive__discription {
  margin-bottom: 2rem;
}

.instaLive__discription-text {
  text-align: center;
}

@media screen and (min-width: 961px) {
  .instaLive__discription-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  .instaLive__discription-text {
    font-size: 12px;
  }
}

@media screen and (min-width: 961px) {
  .instaLive__attention {
    width: 500px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 961px) {
  .instaLive__attention-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 960px) {
  .instaLive__attention-text {
    font-size: 10px;
  }
}

.instaLive-form {
  margin-bottom: 3rem;
}

@media screen and (min-width: 961px) {
  .instaLive-form__wrapper {
    margin: 0 auto 2rem;
  }
}

@media screen and (max-width: 960px) {
  .instaLive-form__wrapper {
    margin: 0 auto;
  }
}

@media screen and (min-width: 961px) {
  .instaLive-form__head,
  .instaLive-form__control {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.instaLive-form__head {
  white-space: nowrap;
  vertical-align: middle;
}

@media screen and (min-width: 961px) {
  .instaLive-form__head {
    padding-right: 2rem;
  }
}

@media screen and (max-width: 960px) {
  .instaLive-form__head {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    font-size: 12px;
  }
}

.instaLive-form__head-required {
  margin-right: 0.5rem;
  padding: 4px;
  background-color: #cc2c58;
  border-radius: 3px;
  color: #fff;
}

@media screen and (min-width: 961px) {
  .instaLive-form__head-required {
    font-size: 12px;
  }
}

@media screen and (max-width: 960px) {
  .instaLive-form__head-required {
    font-size: 9px;
  }
}

@media screen and (max-width: 960px) {
  .instaLive-form__control {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
}

.instaLive-form__input {
  padding: 0.5rem;
  font-size: 16px;
}

.instaLive-form__submit {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
  background: #3a3a3a;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 961px) {
  .instaLive-form__submit {
    max-width: 250px;
    font-size: 16px;
  }
}

@media screen and (max-width: 960px) {
  .instaLive-form__submit {
    font-size: 12px;
  }
}

.instaLive-special {
  background: #f2f1ef;
}

@media screen and (min-width: 961px) {
  .instaLive-special {
    padding: 5rem;
  }
}

@media screen and (max-width: 960px) {
  .instaLive-special {
    padding: 2rem;
  }
}

.instaLive-special__head {
  margin-bottom: 2rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 961px) {
  .instaLive-special__head {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  .instaLive-special__head {
    font-size: 12px;
  }
}

.instaLive-special__head::before {
  content: "i";
  background: #cc2c58;
  color: #fff;
  border-radius: 50%;
  line-height: 20px;
  letter-spacing: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
}

.instaLive-special__discription {
  margin-bottom: 2rem;
  text-align: center;
}

@media screen and (min-width: 961px) {
  .instaLive-special__discription {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  .instaLive-special__discription {
    font-size: 9px;
  }
}

.instaLive-special__btn {
  border: 1px solid;
  padding: 1rem;
  background: #fff;
  text-align: center;
}

.instaLive-special__insta .instaLive-special__btn {
  max-width: 350px;
  margin: 0 auto;
}

.instaLive-special__archive .instaLive-special__btn {
  max-width: 450px;
  margin: 0 auto;
}

.instaLive-special__btn + .instaLive-special__btn {
  margin-top: 1rem;
}

@media screen and (min-width: 961px) {
  .instaLive-special__btn-logo {
    font-size: 16px;
  }
}

@media screen and (max-width: 960px) {
  .instaLive-special__btn-logo {
    font-size: 12px;
  }
}

@media screen and (min-width: 961px) {
  .instaLive-special__btn-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 960px) {
  .instaLive-special__btn-title {
    font-size: 14px;
  }
}

.instaLive-special__sub-head {
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 961px) {
  .instaLive-special__sub-head {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  .instaLive-special__sub-head {
    font-size: 12px;
  }
}

@media screen and (min-width: 961px) {
  .instaLive-special__insta {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 960px) {
  .instaLive-special__insta {
    margin-bottom: 2rem;
  }
}

.instaLive-special__link {
  display: block;
}

.instaLive-special__link-insta {
  position: relative;
  padding-left: 24px;
}

@media screen and (min-width: 961px) {
  .instaLive-special__link-insta {
    font-size: 15px;
  }
}

.instaLive-special__link-insta::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 20px;
  height: 20px;
  background-image: url(https://styledeli.itembox.design/item/assets/images/icon/sns/insta.png);
  background-size: 20px;
}

@media screen and (min-width: 961px) {
  .instaLive__comment {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 960px) {
  .instaLive__comment {
    margin-bottom: 3rem;
  }
}

.instaLive__comment-text {
  text-align: center;
}

@media screen and (min-width: 961px) {
  .instaLive__comment-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 960px) {
  .instaLive__comment-text {
    font-size: 10px;
  }
}

.instaLive-head {
  text-align: center;
}

.instaLive-head__logo {
  display: block;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.instaLive-head__title {
  display: block;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.instaLive-head__title-red {
  font-weight: 600;
  color: #cc2c58;
  font-family: 'Montserrat', sans-serif;
}
