@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: 25%;
	bottom:3%;
	right: 17.5%;
    z-index: 99;
}


@media screen and (max-width: 767px) {
    
 .bnr_event {
	position: relative;
	width: 80%;
	bottom:0;
	right:0;
     left:0;
    margin: auto;
}   
    
}


/*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: 32%;
}

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