@media (min-width: 1024px) {
  .report-title {
    display: flex;
    align-items: center; } }
.report-title img.type1 {
  width: 100%; }
  @media (min-width: 1024px) {
    .report-title img.type1 {
      width: 70%; } }
.report-title img.type2 {
  width: 100%; }
  @media (min-width: 1024px) {
    .report-title img.type2 {
      width: 80%; } }
.report-title p {
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.4em;
  text-align: justify;
  margin-top: 10px; }
  @media (min-width: 1024px) {
    .report-title p {
      font-size: 1.0em;
      padding-left: 20px;
      margin-top: 0; } }
  .report-title p.collar1 {
    color: #DC3A81; }
    @media (min-width: 1024px) {
      .report-title p.collar1 {
        width: 30%;
        margin-top: 8px; } }
  .report-title p.collar2 {
    color: #A531C9; }
    @media (min-width: 1024px) {
      .report-title p.collar2 {
        width: 20%; } }

.common-btn a {
  display: flex;
  align-items: center; }
  .common-btn a p {
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1.2em;
    color: #A531C9;
    margin-right: 2px;
    position: relative; }
    @media (min-width: 768px) {
      .common-btn a p {
        font-size: 0.9em; } }
    .common-btn a p::after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: #A531C9;
      transform: scale(0, 1);
      transform-origin: right top;
      transition: transform .3s; }
    .common-btn a p:hover::after {
      transform-origin: left top;
      transform: scale(1, 1); }
  .common-btn a img {
    width: 13px;
    margin-top: 1px; }
    @media (min-width: 768px) {
      .common-btn a img {
        width: 14px; } }

.common-btn-type2 {
  max-width: 1360px;
  margin: auto;
  position: relative;
  border-radius: 10px; }
  .common-btn-type2.collar1 {
    background: linear-gradient(127deg, #A631C9, #193665);
    height: 60px; }
    @media (min-width: 768px) {
      .common-btn-type2.collar1 {
        height: 110px; } }
  .common-btn-type2.collar2 {
    background-color: #DC3A81;
    height: 60px; }
    @media (min-width: 768px) {
      .common-btn-type2.collar2 {
        height: 80px; } }
    @media (min-width: 1250px) {
      .common-btn-type2.collar2 {
        height: 100px; } }
  .common-btn-type2.collar3 {
    background-color: #E3C600;
    height: 60px; }
    @media (min-width: 768px) {
      .common-btn-type2.collar3 {
        height: 80px; } }
    @media (min-width: 1250px) {
      .common-btn-type2.collar3 {
        height: 100px; } }
  .common-btn-type2.collar4 {
    background-color: #A531C9;
    height: 60px; }
    @media (min-width: 768px) {
      .common-btn-type2.collar4 {
        height: 80px; } }
    @media (min-width: 1250px) {
      .common-btn-type2.collar4 {
        height: 100px; } }
  .common-btn-type2 a {
    display: flex;
    align-items: center;
    padding-left: 8px;
    height: 100%;
    color: #fff; }
    @media (min-width: 1024px) {
      .common-btn-type2 a {
        padding-left: 5%; } }
    .common-btn-type2 a h3 {
      font-size: 1.125em;
      line-height: 1.0em; }
      @media (min-width: 1250px) {
        .common-btn-type2 a h3 {
          font-size: 1.875em; } }
    .common-btn-type2 a img {
      width: 30px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px;
      margin: auto;
      transition: .5s; }
      @media (min-width: 1250px) {
        .common-btn-type2 a img {
          width: 40px;
          right: 25px; } }
    .common-btn-type2 a:hover img {
      right: 10px; }

.parts-name-box {
  position: relative; }
  .parts-name-box h5 {
    font-size: 0.8em;
    color: #DC3A81;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    padding: 4px 6px;
    background-color: #fff;
    border: 2px solid #DC3A81;
    position: absolute;
    top: -20px;
    left: -15px; }
    @media (min-width: 1250px) {
      .parts-name-box h5 {
        font-size: 1.0em;
        top: -18px; } }
  .parts-name-box .name {
    color: #fff;
    padding: 10px;
    background-color: #DC3A81;
    border-radius: 10px;
    font-family: source-han-serif-japanese, serif;
    font-weight: 500;
    font-style: normal; }
    @media (min-width: 1024px) {
      .parts-name-box .name {
        padding: 15px; } }
    .parts-name-box .name h6 {
      font-size: 0.7em; }
      @media (min-width: 1250px) {
        .parts-name-box .name h6 {
          font-size: 0.8em; } }
    .parts-name-box .name h4 {
      font-size: 1.25em; }
      @media (min-width: 1250px) {
        .parts-name-box .name h4 {
          font-size: 1.875em; } }

.people-box a:hover .photo > img {
  transform: scale(1.04); }
.people-box a:hover .txt > h3, .people-box a:hover p {
  color: #DC3A81; }
.people-box a .photo {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  z-index: 1; }
  .people-box a .photo img {
    border-radius: 10px;
    display: block;
    transition-duration: 0.8s;
    transform: scale(1); }
.people-box a .txt {
  margin-top: 10px;
  color: #000; }
  @media (min-width: 1250px) {
    .people-box a .txt {
      margin-top: 15px; } }
  .people-box a .txt h3 {
    font-family: source-han-serif-japanese, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.15em;
    line-height: 1.2em;
    transition: .5s; }
    @media (min-width: 1024px) {
      .people-box a .txt h3 {
        font-size: 1.45em; } }
    @media (min-width: 1250px) {
      .people-box a .txt h3 {
        font-size: 1.625em; } }
  .people-box a .txt p {
    font-size: 0.8em;
    line-height: 1.2em;
    margin-top: 5px;
    transition: .5s; }
    @media (min-width: 1024px) {
      .people-box a .txt p {
        font-size: 0.9em;
        margin-top: 10px; } }

.people-tag {
  margin-top: 2px; }
  .people-tag a {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.8em;
    margin-right: 10px;
    transition: .5s;
    color: #666;
    position: relative; }
    .people-tag a:hover {
      color: #DC3A81; }
    .people-tag a:last-child {
      margin-right: 0; }
    .people-tag a::after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: #DC3A81;
      transform: scale(0, 1);
      transform-origin: right top;
      transition: transform .3s; }
    .people-tag a:hover::after {
      transform-origin: left top;
      transform: scale(1, 1); }

ul.talk-tag {
  display: flex; }
  ul.talk-tag li {
    margin-right: 10px; }
    ul.talk-tag li:last-child {
      margin-right: 0; }
    ul.talk-tag li a {
      font-family: "Noto Sans JP", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 0.8em;
      transition: .5s;
      color: #666;
      position: relative; }
      ul.talk-tag li a:hover {
        color: #A531C9; }
      ul.talk-tag li a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #A531C9;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .3s; }
      ul.talk-tag li a:hover::after {
        transform-origin: left top;
        transform: scale(1, 1); }

.tag-list {
  margin: 20px 0; }
  @media (min-width: 768px) {
    .tag-list {
      display: flex; } }
  .tag-list .tagtxt {
    width: 130px; }
    .tag-list .tagtxt h3 {
      font-family: "Dela Gothic One", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 1.0em;
      color: #fff;
      display: inline-block;
      text-align: center;
      border-radius: 50px;
      background-color: #A531C9;
      width: 120px;
      height: 28px;
      line-height: 26px; }
      .tag-list .tagtxt h3.people {
        background-color: #DC3A81; }
  .tag-list ul {
    margin-top: 4px; }
    @media (min-width: 768px) {
      .tag-list ul {
        width: calc(100% - 130px);
        margin-top: 0.5px; } }
    .tag-list ul li {
      display: inline-block;
      margin-right: 10px; }
      .tag-list ul li:last-child {
        margin-right: 0; }
      .tag-list ul li a {
        font-family: "Dela Gothic One", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 0.9em;
        transition: .5s; }
        @media (min-width: 1024px) {
          .tag-list ul li a {
            font-size: 1.125em; } }
        .tag-list ul li a:hover {
          color: #A531C9; }
  .tag-list ul.people li a:hover {
    color: #DC3A81; }

#radio {
  width: 90%;
  margin: auto; }
  @media (min-width: 1024px) {
    #radio {
      width: 96%; } }
  @media (min-width: 768px) {
    #radio .radio-header {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  #radio .radio-header .radio-title {
    display: flex;
    align-items: center;
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      #radio .radio-header .radio-title {
        margin-bottom: 5px; } }
    #radio .radio-header .radio-title h3 {
      font-size: 1.25em;
      font-weight: 900;
      margin-right: 15px; }
      @media (min-width: 768px) {
        #radio .radio-header .radio-title h3 {
          font-size: 2.0em; } }
    #radio .radio-header .radio-title .common-btn {
      margin-top: 10px; }
  #radio .radio-header .menu {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      #radio .radio-header .menu {
        margin-bottom: 0; } }
    #radio .radio-header .menu ul {
      display: flex;
      margin-top: 2px; }
      #radio .radio-header .menu ul li {
        margin: 0 5px; }
        #radio .radio-header .menu ul li:first-child {
          margin-left: 0; }
        #radio .radio-header .menu ul li:last-child {
          margin-right: 0; }
        #radio .radio-header .menu ul li a {
          font-size: 0.9em;
          color: #A531C9;
          position: relative; }
          #radio .radio-header .menu ul li a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #A531C9;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          #radio .radio-header .menu ul li a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
  #radio .program ul {
    border: 3px solid #A531C9;
    border-radius: 10px; }
    #radio .program ul li {
      border-bottom: 1px solid #A531C9;
      padding: 12px 0 12px 10px; }
      @media (min-width: 768px) {
        #radio .program ul li {
          padding: 14px 0 16px 15px; } }
      #radio .program ul li:last-child {
        border-bottom: none; }
      #radio .program ul li a {
        font-size: 1.125em;
        font-weight: 700;
        line-height: 1.1em;
        color: #A531C9;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: .5s; }
        @media (min-width: 1024px) {
          #radio .program ul li a {
            font-size: 2.0em; } }
        #radio .program ul li a:hover {
          color: #DC3A81; }
