/*
  共通css
*/

/* サイト全体のstyle --------------- */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
}

/* 既存styleの調整 */
.u-color__text--main {
  color: var(--color-text-body);
}
.u-color__bg--accent {
  background: #ED8DC2;
}
.u-border__bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.c-announce_bar__text {
  text-align: center;
}

/* カート 個数 */
.l-header__inner__block__item .count {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  left: unset;
  top: 2px;
  right: 2px;
  transform: translate(50%, -50%);
  background: #ED8DC2;
}

/* 購入手順 num */
.c-steps_to_order__number {
  font-family: 'Jost', sans-serif;
  line-height: 1;
}

/* form */
.c-form_table .u-color__text--alert {
  color: #ED8DC2;
}

/* mypage */
.c-cart_item__img__inner {
  padding-top: 100%;
}
@media screen and (max-width: 719px) {
  .p-account__inner__menu {
    margin-top: 0;
  }
}

/* 汎用style ---------------------- */
.hide {
  display: none;
}
@media screen and (max-width: 719px) {
  .hide-sp {
    display: none;
  }
}
@media screen and (min-width: 720px) {
  .hide-pc {
    display: none;
  }
}

.u-font__jost {
  font-family: 'Jost', sans-serif;
}
.u-font__outfit {
  font-family: 'Outfit', sans-serif;
}

.u-max__width-720 {
  padding: 0 60px;
  max-width: calc(720px + 60px * 2);
  margin: 0 auto;
}
.u-max__width-960 {
  padding: 0 60px;
  max-width: calc(960px + 60px * 2);
  margin: 0 auto;
}
.u-max__width-1200 {
  padding: 0 60px;
  max-width: calc(1200px + 60px * 2);
  margin: 0 auto;
}
.u-max__width-1320 {
  padding: 0 60px;
  max-width: calc(1320px + 60px * 2);
  margin: 0 auto;
}
@media screen and (max-width: 719px) {
  .u-max__width-720, .u-max__width-960, .u-max__width-1200, .u-max__width-1320 {
    padding: 0 20px;
  }
}


.u-bg {
  background: #FAEDFA;
}
.u-color__text--sitecolor {
  color: #ED8DC2;
}

@media screen and (max-width: 719px) {
  .u-pt--24 {
    padding-top: 24px;
  }
  .u-pt--32 {
    padding-top: 32px;
  }
  .u-pt--40 {
    padding-top: 40px;
  }
  .u-pt--48 {
    padding-top: 48px;
  }
  .u-pt--64 {
    padding-top: 64px;
  }
}
@media screen and (min-width: 720px) {
  .u-pt--24 {
    padding-top: calc(24px * 1.5);
  }
  .u-pt--32 {
    padding-top: calc(32px * 1.5);
  }
  .u-pt--40 {
    padding-top: calc(40px * 1.5);
  }
  .u-pt--48 {
    padding-top: calc(48px * 1.5);
  }
  .u-pt--64 {
    padding-top: calc(64px * 1.5);
  }
}

@media screen and (max-width: 719px) {
  .u-pb--24 {
    padding-bottom: 24px;
  }
  .u-pb--32 {
    padding-bottom: 32px;
  }
  .u-pb--40 {
    padding-bottom: 40px;
  }
  .u-pb--48 {
    padding-bottom: 48px;
  }
  .u-pb--64 {
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 720px) {
  .u-pb--24 {
    padding-bottom: calc(24px * 1.5);
  }
  .u-pb--32 {
    padding-bottom: calc(32px * 1.5);
  }
  .u-pb--40 {
    padding-bottom: calc(40px * 1.5);
  }
  .u-pb--48 {
    padding-bottom: calc(48px * 1.5);
  }
  .u-pb--64 {
    padding-bottom: calc(64px * 1.5);
  }
}


/* 汎用パーツ */
.l-container__row header .u-text--head {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.l-container__row header .u-text--subhead {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin-top: 4px;
}
@media screen and (max-width: 719px) {
  .l-container__row header {
    padding-bottom: 28px;
  }
  .l-container__row header .u-text--head {
    font-size: 2.2rem;
  }
  .l-container__row header .u-text--subhead {
    font-size: 1.0rem;
  }
}
@media screen and (min-width: 720px) {
  .l-container__row header {
    padding-bottom: 32px;
  }
  .l-container__row header .u-text--head {
    font-size: 3.2rem;
  }
  .l-container__row header .u-text--subhead {
    font-size: 1.1rem;
  }
}

/* 遷移ボタン */
.c-link__btn {
  display: block;
  width: 100%;
  max-width: 335px;
  padding: 10px;
  margin: 0 auto;
  font-size: 1.2rem;
  text-align: center;
  border: solid 1px;
  border-image: linear-gradient(to right, #A8B8DC, #B4AFD0, #CBB6CD, #DEBBCB, #E1C2B1, #E8DDAD, #D8E2AF, #BEDBB4) 1;
  position: relative;
  transition: 0.4s;
}
.c-link__btn:hover {
  opacity: 0.4;
}
.c-link__btn + .c-link__btn {
  margin-top: 16px;
}
@media screen and (max-width: 719px) {
  .c-link__btn {
    margin-top: 48px;
  }
}
@media screen and (min-width: 720px) {
  .c-link__btn {
    margin-top: 64px;
  }
}

/* price */
.price {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem
}
.tax {
  font-size: 1.0rem;
  font-weight: 300;
}

/* arrow アイコン */
.c-link__btn::after,
.c-gmenu__container__inner__list__item__child__item__inner::after,
.c-gmenu__container__inner__list__item .p-nav__submenu__list a::after,
.c-product_info__form__buttons::after {
  border-top: solid 1px #575757;
  border-right: solid 1px #575757;
  width: 6px;
  height: 6px;
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 10px;
}

.u-arrow-down {
  position: relative;
}
.u-arrow-down::after {
  border-bottom: solid 1px #575757;
  border-right: solid 1px #575757;
  width: 6px;
  height: 6px;
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
  transform: translate(-50%, -60%) rotate(45deg);
}

/* pagetop */
.p-pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #FFB4E6;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.p-pagetop.is-disp {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.p-pagetop span {
  border-top: solid 2px #FFF;
  border-left: solid 2px #FFF;
  width: 9px;
  height: 9px;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%) rotate(45deg);
  transform: translate(-50%, -25%) rotate(45deg);
}

/* パンくず */
.c-breadcrumbs__wrapper {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 720px) {
  .c-breadcrumbs__wrapper {
    padding-top: 24px;
  }
}
.c-steps_to_order .c-breadcrumbs__wrapper {
  padding-bottom: 32px;
}
.c-breadcrumbs {
  row-gap: 4px;
}
.c-breadcrumbs__item:not(:last-child):after {
  top: 50%;
  transform: translateY(-50%);
}
.p-list_header__inner,
.p-category_tool__inner,
.p-column_header__panel__inner__top,
.c-steps_to_order {
  flex-wrap: wrap;
}
/* .p-page_headerと揃える */
.c-steps_to_order {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 719px) {
  .c-steps_to_order {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* swiper 共通 -------------------- */
/* 初期化するまで非表示（任意） */
.swiper-container:not(.swiper-container-initialized) {
  opacity: 0;
  visibility: hidden;
}

/* swiper scroll */
@media screen and (min-width: 720px) {
  .js-slider__scroll .swiper-container {
    margin-top: -72px;
    padding-top: 72px;
  }
}
@media screen and (max-width: 719px) {
  .swiper-button-prev,
  .swiper-button-next {
    opacity: 0;
    visibility: hidden;
  }
}
.swiper-no-swiping .swiper-button-prev,
.swiper-no-swiping .swiper-button-next {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  /* background: none; */
  margin: 0;
  /* position: absolute; */
  top: 0;
  /* z-index: 1; */
  /* transform: translate(0, -50%); */
  border: solid 1px #999999;
  border-radius: 50%;
}
.swiper-button-prev {
  left: unset;
  right: calc(55px + 20px);
}
.swiper-button-next {
  right: 20px;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #989898;
  border-right: 2px solid #989898;
  position: absolute;
  top: 50%;
  left: 50%;
}
.swiper-button-prev::before {
  transform: translate(-25%, -50%) rotate(225deg);
}
.swiper-button-next::before {
  transform: translate(-75%, -50%) rotate(45deg);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/* ページネーション */
.swiper-pagination-bullets {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 8px 0;
  position: static;
}
@media screen and (min-width: 720px) {
  .swiper-pagination-bullets {
    margin: 16px 0;
  }
}
.swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  background: transparent;
  border-radius: 0;
  opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.swiper-pagination-bullet::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #ED8DC2;
  border-radius: 50%;
  opacity: 0.4;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

/* スクロールバー */
.swiper-no-swiping .swiper-scrollbar {
  display: none;
}
.swiper-container-horizontal>.swiper-scrollbar {
  position: static; 
  width: 100%;
  height: 1px;
  background: #CCC;
  margin-top: 40px;
}
@media screen and (min-width: 720px) {
  .swiper-container-horizontal>.swiper-scrollbar {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
  }
}
.swiper-scrollbar-drag {
  height: 2px;
  background: #ED8DC2;
  top: -1px;
}

/* ECF_CHIONE-49 予約販売アプリ --- */
.c-product_info__badge {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.c-product_info__notice {
  display: block;
  font-size: var(--font-size-text-body);
  color: var(--color-page-accent);
}
.c-product_info__notice--with-pre-wrap {
  white-space: pre-wrap;
}
.c-product_info__preorder {
  display: inline-block;
  padding: 3px 15px;
  background-color: var(--color-btn-bg);
  margin-bottom: 30px;
  color: var(--color-text-overlay);
  font-size: var(--font-size-text-body);
}
.c-badge {
  display: inline-block;
  border: 1px solid #BDC1C2;
  line-height: 1.5;
  font-size: 0.8461538462em;
  padding: 2px 12px;
}
.p-cart_content__message-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  width: min(100%, 1200px);
}
@media screen and (max-width: 719px) {
  .p-cart_content__message-container {
    margin: -40px auto 20px;
  }
}
.p-cart_content__message-container + .c-cart_item {
  border-top: 1px solid var(--color-page-border);
}
.p-cart_content__message-body {
  line-height: 1.65;
  font-size: var(--font-size-text-body);
  color: var(--color-page-accent);
}
/* ECF_CHIONE-49 予約販売アプリ --- END */
