@charset "UTF-8";
/* =========================================
Modal & Dialog
========================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap");
.ui-dialog {
  z-index: 1500000;
  background: none;
  border: none;
}

.ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-widget-header,
.ui-dialog .ui-dialog-title,
.ui-dialog .ui-dialog-content,
.ui-dialog .ui-widget-content,
.ui-dialog .ui-dialog-buttonpane,
.ui-dialog .ui-dialog-buttonset {
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: none;
  border: none;
}

.ui-dialog .ui-dialog-titlebar button:focus,
.ui-dialog .ui-widget-header button:focus,
.ui-dialog .ui-dialog-title button:focus,
.ui-dialog .ui-dialog-content button:focus,
.ui-dialog .ui-widget-content button:focus,
.ui-dialog .ui-dialog-buttonpane button:focus,
.ui-dialog .ui-dialog-buttonset button:focus {
  outline: none;
}

.ui-dialog .ui-dialog-titlebar button.ui-dialog-titlebar-close,
.ui-dialog .ui-widget-header button.ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-title button.ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-content button.ui-dialog-titlebar-close,
.ui-dialog .ui-widget-content button.ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-buttonpane button.ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-buttonset button.ui-dialog-titlebar-close {
  display: none;
}

.ui-dialog.formDialog {
  padding: calc(10px * 1);
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0.75);
  border-style: solid;
  border-width: calc(2px * 1);
  border-color: #FFF;
  border-radius: calc(8px * 1);
}

.ui-dialog.formDialog .ui-dialog-titlebar.ui-widget-header {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  touch-callout: none;
  -moz-touch-callout: none;
  -webkit-touch-callout: none;
  -o-touch-callout: none;
  -ms-touch-callout: none;
  touch-action: none;
  -moz-touch-action: none;
  -webkit-touch-action: none;
  -o-touch-action: none;
  -ms-touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: calc(10px * 1);
  width: calc(100% - (20px * 1));
  height: 1.5em;
  background-color: #FFF;
  border-radius: calc(4px * 1);
  color: #000;
  font-size: 1.125rem;
  line-height: 1;
}

.ui-dialog.formDialog .ui-dialog-titlebar.ui-widget-header:before {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
}

.ui-dialog.formDialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-title {
  margin: 0 0.5em;
}

.ui-dialog.formDialog .ui-dialog-titlebar.ui-widget-header:after {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
}

.ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  touch-callout: none;
  -moz-touch-callout: none;
  -webkit-touch-callout: none;
  -o-touch-callout: none;
  -ms-touch-callout: none;
  touch-action: none;
  -moz-touch-action: none;
  -webkit-touch-action: none;
  -o-touch-action: none;
  -ms-touch-action: none;
  margin: 2em 0;
  width: 100%;
  height: auto;
  max-height: calc(175px * 1);
  overflow-y: auto;
  font-size: 1rem;
}

.ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content p {
  margin: 0 0 0.7em 0;
  color: #FFF;
  line-height: 1.4;
}

.ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.required, .ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.confirm, .ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.textlimit, .ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.noInput, .ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.blankInput, .ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.confirmInput, .ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.normal, .ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.kickout {
  margin: 0 0 0.7em 0;
  padding: 0;
  list-style: disc;
  color: #FFF;
}

.ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.required li, .ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.confirm li, .ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.textlimit li, .ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.noInput li, .ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.blankInput li, .ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.confirmInput li, .ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.normal li, .ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.kickout li {
  margin: 0 0 0.5em 2.5em;
  padding: 0;
}

.ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.kickout > li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.kickout > li > div p {
  display: inline-block;
  width: auto;
  height: auto;
}

.ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.kickout > li > div p:first-child {
  max-width: 10em;
}

.ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.kickout > li > div p:last-child {
  -webkit-box-flex: 20;
      -ms-flex-positive: 20;
          flex-grow: 20;
}

.ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.kickout > li > div p:last-child:before {
  content: "：";
}

.ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.error {
  margin: 0 0 0.7em 0;
  padding: 0;
  list-style: disc;
  color: #FFF;
}

.ui-dialog.formDialog .cmtDialog.ui-dialog-content.ui-widget-content ul.error li {
  margin: 0 0 0.5em 2.5em;
  padding: 0;
}

.ui-dialog.formDialog .ui-dialog-buttonpane.ui-widget-content {
  padding: calc(5px * 1) 0 0 0;
  border-style: dotted;
  border-width: calc(1px * 1);
  border-color: #FFF;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.ui-dialog.formDialog .ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.ui-dialog.formDialog .ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset button {
  margin: 0.5em;
  padding: 0.75em;
  width: auto;
  height: auto;
  min-width: 7em;
  background-color: #DFDFDF;
  border-style: solid;
  border-width: calc(1px * 1);
  border-color: #999;
  border-radius: calc(2px * 1);
  font-size: 0.875rem;
  line-height: 1;
}

.ui-dialog.formDialog .ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset button:focus {
  outline: none;
}

.ui-dialog.formDialog .ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset button:hover {
  background-color: #FFF684;
  border-color: #fc0;
  color: #fc0;
}

.ui-dialog.formDialog .ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset button:active {
  background-color: #FFF684;
  border-color: #f60;
  color: #f60;
}

.ui-dialog.formDialog.loading {
  background-color: transparent;
  border: none;
}

.ui-dialog.formDialog.loading:before {
  opacity: 0.75;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  margin-bottom: calc(5px * 1);
  font-size: calc(100px * 1);
  font-weight: 400;
  -webkit-animation-name: animeLoading;
          animation-name: animeLoading;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.ui-dialog.formDialog.loading .ui-dialog-titlebar.ui-widget-header {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
  color: #FFF;
  /*
					&:before {
						@include setIcon('\f110');
						margin: {
							bottom: calc(5px * 1);
						}
						font: {
							size: calc(100px * 1);
							weight: $FONT_NORMAL;
						}

						@include setAnime(animeLoading, 2s, linear, 0, infinite, normal, backwards);
					}*/
}

.ui-dialog.formDialog.loading .ui-dialog-titlebar.ui-widget-header .ui-dialog-title {
  display: none;
  margin: 0 0.5em;
}

.ui-dialog.formDialog.loading .ui-dialog-titlebar.ui-widget-header:after {
  content: none;
}

.ui-dialog.formDialog.update {
  background-color: transparent;
  border: none;
}

.ui-dialog.formDialog.update .ui-dialog-titlebar.ui-widget-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
  color: #FFF;
}

.ui-dialog.formDialog.update .ui-dialog-titlebar.ui-widget-header:before {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  margin-bottom: calc(5px * 1);
  font-size: calc(100px * 1);
  font-weight: 400;
  -webkit-animation-name: animeLoading;
          animation-name: animeLoading;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.ui-dialog.formDialog.update .ui-dialog-titlebar.ui-widget-header .ui-dialog-title {
  margin: 0 0.5em;
}

.ui-dialog.formDialog.update .ui-dialog-titlebar.ui-widget-header:after {
  content: none;
}

.ui-dialog.formDialog.success {
  border-color: #2a971f;
}

.ui-dialog.formDialog.success .ui-dialog-titlebar.ui-widget-header {
  color: #2a971f;
}

.ui-dialog.formDialog.caution {
  border-color: #fc0;
}

.ui-dialog.formDialog.caution .ui-dialog-titlebar.ui-widget-header {
  color: #f60;
}

.ui-dialog.formDialog.warning {
  border-color: #c00;
}

.ui-dialog.formDialog.warning .ui-dialog-titlebar.ui-widget-header {
  color: #c00;
}

.ui-dialog.x2 {
  -webkit-transform: scale(2);
          transform: scale(2);
}

@-webkit-keyframes animeLoading {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes animeLoading {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

#hpdModal {
  z-index: 1000000;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

/* =========================================
Common
========================================= */
html, body, div, form, dl, dt, dd, ul, ol, li, p, span, h1, h2, h3, h4, h5, h6 {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  background-color: #000;
  overflow: hidden;
}

body {
  display: none;
  opacity: 0;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  background-image: url(../img/bg_main.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

body.enable {
  display: block;
  opacity: 1;
}

body.disable {
  opacity: 0;
}

#container {
  /*position: absolute;
    top: 0;
    left: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  width: 100%;
  height: 100%;
}

#container.landscape {
  width: 100%;
  height: 100%;
  max-width: 667px;
  max-height: 375px;
  padding-bottom: 0;
  padding-right: env(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
}

#container.black {
  background-color: #000;
}

body > #container {
  height: 100%;
}

#touchGuard {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  z-index: -1000000;
  opacity: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 0, 0.5);
  /*

	// LOADING - ICON
	&::before {
		@include setIcon("\f1ce");

		position: absolute;
		top: 50%;
		left: 50%;
		
		font-size: $loadingIconSize;
		font-weight: normal;
		line-height: $loadingIconSize;

		color: #e0e0e0;

		

		transition-duration: 0.25s;
		opacity: 0;
	}

	// LOADING - TXT
	&::after {
		content: "準備中";

		position: absolute;
		top: 50%;
		left: 50%;

		font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "sans-serif";
		font-size: $loadingTextSize;
		font-weight: normal;
		line-height: $loadingTextSize;

		color: #999;

		transition-duration: 0.25s;
		opacity: 0;
		transform: translate(-50%, -50%);
	}
	*/
}

#touchGuard.enable {
  display: block;
  z-index: 1000000;
  /*
		transition-duration: 0.25s;
		&.dispText {
			// LOADING - ICON
			&::before {
				transition-delay: 0.25s;
				transition-duration: 0.25s;
				opacity: 1;

				@include setAnime(loadingRotate, 1s, "","","","","");
			}

			// LOADING - TXT
			&::after {
				transition-delay: 0.75s;
				transition-duration: 0.25s;
				transition-timing-function: ease-out;
				opacity: 1;
				transform: translate(-50%, -50%);
			}
		}*/
}

#loading {
  z-index: 1000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

#compass {
  z-index: 1000000;
  opacity: 0.7;
  position: absolute;
  top: 20px;
  left: 20px;
  display: none;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.75);
  border: solid 2px #fff;
  border-radius: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#compass .needle {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  display: block;
  width: 38px;
  height: 38px;
}

#compass .needle::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 5px 5px 5px;
}

#compass .disp {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.pageFixed {
  position: fixed;
  width: 100%;
}

.nobr {
  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
}

.textHidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@-webkit-keyframes animeFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}

@keyframes animeFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes loadingRotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loadingRotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes loadingRotateSp {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loadingRotateSp {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes basicBlink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes basicBlink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Template A
@if($type == xs) { //Mobile
	
}
@if($type == sm) { //Tablet
	
}
@if($type == md or $type == lg) { //PC

}
*/
/* Template B
@if($type == xs) { //Mobile
	
}
@if($type == sm or $type == md or $type == lg) { //Tablet-PC

}
*/
/* Template C
@if($type == xs or $type == sm) { //Mobile & Tablet

}
@if($type == md or $type == lg) { //PC

}
*/
#container > .view {
  z-index: -100000;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px 15px calc(env(safe-area-inset-bottom, 0) + 54px + (15px * 2));
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}

#container > .view > .title {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0 15px;
  border-bottom: solid 2px #FFF;
  width: 100%;
  height: auto;
  text-align: center;
  color: #FFF;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#container > .view > .title > p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#container > .view > .icon {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100px + 50px);
}

#container > .view > .icon > svg {
  width: 100%;
  height: auto;
  max-width: 100px;
  max-height: 100px;
  fill: #FFF;
}

#container > .view > .icon > svg.calibration {
  max-width: 65px;
  max-height: 65px;
}

#container > .view > .icon.error > svg {
  fill: #fc0;
}

#container > .view > .icon > .effect {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  border: solid 2px #FFF;
  border-radius: 100px;
  -webkit-animation-name: animEffectRotation;
          animation-name: animEffectRotation;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#container > .view > .icon > .effect span {
  position: absolute;
  color: #FFF;
  font-size: 9px;
}

#container > .view > .icon > .effect span:nth-child(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#container > .view > .icon > .effect span:nth-child(2) {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}

#container > .view > .icon > .effect span:nth-child(3) {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(180deg);
          transform: translate(-50%, 0) rotate(180deg);
}

#container > .view > .icon > .effect span:nth-child(4) {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
}

@-webkit-keyframes animEffectRotation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes animEffectRotation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

#container > .view > .textArea {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-height: calc(100% - ((30px + (15px * 2) + 2px) + 100px + (env(safe-area-inset-bottom, 0) + (24px + (10px * 2) + (5px * 2)))));
  overflow: auto;
  text-overflow: fade;
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  /*&::after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        background: {
          color: rgba($CLR_GREEN, 0.5);
        };
      }*/
}

#container > .view > .textArea .noWrap {
  word-break: keep-all;
  white-space: nowrap;
}

#container > .view > .textArea .big {
  font-size: 30px;
}

#container > .view > .textArea .small {
  font-size: 18px;
}

#container > .view > .textArea .bold {
  font-weight: 900;
}

#container > .view > .textArea > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 auto 18px;
  text-align: center;
}

#container > .view > .textArea > p span {
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
}

#container > .view > .textArea > p:last-child {
  margin-bottom: 0;
}

#container > .view > .textArea > p.noBottom {
  margin-bottom: 0;
}

#container > .view > .textArea > ul {
  margin: 0 auto 24px;
  padding: 15px;
  width: 100%;
  max-width: calc(360px - 30px);
  list-style: none;
  border: solid 1px #FFF;
  border-radius: 15px;
}

#container > .view > .textArea > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 30px;
  line-height: 1.25;
}

#container > .view > .textArea > ul > li span {
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
}

#container > .view > .textArea > ul > li::before {
  display: block;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  margin-right: 6px;
  margin-left: -30px;
  font-size: 24px;
}

#container > .view .title *[class*="forPortrait"],
#container > .view .textArea *[class*="forPortrait"] {
  display: block;
}

#container > .view .title *[class*="forLandscape"],
#container > .view .textArea *[class*="forLandscape"] {
  display: none;
}

#container > .view#viewFinished {
  padding-bottom: 15px;
}

#container > .view#viewConfig {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#container > .view#viewConfig > .icon {
  display: none;
}

#container > .view#view403 {
  z-index: 150000;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}

#container > .view#view403 .title {
  height: auto;
  overflow: visible;
  border-bottom: dotted 1px #FFF;
}

#container > .view#view403 .title > p {
  line-height: 1.4;
}

#container > .view#view403 .title > p .big {
  font-size: 30px;
}

#container > .view#view403 .title > p .small {
  font-size: 18px;
}

#container > .view#view403 .title > p .bold {
  font-weight: 900;
}

#container > .view#view403 .title > p > span {
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
}

#container > .view#view403 .textArea {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  height: auto;
  max-height: none;
  overflow: visible;
}

#container > .view#view403 .textArea > ul {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  border: none;
}

#container > .view#view403 .textArea > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 0;
}

#container > .view#view403 .textArea > ul > li > span {
  display: block;
  font-size: 20px;
}

#container > .view#view403 .textArea > ul > li > span.big {
  font-size: 45px;
}

#container > .view#view403 .textArea > ul > li > span:first-child {
  text-align: right;
}

#container > .view#view403 .textArea > ul > li > span:last-child {
  text-align: left;
  margin-left: 10px;
}

#container > .view#view403 .textArea > ul > li::before {
  display: none;
}

#container > .view.enable {
  z-index: 150000;
}

#container > .scrollSign {
  z-index: 150000;
  position: absolute;
  top: 0;
  display: none;
  width: 5px;
  height: auto;
  min-height: 10px;
}

#container > .scrollSign span.top, #container > .scrollSign span.bottom {
  opacity: 0;
  position: absolute;
  width: 5px;
  height: 5px;
}

#container > .scrollSign span.top::before, #container > .scrollSign span.bottom::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: solid 5px transparent;
  border-top: solid 5px #FFF;
  border-left: solid 5px transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation-name: animeScSign;
          animation-name: animeScSign;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes animeScSign {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes animeScSign {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#container > .scrollSign span.top.enable, #container > .scrollSign span.bottom.enable {
  opacity: 1;
}

#container > .scrollSign span.top {
  top: 0;
  left: 0;
}

#container > .scrollSign span.top::before {
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}

#container > .scrollSign span.bottom {
  bottom: 0;
  left: 0;
}

#container > .scrollSign.enable {
  display: block;
}

#container > .button[data-type*="system"],
#container > .button[data-type*="config"] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -150000;
  opacity: 0;
  position: fixed;
  bottom: calc(env(safe-area-inset-bottom, 0) + 15px);
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% + 30px));
          transform: translate(-50%, calc(100% + 30px));
  -webkit-transition-property: none;
  transition-property: none;
}

#container > .button[data-type*="system"].anim,
#container > .button[data-type*="config"].anim {
  z-index: 150000;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#container > .button[data-type*="system"].enable,
#container > .button[data-type*="config"].enable {
  z-index: 150000;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#container > .button[data-type*="system"].mode-high,
#container > .button[data-type*="config"].mode-high {
  position: absolute;
  opacity: 0;
  top: calc(62px + (100% - (env(safe-area-inset-top, 0) + 62px + env(safe-area-inset-bottom, 0))) / 2);
  -webkit-transform: translate(-75%, calc(-150% - 15px));
          transform: translate(-75%, calc(-150% - 15px));
}

#container > .button[data-type*="system"].mode-high.enable,
#container > .button[data-type*="config"].mode-high.enable {
  z-index: 250000;
  opacity: 1;
  -webkit-transform: translate(-50%, calc(-150% - 15px));
          transform: translate(-50%, calc(-150% - 15px));
}

#container > .button[data-type*="system"].mode-mid,
#container > .button[data-type*="config"].mode-mid {
  opacity: 0;
  position: absolute;
  top: calc(62px + (100% - (env(safe-area-inset-top, 0) + 62px + env(safe-area-inset-bottom, 0))) / 2);
  -webkit-transform: translate(25%, -50%);
          transform: translate(25%, -50%);
}

#container > .button[data-type*="system"].mode-mid.enable,
#container > .button[data-type*="config"].mode-mid.enable {
  z-index: 250000;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#container > .button[data-type*="system"].mode-low,
#container > .button[data-type*="config"].mode-low {
  opacity: 0;
  position: absolute;
  top: calc(62px + (100% - (env(safe-area-inset-top, 0) + 62px + env(safe-area-inset-bottom, 0))) / 2);
  -webkit-transform: translate(-750%, calc(50% + 15px));
          transform: translate(-750%, calc(50% + 15px));
}

#container > .button[data-type*="system"].mode-low.enable,
#container > .button[data-type*="config"].mode-low.enable {
  z-index: 250000;
  opacity: 1;
  -webkit-transform: translate(-50%, calc(50% + 15px));
          transform: translate(-50%, calc(50% + 15px));
}

#container > #progressBox {
  opacity: 0;
  z-index: 140000;
  position: fixed;
  bottom: calc(env(safe-area-inset-bottom, 0) + 15px);
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 30px);
  -webkit-transition-property: none;
  transition-property: none;
}

#container > #progressBox.anim {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#container > #progressBox.enable {
  z-index: 140000;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#container > #progressBox > span {
  margin: 0 15px;
  width: 30px;
  height: 30px;
}

#container > #progressBox > span > svg {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  fill: #FFF;
}

#container > #progressBox > span.now > svg {
  opacity: 1;
  -webkit-animation-name: animeNowStep;
          animation-name: animeNowStep;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes animeNowStep {
  0% {
    -webkit-transform: translateY(0) scale(1.2, 0.9);
            transform: translateY(0) scale(1.2, 0.9);
  }
  20% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
  100% {
    -webkit-transform: translateY(-30%) scale(1, 1);
            transform: translateY(-30%) scale(1, 1);
  }
}

@keyframes animeNowStep {
  0% {
    -webkit-transform: translateY(0) scale(1.2, 0.9);
            transform: translateY(0) scale(1.2, 0.9);
  }
  20% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
  100% {
    -webkit-transform: translateY(-30%) scale(1, 1);
            transform: translateY(-30%) scale(1, 1);
  }
}

#container > #progressBox > span.now::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #FFF;
  border-radius: 10px;
}

#container[data-type="iPad"] > .view, #container[data-type="Tablet"] > .view, #container[data-type="PC"] > .view {
  position: absolute;
  top: calc((100% - env(safe-area-inset-top, 0) - env(safe-area-inset-bottom, 0) - 91.75px - 30px) / 2);
  left: 50%;
  -webkit-transform: translateY(-50%, -50%);
          transform: translateY(-50%, -50%);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px;
  height: auto;
  min-width: auto;
  min-height: auto;
  max-width: 600px;
  max-height: 800px;
  border-radius: 30px;
}

#container[data-type="iPad"] > .view#viewConfig, #container[data-type="Tablet"] > .view#viewConfig, #container[data-type="PC"] > .view#viewConfig {
  top: calc((100% - env(safe-area-inset-top, 0) - env(safe-area-inset-bottom, 0)) / 2);
}

#container[data-type="iPad"] > .view > .title, #container[data-type="Tablet"] > .view > .title, #container[data-type="PC"] > .view > .title {
  font-size: 37.5px;
}

#container[data-type="iPad"] > .view > .icon, #container[data-type="Tablet"] > .view > .icon, #container[data-type="PC"] > .view > .icon {
  height: calc(125px + 100px);
}

#container[data-type="iPad"] > .view > .icon > svg, #container[data-type="Tablet"] > .view > .icon > svg, #container[data-type="PC"] > .view > .icon > svg {
  max-width: 125px;
  max-height: 125px;
}

#container[data-type="iPad"] > .view .textArea, #container[data-type="Tablet"] > .view .textArea, #container[data-type="PC"] > .view .textArea {
  font-size: 30px;
  font-weight: 400;
}

#container[data-type="iPad"] > .view .textArea > p .big, #container[data-type="Tablet"] > .view .textArea > p .big, #container[data-type="PC"] > .view .textArea > p .big {
  font-size: 37.5px;
}

#container[data-type="iPad"] > .view .textArea > ul, #container[data-type="Tablet"] > .view .textArea > ul, #container[data-type="PC"] > .view .textArea > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  width: calc(100% - 30px);
}

#container[data-type="iPad"] > .view .textArea > ul > li, #container[data-type="Tablet"] > .view .textArea > ul > li, #container[data-type="PC"] > .view .textArea > ul > li {
  padding-left: 37.5px;
}

#container[data-type="iPad"] > .view .textArea > ul > li::before, #container[data-type="Tablet"] > .view .textArea > ul > li::before, #container[data-type="PC"] > .view .textArea > ul > li::before {
  margin-right: 7.5px;
  margin-left: -37.5px;
  font-size: 30px;
}

#container[data-type="iPad"] > .view .textArea > ul > li:first-child, #container[data-type="Tablet"] > .view .textArea > ul > li:first-child, #container[data-type="PC"] > .view .textArea > ul > li:first-child {
  margin-right: 37.5px;
}

#container[data-type="iPad"] > .view#viewCalibration > .icon, #container[data-type="Tablet"] > .view#viewCalibration > .icon, #container[data-type="PC"] > .view#viewCalibration > .icon {
  height: calc(125px + 100px);
}

#container[data-type="iPad"] > .view#viewCalibration > .icon > svg, #container[data-type="Tablet"] > .view#viewCalibration > .icon > svg, #container[data-type="PC"] > .view#viewCalibration > .icon > svg {
  max-width: 100px;
  max-height: 100px;
}

#container[data-type="iPad"] > .view#viewCalibration > .icon > .effect, #container[data-type="Tablet"] > .view#viewCalibration > .icon > .effect, #container[data-type="PC"] > .view#viewCalibration > .icon > .effect {
  width: 150px;
  height: 150px;
}

#container[data-type="iPad"] > .view#viewConfig, #container[data-type="Tablet"] > .view#viewConfig, #container[data-type="PC"] > .view#viewConfig {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  max-height: 640px;
}

#container[data-type="iPad"] > .view#view403, #container[data-type="Tablet"] > .view#view403, #container[data-type="PC"] > .view#view403 {
  max-width: 600px;
  max-height: 600px;
}

#container[data-type="iPad"] > .button[data-type*="config"], #container[data-type="Tablet"] > .button[data-type*="config"], #container[data-type="PC"] > .button[data-type*="config"] {
  padding: calc(10px * 1.25) calc(15px * 1.25);
  max-width: calc(600px - 90px);
  height: 91.75px;
  font-size: 30px;
  line-height: 30px;
}

#container[data-type="iPad"] > .button[data-type*="system"], #container[data-type="Tablet"] > .button[data-type*="system"], #container[data-type="PC"] > .button[data-type*="system"] {
  bottom: calc(env(safe-area-inset-bottom, 0) + 30px);
  padding: calc(10px * 1.25) calc(15px * 1.25);
  max-width: calc(600px - 90px);
  height: 91.75px;
  font-size: 30px;
  line-height: 30px;
}

#container[data-type="iPad"] > .button[data-type*="system"] > span.small, #container[data-type="Tablet"] > .button[data-type*="system"] > span.small, #container[data-type="PC"] > .button[data-type*="system"] > span.small {
  margin-top: 10px;
  font-size: 18px;
  line-height: 18px;
}

#container.landscape > .view {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px;
}

#container.landscape > .view > .title {
  margin-bottom: 15px;
}

#container.landscape > .view > .icon {
  margin: 0 15px 0 0;
  width: calc(100px + 50px);
  height: calc(100px + 50px);
}

#container.landscape > .view > .icon > .effect {
  display: none;
}

#container.landscape > .view > .icon > svg.calibration {
  max-width: 100px;
  max-height: 100px;
}

#container.landscape > .view > .icon.animeVerticalRotation > svg {
  -webkit-animation-name: verticalRotation;
          animation-name: verticalRotation;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes verticalRotation {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  40% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  55% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes verticalRotation {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  40% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  55% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

#container.landscape > .view > .textArea {
  max-width: calc(100% - (100px + 50px + 15px));
  height: calc(100% - (env(safe-area-inset-top, 0) + 47px + 15px + env(safe-area-inset-bottom, 0)));
  max-height: none;
}

#container.landscape > .view > .textArea > p {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

#container.landscape > .view > .textArea > ul {
  margin-left: 0;
}

#container.landscape > .view .title *[class*="forPortrait"],
#container.landscape > .view .textArea *[class*="forPortrait"] {
  display: none;
}

#container.landscape > .view .title *[class*="forLandscape"],
#container.landscape > .view .textArea *[class*="forLandscape"] {
  display: block;
}

#container.landscape > .view#view403 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#container.landscape > .view#view403 .title {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
}

#container.landscape > .view#view403 > .icon {
  max-height: 125px;
  max-width: 125px;
}

#container.landscape > .view#view403 > .icon > svg {
  width: 125px;
  height: auto;
}

#container.landscape > .view#view403 > .textArea {
  max-width: calc(100% - (125px + 50px + 15px));
}

#container.landscape > .button[data-type*="system"] {
  display: none;
}

#container.landscape > .button[data-type*="config"] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: calc(env(safe-area-inset-top, 0) + 47px + ((100% - env(safe-area-inset-top, 0) - 47px - env(safe-area-inset-bottom, 0)) / 2));
  max-width: calc((100% - 30px - (env(safe-area-inset-left, 0) + env(safe-area-inset-right, 0)) - 30px) / 3);
  height: 100%;
  max-height: calc(100% - env(safe-area-inset-top, 0) - 30px - 47px - 30px - env(safe-area-inset-bottom, 0));
}

#container.landscape > .button[data-type*="config"].mode-high {
  opacity: 0;
  left: auto;
  right: calc(env(safe-area-inset-right, 0) + 15px);
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

#container.landscape > .button[data-type*="config"].mode-high.enable {
  z-index: 250000;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#container.landscape > .button[data-type*="config"].mode-mid {
  opacity: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
}

#container.landscape > .button[data-type*="config"].mode-mid.enable {
  z-index: 250000;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#container.landscape > .button[data-type*="config"].mode-low {
  opacity: 0;
  left: calc(env(safe-area-inset-left, 0) + 15px);
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

#container.landscape > .button[data-type*="config"].mode-low.enable {
  z-index: 250000;
  opacity: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

#container.landscape > .button[data-type*="config"].select > svg {
  top: calc((100% - 43.4px) / 2);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#container.landscape > .button[data-type*="config"].select > svg.check {
  opacity: 0.5;
}

#container.landscape > #progressBox {
  display: none;
}

#container.landscape[data-type="iPad"] > .view, #container.landscape[data-type="Tablet"] > .view, #container.landscape[data-type="PC"] > .view {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  min-width: auto;
  min-height: auto;
  max-width: 960px;
  max-height: 640px;
  border-radius: 30px;
}

#container.landscape[data-type="iPad"] > .view > .title, #container.landscape[data-type="Tablet"] > .view > .title, #container.landscape[data-type="PC"] > .view > .title {
  margin: 0;
}

#container.landscape[data-type="iPad"] > .view > .icon, #container.landscape[data-type="Tablet"] > .view > .icon, #container.landscape[data-type="PC"] > .view > .icon {
  margin: 30px 15px 0 0;
  width: 187.5px;
}

#container.landscape[data-type="iPad"] > .view > .icon > svg, #container.landscape[data-type="Tablet"] > .view > .icon > svg, #container.landscape[data-type="PC"] > .view > .icon > svg {
  width: 187.5px;
  height: 187.5px;
}

#container.landscape[data-type="iPad"] > .view > .textArea, #container.landscape[data-type="Tablet"] > .view > .textArea, #container.landscape[data-type="PC"] > .view > .textArea {
  margin-top: 30px;
  max-width: calc(100% - (187.5px + 60px));
  height: auto;
  max-height: calc(640px - (47px + 90px));
}

d
#container.landscape[data-type="iPad"] > .view#view403, d
#container.landscape[data-type="Tablet"] > .view#view403, d
#container.landscape[data-type="PC"] > .view#view403 {
  max-width: 800px;
  max-height: 480px;
  /*
          >.icon {
            margin: $margin*2 $margin 0 0;
            width: ($iconSize)*$iPadAdj;
  
            > svg{
              width: ($iconSize)*$iPadAdj;
              height: ($iconSize)*$iPadAdj;
            }
          }
          */
}

#container.landscape[data-type="iPad"] > .button[data-type*="config"], #container.landscape[data-type="Tablet"] > .button[data-type*="config"], #container.landscape[data-type="PC"] > .button[data-type*="config"] {
  max-width: calc((800px - 120px) / 3);
  max-height: calc(600px - 90px - 37.5px - 15px - 2px - 150px);
}

#container.landscape[data-type="iPad"] > .button[data-type*="config"].mode-high, #container.landscape[data-type="Tablet"] > .button[data-type*="config"].mode-high, #container.landscape[data-type="PC"] > .button[data-type*="config"].mode-high {
  opacity: 0;
  right: 50%;
  -webkit-transform: translate(calc(150% + 15px), -25%);
          transform: translate(calc(150% + 15px), -25%);
}

#container.landscape[data-type="iPad"] > .button[data-type*="config"].mode-high.enable, #container.landscape[data-type="Tablet"] > .button[data-type*="config"].mode-high.enable, #container.landscape[data-type="PC"] > .button[data-type*="config"].mode-high.enable {
  z-index: 250000;
  opacity: 1;
  -webkit-transform: translate(calc(150% + 15px), -50%);
          transform: translate(calc(150% + 15px), -50%);
}

#container.landscape[data-type="iPad"] > .button[data-type*="config"].mode-mid, #container.landscape[data-type="Tablet"] > .button[data-type*="config"].mode-mid, #container.landscape[data-type="PC"] > .button[data-type*="config"].mode-mid {
  opacity: 0;
  -webkit-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
}

#container.landscape[data-type="iPad"] > .button[data-type*="config"].mode-mid.enable, #container.landscape[data-type="Tablet"] > .button[data-type*="config"].mode-mid.enable, #container.landscape[data-type="PC"] > .button[data-type*="config"].mode-mid.enable {
  z-index: 250000;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#container.landscape[data-type="iPad"] > .button[data-type*="config"].mode-low, #container.landscape[data-type="Tablet"] > .button[data-type*="config"].mode-low, #container.landscape[data-type="PC"] > .button[data-type*="config"].mode-low {
  opacity: 0;
  left: 50%;
  -webkit-transform: translate(calc(-150% - 15px), -25%);
          transform: translate(calc(-150% - 15px), -25%);
}

#container.landscape[data-type="iPad"] > .button[data-type*="config"].mode-low.enable, #container.landscape[data-type="Tablet"] > .button[data-type*="config"].mode-low.enable, #container.landscape[data-type="PC"] > .button[data-type*="config"].mode-low.enable {
  z-index: 250000;
  opacity: 1;
  -webkit-transform: translate(calc(-150% - 15px), -50%);
          transform: translate(calc(-150% - 15px), -50%);
}

#container.landscape[data-type="iPad"] > .button[data-type*="config"].select > svg, #container.landscape[data-type="Tablet"] > .button[data-type*="config"].select > svg, #container.landscape[data-type="PC"] > .button[data-type*="config"].select > svg {
  top: calc((100% - 58px) / 2);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
}

#container.landscape[data-type="iPad"] > .button[data-type*="config"].select > svg.check, #container.landscape[data-type="Tablet"] > .button[data-type*="config"].select > svg.check, #container.landscape[data-type="PC"] > .button[data-type*="config"].select > svg.check {
  opacity: 0.5;
}

button.button, div.button {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 10px 15px;
  width: 100%;
  max-width: calc(100% - 30px - 30px);
  height: auto;
  background-color: #666;
  border: solid 5px #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
  text-shadow: 0 0 5px black;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

button.button > span.small, div.button > span.small {
  margin-top: 5px;
  font-size: 14.4px;
  line-height: 14.4px;
}

button.button.primary, div.button.primary {
  background-color: #7dc026;
  border: solid 5px #fff;
  color: #fff;
}

button.button.caution, div.button.caution {
  background-color: #E4285F;
  border: solid 5px #fff;
  color: #fff;
}

button.button.mode-high, div.button.mode-high {
  max-height: 91.75px;
  background-color: #E4285F;
}

button.button.mode-mid, div.button.mode-mid {
  max-height: 91.75px;
  background-color: #7dc026;
}

button.button.mode-low, div.button.mode-low {
  max-height: 91.75px;
  background-color: #69c8ff;
}

button.button[data-type*="config"] > svg.check, div.button[data-type*="config"] > svg.check {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 43.4px;
  height: auto;
}

button.button[data-type*="config"].select > svg.check, div.button[data-type*="config"].select > svg.check {
  opacity: 0.5;
}

button.button.tap, div.button.tap {
  background-color: #FFF684;
  border: solid 5px #fc0;
  -webkit-box-shadow: 0 0 5px 5px rgba(255, 246, 132, 0.5);
          box-shadow: 0 0 5px 5px rgba(255, 246, 132, 0.5);
  color: #fff;
  text-shadow: 0 0 5px #f60;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

button.button.disable, div.button.disable {
  display: none;
}

@media (min-width: 960px) {
  .hover-opacity {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .hover-opacity:hover:not([disabled]) {
    opacity: 0.75;
  }
}

#viewStart {
  opacity: 0;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

#viewCalibration {
  opacity: 0;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

#viewError {
  opacity: 0;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

#viewConfig {
  opacity: 0;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

#viewFinished {
  opacity: 0;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

.button-cp {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  opacity: 0;
  z-index: -300000;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.75);
  border: solid 4px #FFF;
  border-radius: 32px;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.button-cp::before {
  color: #FFF;
  font-size: 28px;
  font-weight: 100;
  line-height: 28px;
  vertical-align: middle;
}

.button-cp.on {
  background-color: #FFFAC0;
  border-color: #f60;
}

.button-cp.on::before {
  color: #f60;
}

.button-cp#btnClose {
  top: calc(env(safe-area-inset-top) + 10px);
  right: calc(env(safe-area-inset-right) + 10px);
  -webkit-transform: translateY(calc(-100% - 10px));
          transform: translateY(calc(-100% - 10px));
}

.button-cp#btnClose::before {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
}

.button-cp#btnClose.enable {
  z-index: 300000;
  opacity: 0.75;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.button-cp#btnZoomIn {
  opacity: 0;
  bottom: calc(env(safe-area-inset-bottom) + 10px);
  right: calc(env(safe-area-inset-right) + 10px);
  -webkit-transform: translateY(calc(100% + 10px));
          transform: translateY(calc(100% + 10px));
}

.button-cp#btnZoomIn::before {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
}

.button-cp#btnZoomIn.enable {
  z-index: 300000;
  opacity: 0.75;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.button-cp#btnZoomIn.debug {
  bottom: calc(env(safe-area-inset-bottom) + 10px + 30px);
}

.button-cp#btnZoomIn.debug.enable {
  z-index: 300000;
  opacity: 0.75;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.button-cp#btnZoomOut {
  bottom: calc(env(safe-area-inset-bottom) + 10px);
  right: calc(env(safe-area-inset-right) + 10px + 50px + 10px);
  -webkit-transform: translateY(calc(100% + 10px));
          transform: translateY(calc(100% + 10px));
}

.button-cp#btnZoomOut::before {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
}

.button-cp#btnZoomOut.enable {
  z-index: 300000;
  opacity: 0.75;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.button-cp#btnZoomOut.debug {
  bottom: calc(env(safe-area-inset-bottom) + 10px + 30px);
}

.button-cp#btnZoomOut.debug.enable {
  z-index: 300000;
  opacity: 0.75;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.button-cp#btnConfig {
  bottom: calc(env(safe-area-inset-bottom) + 10px);
  left: calc(env(safe-area-inset-left) + 10px);
  -webkit-transform: translateY(calc(100% + 10px));
          transform: translateY(calc(100% + 10px));
}

.button-cp#btnConfig::before {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
}

.button-cp#btnConfig.enable {
  z-index: 300000;
  opacity: 0.75;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.button-cp#btnConfig.debug {
  bottom: calc(env(safe-area-inset-bottom) + 10px + 30px);
}

.button-cp#btnConfig.debug.enable {
  z-index: 300000;
  opacity: 0.75;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#viewZoomLevel {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  z-index: 300000;
  opacity: 0;
  position: fixed;
  bottom: calc(env(safe-area-inset-bottom) + 15px + 50px + 10px);
  right: calc(env(safe-area-inset-right) + ((110px - 90px) / 2) + 10px);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 90px;
  height: 10px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

#viewZoomLevel > .scales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #FFF;
}

#viewZoomLevel > .scales > span {
  margin: 0 0 -1px;
  width: 0;
  height: 50%;
  border-right: solid 1px #FFF;
  border-left: solid 1px #FFF;
}

#viewZoomLevel > .scales > span.l {
  height: 100%;
  border-right: solid 2px #FFF;
  border-left: solid 2px #FFF;
}

#viewZoomLevel > .scales > span.m {
  height: 100%;
}

#viewZoomLevel > .scales > span:first-child {
  margin-left: -2px;
}

#viewZoomLevel > .scales > span:last-child {
  margin-right: -2px;
}

#viewZoomLevel > .pointer {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

#viewZoomLevel > .pointer > .baloon {
  position: absolute;
  top: -27px;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  padding: 2px 5px;
  background-color: rgba(0, 0, 0, 0.25);
  border: solid 1px #FFF;
  border-radius: 4px;
  color: #FFF;
  font-size: 12px;
  font-weight: 900;
  line-height: 12px;
  overflow: visible;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

#viewZoomLevel > .pointer::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-right: solid 5px transparent;
  border-top: solid 7px #FFF;
  border-left: solid 5px transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#viewZoomLevel.enable {
  z-index: 300000;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#viewZoomLevel.debug {
  bottom: calc(env(safe-area-inset-bottom) + 30px + 15px + 50px + 10px);
}

#viewZoomLevel.debug.enable {
  z-index: 300000;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

body #viewDebug {
  z-index: 1000000;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: calc((1em * 1.4) + 20px);
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  overflow-y: scroll;
  display: none;
}

body #viewDebug.enable {
  display: block;
}

body #viewSensorStatus {
  z-index: 1000000;
  position: fixed;
  top: 5px;
  left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  width: 100px;
  min-height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 559px) {
  /* =========================================
Common
========================================= */
  html, body, div, form, dl, dt, dd, ul, ol, li, p, span, h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  html, body {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    background-color: #000;
    overflow: hidden;
  }
  body {
    display: none;
    opacity: 0;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    background-image: url(../img/bg_main.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  body.enable {
    display: block;
    opacity: 1;
  }
  body.disable {
    opacity: 0;
  }
  #container {
    /*position: absolute;
    top: 0;
    left: 0;*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    width: 100%;
    height: 100%;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    min-width: 100%;
    min-height: 100%;
    padding-bottom: env(safe-area-inset-bottom);
    padding-right: 0;
    padding-left: 0;
  }
  #container.landscape {
    width: 100%;
    height: 100%;
    max-width: 667px;
    max-height: 375px;
    padding-bottom: 0;
    padding-right: env(safe-area-inset-left);
    padding-left: env(safe-area-inset-left);
  }
  #container.black {
    background-color: #000;
  }
  body > #container {
    height: 100%;
  }
  #touchGuard {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    z-index: -1000000;
    opacity: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 0, 0.5);
    /*

	// LOADING - ICON
	&::before {
		@include setIcon("\f1ce");

		position: absolute;
		top: 50%;
		left: 50%;
		
		font-size: $loadingIconSize;
		font-weight: normal;
		line-height: $loadingIconSize;

		color: #e0e0e0;

		

		transition-duration: 0.25s;
		opacity: 0;
	}

	// LOADING - TXT
	&::after {
		content: "準備中";

		position: absolute;
		top: 50%;
		left: 50%;

		font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "sans-serif";
		font-size: $loadingTextSize;
		font-weight: normal;
		line-height: $loadingTextSize;

		color: #999;

		transition-duration: 0.25s;
		opacity: 0;
		transform: translate(-50%, -50%);
	}
	*/
  }
  #touchGuard.enable {
    display: block;
    z-index: 1000000;
    /*
		transition-duration: 0.25s;
		&.dispText {
			// LOADING - ICON
			&::before {
				transition-delay: 0.25s;
				transition-duration: 0.25s;
				opacity: 1;

				@include setAnime(loadingRotate, 1s, "","","","","");
			}

			// LOADING - TXT
			&::after {
				transition-delay: 0.75s;
				transition-duration: 0.25s;
				transition-timing-function: ease-out;
				opacity: 1;
				transform: translate(-50%, -50%);
			}
		}*/
  }
  #loading {
    z-index: 1000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
  }
  #compass {
    z-index: 1000000;
    opacity: 0.7;
    position: absolute;
    top: 20px;
    left: 20px;
    display: none;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.75);
    border: solid 2px #fff;
    border-radius: 40px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #compass .needle {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
    display: block;
    width: 38px;
    height: 38px;
  }
  #compass .needle::before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 5px 5px 5px;
  }
  #compass .disp {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
    color: #fff;
    font-size: 10px;
    line-height: 1;
  }
  .pageFixed {
    position: fixed;
    width: 100%;
  }
  .nobr {
    display: inline-block;
    white-space: nowrap;
    word-break: keep-all;
  }
  .textHidden {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  @-webkit-keyframes animeFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1.0;
    }
  }
  @keyframes animeFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1.0;
    }
  }
  @-webkit-keyframes loadingRotate {
    0% {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
              transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  @keyframes loadingRotate {
    0% {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
              transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  @-webkit-keyframes loadingRotateSp {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes loadingRotateSp {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes basicBlink {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes basicBlink {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /* Template A
@if($type == xs) { //Mobile
	
}
@if($type == sm) { //Tablet
	
}
@if($type == md or $type == lg) { //PC

}
*/
  /* Template B
@if($type == xs) { //Mobile
	
}
@if($type == sm or $type == md or $type == lg) { //Tablet-PC

}
*/
  /* Template C
@if($type == xs or $type == sm) { //Mobile & Tablet

}
@if($type == md or $type == lg) { //PC

}
*/
  #viewStart {
    opacity: 0;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
  #viewContentsMenu {
    opacity: 0;
    position: relative;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 255, 0.5);
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
  #viewContentsMenu #testDisp {
    z-index: 1000000;
    position: absolute;
    top: 70px;
    left: 50%;
    width: calc(100% - 60px);
    height: calc(1.4em * 2);
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 0.75em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #viewContentsMenu #testDisp2 {
    z-index: 1000000;
    position: absolute;
    top: 120px;
    left: 50%;
    width: calc(100% - 60px);
    height: auto;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 0.75em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #viewContentsMenu ul#selectQuality {
    position: fixed;
    bottom: 10px;
    left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 20px);
    height: auto;
    list-style: none;
  }
  #viewContentsMenu ul#selectQuality li.btn {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 10px 0 0;
    padding: 0.75em;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.75);
    border: solid 4px #FFF;
    border-radius: 8px;
    color: #FFF;
  }
  #viewContentsMenu ul#selectQuality li.btn.on {
    background-color: #FFFAC0;
    border-color: #f60;
    color: #f60;
  }
  #viewContentsMenu.enable {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    opacity: 1;
  }
  #viewVideoPlayer {
    opacity: 0;
    position: relative;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    width: auto;
    height: auto;
    background-color: black;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  #viewVideoPlayer video {
    z-index: 10000;
  }
  #viewVideoPlayer canvas {
    width: 100%;
    height: 100%;
  }
  body #viewDebug {
    z-index: 1000000;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    width: 100%;
    height: calc((1em * 1.4) + 20px);
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    overflow-y: scroll;
    display: none;
  }
  body #viewDebug.enable {
    display: block;
  }
  body #viewSensorStatus {
    z-index: 1000000;
    position: fixed;
    top: 5px;
    left: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    width: 100px;
    min-height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }
}

@media (min-width: 560px) and (max-width: 959px) {
  /* =========================================
Common
========================================= */
  html, body, div, form, dl, dt, dd, ul, ol, li, p, span, h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  html, body {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    background-color: #000;
    overflow: hidden;
  }
  body {
    display: none;
    opacity: 0;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    background-image: url(../img/bg_main.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  body.enable {
    display: block;
    opacity: 1;
  }
  body.disable {
    opacity: 0;
  }
  #container {
    /*position: absolute;
    top: 0;
    left: 0;*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    width: 100%;
    height: 100%;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    min-width: 100%;
    min-height: 100%;
    padding-bottom: env(safe-area-inset-bottom);
    padding-right: 0;
    padding-left: 0;
  }
  #container.landscape {
    width: 100%;
    height: 100%;
    max-width: 667px;
    max-height: 375px;
    padding-bottom: 0;
    padding-right: env(safe-area-inset-left);
    padding-left: env(safe-area-inset-left);
  }
  #container.black {
    background-color: #000;
  }
  body > #container {
    height: 100%;
  }
  #touchGuard {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    z-index: -1000000;
    opacity: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 0, 0.5);
    /*

	// LOADING - ICON
	&::before {
		@include setIcon("\f1ce");

		position: absolute;
		top: 50%;
		left: 50%;
		
		font-size: $loadingIconSize;
		font-weight: normal;
		line-height: $loadingIconSize;

		color: #e0e0e0;

		

		transition-duration: 0.25s;
		opacity: 0;
	}

	// LOADING - TXT
	&::after {
		content: "準備中";

		position: absolute;
		top: 50%;
		left: 50%;

		font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "sans-serif";
		font-size: $loadingTextSize;
		font-weight: normal;
		line-height: $loadingTextSize;

		color: #999;

		transition-duration: 0.25s;
		opacity: 0;
		transform: translate(-50%, -50%);
	}
	*/
  }
  #touchGuard.enable {
    display: block;
    z-index: 1000000;
    /*
		transition-duration: 0.25s;
		&.dispText {
			// LOADING - ICON
			&::before {
				transition-delay: 0.25s;
				transition-duration: 0.25s;
				opacity: 1;

				@include setAnime(loadingRotate, 1s, "","","","","");
			}

			// LOADING - TXT
			&::after {
				transition-delay: 0.75s;
				transition-duration: 0.25s;
				transition-timing-function: ease-out;
				opacity: 1;
				transform: translate(-50%, -50%);
			}
		}*/
  }
  #loading {
    z-index: 1000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
  }
  #compass {
    z-index: 1000000;
    opacity: 0.7;
    position: absolute;
    top: 20px;
    left: 20px;
    display: none;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.75);
    border: solid 2px #fff;
    border-radius: 40px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #compass .needle {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
    display: block;
    width: 38px;
    height: 38px;
  }
  #compass .needle::before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 5px 5px 5px;
  }
  #compass .disp {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
    color: #fff;
    font-size: 10px;
    line-height: 1;
  }
  .pageFixed {
    position: fixed;
    width: 100%;
  }
  .nobr {
    display: inline-block;
    white-space: nowrap;
    word-break: keep-all;
  }
  .textHidden {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  @-webkit-keyframes animeFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1.0;
    }
  }
  @keyframes animeFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1.0;
    }
  }
  @-webkit-keyframes loadingRotate {
    0% {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
              transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  @keyframes loadingRotate {
    0% {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
              transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  @-webkit-keyframes loadingRotateSp {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes loadingRotateSp {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes basicBlink {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes basicBlink {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /* Template A
@if($type == xs) { //Mobile
	
}
@if($type == sm) { //Tablet
	
}
@if($type == md or $type == lg) { //PC

}
*/
  /* Template B
@if($type == xs) { //Mobile
	
}
@if($type == sm or $type == md or $type == lg) { //Tablet-PC

}
*/
  /* Template C
@if($type == xs or $type == sm) { //Mobile & Tablet

}
@if($type == md or $type == lg) { //PC

}
*/
  #viewContentsMenu {
    opacity: 0;
    position: relative;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 255, 0.5);
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
  #viewContentsMenu #testDisp {
    z-index: 1000000;
    position: absolute;
    top: 70px;
    left: 50%;
    width: calc(100% - 60px);
    height: calc(1.4em * 2);
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 0.75em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #viewContentsMenu #testDisp2 {
    z-index: 1000000;
    position: absolute;
    top: 120px;
    left: 50%;
    width: calc(100% - 60px);
    height: auto;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 0.75em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #viewContentsMenu ul#selectQuality {
    position: fixed;
    bottom: 10px;
    left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 20px);
    height: auto;
    list-style: none;
  }
  #viewContentsMenu ul#selectQuality li.btn {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 10px 0 0;
    padding: 0.75em;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.75);
    border: solid 4px #FFF;
    border-radius: 8px;
    color: #FFF;
  }
  #viewContentsMenu ul#selectQuality li.btn.on {
    background-color: #FFFAC0;
    border-color: #f60;
    color: #f60;
  }
  #viewContentsMenu.enable {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    opacity: 1;
  }
  #viewStart {
    opacity: 0;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
  #viewVideoPlayer {
    opacity: 0;
    position: relative;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    width: auto;
    height: auto;
    background-color: black;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  #viewVideoPlayer video {
    z-index: 10000;
  }
  #viewVideoPlayer canvas {
    width: 100%;
    height: 100%;
  }
  body #viewDebug {
    z-index: 1000000;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    width: 100%;
    height: calc((1em * 1.4) + 20px);
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    overflow-y: scroll;
    display: none;
  }
  body #viewDebug.enable {
    display: block;
  }
  body #viewSensorStatus {
    z-index: 1000000;
    position: fixed;
    top: 5px;
    left: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    width: 100px;
    min-height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }
}

@media (min-width: 960px) and (max-width: 1079px) {
  /* =========================================
Common
========================================= */
  html, body, div, form, dl, dt, dd, ul, ol, li, p, span, h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  html, body {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    background-color: #000;
    overflow: hidden;
  }
  body {
    display: none;
    opacity: 0;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    background-image: url(../img/bg_main.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  body.enable {
    display: block;
    opacity: 1;
  }
  body.disable {
    opacity: 0;
  }
  #container {
    /*position: absolute;
    top: 0;
    left: 0;*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    width: 100%;
    height: 100%;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
  }
  #container.landscape {
    width: 100%;
    height: 100%;
    max-width: 667px;
    max-height: 375px;
    padding-bottom: 0;
    padding-right: env(safe-area-inset-left);
    padding-left: env(safe-area-inset-left);
  }
  #container.black {
    background-color: #000;
  }
  body > #container {
    height: 100%;
  }
  #touchGuard {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    z-index: -1000000;
    opacity: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 0, 0.5);
    /*

	// LOADING - ICON
	&::before {
		@include setIcon("\f1ce");

		position: absolute;
		top: 50%;
		left: 50%;
		
		font-size: $loadingIconSize;
		font-weight: normal;
		line-height: $loadingIconSize;

		color: #e0e0e0;

		

		transition-duration: 0.25s;
		opacity: 0;
	}

	// LOADING - TXT
	&::after {
		content: "準備中";

		position: absolute;
		top: 50%;
		left: 50%;

		font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "sans-serif";
		font-size: $loadingTextSize;
		font-weight: normal;
		line-height: $loadingTextSize;

		color: #999;

		transition-duration: 0.25s;
		opacity: 0;
		transform: translate(-50%, -50%);
	}
	*/
  }
  #touchGuard.enable {
    display: block;
    z-index: 1000000;
    /*
		transition-duration: 0.25s;
		&.dispText {
			// LOADING - ICON
			&::before {
				transition-delay: 0.25s;
				transition-duration: 0.25s;
				opacity: 1;

				@include setAnime(loadingRotate, 1s, "","","","","");
			}

			// LOADING - TXT
			&::after {
				transition-delay: 0.75s;
				transition-duration: 0.25s;
				transition-timing-function: ease-out;
				opacity: 1;
				transform: translate(-50%, -50%);
			}
		}*/
  }
  #loading {
    z-index: 1000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
  }
  #compass {
    z-index: 1000000;
    opacity: 0.7;
    position: absolute;
    top: 20px;
    left: 20px;
    display: none;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.75);
    border: solid 2px #fff;
    border-radius: 40px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #compass .needle {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
    display: block;
    width: 38px;
    height: 38px;
  }
  #compass .needle::before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 5px 5px 5px;
  }
  #compass .disp {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
    color: #fff;
    font-size: 10px;
    line-height: 1;
  }
  .pageFixed {
    position: fixed;
    width: 100%;
  }
  .nobr {
    display: inline-block;
    white-space: nowrap;
    word-break: keep-all;
  }
  .textHidden {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  @-webkit-keyframes animeFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1.0;
    }
  }
  @keyframes animeFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1.0;
    }
  }
  @-webkit-keyframes loadingRotate {
    0% {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
              transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  @keyframes loadingRotate {
    0% {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
              transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  @-webkit-keyframes loadingRotateSp {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes loadingRotateSp {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes basicBlink {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes basicBlink {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /* Template A
@if($type == xs) { //Mobile
	
}
@if($type == sm) { //Tablet
	
}
@if($type == md or $type == lg) { //PC

}
*/
  /* Template B
@if($type == xs) { //Mobile
	
}
@if($type == sm or $type == md or $type == lg) { //Tablet-PC

}
*/
  /* Template C
@if($type == xs or $type == sm) { //Mobile & Tablet

}
@if($type == md or $type == lg) { //PC

}
*/
  #viewStart {
    opacity: 0;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
  #viewContentsMenu {
    opacity: 0;
    position: relative;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 255, 0.5);
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
  #viewContentsMenu #testDisp {
    z-index: 1000000;
    position: absolute;
    top: 70px;
    left: 50%;
    width: calc(100% - 60px);
    height: calc(1.4em * 2);
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 0.75em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #viewContentsMenu #testDisp2 {
    z-index: 1000000;
    position: absolute;
    top: 120px;
    left: 50%;
    width: calc(100% - 60px);
    height: auto;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 0.75em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #viewContentsMenu ul#selectQuality {
    position: fixed;
    bottom: 10px;
    left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 20px);
    height: auto;
    list-style: none;
  }
  #viewContentsMenu ul#selectQuality li.btn {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 10px 0 0;
    padding: 0.75em;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.75);
    border: solid 4px #FFF;
    border-radius: 8px;
    color: #FFF;
  }
  #viewContentsMenu ul#selectQuality li.btn.on {
    background-color: #FFFAC0;
    border-color: #f60;
    color: #f60;
  }
  #viewContentsMenu.enable {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    opacity: 1;
  }
  #viewVideoPlayer {
    opacity: 0;
    position: relative;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    width: auto;
    height: auto;
    background-color: black;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  #viewVideoPlayer video {
    z-index: 10000;
  }
  #viewVideoPlayer canvas {
    width: 100%;
    height: 100%;
  }
  body #viewDebug {
    z-index: 1000000;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    width: 100%;
    height: calc((1em * 1.4) + 20px);
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    overflow-y: scroll;
    display: none;
  }
  body #viewDebug.enable {
    display: block;
  }
  body #viewSensorStatus {
    z-index: 1000000;
    position: fixed;
    top: 5px;
    left: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    width: 100px;
    min-height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }
}

@media (min-width: 1080px) {
  /* =========================================
Common
========================================= */
  html, body, div, form, dl, dt, dd, ul, ol, li, p, span, h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  html, body {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    background-color: #000;
    overflow: hidden;
  }
  body {
    display: none;
    opacity: 0;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    background-image: url(../img/bg_main.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  body.enable {
    display: block;
    opacity: 1;
  }
  body.disable {
    opacity: 0;
  }
  #container {
    /*position: absolute;
    top: 0;
    left: 0;*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    width: 100%;
    height: 100%;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
  }
  #container.landscape {
    width: 100%;
    height: 100%;
    max-width: 667px;
    max-height: 375px;
    padding-bottom: 0;
    padding-right: env(safe-area-inset-left);
    padding-left: env(safe-area-inset-left);
  }
  #container.black {
    background-color: #000;
  }
  body > #container {
    height: 100%;
  }
  #touchGuard {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    z-index: -1000000;
    opacity: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 0, 0.5);
    /*

	// LOADING - ICON
	&::before {
		@include setIcon("\f1ce");

		position: absolute;
		top: 50%;
		left: 50%;
		
		font-size: $loadingIconSize;
		font-weight: normal;
		line-height: $loadingIconSize;

		color: #e0e0e0;

		

		transition-duration: 0.25s;
		opacity: 0;
	}

	// LOADING - TXT
	&::after {
		content: "準備中";

		position: absolute;
		top: 50%;
		left: 50%;

		font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "sans-serif";
		font-size: $loadingTextSize;
		font-weight: normal;
		line-height: $loadingTextSize;

		color: #999;

		transition-duration: 0.25s;
		opacity: 0;
		transform: translate(-50%, -50%);
	}
	*/
  }
  #touchGuard.enable {
    display: block;
    z-index: 1000000;
    /*
		transition-duration: 0.25s;
		&.dispText {
			// LOADING - ICON
			&::before {
				transition-delay: 0.25s;
				transition-duration: 0.25s;
				opacity: 1;

				@include setAnime(loadingRotate, 1s, "","","","","");
			}

			// LOADING - TXT
			&::after {
				transition-delay: 0.75s;
				transition-duration: 0.25s;
				transition-timing-function: ease-out;
				opacity: 1;
				transform: translate(-50%, -50%);
			}
		}*/
  }
  #loading {
    z-index: 1000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
  }
  #compass {
    z-index: 1000000;
    opacity: 0.7;
    position: absolute;
    top: 20px;
    left: 20px;
    display: none;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.75);
    border: solid 2px #fff;
    border-radius: 40px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #compass .needle {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
    display: block;
    width: 38px;
    height: 38px;
  }
  #compass .needle::before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 5px 5px 5px;
  }
  #compass .disp {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
    color: #fff;
    font-size: 10px;
    line-height: 1;
  }
  .pageFixed {
    position: fixed;
    width: 100%;
  }
  .nobr {
    display: inline-block;
    white-space: nowrap;
    word-break: keep-all;
  }
  .textHidden {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  @-webkit-keyframes animeFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1.0;
    }
  }
  @keyframes animeFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1.0;
    }
  }
  @-webkit-keyframes loadingRotate {
    0% {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
              transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  @keyframes loadingRotate {
    0% {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
              transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  @-webkit-keyframes loadingRotateSp {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes loadingRotateSp {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes basicBlink {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes basicBlink {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /* Template A
@if($type == xs) { //Mobile
	
}
@if($type == sm) { //Tablet
	
}
@if($type == md or $type == lg) { //PC

}
*/
  /* Template B
@if($type == xs) { //Mobile
	
}
@if($type == sm or $type == md or $type == lg) { //Tablet-PC

}
*/
  /* Template C
@if($type == xs or $type == sm) { //Mobile & Tablet

}
@if($type == md or $type == lg) { //PC

}
*/
  #viewStart {
    opacity: 0;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
  #viewContentsMenu {
    opacity: 0;
    position: relative;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 255, 0.5);
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
  #viewContentsMenu #testDisp {
    z-index: 1000000;
    position: absolute;
    top: 70px;
    left: 50%;
    width: calc(100% - 60px);
    height: calc(1.4em * 2);
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 0.75em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #viewContentsMenu #testDisp2 {
    z-index: 1000000;
    position: absolute;
    top: 120px;
    left: 50%;
    width: calc(100% - 60px);
    height: auto;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 0.75em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #viewContentsMenu ul#selectQuality {
    position: fixed;
    bottom: 10px;
    left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 20px);
    height: auto;
    list-style: none;
  }
  #viewContentsMenu ul#selectQuality li.btn {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 10px 0 0;
    padding: 0.75em;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.75);
    border: solid 4px #FFF;
    border-radius: 8px;
    color: #FFF;
  }
  #viewContentsMenu ul#selectQuality li.btn.on {
    background-color: #FFFAC0;
    border-color: #f60;
    color: #f60;
  }
  #viewContentsMenu.enable {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    opacity: 1;
  }
  #viewVideoPlayer {
    opacity: 0;
    position: relative;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    width: auto;
    height: auto;
    background-color: black;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  #viewVideoPlayer video {
    z-index: 10000;
  }
  #viewVideoPlayer canvas {
    width: 100%;
    height: 100%;
  }
  body #viewDebug {
    z-index: 1000000;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    width: 100%;
    height: calc((1em * 1.4) + 20px);
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    overflow-y: scroll;
    display: none;
  }
  body #viewDebug.enable {
    display: block;
  }
  body #viewSensorStatus {
    z-index: 1000000;
    position: fixed;
    top: 5px;
    left: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    width: 100px;
    min-height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }
}
/*# sourceMappingURL=style.css.map */