h2#danraku2{
position: relative;
}

h2:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 7px;
background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}

@font-face {
	font-family:HentaiKana ;
	src: url('UniHentaiKana-Regular.woff') format('woff') ;
}
body {
	font-family:serif,HentaiKana ;
}