/*ページ初期設定*/
html { scroll-behavior: smooth;}

body {
	background-color: #E8ABD3;

	background-image:url("img/back.png");
	background-size:150px;
	
}


.header-img{
	padding-top: 5%;
	padding-bottom: 5%;
	margin: auto;
	text-align: center;

}

.header-img img{
	margin: auto;
	width: 50%;
}


/*汎用文字*/
.contents_top{
	text-align: center;
	
	/*文字設定*/
	font-family: "Kaisei Decol", serif;
	font-weight: 700;
	font-size: 200%;
	color: #FFFFFF;
	
	padding-top: 2%;
	padding-right: 45%;
	
	
	
}


.contents_markar{
	
  white-space: nowrap;
	
  float:none;
  border-bottom: 10px solid #5D1773;
  border-left: 10px solid #5D1773;
  display: inline-block;
	
  padding-left: 20px;
  padding-bottom: 0px;
  padding-right: 120px;
	
	
	
	
}

.contents{
	text-align: center;
	
	/*文字設定*/
	font-family: "Kaisei Decol", serif;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	
	
	
	
}


.gaiyou_waku{
	position: relative;
	
	margin: auto;
	padding-bottom: 30px;
	
	max-width: 70%;
    max-height: auto;
	
	border-radius: 50px;
	overflow: hidden;
	
	
	
	background-color: #AB5DC8;
}

.gaiyou-img {
	
	text-align: center;
   padding-top: 60px;
   padding-bottom: 50px;
   
   
}

.gaiyou-img img{
	
	border-radius: 50px;
	overflow: hidden;
	
	width: 50%;
	height: auto;
	object-fit: cover;
	
}



.story_waku{
	position: relative;
	margin: auto;
	padding-bottom: 30px;
	
	max-width: 70%;
    max-height: auto;
	
	border-radius: 50px;
	overflow: hidden;
	
	background-color:#E96FD9;
}



.story-img {
	
	text-align: center;
   padding-top: 60px;
   padding-bottom: 50px;
   
   
}

.story-img img{
   
   border-radius: 50px;
   overflow: hidden;
   
   width: 40%;
   height: auto;
   object-fit: cover;
   
   transition-duration: 0.5s;
   
}