@media only screen and (max-width: 960px){
    .width_40per{
        width: 80%;
    }
    .width_960px{
        width: 90%;
    }
    .margin_top_50px{
        margin-top: 0px;
    }
    .margin_top_50px_max_960px{
        margin-top: 50px;
    }
    .margin_top_minus_100px_max_960px{
        margin-top: -100px;
    }

	.contents-wrap {
		flex-direction: column;
	}
	.contents-box {
		width: 100%;
	}
    
    .contents-wrap {
        margin-bottom: 5rem;
    }


	.contents-text,
	.contents-img {
		width: 100%; /*flex: 1;*/
	}

	.contents-text {
		padding: 1rem;
	}
    
    .category_title img{
        width: 100%
    }
    
    .h1_text h1{
        position: relative;
        text-align: left;
        font-size: 0.8em;
        color: #b44c97;
        margin-bottom: 30px;
        width: 50%;
    }
    
    /* トップ キャラクター */
    .character_a1{
        position: relative;
        text-align: center;
        top:10px;
        right: -25px;
    }
    .character_a1 img{
        width: 40%;
    }

}