@charset "utf-8";

:root {
--background-color: #fff;
--large-width: 1100px;
--middle-width: 800px;
}

@media(max-width: 599px) {
:root{
	font-size: 12px;
}
}
@media(min-width:600px) {
:root{
	font-size: 14px;
}
}
@media(min-width:800px) {
:root{
	font-size: 16px;
}
}

body{
	font-size: 16px;
}

body{
	margin: 0px;
       padding: 0px;
	font-family: '',
    '',
     cursive;
}

body{
user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}

img{	  
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

/* 表紙　*/
.conA{
	display: flex;
align-items: center;
 justify-content: center;
height: 100vh;
min-height: 450px;
 background-image: url(1simple.png);
 background-position: center ;
 background-size: cover;
 text-align: center;
}

.conA h1{
	margin-top: 30px;
margin-bottom: 15px;
font-family: "遊明朝", serif;
color: #000;
font-size: 5vw;
letter-spacing: 0;
margin-left: 0;
}

.conA P{
	color: #000;
font-size: 25px;
}

@media (min-width: 768px) {
.conA h1{
	font-size: 40px;
  }
.conA p{
	font-size: 25px;
  }
}
