@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: 2.5rem;
    font-weight: 600;
    width: 100%;
    padding: 1.3% 0;
    text-align: center;
    background-color: #fa4c49;
    color: #fff;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
#maniatabi .date span{
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.06em;
}
#maniatabi .container{
    margin: 0 auto;
}
#maniatabi .about {
    padding: 6% 0;
    position: relative;
    z-index: 0;
}
#maniatabi .about::before{
    content: '';
    background: url("../images/kumo2.png") no-repeat;
    background-size: contain;
    width: min(28%, 210px);
    height: min(6%, 80px);
    top: 0;
    left: 0;
    position: absolute;
}

#maniatabi .about::after{
    content: '';
    background: url("../images/kumo1.png") no-repeat;
    background-size: contain;
    width: min(29%, 145px);
    height: min(4%, 57px);
    bottom: 5px;
    right: 0;
    position: absolute;
    z-index: -1;
}

#maniatabi .about_image {
    width: min(92%, 360px);
    margin: 0 auto;
    padding: 32px 0;
}
#maniatabi .container .wrap_text{
    padding: 4%;
    width: min(90%, 900px);
    max-width: 900px;
    background-color: rgba(255, 255, 255, 0.9);
    margin-bottom: 60px;
    margin: 0 auto;
    border: 3px solid #000;
    border-radius: 5px;
    box-shadow: 6px 7px 8px rgb(41 67 40 / 60%);
}
#maniatabi .container .wrap_text .text{
    text-align: start;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    line-height: 3rem;
    font-weight: 600;
    font-size: 1.5rem;
}
/*#maniatabi .gallery_item {
     width: 32%; 
}*/
#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: min(60%,260px);
    margin: 0 auto 40px;
    font-size: 2rem;
    font-weight: bold;
}
#maniatabi .maniatabi_movie h2::before,
#maniatabi .maniatabi_movie h2::after {
    position: absolute;
    bottom: -15px;
    width: 20px;
    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 .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: 6% 0;
    max-width: 900px;
    margin: 0 auto;
}
#maniatabi .cast_item {
    width: min(90%, 360px);
    margin: 0 auto 32px;
}
#maniatabi .flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
    flex-direction: column;
    align-items: center;
}

#maniatabi .flex_box:first-child {
    margin-bottom: 32px;
}

#maniatabi .flex_item {
    width: 90%;
    max-width: 360px;
}

#maniatabi .square {
    width: 90%;
    max-width: 360px;
}

#maniatabi .cast_image {
    margin-bottom: 10px;
}

#maniatabi .cast_name_wrap {
    font-size: 2.2rem;
    font-weight: bold;
}

#maniatabi .position {
    display: block;
    width: fit-content;
    padding: 2%;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.8rem;
}

#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;
}



/*yourube*/
#maniatabi .maniatabi_movieWrap {
    width: 100%;
    padding: 6% 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: 90%;
    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: 6%; */
    overflow: hidden;
    visibility: hidden;
}
#maniatabi .swiper.swiper-initialized {
    visibility: visible;
}
#maniatabi .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

