@charset "utf-8";

/* ------------------
pagevisual
------------------ */
.pv_h1 {
  background: #fcd12b;
  color: #000;
  font-size: 4rem;
}
.pagevisual h1 {
  width: 100%;
  padding: 0 5%;
}

/* ------------------
article
------------------ */
.video_box {
  margin-top: 30px;
  text-align: center;
  iframe {
    width: 672px;
    height: 378px;
    @media (max-width: 767px) {
      width: 100%;
      height: 200px;
    }
  }
}

/* common */
.article {
  margin-bottom: 80px;
  @media screen and (max-width: 767px){
    margin-bottom: 60px;
    font-size: 1.5rem;
  }
}
.sp_block {
  display: none;
}
@media screen and (max-width: 767px){
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
}
.mb2 {
  margin-bottom: 2em;
}
.bold_txt {
  font-weight: bold;
}
.indent_txt {
  text-indent: -1em;
  padding-left: 1em;
}
.tv_container {
  max-width: 960px;
  width: 100%;
  margin: 3em auto;
  @media screen and (max-width: 767px){
    width: 90%;
  }
}
.tv_heading {
  width: 100%;
  padding-bottom: 10px;
  margin: 0 auto 40px;
  border-bottom: 4px solid var(--theme-color);
  font-size: var(--hp-headline);
  color: var(--theme-color);
  letter-spacing: 2px;
  font-weight: bold;
}
.tv_heading02 {
  width: 100%;
  padding: 0.5em 1em;
  background: #c00;
  font-size: var(--hp-headline);
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin: 3em 0 1.5em;
  position: relative;
  &::after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    margin-inline: auto;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #c00;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    z-index: 2;
  }
}
.tv_subheading {
  width: 100%;
  padding: 0.20em 0.75em 0.3em;
  background: var(--theme-color);
  margin: 1em 0;
  font-size: var(--hp-subheadline);
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
}
.tv_txt {
  padding-bottom: 1em;
}
.txt_red {
  color: var(--attention-color);
  font-weight: bold;
}
.center {
  text-align: center;
}
figcaption {
  padding-top: 0.5em;
}
/* 上部 */
.tv_lead {
  padding: 56px 0;
  background: #E4E4E4;
  @media screen and (max-width: 767px){
    padding: 40px 0;
  }
}
.tv_lead--container {
  max-width: 960px;
  width: 95%;
  padding: 1.5em 2em;
  margin-inline: auto;
  background: #fff;
  text-align: left;
  @media screen and (max-width: 767px){
    padding: 1em;
  }
}
.tv_lead--txt {
  font-size: 3.2rem;
  font-weight: bold;
  span {
    color: var(--attention-color);
  }
  @media screen and (max-width: 767px){
    font-size: 2.8rem;
  }
}
.tv_lead--time {
  font-size: 2.4rem;
  font-weight: bold;
  @media screen and (max-width: 767px){
    font-size: 2rem;
  }
}
.tv_lead--img {
  margin: 1.5em auto;
}
.tv_lead--detail {
  max-width: 480px;
  width: 90%;
  margin: 1em auto;
  a {
    width: 100%;
    padding: 1em 2em;
    display: block;
    border: 2px solid var(--theme-color);
    background: #F5F2E5;
    font-size: 1.8rem;
    font-weight: bold;
  }
  @media screen and (max-width: 767px){
    width: 100%;
    a {
      padding: 0.8em;
      font-size: 1.6rem;
    }
  }
}
.tv_lead--flex {
  width: 100%;
  display: flex;
  text-align: start;
  justify-content: center;
  gap: 1em 20px;
  margin: 2em auto 0;
  @media screen and (max-width: 767px){
    flex-direction: column;
  }
}
.tv_lead--flexTxt {
  display: flex;
  align-items: center;
  gap: 20px;
  &::after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: var(--theme-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
  @media screen and (max-width: 767px){
    flex-direction: column;
    gap: 15px;
    &::after {
      clip-path: polygon(50% 100%, 0 0, 100% 0);
    }
  }
}
.tv_sponsor {
  margin: 1em auto 3em;
  text-align: center;
}

.tv_imgs {
  display: flex;
  gap: 21px;
  margin: 1.5em 0;
  figure {
    max-width: 306px;
    width: 100%;
  }
  @media screen and (max-width: 767px){
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }
}
.tv_sec--flex {
  width: 100%;
  display: flex;
  gap: 21px;
  flex-wrap: wrap;
  margin-bottom: 3em;
  @media screen and (max-width: 767px){
    justify-content: center;
    gap: 25px;
  }
}
.tv_imgs--sec {
  max-width: 306px;
  width: 100%;
  @media screen and (max-width: 767px){
    max-width: 100%;
    figure {
      max-width: 306px;
      margin-inline: auto;
    }
  }
}
.tv_imgs--sec2 {
  max-width: 623px;
  width: 100%;
}
.tv_bullet li {
  display: flex;
  align-items: flex-start;
  line-height: 2;
  &::before {
    content: "・";
    display: block;
  }
}

.tv_sponsor--box {
  max-width: 960px;
  width: 90%;
  margin: 3em auto;
  border: 1px solid #666;
  border-bottom: 0;
}
.tv_sponsor--box .tv_subheading {
  background: #666;
  margin-top: 0;
  margin-bottom: 0;
}
.tv_sponsor--season {
  width: 100%;
  padding: 1em;
  border-bottom: 1px solid #666;
  h4 {
    text-decoration: underline;
    font-size: 1.5rem;
    padding-bottom: 0.5em;
  }
}
.tv_sponsor--season .tv_bullet {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  li {
    width: calc(50% - 5px);
    font-size: 1.5rem;
    @media screen and (max-width: 767px){
      width: 100%;
    }
  }
}
.tv_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px 60px;
  margin: 0 auto 2em;
}
.tv_flex-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  li {
    width: calc(50% - 10px);
    padding: 1em;
    border: 1px solid var(--theme-color);
  }
  @media screen and (max-width: 767px){
    li {
      width: 100%;
    }
  }
}
.tv_flex-listbox {
  display: flex;
  gap: 10px;
  @media screen and (max-width: 767px){
    flex-wrap: wrap;
    justify-content: center;
  }
}
.tv_flex-listtitle {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 0.5em;
}
.tv_flex-listtxt {
  width: calc(100% - 210px);
  @media screen and (max-width: 767px){
    width: 100%;
  }
}
.tv_cmTxt {
  max-width: calc(100% - 447px);
  width: 100%;
  @media screen and (max-width: 767px){
    max-width: 100%;
  }
}
.tv_third {
  margin: 3em 0;
}
.tv_cm--ex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 3em;
}
.tv_cm--exTxt {
  display: flex;
  align-items: center;
  gap: 20px;
  &::after {
    content: "";
    width: 1em;
    height: 1em;
    display: block;
    background: var(--theme-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    @media screen and (max-width: 767px){
      clip-path: polygon(50% 100%, 0 0, 100% 0);
    }
  }
}
.tv_cm--flex {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.tv_imgs2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 11px;
  figcaption {
    width: 100%;
  }
  @media screen and (max-width: 767px){
    max-width: 306px;
    margin-inline: auto;
  }
}
.tv_guide {
  display: flex;
  justify-content: space-between;
  gap: 20px 60px;
  flex-wrap: wrap;
}
.txt_link {
  text-decoration: underline;
  &:hover {
    text-decoration: none;
  }
}