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

body{
	padding: 0;
	margin: 0;
}


#sake-container{
	background-color: #F5F5F5;
	width: 100%;
	font-family: 'Shippori Mincho', serif;
}

.story-head{
	background: url("../files/story_head.png") no-repeat top right;
/*	background-position: right;*/
	text-align: center;
}
@media screen and (max-width:480px) {
	.story-head{
		background-size:cover;
		background-color:rgba(245,245,245,0.7);
		background-blend-mode:lighten;
		background-position:bottom;
	}
}
.story-head img{
	text-align: center;
	width: 70px;
	height: auto;
	padding: 2em 0 1.7em 0;
}

.story-mainimg{
	width: 100%;
	text-align: center;
}
.story-mainimg img{
  width: 100%;
  height: 600px;
  object-fit: cover;
}

@media screen and (max-width:480px) { 
	.story-mainimg img{
	  width: 100%;
	  height: 500px;
	  object-fit: cover;
	}
}

@media screen and (min-width:500px) { 
	.st-01 img{
	width: 600px;
	}
}
@media screen and (min-width:500px) { 
	.st-02 img{
	width: 500px;
	}
}


@media screen and (max-width:481px) { 
	.s-pc-img{
		display: none;
	}
}
@media screen and (min-width:480px) { 
	.s-sp-img{
		display: none;
	}
}

/*----story-wrap----*/

.story-wrap{
	margin: 0 auto;
	width: 90%;
	max-width: 660px;
	padding-bottom: 2em;
}

.story-no{
	margin: 4em 0 1em 0;
	color: #000000;
}

.story-no img{
	width: 1em;
	height: auto;
	padding: 0em 0.5em 0 0.2em;
}

.story-ttl{
	font-size: 2rem;
	line-height: 1.2em;
	margin-bottom: 1.5em;
	color: #000000;
}

@media screen and (max-width:480px) { 
	.story-ttl{
		font-size: 1.7rem;
	}
}
.story-wrap dl dt{
	font-size: 1.6rem;
	line-height: 1.0;
	margin: 1.5em 0 1.0em;
	color: #000000;
}
@media screen and (max-width:480px) { 
	.story-wrap dl dt{
		font-size: 1.5rem;
		line-height: 1.2;
		margin: 1.5em 0 1.0em;
	}
}

.ttl-line{
	border-top: 1px #000 solid;
	margin-top: 100px;
	width: 20%;
}
.pad-ttl-top{
	padding-top: 1.5em;
}
.story-ttlmin{
	margin: 1.5em 0 0.75em;
	font-size: 1.4rem;
}

.story-wrap dl dd{
	margin-left: 0;
	line-height: 1.6;
	color: #000000;
}
@media screen and (max-width:480px) { 
	.story-wrap dl dd{
	line-height: 1.5;
	}
	.story-ttlmin{
	font-size: 1.2rem;
}
}

/*----story-foot----*/

.story-foot{
	background: url("../files/story_footer.png") no-repeat bottom left;
	padding: 5em 0;
	background-size:auto;
}

.story-foot-link{
	margin: 0 auto;
	width: 90%;
	max-width: 660px;
	display: flex;
	justify-content: space-between;
}
.story-foot-link a{
	text-decoration: none;
	color: #000;
	font-size: 0.9rem;
}
.foot-back {
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	color: #000000;
	text-decoration: none;
}
.foot-back a::before {
	position: absolute;
	top: 0.4em;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f053';
	padding-top: 0em;
	color: #000;
}
.foot-next {
	position: relative;
	display: block;
	padding: 0 1em 0 0;
	color: #000000;
	text-decoration: none;
}
.foot-next a::before {
	position: absolute;
	top: 0.4em;
	right: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f054';
	padding-top: 0em;
	color: #000;
}










