.news-container p{
  text-align: left;
}
.video-wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
}
.zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
}
.newyear-cap{
  font-size: 0.7rem;
  color: #ccc;
}
/* PC改行表示 */
.pc-only {
  display: inline;
}
/* スマホでは改行させない */
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

/* フッター */
.ft{
  max-width: 1394px;
  margin: 8px auto 0;
  text-align: left;
  padding: 8px 0;
}
.ft img{
  max-width: 195px;
  margin: 2px 4px;
  width: auto;
  padding:8px 0;
  background: #fff;
  border:1px solid #ccc;
}
.ft:after{
  content:"";
  clear: both;
}
.ft-area{
  min-height: 40px;
  bottom: 0;
  width: 100%;
  z-index: 50;
}
.pc-section{
  display:block;
}
.mb-section{
  display:none;
}
@media (max-width: 1024px) {
  .txt-wrap{
    left: 25%;
  }
}
  
@media (max-width: 540px) {
  .ft-area{
    padding:5px 0px;
  }
  .ft img{
    max-width: 130px;
  }
}

@media (max-width: 325px) {
  .ft img{
    max-width: 152px;
    margin: 2px;
  }
  .bottom-text1{
    margin: 40px 5px 0px;
    max-width: 240px;
  }
  .bottom-text2{
    margin:0px 5px;
    width:35px;
  }
  .bottom-area-hinomaru{
    width: 120px;
    bottom: 260px;
    left: 50%;
  }
  .back-mb {
    padding-bottom: 0px;
  }
}
