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




#story{
    background-image: url(../img/about/story_base.webp);
    background-color: var(--background-color);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    
    padding-bottom: 5rem;
}


.introduction_text{
    color: var(--color-05);
    font-size: var(--font-size-middle);
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.1rem;
}


.story_text{
  color: var(--color-02);
    font-size: var(--font-size-middle);
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.1rem;
    width: 70%;
    margin-left:auto;
    margin-right: 0;
}



@media screen and (max-width: 767px) {
    
    .headingL {
	margin-bottom: 30px;
}
    
    
    #story{
    background-image:none;
  padding-bottom: 0rem;
}

    
    .story_text{
  
    font-size: var(--font-size-middle);
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.1rem;
    width:100%;
    margin-left:auto;
    margin-right: 0;
}

    
    
}



/*cast*/


.cast-set {
	position: relative;
	padding:0rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: top;
}


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

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

.cast-img-item img {
	border: 1px solid hsla(203,69%,48%,0.6);
}


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

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


.cast-name._small {
	font-size:var(--font-size-middle);
}




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

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

