@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/

#gFooter {
  padding-top: 200px;
}

#gFooter .fNavi {
  transform: none;
  opacity: 1;
}

#gHeader h1 a,
#gHeader h1 a img {
	display: block;
}

#gHeader h1 a img {
	visibility: hidden;
}

#gHeader h1 a {
	background: url(../img/global/logo.png) no-repeat center center;
	background-size: 100% auto;
	transition: background .6s ease;
}

#gHeader .menu span {
  background-color: #fff;
}

.scrollHeader #gHeader h1 a {
  background: none;
}

.scrollHeader #gHeader h1 a img {
  visibility: visible;
}

.menuOpen #gHeader .menu span,
.scrollHeader #gHeader .menu span {
  background-color: #000;
}

#main {
  margin-bottom: 0;
}

#main .section {
  overflow: hidden;
}

#main .sec01 {
	height: 768px;
	text-align: center;
	position: relative;
  background: #000;
}

#main .sec01 .video {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#main .sec01 .video:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#main .sec01 #video {
  width: 100%;
  height: 100%;
  transform: scale(1.22);
}

#main .sec01 #btnPlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  cursor: pointer;
  z-index: 2;
  transition: opacity 1.5s ease, visibility 1.5s ease;
}

#main .sec01.hideBtnPlay #btnPlay {
  visibility: hidden;
  opacity: 0;
}

.sec01 .poster {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1.5s ease, visibility 1.5s ease;
	background: url(../img/global/img_top_cover.jpg) no-repeat center;
	background-size: cover;
}

.sec01.showPoster .poster {
	opacity: 1;
  visibility: visible;
}

.sec01 .prePoster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #000;
}

.sec01 .prePoster .pic {
  width: 100%;
  height: 100%;
  transition: opacity .5s ease, visibility .5s ease;
  background: url(https://img.youtube.com/vi/Zw-13_1I9JA/maxresdefault.jpg) no-repeat center;
  background-size: cover;
}

.sec01.hidePrePoster .prePoster .pic {
  visibility: hidden;
  opacity: 0;
}

#main .txtSec {
	margin: 0 auto;
  padding: 30px 50px 20px 0;
	width: 930px;
	box-sizing: border-box;
}

#main h3 {
	width: 60px;
	height: 540px;
	float: right;
	font-size: 28px;
	letter-spacing: 3px;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, "Noto Serif JP", serif;
	font-weight:600;
}

#main h3 .en {
	margin-left: 8px;
	display: block;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: 'Crimson Text', serif;
}

#main .txtBox {
	width: 770px;
	height: 595px;
	float: left;
	position: relative;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
}

#main .txtBox p {
	font-size: 14px;
	line-height: 2.5;
	letter-spacing: .8px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, "Noto Serif JP", serif;
}

#main .num {
	padding-left: 2px;
	line-height: 1;
	writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
}

#main h3 .num.dot {
	padding-bottom: 15px;
	line-height: 3px;
}

#main h3 .num.dot + .num {
	padding-bottom: 3px;
}

#main h3 .num {
	padding-left: 6px;
	line-height: 0.8;
}

#main p .num.dot {
	line-height: 3px;
	padding-bottom: 8px;
}

#main p .num.m {
	padding-bottom: 4px;
}

#main p .num.dot1 {
	padding-left: 6px;
}

#main .txtBox .link {
	position: absolute;
	left: 5px;
	bottom: 5px;
}

#main .txtBox .link a {
	padding-bottom: 60px;
	display: block;
	font-size: 12px;
	font-style: italic;
	position: relative;
	line-height: 1;
	letter-spacing: 0.8px;
	font-family: 'Crimson Text', serif;
  transition: padding .3s ease;
}

#main .txtBox .link a:hover {
	padding-bottom: 80px;
}

#main .txtBox .link a:after {
	width: 1px;
	height: 39px;
	position: absolute;
	left: 50%;
	bottom: 11px;
	border-left: 1px solid #7E7E7E;
	content: "";
  transition: height .3s ease;
}

#main .txtBox .link a:hover:after {
	height: 59px;
}

#main .sec03 {
	height: 768px;
	position: relative;
	background: url(../img/global/bg02.jpg) no-repeat center center;
	background-size: cover;
}

#main .h3Ttl {
	width: 84px;
	height: 500px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

#main .sec03 .h3Ttl {
	margin-top: 8px;
	margin-left: 5px;
	letter-spacing: 3px;
}

#main .sec04 .txtSec {
	width: 805px;
}

#main .sec04 .txtBox {
  padding-right: 0;
	height: 550px;
	float: none;
	width: 765px;
	box-sizing: border-box;
}

#main .sec04 .txtBox p {
	line-height: 2.36;
}

#main p .num.markLeft {
	margin-left: -11px;
	padding-left: 0;
	margin-bottom: -10px;
}

#main p .num.markRight {
	margin-right: -11px;
	padding-left: 0;
	margin-bottom: -10px;
}

#main .sec05 {
	height: 768px;
	position: relative;
	background: url(../img/global/bg03.jpg) no-repeat center center;
	background-size: cover;
}

#main .sec05 .h3Ttl {
	margin: 30px 0 0 10px;
	width: 150px;
	height: 360px;
	color: #FFF;
	line-height: 1.8;
}

#main .sec05 .h3Ttl .num {
	line-height: 1;
}

#main .sec05 .h3Ttl .add {
	margin-bottom: 4px;
	font-size: 20px;
}

#main .sec06 .txtSec {
	width: 965px;
}

#main .sec06 .txtBox {
	padding-right: 54px;
	height: 640px;
	float: none;
	width: 980px;
	box-sizing: border-box;
}

#main .sec06 .txtBox p {
	line-height: 2.36;
}

.inir {
	font-size: 12px;
	color: #666666;
	display: block;
}

#main .sec07 {
	height: 768px;
	position: relative;
	background: url(../img/global/bg04.jpg) no-repeat center center;
	background-size: cover;
}

#main .sec07 .h3Ttl {
	margin: 26px 0 0 10px;
	height: 240px;
}

#main .sec07 .h3Ttl .num {
	line-height: 1;
	padding-bottom: 5px;
}

#main .sec08 .txtSec {
	width: 1000px;
	padding-right: 50px;
}

#main .sec08 .txtBox {
	padding-right: 0;
	height: 550px;
	float: none;
	width: 960px;
	box-sizing: border-box;
}

#main .sec08 .txtBox p {
	line-height: 2.36;
}

#main .sec09 {
	height: 768px;
	position: relative;
	background: url(../img/global/bg05.jpg) no-repeat center center;
	background-size: cover;
}

#main .sec09 .h3Ttl {
	margin: 22px 0 0 5px;
	height: 590px;
	letter-spacing: 2px;
}

#main .sec10 {
	width: 100%;
  display: table;
  table-layout: fixed;
}

#main .tableCell {
	display: table-cell;
  vertical-align: middle;
}

#main .sec10 .txtSec {
	width: 820px;
}

#main .sec10 .txtBox {
	padding-right: 0;
	height: 640px;
	float: none;
	width: 820px;
	box-sizing: border-box;
}

#main .sec10 .txtBox p {
	line-height: 2.36;
}

#main .sec11 .movieBox {
	margin: 0 auto 70px;
	width: 920px;
	height: 474px;
	position: relative;
}

#main .sec11 .movieBox01 {
	margin-bottom: 185px;
}

#main .sec11 .movieBox h3 {
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1.2px;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
	font-family: 'Crimson Text', serif;
	position: absolute;
	right: 0;
	top: 0;
}

#main .sec11 .movie {
	text-align: center;
}

#main .sec11 .movieBox img,
#main .sec11 .movieBox iframe {
	width: 832px;
	height: 468px;
}

#main .sec12 {
	height: 768px;
	background: url(../img/global/bg06.jpg) no-repeat center center;
	background-size: cover;
}

#main .sec02,
#main .sec03,
#main .sec04,
#main .sec05,
#main .sec06,
#main .sec07,
#main .sec08,
#main .sec09,
#main .section10 {
  opacity: 0;
  transition: opacity 0s ease 1s;
}

#main .sec03 .h3Ttl,
#main .sec05 .h3Ttl,
#main .sec07 .h3Ttl,
#main .sec09 .h3Ttl {
  opacity: 0;
  transition: opacity 0s ease 1s;
}

#main .sec02.show,
#main .sec03.show,
#main .sec04.show,
#main .sec05.show,
#main .sec06.show,
#main .sec07.show,
#main .sec08.show,
#main .sec09.show,
#main .section10.show {
  opacity: 1;
  transition: opacity 1s ease .5s;
}

#main .sec03.show .h3Ttl,
#main .sec05.show .h3Ttl,
#main .sec07.show .h3Ttl,
#main .sec09.show .h3Ttl {
  opacity: 1;
  transition: opacity 1s ease 1s;
}

.footLink.fadeInAnim {
	opacity: 1;
	transform: none;
}

@media all and (min-height: 0) and (max-height: 580px) {
	#main .sec02 .txtSec {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media all and (min-height: 0) and (max-height: 650px) {
	#main .sec04 .txtSec {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media all and (min-height: 0) and (max-height: 680px) {
	#main .sec06 .txtSec,
	#main .sec08 .txtSec,
	#main .sec10 .txtSec {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.scroll {
	width: 20px;
	height: 84px;
	position: absolute;
	bottom: 0;
	right: 158px;
}

.scroll a {
	position: relative;
	height: 100%;
	font-size: 15px;
	color: #fff;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	font-family: 'Crimson Text', serif;
	font-style: italic;
	letter-spacing: 1px;
	display: block;
	text-align: left;
	transition: opacity .6s ease;
}

.scroll a:hover {
	opacity: .5;
}

.scroll a:after {
	width: 1px;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	background: #b3b5b4;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		padding-top: 150px;
	}

	#main .sec01:before {
		width: 1px;
		height: 38px;
		background-color: #ADACA6;
	}

	#main .sec01 #video {
		transform: scale(1.3);
	}

	.sec01 .poster {
		background-image: url(../img/global/sp_bg01.jpg)
	}

  .sec01 .prePoster .pic {
    background-image: url(https://img.youtube.com/vi/jbhDba2m4qc/sddefault.jpg)
  }

	#main .sec01 h2 {
		margin: 0 12px 0 0;
	}

	#main .sec01 h2 img {
		width: 135px;
	}

	#main .sec02 {
		padding: 71px 20px 74px;
	}

	#main .txtSec {
		padding: 0 !important;
		width: auto;
	}

	#main h3 {
		margin: 0 -11px 14px;
		width: auto;
		height: auto !important;
		float: none;
		text-align: center;
		font-size: 24px;
		letter-spacing: 4px;
		writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
	}

	#main .sec02 h3 {
		letter-spacing: 0;
	}

	#main h3 .en {
		margin: 0 0 11px;
		letter-spacing: 1px;
	}

	#main .txtBox {
		width: auto;
		height: auto !important;
		float: none;
		writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
	}

	#main .txtBox p {
		margin-bottom: 18px;
		line-height: 1.93;
		letter-spacing: .1px;
		text-align: justify;
	}

	#main .num {
		padding-left: 0;
	}

	#main h3 .num {
		padding-left: 0;
	}

	#main h3 .num.dot {
		padding-bottom: 0;
	}

	#main h3 .num.dot + .num {
		padding-bottom: 0;
	}

	#main p .num.dot {
		padding-bottom: 0;
	}

	#main p .num.dot1 {
		padding-left: 0;
	}

	#main .txtBox .link {
		position: static;
		left: auto;
		bottom: auto;
		float: right;
	}

	#main .txtBox .link a:hover,
	#main .txtBox .link a {
		padding: 0 53px 0 0;
		letter-spacing: 0.8px;
	}

	#main .txtBox .link a:hover:after,
	#main .txtBox .link a:after {
		transform: translateY(50%);
		width: 39px;
		height: 1px;
		left: auto;
		right: 0;
		bottom: 50%;
		border: none;
    background: #7E7E7E;
	}

	#main .sec03 {
		height: 667px;
		background-image: url(../img/global/sp_bg02.jpg);
	}

	#main .h3Ttl {
		margin: 0;
		width: 100%;
		height: auto;
	}

	#main .sec03 .h3Ttl {
		margin: -32px 0 0;
	}

	#main .sec04 {
		padding: 68px 20px 73px;
	}

	#main .sec04 .txtSec {
		width: auto;
	}

	#main .sec04 .txtBox {
		padding-right: 0;
		float: none;
		width: auto;
	}

	#main .sec04 .txtBox p {
		margin-bottom: 17px;
		line-height: 1.93;
	}

	#main .sec04 .txtBox .link {
		bottom: auto;
	}

	#main p .num.markLeft,
	#main p .num.markRight {
		margin: 0;
	}

	#main .sec05 {
		height: 667px;
		background-image: url(../img/global/sp_bg03.jpg);
	}

	#main .sec05 .h3Ttl {
		margin: 0;
		width: 100%;
		height: auto;
		line-height: 1.55;
	}

	#main .sec06 {
		padding: 67px 20px 73px;
	}

	#main .sec06 .txtSec {
		width: auto;
	}

	#main .sec06 .txtBox {
		padding-right: 0;
		width: auto;
	}

	#main .sec06 .txtBox p {
		line-height: 1.93;
	}

	#main .sec07 {
		height: 667px;
		background-image: url(../img/global/sp_bg04.jpg);
	}

	#main .sec07 .h3Ttl {
		margin: 2px 0 0;
		height: auto;
	}

	#main .sec07 .h3Ttl .num {
		padding-bottom: 0;
	}

	#main .sec08 {
		padding: 68px 20px 73px;
	}

	#main .sec08 .txtSec {
		width: auto;
		padding-right: 0;
	}

	#main .sec08 .txtBox {
		padding-right: 0;
		width: auto;
	}

	#main .sec08 .txtBox p {
		margin-bottom: 17px;
		line-height: 1.93;
	}

	#main .sec09 {
		height: 667px;
		background-image: url(../img/global/sp_bg05.jpg);
	}

	#main .sec09 .h3Ttl {
		margin: 0;
		height: auto;
		letter-spacing: 2px;
	}

	#main .sec10 {
		padding: 67px 20px 69px;
		width: auto;
		display: block;
	}

	#main .sec10 .txtSec {
		padding: 0;
		width: auto;
	}

	#main .sec10 .txtBox {
		padding-right: 0;
		width: auto;
	}

	#main .sec10 .txtBox p {
		line-height: 1.93;
	}

	#main .sec11 .movieBox {
		margin: 0 20px 30px;
		width: auto;
		height: auto;
		position: static;
	}

	#main .sec11 .movieBox01 {
		margin-bottom: 94px;
	}

	#main .sec11 .movieBox h3 {
		margin-bottom: 14px;
		letter-spacing: 1.2px;
		writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		position: static;
		right: auto;
		top: auto;
	}

	#main .sec11 .movieBox .movie,
	#main .sec11 .movieBox iframe {
		width: 100%;
		height: 188px;
	}

	#main .sec12 {
		height: 667px;
		background-image: url(../img/global/sp_bg06.jpg);
	}

	.footLink.fadeInAnim {
		opacity: 1;
	}

	.scroll {
		display: none;
	}

	.iphone5 #main .sec09 .h3Ttl {
		letter-spacing: -1.2px;
	}
}

@media all and (-ms-high-contrast:none){
	#main .sec03 .h3Ttl {
		height: 587px;
	}

	.scroll a::after {
		transform: none;
	}
}