body:has(.p-codebuy__page--list-coordination, .p-codebuy__page--list-staff) {
  background-color: #f8f3f2 !important;
}

body:has(.p-codebuy__page--list-coordination, .p-codebuy__page--list-staff)
  .header
  .header__icon {
  background-color: #fff !important;
  opacity: 0.8;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

body:has(.p-codebuy__page--list-coordination, .p-codebuy__page--list-staff)
  footer {
  background-color: #fff !important;
}

body:has(.p-codebuy__page--list-coordination, .p-codebuy__page--list-staff)
  footer::after {
  filter: brightness(0) invert(1);
}

.ck-codebuy-ui {
  padding: 0px 10px !important;
}

.p-codebuy__page {
  margin-bottom: 36px;
}

.ck-codebuy-ui:has(.p-codebuy__section--top) {
  background-color: #f8f3f2;
  margin-top: -60px;
  padding-top: 60px !important;
}

.p-codebuy__section_ttl--section,
#codebuy-app-block
  .p-codebuy__coordination_single_recent
  .p-codebuy__coordination_single_ttl {
  letter-spacing: 2px;
  font-size: 30px;
  font-weight: 400;
}

.p-codebuy__section_ttl--page {
  font-size: 32px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .p-codebuy__section_ttl--page,
  .p-codebuy__section_ttl--section {
    font-size: 22px;
    font-weight: 400;
  }
}

.p-codebuy__section_ttl--section,
.p-codebuy__section_ttl--page,
#codebuy-app-block
  .p-codebuy__coordination_single_recent
  .p-codebuy__coordination_single_ttl {
  text-align: center !important;
  letter-spacing: 2px;
  font-family: the-seasons, sans-serif;
  margin: 20px auto 20px;
  letter-spacing: calc(var(--font-heading-scale) * 0.2rem);
}
/*
  .ck-codebuy-modal .p-codebuy__section_ttl--page {
    margin-top: 40px;
  } */

.p-codebuy__section_ttl--page {
  color: #403030;
}

.p-codebuy__section_ttl--section::before,
.p-codebuy__page--list-coordination .p-codebuy__section_ttl--page::before,
.p-codebuy__page--list-staff .p-codebuy__section_ttl--page::before {
  content: '#';
  margin-right: 3px;
  font-family: Assistant, sans-serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  .p-codebuy__section_ttl--section {
    margin-bottom: 16px;
  }
}

.p-codebuy__page {
  margin-top: 60px;
}

#codebuy-app-block
  .l-codebuy__columns:has(.p-codebuy__staff_list_item.with-link-btn) {
  row-gap: 32px;
}

#codebuy-app-block
  .l-codebuy__columns
  .p-codebuy__coordination_single_cart_columns {
  row-gap: 12px;
}

@media (max-width: 767px) {
  #codebuy-app-block
    .l-codebuy__columns:has(.p-codebuy__staff_list_item.with-link-btn.sp-col1) {
    row-gap: 0px;
  }
}

#codebuy-app-block .l-codebuy__columns {
  column-gap: 10px;
  row-gap: 10px;
}

@media (max-width: 767px) {
  #codebuy-app-block .l-codebuy__columns {
    column-gap: 8px;
    row-gap: 8px;
  }

  #codebuy-app-block
    .l-codebuy__columns:has(.p-codebuy__typeA_profile.without-avatar) {
    row-gap: 20px;
  }

  #codebuy-app-block .l-codebuy__columns:has(.p-codebuy__staff_list_item) {
    row-gap: 8px;
  }
}

@media (min-width: 768px) {
  #codebuy-app-block .l-codebuy__column.col2 {
    width: calc((100% - 10px) / 2);
  }
  #codebuy-app-block .l-codebuy__column.col3 {
    width: calc((100% - 20px) / 3);
  }
  #codebuy-app-block .l-codebuy__column.col4 {
    width: calc((100% - 30px) / 4);
  }
  #codebuy-app-block .l-codebuy__column.col5 {
    width: calc((100% - 40px) / 5);
  }
}
@media (max-width: 767px) {
  #codebuy-app-block .l-codebuy__column.sp-col2 {
    width: calc((100% - 10px) / 2);
  }

  #codebuy-app-block
    .l-codebuy__columns.sp-horizontal-scroll
    .l-codebuy__column.sp-col1 {
    width: 80%;
  }

  #codebuy-app-block
    .l-codebuy__columns.sp-horizontal-scroll
    .l-codebuy__column.sp-col2 {
    width: 65%;
  }

  #codebuy-app-block .l-codebuy__column.sp-col3 {
    width: calc((100% - 20px) / 3);
  }
  #codebuy-app-block .l-codebuy__column.sp-col4 {
    width: calc((100% - 30px) / 4);
  }
}

.main-page-title.page-title {
  display: none !important;
}

@media (max-width: 767px) {
  #codebuy-app-block .pagetop-title {
    padding: 40px 15px 0 0;
    margin-top: 110px;
  }
  #codebuy-app-block section {
    margin-bottom: 0;
  }
}

#codebuy-app-block .p-codebuy__coordination_single {
  margin-bottom: 40px !important;
}

@media (max-width: 767px) {
  .ck-codebuy-ui:has(.p-codebuy__coordination_single) {
    padding: 0 !important;
  }

  #codebuy-app-block
    .p-codebuy__coordination_single
    .p-codebuy__section_ttl--page {
    padding: 0 10px;
  }
}

/* タイトル */
#codebuy-app-block .p-codebuy__coordination_single_ttl {
  font-size: 25px;
  color: #403030;
}
@media (max-width: 767px) {
  #codebuy-app-block .p-codebuy__coordination_single_ttl {
    font-size: clamp(24px, 2vw, 30px);
  }

  #codebuy-app-block #coordination-single-ttl-product {
    margin-bottom: 30px !important;
    margin-top: 0px;
  }

  .ck-codebuy-modal #codebuy-app-block .p-codebuy__coordination_single_ttl {
    margin-top: 50px !important;
  }

  #codebuy-app-block .p-codebuy__coordination_single_ttl {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    font-size: 19px;
    margin-bottom: 50px;
  }
}

#coordination-single-ttl-product.p-codebuy__coordination_single_ttl {
  font-size: 16px;
  font-weight: 500;
  color: #403030;
}

#codebuy-app-block .p-codebuy__coordination_single_ttl::before {
  content: '#';
  margin-right: 2px;
  font-size: 18px;
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
}

#codebuy-app-block .p-codebuy__coordination_single_ttl::before {
  content: '';
}

#coordination-single-ttl-product.p-codebuy__coordination_single_ttl::before {
  content: '#';
  font-family: Assistant, sans-serif;
}

@media (max-width: 767px) {
  #coordination-single-ttl-product.p-codebuy__coordination_single_ttl {
    font-size: 12px;
  }
}

.p-codebuy__coordination_single_staff_description {
  color: #403030;
}

@media (max-width: 767px) {
  .p-codebuy__coordination_single_staff_description {
    max-width: 90%;
    margin-top: 0px;
  }

  .coordination-single-staff.mobile-only
    .p-codebuy__coordination_single_staff_description {
    margin-top: -2px;
    margin-bottom: 4px;
  }

  .p-codebuy__coordination_single_staff_description_wrapper
    .p-codebuy__coordination_single_staff_description {
    max-width: 100%;
  }
}

.p-codebuy__coordination_single_staff_description_wrapper {
  margin-bottom: 16px;
}

/*スライダー  */
#codebuy-app-block .js-coordination-slider-thumbnail .swiper-slide {
  cursor: pointer;
}

.js-coordination-slider-thumbnail .swiper-slide-thumb-active img,
.js-coordination-slider-thumbnail .swiper-slide-thumb-active video {
  outline: none !important;
  outline-offset: -3.5px !important;
  border: none !important;
  padding: 0 !important;
}

/* コメントゾーン */
#codebuy-app-block .codebuy__coordination_single_txt {
  padding: 0 10px;
}
@media (max-width: 767px) {
  #codebuy-app-block .codebuy__coordination_single_txt {
    font-size: 14px;
  }
}
/* セクション */
/* #codebuy-app-block .sp-p15 {
    padding: 0 10px;
  } */
@media (max-width: 767px) {
  #codebuy-app-block .p-codebuy__coordination_single_cart_action {
    /* margin-top: 40px !important; */
    margin: 16px 0 0 10px !important;
  }
}

#codebuy-app-block
  .p-codebuy__coordination_single_cart_action.with-individual-btn {
  margin-top: 30px !important;
}

#codebuy-app-block .p-codebuy__coordination_single_cart_btn button {
  width: 400px !important;
  font-size: 18px;
  background: var(--ck-codebuy-primary-color);
  color: #fff;
  border: #403030 solid 1px;
  font-weight: 500;
  padding: 1em 0;
  border-radius: 100px;
}

#codebuy-app-block .p-codebuy__coordination_single_cart_btn button.coming-soon {
  background-color: #524846cc;
  border-color: #524846cc;
  color: #fff;
}

@media (max-width: 767px) {
  #codebuy-app-block .p-codebuy__coordination_single_cart_btn button {
    width: 71.5vw !important;
    font-size: 15px;
    padding: 1.2em 0;
  }
}

#codebuy-app-block .p-codebuy__coordination_single_cart_secondary_link {
  width: 400px !important;
  font-size: 18px;
  background: var(--ck-codebuy-primary-light-color);
  color: var(--ck-codebuy-primary-color);
  font-weight: 500;
  padding: 1em 0;
  border-radius: 100px;
  border: 1px solid var(--ck-codebuy-primary-color);
}

@media (max-width: 767px) {
  #codebuy-app-block .p-codebuy__coordination_single_cart_secondary_link {
    width: 71.5vw !important;
    font-size: 15px;
    padding: 1.2em 0;
  }
}

@media (min-width: 768px) {
  .ck-codebuy-modal
    #codebuy-app-block
    .p-codebuy__coordination_single_cart_secondary_link {
    background-color: #fff;
  }
}

/*コーディネートの商品  */
#codebuy-app-block
  .p-codebuy__coordination_single_cart_columns
  .p-codebuy__coordination_single_cart_txt.ttl {
  margin: 0px 0 6px 0;
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 767px) {
  #codebuy-app-block
    .p-codebuy__coordination_single_cart_columns
    .p-codebuy__coordination_single_cart_txt.ttl {
    font-size: 1.1rem;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
  }

  #codebuy-app-block
    .p-codebuy__coordination_single_cart_columns
    .l-codebuy__column.sp-col2 {
    width: calc((100% - 15px) / 2);
  }
}

.l-codebuy__columns.sp-columns .p-codebuy__coordination_single_cart_columns {
  margin-bottom: -16px;
}

.p-codebuy__coordination_single_cart_variation input.js-fake-input {
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  padding: 0.3em;
  min-width: 80px;
  border: 1px solid #ccc;
  border-radius: 25px;
  background-color: var(--color-sub);
  font-size: 1em;
  font-size: calc(var(--font-size-base) * 0.9);
  cursor: pointer;
  border-radius: 20px;
}

.p-codebuy__coordination_single_cart_variation {
  margin-top: 0px;
}

.p-codebuy__coordination_single_cart_variation li:not(:first-child) {
  margin-top: 16px !important;
}
.p-codebuy__coordination_single_cart_variation li:not(:last-child) {
  margin-bottom: 16px !important;
}

.p-codebuy__coordination_single-color-swatch-group,
.p-codebuy__coordination_single-radio-group {
  margin-top: 8px !important;
  gap: 1.25rem;
}

.p-codebuy__coordination_single_cart_quantity_controls .quantity-control-group {
  border: 1px solid #ccc !important;
}

.p-codebuy__coordination_single_cart_txt.price {
  margin-bottom: 10px;
}

.p-codebuy__coordination_single_cart_txt_new {
  position: relative;
  font-size: 14px;
}

.p-codebuy__coordination_single_cart_txt_new,
.p-codebuy__coordination_single_cart_txt_new.sale-price,
.p-codebuy__coordination_single_cart_txt_compare {
  font-size: 14px;
}
.p-codebuy__coordination_single_cart_default_variation
  .p-codebuy__coordination_single_cart_txt {
  font-size: 12px;
}

/* .p-codebuy__coordination_single_cart_txt_new:not(.sale-price)::after {
    position: absolute;
    left: 100%;
    word-break: keep-all;
    content: '（税込）';
    font-size: 12px;
    top: 0;
  } */

@media (max-width: 767px) {
  .p-codebuy__coordination_single.staff-info,
  #codebuy-single-staff__staff-info {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

#all-cart-in-button {
  padding-top: 15px;
  padding-bottom: 15px;
}

#all-cart-in-button.coming-soon {
  background-color: #524846cc;
  color: #fff;
}

@media (max-width: 768px) {
  .p-codebuy__coordination_single_cart_btn {
    max-width: max-content;
  }
  #all-cart-in-button {
    padding: 15px 30px;
  }
}

/*商品セレクトボックス  */
#codebuy-app-block .p-codebuy__coordination_single_cart_variation select {
  color: #000;
  width: 100%;
  text-align: center;
  text-align-last: center;
  padding: 11px 5px;
  background: var(--ck-codebuy-primary-light-color);
  border-color: #403030;
  appearance: none;
  font-size: 10px;
}

.p-codebuy__coordination_single_cart_default_variation {
  border: 1px solid #ccc;
}

.p-codebuy__coordination_single-radio-group input[type='radio'] + label {
  border: 1px solid #403030;
  color: #403030;
  background-color: var(--ck-codebuy-primary-light-color);
  padding: 8px 12x;
}

@media (max-width: 767px) {
  .p-codebuy__coordination_single-radio-group input[type='radio'] + label {
    border: transparent;
  }
}

.p-codebuy__coordination_single_cart_variation.with-quantity-control {
  margin-bottom: 8px;
}

.p-codebuy__coordination_single-radio-group label {
  font-size: 12px;
}

/*履歴パーツ  */
#codebuy-app-block .p-codebuy__coordination_single_recent {
  margin-bottom: 80px !important;
}

#codebuy-app-block .p-codebuy__coordination_single_recent {
  padding: 0 10px;
}

/* ページャー */
#codebuy-app-block .pagination__item {
  border-color: var(--ck-codebuy-primary-color);
  font-family: 'Tryst', 'Lato', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
}
#codebuy-app-block .pagination__item {
  color: var(--ck-codebuy-primary-color) !important;
}
#codebuy-app-block .pagination__item.pagination__item--current {
  color: #fff !important;
}

@media (max-width: 350px) {
  .p-codebuy__staff_single_txt.profile_text {
    white-space: pre-wrap !important;
  }
}

/* TOPパーツ */
#codebuy-app-block .p-codebuy__typeC .p-codebuy__staff_single_name {
  font-size: clamp(15px, 18 / 1920 * 100vw, 18px);
  font-size: 18px;
  margin-bottom: 0.5em;
  text-align: left;
}

#codebuy-app-block .p-codebuy__typeC .p-codebuy__typeA_link {
  /* width: 70px; */
  text-align: center;
  /* max-width: 35%; */
}

#codebuy-app-block .p-codebuy__typeA_profile_icon .c-codebuy__ofi {
  width: clamp(45px, 5vw, 60px);
  height: clamp(45px, 5vw, 60px);
  text-align: center;
}

@media (max-width: 767px) {
  /* #codebuy-app-block .p-codebuy__typeC .p-codebuy__typeA_link {
      width: 40px;
    } */
  #codebuy-app-block .p-codebuy__typeC .p-codebuy__typeA_profile {
    padding: 5% 0%;
  }
  .p-codebuy__coordination_single_recent .profile_text {
    font-weight: normal !important;
  }
  #codebuy-app-block
    .p-codebuy__typeC
    .p-codebuy__typeA_profile_icon
    .c-codebuy__ofi {
    width: 33px;
    height: 33px;
    text-align: center;
  }
}

.p-codebuy__typeA_profile_icon {
  margin-right: 0px;
}

.p-codebuy__typeC_tab_list:after {
  background: var(--ck-codebuy-primary-color);
  height: 45px !important;
}

@media (max-width: 767px) {
  .p-codebuy__typeC_tab_list:after {
    height: 42px !important;
  }
}

/* スタッフ一覧 */
.p-codebuy__typeC_tab_wrap {
  background: none !important;
  margin-bottom: 40px;
}
.p-codebuy__typeC_tab_item > *:not(script) {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-codebuy__typeC_tab_item {
  font-size: 13px !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  font-family: avenir, sans-serif;
  width: auto !important;
  flex: none !important;
}

@media (max-width: 767px) {
  .p-codebuy__typeC_tab_item {
    font-size: 11px !important;
  }
}

.p-codebuy__typeC_tab_item span {
  padding: 1.45rem 2rem 1.15rem !important;
}

.p-codebuy__typeC_tab_item.promoter-tab span {
  padding: 1.45rem 2.5rem 1.15rem !important;
}

.p-codebuy__typeC_tab_list {
  justify-content: center;
  gap: 10px;
}
.p-codebuy__typeC_tab_item:not(.js-active) > * {
  position: relative;
  color: #cda49c !important;
}

.p-codebuy__typeC_tab_item.js-active > * {
  position: relative;
  color: #fff !important;
  background: var(--ck-codebuy-primary-color);
  border-radius: 50px;
}

.p-codebuy__typeC_tab_item:not(.js-active) > *::before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  border-radius: 50px;
  font-size: 13px;
  padding: 1.5rem 2rem;
  border-radius: 50px;
  background: #f8f4f3;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  z-index: -1;
}

.p-codebuy__section--top .p-codebuy__typeC_tab_item:not(.js-active) > *::before,
.p-codebuy__page--list-staff
  .p-codebuy__typeC_tab_item:not(.js-active)
  > *::before,
.p-codebuy__page--list-coordination
  .p-codebuy__typeC_tab_item:not(.js-active)
  > *::before {
  background-color: #fff;
}

/* 検索ボックス */
#scapp-search-content {
  width: 100%;
}

#scapp-search-content .p-codebuy__section_ttl--section {
  position: relative;
  margin-bottom: 8rem;
}

#scapp-search-content .p-codebuy__section_ttl--section::after {
  content: '条件を絞り込んで検索';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  top: 120%;
  letter-spacing: 0.1px;
}

.p-codebuy__typeD_tag-filter-wrapper {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 12px;
  place-items: stretch;
}

.p-codebuy__component.p-codebuy__typeD .loading-skeleton {
  width: auto !important;
}

.p-codebuy__typeD_form {
  border: none !important;
  background: none !important;
  padding: 32px 8px 24px 8px;
}

.p-codebuy__typeC_tab_wrap {
  padding: 0 !important;
  /* margin-bottom: 0px !important; */
}
.p-codebuy__typeD select,
.p-codebuy__typeD .js-fake-input {
  padding: 11px 0;
  border-radius: 50px;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .p-codebuy__typeD_form.scapp-search-content {
    gap: 10px;
    row-gap: 0;
    justify-content: space-between;
  }

  .p-codebuy__typeD_form {
    max-width: 100%;
  }
}

.p-codebuy__component.p-codebuy__typeD {
  padding: 0 !important;
}

.p-codebuy__typeD_btns .p-codebuy__typeD_btn {
  width: 100%;
}

@media (max-width: 767px) {
  .p-codebuy__typeC_tab_content .p-codebuy__component.p-codebuy__typeB {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-codebuy__typeC_tab_content .l-codebuy__column.staff-info-content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 10px;
    row-gap: 15px;
    margin-top: 28px;
  }

  .p-codebuy__typeC_tab_content .l-codebuy__column .p-codebuy__typeB_ttl {
    max-width: calc((100% - 8px) / 2);
    text-align: left;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .p-codebuy__typeC_tab_content .l-codebuy__column .p-codebuy__typeB_ttl .name {
    font-size: 18px !important;
    font-weight: 500;
    margin-bottom: 0em;
    line-height: normal;
    padding-bottom: 2px;
  }

  @media (max-width: 767px) {
    .p-codebuy__typeC_tab_content
      .l-codebuy__column
      .p-codebuy__typeB_ttl
      .name {
      margin-bottom: -8px;
    }
  }

  .p-codebuy__typeC_tab_content .l-codebuy__column .p-codebuy__typeB_thumbnail {
    width: 77px;
  }
  .p-codebuy__typeC_tab_content
    .l-codebuy__column
    .p-codebuy__typeB_ttl
    .profile_text {
    font-size: 11px !important;
    line-height: 1.5;
    font-weight: 500;
  }

  .p-codebuy__typeC_tab_content
    .l-codebuy__column
    .p-codebuy__staff_single_staff_button
    a {
    flex: 125px;
    font-family: inherit;
    background: var(--color-cart-btn) !important;
    color: #fff;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 0.5em;
    border-radius: 30px;
    font-size: calc(var(--font-size-base) * 1.2);
    font-weight: 400;
    box-sizing: border-box;
    transition: 0.3s;
    border: none;
    cursor: pointer;
    font-size: 12px !important;
  }
  #codebuy-app-block .p-codebuy__staff_single_staff_button {
    display: flex;
    align-items: center;
  }
  #codebuy-app-block .p-codebuy__staff_single_staff_button a {
    max-width: 120px !important;
    margin-left: auto !important;
    /* margin-left: 10px !important; */
    display: block;
    margin-right: 0;
    font-size: 10.5px !important;
    letter-spacing: 0.03em;
  }
}

.c-codebuy__btn_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: currentColor;
  border: currentColor solid 1px;
  margin-top: 30px !important;
  margin-bottom: 70px !important;
  font-size: 14px;
  padding: 0 3rem;
  padding-right: 5rem;
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  width: max-content;
  letter-spacing: 0.1rem;
  line-height: 1;
}

.p-codebuy__section--top .c-codebuy__btn_link {
  background: transparent;
}

.c-codebuy__btn_link::after {
  content: '';
  position: absolute;
  left: auto;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2.96 2.18'%3E%3Cg%3E%3Cpath d='M2.92.98L1.98.04c-.06-.06-.15-.06-.21,0-.06.06-.06.15,0,.21l.67.67H.15c-.08,0-.15.07-.15.15s.07.15.15.15h2.31l-.7.7c-.06.06-.06.15,0,.21.03.03.07.04.11.04s.08-.01.11-.04l.94-.94s.04-.07.04-.11-.02-.08-.04-.11Z' fill='currentColor'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2.96 2.18'%3E%3Cg%3E%3Cpath d='M2.92.98L1.98.04c-.06-.06-.15-.06-.21,0-.06.06-.06.15,0,.21l.67.67H.15c-.08,0-.15.07-.15.15s.07.15.15.15h2.31l-.7.7c-.06.06-.06.15,0,.21.03.03.07.04.11.04s.08-.01.11-.04l.94-.94s.04-.07.04-.11-.02-.08-.04-.11Z' fill='currentColor'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: currentColor;
  border: none !important;
  box-shadow: none !important;
}

/* TOP */
@media (min-width: 768px) {
  .p-codebuy__typeA_profile .l-codebuy__columns {
    column-gap: 0 !important;
  }
}

.codebuy-custom-wrap-top .p-codebuy__component.p-codebuy__typeA {
  padding: 0 !important;
}

#codebuy-app-block .p-codebuy__typeA_profile {
  padding: 5% 0;
}

.ff-lato {
  font-family: 'Lato', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
}

/* #codebuy-top-section-title::after {
    content: 'スタッフコーディネート';
    font-size: 12px;
    display: block;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    padding-top: -8em;
    color: rgba(0, 0, 0, 0.54);
    padding-left: 5px;
  } */

/*　一覧  */
.p-codebuy__typeA_link:has(.codebuy-skeleton-loading-staff-img) {
  width: 100%;
}

@media (min-width: 768px) {
  .p-codebuy__typeB .p-codebuy__staff_single_staff_button a {
    font-size: 15px !important;
  }
}

.codebuy-coordination-recent-item .codebuy-instagram {
  display: none !important;
}

.p-codebuy__staff_single_txt {
  line-height: 1.2 !important;
}

#codebuy-app-block .pagination__item.pagination__item__short {
  background: #fff !important;
}

@media (max-width: 767px) {
  .p-codebuy__typeD .l-codebuy__container {
    width: 100%;
    max-width: 600px;
  }
  .profile-box p {
    font-size: 12px !important;
  }
  .p-codebuy__typeC_tab_item {
    font-size: 12px;
  }

  .p-codebuy__typeA_txt {
    font-size: 11px;
    text-align: left;
  }

  .p-codebuy__typeA_profile_icon {
    width: 40px;
    max-width: 100%;
  }

  .p-codebuy__typeA_profile .sp-columns {
    column-gap: 4px !important;
  }

  #codebuy-app-block .pagination__item {
    width: 34px;
    height: 34px;
    font-size: 18px;
    padding-left: 1px;
    padding-bottom: 2px;
  }

  .pagination__list > li {
    flex: 1 0 4.4rem;
    max-width: 3.4rem;
  }

  .p-codebuy__typeC_tab_list.tab1active:after {
    left: auto;
    right: 0;
  }
  .p-codebuy__staff_single_txt.profile_text {
    font-size: 10px !important;
  }

  @media (max-width: 767px) {
    #codebuy-single-staff__staff-info .p-codebuy__staff_single_left {
      width: 90px;
    }
  }

  @media (max-width: 767px) {
    #codebuy-single-staff__staff-info .p-codebuy__staff_single_right {
      max-width: calc(100% - 120px);
      width: calc(100% - 120px);
    }
  }

  @media (max-width: 767px) {
    #codebuy-single-staff__staff-info
      .p-codebuy__staff_single_right
      .p-codebuy__staff_single_favorite_btn {
      margin-left: 34px;
    }
  }

  #codebuy-single-staff__staff-info
    .p-codebuy__staff_single_right
    .p-codebuy__staff_single_social_media {
    font-size: 10px;
  }

  #codebuy-single-staff__staff-info
    .p-codebuy__staff_single_right
    ul
    .p-codebuy__staff_single_txt {
    white-space: nowrap;
  }

  .single-top-staff-info .profile_text {
    font-size: 12px !important;
    width: calc(100% + 3em);
  }

  .p-codebuy__component.p-codebuy__typeB {
    max-width: 600px;
    margin: 0 auto;
  }
}

.single-top-staff-info .profile_text {
  font-weight: normal !important;
}
.single-top-staff-info .profile_text a {
  line-height: 1.4;
}

@media (min-width: 768px) {
  #codebuy-app-block
    .p-codebuy__coordination_single_recent
    .p-codebuy__staff_single_name {
    margin-bottom: 10px !important;
  }
  #codebuy-app-block .p-codebuy__staff_single_staff_button a {
    width: 250px;
    padding: 12px 0;
    margin-bottom: 0 !important;
    font-size: 16px;
    margin-left: 20px;
  }

  #codebuy-app-block
    .p-codebuy__typeC_tab_contents_list
    .p-codebuy__staff_single_staff_button
    a {
    margin: 0 auto 30px auto !important;
    padding: 7px 0 !important;
    font-size: 15px !important;
    max-width: 100%;
  }
}

.loader-overlay,
.loader {
  display: none !important;
}

.p-codebuy__typeC_tab_list {
  margin-bottom: 5px;
}
.p-codebuy__typeC_tab_list li {
  min-width: auto;
}
.p-codebuy__typeC_tab_list::after {
  width: 0 !important;
}

.select-holder {
  position: relative;
  width: 100%;
}

.select-holder select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.select-holder input {
  text-align: center;
  width: 100%;
  pointer-events: none;
  appearance: none;
  border: 1px solid #ccc;
}

#codebuy-app-block .p-codebuy__staff_single .p-codebuy__staff_single_name {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0px;
  text-align: left;
  letter-spacing: 0.2rem;
  /* margin-top: 6px; */
}

.p-codebuy__page--single-staff .p-codebuy__staff_single_tags {
  margin-top: 4px;
}

@media (max-width: 767px) {
  #codebuy-app-block .p-codebuy__staff_single .p-codebuy__staff_single_name {
    font-size: 18px;
  }
}

#codebuy-app-block .p-codebuy__staff_single .p-codebuy__staff_single_txt {
  font-weight: 500 !important;
  font-size: 11px;
}

.p-codebuy__typeB .pagination {
  margin: 60px 0 50px 0;
}

.p-codebuy__typeA_txt.profile_text {
  text-align: left !important;
}

.p-codebuy__coordination_single_name {
  font-family: the-seasons, sans-serif;
  /* font-size: 30px; */
  margin-bottom: 0px;
}

.p-codebuy__typeB_ttl .name {
  font-family: the-seasons, sans-serif;
}

@media (max-width: 767px) {
  .p-codebuy__coordination_single_cart_variation .select-holder .js-fake-input,
  .p-codebuy__coordination_single_cart_variation .select-holder .js-select {
    font-size: 11px !important;
    font-weight: 500 !important;
  }

  .p-codebuy__coordination_single_cart
    #coordination-single-staff
    .p-codebuy__coordination_single_left {
    width: 80px;
  }

  .p-codebuy__coordination_single_cart
    #coordination-single-staff
    .p-codebuy__staff_single_txt.profile_text {
    font-size: 12px !important;
    width: calc(100% + 3em);
  }

  .p-codebuy__coordination_single_cart #localstrage-staff {
    width: 240px !important;
    margin: 0 auto;
  }
  .p-codebuy__coordination_single_cart
    #localstrage-staff
    .single-top-staff-info {
    padding: 0 10px;
    justify-content: flex-start;
  }

  .p-codebuy__coordination_single_name {
    white-space: nowrap;
    font-size: 18px;
  }

  #localstrage-staff
    .p-codebuy__staff_single_right
    .p-codebuy__staff_single_name {
    font-size: 18px !important;
  }

  #localstrage-staff
    .p-codebuy__staff_single_right
    .p-codebuy__staff_single_txt.profile_text {
    font-size: 12px !important;
  }

  #localstrage-staff .p-codebuy__staff_single_left,
  #localstrage-staff .p-codebuy__staff_single_right {
    max-width: 100%;
  }

  #localstrage-staff,
  .p-codebuy__coordination_single_staff_description_wrapper.l-codebuy__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-codebuy__component.p-codebuy__coordination_single
  .p-codebuy__staff_single_name,
.p-codebuy__component.p-codebuy__coordination_single
  .p-codebuy__coordination_single_name {
  text-align: left;
  margin-left: 8px;
  margin-right: 4px;
}

@media (min-width: 768px) {
  .l-codebuy__column.p-codebuy__coordination_single_cart {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .l-codebuy__columns:not(.sp-columns) .l-codebuy__column {
    margin-top: 5%;
  }

  .p-codebuy__coordination_single_slider {
    margin-bottom: 0px;
    padding: 10px;
    padding-bottom: 10px;
  }

  #coordination-single-staff {
    display: flex;
    margin: 0 auto;
  }

  #coordination-single-staff.mobile-only {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  #localstrage-staff .l-codebuy__column.p-codebuy__staff_single_left {
    max-width: 90px;
  }
}

.ck-codebuy-ui:has(.p-codebuy__coordination_single_recent) {
  padding: 0px !important;
}

#js-recent-item .p-codebuy__staff_single_right {
  margin-left: 6px;
}

#codebuy-app-block .p-codebuy__coordination_single {
  margin-bottom: 0px !important;
}

@media (max-width: 767px) {
  #localstrage-staff .p-codebuy__staff_single_left.with-favorite-btn {
    margin-right: 24px;
  }
}

.p-codebuy__coordination_single-color-swatch-name {
  margin-top: 4px;
  font-weight: 400;
}

.p-codebuy__typeA_profile_list {
  max-width: 100%;
}

#pager-area li:has(.pagination-item__prev) {
  display: none;
}

@media (max-width: 767px) {
  #codebuy-app-block .p-codebuy__typeA_profile_icon .c-codebuy__ofi {
    width: 33px;
    height: 33px;
    text-align: center;
  }
}

#codebuy-app-block .container {
  padding-left: 0px;
  padding-right: 0px;
}

.p-codebuy__typeB_tag,
.ck-codebuy-modal .p-codebuy__staff_single_tag {
  background-color: #fff;
  color: #cda49c;
  padding: 10px;
}

.p-codebuy__section--favorites .p-codebuy__typeB_tag {
  background-color: var(--ck-codebuy-primary-light-color);
}

.p-codebuy__page--list-useproduct .p-codebuy__typeB_tag {
  background-color: var(--ck-codebuy-primary-light-color);
}

@media (max-width: 767px) {
  .p-codebuy__typeB_tag,
  .p-codebuy__staff_single_tag,
  .p-codebuy__staff_list_item.with-link-btn .p-codebuy__typeB_tag {
    font-size: 9px;
    padding: 8px;
  }
}

.p-codebuy__staff_single_tag {
  color: #cda49c;
}

.p-codebuy__typeB_link-btn {
  padding: 8px;
  width: auto;
}

@media (min-width: 768px) {
  .p-codebuy__typeB_link-btn {
    display: none;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
  }
}

.p-codebuy__typeB_link-btn::before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  background-color: #fff;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23currentColor'%3E%3Cpath d='M9.29 6.71a.996.996 0 000 1.41L13.17 12l-3.88 3.88a.996.996 0 101.41 1.41l4.59-4.59a.996.996 0 000-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23currentColor'%3E%3Cpath d='M9.29 6.71a.996.996 0 000 1.41L13.17 12l-3.88 3.88a.996.996 0 101.41 1.41l4.59-4.59a.996.996 0 000-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

@media (max-width: 767px) {
  .p-codebuy__typeB_link-btn {
    font-size: 0 !important;
    text-indent: -9999px !important;
    background-color: transparent;
    padding: 0px !important;
  }
  .p-codebuy__typeB_link-btn::before {
    background-color: #403030;
  }
}

.ck-codebuy-rich-text {
  text-align: left;
}

.ck-codebuy-rich-text ul,
.ck-codebuy-rich-text ol,
.ck-codebuy-rich-text blockquote,
.ck-codebuy-rich-text img {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ck-codebuy-modal .p-codebuy__section_ttl--page {
  color: var(--ck-codebuy-primary-color);
  text-transform: uppercase;
  font-size: 30px;
  font-family: inherit;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center !important;
}

@media (min-width: 768px) {
  .ck-codebuy-modal .p-codebuy__section_ttl--page {
    margin-top: 16px;
    margin-bottom: 40px;
  }
}

.ck-codebuy-modal__close {
  width: 4rem;
  height: 4rem;
  backdrop-filter: blur(20px);
}

@media (max-width: 767px) {
  .ck-codebuy-modal__close {
    width: 3.3rem;
    height: 3.3rem;
    padding: 0px;
  }
}

.ck-codebuy-modal__close:hover {
  background-color: white;
}

.ck-codebuy-modal__close::before {
  content: '';
  width: 1.71rem;
  height: 1.71rem;
  font-weight: bold;
  background-color: var(--ck-codebuy-primary-color);
  mask-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
  .ck-codebuy-modal__close::before {
    width: 1.4rem;
    height: 1.4rem;
  }
}

@media (max-width: 767px) {
  .ck-codebuy-modal .p-codebuy__section_ttl--page {
    font-size: 10px;
  }
}

.ck-codebuy-modal__close {
  color: #cca39d;
  background-color: #fff;
  /* top: 70px; */
  top: 40px;
  border: 1px solid #faf4f3;
}

#codebuy-app-block {
  margin-top: 8px;
}

@media (max-width: 767px) {
  /* .ck-codebuy-modal #codebuy-app-block {
      margin-top: -16px;
    } */

  .p-codebuy__section_ttl--page {
    margin-bottom: 40px;
  }

  .ck-codebuy-modal .p-codebuy__section_ttl--page {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  #codebuy-single-staff__staff-info .p-codebuy__staff_single_right ul {
    margin-left: 16px;
  }
}

@media (max-width: 767px) {
  .ck-codebuy-modal__container {
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .p-codebuy__typeC_filter_wrap {
    flex-direction: row;
  }
}

.p-codebuy__typeD_filter_btn {
  height: 39px;
  font-size: 13px;
  font-weight: 400;
  padding: 1.1rem 1.25rem 1rem 1.25rem;
  gap: 0.5px;
  background-color: #fff;
  color: #cda49c;
  font-family: avenir, sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .p-codebuy__typeD_filter_btn {
    height: 37px;
    padding: 0rem 1.25rem;
    padding-top: 0.2rem;
    font-size: 11px;
    margin-top: 1px;
  }
}

.p-codebuy__typeD_filter_btn::before {
  background-color: #cda49c;
  width: 14px;
  height: 14px;
}

@media (max-width: 767px) {
  .p-codebuy__typeD_filter_btn::before {
    width: 14px;
    height: 14px;
  }
}

.ck-codebuy-modal__container:not(
    :has(.p-codebuy__typeD_tag-filter-wrapper-modal)
  ) {
  background-color: var(--ck-codebuy-primary-light-color);
}

.ck-codebuy-modal__container:has(.p-codebuy__typeD_tag-filter-wrapper-modal)
  .ck-codebuy-modal__close {
  background-color: var(--ck-codebuy-primary-light-color);
  border: 1px solid #fff;
}

.ck-codebuy-modal__container:has(
    .p-codebuy__page.p-codebuy__page--single-coordination
  ) {
  background-image: linear-gradient(
    to bottom,
    var(--ck-codebuy-primary-light-color) 80%,
    #fff 100%
  );
}

.p-codebuy__typeD_form.as-modal .p-codebuy__typeD_ttl.label {
  color: var(--ck-codebuy-primary-color);
  text-transform: uppercase;
  font-size: 12px;
}

.p-codebuy__typeD_form.as-modal .p-codebuy__section_ttl--section {
  margin-bottom: 40px;
  margin-top: 8px;
}

.p-codebuy__typeD_tag-label {
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 1.5em 1em;
  font-size: 1.2rem;
  color: #403030;
  line-height: 1;
}

.p-codebuy__typeD_tag-option
  input[type='checkbox']:checked
  + .p-codebuy__typeD_tag-label {
  color: #fff;
  /* background-color: #cca39d; */
}

.p-codebuy__typeD_tag-option
  input[type='checkbox']:checked
  + .p-codebuy__typeD_tag-label::after {
  content: '';
  position: absolute;
  margin-left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.p-codebuy__typeD_form.as-modal .p-codebuy__typeD_btn {
  border-radius: 10px;
  font-size: 12px;
  padding: 0px;
}

.p-codebuy__typeD_btn_reset.clearForm {
  font-size: 12px;
  text-decoration: underline;
  color: var(--ck-codebuy-primary-color);
}

.p-codebuy__typeD_btn_serch.search-btn {
  position: relative;
  padding: 1.5rem 1rem;
  border-radius: var(--ck-codebuy-button-border-radius);
}

.p-codebuy__typeD_btn_serch.search-btn::after {
  content: '';
  position: absolute;
  margin-left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.p-codebuy__typeC_filter_wrap {
  justify-content: center;
  align-items: start;
  gap: 10px;
}

.p-codebuy__typeC_filter_wrap .p-codebuy__typeC_tab_wrap {
  flex: 0 auto;
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 767px) {
  .l-codebuy__columns:has(.p-codebuy__staff_list_item.with-link-btn.sp-col1)
    .p-codebuy__typeB_link
    .p-codebuy__typeB_ttl
    .name {
    max-width: 200px;
  }
}

.p-codebuy__typeD_filter_btn_wrapper {
  position: relative;
  margin-bottom: 40px;
  width: max-content;
}

.p-codebuy__typeD_clear_btn {
  position: absolute;
  top: -4px;
  right: 0;
  width: 12px;
  height: 12px;
  background-color: #cca39d;
  padding: 0px;
}

.p-codebuy__typeD_clear_btn::before {
  width: 80%;
  height: 80%;
  background-color: #fff;
}

.p-codebuy__typeD_filter_chip .remove-icon::before {
  content: '';
  width: 6rem;
  height: 6rem;
  color: var(--ck-codebuy-primary-color);
}

.p-codebuy__page--list-coordination .p-codebuy__section_ttl--page,
.p-codebuy__page--list-staff .p-codebuy__section_ttl--page {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .p-codebuy__page--list-coordination .p-codebuy__section_ttl--page,
  .p-codebuy__page--list-staff .p-codebuy__section_ttl--page {
    margin-bottom: 16px;
  }

  .l-codebuy__column.p-codebuy__coordination_single_cart {
    background-color: #fff;
  }
}
#coordination-staff-info,
#coordination-staff-info-modal,
.p-codebuy__component.p-codebuy__staff_single.other-staff-coordination {
  background-color: #fff;
}

#coordination-staff-info.with-link-btn .p-codebuy__typeB_link-btn,
#coordination-staff-info-modal.with-link-btn .p-codebuy__typeB_link-btn {
  padding: 8px;
}

.p-codebuy__coordination_single_slider {
  position: relative;
}
@media (max-width: 767px) {
  .ck-codebuy-modal .p-codebuy__coordination_single_slider::after {
    content: '';
    width: 100%;
    height: 54px;
    background: url(https://cdn.shopify.com/s/files/1/0693/4809/8226/t/6/assets/footer_bg.svg)
      no-repeat top center/100% 90px;
    position: absolute;
    transform: rotate(180deg);
    bottom: -53px;
    left: 0;
    pointer-events: none;
  }
}

.p-codebuy__coordination_single {
  position: relative;
}

@media (min-width: 768px) {
  .ck-codebuy-modal .p-codebuy__coordination_single.staff-info::after {
    content: '';
    width: 100%;
    height: 54px;
    background: url(https://cdn.shopify.com/s/files/1/0693/4809/8226/t/6/assets/footer_bg.svg)
      no-repeat top center/100% 90px;
    position: absolute;
    transform: rotate(180deg);
    top: 0px;
    left: 0;
    pointer-events: none;
  }

  #codebuy-app-block #coordination-staff-info,
  #codebuy-app-block #coordination-staff-info-modal {
    padding-top: 60px;
  }

  #codebuy-app-block #coordination-staff-info-modal {
    margin-top: 16px;
  }

  .ck-codebuy-modal #coordination-staff-info,
  .ck-codebuy-modal #coordination-staff-info-modal,
  .ck-codebuy-modal
    .p-codebuy__component.p-codebuy__staff_single.other-staff-coordination.sp-p15 {
    margin-top: -32px;
    padding-top: 48px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -30px;
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}

#codebuy-app-block
  .p-codebuy__coordination_single
  .p-codebuy__coordination_single_cart {
  margin-top: 0px !important;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  #coordination-single-staff .p-codebuy__coordination_single_left {
    width: 60px;
  }
  #coordination-single-staff .p-codebuy__coordination_single_right {
    margin-left: -8px;
  }

  #coordination-single-staff
    .p-codebuy__coordination_single_right
    .codebuy-promoter-link
    ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  #localstrage-staff
    .p-codebuy__coordination_single_right
    .codebuy-promoter-link
    ul {
    flex-direction: column;
  }

  #coordination-single-staff .p-codebuy__coordination_single_right,
  .codebuy-promoter-link ul .p-codebuy__staff_single_tag {
    font-size: 9px;
    padding: 8px;
  }

  #coordination-single-staff
    .p-codebuy__coordination_single_right
    .codebuy-promoter-link
    .p-codebuy__staff_single_tags {
    margin-top: 0px;
  }

  #coordination-single-staff .l-codebuy__columns.sp-columns.aligncenter {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #coordination-single-staff .p-codebuy__coordination_single_right {
    max-width: 100%;
  }
}

.p-codebuy__coordination_single-radio-group
  input[type='radio']:checked
  + label {
  --tw-ring-color: #403030;
  color: #403030;
  border: 1px solid #403030;
  --tw-ring-shadow: none;
}

/* .p-codebuy__coordination_single_cart_variation select:focus, */
.p-codebuy__coordination_single-color-swatch.selected {
  --tw-ring-color: #403030;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1.2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

#codebuy-app-block .individual-cart-btn {
  background: var(--ck-codebuy-primary-color);
  color: #403030;
  border: #403030 solid 1px;
  font-weight: 500;
  padding: 1em 0;
  border-radius: 100px;
}

@media (max-width: 767px) {
  #codebuy-app-block .individual-cart-btn {
    font-size: 10px;
    padding: 1.5em 0;
  }
}

@media (max-width: 767px) {
  #codebuy-app-block #coordination-staff-info,
  #codebuy-app-block #coordination-staff-info-modal {
    padding-top: 84px !important;
    margin-top: 0px !important;
  }

  #codebuy-app-block #coordination-staff-info,
  #codebuy-app-block #coordination-staff-info-modal,
  .p-codebuy__component.p-codebuy__staff_single.other-staff-coordination.sp-p15 {
    padding-left: 10px;
    padding-right: 10px;
  }

  #codebuy-app-block
    .p-codebuy__component.p-codebuy__staff_single.other-staff-coordination.sp-p15 {
    margin-top: -32px;
    padding-top: 48px;
    padding-bottom: 16px;
    margin-bottom: 0px;
    border-bottom-left-radius: var(--ck-codebuy-card-border-radius);
    border-bottom-right-radius: var(--ck-codebuy-card-border-radius);
  }
}

@media (max-width: 767px) {
  #localstrage-staff .p-codebuy__staff_single_tags {
    margin-top: 0px;
  }
}

#localstrage-staff .p-codebuy__staff_single_tag {
  background-color: var(--ck-codebuy-primary-light-color);
}

.p-codebuy__staff_single_name,
.p-codebuy__typeA_name {
  font-family: the-seasons, sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2rem;
}

@media (max-width: 767px) {
  .l-codebuy__column.sp-col1.p-codebuy__coordination_list_item.index-0.bento-grid
    .codebuy-promoter-link
    .p-codebuy__typeA_name.above {
    font-size: 22px;
    letter-spacing: 0.2rem;
    font-weight: 400;
  }

  .l-codebuy__column.sp-col1.p-codebuy__coordination_list_item.index-0.bento-grid
    .codebuy-promoter-link {
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .p-codebuy__staff_single_name,
  .p-codebuy__typeA_name {
    font-size: 16px;
  }
}

section:has(.p-codebuy__section--useproduct) {
  position: relative;
  background-color: var(--ck-codebuy-primary-light-color);
}

section:has(.p-codebuy__section--useproduct)::after {
  content: '';
  width: 100%;
  height: 54px;
  background: url(https://cdn.shopify.com/s/files/1/0693/4809/8226/t/6/assets/footer_bg.svg)
    no-repeat top center/100% 90px;
  position: absolute;
  transform: rotate(180deg);
  bottom: -53px;
  left: 0;
  pointer-events: none;
}

section:has(.p-codebuy__section--useproduct)::before {
  content: '';
  width: 100%;
  height: 54px;
  background: url(https://cdn.shopify.com/s/files/1/0693/4809/8226/t/6/assets/footer_bg.svg)
    no-repeat top center/100% 90px;
  position: absolute;
  top: -53px;
  left: 0;
  pointer-events: none;
}

.p-codebuy__section--useproduct .p-codebuy__section_ttl--section {
  margin-top: 0px;
}

.p-codebuy__section--useproduct .c-codebuy__btn_link {
  margin-bottom: 0px;
}

.p-codebuy__staff_single .l-codebuy__columns.sp-columns.aligncenter {
  position: relative;
}

.p-codebuy__coordination_list_favorite_btn,
.p-codebuy__staff_list_favorite_btn,
.p-codebuy__coordination_single_favorite_btn,
.p-codebuy__staff_single_favorite_btn,
#localstrage-staff .p-codebuy__staff_single_favorite_btn {
  top: auto;
  width: 45px;
  height: 45px;
  background-color: var(--ck-codebuy-primary-light-color);
}

.p-codebuy__staff_single_favorite_btn:hover {
  background-color: var(--ck-codebuy-primary-light-color);
}

#localstrage-staff .p-codebuy__staff_single_favorite_btn {
  top: auto;
  bottom: 0px;
}

@media (max-width: 767px) {
  #localstrage-staff .p-codebuy__staff_single_favorite_btn {
    width: 36px;
    height: 36px;
  }
}

.p-codebuy__coordination_list_favorite_btn::before,
.p-codebuy__staff_list_favorite_btn::before,
.p-codebuy__coordination_single_favorite_btn::before,
.p-codebuy__staff_single_favorite_btn::before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.27 4.92'%3E%3Cg%3E%3Cpath d='M3.94.08h0c-.33,0-.63.15-.87.41l-.43.47-.43-.47c-.24-.26-.55-.4-.88-.4S.68.22.44.47C-.05,1.01-.05,1.88.44,2.42l2.19,2.39,2.19-2.39c.49-.54.49-1.41,0-1.94-.24-.26-.55-.4-.88-.4h0Z' fill='none' stroke='%23403030 ' stroke-miterlimit='10' stroke-width='.15'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-codebuy__coordination_list_favorite_btn.ck-codebuy-favorited::before,
.p-codebuy__coordination_list_favorite_btn[data-ck-codebuy-favorite-id]::before,
.p-codebuy__staff_list_favorite_btn.ck-codebuy-favorited::before,
.p-codebuy__staff_list_favorite_btn[data-ck-codebuy-favorite-id]::before,
.p-codebuy__staff_single_favorite_btn.ck-codebuy-favorited::before,
.p-codebuy__staff_single_favorite_btn[data-ck-codebuy-favorite-id]::before,
.p-codebuy__coordination_single_favorite_btn.ck-codebuy-favorited::before,
.p-codebuy__coordination_single_favorite_btn[data-ck-codebuy-favorite-id]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.27 4.92'%3E%3Cg%3E%3Cpath d='M3.94.08h0c-.33,0-.63.15-.87.41l-.43.47-.43-.47c-.24-.26-.55-.4-.88-.4S.68.22.44.47C-.05,1.01-.05,1.88.44,2.42l2.19,2.39,2.19-2.39c.49-.54.49-1.41,0-1.94-.24-.26-.55-.4-.88-.4h0Z' fill='%23cda49c' stroke='%23403030 ' stroke-miterlimit='10' stroke-width='.15'/%3E%3C/g%3E%3C/svg%3E");
}

.p-codebuy__coordination_list_favorite_btn svg,
.p-codebuy__staff_list_favorite_btn svg,
.p-codebuy__staff_single_favorite_btn svg,
.p-codebuy__coordination_single_favorite_btn svg {
  display: none;
}

@media (min-width: 768px) {
  .l-codebuy__column.col2 .p-codebuy__coordination_list_favorite_btn {
    bottom: 16%;
  }

  .l-codebuy__column.col3 .p-codebuy__coordination_list_favorite_btn {
    bottom: 20%;
  }

  .l-codebuy__column.col4 .p-codebuy__coordination_list_favorite_btn {
    bottom: 12px;
    right: 12px;
  }

  .l-codebuy__column.col5 .p-codebuy__coordination_list_favorite_btn {
    bottom: 12px;
    right: 12px;
  }

  .l-codebuy__column.col3 .p-codebuy__staff_list_favorite_btn,
  .l-codebuy__column.col4 .p-codebuy__staff_list_favorite_btn {
    bottom: 40%;
  }

  .l-codebuy__column.col5 .p-codebuy__staff_list_favorite_btn {
    bottom: 45%;
  }

  .p-codebuy__staff_single_favorite_btn {
    position: absolute;
    left: 120px;
    bottom: 0px;
  }
}

/* .p-codebuy__coordination_list_favorite_btn,
  .p-codebuy__staff_list_favorite_btn,
  .p-codebuy__coordination_single_favorite_btn,
  .p-codebuy__staff_single_favorite_btn {
    border: 1px solid rgba(67, 47, 48, 0.1);
  } */

.p-codebuy__coordination_single_favorite_btn:hover,
#localstrage-staff .p-codebuy__staff_single_favorite_btn:hover {
  background-color: var(--ck-codebuy-primary-light-color);
}

.ck-codebuy-modal
  .p-codebuy__page--single-staff
  .p-codebuy__staff_single_favorite_btn,
.p-codebuy__page--list-staff .p-codebuy__staff_list_favorite_btn,
.p-codebuy__page--list-coordination .p-codebuy__coordination_list_favorite_btn {
  background-color: #fff;
}

@media (max-width: 767px) {
  .l-codebuy__column.sp-col1 .p-codebuy__coordination_list_favorite_btn {
    bottom: 12px;
    right: 12px;
  }

  .l-codebuy__column.sp-col2 .p-codebuy__coordination_list_favorite_btn {
    bottom: 12px;
    right: 12px;
  }

  .p-codebuy__coordination_list_favorite_btn,
  .p-codebuy__staff_list_favorite_btn,
  .p-codebuy__staff_single_favorite_btn {
    width: 36px;
    height: 36px;
  }

  .p-codebuy__coordination_list_favorite_btn::before,
  .p-codebuy__staff_list_favorite_btn::before,
  .p-codebuy__staff_single_favorite_btn::before {
    width: 16px;
    height: 16px;
  }

  .l-codebuy__column.sp-col1 .p-codebuy__typeB_link.with-favorite-btn {
    gap: 4rem;
  }

  .l-codebuy__columns:has(.p-codebuy__staff_list_item.with-link-btn.sp-col1)
    .p-codebuy__typeB_link-btn.with-favorite-btn {
    margin-right: 0;
  }

  .l-codebuy__columns:has(.p-codebuy__staff_list_item.with-link-btn.sp-col1)
    .p-codebuy__staff_list_favorite_btn {
    right: 70%;
    top: 70%;
  }

  .p-codebuy__staff_single_favorite_btn {
    position: absolute;
    left: 40px;
    bottom: 0px;
  }
}

.p-codebuy__coordination_list_item.ranked .rank-badge {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

@media (min-width: 768px) {
  .p-codebuy__staff_list_item.ranked .rank-badge {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}

.p-codebuy__coordination_list_item.ranked .rank-badge {
  bottom: 30%;
}

@media (min-width: 768px) {
  .p-codebuy__staff_list_item.ranked .rank-badge {
    bottom: 45%;
  }
}

.p-codebuy__coordination_list_item.ranked .rank-badge .rank-text {
  background-color: #cda49c;
  text-shadow: none;
  border-radius: 50px;
  padding: 1.1rem 0.5rem;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 120px;
}

@media (min-width: 768px) {
  .p-codebuy__staff_list_item.ranked .rank-badge .rank-text {
    background-color: #cda49c;
    text-shadow: none;
    border-radius: 50px;
    padding: 1.1rem 0.5rem;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 120px;
  }
}

.p-codebuy__coordination_list_item.ranked .rank-badge .rank-text::before {
  content: 'NO.';
}

@media (min-width: 768px) {
  .p-codebuy__staff_list_item.ranked .rank-badge .rank-text::before {
    content: 'NO.';
  }
}

#codebuy-app-block .rank-badge .rank-badge-svg {
  display: none;
}

@media (max-width: 767px) {
  .p-codebuy__staff_list_item.ranked .rank-badge .rank-text {
    color: var(--ck-codebuy-primary-color);
    font-size: 30px;
  }
}

.ck-codebuy-rich-text,
.p-codebuy__coordination_single_staff_description.ck-codebuy-rich-text {
  font-size: 15px;
  line-height: 0.75rem;
}

.ck-codebuy-rich-text p {
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  .ck-codebuy-rich-text,
  .p-codebuy__coordination_single_staff_description.ck-codebuy-rich-text {
    font-size: 12px;
  }
}

.p-codebuy__page--single-staff .ck-codebuy-rich-text {
  margin-top: 28px;
  margin-bottom: 36px;
}

.p-codebuy__coordination_single_collection_list_item .collection-title,
.p-codebuy__coordination_single_staff_description.ck-codebuy-rich-text,
.ck-codebuy-rich-text {
  color: #403030;
}

.p-codebuy__page--list-useproduct,
.p-codebuy__page--list-staff {
  padding-bottom: 48px;
}

.p-codebuy__coordination_single_collection_list {
  margin-top: 1.5rem;
  margin-bottom: 0rem;
  display: flex;
  max-width: 100%;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  .p-codebuy__coordination_single_collection_list {
    max-width: 100%;
    font-size: 1rem;
  }
}

.p-codebuy__coordination_single_collection_list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--ck-codebuy-button-border-radius);
  background-color: #e9ddd7;
  border-color: #e9ddd7;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 0.75rem;
  padding-left: 2.5rem;
}

.p-codebuy__coordination_single_collection_list_item .collection-variant {
  background-color: white;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: var(--ck-codebuy-primary-color);
  border-radius: calc(var(--ck-codebuy-button-border-radius) - 32px);
  min-width: 118px;
}

/* Full screen modal */
.ck-codebuy-modal {
  padding: 0;
  margin: 0;
  padding: 0;
}

/* Full screen modal container */
.ck-codebuy-modal__container:not(
    :has(.p-codebuy__typeD_form.scapp-search-content.as-modal)
  ) {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  scale: 1 !important;
  opacity: 1 !important;
}

/* Full screen modal content */
.ck-codebuy-modal__content:not(
    :has(.p-codebuy__typeD_form.scapp-search-content.as-modal)
  ) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 60px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  box-sizing: border-box !important;
}

/* Ensure the modal content inside takes full width */
.ck-codebuy-modal__content #codebuy-app-block {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .ck-codebuy-modal__container {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    scale: 1 !important;
    opacity: 1 !important;
  }

  /* Full screen modal content */
  .ck-codebuy-modal__content {
    width: 100% !important;
    height: 100% !important;
    padding-top: 60px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  .ck-codebuy-modal__content:not(
      :has(.p-codebuy__typeD_form.scapp-search-content.as-modal)
    ) {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .ck-codebuy-modal__content {
    padding-top: 50px;
  }
}

.ck-codebuy-modal__container:has(
    .p-codebuy__typeD_form.scapp-search-content.as-modal
  )
  .ck-codebuy-modal__close {
  /* top: 58px; */
  top: 40px;
}

@media (max-width: 767px) {
  .p-codebuy__typeB_tag_w {
    width: 120px;
  }
}

.coordination-staff-info.with-link-btn .p-codebuy__staff_single_name {
  max-width: 100%;
}

.p-codebuy__coordination_single-radio-group input[type='radio'] + label {
  padding: 8px 12px !important;
}

.c-codebuy__zoom:hover img {
  transform: scale(1);
}

@media (max-width: 767px) {
  .l-codebuy__column.sp-col1 .p-codebuy__typeB_link {
    gap: 1.5rem;
  }
}

.p-codebuy__coordination_single_cart_individual_action button {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .l-codebuy__column.sp-col1.p-codebuy__coordination_list_item:not(
      :last-child
    ) {
    margin-bottom: 0px;
  }
}

.p-codebuy__coordination_single_collection_list_item .collection-title,
.p-codebuy__coordination_single_collection_list_item .collection-variant {
  font-weight: 500;
  font-size: 11px;
}

.p-codebuy__staff_single_social_media {
  margin-left: 0px;
}

@media (max-width: 767px) {
  .p-codebuy__staff_single_social_media {
    margin-left: 20px;
  }
}

.p-codebuy__typeD_search {
  margin-bottom: 36px;
}

.l-codebuy__column.col2.sp-col2.p-codebuy__coordination_list_item
  .p-codebuy__typeB_tags {
  margin-top: 1.2rem;
}

.p-codebuy__staff_list_item .p-codebuy__typeB_tags {
  margin-top: 1rem;
}

.p-codebuy__typeC_tab_item a {
  height: max-content;
}

.p-codebuy__typeD_filter_chips {
  margin-top: -20px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .p-codebuy__typeD_btns {
    gap: 16px;
  }
}

.p-codebuy__coordination_single_cart_btn button:disabled {
  opacity: 1;
}
