@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

img{
-webkit-backface-visibility: hidden;
}


*{
	padding:0;
	margin:0;
}
section,article,aside,hgroup,header,footer,nav,figure,figcaption,summary{
	display:block;
	padding: 0px;
	margin: 0px;
}
ol,ul,dl,li,dt,dd{list-style: none;}
hr{display:none;}
img{vertical-align:top;}
html{-webkit-text-size-adjust:100%;
scroll-behavior:smooth;
overflow-x: hidden;}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  line-height:160%;
  font-size: 16px;
	font-weight: 500;
  color:#000000;
	background: url("../img/bg.jpg") top center;
	background-attachment: fixed;
	background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

a{  
	text-decoration:none;
	outline: none;
	color: #000;
	font-weight: 600;
}

a:focus{
	outline:none;
}
a:hover{
	text-decoration:underline;
}

a:hover img{
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
	}

p{margin-bottom:1%;}

/*メイン*/
.main_title{
	width: 80%;
	max-width: 900px;
	margin: 6% auto 0;
	text-align: center;
}

.main_title img{
	width: 90%;
	max-width: 800px;
}

/*キャッチ*/
.catch{
	width: 80%;
	max-width: 900px;
	margin: 3% auto 7%;
	background: #FFF;
	border-radius: 10px;
	padding:4% 8%;
	box-sizing: border-box;
}

.how{
	font-size:26px;
	font-weight: 600;
	padding-bottom: 4%;
	margin-bottom: 4%;
	text-align: center;
	background: url("../img/catch_bg.png") no-repeat center bottom;
}

.txt_small{
	font-size: 14px;
	line-height: 150%;
}



/*占い*/
.base{
	width: 80%;
	max-width: 900px;
	margin: 3% auto 3%;
	background: #FFF;
	border-radius: 10px;
	-webkit-animation-name: fadeIn;
    -webkit- animation-duration: 1.5s;
    animation-name: fadeIn;
    animation-duration: 1.5s;
}

.base .cotents{
	width: 100%;
	margin: 0 auto 5%;
	padding: 8% 0;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

.base .cotents ul{
	width: 80%;
	margin: 3% auto 5%;
	display: flex;
	justify-content: space-between;
}

.base .cotents li{
	width: 48%;
}

.base .cotents li img{
	width: 100%;
}

.result_img{
	width: 40%;
	margin: 3% auto;
}

.result_img img{
	width: 100%;
}

.result_txt{
	width: 80%;
	margin: 0 auto 4%;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
}

.result_color{
	width: 80%;
	margin: 0 auto 5%;
}

.result_color img{
	width: 100%;
}

.back_btn{
	width: 50%;
	max-width: 400px;
	margin: 0 auto;
	font-size: 16px;
}

.back_btn img{
	width: 100%;
}

.chart_img{
		width: 80%;
		margin: 3% auto 0;
	}
	
.chart_img img{
		width: 100%;
	}

.chart_start{
		width: 50%;
		margin: 5% auto 0;
	}
	
.chart_start img{
		width: 100%;
	}

.type_spring{
	font-size: 32px;
	color: #f39800;
}

.type_summer{
	font-size: 32px;
	color: #406ea1;
}

.type_autumn{
	font-size: 32px;
	color: #ad742b;
}

.type_winter{
	font-size: 32px;
	color: #585852;
}

@keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

@media screen and (max-width : 580px ){
	body{
		font-size: 14px;
		background-size: contain;
	}
	
	body::before {
content: "";
background: url("../img/bg.jpg") top center;
background-size: contain;
display: block;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: -1;
}
	
	.main_title img{
	width: 95%;
}
	
	/*キャッチ*/
.catch{
	margin: 3% auto 6%;
	padding:8%;
}
	
.how{
	font-size:20px;
	padding-bottom: 4%;
	margin-bottom: 4%;
	text-align: center;
	background: url("../img/catch_bg_sp.png") no-repeat center bottom;
}
	
.txt_small{
	font-size: 12px;

}

.base{
		margin: 3% auto 1%;}
	
	
	
.base .cotents{
	font-size: 18px;
	margin: 0 auto 5%;
	padding: 8% 0 10%;
}
	

	
	.back_btn{
	width: 70%;
	font-size: 14px;
}
	
	.result_txt{
	width: 80%;
	font-size: 14px;
}
	
	.result_color{
	width: 80%;
	margin: 0 auto 7%;
}
	
	.result_img{
	width: 60%;
	margin: 5% auto 3%;
}
	
	.type_spring,
	.type_summer,
	.type_autumn,
	.type_winter{
	font-size: 26px;
}
}

