/*------------------------------------------------------------------------------
								INTRO
------------------------------------------------------------------------------*/
.pad {
	display: block;
}
.main {
	background: url("../../img/story/back.jpg") no-repeat center top / cover;
	min-height: 50vw;
	box-sizing: border-box;
}
.box {
	margin: 0 auto 0;
}
.txt-box {
	width: 55%;
	padding-top: 6vw;
	padding-bottom: 6vw;
}
h3 {
	text-align: justify;
	font-size: 36px;
}
h3 strong {
	font-size: 56px;
}
p {
	text-align: justify;
	line-height: 2em;
	font-size: 20px;
}
p em {
	font-style: normal;
	margin: 0 -0.3em;
}
p span {
	display: inline-block;
}

@media screen and (max-width: 1320px) {
/*------------------------------------------------------------------------------
								INTRO
------------------------------------------------------------------------------*/
.pad {
	display: none;
}
.main {
	background: url("../../img/story/back-sp.jpg") no-repeat center top / 100vw auto;
	min-height: 0px;
}
.box {
	margin: 0 auto 0;
	padding-top: 40%;
}
.txt-box {
	width: 100%;
	padding-top: 4vw;
	padding-bottom: 4vw;
}
h3 {
	text-align: center;
	font-size: 36px;
}
h3 strong {
	font-size: 56px;
}
p {
	text-align: justify;
	line-height: 2em;
	font-size: 20px;
}
p span {
	display: inline;
}
}
@media screen and (max-width: 1000px) {
/*------------------------------------------------------------------------------
								INTRO
------------------------------------------------------------------------------*/
.pad {
	display: block;
}
.main {
	background: url("../../img/story/back-sp.jpg") no-repeat center top / 140vw auto;
	min-height: 0px;
}
.box {
	margin: 0 auto 0;
	padding-top: 60%;
}
.txt-box {
	width: 100%;
	padding-top: 4vw;
	padding-bottom: 4vw;
}
h3 {
	font-size: 6vw;
	line-height: 1.4em;
}
h3 strong {
	font-size: 8vw;
}
p {
	text-align: justify;
	font-size: 2.5vw;
}
p span {
	display: inline;
}
}


@media print{
.main ul li .photo-none {
	display:none;
}
}