@charset "UTF-8";
h1,
h2 {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  h1,
  h2 {
    font-size: 20px;
  }
}

h2.main-title {
  font-family: "Glacial";

  text-align: center;

  font-weight: bold;

  color: #851b06;

  margin-bottom: 20px;
}

#main.quest .card-wrapper {
  height: auto;
}

#main.quest .card-wrapper.listProgram {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;
}

#main.quest .card-wrapper.listProgram > li {
  width: 48.5%;

  position: relative;
}

@media screen and (max-width: 767px) {
  #main.quest .card-wrapper.listProgram > li {
    width: 100%;
  }
}

#main.quest .card-wrapper.listProgram > li .comingsoon {
  display: inline-block;

  background-color: #851b06;

  font-size: 20px;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -115px);

  color: #fff;

  padding: 7px 10px;

  width: 180px;

  word-break: keep-all;

  text-align: center;

  border-radius: 3px;

  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #main.quest .card-wrapper.listProgram > li .comingsoon {
    font-size: 5vw;

    top: 6%;

    transform: translate(-50%, 0);
  }
}

#main.quest .card-wrapper.listProgram > li {
  width: 48.5%;

  margin-bottom: 3%;
}

@media screen and (max-width: 767px) {
  #main.quest .card-wrapper.listProgram > li {
    width: 100%;

    margin-bottom: 5%;
  }
}

#main.quest .card-wrapper.listProgram .section-card {
  padding: 5%;

  display: block;

  border-radius: 0 0 8px 8px;

  border-bottom: 5px solid #851b06;

  position: relative;
}

@media screen and (max-width: 767px) {
  #main.quest .card-wrapper.listProgram .section-card {
    padding: 5%;
  }
}

#main.quest .card-wrapper.listProgram .section-card.section-card--locked {
  opacity: 0.5;
}

#main.quest .card-wrapper.listProgram .section-card__tumb {
  width: 100%;

  height: auto;

  margin-bottom: 3%;

  position: relative;

  padding: 10px 0;

  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #main.quest .card-wrapper.listProgram .section-card__tumb {
    margin-bottom: 5%;
  }
}

#main.quest .card-wrapper.listProgram .section-card__tumb img {
  width: 100%;

  height: auto;
}

#main.quest .card-wrapper.listProgram .section-card__tumb .price {
  position: absolute;

  left: 0;

  bottom: 0;

  background-color: #851b06;

  color: #fff;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  font-weight: bold;

  text-align: center;

  padding: 3px 15px;

  border-radius: 4px;
}

#main.quest .card-wrapper.listProgram .section-card__tumb .price del {
  font-size: 10px;

  color: #fff2f2;
}

#main.quest .card-wrapper.listProgram .section-card__tumb .price span {
  font-size: 12px;
}

#main.quest .card-wrapper.listProgram .section-card__tumb .price.hide {
  display: none;
}

#main.quest .card-wrapper.listProgram .section-card__text {
  flex: unset;

  width: 100%;

  padding: 0;
}

#main.quest .card-wrapper.listProgram .section-card__text .time {
  font-size: 12px;

  margin: 0;

  color: #8d95a0;
}

#main.quest .card-wrapper.listProgram .section-card__text h2 {
  position: relative;

  width: 100%;

  margin: 0;
}

#main.quest .card-wrapper.listProgram .section-card__text .progressCourse {
  margin-top: 10px;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

#main.quest
  .card-wrapper.listProgram
  .section-card__text
  .progressCourse
  .progress {
  flex: 1;

  padding: 0;
}

#main.quest
  .card-wrapper.listProgram
  .section-card__text
  .progressCourse
  .count {
  width: 50px;

  margin-left: 10px;

  text-align: right;
}

#main.quest .card-wrapper.listMateri .section-card__lock {
  z-index: 1;
}

@media screen and (max-width: 480px) {
  #main.quest .card-wrapper.listMateri .section-card__tumb {
    width: 45%;

    padding: 10px 0;

    height: auto;
  }

  #main.quest .card-wrapper.listMateri .section-card__tumb img {
    width: 100%;

    height: auto;
  }

  #main.quest .card-wrapper.listMateri .section-card__text {
    padding-left: 10px;
  }

  #main.quest .card-wrapper.listMateri .section-card__text .badge {
    font-size: 10px;
  }

  #main.quest .card-wrapper.listMateri .section-card__text h2 {
    width: calc(100% - 10px);

    font-size: 14px;

    height: 42px;

    margin-bottom: 0;
  }
}

#main.quest .section-card--locked .section-card__lock {
  z-index: 1;
}

.blogArticle {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .blogArticle {
    max-width: 648px;

    width: 100%;

    margin: 0 auto 40px;
  }
}

.blogArticle .slick-slide {
  margin: 0 0.5rem;

  border: 1px solid #eee;

  border-radius: 8px;
}

.blogArticle .slick-slide a {
  position: relative;

  display: block;

  color: inherit;

  padding: 5%;

  transition: all 0.3s ease;
}

.blogArticle .slick-slide a .img {
  width: 100%;

  height: 37.5vw;

  margin-bottom: 10px;

  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .blogArticle .slick-slide a .img {
    height: 120px;

    margin-bottom: 10px;
  }
}

.blogArticle .slick-slide a .img div {
  width: 100%;

  height: 100%;

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  border-radius: 8px;

  transition: all 0.3s ease;

  transform: scale(1);
}

.blogArticle .slick-slide a .text {
  position: relative;

  left: 0;

  bottom: 0;

  width: 100%;
}

.blogArticle .slick-slide a .text span {
  font-size: 10px;

  color: #808080;

  display: block;
}

.blogArticle .slick-slide a .text p {
  margin: 0;

  font-size: 14px;

  font-weight: bold;

  overflow: hidden;

  height: 45px;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) {
  .blogArticle .slick-slide a .text p {
    font-size: 14px;

    height: 45px;

    -webkit-line-clamp: 2;
  }
}

.blogArticle .slick-slide a:hover {
  box-shadow: 0 0 4px rgba(33, 33, 33, 0.1);
}

.blogArticle .slick-slide a:hover .img div {
  transform: scale(1.05);
}

.dailyProgress {
  margin-bottom: 40px;
}

.content-top .lastLink {
  margin: 60px 0 30px;

  text-align: center;
}

.content-top .lastLink p {
  margin-bottom: 10px;

  font-weight: bold;

  font-size: 18px;

  font-family: "Glacial";
}

.content-top .lastLink p.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .content-top .lastLink p {
    margin-bottom: 16px;
  }

  .content-top .lastLink p.pc {
    display: none;
  }

  .content-top .lastLink p.sp {
    display: block;
  }
}

.header .container {
  padding-left: 16px;

  padding-right: 16px;
}

.fixedNav {
  position: fixed;

  z-index: 10;

  bottom: 0;

  left: 50%;

  transform: translate(-50%, 0);

  width: 720px;

  margin: auto;
}

@media screen and (max-width: 540px) {
  .fixedNav {
    width: 100%;

    transform: translate(0, 0);

    left: 0;

    bottom: 0;
  }
}

@media screen and (max-width: 540px) {
  .fixedNav .container {
    padding: 0;
  }
}

.fixedNav .container ul {
  background-color: #fff;

  padding: 20px;

  border-radius: 0;

  border-top: 1px solid #eee;

  display: flex;

  justify-content: center;

  align-items: center;

  margin-bottom: 0;
}

@media screen and (max-width: 540px) {
  .fixedNav .container ul {
    padding: 0;

    border-radius: 0;

    justify-content: space-between;

    height: 50px;
  }
}

.fixedNav .container ul li {
  list-style-type: none;

  margin: 0 30px;
}

@media screen and (max-width: 540px) {
  .fixedNav .container ul li {
    width: 25%;

    margin: 0;
  }
}

.fixedNav .container ul li a {
  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  color: #c1c1c1;
}

@media screen and (max-width: 540px) {
  .fixedNav .container ul li a {
    width: 100%;

    height: 50px;
  }
}

.fixedNav .container ul li a svg {
  font-size: 24px;

  color: #c1c1c1;

  margin-bottom: 8px;

  transition: all 0.3s ease;
}

@media screen and (max-width: 540px) {
  .fixedNav .container ul li a svg {
    font-size: 20px;

    margin-bottom: 0;
  }
}

.fixedNav .container ul li a span {
  font-size: 12px;

  color: #c1c1c1;

  letter-spacing: 1px;

  font-family: "Glacial";

  transition: all 0.3s ease;
}

@media screen and (max-width: 540px) {
  .fixedNav .container ul li a span {
    display: none;
  }
}

.fixedNav .container ul li a:hover {
  color: #851b06;
}

.fixedNav .container ul li a:hover svg {
  color: #851b06;
}

.fixedNav .container ul li a:hover span {
  color: #851b06;
}

.fixedNav .container ul li a.active svg {
  color: #851b06;
}

.fixedNav .container ul li a.active span {
  color: #851b06;
}