@charset "UTF-8";
/* CSS Document */
.aichannel_list .sns {
  margin-top: 60px;
  margin-bottom: 80px;
}
.aichannel_list h2 {
  background-color: #036eb7;
  width: 98%;
  max-width: 420px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  padding: 10px 0;
  margin: 20px auto 20px;
  border-radius: 60px;
}
@media screen and (max-width: 430px) {
  .aichannel_list h2 {
    font-size: 24px;
  }
}
.aichannel_list h2.purple {
  background-color: #8c5ca3;
}
.regular {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 30px;
}
.regular a {
  display: block;
  width: 47%;
  background-color: #fdebd1;
  box-shadow: 6px 6px #ec6c00;
  margin-bottom: 3%;
}
.regular a div {
  position: relative;
  line-height: 0;
}
.regular a div span {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background-color: #ec6c00;
  font-size: 16px;
  color: #fff;
  padding: 5px 5px 5px 20px;
  line-height: 1;
  clip-path: polygon(calc(tan(10deg) * 100%) 0, 100% 0, 100% 100%, 0 100%);
}
.regular a div img {
  width: 100%;
  height: auto;
}
.regular a h3 {
  text-align: center;
  font-size: 22px;
  color: #ec6c00;
  margin: 7px 0 0; 
}
.regular a .production {
  display: block;
  background-color: #ec6c00;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  width: 98%;
  max-width: 240px;
  text-align: center;
  padding: 3px 0;
  margin: 0 auto 10px;
  border-radius: 20px;
}
.regular a p {
  padding: 10px 10px 7px;
  font-size: 15.5px;
}
.regular a:hover p {
  color: #000;
}
.regular a:nth-of-type(2) {
  background-color: #deedf9;
  box-shadow: 6px 6px #036eb7;
}
.regular a:nth-of-type(2) h3 {
  color: #036eb7;
}
.regular a:nth-of-type(2) div span {
  background-color: #036eb7;
}
.regular a:nth-of-type(2) .production {
  background-color: #036eb7;
}
.regular a:nth-of-type(3) {
  background-color: #fad9d0;
  box-shadow: 6px 6px #e95550;
}
.regular a:nth-of-type(3) h3 {
  color: #e95550;
}
.regular a:nth-of-type(3) div span {
  background-color: #e95550;
}
.regular a:nth-of-type(3) .production {
  background-color: #e95550;
}
.regular a:nth-of-type(4) {
  background-color: #d4e9d7;
  box-shadow: 6px 6px #0dac67;
}
.regular a:nth-of-type(4) h3 {
  color: #0dac67;
}
.regular a:nth-of-type(4) div span {
  background-color: #0dac67;
}
.regular a:nth-of-type(4) .production {
  background-color: #0dac67;
}
@media screen and (max-width: 430px) {
  .regular {
    margin-bottom: 20px;
  }
  .regular a {
    width: 100%;
  }
}
.other_program {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8%;
  margin-top: 30px;
}
.other_program li {
  width: 31.8%;
  border: 1.5px solid #8b5ba2;
  line-height: 0;
  margin-bottom: 1.8%;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .other_program {
    width: 98%;
    gap: 0;
    justify-content: space-between;
    margin: 30px auto 0;
  }
  .other_program li {
    width: 49%;
  }
}
@media screen and (max-width: 430px) {
  .other_program li {
    width: 100%;
    margin-bottom:15px;
  }
}
.other_program li .thumb img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.other_program li .title {
  background-color: #8b5ba2;
  line-height: 1;
  margin: 0;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.other_program li .title span {
  position: absolute;
  top: 5px;
  left: 10px;
  display: block;
  background-color: #fff;
  font-size: 11px;
  width: 58px;
  text-align: center;
  color: #8b5ba2;
  padding: 2px 0;
  border-radius: 10px;
}
.other_program li .title h3 {
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
.other_program li .title h3.kanachu {
  font-size: 13px;
  letter-spacing: -0.8px;
}
.other_program li .title h3.soudenger {
  text-align: left;
  padding-left: 63px;
  font-size: 13px;
}
.other_program li .title h3.mariesan {
  text-align: left;
  padding-left: 63px;
  font-size: 13px;
  letter-spacing: -0.3px;
}
.other_program li .schedule {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1;
  padding: 5px 10px;
}
.other_program li .schedule span {
  display: block;
  background-color: #8b5ba2;
  font-size: 11px;
  width: 58px;
  text-align: center;
  color: #fff;
  padding: 2px 0;
  border-radius: 10px;
}
.other_program li .schedule .time {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding: 0 0 0 10px;
  line-height: 1.4;
}
.other_program li .schedule .time.omatsuri {
  font-size: 10px;
}
.other_program li .schedule .time.hawaii {
  font-size: 10px;
  letter-spacing: -0.8px;
}
.other_program li .schedule .time.menmusume {
  font-size: 10px;
  letter-spacing: -1.5px;
}
.other_program li .schedule .time.yuruku {
  letter-spacing: -0.8px;
}
.other_program li p {
  font-size: 11.4px;
  line-height: 1.4;
  padding: 0 10px;
}
.other_program li p.kanachu {
  font-size: 11px;
  letter-spacing: -0.8px;
}
.other_program li p.menmusume {
  letter-spacing: -0.5px;
}
.other_program li .production {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  color: #8b5ba2;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.other_program li .production.hawaii {
  font-size: 10px;
  letter-spacing: -0.8px;
}