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

.p-codebuy__section_ttl--section {
  text-align: left !important;
  font-weight: 300 !important;
  font-size: 50px;
  font-family: 'Tryst', 'Lato', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif !important;
  margin-bottom: 35px;
  padding-left: 0px;
}

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

.p-codebuy__section_ttl--page {
  text-align: right !important;
  font-size: 55px;
  font-weight: 300;
  font-family: 'Tryst', 'Lato', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif !important;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .p-codebuy__section_ttl--page {
    margin-bottom: 0px;
    margin-top: 35px;
  }
}

@media (max-width: 479px) {
  .p-codebuy__section_ttl--section,
  .p-codebuy__section_ttl--page {
    font-size: 35px;
  }
}

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

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

@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 (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__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,
  #codebuy-app-block
    .p-codebuy__coordination_single
    .p-codebuy__coordination_single_cart,
  #codebuy-app-block #coordination-staff-info {
    padding: 0 15px;
  }
}

/* タイトル */
#codebuy-app-block .p-codebuy__coordination_single_ttl {
  font-size: 25px;
}
@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-top: 50px !important;
    margin-bottom: 30px !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;
  }
}

/*スライダー  */
#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 15px;
}
@media (max-width: 767px) {
  #codebuy-app-block .codebuy__coordination_single_txt {
    font-size: 14px;
  }
}
/* セクション */
#codebuy-app-block .sp-p15 {
  padding: 0 15px;
}
@media (max-width: 767px) {
  #codebuy-app-block .p-codebuy__coordination_single_cart_action {
    /* margin-top: 40px !important; */
    margin: 45px 0 15px !important;
  }
}

#codebuy-app-block .p-codebuy__coordination_single_cart_btn button {
  width: 400px !important;
  font-size: 18px;
  padding: 13px 10px;
}

@media (max-width: 767px) {
  #codebuy-app-block .p-codebuy__coordination_single_cart_btn button {
    width: 250px !important;
    font-size: 15px;
    padding: 13px 10px;
  }
}

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

@media (max-width: 767px) {
  #codebuy-app-block
    .p-codebuy__coordination_single_cart_columns
    .p-codebuy__coordination_single_cart_txt {
    font-size: 10px;
    line-height: 1.2;
  }
  #codebuy-app-block
    .p-codebuy__coordination_single_cart_columns
    .l-codebuy__column.sp-col2 {
    width: calc((100% - 15px) / 2);
  }
}

.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 li {
  margin-top: 4px !important;
  margin-bottom: 8px !important;
}

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

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

.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;
}

@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,
#codebuy-app-block
  .p-codebuy__coordination_single_cart_variation
  input.js-fake-input,
.p-codebuy__typeD input,
.p-codebuy__typeD select,
.p-codebuy__typeD .js-fake-input {
  color: #000;
  width: 100%;
  text-align: center;
  text-align-last: center;
  padding: 11px 5px;
  background: #fff;
  border-color: #ccc;
  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 #ccc;
}

.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
  .p-codebuy__staff_single_name {
  font-size: 18px;
}
#codebuy-app-block
  .p-codebuy__coordination_single_recent
  .p-codebuy__coordination_single_ttl {
  font-size: clamp(24px, 2vw, 30px);
}

@media (max-width: 767px) {
  #codebuy-app-block .p-codebuy__coordination_single_recent {
    padding: 0 15px;
  }
  #codebuy-app-block
    .p-codebuy__coordination_single_recent
    .p-codebuy__coordination_single_ttl {
    text-align: center;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 2;
  }
  #codebuy-app-block
    .p-codebuy__coordination_single_recent
    .p-codebuy__typeA_profile {
    padding: 5% 0%;
  }
  #codebuy-app-block
    .p-codebuy__coordination_single_recent
    .p-codebuy__staff_single_name {
    font-size: 12px;
    margin-bottom: 5px;
  }

  #codebuy-app-block
    .p-codebuy__coordination_single_recent
    .p-codebuy__typeA_profile
    .p-codebuy__staff_single_left
    .p-codebuy__staff_single_thumbnail {
    width: 36px;
    height: 36px;
    text-align: center;
  }

  .p-codebuy__coordination_single_recent
    .p-codebuy__typeA_profile
    .p-codebuy__staff_single_left {
    max-width: 20% !important;
  }
}

/* ページャー */
#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%;
  }
  #codebuy-app-block .p-codebuy__typeC .p-codebuy__staff_single_name {
    font-size: 12px;
  }
  #codebuy-app-block .p-codebuy__typeC .p-codebuy__typeA_name.above {
    font-size: 12px;
  }
  .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;
  width: 48.5% !important;
}

/* スタッフ一覧 */
.p-codebuy__typeC_tab_wrap {
  background: none !important;
}
.p-codebuy__typeC_tab_item > *:not(script) {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-codebuy__typeC_tab_item {
  height: 45px !important;
  width: 49%;
  font-size: 19px !important;
  font-weight: normal;
  /* text-transform: uppercase; */
  font-family: 'Tryst', 'Lato', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
}
.p-codebuy__typeC_tab_list {
  justify-content: space-between;
}
.p-codebuy__typeC_tab_item:not(.js-active) > * {
  position: relative;
  color: #fff !important;
}

.p-codebuy__typeC_tab_item:not(.js-active) > *::before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  border-radius: 50px;
  background: #eaddd8;
  transform: translate(0);
  transition: all 0.3s;
  z-index: -1;
}

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

.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: 0 !important;
  margin-bottom: 60px !important;
}

.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 (max-width: 767px) {
  .p-codebuy__typeD select,
  .p-codebuy__typeD .js-fake-input {
    max-width: 100%;
    /* width: 182px; */
    width: 100%;
  }
}
@media (max-width: 400px) {
  .p-codebuy__typeD select,
  .p-codebuy__typeD .js-fake-input {
    max-width: 100%;
    width: 167px;
    padding: 10px 0;
    font-size: 10px;
    font-weight: 500;
  }
}

.p-codebuy__typeD_search {
  display: block !important;
  margin-bottom: 10px;
}

.p-codebuy__typeD_form.scapp-search-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@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 {
  display: block !important;
  margin: 0 !important;
  width: 100%;
}

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

.p-codebuy__typeD_btn_reset.clearForm {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  text-align: left;
}

.p-codebuy__typeD_btn_serch.search-btn {
  padding: 11px 0;
  border-radius: 50px;
  max-width: 100%;
  width: 182px;
  margin: 20px auto 0;
  display: block;
  border-color: #333333;
  background: #333333;
  color: white;
}

.p-codebuy__typeD_btns .close {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  border-radius: 0 !important;
  border: none !important;
  margin-top: 0.25em;
  margin-right: 0.2em;
}

.p-codebuy__typeD_btns .close::before,
.p-codebuy__typeD_btns .close::after {
  /* 共通設定 */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1px; /* 棒の幅（太さ） */
  height: 15px; /* 棒の高さ */
  background: #333;
}

.p-codebuy__typeD_btns .close::before {
  transform: translate(6px, 0) rotate(45deg);
}

.p-codebuy__typeD_btns .close::after {
  transform: translate(6px, 0) rotate(-45deg);
}

.p-codebuy__typeD_btns .clear-inner {
  display: flex;
  justify-content: flex-end;
  max-width: 155px;
  margin-left: auto;
}

.p-codebuy__typeD_btn_reset.clearForm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
}

.p-codebuy__typeD_btn_reset.clearForm::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 6L18 18M6 18L18 6' stroke='%23333' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  color: #333;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}

@media (min-width: 768px) {
  .p-codebuy__typeD_btn_reset.clearForm {
    width: auto;
    font-size: 13px;
  }
  .p-codebuy__typeD_btns .clear-inner {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .p-codebuy__typeD_btn_reset.clearForm::before {
    width: 13px;
    height: 13px;
  }
  .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: 12px !important;
    font-weight: 700;
    margin-bottom: 0em;
    line-height: normal;
    padding-bottom: 2px;
  }
  .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 {
  font-family: 'Tryst', 'Lato', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif !important;
  background: #fff;
  border: 1px solid #777;
  color: #333;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  font-size: 14px;
  max-width: 240px;
  width: 20%;
}

@media (max-width: 767px) {
  .c-codebuy__btn_link {
    width: 46%;
    max-width: 240px;
  }
}
/* 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__component-tab-contents {
  margin-top: 50px !important;
}

/*　一覧  */
.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__typeD_btn_reset.clearForm {
    font-size: 10px;
    width: auto;
    margin-right: 5%;
  }

  .p-codebuy__typeD_btns .close:before,
  .p-codebuy__typeD_btns .close:after {
    height: 7px;
  }

  .p-codebuy__typeD_btn_serch.search-btn {
    padding: 11.5px 0;
    width: 176.4px;
    font-size: 12px;
    margin-top: 20px;
    font-weight: 700;
  }

  .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: 95px;
    }
  }

  @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 ul,
    #codebuy-single-staff__staff-info
      .p-codebuy__staff_single_right
      .p-codebuy__staff_single_social_media,
    #codebuy-single-staff__staff-info
      .p-codebuy__staff_single_right
      .p-codebuy__staff_single_favorite_btn {
      margin-left: 31px;
    }
  }

  #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;
  }
}

.p-codebuy__typeB_link-btn {
  color: white !important;
}

.single-top-staff-info .profile_text {
  font-weight: normal !important;
}
.single-top-staff-info .profile_text a {
  line-height: 1.4;
}
.other-staff-coordination {
  margin-bottom: 80px !important;
}

@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%;
  }

  #codebuy-app-block
    .p-codebuy__typeC_tab_contents_list
    .p-codebuy__typeD
    select,
  .p-codebuy__typeD .js-fake-input {
    padding: 11px 0;
    border-radius: 50px;
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    /* transform: translateX(-5px); */
  }

  .p-codebuy__typeD_btn_serch.search-btn {
    font-size: 14px;
    width: 300px;
  }
}

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

@media (min-width: 768px) {
  .p-codebuy__typeD select,
  .p-codebuy__typeD .js-fake-input {
    font-size: 12px !important;
  }

  .p-codebuy__typeC_tab_content .p-codebuy__typeD {
    max-width: 600px;
    margin: 0 auto;
  }

  .p-codebuy__typeC_tab_list.tab1active::after {
    left: auto !important;
    right: 0 !important;
  }
}
.p-codebuy__typeC_tab_list {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .p-codebuy__typeD_btns .clear-inner {
    margin-top: 8px;
  }
  .p-codebuy__typeD_btns .close {
    margin: 0 !important;
  }

  .p-codebuy__typeC_tab_list:after {
    width: 49% !important;
  }

  .p-codebuy__typeD select,
  .p-codebuy__typeD .js-fake-input {
    width: 100% !important;
    max-width: 100% !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: 14px;
  margin-bottom: 8px;
  text-align: left;
  /* margin-top: 6px; */
}

#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;
}

@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 15px;
    justify-content: flex-start;
  }

  .p-codebuy__coordination_single_name {
    white-space: nowrap;
  }

  #localstrage-staff
    .p-codebuy__staff_single_right
    .p-codebuy__staff_single_name {
    font-size: 13px !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%;
  }
}

.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;
}

@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;
  }

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

  #localstrage-staff .l-codebuy__columns.sp-columns.aligncenter {
    margin: 0 auto;
  }

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

/* ランキング */
#codebuy-app-block .rank-badge .rank-badge-svg {
  display: none;
}

#codebuy-app-block .rank-badge .rank-text {
  position: absolute;
  top: -8px;
  left: 0;
  font-size: 60px;
  font-family: 'Tryst', 'Lato', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
  transform: translateY(-50%);
  color: var(--ck-codebuy-primary-color);
}

.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: 60px !important;
}

.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;
}
