/*タイマー*/
*::before,
*::after{
	box-sizing:border-box;
	padding:0;
	margin:0;
}
body{
	position:relative;
	font-family:'Noto Sans JP', sans-serif;
	color:#fff;
	background-color:#000;
	text-align:center;
	margin: 0;
}
#anime::before{
	content:'';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('../img/aibg.jpg');
	background-size: cover;
	background-position: center;
	/*opacity: .2;*/
	opacity: .4;
	z-index: -1;
	height: 100vh;
}

#countdown {
	position: relative;
	top: 30vh;
	transform: translate3d(0, -50%, 0);
	font-size: 1.4rem;
	line-height: 1.6;
	-webkit-animation: fadein 1.8s linear forwards;
	animation: fadein 1.8s linear forwards;
}
#countdown span {
	font-size: 2.6rem;
	vertical-align: baseline;
}
@media (max-width: 430px) {
	#countdown {
	font-size: 1rem;
	top: 35vh;
		}
	#countdown span {
		font-size: 2rem;
		}
}
#countdownimg {
	position: relative;
	top: 45vh;
	transform: translate3d(0, -50%, 0);
	font-size: 1.4rem;
	line-height: 1.6;
	-webkit-animation: fadein 1.8s linear forwards;
	animation: fadein 1.8s linear forwards;
}
#countdownimg img {
	width: 50vw;
	max-width:400px;
	margin-bottom:30px;
}


@-webkit-keyframes fadein {
	0% {
	filter: blur(50px);
	}
	100% {
	filter: blur(0);
	}
}

@keyframes fadein {
	0% {
	filter: blur(50px);
	}
	100% {
	filter: blur(0);
	}
}


/*メッセージ*/
.msg{
	margin-top: 100vh;
	background-color:#000;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	padding: 100px 80px;
	-webkit-animation: fadein 2.4s linear forwards;
	animation: fadein 2.4s linear forwards;
}
.m_msg{
	margin-top: 0;
	background-color:#000;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	padding: 100px 80px;
	-webkit-animation: fadein 2.4s linear forwards;
	animation: fadein 2.4s linear forwards;
}
.msg2nd{
	margin-top: 0;
	background-color:#000;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	padding: 100px 80px;
	-webkit-animation: fadein 2.4s linear forwards;
	animation: fadein 2.4s linear forwards;
}


.msg h1{
	font-size: 120px;
}
.msg h2,.msg2nd h2{
	font-size: 42px;
}
.m_msg h2{
	font-size: 42px;
}
.msg p,.msg2nd p{
	font-size: 28px;
	text-align: left;
	margin: 40px 20px;
}
.msg img,.msg2nd img {
	width: 38vw;
	max-width:400px;
	margin:30px 0;
}
@media (min-width: 1200px) {
	.msg{
		padding: 100px 200px;
	}
	.m_msg{
		padding: 10px 10px;
	}
	.msg2nd{
		padding: 10px 200px;
	}
}
@media (max-width: 441px) {
	.msg{
		padding: 100px 10px;
	}
	.m_msg{
		padding: 10px 10px;
	}
	.msg2nd{
		padding: 10px 10px;
	}
	.msg h1{
		font-size: 60px;
	}
	.msg h2,.msg2nd h2{
		font-size: 26px;
	}
	.m_msg h2{
		font-size: 26px;
	}
	.msg p,.msg2nd p{
		font-size: 18px;
		margin: 40px 0px;
	}
}

/*ヒストリー*/
.histry{
	text-align: left;
	margin-top: 10vh;
	padding: 100px 80px;
}
.histry h2{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 42px;
	text-align: center;
	margin-bottom: 10vh;
}

.histry h2 span{
	font-size: 24px;
	padding-left: 1em;
}

.intro{
	clear: both;
	padding: 60px 0 60px;
}

.intro p{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 28px;
	text-align: left;
	margin: 40px 20px;
}
@media (max-width: 430px) {
	.intro p{
		font-size: 18px;
		margin: 40px 0;
	}
}


.histry h3{
	font-size: 36px;
	padding-bottom: .5rem;
	border-bottom: 1px solid #fff;
	margin-top: 100px;
}

.histry h4{
	font-size: 18px;
	padding-bottom: .3rem;
	border-bottom: 1px dotted #fff;
	margin: 5px 10px;
}
.histry .left h4{
	font-size: 18px;
	padding-bottom: .3rem;
	border-bottom: 1px dotted #fff;
	margin: 5px 0px;
}


.histry dl {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.histry dt {
  width: 28%;
  margin-inline-start:0;
  font-size: 18px;
  line-height: 1.8em;
  padding: 3px 0;
  border-bottom: 1px dotted #666;
}

.histry dd {
  width: 72%;
  margin-inline-start:0;
  font-size: 18px;
  line-height: 1.8em;
  padding: 3px 0;
  border-bottom: 1px dotted #666;
}

.left{
	display: block;
	width:55%;
	float:left;
	margin: 0;
	padding: 0;
}

.left p{
	font-size: 22px;
	line-height: 1.8em;
	font-weight: bold;
	margin: 10px 15px;
}
.hide{
	clear: both;
}
.hide .left p{
	font-size: 16px;
	line-height: 1.8em;
	margin:4rem 0 4rem;
	font-weight: normal;
}
.hide .left p.notsmall{
	font-size: 18px;
	line-height: 1.8em;
	margin:0 0 4rem;
	font-weight: normal;
}
.hide .left p strong{
	/*margin-left: -1rem;*/
	font-size: 18px;
}
.right{
	display: block;
	width:45%;
	float:right;
	margin: 0;
	padding: 0;
}
.right img{
	width: 100%;
	padding: 10px;
}
.right figure{
	margin:0;
	padding:10px;
}
.left img{
	width: 100%;
	padding: 10px;
}
.left figure{
	margin:0;
	padding:10px;
}
@media (max-width: 430px) {
	.histry{
	text-align: left;
	margin-top: 10vh;
	padding: 100px 10px;
	}
	.left{
	display: block;
	width:100%;
	float:none;
	margin: 0;
	padding: 0;
	}
	.right{
	display: block;
	width:100%;
	float:none;
	margin: 0;
	padding: 0;	
	}
	.left p{
	font-size: 18px;
	line-height: 1.8em;
	margin: 15px 0;
	}
	.right img{
	width: 100%;
	padding: 0;
	}
	.hide{
		clear: both;
	}
	.hide .left p{
		font-size: 14px;
		line-height: 1.8em;
		margin:4rem 0 4rem;
	}
	.hide .left p strong{
		margin-left: 0;
		font-size: 16px;
	}
	.histry dt {
	width: 25%;
	margin-inline-start:0;
	font-size: 14px;
	line-height: 1.8em;
	}

	.histry dd {
	width: 75%;
	margin-inline-start:0;
	font-size: 14px;
	line-height: 1.8em;
	}

}
figcaption{
	text-align: left;
	font-size: 16px;
	margin: 10px 20px;
	line-height: 1.8em;
	padding-bottom: 4rem;
	}

.timeline-wrap-inner{
	clear: both;
}

button.readmore {
    position: relative;
    height: 80px;
    width: 160px;
    margin: 40px auto 0;
    display: block;
    background-color: transparent;
    color: #fff;
    padding-bottom: 40px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
    letter-spacing: 0.1rem;
	clear: both;
}
 
button.readmore::after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 62px;
    top: 25px;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore:hover::after {
    top: 40px;
}
 
.on-click {
    color: transparent !important;
}
 
.on-click {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

button.readmore.on-click::after {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
}
.pagetop{
	position: fixed;
    bottom: 27px;
    right: 20px;
	display: none;
}


.footer{
	clear: both;
	margin:20px 0 40px;
}
.footer a{
	text-decoration: none;
	color: #fff;
}

a{
  color: #fff;
  text-decoration: none;
}
.mainView{
  width: 100vw;
  height: 100vh;
  background-color: #ccc;
}

/*****ハンバーガーボタン*****/
.el_humburger {
  position: fixed;
  top: 45px;
  right: 60px;
  width: 46px;
  height: 25px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: #fff;
  text-align: center;
}
 
@media screen and (max-width: 840px) {
	.el_humburger {
		display: block;
		right: 0;
		top: 0;
		padding-top: 20px;
		width: 70px;
		height: 70px;
	}
	#factory .el_humburger {
		display: none; 
	} 
}
 
.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 42px;
  display: inline-block;
 }
 
@media screen and (max-width: 840px) {
	.el_humburger_wrapper {
		margin-bottom: 5px;
		width: 30px;
	}
 }
 
.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
}
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none;
 }
 
.el_humburger_text.el_humburger_text__close {
  display: none;
 }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block;
 }
 
@media screen and (max-width: 840px) {
	.el_humburger_text {
		font-size: 10px;
		padding-top: 2px;
		}
 }
 
@media screen and (max-width: 840px) {
	.el_humburger_text svg path {
		-webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
		-o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
		transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
		fill: #fff;
	}
 }
 
@media screen and (max-width: 840px) {
	.js_humburgerOpen .el_humburger_text svg path {
		fill: #fff;
	 }
 }
 
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
 }
 
.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0;
 }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #fff;
 }
 
@media screen and (max-width: 840px) {
	.el_humburger span.el_humburger_bar {
		left: 0;
		top: 0;
		background: #fff; 
	} 
}
	
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
	-webkit-transform: translateY(9px) rotate(-45deg);
	-ms-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg); 
}
	
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
	opacity: 0;
 }
	
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
	-webkit-transform: translateY(-11px) rotate(45deg);
	-ms-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
 }
	
.el_humburgerButton.el_humburgerButton__close {
	top: 2%;
	right: 2%;
 }
	
.el_humburgerButton__close span.el_humburger_bar {
	display: block;
	width: 35px;
	margin: 0 auto;
	height: 4px;
	background: #fff;
 }
	
.el_humburgerButton__close span.el_humburger_bar.top {
	-webkit-transform: translateY(5px) rotate(-45deg);
	-ms-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
 }
	
.el_humburgerButton__close span.el_humburger_bar.bottom {
	-webkit-transform: translateY(-6px) rotate(45deg);
	-ms-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
 }
	
.navi {
	position: fixed;
	right: 0;
	height: 100%;
	background-color:#222;
	opacity:.8 ;
	width: 350px;
	z-index: 3;
	padding-top: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	transform:translateZ(0) translateX(100%);
	overflow: auto;
 }

.js_humburgerOpen .navi {
		/*right: auto;*/
		transform:translateZ(0) translateX(0);
 }
@media screen and (max-width: 840px) {
	.navi {
		padding: 100px 5% 0;
	 }
	.js_humburgerOpen .navi {
			width: 100%;
	}
 }
	
.navi_item {
	margin-bottom: 28px;
	font-size: 20px;
	/*font-family: "Marcellus", serif !important;*/
	white-space: nowrap;
	/*margin-left: 40px;*/
	font-weight: bold;
 }
.navi_item.op_innerLink {
		cursor: pointer;
}
@media screen and (max-width: 840px) {
	.navi_item {
		margin-left: 0;
		font-size: 18px;
	 }
}
