@charset "utf-8";

/* stories
----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-font-smoothing: antialiased;

}


header{
	transform: translate3d(0px, 0px, 0px);

}



.minHeightBox {
	position: relative;
}

.minHeight {
	min-height: 650px;
	position: relative;
}
@media all and (min-width: 0) and (max-width: 767px) {
	.minHeightBox {
		position: static;
		height: auto;
	}

	.minHeight {
		position: static;
		min-height: inherit;
	}
}

#main {
	height: 100vh;
	padding: 0;
	position: relative;
}

#main .heading01 {
	margin-bottom: 48px;
	text-align: center;
	letter-spacing:1px;
	font-size: 18px;
	font-weight:normal;
}

#main .heading01 img {
	margin-bottom: 25px;
	padding-bottom: 30px;
	width: auto;
	height: 40px;
	background-size: 70px 1px;
}

#main .subBox {
	padding-bottom: 100px;
	width: 100%;
	position: absolute;
	top: 50%;
	/*transform: translateY(-50%);
	-webkit-transform: translateY(-50%);*/
}

#main .scrollBox {
	position: relative;
	text-align: left;
}

#main .scrollBox .prev,
#main .scrollBox .next {
	padding-bottom: 65px;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 100%;
	box-sizing: border-box;
}

#main .scrollBox .prev a,
#main .scrollBox .next a {
	width: 30px;
	height: 100%;
	display: table;
	background-color: #000;
	box-sizing: border-box;
}

#main .scrollBox .prev a span,
#main .scrollBox .next a span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#main .scrollBox .prev a img,
#main .scrollBox .next a img {
	width: 10px;
}

#main .scrollBox .next {
	left: auto;
	right: 0;
}

#main .scrollBox .foo {
	margin: 0 30px;
}

#main .scrollBox li {
	width: auto;
	float: right;
	text-align: left;
	direction: ltr;
}

#main .scrollBox li a {
	display: block;
}

#main .scrollBox li .pho {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	background: #FFF;
}

#main .scrollBox li .pho img {
	/* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(1.01) rotate(0.01deg);
	-webkit-transform: translate(-50%,-50%) scale(1.01) rotate(0.01deg); */
	width: 100%;
	min-width: 100%;
	height: auto;
	display: block;
	vertical-align: top;
}

#main .scrollBox li img {
	width: 100%;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

#main .scrollBox li a:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.iPad #main .scrollBox li a:hover img {
	transform: scale(1.00);
	-webkit-transform: scale(1.00);
}

#main .scrollBox dl {
	padding-top: 13px;
	padding-left: 2px;

}

#main .scrollBox dt {
	float: left;
	width: 46px;
	font-size: 9px;
	text-align: center;

}

#main .scrollBox dt span {
	display: block;
	font-size: 40px;
	line-height: 1;
	font-weight: normal;
}

#main .scrollBox dt b {
	color: #0000cd;
}

#main .scrollBox dd {
	padding-top: 0px;
	padding-left: 62px;
	font-size: 18px;
	font-weight: bolder;
}

#main .scrollBox .ddStyle {
	padding-top: 20px;
}

#main .scrollBox .none {
	display: none;
}

#main .scrollBox .ddStyle01 {
	padding-left: 0;
	padding-bottom: 10px;
}

#main .scrollBox .ddStyle01 b {
	font-size: 9px;
	color: #0000cd;
	vertical-align: text-top;
}

#main .scrollBox .ddStyle01>b {
  display: block;
}

.btn {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}

.btn.pc {
	margin-left: -15px;
	z-index: 2002;
	left: 50%;
	width: 30px;
}

#main .scrollBox a:hover dl {
	opacity: 0.7;
}

iPad #main .scrollBox a:hover dl {
	opacity: 1;
}

#main .infoBox {
	height: 100%;
	position: relative;
	overflow: hidden;
	/*background: url(/20th/img/stories/bg01.jpg) no-repeat center center;
	background-size: 100%;
	opacity: 0;
	transition: all ease 3s;
	-webkit-transition: all ease 3s;*/
}

#main .infoBox.show {
	opacity: 1;
}

#main .infoBox.page22 {

}

/*#main .infoBox:after {
	width: 100%;
	height: 100%;
	background: url(/20th/img/stories/cover_bg.png) repeat-x left bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 0;
}*/

#main .sliderBox .prev,
#main .sliderBox .next {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 11;
	 transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

#main .sliderBox .prev.sp,
#main .sliderBox .next.sp {
	display: none !important;
}

#main .sliderBox .next {
	left: auto !important;
	right: 30px;
}

#main .sliderBox .prev:hover {
	left: 25px;
}

#main .sliderBox .next:hover {
	right: 25px;
}

#main .infoBox .innerBox {
	margin-left: -435px;
	position: absolute;
	bottom: 70px;
	width: 870px;
	left: 50%;
	color: #fff;
	text-align: left;
	z-index: 10;
	opacity: 0;
}

#main .infoBox .innerBox.show {
	opacity: 1;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
}

#main .infoBox .time {
	color: #fff;
	font-size: 11px;
	text-align: right;
	position: absolute;
	right: 30px;
	bottom: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3,"游ゴシック Medium", "Yu Gothic Medium", YuGothic,  "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	z-index: 10;
	opacity: 0;
}

#main .infoBox .time.show {
	opacity: 1;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
}

#main .infoBox .innerBox .txt {
	margin-bottom: 33px;
	font-weight: normal;
	font-size: 15px;
	line-height: 2.1;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	text-align: justify;
}

#main .infoBox .innerBox .txt02 {
	margin-top: 33px;
	font-weight: normal;
	font-size: 12px;
	line-height: 2.1;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

#main .infoBox .innerBox .txt.en {
	font-size: 14px;
	line-height: 1.75;
}

#main .infoBox .innerBox .ttl {
	margin-bottom: 25px;
	font-size: 38px;
	font-weight: bolder;
	line-height: 1.5;
}

#main .infoBox .innerBox .ttl.en {
	margin-bottom: 20px;
	font-size: 32px;
}

#main .infoBox .innerBox .num {
	margin-bottom: 20px;
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}

#main .infoBox .innerBox .num span {
	display: block;
	font-size: 80px;
	line-height: 0.8;
}

#main .infoBox .innerBox .link {
	width: 270px;
}

#main .infoBox .innerBox .link a {
	padding: 9px;
	position: relative;
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	border: 1px solid #fff;
	background-color: rgba(0,0,0,0.45);
	transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
}

#main .infoBox .innerBox .link a:after {
	margin-top: -5px;
	width: 12px;
	height: 10px;
	background: url(/20th/img/common/icon05.png) no-repeat right top;
	position: absolute;
	top: 50%;
	right: 14px;

	content: "";
}

#main .infoBox .innerBox .link a:before {
	background: #888;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.iPad #main .infoBox .innerBox .link a:before {
	display: none !important;
}

#main .infoBox .innerBox .link a:hover:before {
	 transform: scaleY(1);
}

#main .sliderBox {
	padding: 10px;
	height: 100%;
	min-height: 650px;
	box-sizing: border-box;
	background-color: #FFF;
}

#main .sliderBox .slider {
	height: 100%;
}

#main .sliderBox .pageTop {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 25px;
	text-align: center;
	z-index: 100;
}

#main .sliderBox .pageTop img {
	width: 40px;
}

.slick-list,
.slick-track {
	height: 100%;
}
footer {
	background: #fff;
}
.menu_sp footer {
	background: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	html,body {
		overflow: visible;
	}

	.btn.pc {
		display: none !important;
	}

	.pageTop {
		position: absolute;
		left: 0;
		bottom: 60px;
		width: 100%;
	}

	#main {
		height: auto;
		padding: 0 0 90px;
	}

	#main .topBox {
		height: 100vh;
		position: relative;
	}

	#main .heading01 {
		margin-top: 40px;
		top: 17%;
		font-size: 11px;
	}

	#main .heading01 {
		margin-bottom: 40px;
		position: static;
		left: auto;
		top: auto;
		font-size: 13px;
	}

	#main .heading01 img {
		margin-bottom: 15px;
		padding-bottom: 20px;
		width: auto;
		height: 23px;
		background-size: 30px 1px;
	}

	#main .subBox {
		padding-bottom: 100px;
	}

	#main .scrollBox {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		-webkit-transform: none;
	}

	#main .scrollBox .prev,
	#main .scrollBox .next {
		padding-bottom: 42px;
		width: 15px;
	}

	#main .scrollBox .prev a,
	#main .scrollBox .next a {
		width: 15px;
	}

	#main .scrollBox .prev a img,
	#main .scrollBox .next a img {
		margin: 0 auto;
		width: 4px;
		vertical-align: middle;
	}

	#main .scrollBox .next {
		left: auto;
		right: 0;
	}

	#main .sliderBox .prev.sp,
	#main .sliderBox .next.sp {
		display: block !important;
	}

	#main .sliderBox .prev.pc,
	#main .sliderBox .next.pc {
		display: none !important;
	}

	#main .scrollBox .foo {
		margin: 0 15px;
		overflow: hidden;
	}

	#main .scrollBox li {
		width: 54%;
	}

	#main .scrollBox li .pho img {
/* 		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		 */
		width: 100%;
		height: auto;
	}

	#main .scrollBox li a:hover img {
		transform: none;
		-webkit-transform: none;
	/* 	transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
			 */}

	#main .scrollBox dl {
		padding-top: 10px;
	}

	#main .scrollBox dt {
		width: 23px;
		font-size: 8px;
	}

	#main .scrollBox dt span {
		font-size: 22px;
		line-height: 0.8;
		padding-top: 2px
	}

	#main .scrollBox dd {
		padding-left: 37px;
		font-size: 10px;
	}

	#main .scrollBox .ddStyle {
		padding-top: 10px;
	}

	#main .btn img {
		width: 16px;
	}

	#main .infoBox {
		padding-bottom: 120px;
		height: auto;
		background: #000 !important;
		opacity: 1;
	}

	#main .infoBox > .backstretch {
		display: none !important;
	}


	#main .infoBox:after {
		display: none;
	}

	#main .infoBox .prev,
	#main .infoBox .next {
		left: 0;
		height: 16px;
	}

	#main .infoBox .next {
		left: auto;
		right: 0;
	}

	#main .infoBox .prev img,
	#main .infoBox .next img {
		display: block;
		width: 8px;
		height: 16px;
	}

	#main .infoBox .innerBox {
		margin: 0 20px;
		width: auto;
		position: static;
		opacity: 1 !important;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}

	#main .infoBox .innerBox .txtBox {
		margin-bottom: 33px !important;
	}

	#main .infoBox .innerBox .txtBox .bgBox {
		margin: 0 -20px 7%;
		padding: 29px 20px 9%;
		height: 335px;
		position: relative;
		box-sizing: border-box;
	}

	#main .infoBox .innerBox .txt {
		padding-top: 30px !important;
		margin-bottom: 0 !important;
		font-size: 14px !important;
		line-height: 2 !important;
	}

	#main .infoBox .innerBox .bgBox {
		display: flex;
		align-items: flex-start;
		justify-content: flex-end;
		flex-direction: column;
	}

	#main .infoBox .innerBox .txt02 {
		margin-top: 0;
		position: absolute;
		left: 0;
		bottom: -100px;
		font-size: 12px;
	}

	#main .infoBox .time {
		right: 20px;
		bottom: -30px;
		font-size: 9px;
		opacity: 1;


	}

	#main .infoBox .innerBox .ttl {
		margin-bottom: 0 !important;
		font-size: 20px !important;
	}

	#main .infoBox .innerBox .num {
		margin-bottom: 15px;
		font-size: 12px;
	}

	#main .infoBox .innerBox .num span {
		font-size: 45px;
	}

	#main .infoBox .innerBox .pageBox {
		position: relative;
	}

	#main .infoBox .innerBox .link {
		margin: 0 auto;
		width: 70%;
	}

	#main .infoBox .innerBox .link a {
		padding: 6px;
		font-size: 10px;
	}

	#main .infoBox .innerBox .link a:after {
		right: 8px;
	}

	#main .infoBox .innerBox .link a:before {
		display: none !important;
	}

	#main .scrollBox a:hover dl {
		opacity: 1;
	}

	#main .sliderBox {
		height: auto !important;
		position: relative;
	}

	#main .sliderBox .prev,
	#main .sliderBox .next {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		top: auto;
		bottom: 130px;
	}

	#main .sliderBox .prev a,
	#main .sliderBox .next a {
		display: block;
		width: 30px;
		height: 30px;
		background-size: 8px auto;
		background-position: center;
		background-repeat: no-repeat;
	}

	#main .sliderBox .prev a {
		background-image: url(/20th/img/common/sp/prev.png);
	}

	#main .sliderBox .next a {
		background-image: url(/20th/img/common/sp/next.png);
	}

	footer {
		display: block !important;
	}


	#main .sliderBox .pageTop {
		display: none;

	}

	footer .pageTop {
		display: block;

	}
}

@media all and (min-width: 768px) {
	#main .infoBox .txtBox {
		height: auto !important;
	}
	#main .infoBox .txtBox .bgBox {
		background: none !important;
	}
	#main .infoBox .txtBox .bgBox > .backstretch {
		display: none !important;
	}
}
