@charset "utf-8";

.main {
  color: #675584;
  background: #DDE7DF;
}

.btn {
  background: #675584;
  color: #fff;
}

.btn.btn-border {
  border-color: #675584;
  color: #675584;
}

.btn.btn-area {
  border-color: #675584;
  background: rgba(103, 85, 132, 0.10);
  color: #675584;
}

.btn.btn-price {
  border-color: #4F8C5E;
  background: rgba(79, 140, 94, 0.10);
  color: #4F8C5E;
}

.btn_upper_text::before {
  background-image: url(/assets/specials/kansai_shared/common/slash_left_purple.svg);
}

.btn_upper_text::after {
  background-image: url(/assets/specials/kansai_shared/common/slash_right_purple.svg);
}

.section.section-store {
  background: rgba(79, 140, 94, 0.15);
}

.section_header {
  border-bottom-color: #675584;
}

.gift {
  border-color: #675584;
}

.giftContainer>section:nth-of-type(even) .gift {
  border-color: #4F8C5E;
  color: #4F8C5E;
}

.giftContainer>section:nth-of-type(even) .btn {
  background: #4F8C5E;
}

.giftContainer>section:nth-of-type(even) .btn.btn-border {
  border-color: #4F8C5E;
  color: #4F8C5E;
}

.gift_heading::after {
  border-bottom-color: #675584;
}

.giftContainer>section:nth-of-type(even) .gift_heading::after {
  border-color: #4F8C5E;
}

.catalog_course {
  background: rgba(103, 85, 132, 0.20);
}

.giftContainer>section:nth-of-type(even) .catalog_course {
  background: rgba(79, 140, 94, 0.20);
}

.seriesContainer {
  background: rgba(103, 85, 132, 0.07);
}

.giftContainer>section:nth-of-type(even) .seriesContainer {
  background: rgba(79, 140, 94, 0.07);
}

.catalogCard_price {
  background: #4F8C5E;
  color: #FFF;
}

.giftContainer>section:nth-of-type(even) .catalogCard_price {
  background: #675584;
}

.catalogCard_name {
  color: #675584;
}

.giftContainer>section:nth-of-type(even) .catalogCard_name {
  color: #4F8C5E;
}

.giftContainer>section:nth-of-type(even) .btn_upper_text::before {
  background-image: url(/assets/specials/kansai_shared/common/slash_left_green.svg);
}

.giftContainer>section:nth-of-type(even) .btn_upper_text::after {
  background-image: url(/assets/specials/kansai_shared/common/slash_right_green.svg);
}

.search_header.search_header-price .section_title {
  color: #4F8C5E;
}

.store_img {
  background: #fff;
}