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


.bnr_add{
    max-width:220px;
    margin: 10px;
}


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









/*cast*/


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


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

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

.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-01);
	font-weight:var(--font-weight-bold);
	font-size: clamp(1.3rem, 1.191rem + 0.55vw, 1.6rem);
	line-height: 1.5rem;
	text-align: left;
}


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


.cast-name._small2 {
	font-size:var(--font-size-default);
    font-weight:var(--font-weight-bold);
      color:var(--color-05);
}

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

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

/* TOP main visual slick */
.topMainVisualSlider {
    position: relative;
}

.topMainVisualSlider__item {
    position: relative;
    line-height: 0;
}

.topMainVisualSlider .slick-list,
.topMainVisualSlider .slick-track,
.topMainVisualSlider .slick-slide,
.topMainVisualSlider .slick-slide > div {
    line-height: 0;
}

.topMainVisualSlider .slick-dots {
    bottom: -10px;
   
}

.topMainVisualSlider .slick-dots li {
    color:var(--color-01);
}

.topMainVisualSlider .slick-dots li.slick-active button:before {
   /* color:var(--color-01);*/
}

@media screen and (max-width: 767px) {
    .topMainVisualSlider .slick-dots {
        bottom: -10px;
    }
}

