
@charset "UTF-8";

/*common-reset*/


.last_anime2{
	opacity: 0;
}


.mainContents {
margin-bottom: 0px;
 margin-top: 50px;	
 position: relative; 
 width: 100%;
 height: auto;
	
}



/*背景固定*/


.bg-wrapper{
	position: fixed;
	width: 100%;
	top: 0;
	background-image: url("../img/comment/comment_base.webp");
	background-repeat: no-repeat;
	background-position: center center;
/*	background-size: cover;
	background-color:#700e2b;*/
	/*background-attachment: fixed;*/
	height: 100vh;
	z-index: 0;
	background-size: cover;
}


.scroll-contents {
    position:relative;
    margin: auto;
    left: 0;
    right: 0;
    overflow: hidden;
	/*max-width: 1200px;*/
	width:100%;
    z-index: 10;
	height:auto;
	

}


.comment-text{
      color: #fff;
text-shadow: 0px 0px 10px #fff;
    text-align: right;
     font-weight: 700;
}

.comment-text2{
    text-align: center;
    font-size:clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}

.commentpage-set{
    position: relative;
  /*  background-color: hsla(0,0%,100%,0.8);*/
      background-color: hsla(0,0%,0%,0.5);
    padding: 2rem 2.5rem;
    /*border: 1px solid hsla(43,100%,66%,0.6);*/
/*    color: #000000;*/
    font-family: var( --base-font-family2);
    font-weight: 700;
    border: 1px solid var(--link-border-color);
    line-height: 1.7;
    font-size:clamp(0.9rem, 0.791rem + 0.55vw, 1.2rem);
    /*letter-spacing: 0.1rem;*/
    color: #fff;
text-shadow: 0px 0px 10px #fff;
}

.commentpage-textbold{
	font-size:clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
	  color: #0098FF;
     line-height: 1.7;
    text-shadow: 0px 0px 10px #0082FF;
}



.commentpage__name{
 color: #FF0000;
	font-size:clamp(1.3rem, 1.118rem + 0.91vw, 1.8rem);
	line-height: 1.6;
    text-shadow: 0px 0px 10px hsla(0,100%,41%,0.8);
}

.commentpage__name2{
	color:#D20000;
	font-size:clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
	line-height: 1.5;
      text-shadow: 0px 0px 10px hsla(0,100%,41%,0.5);
}

.cm-bt{
	width:24%;
/*	min-width:48%;*/
	margin:5px 0;
}


.cm-bt a{
	width:100%;
	
}


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

}
	
	
.commentpage-set{
	/*padding:1rem 1rem;*/
	letter-spacing: 0;	
	padding: 1rem 1rem;
	
}
	
.cm-bt{
	min-width:48%;
		margin:2px 0;
}

	
}







