@charset "utf-8";

#maniatabi{
    background: #fffbca;
    position: relative;
}
#maniatabi img {
    width: 100%;
    vertical-align: bottom;
}
#maniatabi .main_bg{
    background: #a7db94;
    max-width: 1280px;
    margin: 0 auto;
}
#maniatabi .header{
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}
#maniatabi .header picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#maniatabi .date{
    font-size: 4rem;
    font-weight: 600;
    width: 100%;
    padding: 1% 0;
    text-align: center;
    color: #fff;
    background-color: #fb4a4a;
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
}
#maniatabi .date span{
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    line-height: 2;
}
#maniatabi .container{
    margin: 0 auto;
}
#maniatabi .about {
    position: relative;
    padding: 4% 0;
}
#maniatabi .about::before,
#maniatabi .about::after {
    position: absolute;
    content: '';
}
#maniatabi .about::before {
    background: url("../images/kumo1.png") no-repeat;
    background-size: contain;
    bottom: 10px;
    right: 2%;
    width: min(23%, 230px);
    height: min(11%, 90px);
    /* z-index: 2; */
}
#maniatabi .about::after {
    background: url("../images/kumo2.png") no-repeat;
    background-size: contain;
    top: 10px;
    left: 10px;
    width: min(20%, 240px);
    height: min(9%, 86px);
    z-index: 1;
}

#maniatabi .container .wrap_text{
    padding: 4% 4%;
    width: 80%;
    max-width: 900px;
    margin-bottom: 60px;
    margin: 0 auto;
    background-color: rgba(255,255,255, 0.9);
    border: 3px solid #000;
    box-shadow: 7px 8px 10px rgb(85 126 98 / 80%);
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
#maniatabi .container .wrap_text::before {
    content: '';
    background: url(../images/hokkaido.png) no-repeat;
    background-size: contain;
    width: 35%;
    height: 82%;
    top: 50%;
    left: 50%;
    /* position: absolute; */
    z-index: -1;
    transform: translate(-50%, -50%);
}

#maniatabi .about_image {
    width: 97%;
    margin: 0 auto;
    padding: 4% 0;
}
#maniatabi .container .wrap_text .text{
    text-align: start;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    line-height: 3.6rem;
    font-weight: 600;
    font-size: 1.8rem;
}
/*#maniatabi  .gallery_item {
    width: 16%;
}*/
#maniatabi .maniatabi_movie h2 {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 15px;
    padding: 0.5em 1.2em;
    border: 3px solid #000000;
    border-radius: 10px;
    background-color: #fff;
    color: #333333;
    width: max(28%, 260px);
    margin: 0 auto 40px;
    font-size: 2.5rem;
    font-weight: bold;
}
#maniatabi .maniatabi_movie h2::before,
#maniatabi .maniatabi_movie h2::after {
    position: absolute;
    bottom: -15px;
    width: 22px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

#maniatabi .maniatabi_movie h2::before {
    background-color: #000000;

}
#maniatabi .maniatabi_movie h2::after {
    bottom: -11px;
    background-color: #fff;
}

#maniatabi .movie_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}

#maniatabi .movie_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
#maniatabi .tver {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px;
}

#maniatabi .tver p {
    font-size: 1.8rem;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;
    padding: 1%;
}
#maniatabi .tver a {

    display: inline-block;
    width: 62px;
    padding: 1%;
    margin-left: 20px;
}

#maniatabi .cast_inner {
    padding: 4% 0 0;
    max-width: 900px;
    width: 80%;
    margin: 0 auto;
}
#maniatabi .cast_item {
    width: min(80%, 540px);
    margin: 0 auto 60px;
}

#maniatabi .flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#maniatabi .flex_item {
    width: 48%;
    margin-bottom: 40px;
}

#maniatabi .square {
    width: 31%;
}

#maniatabi .cast_image {
    margin-bottom: 10px;
}

#maniatabi .cast_name_wrap {
    font-size: 2.5rem;
    font-weight: bold;
}

#maniatabi .position {
    display: block;
    width: fit-content;
    padding: 2%;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
    font-size: 2rem;
}

#maniatabi .name {
    background-color: #fff;
    padding: 1% 2%;
}
#maniatabi .red {
    background-color: #f94b4b;
}

#maniatabi .green {
    background-color: #72a84f;
}

#maniatabi .yellow {
    background-color: #ffff00;
    color: #000!important;
}

#maniatabi .orange {
    background-color: #ef7406;
}
#maniatabi .small {
    font-size: 1.6rem;
    margin-left: 5px;
}



/*youtube*/
#maniatabi .maniatabi_movieWrap {
    width: 100%;
    padding: 4% 0;
    background-color: #fde14b;
    background-image: radial-gradient(circle, #fcee51 5px, transparent 5px), radial-gradient(circle, #fcee51 3px, transparent 3px), radial-gradient(circle, #fcee51 3px, transparent 3px), radial-gradient(circle, #fcee51 5px, transparent 5px);
    background-position: 0 10px, 28px 10px, 14px 40px, 42px 40px;
    background-size: 56px 60px;
}
#maniatabi .maniatabi_movie {
    position: relative;
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
}
#maniatabi .ytCont {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    order: 1;
}
#maniatabi .ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
/*------------------------*/

/*swiper*/
#maniatabi .swiper {
    width: 100%;
    padding: 2% 0;
    background-color: #fde000;
    /* margin-bottom: 4%; */
    overflow: hidden;
    visibility: hidden;
}

#maniatabi .swiper.swiper-initialized {
    visibility: visible;
}
#maniatabi .swiper-wrapper {
        -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}