@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: #ffffff;
	font-family: "vdl-v7marugothic", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 2.5rem;
	font-feature-settings: "palt";
	background-color: #79A7B3;
    line-height: 4rem;
    letter-spacing: 1px;
    word-break: break-all;
}
a{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
    opacity: 0.7;
	}

img{
	height: auto;
}

p{
	margin: 15px 0;
}

h1{
	font-family: "vdl-v7marugothic", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 6rem;
	color: #1A1A1A;
	text-align: center;
	line-height: 4.5rem;
	margin-top: 30px;
    margin-bottom: 50px;
}

h2{
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 5.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%;
	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
}

.section-main2{
	width: 95%;
    height: 100%;
	min-height: 100vh;
	margin: 0 auto;
	padding: 50px 15px;
}
	
.main-contents{
	position: absolute;
    top: 40%;
    transform: translateY(-51%);
    right: 0;
    left: 0;
    margin: auto;
    margin: 0 auto;
    text-align: center;
}
.main{
	display: flex;
    flex-direction: column;
}

.top_img{
	width: 300px;
}

.novel_img{
	
}

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




@media screen and (min-width:641px){
	body{
	font-family: "vdl-v7marugothic", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 3.5rem;
	background-color: #79A7B3;
    line-height: 5rem;
    letter-spacing: 1px;
    word-break: break-all;
}
	
	a{
		transition: all 0.2s;
	}
	
	a:hover{
		opacity: 0.5;
	}
	
h1{
	font-family: "vdl-v7marugothic", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 8rem;
	color: #1A1A1A;
	text-align: center;
	line-height: 8.5rem;
	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;
}
	
	.main-contents{
		display: flex;
        flex-direction: row;
        justify-content: space-around;
		margin: 0 auto;
		height: 40vh;
	}
	
	.text-title{
		font-size: 3.5rem;
		margin: 0 100px;
    	line-height: 60px;
	}
	
	.title{
		position: relative;
		width: 50%;
		left: -10%;
	}
	
	.main{
		position: relative;
        right: 10%;
        margin-top: -50px;
	}
	
	.top_img{
		width: 500px;
	}
	
}

