@media only screen and (max-width: 768px) {
  .sp_hide {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .pc_hide {
    display: none;
  }
}
body.topics section {
  padding: 21.3333333333vw 0 12vw;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  body.topics section {
    padding: 4.1666666667vw 0;
  }
}
body.topics .bg::before {
  opacity: 0;
}
body.topics .topics-ttl {
  font-size: 4.4vw;
  color: #fff6b8;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  body.topics .topics-ttl {
    font-size: min(2.0833333333vw, 36px);
  }
}
body.topics .topics-lead {
  margin-bottom: min(10.6666666667vw, 80px);
}
@media only screen and (min-width: 769px) {
  body.topics .topics-lead {
    margin-bottom: min(4.1666666667vw, 80px);
  }
}
body.topics .topics-lead p {
  margin-bottom: 1em;
}
body.topics .topics-inner {
  width: min(90%, 1200px);
  margin: min(6.6666666667vw, 50px) auto;
}
@media only screen and (min-width: 769px) {
  body.topics .topics-inner {
    margin: min(5.2083333333vw, 100px) auto;
  }
}
body.topics .link_btn {
  width: fit-content;
  margin: min(10.6666666667vw, 80px) auto;
}
@media only screen and (min-width: 769px) {
  body.topics .link_btn {
    margin: min(4.1666666667vw, 80px) auto;
  }
}
body.topics .link_btn span {
  padding: 0 1em;
}
body.topics .link_btn span:before {
  content: "";
  margin-right: 0.5em;
  display: inline-block;
  background: url("../images/deco_arrow.png") no-repeat;
  background-size: 100%;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
}
@media only screen and (min-width: 769px) {
  body.topics .link_btn span:before {
    width: 0.9375vw;
    height: 1.0416666667vw;
  }
}
@media only screen and (min-width: 1920px) {
  body.topics .link_btn span:before {
    width: 18px;
    height: 20px;
  }
}
body.topics .link_btn.arrow-right span:before {
  content: none;
}
body.topics .link_btn.arrow-right span::after {
  content: "";
  margin-left: 0.5em;
  display: inline-block;
  background: url("../images/deco_arrow_right.png") no-repeat;
  background-size: 100%;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
}
@media only screen and (min-width: 769px) {
  body.topics .link_btn.arrow-right span::after {
    width: 0.9375vw;
    height: 1.0416666667vw;
  }
}
@media only screen and (min-width: 1920px) {
  body.topics .link_btn.arrow-right span::after {
    width: 18px;
    height: 20px;
  }
}

#mirror-1129 {
  width: min(90%, 1200px);
  margin: 0 auto;
  text-align: center;
}
#mirror-1129 .channel-list {
  width: 100%;
  margin-bottom: 15vw;
}
@media only screen and (min-width: 769px) {
  #mirror-1129 .channel-list {
    margin-bottom: min(5.2083333333vw, 100px);
  }
}
#mirror-1129 .channel-list-ttl {
  margin-bottom: 2em;
  padding: 0.5em 0;
  border-top: 1px solid #a0873c;
  border-bottom: 1px solid #a0873c;
  font-size: 4vw;
  color: #fff6b8;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  #mirror-1129 .channel-list-ttl {
    font-size: min(1.5625vw, 30px);
  }
}
#mirror-1129 .channel-list-grid {
  display: grid;
  gap: min(10.6666666667vw, 80px) min(5.3333333333vw, 40px);
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, 1fr);
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  #mirror-1129 .channel-list-grid {
    gap: min(3.6458333333vw, 70px) min(2.0833333333vw, 40px);
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
#mirror-1129 .channel-list-grid .channel {
  display: flex;
  flex-direction: column;
}
#mirror-1129 .channel-list-grid .channel .name {
  margin: 0.5em 0;
  line-height: 1.1;
  height: 2.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  font-weight: 600;
}
#mirror-1129 .channel-list-grid .channel .yt-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 1em;
  background-color: #6c5511;
  font-size: clamp(10px, 0.7291666667vw, 14px);
  color: #fff6b8;
}
@media only screen and (min-width: 769px) {
  #mirror-1129 .channel-list-grid .channel .yt-btn:hover {
    filter: brightness(1.1);
  }
}
#mirror-1129 .channel-list.ccjp .channel-list-grid {
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(7, 1fr);
  border-top: 1px solid #494949;
  border-left: 1px solid #494949;
}
@media only screen and (min-width: 769px) {
  #mirror-1129 .channel-list.ccjp .channel-list-grid {
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(11, 1fr);
  }
}
#mirror-1129 .channel-list.ccjp .channel-list-grid .channel {
  padding: 1em;
  border-bottom: 1px solid #494949;
  border-right: 1px solid #494949;
}
@media only screen and (min-width: 769px) {
  #mirror-1129 .channel-list.ccjp .channel-list-grid .channel {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  #mirror-1129 .channel-list.ccjp .channel-list-grid .channel .name {
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px) {
  #mirror-1129 .channel-list.ccjp .channel-list-grid .channel .yt-btn {
    width: 40%;
    margin: 0;
  }
}

#dd2-pc .topics-ttl {
  position: relative;
  margin-bottom: min(4rem, 80px);
  border-top: #ab871c 1px solid;
  border-bottom: #ab871c 1px solid;
}
@media only screen and (min-width: 769px) {
  #dd2-pc .topics-ttl {
    margin-bottom: min(4rem, 80px);
  }
}
#dd2-pc .topics-ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: -0.3em;
  border-top: #ab871c 1px solid;
}
#dd2-pc .topics-ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -0.3em;
  border-top: #ab871c 1px solid;
}
#dd2-pc .pc-list-item {
  margin-bottom: min(4rem, 80px);
}
@media only screen and (min-width: 769px) {
  #dd2-pc .pc-list-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
#dd2-pc .pc-list-item .image {
  width: 70%;
  margin: 0 auto min(1rem, 20px);
}
@media only screen and (min-width: 769px) {
  #dd2-pc .pc-list-item .image {
    width: 25%;
  }
}
#dd2-pc .pc-list-item .detail {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  #dd2-pc .pc-list-item .detail {
    width: 70%;
  }
}
#dd2-pc .pc-list-item .detail .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3vw;
  padding-bottom: 3vw;
  border-bottom: 1px solid #a0873c;
}
@media only screen and (min-width: 769px) {
  #dd2-pc .pc-list-item .detail .name {
    margin-bottom: min(1.5rem, 30px);
    padding-bottom: min(1rem, 20px);
  }
}
#dd2-pc .pc-list-item .detail .name .logo {
  width: 40%;
}
#dd2-pc .pc-list-item .detail .name .no {
  font-size: 4.5vw;
  font-weight: 700;
  color: #fff6b8;
}
@media only screen and (min-width: 769px) {
  #dd2-pc .pc-list-item .detail .name .no {
    font-size: min(1.8rem, 32px);
  }
}
#dd2-pc .pc-list-item .detail .text {
  margin-bottom: min(1.5rem, 30px);
  font-size: 3.2vw;
  width: 100%;
  text-align: left;
  line-height: 2;
}
@media only screen and (min-width: 769px) {
  #dd2-pc .pc-list-item .detail .text {
    font-size: min(1rem, 18px);
  }
}
#dd2-pc .pc-list-item .detail .btn {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  #dd2-pc .pc-list-item .detail .btn {
    justify-content: flex-end;
  }
}
#dd2-pc .pc-list-item .detail .btn a {
  padding: 0.5em 2.5em;
  background-color: #6c5511;
  transition: all 0.3s ease;
  color: #fff6b8;
  font-size: 3.5vw;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  #dd2-pc .pc-list-item .detail .btn a {
    font-size: min(1.2rem, 24px);
  }
}
#dd2-pc .pc-list-item .detail .btn a:hover {
  color: #fff;
  background-color: #ab871c;
}
#dd2-pc .link_bnr {
  width: min(90%, 670px);
  margin: min(10.6666666667vw, 80px) auto;
}
@media only screen and (min-width: 769px) {
  #dd2-pc .link_bnr {
    margin: min(4.1666666667vw, 80px) auto;
  }
}
#dd2-pc .link_bnr .text {
  text-align: center;
  color: #fff6b8;
  font-weight: 600;
  margin-bottom: 0.5em;
}
#dd2-pc .link_bnr a {
  transition: filter 0.3s ease-in-out;
}
#dd2-pc .link_bnr a:hover {
  filter: brightness(1.2);
}
