@charset "UTF-8";

/*
   add.css is intentionally empty.
   The required site-specific styles have been integrated into common.css.
   This file is kept so the existing index.html link remains harmless.
*/



/*TOP*/

.bnr_event {
	position: absolute;
	width: 12%;
	bottom:10%;
	right:1%;
    z-index: 99;
}

.bnr_event2 {
	position: absolute;
	width: 12%;
	bottom:10%;
	right:13%;
    z-index: 99;
}

.bnr_filmarks {
	position: absolute;
	width:14%;
	bottom:10%;
	right:27%;
    z-index: 99;
}


@media screen and (max-width: 767px) {
    
 .bnr_event {
	/*position: relative;*/
	width: 30%;
	bottom:33%;
	right:auto;
     left:1%;
   /* margin: auto;*/
}   
    
     .bnr_event2 {
	/*position: relative;*/
	width: 30%;
	bottom:17%;
	right:auto;
     left:1%;
   /* margin: auto;*/
}  
    
    .bnr_filmarks {
	position: absolute;
	width:35%;
	bottom:17%;
	right:30%;
    z-index: 99;
}
    
}


/*cast*/


.cast-set {
    position: relative;
    padding: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
    background-color: hsla(20,67%,32%,0.2);  
    border: 1px solid hsla(62,75%,54%,0.4);
     line-height: 1.8;
}


.cast-text-item {
	position: relative;
	width: 65%;
   
    
}

.cast-img-item {
	position: relative;
	width: 22%;
}

.cast-text-item._present {
	position: relative;
	width: 75%;
   
    
}

.cast-img-item._present {
	position: relative;
	width: 22%;
}



.cast-img-item img {
	/*border: 1px solid hsla(62,75%,54%,0.6);*/
}


.cast-name-set{
    width:100%;
}

.cast-name {
	margin-bottom: 0.5rem;
	position: relative;
    color:var(--color-04);
	font-weight:var(--font-weight-bold);
	font-size: clamp(1.3rem, 1.191rem + 0.55vw, 1.6rem);
	line-height: 1.7rem;
	text-align: left;
}


.cast-name._small {
	font-size:var(--font-size-middle);
    font-weight:var(--font-weight-nomal);
      color:var(--color-03);
}




@media screen and (max-width: 767px) {
    
    
    .cast-set {
    position: relative;
    padding: 1rem;
        
    }
    
   .cast-text-item {
       margin-top:1rem;
	position: relative;
	width: 100%;
}

.cast-img-item {
	position: relative;
	width: 80%;
    margin: auto;
} 
    
    .cast-text-item._present {
	position: relative;
		width: 100%;
   
    
}

.cast-img-item._present {
	position: relative;
	width: 80%;
}
}


.present_title{
    color:var(--color-03);
    font-size: var(--title-font-size);
    text-align: center;
    font-weight: var(--font-weight-bold);
    font-family: var(--base-font-family2);
    letter-spacing: 0.2rem;
    line-height: 1.8;
}

.present_title2{
    color:var(--color-03);
    text-align: center;
    font-size: var(--font-size-large);
     font-family: var(--base-font-family2);
     letter-spacing: 0.05rem;
       line-height: 1.8;
}
