@charset "UTF-8";
.category_top--middle {
  margin-top: 16px; }

.category_top--bottom {
  margin-top: 40px; }

.category_top--main_visual .text_box {
  margin-top: 20px; }
@media screen and (min-width: 1280px) {
  .category_top--main_visual .text {
    font-size: 0.2rem; } }
@media screen and (min-width: 1280px) {
  .category_top--main_visual .is-hidden--bp-pc_min {
    display: none; } }

.category_top--main_bnr--list {
  display: flex;
  flex-direction: column;
  gap: 20px 0; }
  @media screen and (min-width: 600px) {
    .category_top--main_bnr--list {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 20px 4%; } }
  @media screen and (min-width: 768px) {
    .category_top--main_bnr--list {
      row-gap: 30px; } }
  @media screen and (min-width: 1024px) {
    .category_top--main_bnr--list {
      row-gap: 40px; } }

.category_top--main_bnr--list--item {
  max-width: 480px;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .category_top--main_bnr--list--item {
      flex-basis: calc(50% - 2%);
      margin: 0; } }

.category_top--bnr_area--list {
  display: flex;
  justify-content: center;
  gap: 10px 11px; }

.category_top--bnr_area--list-cosplay_wig {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 3%; }
  @media screen and (min-width: 600px) {
    .category_top--bnr_area--list-cosplay_wig {
      max-width: none;
      margin: 0;
      flex-wrap: nowrap;
      column-gap: 2.6%; } }
  .category_top--bnr_area--list-cosplay_wig .category_top--bnr_area--list--item:nth-of-type(1) {
    flex-basis: 100%; }
    @media screen and (min-width: 600px) {
      .category_top--bnr_area--list-cosplay_wig .category_top--bnr_area--list--item:nth-of-type(1) {
        flex-basis: 48%; } }
  .category_top--bnr_area--list-cosplay_wig .category_top--bnr_area--list--item:nth-of-type(2) {
    flex-basis: 48.5%; }
    @media screen and (min-width: 600px) {
      .category_top--bnr_area--list-cosplay_wig .category_top--bnr_area--list--item:nth-of-type(2) {
        flex-basis: calc(26% - 2.6%); } }
  .category_top--bnr_area--list-cosplay_wig .category_top--bnr_area--list--item:nth-of-type(3) {
    flex-basis: 48.5%; }
    @media screen and (min-width: 600px) {
      .category_top--bnr_area--list-cosplay_wig .category_top--bnr_area--list--item:nth-of-type(3) {
        flex-basis: calc(26% - 2.6%); } }

/*
衣装生地トップ 生地を探す
==================================================
*/
.search_fabric--body {
  padding-top: 22px; }

.search_fabric--heading {
  padding: 15px 0;
  border-top: 1px dotted #0A8970;
  border-bottom: 1px dotted #0A8970;
  font-size: 22px; }

.search_fabric--heading .title {
  display: flex;
  align-items: center;
  justify-content: center; }

.search_fabric--heading .title .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #0A8970;
  border-radius: 20px;
  color: #fff;
  font-size: 9px; }

.search_fabric--heading .title .icon + .text {
  margin-left: 15px; }

.search_fabric--single_link li + li {
  margin-top: 13px; }

.search_fabric--single_link a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 4px;
  border: 1px solid #C1BEB4;
  border-radius: 2px;
  box-shadow: 1px 1px 0 #C1BEB4;
  color: #333;
  font-size: 22px;
  text-decoration: none; }

.search_fabric--single_link a .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  overflow: hidden; }

.search_fabric--single_link a .image img {
  max-width: 100%; }

.search_fabric--single_link a .name {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  padding-left: 27px; }

.search_fabric--single_link a .name .text {
  margin-left: 11px;
  line-height: 1.2; }

.search_fabric--sub_category {
  margin-top: 13px; }

/*
造形アイテムトップ汎用見出し
==================================================
*/
.heading-molding_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 292px;
  height: 38px;
  max-width: 100%;
  margin: auto;
  background: #213479;
  border: 1px solid #fff;
  border-radius: 38px;
  box-shadow: 0 0 0 1px #213479;
  text-align: center; }

.heading-molding_item .title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: normal; }

.heading-molding_item img {
  height: 23px;
  margin-right: 10px; }

/*
造形アイテムトップ NEW ITEM
==================================================
*/
.new_item-molding_item--body {
  padding-top: 27px; }

.new_item-molding_item a {
  position: relative;
  display: flex;
  min-height: 100px;
  padding: 11px 40px 11px 10px;
  border-bottom: 1px dotted #213479;
  text-decoration: none; }

.new_item-molding_item a .icon {
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  color: #DB0066;
  font-size: 17px; }

.new_item-molding_item a .image {
  display: block;
  width: 70px; }

.new_item-molding_item a .image img {
  max-width: 100%; }

.new_item-molding_item a .data {
  flex: 1;
  margin-left: 15px; }

.new_item-molding_item a .date {
  color: #336699;
  font-size: 14px; }

.new_item-molding_item a .title {
  margin-top: 14px;
  color: #0099EE;
  font-size: 14px; }

/*
造形アイテムトップ Special
==================================================
*/
.special-molding_item--body {
  margin-top: 30px; }

.special-molding_item--heading {
  max-width: 295px;
  margin: auto; }

.special-molding_item--heading .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  background: #213479;
  border: 1px solid #fff;
  border-radius: 38px;
  box-shadow: 0 0 0 1px #213479;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center; }

.special-molding_item--banner + .special-molding_item--banner {
  margin-top: 20px; }

.special-molding_item--banner img {
  width: 100%; }

/*
造形アイテムトップ おすすめ生地
==================================================
*/
.recommend-molding_item--body {
  padding-top: 14px; }

.recommend-molding_item--heading .title {
  text-align: center; }

.recommend-molding_item--heading img {
  width: 73px; }

.recommend-molding_item--heading .text {
  display: block;
  color: #213479;
  font-size: 21px;
  font-weight: normal; }

.recommend-molding_item--banner + .recommend-molding_item--banner {
  margin-top: 10px; }

.recommend-molding_item--banner img {
  width: 100%; }

.catetory_top_news--list--item + .catetory_top_news--list--item {
  margin-top: 24px; }
.catetory_top_news--list--item a {
  display: flex; }
  .catetory_top_news--list--item a .image {
    max-width: 180px;
    flex-basis: 20.5%; }
  .catetory_top_news--list--item a i {
    display: flex;
    align-items: center; }
    @media screen and (min-width: 600px) {
      .catetory_top_news--list--item a i {
        font-size: 0.22rem; } }
  .catetory_top_news--list--item a .icon {
    color: #00E2FE; }
  .catetory_top_news--list--item a .icon-melty_coco {
    color: #81CFD6; }
  .catetory_top_news--list--item a .icon-cosmetics {
    color: #FF8617; }
  .catetory_top_news--list--item a .icon-costume_faric {
    color: #1A8970; }
  .catetory_top_news--list--item a .icon-molding_ite {
    color: #172F64; }

.catetory_top_news--data {
  margin: 0 14px 0 16px;
  flex-basis: 65.5%;
  flex-grow: 1; }
  @media screen and (min-width: 1280px) {
    .catetory_top_news--data {
      padding-top: 13px; } }
  .catetory_top_news--data .date {
    color: #333;
    font-size: 0.14rem;
    margin-bottom: 3px; }
    @media screen and (min-width: 1280px) {
      .catetory_top_news--data .date {
        font-size: 0.2rem;
        margin-bottom: 24px; } }
  .catetory_top_news--data .title {
    color: #0099EE; }
    @media screen and (min-width: 1280px) {
      .catetory_top_news--data .title {
        font-size: 0.2rem; } }

.catetory_top_news--bnr {
  margin-bottom: 20px; }

.category_top_special--bnr--wrap {
  display: flex;
  flex-direction: column;
  gap: 24px 4%; }
  @media screen and (min-width: 600px) {
    .category_top_special--bnr--wrap {
      flex-direction: row; } }

.category_top_special--bnr {
  text-align: center; }

.category_top_recommend--bnr_area {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  @media screen and (min-width: 600px) {
    .category_top_recommend--bnr_area {
      gap: 50px; } }

.category_top_recommend--bnr {
  flex-basis: calc(50% - 10px); }
  @media screen and (min-width: 600px) {
    .category_top_recommend--bnr {
      flex-basis: calc(33.3% - 34px); } }

.category_top_recommend--bnr_area-molding_item, .category_top_recommend--bnr_area-costume_fabric {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  @media screen and (min-width: 600px) {
    .category_top_recommend--bnr_area-molding_item, .category_top_recommend--bnr_area-costume_fabric {
      gap: 50px 4%; } }
  .category_top_recommend--bnr_area-molding_item .category_top_recommend--bnr, .category_top_recommend--bnr_area-costume_fabric .category_top_recommend--bnr {
    flex-basis: 100%; }
    @media screen and (min-width: 600px) {
      .category_top_recommend--bnr_area-molding_item .category_top_recommend--bnr, .category_top_recommend--bnr_area-costume_fabric .category_top_recommend--bnr {
        flex-basis: calc(50% - 2%); } }

.category_top_pick_up_item--bnr--wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px 40px; }
  @media screen and (min-width: 1280px) {
    .category_top_pick_up_item--bnr--wrap {
      flex-direction: row;
      flex-wrap: wrap; } }

@media screen and (min-width: 1280px) {
  .category_top_pick_up_item--bnr {
    flex-basis: calc(50% - 20px); } }

.category_top_pick_up_item--bnr--wrap-col-2_4 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 3.2%; }
  @media screen and (min-width: 600px) {
    .category_top_pick_up_item--bnr--wrap-col-2_4 {
      flex-wrap: nowrap;
      gap: 0 2%; } }
  .category_top_pick_up_item--bnr--wrap-col-2_4 .category_top_pick_up_item--bnr {
    flex-basis: calc(50% - 1.6%); }
    @media screen and (min-width: 600px) {
      .category_top_pick_up_item--bnr--wrap-col-2_4 .category_top_pick_up_item--bnr {
        flex-basis: calc(25% - 1.5%); } }

.category_subcategory--list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 3.5%; }
  @media screen and (min-width: 768px) {
    .category_subcategory--list {
      gap: 40px 3.9%; } }

.category_subcategory--list--item {
  flex-basis: calc(33.3% - 2.35%);
  text-align: center; }
  @media screen and (min-width: 768px) {
    .category_subcategory--list--item {
      flex-basis: calc(25% - 2.925%); } }
  .category_subcategory--list--item .image {
    border: 1px solid #C1BEB4;
    margin-bottom: 3px;
    position: relative;
    padding-top: 100%;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .category_subcategory--list--item .image {
        margin-bottom: 24px; } }
    .category_subcategory--list--item .image img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      /* レスポンシブ挙動中、小数点サイズで上下余白が出るので調整 */
      max-height: calc(100% + 3px);
      max-width: calc(100% + 3px); }
  @media screen and (min-width: 768px) {
    .category_subcategory--list--item .caption {
      font-size: 0.2rem; } }

.category_subcategory--list-color {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.4%; }
  @media screen and (min-width: 1024px) {
    .category_subcategory--list-color {
      gap: 49px 2.4%; } }
  .category_subcategory--list-color .category_subcategory--list--item {
    flex-basis: calc(33% - 1.6%); }
    @media screen and (min-width: 375px) {
      .category_subcategory--list-color .category_subcategory--list--item {
        flex-basis: calc(25% - 2.4%); } }
    @media screen and (min-width: 1024px) {
      .category_subcategory--list-color .category_subcategory--list--item {
        flex-basis: calc(20% - 1.92%); } }
    .category_subcategory--list-color .category_subcategory--list--item .image {
      border: none; }
      .category_subcategory--list-color .category_subcategory--list--item .image img {
        width: 100%;
        border: 1px solid #C1BEB4; }

.category_nav_lower--list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.7%; }
  @media screen and (min-width: 768px) {
    .category_nav_lower--list {
      gap: 30px 3.5%; } }

.category_nav_lower--list--item {
  flex-basis: calc(33.3% - 1.8%); }
  @media screen and (min-width: 768px) {
    .category_nav_lower--list--item {
      flex-basis: calc(25% - 2.7%); } }
  .category_nav_lower--list--item .image {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    border: 1px solid #C1BEB4;
    border-radius: 4px;
    box-shadow: 2px 2px #DEDCD6;
    overflow: hidden; }
    .category_nav_lower--list--item .image img {
      max-height: 100%; }
  .category_nav_lower--list--item .icon {
    position: absolute;
    top: 1px;
    left: 0; }
    @media screen and (min-width: 1280px) {
      .category_nav_lower--list--item .icon {
        top: 3px; } }
  .category_nav_lower--list--item .caption {
    margin-top: 8px;
    font-size: 0.14rem;
    line-height: 1.3;
    position: relative;
    padding-left: 1.4em; }
    @media screen and (min-width: 1280px) {
      .category_nav_lower--list--item .caption {
        font-size: 0.2rem;
        margin-top: 20px; } }

.category_nav_lower--list-contact_lens_category {
  display: flex;
  justify-content: space-between;
  column-gap: 2.7%; }
  @media screen and (min-width: 768px) {
    .category_nav_lower--list-contact_lens_category .category_nav_lower--list--item {
      flex-basis: auto; } }

.category_nav_lower--list-contact_lens_series {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 0; }
  @media screen and (min-width: 768px) {
    .category_nav_lower--list-contact_lens_series {
      column-gap: 7.8%; } }

.category_nav_lower--list--item-contact_lens_series {
  flex-basis: 100%; }
  @media screen and (min-width: 768px) {
    .category_nav_lower--list--item-contact_lens_series {
      flex-basis: calc(50% - 3.9%); } }
  .category_nav_lower--list--item-contact_lens_series + .category_nav_lower--list--item-contact_lens_series {
    position: relative; }
    .category_nav_lower--list--item-contact_lens_series + .category_nav_lower--list--item-contact_lens_series::before {
      content: "";
      background-image: url(/themes/assist_theme_2022/mb/images/content/block/category_top/color_contactlens/contactlens--bg.webp);
      display: inline-block;
      background-repeat: repeat-x;
      width: 100%;
      height: 6px;
      position: absolute;
      top: -30px;
      left: 0;
      margin: 0 -500%;
      padding: 0 500%; }
      @media screen and (min-width: 768px) {
        .category_nav_lower--list--item-contact_lens_series + .category_nav_lower--list--item-contact_lens_series::before {
          display: none; } }
  .category_nav_lower--list--item-contact_lens_series a {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .category_nav_lower--list--item-contact_lens_series a {
        height: 100%; } }
  .category_nav_lower--list--item-contact_lens_series .category_nav_lower--top {
    padding-bottom: 8px; }
    .category_nav_lower--list--item-contact_lens_series .category_nav_lower--top .caption {
      line-height: 1.5; }
  @media screen and (min-width: 600px) {
    .category_nav_lower--list--item-contact_lens_series .category_nav_lower--middle {
      margin-top: auto; } }
  .category_nav_lower--list--item-contact_lens_series .category_nav_lower--middle .title {
    color: #4E81BF;
    font-size: 0.2rem; }
  .category_nav_lower--list--item-contact_lens_series .category_nav_lower--bottom {
    margin-top: 8px; }

@media screen and (min-width: 375px) {
  .category_nav_lower-color_list .category_nav_lower--list--item {
    flex-basis: calc(25% - 2.1%); } }
@media screen and (min-width: 768px) {
  .category_nav_lower-color_list .category_nav_lower--list--item {
    flex-basis: calc(25% - 2.7%); } }
.category_nav_lower-color_list .category_nav_lower--list--item .image {
  border: none; }
  .category_nav_lower-color_list .category_nav_lower--list--item .image img {
    width: 100%;
    border: 1px solid #C1BEB4;
    border-radius: 4px; }

.category_nav_lower-contact_lens_series {
  overflow-x: hidden; }

@media screen and (min-width: 768px) {
  .category_nav_lower-basic .category_nav_lower--list {
    column-gap: 5%; } }
@media screen and (min-width: 768px) {
  .category_nav_lower-basic .category_nav_lower--list--item {
    flex-basis: calc(33% - 3%); } }
@media screen and (min-width: 1280px) {
  .category_nav_lower-basic .category_nav_lower--list--item .icon {
    top: 3px; } }
@media screen and (min-width: 1280px) {
  .category_nav_lower-basic .category_nav_lower--list--item .caption {
    font-size: 0.2rem;
    margin-top: 20px; } }

.category_nav_lower-premium--wrapper {
  margin-top: 30px; }
  @media screen and (min-width: 1024px) {
    .category_nav_lower-premium--wrapper {
      margin-top: 42px; } }
  @media screen and (min-width: 1024px) {
    .category_nav_lower-premium--wrapper:first-of-type {
      margin-top: 76px; } }

.catetory_top_chek_point--container {
  display: flex;
  flex-direction: column;
  gap: 30px 4%; }
  @media screen and (min-width: 768px) {
    .catetory_top_chek_point--container {
      flex-wrap: wrap;
      flex-direction: row; } }

@media screen and (min-width: 768px) {
  .catetory_top_chek_point--pane-1 {
    flex-basis: 48%; } }

@media screen and (min-width: 768px) {
  .catetory_top_chek_point--pane-2 {
    flex-basis: 48%; } }

@media screen and (min-width: 768px) {
  .catetory_top_chek_point--pane-3 {
    flex-basis: 100%; } }

.catetory_top_chek_point--heading {
  display: flex;
  align-items: center;
  column-gap: 3%; }
  .catetory_top_chek_point--heading .image {
    flex-basis: 22.5%; }

.catetory_top_chek_point--title {
  flex-basis: 73.5%; }
  .catetory_top_chek_point--title .text {
    font-size: 0.17rem; }
    @media screen and (min-width: 1280px) {
      .catetory_top_chek_point--title .text {
        font-size: 0.2rem; } }

.catetory_top_chek_point .image {
  text-align: center; }

.category_top_service--list {
  display: flex;
  column-gap: 2%; }
  @media screen and (min-width: 1280px) {
    .category_top_service--list {
      column-gap: 5%; } }

.category_top_service--list--item {
  flex-basis: 33.3%;
  border: 3px solid #FEE6F1;
  padding: 6px 0 4px;
  text-align: center; }
  @media (min-width: 961px) {
    .category_top_service--list--item {
      border: 6px solid #FEE6F1; } }
  @media screen and (min-width: 600px) {
    .category_top_service--list--item:nth-of-type(1) {
      padding: 15px 0 11px; } }
  @media screen and (min-width: 768px) {
    .category_top_service--list--item:nth-of-type(1) {
      padding: 19px 0 15px; } }
  @media screen and (min-width: 1280px) {
    .category_top_service--list--item:nth-of-type(1) {
      padding: 42px 0 30px; } }
  .category_top_service--list--item:nth-of-type(1) .image {
    min-height: 35px;
    max-height: 83px; }
  .category_top_service--list--item:nth-of-type(1) .text {
    font-size: 0.14rem; }
  @media screen and (min-width: 600px) {
    .category_top_service--list--item:nth-of-type(2) {
      padding: 15px 0 11px; } }
  @media screen and (min-width: 768px) {
    .category_top_service--list--item:nth-of-type(2) {
      padding: 19px 0 15px; } }
  @media screen and (min-width: 1280px) {
    .category_top_service--list--item:nth-of-type(2) {
      padding: 35px 0 30px; } }
  .category_top_service--list--item:nth-of-type(2) .image {
    min-height: 32px;
    max-height: 82px; }
  @media screen and (min-width: 600px) {
    .category_top_service--list--item:nth-of-type(3) {
      padding: 13px 0 11px; } }
  @media screen and (min-width: 768px) {
    .category_top_service--list--item:nth-of-type(3) {
      padding: 16px 0 15px; } }
  @media screen and (min-width: 1280px) {
    .category_top_service--list--item:nth-of-type(3) {
      padding: 22px 0 30px; } }
  .category_top_service--list--item:nth-of-type(3) .image {
    min-height: 36px;
    max-height: 96px; }
  .category_top_service--list--item a {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    height: 100%; }
    @media screen and (min-width: 600px) {
      .category_top_service--list--item a {
        row-gap: 6px; } }
    @media screen and (min-width: 768px) {
      .category_top_service--list--item a {
        row-gap: 10px; } }
    @media screen and (min-width: 1280px) {
      .category_top_service--list--item a {
        row-gap: 15px; } }
  .category_top_service--list--item .image {
    height: 9vw; }
    .category_top_service--list--item .image img {
      height: 100%; }
  .category_top_service--list--item .text_box {
    line-height: 1.1; }

.category_top_service--list--item--middle {
  margin-top: auto; }
  .category_top_service--list--item--middle .text_box {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro"; }
    @media screen and (min-width: 600px) {
      .category_top_service--list--item--middle .text_box .text {
        font-size: 0.18rem; } }
    @media screen and (min-width: 768px) {
      .category_top_service--list--item--middle .text_box .text {
        font-size: 0.24rem; } }
    @media screen and (min-width: 1280px) {
      .category_top_service--list--item--middle .text_box .text {
        font-size: 0.28rem; } }
    .category_top_service--list--item--middle .text_box .text-small {
      font-size: 0.1rem; }
      @media screen and (min-width: 600px) {
        .category_top_service--list--item--middle .text_box .text-small {
          font-size: 0.14rem; } }
      @media screen and (min-width: 768px) {
        .category_top_service--list--item--middle .text_box .text-small {
          font-size: 0.18rem; } }
      @media screen and (min-width: 1280px) {
        .category_top_service--list--item--middle .text_box .text-small {
          font-size: 0.22rem; } }
    @media screen and (min-width: 768px) {
      .category_top_service--list--item--middle .text_box .br-pc-1280 {
        display: none; } }

@media screen and (min-width: 600px) {
  .category_top_service .category_top_service--list--item-wig {
    padding: 11px 0 11px; } }
@media screen and (min-width: 768px) {
  .category_top_service .category_top_service--list--item-wig {
    padding: 15px 0 15px; } }
@media screen and (min-width: 1280px) {
  .category_top_service .category_top_service--list--item-wig {
    padding: 36px 0 30px; } }

.category_top_wig_service--outer {
  display: flex;
  flex-direction: column;
  row-gap: 24px; }
  @media screen and (min-width: 768px) {
    .category_top_wig_service--outer {
      flex-direction: row;
      column-gap: 2.7%; } }

@media screen and (min-width: 768px) {
  .category_top_wig_service--inner {
    flex-basis: calc(50% - 1.35%); } }

.category_top_wig_service--contents--row_wrapper {
  display: flex;
  gap: 0 3.2%; }
  .category_top_wig_service--contents--row_wrapper .category_top_wig_service--contents {
    flex-basis: calc(50% - 1.6%); }

.category_top_wig_service--contents--top .image {
  text-align: center; }

.category_top_wig_service--contents--middle {
  margin-top: 14px; }
  .category_top_wig_service--contents--middle .caption {
    font-weight: bold;
    line-height: 1.5;
    text-align: center; }
    @media screen and (min-width: 1280px) {
      .category_top_wig_service--contents--middle .caption {
        font-size: 0.2rem; } }

.category_top_wig_service--contents--bottom {
  margin-top: 14px; }
  .category_top_wig_service--contents--bottom .text_box .text {
    line-height: 1.5; }
    @media screen and (min-width: 1280px) {
      .category_top_wig_service--contents--bottom .text_box .text {
        font-size: 0.18rem; } }
  .category_top_wig_service--contents--bottom .text_box .note {
    font-size: 0.14rem; }

@media screen and (min-width: 768px) {
  .category_top_wig_service--contents-design_cut .category_top_wig_service--contents--middle {
    margin-top: 22px; } }
@media screen and (min-width: 768px) {
  .category_top_wig_service--contents-design_cut .category_top_wig_service--contents--bottom {
    margin-top: 25px; } }

.category_top_wig_nav--middle {
  margin-top: 20px; }

.category_top_wig_nav--contents_container {
  display: flex;
  gap: 20px 4%;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .category_top_wig_nav--contents_container {
      flex-direction: row; } }

.category_top_wig_nav--contents .image {
  text-align: center; }
.category_top_wig_nav--contents .caption, .category_top_wig_nav--contents .text_box {
  line-height: 1.5; }

.category_top_wig_nav .caption {
  margin-top: 9px;
  font-weight: bold;
  text-align: center; }
  @media screen and (min-width: 1280px) {
    .category_top_wig_nav .caption {
      margin-top: 20px;
      font-size: 0.22rem; } }
.category_top_wig_nav .caption-green {
  color: #6BBC64; }
.category_top_wig_nav .text_box {
  margin-top: 8px;
  text-align: center; }
  @media screen and (min-width: 1280px) {
    .category_top_wig_nav .text_box {
      margin-top: 20px; } }
  @media screen and (min-width: 1280px) {
    .category_top_wig_nav .text_box .text {
      font-size: 0.18rem; } }

.category_top_popular--bnr_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  @media screen and (min-width: 600px) {
    .category_top_popular--bnr_wrapper {
      flex-wrap: nowrap;
      column-gap: 2%; } }

.category_top_popular--bnr {
  flex-basis: calc(50% - 5px); }
  @media screen and (min-width: 600px) {
    .category_top_popular--bnr {
      max-width: 235px;
      flex-basis: auto; } }

.category_top_ranking--contents--top {
  background-color: rgba(226, 216, 209, 0.2);
  display: flex;
  justify-content: center; }
  .category_top_ranking--contents--top .icon {
    display: flex;
    align-items: center;
    margin-right: 4px; }
  .category_top_ranking--contents--top .text {
    font-size: 0.12rem;
    font-weight: bold;
    padding-top: 4px; }
    @media screen and (min-width: 1280px) {
      .category_top_ranking--contents--top .text {
        font-size: 0.16rem; } }

.category_top_ranking--contents--middle {
  margin-top: 8px; }

.category_top_ranking--contents--bottom {
  margin-top: 4px; }
  .category_top_ranking--contents--bottom .text {
    font-size: 0.14rem; }
    @media screen and (min-width: 1280px) {
      .category_top_ranking--contents--bottom .text {
        font-size: 0.16rem; } }

.category_top_ranking--swiper_action_area {
  display: flex;
  justify-content: space-between;
  margin-top: 13px; }

.category_top_ranking .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px; }
.category_top_ranking .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #DEDEDE;
  cursor: pointer; }
  @media screen and (min-width: 1024px) {
    .category_top_ranking .swiper-pagination-bullet {
      width: 10px;
      height: 10px; } }
.category_top_ranking .swiper-pagination-bullet-active {
  background-color: #FF008E; }
.category_top_ranking .swiper-button-next, .category_top_ranking .swiper-button-prev {
  cursor: pointer; }

.category_top_palace--container {
  display: flex;
  flex-direction: column;
  gap: 15px 4%; }
  @media screen and (min-width: 1024px) {
    .category_top_palace--container {
      flex-direction: row; } }

@media screen and (min-width: 1024px) {
  .category_top_palace--pane-1 {
    flex-basis: 48%; } }

@media screen and (min-width: 1024px) {
  .category_top_palace--pane-2 {
    flex-basis: 48%; } }
.category_top_palace--pane-2 .title {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold; }
  @media screen and (min-width: 1280px) {
    .category_top_palace--pane-2 .title {
      font-size: 0.2rem; } }
.category_top_palace--pane-2 .text_box {
  margin-top: 6px; }
  @media screen and (min-width: 1024px) {
    .category_top_palace--pane-2 .text_box {
      margin-top: 25px; } }
  @media screen and (min-width: 1280px) {
    .category_top_palace--pane-2 .text_box .text {
      font-size: 0.18rem; } }

.catetory_top_sale--bnr--wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px 2%; }
  @media screen and (min-width: 768px) {
    .catetory_top_sale--bnr--wrapper {
      flex-direction: row;
      flex-wrap: wrap; } }

.catetory_top_sale--bnr {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .catetory_top_sale--bnr {
      flex-basis: 49%; } }

.category_top_melty_coco--style_search .category_nav_lower--list {
  justify-content: space-between; }
.category_top_melty_coco--style_search .category_nav_lower--list--item {
  flex-basis: 460px;
  max-width: 46.6%; }
  .category_top_melty_coco--style_search .category_nav_lower--list--item .image {
    border: none; }
  .category_top_melty_coco--style_search .category_nav_lower--list--item .caption {
    padding-left: 0;
    font-size: 0.28rem;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .category_top_melty_coco--style_search .category_nav_lower--list--item .caption {
        font-size: 0.18rem; } }
    @media screen and (max-width: 479px) {
      .category_top_melty_coco--style_search .category_nav_lower--list--item .caption {
        font-size: 0.14rem; } }
    @media screen and (max-width: 411px) {
      .category_top_melty_coco--style_search .category_nav_lower--list--item .caption {
        font-size: 0.13rem; } }
  .category_top_melty_coco--style_search .category_nav_lower--list--item .icon {
    position: relative;
    margin-right: 0.6em; }
.category_top_melty_coco--style_search .bnr {
  text-align: center;
  margin-top: 70px; }
  @media screen and (min-width: 1280px) {
    .category_top_melty_coco--style_search .bnr {
      margin-top: 30px; } }

.category_top_melty_coco_three_commitments--wrapper {
  background-color: #F3F1F1; }

.category_top_melty_coco_three_commitments--heading-top--wrapper {
  background-color: #DB0066;
  border: 1px solid #DB0066;
  border-radius: 95px;
  width: 82%;
  margin: 0 auto;
  padding: 4px 0; }
  @media screen and (min-width: 1280px) {
    .category_top_melty_coco_three_commitments--heading-top--wrapper {
      width: auto;
      padding: 19px 0; } }

.category_top_melty_coco_three_commitments--heading-top {
  color: #fff;
  text-align: center; }
  @media screen and (min-width: 1280px) {
    .category_top_melty_coco_three_commitments--heading-top {
      width: 73.5%;
      margin: 0 auto;
      display: flex;
      column-gap: 9%; } }
  .category_top_melty_coco_three_commitments--heading-top .image {
    width: 55%;
    margin: 0 auto 3px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 1280px) {
      .category_top_melty_coco_three_commitments--heading-top .image {
        margin: 0;
        flex-basis: 40%;
        justify-content: end; } }
  .category_top_melty_coco_three_commitments--heading-top .title {
    font-size: 0.15rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 1280px) {
      .category_top_melty_coco_three_commitments--heading-top .title {
        font-size: 0.28rem;
        flex-basis: 52%;
        justify-content: end; } }

.category_top_melty_coco_three_commitments--heading-depth_2 .title {
  font-size: 0.18rem; }
  @media screen and (min-width: 1280px) {
    .category_top_melty_coco_three_commitments--heading-depth_2 .title {
      font-size: 0.36rem; } }
  .category_top_melty_coco_three_commitments--heading-depth_2 .title .number {
    margin-right: 14px; }

.category_top_melty_coco_three_commitments--figure--wrap {
  position: relative;
  margin-top: 26px;
  padding-top: 13px; }
  @media screen and (min-width: 1280px) {
    .category_top_melty_coco_three_commitments--figure--wrap {
      padding-top: 23px; } }

.category_top_melty_coco_three_commitments--figure {
  border: 2px solid #56CBD6;
  background-color: #fff; }
  .category_top_melty_coco_three_commitments--figure > figcaption {
    width: 68%;
    color: #fff;
    background-color: #56CBD6;
    position: absolute;
    top: -15px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center; }
    @media screen and (min-width: 1280px) {
      .category_top_melty_coco_three_commitments--figure > figcaption {
        width: 55%;
        font-size: 0.28rem; } }
  .category_top_melty_coco_three_commitments--figure .text {
    margin-top: 12px; }
    @media screen and (min-width: 1280px) {
      .category_top_melty_coco_three_commitments--figure .text {
        font-size: 0.2rem; } }

.category_top_melty_coco_three_commitments--col-2 {
  max-width: 843px;
  margin: 0 auto;
  display: flex;
  column-gap: 5.6%;
  padding: 43px 12px 12px; }

.category_top_melty_coco_three_commitments--col {
  max-width: 620px;
  margin: 0 auto;
  padding: 43px 24px 12px; }
  .category_top_melty_coco_three_commitments--col .image {
    text-align: center; }

.category_top_melty_coco_three_commitments--caption {
  text-align: center;
  margin-bottom: 2px; }
  @media screen and (min-width: 1280px) {
    .category_top_melty_coco_three_commitments--caption {
      font-size: 0.26rem; } }
  @media screen and (max-width: 411px) {
    .category_top_melty_coco_three_commitments--caption {
      font-size: 0.14rem; } }

.category_top_melty_coco_three_commitments--image_box {
  margin-top: 39px;
  display: flex;
  flex-direction: column;
  gap: 54px 40px; }
  @media screen and (min-width: 600px) {
    .category_top_melty_coco_three_commitments--image_box {
      flex-direction: row; } }
  .category_top_melty_coco_three_commitments--image_box .image {
    padding: 5px;
    border: 2px solid #56CBD6; }

.category_top_melty_coco_three_commitments .contents_section--depth-2 {
  position: relative; }
  .category_top_melty_coco_three_commitments .contents_section--depth-2:first-of-type {
    margin-top: 30px; }
  .category_top_melty_coco_three_commitments .contents_section--depth-2:not(:last-of-type) {
    padding-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .category_top_melty_coco_three_commitments .contents_section--depth-2:not(:last-of-type) {
        padding-bottom: 45px; } }
    @media screen and (min-width: 1280px) {
      .category_top_melty_coco_three_commitments .contents_section--depth-2:not(:last-of-type) {
        padding-top: 50px; } }
  .category_top_melty_coco_three_commitments .contents_section--depth-2:nth-of-type(n+2) {
    padding-top: 65px; }
    @media screen and (min-width: 768px) {
      .category_top_melty_coco_three_commitments .contents_section--depth-2:nth-of-type(n+2) {
        padding-top: 85px; } }
    @media screen and (min-width: 1280px) {
      .category_top_melty_coco_three_commitments .contents_section--depth-2:nth-of-type(n+2) {
        padding-top: 100px; } }
    .category_top_melty_coco_three_commitments .contents_section--depth-2:nth-of-type(n+2)::before {
      content: "";
      max-width: 405px;
      max-height: 50px;
      background-image: url(/themes/assist_theme_2022/mb/images/content/block/category_top/daily_wig/icon-daily_wig-horizon.webp);
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (min-width: 600px) {
        .category_top_melty_coco_three_commitments .contents_section--depth-2:nth-of-type(n+2)::before {
          width: 45%; } }
      @media screen and (min-width: 1280px) {
        .category_top_melty_coco_three_commitments .contents_section--depth-2:nth-of-type(n+2)::before {
          width: 40%; } }
  .category_top_melty_coco_three_commitments .contents_section--depth-2:nth-of-type(4) .category_top_melty_coco_three_commitments--col-2 {
    padding-bottom: 23px; }

.category_top_melty_coco_three_commitments figure {
  margin: 0; }
@media screen and (min-width: 1280px) {
  .category_top_melty_coco_three_commitments .text_box .text {
    font-size: 0.2rem; } }

/*# sourceMappingURL=category.css.map */
