/* CSS Document */
:root {
  --orangecolor: #f29015;
  --linewidthaaa: 2px;
  --bandsqb: calc( 9% );
  --bandmtz: calc( 9% + 3px);
}
.hrmg0 {
	width: 100%;
	height: 100SVH;
	margin: 0px;
	padding: 0px;
	position: relative;
	display:block;
	background:rgba(0,0,0,1);
}
.hrmg1, #hrmg6 {
	width: 100%;
	height: 100VH;
	margin: 0px;
	padding: 0px;
	position: relative;
	display:block;
	background:rgba(0,0,0,1);
}
.hrmg2 {
	width: 100%;
	height: 100VH;
	margin: 0px;
	padding: 0px;
	position: relative;
	display:block;
	background:rgba(0,0,0,1);
}
.fork {
	width: 600px;
	//max-width: 800px;
	//height: 10VH;
	
	position: absolute;
	//left: 0%;
	left: calc(( 100% - 600px) / 2);
	top: 60%;
	z-index:20;
}
.mgfit {
	margin: 0px;
	padding: 0px;
	height: 100%;
	//height: 100VH;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
}
.monocuro {
	filter: grayscale(1);
	opacity:0.9;
}

#toptx1 {
	font-size:2em;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	display:block;
	color:#FFFFFF;
	white-space: nowrap;
}
.toptx2 {
	font-size:1.6em;
	
	position: absolute;
	top: 45VH;
	left: 50%;
	
	transform: translate(-50%, -50%);
	display:block;
	//color:#FFFFFF;
	white-space: nowrap;
	text-align:left;
	z-index:10;
	//background:#0099FF;
}
.ln4 {
  position: absolute;
  top: 80vh;
  left: 50%;

  width: var(--linewidthaaa);
  height: 45vh;

  background-image: repeating-linear-gradient(
    0deg,
    var(--orangecolor) 0px,
    var(--orangecolor) 100%,
    transparent 100%,
    transparent 100%
  );

  background-size: 100% calc(45vh * 2);
  background-position: 0 0;
  background-repeat: no-repeat;
  animation: borderAnimation 2.4s linear infinite;
  /*animation-timing-function: cubic-bezier(0.16, 1, 0.6, 1);*/
  z-index: 50;
}
.ln5 {
  position: absolute;
  top: 64vh;
  left: 50%;

  width: var(--linewidthaaa);
  height: 41vh;

  background-image: repeating-linear-gradient(
    0deg,
    var(--orangecolor) 0px,
    var(--orangecolor) 100%,
    transparent 100%,
    transparent 100%
  );

  background-size: 100% calc(41vh * 2);
  background-position: 0 0;
  background-repeat: no-repeat;
  animation: borderAnimation 2.4s linear infinite;
  /*animation-timing-function: cubic-bezier(0.16, 1, 0.6, 1);*/
  z-index: 50;
}
.btn3ftxt {
	font-weight: 400;

	width: 80%;
	padding-top: 3px;
	margin-right: 70px;
	//margin-right: 10%;
	margin-left: auto;
	text-align: right;
	//padding-right: 2em;
}
.linkarch {
	width:40px;
	display:inline-block;
}
.ln1 {
  position: absolute;
  top: 60%;
  left: 50%;

  width: var(--linewidthaaa);
  height: 48vh;
  z-index: 40;

  background: repeating-linear-gradient(
    to bottom,
    var(--orangecolor) 0px,
    var(--orangecolor) 100%,
    transparent 100%,
    transparent 100%
  );

  background-size: 100% calc(48vh * 2);
  background-repeat: no-repeat;

  animation: borderAnimation 2.4s linear infinite;
  /*animation-timing-function: cubic-bezier(0.16, 1, 0.6, 1);*/
  will-change: background-position;
}
.okomaritext {
	position:absolute;
	top: 15%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	//color:rgba(255,255,255,1);
	//font-size: 2em;
	//line-height: 1em;
}
.ln2 {
  position: absolute;
  top: 30%;
  left: 50%;

  width: var(--linewidthaaa);
  height: 22vh;

  background-image: repeating-linear-gradient(
    0deg,
    var(--orangecolor) 0px,
    var(--orangecolor) 100%,
    transparent 100%,
    transparent 100%
  );

  background-size: 100% calc(22vh * 2);
  background-position: 0 0;
  background-repeat: no-repeat;

  animation: borderAnimation 2.4s linear infinite;
  /*animation-timing-function: cubic-bezier(0.16, 1, 0.6, 1);*/
}
.sqb {
  width: 9.5%;
  height: 15vh;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;

  border-top: var(--linewidthaaa) solid transparent;
  border-left: var(--linewidthaaa) solid transparent;

  background-image: 
    linear-gradient(to right, var(--orangecolor) 25%, transparent 25%),
    linear-gradient(to bottom, var(--orangecolor) 25%, transparent 25%);
  background-size: 200% var(--linewidthaaa), var(--linewidthaaa) 200%;
  background-repeat: repeat-x, repeat-y;
  background-origin: border-box;
}

.sqb.flow-right {
  transform: scale(-1,1);
  animation: sqbMove 2.4s infinite linear;
  /*animation-timing-function: cubic-bezier(0.16, 1, 0.6, 1);*/
}
.sqb.flow-left {
  animation: sqbMove 2.4s infinite linear;
  /*animation-timing-function: cubic-bezier(0.16, 1, 0.6, 1);*/
}
.sqb.float-center-left {
  left: 0;
  width: 5%;
  position: relative;
}
.sqb.float-center-right {
  width: 5%;
}

.sqc {
  width: 10%;
  height: 15vh;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;

  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;

  background-image:
    linear-gradient(to right, var(--orangecolor) 25%, transparent 25%),
    linear-gradient(to bottom, var(--orangecolor) 25%, transparent 25%);
  background-size: 200% var(--linewidthaaa), var(--linewidthaaa) 200%;
  background-repeat: repeat-x, repeat-y;
  background-position: 0 100%, 0 0;
}
.sqc.flow-left {
  animation: sqcMove 2.4s infinite linear;
  /*animation-timing-function: cubic-bezier(0.16, 1, 0.6, 1);*/
}
.sqc.flow-right {
  transform: scale(-1,1);
  animation: sqcMove 2.4s infinite linear;
  /*animation-timing-function: cubic-bezier(0.16, 1, 0.6, 1);*/
}
.sqc.float-center-left {
  left: 0;
  width: 5%;
  position: relative;
}
.sqc.float-center-right {
  width: 5%;
}


.mtz {
	width: var(--bandmtz);
	//width:  5%;
	height:51VH;
	margin: 0px;
	padding: 0px;
	color:#fff;
	font-size: 1.2em;
	
	//writing-mode: vertical-rl;
	//text-align:left;
	//background:rgba(230,100,100,0.3);
	display: inline-block;
	//overflow: hidden;
}
.mtz:nth-child(even) {
	//background:rgba(200,200,240,0.3);
	
}
.toptx5 {
	font-size:1.6em;
	
	position: absolute;
	top: 45VH;
	left: 50%;
	
	transform: translate(-50%, -50%);
	display:block;
	//color:#FFFFFF;
	white-space: nowrap;
	text-align:left;
	z-index:10;
	//background:#0099FF;
}
.ka0 {
	width: 60%;
	height:70VH;
	
	position:absolute;
	top: 55%;
	left: 20%;
	background:rgba(200,50,200,0.3);
	z-index:30;
}
.ka1 {
	//width:  calc( 11.11% - 0px );
	width:  9%;
	//width:  5%;
	height:5VH;
	margin: 0px;
	padding: 0px;
	color:#fff;
	font-size: 1.2em;

	background:rgba(230,100,100,0.3);
	display: inline-block;
}

.ka1:nth-child(even) {
	background:rgba(200,200,240,0.3);
	
}
.uforkzone {
	position:absolute;
	top: 40VH;
	left: 14%;
	
	width: 80%;
	height:15VH;
	
	//background:rgba(255,200,200,0.3);
	z-index:30;
}
.middletext {
	width: 80%;
	height:80VH;
	
	position:absolute;
	top: 60%;
	left: 11.0%;
	//background:rgba(200,200,200,0.3);
	z-index:30;
}
.brpc {
	display: none;
}
.text2em {
	font-size:1.4em;
}
.toptx3 {
	width:84%;
	position: absolute;
	top: 5%;
	left: 8%;
	//display:block;

	text-align:left;
	z-index:10;
}
.text14em {
	font-size:1.0em;
}
.marginright1 {
	margin-right: 2em;
}
.mtzmg {
	width:52%;
	max-width:25px;
	margin-left:auto;
	margin-right:auto;
}
.dforkzone {
	position:absolute;
	top: 8VH;
	//top: 25VH;
	left: 14%;

	width: 80%;
	height:15VH;

	//background:rgba(200,200,200,0.3);
	z-index:30;
	
}
.ln3 {
	position:absolute;
	top: 15vh;
	left: 50.0%;
	
  width: var(--linewidthaaa);
	height:97VH;

	//background:rgba(255,200,200,0.9);
	
	/*border-left-width: var(--linewidthaaa);
	border-left-style: dashed;
	border-left-color: var(--orangecolor);*/
	z-index: 50;

  background-image: repeating-linear-gradient(
    0deg,
    var(--orangecolor) 0px,
    var(--orangecolor) 100%,
    transparent 100%,
    transparent 100%
  );

  background-size: 100% calc(97VH * 2);
  background-position: 0 0;
  background-repeat: no-repeat;

  animation: borderAnimation 2.4s linear infinite;
  /*animation-timing-function: cubic-bezier(0.16, 1, 0.6, 1);*/
}
#hrmg6 {
	height: 110VH;
}
.ln6 {
	position: absolute;
	top: 98vh;
	left: 50%;
	/*left: 8%;*/
	width: var(--linewidthaaa);
	height: 120vh;

  background-image: repeating-linear-gradient(
    0deg,
    var(--orangecolor) 0px,
    var(--orangecolor) 100%,
    transparent 100%,
    transparent 100%
  );

  background-size: 100% calc(120vh * 2);
  background-position: 0 0;
  background-repeat: no-repeat;

  animation: borderAnimation 2.4s linear infinite;
  /*animation-timing-function: cubic-bezier(0.16, 1, 0.6, 1);*/

  z-index: 40;
}


@media screen and (min-width: 800px) {
.sqb {
  width: 9%;
}
.sqc {
  width: 9.2%;
}
.ln6 {
  top: 98vh;
  height: 103vh;
  background-size: 100% calc(103vh * 2);
}
#hrmg6 {
	height: 100VH;
	min-height: 820px;
}
.ln3 {
	position: absolute;
  top: 28.7vh;
  left: 50%;

  height: 88vh;
  background-size: 100% calc(88vh * 2);
}
.dforkzone {
	position:absolute;
	top: 25VH;
	left: 25%;

	width: 59.5%;
	height:15VH;
}
.mtzmg {
	width:100%;
	margin-left:0;
	margin-right:auto;
}
.text14em {
	font-size:1.4em;
}
.text2em {
	font-size:2em;
}
.brpc {
	display: block;
}
.middletext {
	width: 60%;
	height:60VH;
	
	position:absolute;
	top: 60%;
	left: 24%;
}
.uforkzone {
	position:absolute;
	top: 40VH;
	left: 25%;
	
	width: 59.5%;
	height:15VH;
}
.toptx5 {
	font-size:2em;
}
}

@media screen and (min-width: 800px) and (max-width: 1230px) {
  .ln6 {
    top: max(103vh, 106%);
    height: 101vh;
	  background-size: 100% calc(101vh * 2);
  }
}

@media screen and (min-width: 1400px) {
	.ln6 {
	  top: max(90vh, 730px);
    height: max(118vh, 57%);
    background-size: 100% calc(max(118vh, 57%) * 2);
	}
}


@keyframes borderAnimation {
  0% { background-position: 0 200%; }
  50% { background-position: 0 0; }
  72% { background-position: 0 -100%; }
  100% { background-position: 0 -100%; }
}
@keyframes borderAnimation {
  0% { background-position: 0 200%; }
  50% { background-position: 0 0; }
  72% { background-position: 0 -100%; }
  100% { background-position: 0 -100%; }
}
@keyframes sqbMove {
	0%,50%   { background-position: -105% 0, 0 100%, 100% 100%; }
	75%      { background-position: 40% 0, 0 40%, 100% 100%; }
	100%     { background-position: 100% 0, 0 -100%, 100% 0; }
}
@keyframes sqcMove {
  0%, 50%   { background-position: 100% 100%, 0 100%, 100% 100%; }
  75%       { background-position: 40% 100%, 0 40%, 100% 100%; }
  100%      { background-position: -105% 100%, 0 -100%, 100% 0; }
}
@keyframes sqcMove {
	0%   { background-position: 100% 100%, 0 100%, 100% 100%; }
	50%   { background-position: 100% 100%, 0 100%, 100% 100%; }
	75%   { background-position: 40% 100%, 0 40%, 100% 100%; }
	100% { background-position: -105% 100%, 0 -100%, 100% 0;}
}
@keyframes ln5Move {
  0% { background-position: 100% 0, 0 100%; }
  100% { background-position: 100% 100%, -100% 100%; }
}
@keyframes ln6Move {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: -100% 0, 0 100%; }
}