@import url('https://fonts.googleapis.com/css2?family=Reggae+One&display=swap');

body {
  margin: 0;
  background: #000;
}

ol,
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

[v-cloak] {
  display: none;
}

#box_1400 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 5% 3% 5%;
}

.title_wrap {
  background: url(../images/title_back.png) center no-repeat;
  background-size: cover;
  padding: 6% 0;
  text-align: center;
  width: 100%;
}

.title_box {
  width: 80%;
  margin: 0 auto;
  background: url(../images/title_back_inner.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  padding: 2% 0 1% 0;
}

.title_h1 {
  color: #000;
  font-family: "Reggae One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 4vw;
  margin: 1% 0 0 0;
  text-shadow: 4px 2px #f2e3aa;
}

.tape {
  background: url(../images/tape.jpg) no-repeat center;
  background-size: 100%;
  padding: 2% 1%;
}

.tape img {
  width: 100%;
}
/* =============================================================
    【swiper】ブロック ※スライド
============================================*/
.swiper-wrapper {
	transition-timing-function: linear !important;
}
.swiper-wrapper li {
	list-style: none;
}
@keyframes loop-slide {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(-100%);
	}
}
.slide-paused:hover .slideshow {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
/* =============================================================
    【swiper】ブロック ※スライド ここまで
============================================*/
.katinco {
  position: absolute;
  bottom: 9vw;
  left: 7vw;
  width: 7vw;
  transform: rotate(-23deg);
}

.shaeiki {
  position: absolute;
  bottom: 9vw;
  right: 7vw;
  width: 7vw;
  transform: rotate(23deg);
}

#navi_block {
  width: 100%;
  background: #A71D31;
}

#date_navi {
  width: 100%;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#date_navi div {
  min-width: 10%;
  padding: 1% 2%;
  background: #A71D31;
  cursor: pointer;
  color: #fff;
}

.date_pad {
  margin-left: 5%;
}

.block {
  background: none;
  border: none;
}

.button {
  transition: all 0.5s;
}

.role {
  transform: rotate(90deg) !important;
  color: #000 !important;
  transition: all 0.5s;
}

.active {
  color: #000 !important;
  transition: all 0.5s;
}

.m_det {
  width: calc(55.8% - 4px);
  padding: 0 0 0 2%;
  border-top: none;
  margin: 0 auto;
}

#m_det div {
  width: 55%;
  font-weight: bold;
  padding: 0.5% 0;
  margin: 0 auto;
  text-align: center;
}

#m_det div a {
  color: #fff;
}

.d_time_zone {
  margin-right: 2%;
}

.d_time {
  margin-right: 2%;
}

.d_title {
  margin: 0;
}

.date {
  background: #A71D31;
  width: 99%;
  padding: 5px 0 8px 1%;
  position: sticky;
  top: 0px;
  color: #fff;
  box-shadow: 0px 2px 5px 1px #0000007a;
}

.wrapper {
  width: 98%;
  display: grid;
  grid-template-columns: 50% 25% 25%;
  grid-template-rows: auto auto auto auto;
  margin-bottom: 5%;
  padding-right: 2%;
  padding-bottom: 2%;
  background: #fff;
}

.img {
  grid-row: 1/5;
  grid-column: 1;
}

.img_size {
  width: 93%;
}

.m_title {
  margin: 4% 0 2% 2%;
  border-left: 15px solid;
  padding-left: 2%;
  font-weight: bold;
}

.title {
  font-size: xx-large;
  margin: 1% 0;
}

.time {
  margin: 0;
  font-size: 150%;
}

.zone {
  font-size: 60%;
  margin-right: 1%;
}

.start {
  border-radius: 8px;
  padding: 0 1% 0 1%;
}

.naiyo {
  grid-column: 2;
  grid-row: 1;
}

.item {
  background: #ECEBE4;
  width: 98%;
  padding: 1%;
  font-weight: bold;
  margin-top: 5%;
}

.country {
  padding-top: 3%;
}

.audio {
  padding-top: 3%;
}

.country .item {
  padding-left: 2%;
  width: 96%;
}

.audio .item {
  padding-left: 2%;
  width: 96%;
}

.kantoku {
  grid-column: 2 / 4;
  grid-row: 2;
}

.shutuen {
  grid-column: 2 / 4;
  grid-row: 3;
}

.arasuzi {
  grid-column: 2 / 4;
  grid-row: 4;
}

.tver_text {
  color: #fff;
  text-align: center;
  font-size: x-large;
}

.tver_img {
  padding: 1% 20%;
}

/* topへ戻るボタン */
#page_top {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #A71D31;
  border-radius: 50%;
  cursor: pointer;
}

#page_top:hover {
  opacity: 0.6;
}

/* Font Awesome */
#page_top::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 50px;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 55px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* ここまでtopへ戻るボタン */

.detail {
  width: 150%;
  margin-left: 28%;
  background: yellowgreen;
}


@media screen and (max-width: 768px) {
  #box_1400 {
    padding: 0 2% 5% 2%
  }

  .movie {
    margin: 0 auto 10% auto;
  }

  .title_wrap {
    background: none;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .title_box {
    width: 100%;
    padding: 3% 0;
  }
  .title_h1 {
    margin: 2% 0;
    font-size: 6vw;
    text-shadow: 3px 1px #f2e3aa;
  }

  .icon {
    font-size: 140%;
    margin-left: 2%;
  }
  .katinco,
  .shaeiki {
    display: none;
  }
  
  #date_navi {
    padding: 1% 0;
  }

  #date_navi div {
    padding: 3% 2%;
  }

  .button {
    padding: 0 12%;
    color: black;
  }

  .block {
    background: #BFBFFF;
    border: solid 0.5px #f5f5f5;
  }

  .m_det {
    width: 94.8%;
    margin-left: 1px;
    padding: 0 0 0 4%;
  }

  #m_det div {
    width: 97%;
  }

  #m_det div p {
    font-size: 90%;
  }

  .wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto auto;
    margin-bottom: 2%;
    padding-right: 0;
  }

  .date {
    font-size: larger;
    margin-top: 5%;
    padding: 2% 0 2% 1%;
  }

  .img {
    grid-row: 1;
    grid-column: 1;
  }

  .img_size {
    width: 100%;
  }

  .title {
    font-size: larger;
  }

  .time {
    font-size: 100%;
  }

  .start {
    font-size: 130%;
  }

  .small {
    font-size: smaller;
    padding: 2%;
  }

  .kantoku {
    grid-column: 1;
    grid-row: 3;
  }

  .shutuen {
    grid-column: 1;
    grid-row: 4;
  }

  .arasuzi {
    grid-column: 1;
    grid-row: 5;
  }

  .tver_img {
    padding: 1% 5%;
  }

  /* スマホtopへ戻るボタン */
  #page_top {
    width: 48px;
    height: 48px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #A71D31;
    border-radius: 50%;
    opacity: 0.6;
  }

  #page_top::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    width: 33px;
    height: 35px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

  /* ここまでスマホtopへ戻るボタン */


}


@media screen and (max-width: 480px) {
  #box_1400 {
    padding: 0;
}
.button {
  width: calc(50% - 12%);
}
#list {
  padding: 0 2% 5% 2%;
}
  .title_box {
    padding: 5% 0 8% 0;
  }
  .title_h1 {
    font-size: 7vw;
    text-shadow: none;
    margin: 5% 0;
    text-shadow: 1px 1px #f2e3aa;
  }
}