/*------------------------------------------------------------------------------
								STORY
------------------------------------------------------------------------------*/
ruby[data-ruby] {
  position:relative;
}
ruby[data-ruby]::before {
  content: attr(data-ruby);
  position:absolute;
  left:-2em;
  top:-2.2em;
  right:-2em;
  text-align:center;
  font-size:.5em;
}
rt {
  display:none;
}

#story-area {
	min-height: calc(100vh - 382px - 315px);
	color: #FFFFFF;
	position: relative;
}
.story-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url("../../img/story/story-bg.jpg") no-repeat center top / cover;
	box-sizing: border-box;
}
h2 {
	color: #FFFFFF;
	box-sizing: border-box;
	padding:0 0 0 500px;
	text-shadow: 2px 2px 5px rgba(0,68,123,1),
	-2px 2px 5px rgba(0,68,123,1),
	2px -2px 5px rgba(0,68,123,1),
	-2px -2px 5px rgba(0,68,123,1);
}
h3 {
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.7em;
	text-shadow: 2px 2px 5px rgba(0,68,123,1),
	-2px 2px 5px rgba(0,68,123,1),
	2px -2px 5px rgba(0,68,123,1),
	-2px -2px 5px rgba(0,68,123,1);
	padding:0 0 0 500px;
}
h5 {
	width: calc(100% - 600px);
	padding-top: 5.5%;
	text-indent: -99999px;
	background: url("../../img/story/copy1.png") no-repeat center center / contain;
	margin: 0 0 0 550px;
}
h6 {
	width: 100%;
	padding-top: 6.8%;
	text-indent: -99999px;
	background: url("../../img/story/copy2.png") no-repeat center center / contain;
	margin: 0 auto;
}
p {
	text-align: center;
	font-weight: 600;
	font-size: 17px;
	line-height: 2em;
	padding:0 0 0 500px;
	text-shadow: 2px 2px 5px rgba(0,68,123,1),
	-2px 2px 5px rgba(0,68,123,1),
	2px -2px 5px rgba(0,68,123,1),
	-2px -2px 5px rgba(0,68,123,1);
}
.story {
	width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

/* ------------------------------
   loopSlider
------------------------------ */

.loopSliderWrap {
	bottom: 0;
	left: 0;
	height: 315px;
	overflow: hidden;
	position: absolute;
}

.loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 315px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.loopSlider ul {
	height: 100%;
	float: left;
	overflow: hidden;
}

.loopSlider ul li {
	width: 1800px;
	height: 100%;
	float: left;
	display: inline;
	overflow: hidden;
}
.loopSlider ul .photo1 {
	background:url("../../img/story/photo.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo2 {
	background:url("../../img/story/photo.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo3 {
	background:url("../../img/story/photo.jpg") no-repeat;
	background-size:cover;
}
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
	content: "";
	display: none;
	clear: none;
}


@media screen and (max-width: 1000px) {
/*------------------------------------------------------------------------------
								STORY
------------------------------------------------------------------------------*/
#story-area {
	height: auto;
	min-height: auto;
	color: #000000;
}
.story-bg {
	position: relative;
	height: 70vw;
	background: url("../../img/story/story-bg.jpg") no-repeat left top -1vw / 142vw;
	margin-bottom: -4vw;
}
h2 {
	color: #000000;
	padding:0;
	text-shadow: none;
}
h3 {
	text-align: justify;
	font-weight: 700;
	font-size: 3.4vw;
	line-height: 1.8em;
	text-shadow: none;
	box-sizing: border-box;
	padding: 0 40px 2vw;
}
h5 {
	width: auto;
	padding-top: 2.8%;
	text-indent: -99999px;
	background: url("../../img/story/copy1-sp.png") no-repeat center left / contain;
	margin: 8vw 40px 6vw!important;
}
h6 {
	width: auto;
	padding-top: 15%;
	text-indent: -99999px;
	background: url("../../img/story/copy2-sp.png") no-repeat center left / contain;
	margin: 0 40px -10vw!important;
}
p {
	text-align: justify;
	font-size: 2.5vw;
	text-shadow: none;
	box-sizing: border-box;
	padding: 0 40px;
}
.story {
	width: 100%;
	margin: 0 auto;
	padding:0 0 12.5vw;
}
}


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