.header-container-wrapper {
  position: absolute;
}

.header-toggle i, .header-toggle i:before, .header-toggle i:after {
  display: block;
  width: 32px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -16px;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.header-toggle {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: fixed;
  top: 30px;
  right: 25px;
  z-index: 100;
  cursor: pointer;
  /* OPEN */
}

.header-toggle:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 166, 217, 0.9);
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.54, 0, 0.53, 0.96);
  transition: all 0.6s cubic-bezier(0.54, 0, 0.53, 0.96);
  z-index: 1;
}

.header-toggle .toggle-button {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #00a6d9;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-toggle i:before, .header-toggle i:after {
  content: "";
}

.header-toggle i:before {
  margin-top: -13px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.header-toggle i:after {
  margin-top: 11px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.header-toggle.-js-open {
  background: #fff;
}

.header-toggle.-js-open:before {
  width: 100vw;
  height: 100vw;
  -webkit-transform: scale(5);
          transform: scale(5);
  -webkit-transition: all 0.4s cubic-bezier(0.54, 0, 0.53, 0.96);
  transition: all 0.4s cubic-bezier(0.54, 0, 0.53, 0.96);
}

.header-toggle.-js-open .toggle-button {
  background: #fff;
}

.header-toggle.-js-open i {
  background: #00a6d9;
  width: 0;
  margin-left: 0;
}

.header-toggle.-js-open i:before, .header-toggle.-js-open i:after {
  background: #00a6d9;
}

.header-toggle.-js-open i:before {
  -webkit-transform: translate3d(-5px, 2px, 0) rotate(-45deg);
          transform: translate3d(-5px, 2px, 0) rotate(-45deg);
}

.header-toggle.-js-open i:after {
  -webkit-transform: translate3d(-5px, 0, 0) rotate(45deg);
          transform: translate3d(-5px, 0, 0) rotate(45deg);
}

.header-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-width: calc(100% - 220px);
  width: 100% !important;
  margin: auto !important;
  padding-top: 20vh;
  overflow: auto;
  z-index: 101;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header-nav.-js-open {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.header-menu {
  padding: 0;
  list-style: none;
  max-width: 840px;
  margin: auto;
}

.header-menu li {
  margin: 2em 0;
}

.header-menu a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  line-height: 2;
  transition: .3s;
}

.header-menu a:hover {
	opacity: .5;
}

.header-menu a .large {
  display: inline-block;
  font-size: 1.5em;
  margin-right: 0.5em;
}

.header-menu a span.external {
	display: inline-block;
	width: 12px;
	height: 9px;
	border: 2px solid #ffffff;
	transform: translateY(-50%);
	margin-left: 14px;
}

.header-menu a span.external::before {
	content: "";
	display: block;
	width: 12px;
	height: 9px;
	border: 2px solid #ffffff;
	background-color: #00a6d9;
	box-sizing: border-box;
}

div.content-box {
	width: 85%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#top div#first-anime-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh);
	min-height: 900px;
	overflow: hidden;
	background-color: #0093d3;
}

#top div#first-anime-box div#line {
	position: absolute;
	width: 100%;
	left: 100%;
	top: 50%;
	height: 4px;
	background-color: #ffffff;
	transform: translateY(-50%);
}

#top div#first-anime-box div#point1 {
	position: absolute;
	width: 0;
	height: 0;
	right: 8%;
	top: 50%;
	border: 0 solid #ffffff;
	border-radius: 50%;
	background-color: #00A6D9;
	transform: translate(50%, -50%);
}

#top div#first-anime-box div#circle-logo {
	position: absolute;
	width: 0;
	height: 0;
	right: 8%;
	top: 50%;
	transform: translate(50%, -50%);
}

#top div#first-anime-box div#point2 {
	position: absolute;
	width: 0;
	height: 0;
	right: 25%;
	top: 50%;
	border-radius: 50%;
	background-color: #ffffff;
	transform: translate(50%, -50%);
}

#top div#first-anime-box div#point3 {
	position: absolute;
	width: 0;
	height: 0;
	right: 40%;
	top: 50%;
	border-radius: 50%;
	background-color: #ffffff;
	transform: translate(50%, -50%);
}

#top div#first-anime-box div#point4 {
	position: absolute;
	width: 0;
	height: 0;
	right: 92%;
	top: 50%;
	border-radius: 50%;
	background-color: #ffffff;
	transform: translate(50%, -50%);
}

#top div#first-anime-box div#text {
	position: absolute;
	top: calc(50% - 40px);
	left: 20%;
	height: 38px;
	overflow: hidden;
}

#top div#first-anime-box div#text div {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 38px;
}

#top div#first-anime-box div#circle-big {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #80b056;
	border-radius: 50%;
	right: 8%;
	top: 50%;
	transform: translate(50%, -50%);
}

#top.day7 div#first-anime-box div#circle-big { background-color: #80b056; }
#top.day6 div#first-anime-box div#circle-big { background-color: #e5001e; }
#top.day5 div#first-anime-box div#circle-big { background-color: #dc007a; }
#top.day4 div#first-anime-box div#circle-big { background-color: #ed6a02; }
#top.day3 div#first-anime-box div#circle-big { background-color: #d7a600; }
#top.day2 div#first-anime-box div#circle-big { background-color: #00973b; }
#top.day1 div#first-anime-box div#circle-big { background-color: #00a6d9; }
#top.start div#first-anime-box div#circle-big { background-color: #00a6d9; }

#top div#main-img-box {
	position: relative;
	width: 100%;
	height: calc(100vh);
	min-height: 800px;
	overflow: hidden;
	background-color: #80b056;
	opacity: 0;
}

#top.day7 div#main-img-box { background-color: #80b056; }
#top.day6 div#main-img-box { background-color: #e5001e; }
#top.day5 div#main-img-box { background-color: #dc007a; }
#top.day4 div#main-img-box { background-color: #ed6a02; }
#top.day3 div#main-img-box { background-color: #d7a600; }
#top.day2 div#main-img-box { background-color: #00973b; }
#top.day1 div#main-img-box { background-color: #00a6d9; }
#top.start div#main-img-box { background-color: #00a6d9; }

#top div#main-img-box div#rail {
	position: absolute;
	bottom: 0;
	left: 50%;
	min-width: 1600px;
	opacity: 1;
	transform: translate(-50%, 0);
}

#top div#main-img-box div#rail:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #80b056;
}

#top.day7 div#main-img-box div#rail:after { background-color: #80b056; }
#top.day6 div#main-img-box div#rail:after { background-color: #e5001e; }
#top.day5 div#main-img-box div#rail:after { background-color: #dc007a; }
#top.day4 div#main-img-box div#rail:after { background-color: #ed6a02; }
#top.day3 div#main-img-box div#rail:after { background-color: #d7a600; }
#top.day2 div#main-img-box div#rail:after { background-color: #00973b; }
#top.day1 div#main-img-box div#rail:after { background-color: #00a6d9; }
#top.start div#main-img-box div#rail:after { background-color: #00a6d9; }

#top div#main-img-box div#rail.active:after {
	top: 100%;
	transition-duration: 1.0s;
}

#top div#main-img-box div#train {
	position: absolute;
	width: 22%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	transition-duration: 3.0s;
	opacity: 0;
}

#top.day7 div#main-img-box div#train.anime { width: 22%; }
#top.day6 div#main-img-box div#train.anime { width: 26%; }
#top.day5 div#main-img-box div#train.anime { width: 30%; }
#top.day4 div#main-img-box div#train.anime { width: 34%; }
#top.day3 div#main-img-box div#train.anime { width: 38%; transform: translate(-50%, -55%); }
#top.day2 div#main-img-box div#train.anime { width: 48%; transform: translate(-50%, -55%); }
#top.day1 div#main-img-box div#train.anime { width: 58%; transform: translate(-50%, -50%); }
#top.start div#main-img-box div#train.anime { width: 33%; transform: translate(-50%, -55%); }

#top div#main-img-box div#day-count {
	position: absolute;
	top: 40%;
	right: 3%;
	color: #ffffff;
	font-size: calc(65vh);
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	opacity: 0;
	transform: translateY(20px);
}

#top.day1 div#main-img-box div#day-count {
	top: 13%;
	right: 11%;
	width: calc(18vh);
}

#top div#main-img-box div#day-count.active {
	opacity: 1;
	transform: translateY(0);
	transition-duration: 2.0s;
}

#top div#main-img-box div#text-days {
	position: absolute;
	top: 70%;
	right: 6%;
	color: #ffffff;
	font-size: calc(10vh);
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	opacity: 0;
	transform: translateY(20px);
}

#top div#main-img-box div#text-days.active {
	opacity: 1;
	transform: translateY(0);
	transition-duration: 2.0s;
}

#top div#main-img-box div#text-until {
	position: absolute;
	top: 75.5%;
	right: 6%;
	color: #ffffff;
	font-size: calc(100vh * 0.0282);
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	opacity: 0;
	transform: translateY(20px);
}

#top div#main-img-box div#text-until.active {
	opacity: 1;
	transform: translateY(0);
	transition-duration: 2.0s;
}

#top div#main-img-box div#text-pre {
	position: absolute;
	top: 50%;
	right: 3%;
	color: #ffffff;
	font-size: calc(10vw);
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	line-height: calc(8vw);
	opacity: 0;
	transform: translateY(calc(-50% + 20px));
}

#top.start div#main-img-box div#text-pre {
	right: auto;
	left: 3%;
}

#top div#main-img-box div#text-pre.active {
	opacity: 1;
	transform: translateY(-50%);
	transition-duration: 2.0s;
}

#top.pre div#main-img-box div#text-pre { display: block; }
#top.pre div#main-img-box div#day-count { display: none; }
#top.pre div#main-img-box div#text-days { display: none; }
#top.pre div#main-img-box div#text-until { display: none; }

#top.start div#main-img-box div#text-pre { display: block; }
#top.start div#main-img-box div#day-count { display: none; }
#top.start div#main-img-box div#text-days { display: none; }
#top.start div#main-img-box div#text-until { display: none; }

#top div#main-img-box div#line-list-box {
	position: absolute;
	top: 40%;
	left: 10%;
	opacity: 0;
	transform: translateY(20px);
}

#top.start div#main-img-box div#line-list-box {
	left: auto;
	right: 5%;
}

#top div#main-img-box div#line-list-box.active {
	opacity: 1;
	transform: translateY(0);
	transition-duration: 2.0s;
}

#top div#main-img-box div#text-comingsoon {
	color: #ffffff;
	font-size: 54px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	letter-spacing: 5px;
	opacity: 0;
	transform: translateY(20px);
}

#top div#main-img-box div#text-comingsoon span {
	color: #ffffff;
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	letter-spacing: 5px;
}

#top div#main-img-box div#text-comingsoon.active {
	opacity: 1;
	transform: translateY(0);
	transition-duration: 2.0s;
}

#top.start div#main-img-box div#text-comingsoon {
	display: none;
}

#top div#main-img-box ul#line-list {
	text-align: center;
	margin-top: 25px;
}

#top div#main-img-box ul#line-list li {
	display: inline-block;
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	width: 70px;
	height: 70px;
	border-radius: 15px;
	line-height: 70px;
}

#top div#main-img-box ul#line-list li:nth-of-type(1) {
	color: #ffffff;
	background-color: #00AA8F;
}

#top div#main-img-box ul#line-list li:nth-of-type(2) {
	color: #ffffff;
	background-color: #DB0042;
	margin-left: 4px;
}

#top div#main-img-box ul#line-list li:nth-of-type(3) {
	color: #575757;
	background-color: #FCC800;
	margin-left: 4px;
}

#top div#main-img-box ul#line-list li:nth-of-type(4) {
	color: #ffffff;
	background-color: #009CD3;
	margin-left: 4px;
}

#top div#main-img-box ul#line-list li:nth-of-type(5) {
	color: #ffffff;
	background-color: #890D84;
}

#top div#main-img-box div#text-start {
	display: none;
}

#top div#main-img-box div.bird {
	position: absolute;
	width: calc(10vw);
	display: none;
	z-index: 1000;
	opacity: 0;
	transition-duration: 3.0s;
	background-blend-mode: multiply;
}

#top div#main-img-box div.bird.anime {
	opacity: 1;
}

#top div#main-img-box div.bird img {
	background-blend-mode: multiply;
}

#top div#main-img-box div#bird1 { top: 10%; left: 24%; }
#top div#main-img-box div#bird2 { top: 14%; left: 88%; }
#top div#main-img-box div#bird3 { top: 25%; left: 80%; }
#top div#main-img-box div#bird4 { top: 34%; left: 66%; }
#top div#main-img-box div#bird5 { top: 32%; left: 91%; }
#top div#main-img-box div#bird6 { top: 71%; left: 18%; }
#top div#main-img-box div#bird7 { top: 62%; left: 72%; }
#top div#main-img-box div#bird8 { top: 69%; left: 82%; }
#top div#main-img-box div#bird9 { top: 64%; left: 92%; }
#top div#main-img-box div#bird1.anime { top: 8%; left: 20%; }
#top div#main-img-box div#bird2.anime { top: 12%; left: 82%; }
#top div#main-img-box div#bird3.anime { top: 23%; left: 74%; }
#top div#main-img-box div#bird4.anime { top: 32%; left: 60%; }
#top div#main-img-box div#bird5.anime { top: 30%; left: 85%; }
#top div#main-img-box div#bird6.anime { top: 69%; left: 12%; }
#top div#main-img-box div#bird7.anime { top: 60%; left: 68%; }
#top div#main-img-box div#bird8.anime { top: 67%; left: 78%; }
#top div#main-img-box div#bird9.anime { top: 62%; left: 88%; }

#top.start div#main-img-box div.bird {
	display: block;
}

#top.start div#main-img-box div#text-start {
	display: block;
	margin-top: 25px;
	color: #ffffff;
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	padding-left: 25px;
}

#top div#main-text-box {
	position: relative;
	height: calc(100vh);
	min-height: 800px;
	background-image: url(../img/top/section_decoration01.png), url(../img/top/section_decoration02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	background-color: #00a6d9;
	background-size: 335px, 335px;
}

#top div#main-text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	transform: translate(-50%, -47%);
}

#top div#main-text.active {
	transform: translate(-50%, -50%);
}

#top div#main-text p.text {
	font-size: 15px;
	color: #ffffff;
	text-align: justify;
	text-justify: inter-ideograph;
}

#top div#main-text p:nth-of-type(1) {
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}

#top img#main-text-logo {
	padding-top: 20px;
	width: 400px;
}

#top section#section-about {
	position: relative;
}

#top div#about-box {
	position: relative;
	overflow: hidden;
	background-color: #DADFEC;
}

#top div#about-box div#line-list-box2 {
	position: absolute;
	top: 50px;
	right: 100px;
	display: none;
}

#top.start div#about-box div#line-list-box2 {
	display: block;
}

#top div#about-box ul#line-list2 {
	text-align: center;
	margin-top: 25px;
	display: inline-block;
}

#top div#about-box ul#line-list2 li {
	display: inline-block;
	font-size: 27px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	width: 50px;
	height: 50px;
	border-radius: 15px;
	line-height: 50px;
}

#top div#about-box ul#line-list2 li:nth-of-type(1) {
	color: #ffffff;
	background-color: #00AA8F;
}

#top div#about-box ul#line-list2 li:nth-of-type(2) {
	color: #ffffff;
	background-color: #DB0042;
	margin-left: 4px;
}

#top div#about-box ul#line-list2 li:nth-of-type(3) {
	color: #575757;
	background-color: #FCC800;
	margin-left: 4px;
}

#top div#about-box ul#line-list2 li:nth-of-type(4) {
	color: #ffffff;
	background-color: #009CD3;
	margin-left: 4px;
}

#top div#about-box ul#line-list2 li:nth-of-type(5) {
	color: #ffffff;
	background-color: #890D84;
}

#top div#about-box div#text-start2 {
	display: inline-block;
	color: #ffffff;
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	padding-left: 10px;
	line-height: 50px;
}

#top div#about-box div#bird-about {
	position: absolute;
	bottom: 30%;
	right: 27%;
	width: calc(7vw);
	display: none;
	opacity: 0;
	transition-duration: 3.0s;
}

#top div#about-box div#bird-about.anime {
	opacity: 1;
	bottom: 32%;
	right: 30%;
}

#top.start div#about-box div#bird-about {
	display: block;
}

#top div#about-box div#text-ymd {
	position: absolute;
	bottom: 28%;
	right: 3%;
	font-size: calc(7vw);
	line-height: calc(3.5vw);
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #ffffff;
}

#top.start div#about-box div#text-ymd {
	position: absolute;
	bottom: 18%;
	right: 3%;
	font-size: calc(9vw);
	line-height: calc(7.5vw);
}

#top div#about-box div#text-ymd span {
	font-size: calc(3.3vw);
	letter-spacing: calc(0.29vw);
}

#top div#about-box dl.detail-text-box {
	position: absolute;
	top: 48%;
	left: 5%;
	z-index: 100;
	width: 50%;
}

#top dl.detail-text-box dt {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 4px;
}

#top dl.detail-text-box dd {
	color: #ffffff;
	letter-spacing: 3px;
}

#top dl.detail-text-box dd .annotation {
	display: block;
	margin-top: 1em;
	font-size: 13px;
}

#top dl.detail-text-box dd:nth-of-type(1) {
	margin-top: 5px;
}

#top dl.detail-text-box dd:nth-of-type(2) {
	margin-top: 15px;
}

#top dl.detail-text-box dd:nth-of-type(3) {
	margin-top: 15px;
}

#top dl.detail-text-box dd:nth-of-type(4) {
	margin-top: 15px;
}

#top dl.detail-text-box dd:nth-of-type(5) {
	margin-top: 15px;
}

#top dl.detail-text-box li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 420px;
	min-height: 60px;
	line-height: 1.6;
	border: 2px solid #ffffff;
	border-radius: 30px;
	text-align: center;
	color: #ffffff;
	margin-top: 15px;
	overflow: hidden;
	transition: box-shadow 0.3s;
	background-color: transparent;
}

/*#top dl.detail-text-box li:nth-of-type(3) a {
	padding-top: 1em;
    line-height: 1.6;
}

#top dl.detail-text-box li:nth-of-type(5) a {
    line-height: 1.6;
}

@media all and (-ms-high-contrast: none) {
	#top dl.detail-text-box li:nth-of-type(3) a {
		/* padding-top: 0px; */
		/*line-height: 1.6;
	}

	#top dl.detail-text-box li:nth-of-type(5) a {
		/* padding-top: 0px; */
		/*line-height: 1.6;
	}
}*/

#top dl.detail-text-box li a span.mini {
	font-size: 12px;
}

#top dl.detail-text-box li a span.external {
	position: absolute;
	top: 28px;
	right: 10px;
	display: inline-block;
	width: 12px;
	height: 9px;
	border: 2px solid #ffffff;
	transform: translateY(-50%);
	margin-left: 14px;
}

#top dl.detail-text-box li a span.external::before {
	content: "";
	position: absolute;
	display: block;
	top: 2px;
	left: -8px;
	width: 12px;
	height: 9px;
	border: 2px solid #ffffff;
	background-color: #ed6a02;
	box-sizing: border-box;
}

#top dl.detail-text-box li a:hover span.external {
	border: 2px solid #ed6a02;
}

#top dl.detail-text-box li a:hover span.external::before {
	border: 2px solid #ed6a02;
	background-color: #ffffff;
}

#top dl.detail-text-box li a:hover {
	box-shadow: 300px 60px 0 60px #ffffff inset;
	background-color: #ffffff;
	transition: box-shadow 0.3s, background-color 0s 0.3s;
}

#top dl.detail-text-box li a.arrow::after {
	content: "";
	position: absolute;
	border-left: 8px solid #ffffff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}

#top div#about-box dl.detail-text-box li a:hover {
	color: #ed6a02;
}

#top div#about-box dl.detail-text-box li a.arrow:hover::after {
	border-left-color: #ed6a02;
}

#top section#section-gallery {
	position: relative;
}

#top div#gallery-box {
	position: relative;
	overflow: hidden;
}

#top div#gallery-box:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	max-width: 288px;
	width: 100%;
	height: 100%;
	background-image: url(../img/top/section_decoration03.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 288px;
}

#top div#gallery-box dl.detail-text-box {
	position: absolute;
	top: 36%;
	right: 5%;
	z-index: 100;
	width: 35%;
	max-width: 500px;
}

#top div#gallery-box dl.detail-text-box li a {
	width: 410px;
}

#top div#gallery-box dl.detail-text-box li a.arrow::after {
	content: "";
	position: absolute;
	border-left: 8px solid #ffffff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}

#top div#gallery-box dl.detail-text-box li a:hover {
	color: #00973b;
}

#top div#gallery-box dl.detail-text-box li a:hover::after {
	border-left-color: #00973b;
}

#top dd#text-gallery-comingsoon {
	font-size: 24px;
	text-align: center;
}

#top div#link-box {
	position: relative;
	background: url('../img/top/bg_link.jpg') center center / cover no-repeat;
	height: 778px;
}

#top div#link-box:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	max-width: 288px;
	width: 100%;
	height: 100%;
	background-image: url(../img/top/section_decoration04.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 288px;
}

#top dl#company-list {
	position: absolute;
	top: 35%;
	left: 5%;
	z-index: 1000;
	width: 45.8%;
}

#top dl#company-list dt {
	float: left;
	color: #ffffff;
	letter-spacing: 3px;
	width: 17%;
}

#top dl#company-list dd {
	float: left;
	width: 83%;
	color: #ffffff;
}

#top dl#company-list dd span {
	display: inline-block;
	white-space: nowrap;
}

#top div#rail-line1-box {
	position: absolute;
	background-color: #ed6a02;
	width: 48%;
	height: 55%;
	bottom: 0;
	left: 0;
	z-index: 20;
}

#top div#rail-line1 {
	position: absolute;
	background-color: #ffffff;
	height: 4px;
	width: 0;
	top: -4px;
	left: 0;
}

#top div#rail-line2-box {
	position: absolute;
	background-color: #ed6a02;
	width: 55%;
	height: 55%;
	bottom: 0;
	left: 48%;
	transform: rotate(58deg);
	transform-origin: left top;
	z-index: 10;
}

#top div#rail-line2 {
	position: absolute;
	background-color: #ffffff;
	height: 4px;
	width: 0;
	top: -4px;
	left: 0;
}

#top div#rail-line3-box {
	position: absolute;
	background-color: #00973b;
	width: 80%;
	height: 137%;
	top: 0;
	left: 76.8%;
	transform: rotate(43deg);
	transform-origin: left top;
	z-index: 10;
}

#top div#rail-line3 {
	position: absolute;
	background-color: #ffffff;
	height: 0;
	width: 4px;
	top: 0;
	left: -4px;
}

#top div#rail-line3-box-sub {
	position: absolute;
	background-color: #00973b;
	width: 23.2%;
	height: 100%;
	top: 0;
	right: 0;
}

#top div#rail-line4-box {
	position: absolute;
	background-color: #d7a600;
	width: 38%;
	height: 50%;
	top: 0;
	left: 24%;
	transform: rotate(33deg);
	transform-origin: left top;
	z-index: 20;
}

#top div#rail-line4-box-sub {
	position: absolute;
	background-color: #d7a600;
	width: 24%;
	height: 100%;
	top: 0;
	left: 0;
}

#top div#rail-line4 {
	position: absolute;
	background-color: #ffffff;
	height: 4px;
	width: 0;
	top: -4px;
	left: 0;
}

#top div#rail-line5-box {
	position: absolute;
	background-color: #d7a600;
	width: 55.8%;
	height: calc(778px - 20vw);
	bottom: 0;
	left: 0;
	z-index: 10;
}

#top div#rail-line5 {
	position: absolute;
	background-color: #ffffff;
	height: 0;
	width: 4px;
	top: 0;
	right: -4px;
}

#top div.rail-line-dot {
	position: absolute;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #ffffff;
	top: -2px;
	transform: translate(-50%, -50%);
}

#top div#rail-line-dot1 { left: 20%; }
#top div#rail-line-dot2 { left: 47%; }
#top div#rail-line-dot3 { left: 74%; }
#top div#rail-line-dot4 { left: 100%; }
#top div#rail-line-dot5 { left: 25%; }
#top div#rail-line-dot6 { left: 50%; }
#top div#rail-line-dot7 { left: 75%; }

#top div#rail-line-dot8 {
	top: auto;
	bottom: 0;
	left: 76.8%;
	width: 0;
	height: 0;
	background-color: #ed6a02;
	border: 0px solid #ffffff;
	z-index: 50;
	transform: translate(-50%, 50%);
}

#top div#rail-line-dot9 { left: -2px; top: 15%; }
#top div#rail-line-dot10 { left: -2px; top: 30%; }
#top div#rail-line-dot11 { left: -2px; top: 45%; }
#top div#rail-line-dot12 { left: -2px; top: 60%; }
#top div#rail-line-dot13 { left: -2px; top: 75%; }

#top div#rail-line-dot14 {
	top: auto;
	bottom: 0;
	left: 24%;
	width: 0;
	height: 0;
	background-color: #00973b;
	border: 0 solid #ffffff;
	z-index: 50;
	transform: translate(-50%, 50%);
}

#top div#rail-line-dot15 { left: 25%; }
#top div#rail-line-dot16 { left: 50%; }
#top div#rail-line-dot17 { left: 75%; }
#top div#rail-line-dot18 { left: 100%; }

#top div#rail-line-dot19 { right: -2px; top: 40%; transform: translate(50%, -50%); }
#top div#rail-line-dot20 { right: -2px; top: 80%; transform: translate(50%, -50%); }

#gallery div#first-anime-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh);
	min-height: 800px;
	opacity: 0;
	overflow: hidden;
}

#gallery div#first-anime-box div {
	position: absolute;
	top: 0;
	left: 0;
	width: 9.5%;
	transition-duration: 3.0s;
	transition-timing-function: ease-out;
}

#gallery div#first-anime-box div#anime-bird1 { top: 15.5%; left: 25.5%; }
#gallery div#first-anime-box div#anime-bird2 { top: 32.5%; left: 15.5%; }
#gallery div#first-anime-box div#anime-bird3 { top: 33.5%; left: 30.5%; }
#gallery div#first-anime-box div#anime-bird4 { top: 50%; left: 15%; }
#gallery div#first-anime-box div#anime-bird5 { top: 45%; left: 30%; }
#gallery div#first-anime-box div#anime-bird6 { top: 45%; left: 51%; }
#gallery div#first-anime-box div#anime-bird7 { top: 38%; left: 58%; }
#gallery div#first-anime-box div#anime-bird8 { top: 65%; left: 31%; }
#gallery div#first-anime-box div#anime-bird9 { top: 67%; left: 64%; }
#gallery div#first-anime-box div#anime-bird10 { top: 61%; left: 78%; }
#gallery div#first-anime-box div#anime-bird11 { top: 81%; left: 81%; }
#gallery div#first-anime-box div#anime-bird12 { top: 72%; left: 93%; }
#gallery div#first-anime-box div#anime-bird1.anime { top: 8%; left: 18%; }
#gallery div#first-anime-box div#anime-bird2.anime { top: 25%; left: 8%; }
#gallery div#first-anime-box div#anime-bird3.anime { top: 26%; left: 23%; }
#gallery div#first-anime-box div#anime-bird4.anime { top: 45%; left: 10%; }
#gallery div#first-anime-box div#anime-bird5.anime { top: 40%; left: 25%; }
#gallery div#first-anime-box div#anime-bird6.anime { top: 40%; left: 46%; }
#gallery div#first-anime-box div#anime-bird7.anime { top: 33%; left: 53%; }
#gallery div#first-anime-box div#anime-bird8.anime { top: 60%; left: 26%; }
#gallery div#first-anime-box div#anime-bird9.anime { top: 57%; left: 54%; }
#gallery div#first-anime-box div#anime-bird10.anime { top: 51%; left: 68%; }
#gallery div#first-anime-box div#anime-bird11.anime { top: 71%; left: 71%; }
#gallery div#first-anime-box div#anime-bird12.anime { top: 62%; left: 83%; }

#gallery .up-feedin {
	transform: translateY(20px);
	opacity: 0;
}

#gallery .up-feedin.active {
	transform: translateY(0);
	opacity: 1;
	transition-duration: 2.0s;
}

#gallery div#catch-copy-box {
	position: relative;
	width: 100%;
	height: calc(100vh);
	min-height: 800px;
}

#gallery div#catch-copy {
	width: 586px;
	margin-left: auto;
	margin-right: auto;
	padding-top: calc(15vh);
}

#gallery div#message {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	line-height: 2;
	margin-top: 40px;
}

#gallery div#sgds-logo {
	width: 240px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
}

#gallery div#theme-link {
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
}

#gallery div#theme-link a {
	position: relative;
	display: inline-block;
	font-size: 14px;
}

#gallery div#theme-link a::after {
	content: "";
	position: absolute;
	height: 1px;
	background-color: #000000;
	width: 0%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

#gallery div#theme-link a:hover::after {
	width: 100%;
	transition-duration: 0.3s;
}

#gallery div#theme-link span.external {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 9px;
	border: 2px solid #000000;
	transform: translateY(-50%);
	margin-left: 14px;
}

#gallery div#theme-link span.external::before {
	content: "";
	position: absolute;
	display: block;
	top: 2px;
	left: -8px;
	width: 12px;
	height: 9px;
	border: 2px solid #000000;
	background-color: #ffffff;
	box-sizing: border-box;
}

#gallery div#navi-title {
	text-align: center;
	color: #00a6d9;
	/* font-size: 14px;
	margin-top: 50px; */
	font-size: 36px;
	margin: 0 0 60px;
	line-height: 1.5;
}

#gallery div#navi-icon1 {
	margin-top: 0;
	text-align: center;
	-webkit-animation: navi-icon1-anime 1.5s infinite;
	animation: navi-icon1-anime 1.5s infinite;
}

@-webkit-keyframes navi-icon1-anime {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 30px);
    opacity: 0;
  }
}
@keyframes navi-icon1-anime {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 30px);
    opacity: 0;
  }
}

#gallery div#navi-icon2 {
	text-align: center;
	margin-top: -15px;
	-webkit-animation: navi-icon2-anime 1.5s infinite;
	animation: navi-icon2-anime 1.5s infinite;
}

@-webkit-keyframes navi-icon2-anime {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 30px);
    opacity: 0;
  }
}
@keyframes navi-icon2-anime {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 30px);
    opacity: 0;
  }
}

#gallery div#bird1 {
	position: absolute;
	top: 10%;
	right: 10%;
	width: 9.5%;
	opacity: 0;
	transform: translate(40%, 30%);
}

#gallery div#bird1.anime {
	opacity: 1;
	transform: translate(0, 0);
	transition-duration: 2.5s;
}

#gallery div#bird2 {
	position: absolute;
	bottom: 12%;
	left: 10%;
	width: 9.5%;
	opacity: 0;
	transform: translate(40%, 30%);
}

#gallery div#bird2.anime {
	opacity: 1;
	transform: translate(0, 0);
	transition-duration: 2.5s;
}

#gallery section#section-movie {
	padding: 100px 0 0;
	background: #efefef;
}

#gallery div#movie-box {
	width: 88%;
	margin: 0 auto;
	max-width: 1280px;
}


#gallery div#movie-box div#movie-preview {
	float: right;
	width: 35%;
	padding-left: 40px;
}

#gallery ul#gallery-list {
	background-color: #efefef;
	padding-bottom: 180px;
}

#gallery ul#gallery-list li {
	position: relative;
	float: left;
	width: 41%;
	margin-top: 120px;
	margin-left: 6%;
	overflow: hidden;
}

#gallery ul#gallery-list li dl {
	position: absolute;
	top: 0;
	left: -48%;
	width: 48%;
	height: 100%;
	padding: 20% 3% 0;
	background-color: #ffffff;
	opacity: 0;
	transition-duration: 0.3s;
}

#gallery ul#gallery-list li:hover dl {
	left: 0;
	opacity: 1;
	transition-duration: 0.5s;
}

#gallery ul#gallery-list li dl dt {
	font-size: 13.5px;
	text-align: center;
	padding-bottom: 14px;
	line-height: 25px;
	border-bottom: 1px solid #000000;
}

#gallery ul#gallery-list li dl dd.subtitle {
	font-size: 11px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #000000;
	line-height: 20px;
}

#gallery ul#gallery-list li dl dd.bird {
	position: absolute;
	width: 33%;
	opacity: 0;
	transition-duration: 0.5s;
}

#gallery ul#gallery-list li dl dd.bird.anime {
	transition-delay: 0.5s;
	transition-duration: 1.5s;
	transition-timing-function: ease-out;
	opacity: 1;
}

#gallery ul#gallery-list li:nth-of-type(1) dl dd.bird { bottom: 5%; right: 5%; }
#gallery ul#gallery-list li:nth-of-type(2) dl dd.bird { bottom: 1%; right: 7%; width: 37%; }
#gallery ul#gallery-list li:nth-of-type(3) dl dd.bird { bottom: 3%; right: 7%; }
#gallery ul#gallery-list li:nth-of-type(4) dl dd.bird { top: 12%; right: 6%; width: 37%; }
#gallery ul#gallery-list li:nth-of-type(5) dl dd.bird { bottom: 4%; right: 10%; }
#gallery ul#gallery-list li:nth-of-type(6) dl dd.bird { top: 13%; left: 11%; }
#gallery ul#gallery-list li:nth-of-type(7) dl dd.bird { bottom: 3%; right: 2%; width: 37%; }
#gallery ul#gallery-list li:nth-of-type(8) dl dd.bird { top: 13%; right: 8%; }
#gallery ul#gallery-list li:nth-of-type(9) dl dd.bird { bottom: 5%; right: 7%; width: 37%; }
#gallery ul#gallery-list li:nth-of-type(10) dl dd.bird { top: 14%; right: 9%; }
#gallery ul#gallery-list li:nth-of-type(11) dl dd.bird { bottom: 4%; right: 10%; }
#gallery ul#gallery-list li:nth-of-type(12) dl dd.bird { top: 14%; left: 12%; }
#gallery ul#gallery-list li:nth-of-type(13) dl dd.bird { bottom: 4%; right: 3%; }
#gallery ul#gallery-list li:nth-of-type(14) dl dd.bird { bottom: 5%; right: 5%; }
#gallery ul#gallery-list li:nth-of-type(15) dl dd.bird { bottom: 1%; right: 7%; width: 37%; }
#gallery ul#gallery-list li:nth-of-type(16) dl dd.bird { bottom: 3%; right: 7%; }
#gallery ul#gallery-list li:nth-of-type(17) dl dd.bird { top: 12%; right: 6%; width: 37%; }
#gallery ul#gallery-list li:nth-of-type(18) dl dd.bird { bottom: 4%; right: 10%; }

#gallery ul#gallery-list li:nth-of-type(1) dl dd.bird.anime { bottom: 10%; right: 10%; }
#gallery ul#gallery-list li:nth-of-type(2) dl dd.bird.anime { bottom: 6%; right: 12%; }
#gallery ul#gallery-list li:nth-of-type(3) dl dd.bird.anime { bottom: 8%; right: 12%; }
#gallery ul#gallery-list li:nth-of-type(4) dl dd.bird.anime { top: 7%; right: 11%; }
#gallery ul#gallery-list li:nth-of-type(5) dl dd.bird.anime { bottom: 9%; right: 15%; }
#gallery ul#gallery-list li:nth-of-type(6) dl dd.bird.anime { top: 8%; left: 6%; }
#gallery ul#gallery-list li:nth-of-type(7) dl dd.bird.anime { bottom: 8%; right: 7%; }
#gallery ul#gallery-list li:nth-of-type(8) dl dd.bird.anime { top: 8%; right: 13%; }
#gallery ul#gallery-list li:nth-of-type(9) dl dd.bird.anime { bottom: 10%; right: 12%; }
#gallery ul#gallery-list li:nth-of-type(10) dl dd.bird.anime { top: 9%; right: 14%; }
#gallery ul#gallery-list li:nth-of-type(11) dl dd.bird.anime { bottom: 9%; right: 15%; }
#gallery ul#gallery-list li:nth-of-type(12) dl dd.bird.anime { top: 9%; left: 7%; }
#gallery ul#gallery-list li:nth-of-type(13) dl dd.bird.anime { bottom: 9%; right: 8%; }
#gallery ul#gallery-list li:nth-of-type(14) dl dd.bird.anime { bottom: 10%; right: 10%; }
#gallery ul#gallery-list li:nth-of-type(15) dl dd.bird.anime { bottom: 6%; right: 12%; }
#gallery ul#gallery-list li:nth-of-type(16) dl dd.bird.anime { bottom: 8%; right: 12%; }
#gallery ul#gallery-list li:nth-of-type(17) dl dd.bird.anime { top: 7%; right: 11%; }
#gallery ul#gallery-list li:nth-of-type(18) dl dd.bird.anime { bottom: 9%; right: 15%; }

#gallery a.venobox {
	display: block;
}

#gallery a.venobox:focus, #gallery a.venobox img { outline:none; }

#gallery div.gallery-modal {
	display: none;
}

#gallery div.gallery-modal-content {
	padding: 4%;
}

#gallery div.gallery-modal-content.gallery-modal-full {
	max-width: 1200px;
	margin: 0 auto;
}
#gallery div.gallery-modal-full-box {
	position: relative;
}

#gallery div.gallery-modal-left-box {
	position: relative;
	float: left;
	width: 60%;
}

#gallery div.gallery-modal-left-box div.img-caption {
	position: absolute;
	left: 0;
	bottom: 40px;
}

#gallery div.gallery-modal-left-box div.img-caption span {
	background-color: #ffffff;
	font-size: 28px;
}

#gallery dl.gallery-modal-right-box {
	float: right;
	width: 37%;
}

#gallery dl.gallery-modal-right-box dt.catchcopy {
	font-size: 18px;
}

#gallery dl.gallery-modal-right-box dd.detail-text {
	margin-top: 16px;
}

#gallery dl.gallery-modal-right-box dd.detail-text div {
	margin-top: 12px;
	font-size: 14px;
	line-height: 25px;
}

#gallery dl.gallery-modal-right-box dd.title {
	margin-top: 20px;
	text-align: center;
	border-bottom: 1px solid #000000;
}

#gallery dl.gallery-modal-right-box dd.title a,
#gallery dl.gallery-modal-right-box dd.subtitle a {
	transition: .3s;
}

#gallery dl.gallery-modal-right-box dd.title a:hover,
#gallery dl.gallery-modal-right-box dd.subtitle a:hover {
	opacity: .5;
}

#gallery dl.gallery-modal-right-box dd.title span.external,
#gallery dl.gallery-modal-right-box dd.subtitle span.external {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 9px;
    border: 2px solid #000000;
    transform: translateY(-50%);
    margin-left: 14px;
}

#gallery dl.gallery-modal-right-box dd.title span.external::before,
#gallery dl.gallery-modal-right-box dd.subtitle span.external::before {
    content: "";
    position: absolute;
    display: block;
    top: 2px;
    left: -8px;
    width: 12px;
    height: 9px;
    border: 2px solid #000000;
    background-color: #ffffff;
    box-sizing: border-box;
}

#gallery dl.gallery-modal-right-box dd.subtitle {
	font-size: 12px;
	text-align: center;
}

#gallery dl.gallery-modal-right-box dd.subtitle a {
	font-size: 12px;
}

#gallery dl.gallery-modal-right-box dd.subtitle span.external {
    width: 10px;
    height: 7px;
}

#gallery dl.gallery-modal-right-box dd.subtitle span.external::before {
    width: 10px;
    height: 7px;
}

#gallery dl.gallery-modal-right-box dd.logo {
	margin-top: 20px;
	text-align: center;
	padding: 0 5%;
}

#gallery .vbox-navi {
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	width: 90%;
	max-width: 1300px;
	margin: auto;
	z-index: 100;
	transform: translateY(-50%);
}

#gallery .vbox-next {
	background-color: #666666;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	transform: translateX(60%);
}
/* IE11 */
@media all and (-ms-high-contrast:none){
	#gallery .vbox-next { right: 65px; }
	#gallery .vbox-prev { left: 65px; }
}

#gallery .vbox-next span {
	top: 36%;
	right: 42%;
}

#gallery .vbox-prev {
	background-color: #666666;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	transform: translateX(-85%);
}

#gallery .vbox-prev span {
	top: 36%;
	left: 42%;
}

#gallery .vbox-close-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 90%;
	max-width: 1300px;
	margin: auto;
	z-index: 100;
}

#gallery .vbox-close {
	position: absolute;
	top: 0;
	right: -15px;
	color: #ffffff;
	background-color: #666666;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 45px;
	font-size: 26px;
}

#gallery .vbox-content {
	padding: 20px 0;
}

#gallery .vbox-inline, .venoframe {
	width: 90%;
	max-width: 1300px;
	overflow: visible;
	height: 100%;
}

#train div.content-box, #bus div.content-box {
	margin-top: 65px;
}

#train div#catch-copy-box, #bus div#catch-copy-box {
	position: relative;
	height: calc(100vh);
	background-image: url(../img/top/section_decoration01.png), url(../img/top/section_decoration02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	background-size: 335px, 335px;
}

#train div#catch-copy, #bus div#catch-copy {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(calc(-50% + 20px));
	font-size: 20px;
	text-align: center;
}

#train div#catch-copy.active, #bus div#catch-copy.active {
	transform: translateY(-50%);
}

#train section#section-history div.content-boxm, #bus section#section-history div.content-box {
	margin-top: 80px;
}

#train section div.main-image, #bus section div.main-image {
	position: relative;
	margin-top: 70px;
}
#bus section div.main-image {
	text-align: center;
}
#train section div.main-image .note, #bus section div.main-image .note {
	position: absolute;
	top: 40px;
	left: 40px;
	margin: 0;
	padding: 16px 24px;
	background: rgba(255, 255, 255, 0.8);
	font-size: 16px;
}

#train div#tokyu-logo, #bus div#tokyu-logo {
	margin-left: auto;
	margin-right: auto;
	width: 20%;
	margin-top: 120px;
}

#train div#hankyu-logo-box, #bus div#hankyu-logo-box {
	margin-top: 170px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px 3%;
}

#train div#hankyu-logo {
	width: 18%;
}

#train div#hanshin-logo {
	width: 18%;
}

#train div#hankyu-hd-logo {
	width: 25%;
}

#train div.train-image, #bus div.train-image {
	float: left;
	width: 50%;
	padding-left: 2.5%;
	padding-right: 2.5%;
}

#train dl.train-text, #bus dl.train-text {
	float: right;
	width: 50%;
	padding-left: 2.5%;
}

#train dl.train-text span.annotation, #bus dl.train-text span.annotation {
	font-size: 12px;
}

#train dl.train-text a.link-button, #bus dl.train-text a.link-button {
	position: relative;
	display: inline-block;
	border: 2px solid #000000;
	border-radius: 30px;
	height: 60px;
	line-height: 56px;
	padding: 0 30px;
	text-align: center;
	color: #000000;
	margin-top: 15px;
	transition: box-shadow 0.3s;
	overflow: hidden;
	background-color: transparent;
}

#train dl.train-text a.link-button:hover, #bus dl.train-text a.link-button:hover {
	box-shadow: 300px 60px 0 60px #000000 inset;
	color: #ffffff;
	background-color: #000000;
	transition: box-shadow 0.3s, background-color 0s 0.3s;
}

#train dl.train-text a.link-button span.external, #bus dl.train-text a.link-button span.external {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 9px;
	border: 2px solid #000000;
	transform: translateY(-50%);
	margin-left: 14px;
}

#train dl.train-text a.link-button span.external::before, #bus dl.train-text a.link-button span.external::before {
	content: "";
	position: absolute;
	display: block;
	top: 2px;
	left: -8px;
	width: 12px;
	height: 9px;
	border: 2px solid #000000;
	background-color: #ffffff;
	box-sizing: border-box;
}

#train dl.train-text a.link-button:hover span.external, #bus dl.train-text a.link-button:hover span.external {
	border-color: #ffffff;
}

#train dl.train-text a.link-button:hover span.external::before, #bus dl.train-text a.link-button:hover span.external::before {
	border-color: #ffffff;
	background-color: #000000;
}

#train h2, #bus h2 {
	position: relative;
	display: block;
	height: calc(100vw * 0.185);
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 4px;
	color: #231815;
	text-align: center;
	line-height: 1;
	margin-top: 110px;
	padding-top: calc(100vw * 0.185 / 2 - 30px);
	background-image: url(../img/top/section_decoration01.png), url(../img/top/section_decoration02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	background-size: 230px, 230px;
}

#train h2 span, #bus h2 span {
	display: inline-block;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 4px;
	color: #231815;
}

#train div#message-comingsoon {
	text-align: center;
	font-size: 30px;
	color: lightgray;
	margin: 200px 0;
}

#train div.message-photo {
	float: left;
	width: 50%;
}

#train dl.message-text {
	padding-top: 20px;
}

#train .message-tokyuceo dl.message-text {
	padding-left: 5%;
}

#train .message-hankyuceo dl.message-text {
	padding-right: 5%;
}

#train div.message-half-box {
	margin: 50px 0;
}

#train div.message-half-box dl.message-text {
	float: right;
	width: 50%;
}

#train div.message-half-box:nth-of-type(2) div.message-photo {
	float: right;
}

#train div.message-half-box:nth-of-type(2) dl.message-text {
	float: left;
}

#train dl.message-text dd {
	margin-top: 25px;
}

#train div#history-photo {
	float: left;
	width: 50%;
}

#train div#history-photo p {
	text-align: center;
	margin: 5px 0 25px;
}

#train dl#history-text {
	float: right;
	width: 44%;
	margin-left: 6%;
}

#bus div#hankyu-logo {
	width: 18%;
}

#bus div#hankyu-hd-logo {
	width: 25%;
}

#bus div#hankyu-kankobus-logo {
	width: 20%;
}

#bus div#hanshin-bus-logo {
	width: 23%;
}

#bus #company-list {
	margin: 0 auto;
}

#bus #company-list th, td {
	padding: 0;
	vertical-align: top;
}

#bus #company-list th {
	width: 5em;
	font-weight: normal;
}

div#footer {
	background-color: #ededed;
	font-size: 13px;
	text-align: center;
	padding: 15px 0;
	margin-top: 120px;
}

.scroll-fadein {
	transform: translateY(20px);
	opacity: 0;
	transition: opacity 0.5s, traslate 0.5s;
}

.scroll-fadein.active {
	transform: translateY(0);
	opacity: 1;
	/* transition-duration: 2.0s; */
}

div.color-triangle {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	opacity: 0;
	z-index: 40;
}

.pc-only {
	display: block;
}

.wide-only {
	display: none;
}

.sp-only {
	display: none;
}

@media screen and (max-width: 1680px) {
	#top dl#company-list {
		top: 30%;
	}
	#top dl#company-list dt {
		font-size: 14px;
	}

	#top dl#company-list dd {
		font-size: 14px;
	}

	#top dl#company-list dd span {
		font-size: 14px;
	}
}

@media screen and (max-width: 1300px) {
	#top dl.detail-text-box li a {
		min-height: 65px;
		padding: 5px 0;
	}
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
	#top div#about-box dl.detail-text-box {
		top: 48%;
		left: 4%;
	}

	#top dl.detail-text-box dd:nth-of-type(1) {
		margin-top: 5px;
	}

	#top dl.detail-text-box dd:nth-of-type(2) {
		margin-top: 10px;
	}

	#top dl.detail-text-box dd:nth-of-type(3) {
		margin-top: 10px;
	}

	#top dl.detail-text-box dd:nth-of-type(4) {
		margin-top: 10px;
	}

	#top dl.detail-text-box dd:nth-of-type(5) {
		margin-top: 10px;
	}

	#top dl.detail-text-box ul {
		width: 100%;
	}

	#top dl.detail-text-box li {
		width: 49%;
		float: left;
	}

	#top dl.detail-text-box li a {
		width: 100%;
		border: 2px solid #ffffff;
		font-size: 14px;
	}

	/*#top dl.detail-text-box li:nth-of-type(1) a {
		line-height: 1.7;
	}

	#top dl.detail-text-box li:nth-of-type(3) a {
		padding-top: 0;
		line-height: 56px;
	}*/

	#top dl.detail-text-box li:nth-of-type(5) a {
		line-height: 1.5;
	}

	#top dl.detail-text-box li a span {
		font-size: 10px;
	}

	#top dl.detail-text-box li:nth-of-type(even) {
		float: right;
	}

	#top dl.detail-text-box li a span.external {
		top: 25px;
	}

	#top div#gallery-box {
		height: 800px;
	}

	#top #section-gallery dl.detail-text-box dd {
		font-size: 14px;
	}

	#top #section-gallery dl.detail-text-box li {
		width: 100%;
		float: none;
	}

	/*#top #section-gallery dl.detail-text-box li:nth-of-type(1) a {*/
	/*	padding-top: 6px;*/
	/*	line-height: 32px;*/
	/*}*/

	#top div#gallery-box:before {
		max-width: 200px;
		background-size: 200px;
	}

	#top div#link-box:before {
		max-width: 200px;
		background-size: 200px;
	}

	#top dl#company-list {
		top: 34%;
	}

	#top dl#company-list dt {
		font-size: 12px;
		line-height: 25px;
	}

	#top dl#company-list dd {
		font-size: 12px;
		line-height: 25px;
	}

	#top dl#company-list dd span {
		font-size: 12px;
	}

	.wide-none {
		display: none;
	}

	.wide-only {
		display: block;
	}
}

@media all and (max-width: 1299px) and (min-width: 768px) and (-ms-high-contrast: none) {
	#top dl.detail-text-box li:nth-of-type(1) a {
		padding-top: 0px;
		/* line-height: 18px; */
		line-height: 1.7;
	}

	#top dl.detail-text-box li:nth-of-type(2) a {
		padding-top: 0px;
		/* line-height: 14px; */
		line-height: 1.5;
	}

	#top dl.detail-text-box li:nth-of-type(4) a {
		padding-top: 0px;
		/* line-height: 14px; */
		line-height: 1.5;
	}

	#top dl.detail-text-box li a span.mini {
		/* line-height: 10px; */
	}
}

@media screen and (max-width: 1279px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 767px) {
	/* -----
	* header
	----------------------------------------------------------------------------- */
	.header-nav {
		top: 70px;
		height: calc(100% - 70px);
		max-width: 840px;
		padding: 0 20px;
		font-size: 1rem;
	}
	.header-toggle {
		width: 50px;
		height: 50px;
		top: 10px;
		right: 10px;
	}
	.header-toggle i {
		width: 24px;
		margin-left: -12px;
	}
	.header-toggle i:before, .header-toggle i:after {
		width: 24px;
		margin-left: -12px;
	}
	.header-toggle i:before {
		margin-top: -10px;
	}
	.header-toggle i:after {
		margin-top: 8px;
	}
	.header-toggle.-js-open i:before {
		-webkit-transform: translate3d(-4px, 1px, 0) rotate(-45deg);
				transform: translate3d(-4px, 1px, 0) rotate(-45deg);
	}
	.header-toggle.-js-open i:after {
		-webkit-transform: translate3d(-4px, -0.5px, 0) rotate(45deg);
				transform: translate3d(-4px, -0.5px, 0) rotate(45deg);
	}

	.header-menu li {
		margin: 1.5em 0;
	}
	.header-menu a .large {
		display: block;
		font-size: 1em;
	}

	div.content-box {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	#top div#first-anime-box {
		min-height: 0;
	}

	#top div#first-anime-box div#line {
		height: 2px;
	}

	#top div#first-anime-box div#text {
		top: calc(50% - 30px);
		left: 13%;
		height: 28px;
	}

	#top div#first-anime-box div#text div {
		font-size: 14px;
		margin-top: 28px;
	}

	#top div#main-img-box {
		height: calc(90vh);
		min-height: auto;
		max-height: 800px;
	}

	#top div#main-img-box div#rail {
		width: 180%;
		min-width: auto;
	}

	#top div#main-img-box div#train {
		width: 45%;
		top: auto;
		bottom: 0;
	}

	#top.day7 div#main-img-box div#train.anime { width: 45%; }
	#top.day6 div#main-img-box div#train.anime { width: 53%; }
	#top.day5 div#main-img-box div#train.anime { width: 61%; }
	#top.day4 div#main-img-box div#train.anime { width: 67%; }
	#top.day3 div#main-img-box div#train.anime { width: 73%; transform: translate(-50%, -10%); }
	#top.day2 div#main-img-box div#train.anime { width: 105%; transform: translate(-50%, -25%); }
	#top.day1 div#main-img-box div#train.anime { width: 120%; transform: translate(-50%, -30%); }
	#top.start div#main-img-box div#train.anime { width: 45%; transform: translate(-50%, -40%) scale(1.4); }

	#top div#main-img-box div#day-count {
		top: 15%;
		right: 10%;
		font-size: calc(100vh * 0.30);
	}

	#top.day1 div#main-img-box div#day-count {
		top: 5%;
		right: 20%;
		width: calc(8vh);
	}

	#top div#main-img-box div#text-days {
		top: 30%;
		right: 12%;
		font-size: calc(100vh * 0.055);
	}

	#top div#main-img-box div#text-until {
		top: 33.2%;
		right: 12%;
		font-size: calc(100vh * 0.0155);
	}

	#top div#main-img-box div#text-pre {
		top: 15%;
		right: 5%;
		font-size: calc(12vw);
		line-height: calc(10vw);
	}

	#top.start div#main-img-box div#text-pre {
		right: auto;
		left: 5%;
	}

	#top div#main-img-box div#line-list-box {
		top: 8%;
		left: 7%;
	}

	#top.start div#main-img-box div#line-list-box {
		max-width: 160px;
		left: auto;
		right: 5%;
	}

	#top div#main-img-box div#text-comingsoon {
		font-size: 24px;
		letter-spacing: 5px;
		line-height: 29px;
	}

	#top div#main-img-box div#text-comingsoon span {
		font-size: 24px;
		letter-spacing: 5px;
		line-height: 29px;
	}

	#top div#main-img-box ul#line-list {
		display: flex;
		flex-wrap: wrap;
		text-align: center;
		margin-top: 18px;
	}

	#top.start div#main-img-box ul#line-list {
		margin-top: 0;
	}

	#top div#main-img-box ul#line-list li {
		font-size: 26px;
		width: 45px;
		height: 45px;
		margin-bottom: 8px;
		border-radius: 10px;
		line-height: 45px;
	}

	#top div#main-img-box ul#line-list li:nth-of-type(1) {
		margin-right: 8px;
	}

	#top div#main-img-box ul#line-list li:nth-of-type(2) {
		margin-right: 8px;
		margin-left: 0;
	}

	#top div#main-img-box ul#line-list li:nth-of-type(3) {
		margin-right: 8px;
		margin-left: 0;
	}

	#top div#main-img-box ul#line-list li:nth-of-type(4) {
		margin-right: 8px;
		margin-left: 0;
	}

	#top div#main-img-box ul#line-list li:nth-of-type(5) {
	}

	#top.start div#main-img-box div#text-start {
		font-size: 22px;
		margin-top: 5px;
	}

	#top div#main-img-box div.bird {
		width: calc(20vw);
	}

	#top div#main-img-box div#bird1 { top: 5%; left: 33%; }
	#top div#main-img-box div#bird2 { top: 7%; left: 90%; }
	#top div#main-img-box div#bird3 { top: 27%; left: 58%; }
	#top div#main-img-box div#bird4 { top: 36%; left: 48%; }
	#top div#main-img-box div#bird5 { top: 34%; left: 73%; }
	#top div#main-img-box div#bird6 { top: 54%; left: 14%; }
	#top div#main-img-box div#bird7 { top: 64%; left: 74%; }
	#top div#main-img-box div#bird8 { top: 71%; left: 84%; }
	#top div#main-img-box div#bird9 { top: 66%; left: 94%; }
	#top div#main-img-box div#bird1.anime { top: 1%; left: 27%; }
	#top div#main-img-box div#bird2.anime { top: 3%; left: 82%; }
	#top div#main-img-box div#bird3.anime { top: 23%; left: 50%; }
	#top div#main-img-box div#bird4.anime { top: 32%; left: 40%; }
	#top div#main-img-box div#bird5.anime { top: 30%; left: 65%; }
	#top div#main-img-box div#bird6.anime { top: 50%; left: 6%; }
	#top div#main-img-box div#bird7.anime { top: 60%; left: 68%; }
	#top div#main-img-box div#bird8.anime { top: 67%; left: 78%; }
	#top div#main-img-box div#bird9.anime { top: 62%; left: 88%; }

	#top div#main-text-box {
		min-height: 1350px;
		background-size: 140px, 140px;
	}

	#top div#main-text {
		width: 70%;
	}

	#top img#main-text-logo {
		padding-top: 15px;
		width: 90%;
	}

	#top div#about-box {
		position: relative;
		overflow: hidden;
		height: 1130px;
		background-color: #c7c7c7;
	}

	#top.start div#about-box {
		background-color: #DADFEC;
	}

	#top div#about-box div#line-list-box2 {
		top: 160px;
		right: 20px;
	}

	#top div#about-box ul#line-list2 {
		display: block;
	}

	#top div#about-box ul#line-list2 li {
		font-size: 16px;
		width: 30px;
		height: 30px;
		border-radius: 10px;
		line-height: 30px;
	}

	#top div#about-box div#text-start2 {
		display: block;
		margin-top: 10px;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 24px;
	}

	#top div#about-box div#bird-about {
		top: 320px;
		bottom: auto;
		right: 5%;
		width: calc(20vw);
	}

	#top div#about-box div#bird-about.anime {
		top: 290px;
		bottom: auto;
		right: 10%;
	}

	#top div#about-box div#text-ymd {
		top: 260px;
		bottom: auto;
		left: 20px;
		right: auto;
		font-size: 52px;
		line-height: 28px;
	}

	#top.start div#about-box div#text-ymd {
		top: 160px;
		bottom: auto;
		left: 20px;
		right: auto;
		font-size: 52px;
		line-height: 48px;
	}

	#top div#about-box div#text-ymd span {
		font-size: 24px;
		letter-spacing: calc(0.62vw);
	}

	#top div#about-box dl.detail-text-box {
		top: 39%;
		left: 0;
		padding: 0 20px;
		width: 100%;
	}

	#top dl.detail-text-box dt {
		font-size: 20px;
		letter-spacing: 4px;
	}

	#top dl.detail-text-box dd {
		font-size: 14px;
	}

	#top dl.detail-text-box dd:nth-of-type(1) {
		margin-top: 5px;
	}

	#top dl.detail-text-box dd:nth-of-type(2) {
		margin-top: 15px;
	}

	#top dl.detail-text-box dd:nth-of-type(3) {
		margin-top: 15px;
	}

	#top dl.detail-text-box li a {
		margin-left: auto;
		margin-right:auto;
		width: 85%;
		font-size: 14px;
		min-height: 65px;
		border-radius: 28px;
		line-height: 1.5;
	}

	#top dl.detail-text-box li a span.external {
		top: 22px;
	}

	/*#top div#about-box dl.detail-text-box li:nth-of-type(1) a {
		line-height: 1.6;
	}

	#top dl.detail-text-box li:nth-of-type(2) a {
		line-height: 1.5;
	}

	#top dl.detail-text-box li:nth-of-type(3) a {
		padding-top: 1em;
		line-height: 1.5;
	}

	#top dl.detail-text-box li:nth-of-type(4) a {
		line-height: 1.5;
	} */

	#top dl.detail-text-box li a span.mini {
		font-size: 10px;
	}

	#top div#gallery-box {
		height: 800px;
	}

	#top div#gallery-box:before {
	max-width: 80px;
	background-size: 80px;
	}

	#top div#gallery-box dl.detail-text-box {
		top: 35%;
		right: auto;
		padding: 0 20px;
		width: 100%;
		max-width: 100%;
	}

	#top div#gallery-box dl.detail-text-box li a {
		letter-spacing: .1em;
	}

	#top div#gallery-box dl.detail-text-box li a.arrow::after {
		right: 8px;
	}

	#top div#gallery-box dl.detail-text-box dt {
		text-align: right;
	}

	#top div#gallery-box dl.detail-text-box dd:nth-of-type(1) {
		text-align: right;
	}

	#top div#gallery-box dl.detail-text-box li a {
		margin-left: auto;
		margin-right:auto;
		width: 95%;
	}

	#top div#link-box {
		height: 1400px;
		background: none;
		overflow: hidden;
	}

	#top div#link-box:before {
		max-width: 80px;
		background-size: 80px;
	}

	#top dl#company-list {
		top: 28%;
		left: auto;
		z-index: 1000;
		width: 100%;
		padding: 0 20px;
	}

	#top dl#company-list dt {
		float: none;
		color: #ffffff;
		font-size: 14px;
		letter-spacing: 3px;
		width: 100%;
	}

	#top dl#company-list dd {
		float: none;
		width: 100%;
		color: #ffffff;
		margin: 0 0 20px;
		font-size: 14px;
	}

	#top dl#company-list dd span {
		font-size: 14px;
		white-space: normal;
	}

	#top dl#company-list dd span.sp-break {
		white-space: normal;
	}

	#top div#rail-line1-box {
		width: 100%;
		height: 67%;
		left: -30%;
	}

	#top div#rail-line2-box {
		width: 140%;
		height: 67%;
		left: 70%;
		transform: rotate(35deg);
	}

	#top div#rail-line3-box {
		width: 160%;
		height: 137%;
		top: 140px;
		left: 100%;
		transform: rotate(60deg);
	}

	#top div#rail-line3-box-sub {
		display: none;
	}

	#top div#rail-line4-box {
		width: 160%;
		height: 65%;
		top: 180px;
		left: 0;
		transform: rotate(28deg);
		transform-origin: left top;
		z-index: 20;
	}

	#top div#rail-line4-box-sub {
		top:50%;
		width: 100%;
	}

	#top div#rail-line4 {
		position: absolute;
		background-color: #ffffff;
		height: 4px;
		width: 0;
		top: -4px;
		left: 0;
	}

	#top div#rail-line5-box {
		display: none;
	}

	#top div#rail-line-dot8-box {
		position: absolute;
		top: auto;
		bottom: -160px;
		right: 0;
		width: 40px;
		height: 40px;
		overflow: hidden;
	}

	#top div#rail-line-dot8 {
		bottom: 50%;
		left: 100%;
	}

	#top div#rail-line-dot14 {
		bottom: -180px;
		left: 0;
	}

	#gallery div#first-anime-box {
		opacity: 1;
	}

	#gallery div#first-anime-box div {
		width: 28%;
	}

	#gallery div#first-anime-box div#anime-bird1 { top: 26.5%; left: 36.5%; }
	#gallery div#first-anime-box div#anime-bird2 { top: 33.5%; left: 18.5%; }
	#gallery div#first-anime-box div#anime-bird3 { top: 33.5%; left: 45.5%; }
	#gallery div#first-anime-box div#anime-bird4 { top: 42%; left: 18%; }
	#gallery div#first-anime-box div#anime-bird5 { top: 39%; left: 45%; }
	#gallery div#first-anime-box div#anime-bird6 { top: 40%; left: 82%; }
	#gallery div#first-anime-box div#anime-bird7 { top: 36%; left: 97%; }
	#gallery div#first-anime-box div#anime-bird8 { top: 50%; left: 45%; }
	#gallery div#first-anime-box div#anime-bird9 { top: 53%; left: 103%; }
	#gallery div#first-anime-box div#anime-bird10 { top: 100%; left: 100%; }
	#gallery div#first-anime-box div#anime-bird11 { top: 100%; left: 100%; }
	#gallery div#first-anime-box div#anime-bird12 { top: 100%; left: 100%; }
	#gallery div#first-anime-box div#anime-bird1.anime { top: 14%; left: 24%; }
	#gallery div#first-anime-box div#anime-bird2.anime { top: 21%; left: 6%; }
	#gallery div#first-anime-box div#anime-bird3.anime { top: 21%; left: 33%; }
	#gallery div#first-anime-box div#anime-bird4.anime { top: 32%; left: 8%; }
	#gallery div#first-anime-box div#anime-bird5.anime { top: 29%; left: 35%; }
	#gallery div#first-anime-box div#anime-bird6.anime { top: 30%; left: 72%; }
	#gallery div#first-anime-box div#anime-bird7.anime { top: 26%; left: 87%; }
	#gallery div#first-anime-box div#anime-bird8.anime { top: 40%; left: 35%; }
	#gallery div#first-anime-box div#anime-bird9.anime { top: 38%; left: 88%; }
	#gallery div#first-anime-box div#anime-bird10.anime { top: 100%; left: 100%; }
	#gallery div#first-anime-box div#anime-bird11.anime { top: 100%; left: 100%; }
	#gallery div#first-anime-box div#anime-bird12.anime { top: 100%; left: 100%; }

	#gallery div#catch-copy-box {
		position: relative;
		height: calc(100vh);
		min-height: 1020px;
		overflow: hidden;
	}

	#gallery div#catch-copy {
		width: 236px;
		margin-left: auto;
		margin-right: auto;
		padding-top: calc(15vh);
	}

	#gallery div#message {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	#gallery div#theme-link {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	#gallery div#sgds-logo {
		margin-top: 60px;
	}

	#gallery div#bird1 {
		position: absolute;
		top: 80px;
		right: -20px;
		width: 100px;
	}

	#gallery div#bird2 {
		margin-top: 40px;
		margin-left: 15px;
		position: relative;
		bottom: auto;
		left: auto;
		width: 100px;
	}

	#gallery div#movie-box {
		width: 100%;
		padding: 20px 20px 40px;
	}

	#gallery div#movie-box div#movie-description {
		float: none;
		width: 100%;
		font-size: 14px;
	}

	#gallery div#movie-box div#movie-preview {
		float: none;
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	#gallery ul#gallery-list {
		padding-top: 20px;
		padding-bottom: 120px;
	}

	#gallery ul#gallery-list li {
		position: relative;
		float: none;
		width: 100%;
		margin-top: 50px;
		margin-left: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	#gallery ul#gallery-list li dl {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		padding: 20px 40px;
		left: auto;
		opacity: 1;
	}

	#gallery ul#gallery-list li dl dd.bird {
		width: 20%;
		transition-duration: 0;
	}

	#gallery ul#gallery-list li:nth-of-type(1) dl dd.bird { bottom: -2%; right: 13%; }
	#gallery ul#gallery-list li:nth-of-type(2) dl dd.bird { bottom: -7%; right: 7%; width: 24%; }
	#gallery ul#gallery-list li:nth-of-type(3) dl dd.bird { bottom: -9%; right: 4%; }
	#gallery ul#gallery-list li:nth-of-type(4) dl dd.bird { top: 10%; right: 13%; width: 24%; }
	#gallery ul#gallery-list li:nth-of-type(5) dl dd.bird { bottom: -3%; right: 15%; }
	#gallery ul#gallery-list li:nth-of-type(6) dl dd.bird { top: 8%; left: 13%; }
	#gallery ul#gallery-list li:nth-of-type(7) dl dd.bird { bottom: -7%; right: 4%; width: 24%; }
	#gallery ul#gallery-list li:nth-of-type(8) dl dd.bird { top: 11%; right: 1%; }
	#gallery ul#gallery-list li:nth-of-type(9) dl dd.bird { bottom: -5%; right: 1%; width: 24%; }
	#gallery ul#gallery-list li:nth-of-type(10) dl dd.bird { top: 8%; right: 11%; }
	#gallery ul#gallery-list li:nth-of-type(11) dl dd.bird { bottom: -2%; right: 17%; }
	#gallery ul#gallery-list li:nth-of-type(12) dl dd.bird { top: 8%; left: 10%; }
	#gallery ul#gallery-list li:nth-of-type(13) dl dd.bird { bottom: -9%; right: 7%; }
	#gallery ul#gallery-list li:nth-of-type(14) dl dd.bird { bottom: -2%; right: 13%; }
	#gallery ul#gallery-list li:nth-of-type(15) dl dd.bird { bottom: -7%; right: 7%; width: 24%; }
	#gallery ul#gallery-list li:nth-of-type(16) dl dd.bird { bottom: -9%; right: 4%; }
	#gallery ul#gallery-list li:nth-of-type(17) dl dd.bird { top: 10%; right: 13%; width: 24%; }
	#gallery ul#gallery-list li:nth-of-type(18) dl dd.bird { bottom: -3%; right: 15%; }

	#gallery ul#gallery-list li:nth-of-type(1) dl dd.bird.anime { bottom: 3%; right: 18%; }
	#gallery ul#gallery-list li:nth-of-type(2) dl dd.bird.anime { bottom: -2%; right: 12%; }
	#gallery ul#gallery-list li:nth-of-type(3) dl dd.bird.anime { bottom: -4%; right: 9%; }
	#gallery ul#gallery-list li:nth-of-type(4) dl dd.bird.anime { top: 5%; right: 18%; }
	#gallery ul#gallery-list li:nth-of-type(5) dl dd.bird.anime { bottom: 2%; right: 20%; }
	#gallery ul#gallery-list li:nth-of-type(6) dl dd.bird.anime { top: 3%; left: 8%; }
	#gallery ul#gallery-list li:nth-of-type(7) dl dd.bird.anime { bottom: -2%; right: 9%; }
	#gallery ul#gallery-list li:nth-of-type(8) dl dd.bird.anime { top: 6%; right: 6%; }
	#gallery ul#gallery-list li:nth-of-type(9) dl dd.bird.anime { bottom: 0%; right: 6%; }
	#gallery ul#gallery-list li:nth-of-type(10) dl dd.bird.anime { top: 3%; right: 16%; }
	#gallery ul#gallery-list li:nth-of-type(11) dl dd.bird.anime { bottom: 3%; right: 22%; }
	#gallery ul#gallery-list li:nth-of-type(12) dl dd.bird.anime { top: 3%; left: 5%; }
	#gallery ul#gallery-list li:nth-of-type(13) dl dd.bird.anime { bottom: -4%; right: 12%; }
	#gallery ul#gallery-list li:nth-of-type(14) dl dd.bird.anime { bottom: 3%; right: 18%; }
	#gallery ul#gallery-list li:nth-of-type(15) dl dd.bird.anime { bottom: -2%; right: 12%; }
	#gallery ul#gallery-list li:nth-of-type(16) dl dd.bird.anime { bottom: -4%; right: 9%; }
	#gallery ul#gallery-list li:nth-of-type(17) dl dd.bird.anime { top: 5%; right: 18%; }
	#gallery ul#gallery-list li:nth-of-type(18) dl dd.bird.anime { bottom: 2%; right: 20%; }

	#gallery div.gallery-modal-content {
		padding: 15px;
	}

	#gallery div.gallery-modal-left-box {
		position: relative;
		float: none;
		width: 100%;
	}

	#gallery div.gallery-modal-left-box div.img-caption {
		position: absolute;
		left: 0;
		bottom: 15px;
	}

	#gallery div.gallery-modal-left-box div.img-caption span {
		background-color: #ffffff;
		font-size: 14px;
	}

	#gallery dl.gallery-modal-right-box {
		float: none;
		width: 100%;
		padding: 15px;
		margin-top: 5px;
	}

	#gallery dl.gallery-modal-right-box dt.catchcopy {
		font-size: 16px;
	}

	#gallery dl.gallery-modal-right-box dd.detail-text {
		margin-top: 16px;
		font-size: 12px;
	}

	#gallery dl.gallery-modal-right-box dd.detail-text div {
		margin-top: 12px;
		font-size: 10px;
		line-height: 22px;
	}

	#gallery dl.gallery-modal-right-box dd.title {
		margin-top: 20px;
		text-align: center;
		border-bottom: 1px solid #000000;
	}

	#gallery dl.gallery-modal-right-box dd.subtitle {
		font-size: 12px;
		text-align: center;
	}

	#gallery dl.gallery-modal-right-box dd.logo {
		margin-top: 20px;
		text-align: center;
		padding: 0 5%;
	}

	#gallery .vbox-navi {
		position: fixed;
		top: 50%;
		left: 0;
		right: 0;
		width: 90%;
		max-width: 1300px;
		margin: auto;
		z-index: 100;
		transform: translateY(-50%);
	}

	#gallery .vbox-next {
		width: 35px;
		height: 35px;
		transform: translateX(70%);
	}

	#gallery .vbox-next span {
		top: 36%;
		right: 42%;
	}

	#gallery .vbox-prev {
		width: 35px;
		height: 35px;
		transform: translateX(-85%);
	}

	#gallery .vbox-prev span {
		top: 36%;
		left: 42%;
	}

	#gallery .vbox-next span, #gallery .vbox-prev span {
		height: 10px;
		width: 10px;
	}

	#gallery .vbox-close {
		width: 35px;
		height: 35px;
		line-height: 24px;
		font-size: 18px;
	}

	#gallery .vbox-content {
		padding: 20px 0;
		overflow: visible;
	}

	#gallery .vbox-inline {
		height: auto;
	}

	#gallery .vbox-inline, .venoframe {
		width: 90%;
		max-width: 1300px;
		overflow: visible;
	}

	#train div.content-box, #bus div.content-box {
		margin-top: 50px;
	}

	#train div#catch-copy-box, #bus div#catch-copy-box {
		/* min-height: 1350px; */
		background-size: 140px, 140px;
	}

	#train div#catch-copy-box::before, #bus div#catch-copy-box::before {
		width: calc(100vw * 0.5);
		height: calc(100vw * 0.5);
	}

	#train div#catch-copy-box::after, #bus div#catch-copy-box::after {
		width: calc(100vw * 0.7);
		height: calc(100vw * 0.7);
	}

	#train div#catch-copy, #bus div#catch-copy {
		position: absolute;
		width: 100%;
		top: 45%;
		transform: translateY(-50%);
		font-size: 19px;
		line-height: 45px;
		text-align: center;
	}

	#train section div.main-image, #bus section div.main-image {
		margin-top: 40px;
	}

	#train section div.main-image .note, #bus section div.main-image .note {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 5px;
		font-size: 14px;
	}

	#train div#tokyu-logo, #bus div#tokyu-logo {
		width: 50%;
		margin-top: 110px;
	}

	#train div#hankyu-logo-box, #bus div#hankyu-logo-box {
		margin-top: 90px;
	}

	#train div#hankyu-logo {
		width: 70%;
	}

	#train div#hanshin-logo {
		width: 66%;
	}

	#train div#hankyu-hd-logo {
		width: 60%;
	}

	#train div.train-image, #bus div.train-image {
		float: none;
		width: 100%;
	}

	#train dl.train-text, #bus dl.train-text {
		float: none;
		width: 100%;
		padding-left: 0;
		margin-top: 40px;
	}

	#train dl.train-text a.link-button, #bus dl.train-text a.link-button {
		width: 100%;
		padding: 0;
	}

	#train h2, #bus h2 {
		font-size: 18px;
		margin-top: 110px;
		padding-top: calc(100vw * 0.185 / 2 - 10px);
		background-size: 60px, 60px;
	}

	#train h2 span, #bus h2 span {
		font-size: 18px;
	}

	#train div#message-comingsoon {
		font-size: 22px;
	}

	#train div.message-half-box:nth-of-type(2) {
		margin-top: 80px;
		margin-bottom: 30px;
	}

	#train div.message-photo {
		float: none;
		width: 100%;
	}

	#train dl.message-text {
		padding-top: 40px;
		padding-left: 0;
		padding-right: 0;
	}

	#train div.message-half-box dl.message-text {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	#train dl.message-text dd {
		margin-top: 30px;
	}

	#train div#history-photo {
		float: none;
		width: 100%;
	}

	#train dl#history-text {
		float: none;
		width: 100%;
		margin-top: 40px;
		margin-left: 0;
	}


	#bus #hankyu-logo-box .logo-group + .logo-group {
		margin-top: 20px;
	}

	#bus div#hankyu-logo {
		width: 70%;
	}

	#bus div#hankyu-hd-logo {
		width: 60%;
	}

	#bus div#hankyu-kankobus-logo {
		width: 60%;
	}

	#bus div#hanshin-bus-logo {
		width: 60%;
	}

	div#footer {
		margin-top: 90px;
		font-size: 9pt;
	}

	.pc-only {
		display: none;
	}

	.wide-only {
		display: none;
	}

	.sp-only {
		display: block;
	}
}

@media screen and (max-width: 480px) {
	#top dl.detail-text-box li a {
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		width: 85%;
		font-size: 14px;
		min-height: 56px;
		height: 56px;
		line-height: 56px;
		border-radius: 30px;
	}
	#top div#about-box dl.detail-text-box li:nth-of-type(1) a {
		padding-top: 0px;
		line-height: 16px;
	}
	#top dl.detail-text-box li:nth-of-type(4) a {
		padding-top: 0px;
		line-height: 14px;
	}

	#gallery div#catch-copy-box {
		min-height: 1150px;
	}

	#gallery div#navi-title {
		margin: 0 0 50px;
		font-size: 26px;
	}
}

@media screen and (max-width: 370px) {
	#gallery div#bird1 {
		position: absolute;
		top: 30px;
		right: 40px;
		width: 100px;
	}

	#gallery div#catch-copy-box {
		min-height: 1230px;
	}

	#gallery div#navi-title {
		font-size: 24px;
	}
}
