@charset "UTF-8";
/* CSS Document */

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pc-only {
  display: none !important;
}

img {
  vertical-align: bottom;
}

.bg{
  background-image: linear-gradient(0deg, #d1853a 0%, #8a400f 100%);
  position: relative;
}

.main__area {
  background: rgb(141 62 10 / 0.4);
  padding-bottom: 30px;
  position: relative;
}
.main__area::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_pattern.jpg) repeat left top / 17.067vw 17.067vw;
  z-index: 0;
  opacity: 0.4;
  mix-blend-mode: multiply;
}
.main_area_wrap {
  width: 95.333vw;
  margin: 0 auto;
  background-color: #fffdf3;
  position: relative;
  z-index: 1;
}
.wrap_contents {
  padding-top: 12.533vw;
  background: url(../img/pattern.jpg) repeat left top / 17.067vw 17.067vw;
  padding-bottom: 25px;
}

.logo{
  width: 78.667vw;
  margin: 0 auto 10.4vw;
}
.logo img,
.broadcast_time img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.broadcast_time{
  width: 100%;
  margin: 0 auto;
}

/* contents */
.sec_about {
  position: relative;
  margin: 7.6vw auto 0;
}
.sec_about .p-desc{
  margin: 0 auto 4.267vw;
}
.sec_about,
.sec_detail{
  width: 76.267vw;
}
.sec_detail{
  margin: 5.867vw auto 0;
}
.sec_detail .p-lead{
  margin: 3.467vw auto 0;
}
.detail_list{
  margin: 4.267vw auto 7.6vw;
}
.detail_listItem:not(:last-child){
  margin-bottom: 3.467vw;
}
.detail_listItem:not(:first-child) .p-text{
  margin: 5.733vw auto 0;
}
.detail_listItem:first-child .p-text{
  margin: 4vw auto 0;
}
.sec_cast{
  margin: 0 auto;
  width: 76.7%;
}