@charset "UTF-8";
.mcamp_wrapper {
  margin: 16px auto 0 auto;
  padding: 0;
  width: 90%;
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper {
    margin: 0 auto;
    width: 100%;
  }
}
.mcamp_wrapper .mcamp_main_visual {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.mcamp_wrapper .mcamp_main_visual .img_area > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.mcamp_wrapper .catch_area {
  margin: 24px auto 0 auto;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper .catch_area {
    width: 94%;
  }
}
.mcamp_wrapper .catch_area .camp_catch_img {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.mcamp_wrapper .catch_area .campaign_end {
  margin: 16px auto 0 auto;
  padding: 0.6em 0;
  width: 70%;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: #d01975;
  border-radius: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper .catch_area .campaign_end {
    padding: 0.8em 0;
    width: 100%;
    font-size: 1.1rem;
  }
}
.mcamp_wrapper .mcampaign_information {
  margin: 40px auto 0 auto;
  padding: 0;
  width: 90%;
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper .mcampaign_information {
    margin-top: 24px;
    width: 96%;
  }
}
.mcamp_wrapper .mcampaign_information picture > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.mcamp_wrapper .campaign_message {
  position: relative;
  margin: 40px auto;
  padding: 20px 30px;
  width: 70%;
  border: 1px solid #d01975;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: bold;
  color: #d01975;
  text-align: center;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper .campaign_message {
    margin: 30px auto;
    padding: 15px 20px;
    width: 96%;
  }
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper .campaign_message {
    font-size: 1rem;
  }
}
.mcamp_wrapper .target_course_list {
  margin: 60px auto;
  width: 90%;
  padding: 2em;
  background: #fffdf4;
  border: 3px solid #d01975;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper .target_course_list {
    margin: 24px auto;
    padding: 1.5em 1em;
    width: 96%;
  }
}
.mcamp_wrapper .target_course_list .list_title {
  margin: 0 auto;
  padding: 0;
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper .target_course_list .list_title {
    width: 80%;
  }
}
.mcamp_wrapper .target_course_list .list_title img {
  width: 100%;
  height: auto;
}
.mcamp_wrapper .target_course_list .popular_kouza_list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 !important;
  gap: 20px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper .target_course_list .popular_kouza_list {
    gap: 15px;
  }
}
.mcamp_wrapper .target_course_list .popular_kouza_list .kouza_list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 0.5em 0.5em;
  align-items: center;
  width: calc((100% - 82px) / 5);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper .target_course_list .popular_kouza_list .kouza_list {
    width: calc((100% - 16px) / 2);
  }
}
.mcamp_wrapper .target_course_list .popular_kouza_list .kouza_list .course_title {
  margin: 0 0 4px 0;
  padding: 0.5em 0 0 0;
  width: 100%;
  font-size: 0.94rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #333;
  min-height: 3.1rem;
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper .target_course_list .popular_kouza_list .kouza_list .course_title {
    font-size: 0.9rem;
  }
}
.mcamp_wrapper .target_course_list .popular_kouza_list .kouza_list .course_img {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.mcamp_wrapper .target_course_list .popular_kouza_list .kouza_list .course_img:hover {
  transform: scale(1.02);
}
.mcamp_wrapper .target_course_list .popular_kouza_list .kouza_list .course_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.mcamp_wrapper .target_course_list .popular_kouza_list .kouza_list .btn_apply {
  display: block;
  width: 100%;
  max-width: 240px;
  padding: 12px 0;
  background: #d01975;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.mcamp_wrapper .target_course_list .popular_kouza_list .kouza_list .btn_apply:hover {
  background: #b01563;
  transform: translateY(2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper .target_course_list .popular_kouza_list .kouza_list .btn_apply {
    font-size: 1.2rem;
    padding: 10px 0;
  }
}
.mcamp_wrapper .all_course_list_area {
  margin: 80px auto;
  width: 90%;
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper .all_course_list_area {
    margin: 50px auto;
    width: 96%;
  }
}
.mcamp_wrapper .all_course_list_area .main_title {
  margin: 0 0 50px 0;
  padding: 0;
  text-align: center;
  font-size: 2.2rem;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 20px;
}
.mcamp_wrapper .all_course_list_area .main_title::before, .mcamp_wrapper .all_course_list_area .main_title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #d01975;
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper .all_course_list_area .main_title {
    margin: 0 auto 30px auto;
    font-size: 1.6rem;
    gap: 10px;
  }
}
.mcamp_wrapper .all_course_list_area .category_filter {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper .all_course_list_area .category_filter {
    margin-bottom: 16px;
  }
}
.mcamp_wrapper .all_course_list_area .category_filter select {
  padding: 12px 24px;
  font-size: 1.3rem;
  border: 2px solid #d01975;
  border-radius: 5px;
  background: #fff;
  color: #333;
  cursor: pointer;
  min-width: 300px;
  font-weight: bold;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper .all_course_list_area .category_filter select {
    min-width: auto;
    padding: 10px 16px;
    font-size: 1rem;
    width: 90%;
  }
}
.mcamp_wrapper .all_course_list_area .category_filter select:focus {
  outline: none;
  border-color: #b01563;
  box-shadow: 0 0 0 3px rgba(208, 25, 117, 0.1);
}
.mcamp_wrapper .all_course_list_area .category_section {
  margin-bottom: 16px;
  padding: 0;
  background: #fafafa;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper .all_course_list_area .category_section {
    margin-bottom: 8px;
  }
}
.mcamp_wrapper .all_course_list_area .category_section:last-child {
  margin-bottom: 0;
}
.mcamp_wrapper .all_course_list_area .category_section .category_title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px 0;
  padding: 12px 20px;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(208, 25, 117, 0.2);
  background: linear-gradient(135deg, #d01975 0%, #b01563 100%);
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mcamp_wrapper .all_course_list_area .category_section .category_title .category_name {
  display: flex;
  align-items: center;
  text-align: left;
  flex: 1;
}
.mcamp_wrapper .all_course_list_area .category_section .category_title .category_name::before {
  content: "■";
  margin-right: 10px;
  color: #fff;
  opacity: 0.8;
}
.mcamp_wrapper .all_course_list_area .category_section .category_title .toggle_icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.8em;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper .all_course_list_area .category_section .category_title {
    font-size: 1.1rem;
    margin-bottom: 5px;
    padding: 10px 15px;
  }
}
.mcamp_wrapper .all_course_list_area .all_course_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper .all_course_list_area .all_course_list {
    gap: 15px;
  }
}
.mcamp_wrapper .all_course_list_area .all_course_list .course_item {
  width: calc((100% - 82px) / 5);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 1em;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper .all_course_list_area .all_course_list .course_item {
    width: calc((100% - 16px) / 2);
    padding: 10px;
  }
}
.mcamp_wrapper .all_course_list_area .all_course_list .course_item .course_title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #333;
  min-height: 2.2em;
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper .all_course_list_area .all_course_list .course_item .course_title {
    font-size: 1rem;
  }
}
.mcamp_wrapper .all_course_list_area .all_course_list .course_item .course_img {
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 5px;
}
.mcamp_wrapper .all_course_list_area .all_course_list .course_item .course_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.mcamp_wrapper .all_course_list_area .all_course_list .course_item .btn_apply {
  display: block;
  width: 100%;
  padding: 10px 0;
  background: #2e71a1;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  margin-top: auto;
  box-sizing: border-box;
}
.mcamp_wrapper .all_course_list_area .all_course_list .course_item .btn_apply:hover {
  background: #555;
  opacity: 0.9;
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper .all_course_list_area .all_course_list .course_item .btn_apply {
    font-size: 1rem;
    padding: 8px 0;
  }
}
.mcamp_wrapper .all_course_list_area .all_course_list .course_item .course_link {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 5px 0;
  font-size: 0.9rem;
  color: #333;
  text-align: center;
  text-decoration: underline;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.mcamp_wrapper .all_course_list_area .all_course_list .course_item .course_link:hover {
  color: #d01975;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .mcamp_wrapper .all_course_list_area .all_course_list .course_item .course_link {
    font-size: 0.85rem;
  }
}/*# sourceMappingURL=mcampaign.css.map */
