
@charset "UTF-8";

.about_text{
	
	font-family: source-han-serif-japanese, serif;
font-weight: 600;
font-style: normal;
	
}

/*cast*/
.cast_margin{
	margin:10px;
}

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


.comment_base{
	font-family: source-han-serif-japanese, serif;
	font-weight: 600;
	font-style: normal;
	/*background-color: #fff;*/
	padding: 2rem;
	/*color: #A6855A;*/
	font-size: clamp(1rem, 0.964rem + 0.18vw, 1.1rem);
	border: 1px solid #244B7B;
	line-height: 2;
}
.comment_base .name{
	color: #B29570;
	margin-bottom: 10px;
}

.comment_base .name.name__small{
	/*color: #B49B7B;*/
}


@media (max-width: 767px) {
	
	.cast_margin{
	width:75%;
		margin-left: auto;
		margin-right: auto;
}
	
	
		.comment_base{
		padding:1rem;
		line-height: 1.8;
}
	
}



/*bnr*/



.odList-bnrArea{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1rem 1rem  1rem;
	position: relative;
	margin-right: 0;
	/*	border-radius: 10px;*/
/*	background-color: hsla(0,0%,0%,0.5);
	border: 1px solid hsla(206,41%,60%,0.6);*/
	}



.odList-bnr-item{
    width: 142px;
    position: relative;
    margin: 2px;
     
        line-height: 0;
	}

.odList-bnr-item img{
	border: 0px solid hsla(357,83%,45%,1.00);
}

.odList-bnr-item a{

        line-height: 0;
	}
	


.dvdTitle {
	font-size:var(--font-size-large);
	margin-bottom: 1.5rem;
	line-height: 2rem;
	text-align: center;
	position: relative;
	width: 100%;
	/*color: var(--title-font-color);*/
	font-weight: var(--font-weight-bold);
}


	.smallText{

    font-size:90%;
    line-height: 1.5rem;
		
		font-family: var(--base-font-family2);
}



@media screen and (max-width: 800px) {
	
	    .dvdTitle {
   
        margin-bottom: 0.5rem;
}
	
	
		.odList{
		margin-bottom: 1rem;
	
	}
	
	
		.odList-bnrArea{
		padding:1rem 0.5rem  1rem;
		}
		
		.odList-bnr-item{
	 width: 32%;
	margin:1px;
	}
		.odList-title{
		padding: 1rem;	
		
		}
		
		.odList-bnrArea{
		padding:1rem 0.5rem  1rem;
		}
	
	
	.section__contents{
    position: relative;
    margin: auto;
 width:95%;
}
	
	
	.item-title{
	margin:0 auto 1rem;
}
	
	
	.he-text{

	line-height: 1.5rem;
}
	
	.he-text p{
/*	margin-bottom: 0.7rem;*/
	
}
	
	.text-bold{
	font-size: 110%;
/*	color: hsla(0,0%,0%,1.00);	*/
}
	
	
	.he-dvd{
	width:70%;
	margin: 0rem auto;
	left:0;
	right:0;
}
	
	
	.he-dvd img{
	width:100%;
	/*margin: 1rem auto;*/
}
	
	
		.he-left,
	.he-right{
	width:100%;
	margin: 1rem 0;
}
	
	
	
	.smallText{

    font-size: 70%;
    line-height: 1rem;
}
	
		.he-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
/*  justify-content: space-between;*/
	justify-content: center;
	margin:0rem 0;
}
	

.item__set{

	/*padding:2rem 1rem;*/
	
}	
	
	
	
}
