@charset "Shift_JIS";
.h1Center--img {
  background-color: #FFFFFF;
}

.Section02 {
  padding: 60px 0 105px;
}

@media screen and (max-width: 768px) {
  .Section02 {
    padding: 24px 0 76px;
  }
}

.Section02 .toggleButton.type-1:hover, .Section02 .toggleButton.type-1.is-active {
  background-color: #F49849;
  color: #fff;
  border-color: #F49849;
}

.Section02 .toggleButton.type-2:hover, .Section02 .toggleButton.type-2.is-active {
  background-color: #40ADE8;
  color: #fff;
  border-color: #40ADE8;
}

.Section02 .card07--label-01 {
  background-color: #F49849;
}

.Section02 .card07--label-02 {
  background-color: #40ADE8;
}

.Section02 .Sectiontitle {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 28px;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .Section02 .Sectiontitle {
    font-size: 24px;
    text-align: left;
    margin-bottom: 16px;
    line-height: 1.375;
  }
}

.Section02 .filter-list {
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .Section02 .filter-list {
    margin-bottom: 32px;
  }
}

.Section02 .card07--name {
  font-size: 16px;
  color: #666666;
  line-height: 1.6875;
}

@media screen and (max-width: 768px) {
  .Section02 .card07--name {
    font-size: 14px;
    line-height: 1.71429;
  }
}

.card07--item.card--movie::after{
      position: absolute;
      content: "";
      width: 32px;
      height: 24px;
      right: 10px;
      bottom: 20px;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url(../../../../assets/img/icon-movie.png);
}

@media screen and (max-width: 768px) {
  .card07--item.card--movie::after{
    height: 4vw;
    width: 6vw;
    right: 5px;
    bottom: 10px;
  }
}

.Section03 {
  padding: 100px 0 84px;
}

@media screen and (max-width: 768px) {
  .Section03 {
    padding: 60px 0 55px;
  }
}

.Section03 .card01--ttl {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1.2px;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .Section03 .card01--ttl {
    font-size: 18px;
    text-align: left;
    margin: -10px 0 15px;
    line-height: 1.5;
  }
}

.Section03 .card01--head {
  padding: 10px 120px;
}

@media screen and (max-width: 768px) {
  .Section03 .card01--head {
    padding: 6px 72px;
  }
}
