@charset "UTF-8";
/*2022.3追加
/* ---------------------------------------- */
.movieArea{
	padding-top: 30px;
}
.movie{
	width: 100%;
}
.movie-sp{
	padding-top: 60px;
}
.movie video{
	width: 100%;
	height: auto;
}
.sub-ttl{
	font-size: 1.5em;
	margin: 30px 0 10px;
}
.about_container{
	background-image: url(../../images/about/bg.png) ;
	 background-size:cover;
}

.about_inner{
	width: 100%;
	padding: 0 5%;
}
/*-----------------------------------------
----------------------------------------- */
/*----------------------------------------- 
スクロールダウン　矢印
----------------------------------------- */

/* アニメーション設定 */
.arrowWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 200px
}

.arrowInner p {
  font-size: 12px;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
	color: #fff;
}

.arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}
.index_h2{
	font-size: 2.6rem;
	text-align: center;
	padding-top: 30px;
}
.footer_comment{
	margin-bottom: 0 !important;
}
/* ---------------------------------------- */
/*top_nav*/
/* ---------------------------------------- */
*{
	box-sizing: border-box;
}
.up_right{
/*
	 writing-mode: vertical-rl;
  text-orientation: upright;  すべて縦方向に表示 
*/
	position: relative;
}
.index_h1{
	top:22px !important;
}
.sub_title{
	color: #fff;
	position: absolute;
	left: 5%;
/*	top:13px;*/
	top:43px;
	font-size: 10px;
	letter-spacing: 0.2px !important;
}
h2{
	color:#FFFFFF;
	font-size: 2rem;
	letter-spacing:2px;
	text-align: center;
	position: absolute;
	top:20%;
}

.top_ul_position{
	position: absolute;
	top:115px;
	left: 5%;
}
.top_nav li{
	margin-bottom: 20px;	
}
.top_nav li a{
	color: #fff;
	z-index: 1;
	letter-spacing:2px;
	font-size: 1em;
}
.top_nav li a:hover{
	opacity: 0.8;
}
/* ---------------------------------------- */
/*サイドナビ*/
/* ---------------------------------------- */
#nav-toggle span {
	width: 100%;
	height: 1px;
	left: 0;
	display: block;
	background: #fff;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

/* ---------------------------------------- */
/*オンライン購入ボタン*/
/* ---------------------------------------- */
.online_btn{
	width: 100%;
	position: absolute;
	bottom: 20%;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	letter-spacing: 3px;
}
.online_btn a{
	width: 90%;
	display: block;
	margin: 0 auto;
	border: thin solid #fff;
	padding: 15px;
	color:#fff;
	font-size: 1.2em;
	letter-spacing: 3px;
	background-color: rgba(0,0,0,0.3);
}
.font-go {
    position: absolute;
    top: 32px;
    right: 15%;
    font-size: 12px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
	color:#fff;
}
/* ---------------------------------------- */
/*copyright*/
/* ---------------------------------------- */
.copyright{
	position: relative;
/*
	bottom: 20px;
	left: 5%;
	color: #fff;
*/
	letter-spacing: 2px;
	text-align: center;
}
.container{
	height: 100vh;
}