
@charset "UTF-8";

.about_text{
	/*color: #0067b2;*/
text-shadow: 1px 1px 0px #fff;
	/*font-weight:var( --font-weight-normal);*/
	width:95%;
	margin-left: auto;
	margin-right: auto;
	
	
}




.story_wrapper{
	position: relative;
}


.story_box{
	position: absolute;
	max-width: 1100px;
	width:90%;
	top: auto; 
	bottom: 0;
	background-color: hsla(342,68%,67%,0.80);
	padding: 1rem 2rem;
	color: #fff;
	font-weight:var( --font-weight-bold);
}

.story_box .title{
	color: #fff;
}


@media (max-width: 767px) {
	.story_box{
		position: relative;
			max-width: 100%;
	width:100%;
	padding: 1rem 1rem;	
	}
	
	
	.about_text{
		
	width:90%;	
		
	}
	
	
}



.base_white{
	background-color: hsla(0,0%,100%,1.00);	
}

.pb-5{
	padding-bottom: 5rem;
}



.cast-img{
	width:20%;
}

.cast-text{
width:75%;
}

.cast-img2{
	width:100%;
	margin:auto;
}


.profile-text{
	/*color:var(--color-03);*/
	font-size: var(--font-size-default2);
}


#comment .cast-img,
#cp .cast-img{
	width:35%;
}

#comment .cast-text,
#cp .cast-text{
width:60%;
}


.comment-img2{
	max-width: 150px;
	width:35%;
}


@media (max-width: 767px) {
.comment-img2{
	width:50%;
}	
	
}



.commnet-text{
	color:var(--color-03);
	/*font-size: var(--font-size-small);*/
}

/*cast*/

.cast-box{
	background-color: hsla(0,0%,100%,1);
	padding: 0rem;
	border-radius: 0px;	
}

.cast-box2{
	/*background-color: hsla(0,0%,100%,0.8);*/
	padding: 1.5rem;
	
}

.cast-box2._title{
	background-color: var(--color-04);
}


.cast-box2._title .name{
	color:#fff;
	margin-bottom: 0.5rem;
}


.cast_margin{
	margin:10px;
}



.name.cast{
	color: #fff;
	background-color: #E57093;
	padding:3px;
	line-height: 2;
}






.review-title{
	text-align: center;
	color: var( --color-03);
}


.review-box{
	background-color: hsla(192,100%,49%,0.90);
	padding: 2rem;
	border-radius: 10px;
}

.review-box .text-default{
	
	color: #fff;
	text-shadow: 0px 0px 0px #fff;
	text-align: center;
}

.review-box .name{
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 0px #fff;
}



@media (max-width: 767px) {
	
	
	.cast-box2{
	padding:1rem 0;
	/*border-radius: 10px;*/
}
	
	.cast-box2.comment{
	padding:1rem 1rem;
	/*border-radius: 10px;*/
}	
	
	
	.cast_margin{
	width:75%;
		margin-left: auto;
		margin-right: auto;
}
	
	
	.cast-img,
	#comment .cast-img,
	#cp .cast-img{
	width:100%;
}

.cast-text,
	#comment .cast-text,
	#cp .cast-text{
	margin-top: 1rem;
	width:100%;
	
}
	
	.cast-img2{
width:100%;
	margin:auto;
}


	
}



/*______________fixed back-ground*/


.bg-wrapper2{
	position: fixed;
	width: 100%;
	top: 0;
	background-image: url(../img/comment/comment_base.webp);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	z-index: 0;
}



.news-img{
	position: relative;
	width:80%;
	max-width: 400px;
	margin: auto;
}




@media screen and (max-width: 767px) {
	
	.bg-wrapper2{
    position: fixed;
    width: 100%;
    top: 0;
    background-image : none;
}
    
    
      .bg-wrapper2::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center top;
  background-image: url(../img/comment/comment_base_sp.webp);
	background-size: 100% auto;
    }
    

	

	
}








