@charset "UTF-8";
/*color*/
/*anim*/
/*size*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
/*debug
body{
	background: url(../img/_guide.jpg) no-repeat top center;
	background-size: 1440px auto;
    background-position: 0px 0;
	#header{
		@include opacity(0.6);
		width: 1440px !important;
	}
	#wrapper{
		width: 1440px !important;
		@include opacity(0.6);
	}
	#footer{
		@include opacity(0.6);
	}
}
*/
/* line 25, ../../../../src/page/top/css/_pc.scss */
body {
  background: white;
  color: black;
  font-family: 'Jost', sans-serif;
}
/* line 29, ../../../../src/page/top/css/_pc.scss */
body #info {
  float: left;
  width: 100%;
}
/* line 33, ../../../../src/page/top/css/_pc.scss */
body #ctrl {
  position: fixed;
  z-index: 30;
  bottom: 0;
  right: 5%;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-end;
  height: 100%;
  width: 22vw;
  text-align: right;
}
/* line 51, ../../../../src/page/top/css/_pc.scss */
body #msg {
  position: fixed;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000;
  color: white;
  font-family: 'Jost', sans-serif;
  font-size: 5vw;
  letter-spacing: 0.3em;
  z-index: 1000;
}
/* line 65, ../../../../src/page/top/css/_pc.scss */
body .left {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 120%;
  transform: translate(-50%, -50%) rotate(-10deg) skew(-29deg, 0deg);
}
/* line 73, ../../../../src/page/top/css/_pc.scss */
body .bar, body .bar2 {
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  height: 100%;
  width: 5%;
}
/* line 80, ../../../../src/page/top/css/_pc.scss */
body .bar.bar2, body .bar2.bar2 {
  left: auto;
  right: 0;
}
/* line 84, ../../../../src/page/top/css/_pc.scss */
body .bar #filename, body .bar #filename2, body .bar2 #filename, body .bar2 #filename2 {
  color: white;
  transform: rotate(90deg);
  height: 100%;
  width: 1000vh;
  display: block;
  transform-origin: top left;
  letter-spacing: 0.3em;
  font-size: 3.5vw;
  font-family: 'Jost', sans-serif;
  margin: 0 0 0 4.1vw;
}
/* line 95, ../../../../src/page/top/css/_pc.scss */
body .bar #filename span, body .bar #filename2 span, body .bar2 #filename span, body .bar2 #filename2 span {
  float: left;
  white-space: nowrap;
  -webkit-animation: move 10s linear infinite;
  -moz-animation: move 10s linear infinite;
  animation: move 10s linear infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 101, ../../../../src/page/top/css/_pc.scss */
body .bar .c, body .bar2 .c {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 108, ../../../../src/page/top/css/_pc.scss */
body .right {
  float: left;
  width: 100%;
  position: relative;
  z-index: 5;
  position: fixed;
  top: 0;
  left: 5%;
  width: 90%;
  height: 100%;
}
/* line 117, ../../../../src/page/top/css/_pc.scss */
body .right #info {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
  letter-spacing: 0.3em;
  width: 100%;
  float: right;
}
/* line 125, ../../../../src/page/top/css/_pc.scss */
body .right #info .set {
  float: left;
  width: 100%;
  line-height: 1.3;
  font-size: 3.5vw;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
  height: 25vh;
}
/* line 133, ../../../../src/page/top/css/_pc.scss */
body .right #info .set:last-child {
  border-bottom: none;
}
/* line 136, ../../../../src/page/top/css/_pc.scss */
body .right #info .set .ttl {
  float: left;
  width: 100%;
}
/* line 140, ../../../../src/page/top/css/_pc.scss */
body .right #info .set .item {
  float: left;
  width: 100%;
}
/* line 148, ../../../../src/page/top/css/_pc.scss */
body input, body button {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: white;
  color: black;
  border: 2px solid black;
  padding: 8px 16px;
  font-size: 3.5vw;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.3em;
}
/* line 162, ../../../../src/page/top/css/_pc.scss */
body input:hover, body button:hover {
  background: #F5FF46;
  color: black;
}
/* line 168, ../../../../src/page/top/css/_pc.scss */
body input[type="file"] {
  font-family: 'Noto Sans JP', sans-serif;
  width: 58vw;
  overflow: hidden;
}
/* line 174, ../../../../src/page/top/css/_pc.scss */
body input[type="file"] {
  display: none;
}
/* line 177, ../../../../src/page/top/css/_pc.scss */
body label {
  display: inline-block;
  background: white;
  color: black;
  border: 2px solid black;
  padding: 8px 16px;
  font-size: 3.5vw;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
  line-height: 1.3;
  letter-spacing: 0.3em;
}
/* line 190, ../../../../src/page/top/css/_pc.scss */
body label:hover {
  background: #F5FF46;
  color: black;
}
/* line 194, ../../../../src/page/top/css/_pc.scss */
body label:after {
  content: "UPLOAD";
  color: #333;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -140px;
  top: calc(50% - 10px);
  display: none;
}
/* line 205, ../../../../src/page/top/css/_pc.scss */
body label.changed:after {
  content: "";
}
/* line 209, ../../../../src/page/top/css/_pc.scss */
body .filename {
  font-size: 12px;
}
/* line 213, ../../../../src/page/top/css/_pc.scss */
body h1 {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-10deg) skew(-29deg, 0deg);
  width: 93%;
}
/* line 222, ../../../../src/page/top/css/_pc.scss */
body #float {
  position: fixed;
  width: 100%;
  height: 100vh;
  float: left;
  z-index: 500;
}
/* line 229, ../../../../src/page/top/css/_pc.scss */
body #float .close {
  width: 2vw;
  height: 2vw;
  display: block;
  position: absolute;
  cursor: pointer;
  margin: 0 auto 20px auto;
  top: 1.5vw;
  right: 2vw;
  z-index: 2000;
}
/* line 239, ../../../../src/page/top/css/_pc.scss */
body #float .close span, body #float .close:before, body #float .close:after {
  position: absolute;
  width: 100%;
  height: 3px;
  background: white;
  content: "";
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transition-timing-function: cubic-bezier(0.43, 0.12, 0.35, 0.98);
}
/* line 247, ../../../../src/page/top/css/_pc.scss */
body #float .close span {
  width: 130%;
}
/* line 250, ../../../../src/page/top/css/_pc.scss */
body #float .close:before {
  width: 130%;
  top: 1vw;
  left: 0vw;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 256, ../../../../src/page/top/css/_pc.scss */
body #float .close:after {
  width: 130%;
  top: 1vw;
  left: 0vw;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 264, ../../../../src/page/top/css/_pc.scss */
body #float .box {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
  z-index: 1000;
  width: 76%;
  margin: 2vw 12%;
  height: 38vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
}
/* line 275, ../../../../src/page/top/css/_pc.scss */
body #float .box #float_scroll {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  height: 38vw;
  background: white;
}
/* line 282, ../../../../src/page/top/css/_pc.scss */
body #float .box #float_scroll .content {
  width: 100%;
  float: left;
  position: relative;
}
/* line 290, ../../../../src/page/top/css/_pc.scss */
body #float .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  float: left;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
/* line 299, ../../../../src/page/top/css/_pc.scss */
body #float .iScrollIndicator {
  background: white !important;
}
