
@charset "UTF-8";

.about_text{
	/*color: #0067b2;*/
text-shadow: 1px 1px 0px #fff;
	font-weight:var( --font-weight-bold);
	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;	
	}
	
	
}



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


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

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



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

/*cast*/

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

.cast_margin{
	margin:10px;
}

.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-box{
	padding:1em;
	/*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;
    }
    

	

	
}








