@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: 
		local("Noto Sans CJK JP")
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Reegular.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Reegular.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Reegular.otf) format('opentype');	
}

html{
	font-size: 62.5%;/*16px x 62.5%=10px*/
}
body{
	color: #0F3C64;
	font-family: "irohamaru", sans-serif;
	font-weight: 400;
	font-size: 3rem;
	font-feature-settings: "palt";
	background-image: url("../img/neko.png");
	background-repeat:no-repeat;
	background-size: cover;
	background-attachment:fixed;
    line-height: 4.5rem;
    letter-spacing: 1px;
    word-break: break-all;
}
a{
	color: #0F3C64;
	text-decoration: none;
}

a:hover{
    opacity: 0.7;
	}

img{
	max-width: 100%;
	height: auto;
}

p{
	margin: 15px 0;
}

h1{
	font-family: "irohamaru", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 6rem;
	color: #0F3C64;
	text-align: center;
	line-height: 6.5rem;
	margin-bottom: 80px;
}

h2{
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 7.5rem;
	text-align: center;
}


h3{
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 2.5rem;
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}

h3::before {
   background-color: #7c0746; /* 線の色 */
   bottom: -10px; /* 線の位置 */
   content: "";
   height: 2px; /* 線の高さ */
   left: 50%; /* 線の中央寄せ */
   position: absolute;
   transform: translateX(-50%); /* 線の中央寄せ */
   width: 50px; /* 線の長さ */
}

h4{
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.3rem;
	margin-top: 12px;
	text-align: center;
	color: #c3c3c3;
}






/*utility*/
.wrapper{
	height: 96vh;
}


.text-title{
	text-align: center;
	
}


.text-center{
	text-align: center;
	margin: 0 auto;
}

.text-left{
	text-align: left;
	margin-left: auto;
}

.text-right{
	text-align: right;
	margin-right: auto;
}

.text{
	margin: 30px 15px 30px;
}

.text2{
	margin: 5px 30px 10px;
}

.img-pc{
	display: none;
}

.img-pc2{
	display: none;
}

.img-sp{
	display: block;
}

.logo{
	width: 150px;
	height: auto;
}

.block{
	width: 110px;
  	height: 30px;
  	background-color: #7c0746;
	color: #ffffff;
  	justify-content: center;
  	align-items: center;
	display: inline-flex;
	margin-right: 20px;
}

.url{
	margin: 0 0;
}

.p_block{
	margin: 10px 0;
}

.bikou{
	color: #c3c3c3;
}


/*section*/

.section-main{
	position: absolute;
	width: 100%;
    height: 75vh;
	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
	background-color: rgba(255,255,255,0.8);
}

.section-main2{
	width: 95%;
    height: 100%;
	min-height: 100vh;
	background-color: rgba(255,255,255,0.8);
	margin: 0 auto;
	padding: 50px 15px;
}
	
.main-contents{
	position: absolute;
    top: 49%;
    transform: translateY(-51%);
    right: 0;
    left: 0;
    margin: auto;
    margin: 0 auto;
    text-align: center;
}
.main{
	display: block;
}

.novel{
	margin: 0 auto;
	text-align: left;
	font-size: 1.5rem;
	line-height: 2.5rem;
}



@media screen and (min-width:641px){
	body{
	color: #0F3C64;
	font-family: "irohamaru", sans-serif;
	font-size: 3rem;
	font-feature-settings: "palt";
	background-repeat:no-repeat;
	background-size: cover;
	background-attachment:fixed;
    line-height: 4.5rem;
    letter-spacing: 1px;
    word-break: break-all;
}
	
	a{
		transition: all 0.2s;
	}
	
	a:hover{
		opacity: 0.5;
	}
	
h1{
	font-family: "irohamaru", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 6.5rem;
	color: #0F3C64;
	text-align: center;
	line-height: 7rem;
	margin-bottom: 80px;
}
	
	.wrapper{
		position: relative;
		height: 96vh;
		text-align: center;
	}
	
	.img-pc{
		display: block;
	}
	
	.img-pc2{
		display: contents;
	}
	
	.img-sp{
		display: none;
	}
	
	.br-reverse{
		display: none;
	}
	
	.page{
		margin: 0;
	}
	
	.logo{
		width: 180px;
		height: auto;
	}
	
/*	section */
	.section-main{
	position: absolute;
	width: 80%;
    height: 75vh;
	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
	background-color: rgba(255,255,255,0.8);
}
	
	.main-contents{
		position: absolute;
        top: 45%;
        left: 50%;
        transform: translateY(-55%) translateX(-50%);
	}
	
	.text-title{
		font-size: 3.5rem;
		margin: 0 100px;
    	line-height: 60px;
	}
	
	.main{
		display: block;
	}
	

	
}

