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

body {
    margin: 0;
    background: #000;
    font-family: "Noto Sans JP", sans-serif;
}

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 0 3%;
}

.title_wrap {
    background: url(../images/title_back.png) center no-repeat;
    background-size: cover;
    padding: 5% 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: 3vw;
    margin: 1% 0 0 0;
    text-shadow: 3px 1px 3px #fffff6;
}

.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: 13vw;
    left: 8vw;
    width: 4vw;
    transform: rotate(-23deg);
}

.shaeiki {
    position: absolute;
    bottom: 13vw;
    right: 8vw;
    width: 4vw;
    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: 95%;
    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;
} */

.wrapper {
    width: 98%;
    display: flex;
    margin-bottom: 5%;
    padding-right: 2%;
    padding-bottom: 2%;
    background: #fff;
}

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

.img_area {
    width: 50%;
}

.contents_area {
    width: 50%;
    padding-top: 3%;
}

.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: 0;
}

/* 
.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;
}

#smp_navi_block {
  max-height: 0;
  overflow: hidden;
}

@media screen and (max-width: 1400px) {
    .movie {
        padding: 0 3%;
    }

    .date {
        width: unset;
        padding: 5px 0 5px 3%;
    }

}

@media screen and (max-width: 768px) {
    .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;
    }

    #box_1400 {
        padding: 0 0 5%;
    }

    /* スマホナビ */
    #navi_block {
        display: none;
    }

    #smp_navi_block {
        max-height: unset;
        overflow: unset;
        position: fixed;
        bottom: -100vh;
        width: 100vw;
        height: 100vh;
        background: #a71d31f0;
        z-index: 999;
        transition: all 0.5s;
    }

    #smp_navi_block.act {
        bottom: 0;
        left: 0;
        transition: all 0.5s;
    }
    #smp_date_navi {
      bottom: -100vw;
      position: fixed;
      width: 100%;
      transition: all 0.5s;
    }
    #smp_date_navi.act {
      bottom: 8vh;
      transition: all 0.5s;
    }
    .smp_button {
        border-top: 1px #000 solid;
        padding: 2% 0 2% 3%;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
    }
    .smp_icon.act {
      transform: rotate(90deg);
      transition: all 0.3s;
    }

    .smp_movie_contents {
        text-align: center;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s;
        transform: translateX(-100px);
    }

    .smp_movie_contents.act {
        max-height: 200px;
        padding: 2% 0;
        transition: all 0.5s;
        transform: translateX(0);
    }

    .smp_movie_contents a {
        color: #fff;
    }

    .schedule_btn {
        position: fixed;
        text-align: center;
        bottom: 0;
        width: 100%;
        padding: 2% 0;
        color: #fff;
        border: 1px solid #000;
        font-size: 20px;
        z-index: 1000;
        background: #a71d31f0;
        transition: all 0.5s;
    }

    /* スマホナビ */

    #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%;
    }

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

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

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

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

    .img_size {
        width: 100%;
    }

    .img_area {
        width: 100%;
    }

    .contents_area {
        width: 100%;
        padding-top: 3%;
    }

    .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: 8vh;
        background: #A71D31;
        border-radius: 50%;
        opacity: 1;
    }

    #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 0 5% 0;
    }

    .title_box {
        padding: 5% 0 8% 0;
    }

    .title_h1 {
        font-size: 7vw;
        text-shadow: none;
        margin: 5% 0 0;
        text-shadow: 1px 1px #f2e3aa;
    }

    .tver_text {
        font-size: large;
    }

    .smp_movie_contents {
        font-size: 16px;
    }
}