html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

html, body {
	background-color: #000;
	background-position: 50% 0;
	color: #2a2a2a;
	font-family: 'Yu Gothic','YuGothic','Hiragino Kaku Gothic Pro','Meiryo',sans-serif;
	font-size: 14px;
	line-height: 180%;
	-webkit-text-size-adjust: 100%;
}

p {
	font-size: 14px;
	line-height: 200%;
	letter-spacing: 0.01em;
}



/*---------------------------------
container / gnav / sns_area
---------------------------------*/
#container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.gnav {
	display: inline-block;
	position: fixed;
	top: -100px;
	left: 10px;
	width: 100%;
	z-index: 3;
}
.gnav ul li {
	display: inline-block;
	padding: 2px 10px;
	border-right: 1px solid #ddd;
	line-height: 1.0;
	position: relative;
	top: 0px;
	filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.2));
}
.gnav ul li:last-child {
	border-right: none;
}
.gnav ul .logo {
	position: relative;
	padding: 0 10px 0 5px;
	border-right: none;
	top: 6px;
}
.gnav ul li a {
	color: #fff;
	font-size: 50px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.gnav ul li a:hover {
	opacity: 0.7;
}
.gnav ul li a img {
/*	vertical-align: bottom;*/
	width: 280px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.gnav ul li .active {
	font-size: 30px;
}
.gnav ul li .active img {
	width: 150px;
	position: relative;
	top: -4px;
}

.sns_area {
	position: fixed;
	text-align: center;
	top: 50%;
	right: -100px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 3;
	filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.2));
}
.sns_area ul li {
	margin-bottom: 30px;
}
.sns_area ul li:last-child {
	margin-bottom: 0;
}
.sns_area ul li a {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.sns_area ul li a:hover {
	opacity: 0.7;
}

.campaign_area {
	position: fixed;
	right: 100px;
	bottom: 50px;
	z-index: 2;
	filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.2));
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 0;
}
.campaign_area.active {
	opacity: 1;
}
.campaign_area.close {
	opacity: 0!important;
}
.campaign_area .campaign_close {
	font-size: 30px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.campaign_area a {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.campaign_area a:hover {
	opacity: 0.7;
}

/*---------------------------------
toppage
---------------------------------*/
#hero {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
#hero:before {
	display: block;
	padding-top: 56.25%;
	content: "";
}
#hero #hero_movie {
	margin: auto;
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	background-color: #000;
	width: 177.77777778vh;
	height: 56.25vw;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}
#hero .movie_layer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/hero_movie_layer.png);
	z-index: 1;
}

#movie_scroll_wrap {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

#hero .movie_scroll {
	position: absolute;
	width: 75px;
	height: 41px;
	left: 50%;
	bottom: -130px;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	z-index: 5;
}
#hero .movie_scroll img {
	filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.5));
}

#movie_slider {
	margin-top: 50px;
	position: relative;
	width: 100%;
	height: 480px;
	background: #000;
	background-position: 50% 0;
	opacity: 0;
}
#movie_slider h2 {
	padding-top: 50px;
	font-size: 50px;
	color: #fff;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
#movie_slider .inner {
	position: absolute;
	width: 2160px;
	top: 90px;
	left: 50%;
	margin-left: -1080px
}
#movie_slider .inner .movie {
	width: 720px;
	outline: none;
	opacity: 1;
	-webkit-transition: opacity .8s ease;
	-moz-transition: opacity .8s ease;
	-o-transition: opacity .8s ease;
	transition: opacity 0.8s ease
}
#movie_slider .inner .movie.slick-center {
	opacity: 1
}
#movie_slider .inner .movie .player {
	width: 640px;
	height: 360px;
	padding: 30px 40px 0
}
#movie_slider .inner .movie .caption {
	position: relative;
	width: 640px;
	height: 135px;
	padding: 25px 40px 0;
	color: #fff
}
#movie_slider .inner .movie .caption h1 {
	font-size: 14px;
	line-height: 140%
}
#movie_slider .inner .movie .caption h1 br {
	display: none
}
#movie_slider .inner .movie .caption p {
	width: 500px;
	height: 54px;
	padding-top: 10px;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	color: #999
}
#movie_slider .inner .movie .caption .btn {
	position: absolute;
	display: block;
	bottom: 35px;
	right: 40px;
	border: 1px solid #999;
	width: 120px;
	padding: 7px 0;
	text-align: center;
	font-size: 12px;
	line-height: 100%;
	color: #999
}
#movie_slider .inner .movie .caption .btn:hover {
	background-color: #999;
	color: #111
}
#movie_slider .inner .slick-arrow {
	position: absolute;
	width: 30px;
	height: 30px;
	border: 1px solid #999;
	top: 70%;
	margin-top: -80px;
	font-size: 0;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	outline: none;
	z-index: 5;
	cursor: pointer
}
#movie_slider .inner .slick-next {
	right: 50%;
	margin-right: -375px;
	background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/slider_mini_right.png)
}
#movie_slider .inner .slick-next:hover {
	background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/slider_mini_right_on.png);
	background-color: #999
}
#movie_slider .inner .slick-prev {
	left: 50%;
	margin-left: -375px;
	background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/slider_mini_left.png)
}
#movie_slider .inner .slick-prev:hover {
	background-image: url(http://www.duel.co.jp/wp-content/themes/duel/asset/img/slider_mini_left_on.png);
	background-color: #999
}

#technology_banner {
	margin: 100px auto 0;
	width: 1140px;
	height: 266.75px;
	text-align: center;
	opacity: 0;
	position: relative;
}
.technology_banner_img{
	width: 1140px;
	height: 266.75px;
	background-image: url(../img/technology_over.png);
	background-size: contain;
}
.technology_banner_img_default {
	position: absolute;
	width: 1140px;
	height: 266.75px;
	margin: 0;
}
.technology_banner_img_default a {
	position: absolute;
	display: block;
	width: 1140px;
	height: 266.75px;
	z-index: 1;
}
.technology_banner_img_hover img {
	width: 1140px;
	height: 266.75px;
}

@keyframes imgOn {
	0% { opacity: 1; }
	100% { opacity: 0; }
}
@keyframes imgOff {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.technology_banner_img_default:hover + .technology_banner_img_hover {
	animation: imgOn 0.5s 1 forwards;
}
.technology_banner_img_default + .technology_banner_img_hover {
	animation: imgOff 0.5s 1 forwards;
}

#staff {
	margin: 100px auto 0;
	opacity: 0;
	position: relative;
	text-align: center;
}
#staff h2 {
	margin-bottom: 50px;
	font-size: 50px;
	color: #fff;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
#staff .staff_img a img {
	width: 1140px;
}
#staff .staff__btn {
	opacity: 0;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}
#staff .staff__btn a {
	padding: 10px 60px;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	text-decoration: none;
	-webkit-transition: opacity .8s ease;
	-moz-transition: opacity .8s ease;
	-o-transition: opacity .8s ease;
	transition: opacity 0.8s ease
}
#staff .staff__btn a:hover {
	opacity: 0.7;
}

#campaign {
	margin: 100px auto 0;
	opacity: 0;
	position: relative;
	text-align: center;
}
#campaign h2 {
	margin-bottom: 50px;
	font-size: 50px;
	color: #fff;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
#campaign .campaign_img a img {
	width: 1140px;
	-webkit-transition: opacity .8s ease;
	-moz-transition: opacity .8s ease;
	-o-transition: opacity .8s ease;
	transition: opacity 0.8s ease
}
#campaign .campaign_img a img:hover {
	opacity: 0.7;
}




/*---------------------------------
TECHNOLOGY
---------------------------------*/
#technology_movie_wrap {
	margin-top: 73px;
	position: relative;
	width: 100%;
	height: 50vh;
	overflow: hidden;
}
#technology_movie_wrap:before {
	display: block;
	padding-top: 56.25%;
	content: "";
}
#technology_movie_wrap #technology_movie {
	margin: auto;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
	background-color: #000;
	width: 177.77777778vh;
	height: 56.25vw;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}
#technology_movie_wrap .movie_layer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/hero_movie_layer.png);
	z-index: 1;
}
.technology__wrap{
	position: relative;
	margin: 0 auto 0;
	width: 100%;
	height: 950px;
	max-width: 1140px;
	z-index: 1;
	top: -125px;
}
.technology__text--01 {
	text-align: center;
	font-size: 120px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	line-height: 120px;
	filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.2));
	letter-spacing: 5px;
	opacity: 0;
}
.technology__text--02 {
	margin-top: 50px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	opacity: 0;
}
.technology__text--03 {
	font-size: 73px;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	line-height: 73px;
	opacity: 0;
	z-index: 9999;
	position: relative;
}
.technology__text--03 span {
	display: inline-block;
	font-size: 24px;
	line-height: 1;
}
.technology__text--03 .technology__text--03--span {
	position: relative;
	top: -41px;
}
.technology__img--01 {
	position: absolute;
	bottom: 0;
	opacity: 0;
}
.technology__img--02 {
	position: absolute;
	opacity: 1;
	bottom: 0;
	left: 170px;
	opacity: 0;
}
.technology__text--04 {
	width: 450px;
	position: absolute;
	bottom: 60px;
	right: 0;
	color: #fff;
	opacity: 0;
}
.technology__feature {
	position: relative;
	margin: 0 auto 100px;
	width: 100%;
	max-width: 1140px;
	z-index: 2;
	display: flex;
	align-items: center;
}
.technology__feature--last {
	margin-bottom: 0!important;
}
.technology__feature--left {
	justify-content: left;
}
.technology__feature--right {
	justify-content: right;
}
.technology__feature--textarea {
	opacity: 0;
}
.technology__feature--textarea--left {
	margin-right: 90px;
}
.technology__feature--textarea--right {
	margin-left: 90px;
}
.technology__feature--text01 {
	color: #fff;
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
}
.technology__feature--text02 {
	margin-top: 50px;
	width: 400px;
	color: #fff;
}
.technology__feature--youtube {
	position: relative;
	width: 640px;
	height: 360px;
	opacity: 0;
}
.technology__feature--youtube iframe {
	position: absolute;
	z-index: 1;
}
.technology__feature--youtube a{
	position: absolute;
	width: 640px;
	height: 360px;
	background: #fff;
	opacity: 0.1;
	-webkit-transition: opacity .8s ease;
	-moz-transition: opacity .8s ease;
	-o-transition: opacity .8s ease;
	transition: opacity 0.8s ease;
	z-index: 2;
}
.technology__feature--youtube a:hover{
	opacity: 0;
}



/*---------------------------------
PRODUCT
---------------------------------*/
#subpage__header {
	margin-top: 73px;
	text-align: center;
	background: url(../img/hero_movie_layer.png) #333;
}
#subpage__header h1 {
	padding: 50px 0 0;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	font-family: 'Oswald', sans-serif;
}
#subpage__header h2 {
	padding: 10px 0 40px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	font-family: 'Oswald', sans-serif;
}
.product__wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
}
.link_tab {
	margin-top: 100px;
	opacity: 0;
}
.link_tab ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.link_tab ul li {
	display: inline-block;
	width: 50%;
}
.link_tab ul li a {
	display: block;
	width: 100%;
	padding: 8px 10px;
	background: #000;
	border: 1px solid #fff;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	-webkit-transition: opacity .8s ease;
	-moz-transition: opacity .8s ease;
	-o-transition: opacity .8s ease;
	transition: opacity 0.8s ease;
}
.link_tab ul li a.active {
	background: #fff;
	color: #000;
}
.link_tab ul li a:hover {
	opacity: 0.7;
}



.product__item {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}
.product__item__text {
	display: inline-block;
	max-width: 500px;
	width: 100%;
}
.product__item__text h3 {
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
}
.product__item__text h3 .newicon {
	margin-right: 5px;
	display: inline-block;
	font-size: 14px;
	padding: 0px 6px 2px;
	color: #fff;
	font-weight: bold;
	background: #ff0000;
	font-family: 'Oswald', sans-serif;
	position: relative;
	top: -8px;
}
.product__item__text p {
	margin-bottom: 40px;
	color: #fff;
	font-size: 14px;
}
.product__item__text .product__item__btn {
	color: #000;
}
.product__item__text .product__item__btn a {
	margin-bottom: 10px;
	display: inline-block;
	padding: 10px 50px;
	color: #000;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	background: #fff;
	text-decoration: none;
	-webkit-transition: opacity .8s ease;
	-moz-transition: opacity .8s ease;
	-o-transition: opacity .8s ease;
	transition: opacity 0.8s ease
}
.product__item__text .product__item__btn div {
	margin-bottom: 10px;
	display: inline-block;
	padding: 10px 50px;
	color: #000000;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	background: #fff;
	text-decoration: none;
	-webkit-transition: opacity .8s ease;
	-moz-transition: opacity .8s ease;
	-o-transition: opacity .8s ease;
	transition: opacity 0.8s ease
}
.product__item__text .product__item__btn a:hover {
	opacity: 0.7;
}
.product__item__img {
	display: inline-block;
}









/*---------------------------------
STAFF PAGE
---------------------------------*/

.staff__wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
}
.staff__list {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}
.staff__list__text {
	display: inline-block;
	max-width: 500px;
	width: 100%;
}
.staff__list__text h3 {
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
}
.staff__list__text h3 span {
	font-size: 16px!important;
	color: #fff;
	font-weight: normal!important;
	font-family: 'Oswald', sans-serif;
}
.staff__list__text .prostaff_icon {
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 14px;
	padding: 0px 6px 2px;
	color: #fff;
	font-weight: bold;
	background: #ff0000;
	font-family: 'Oswald', sans-serif;
	position: relative;
	top: -8px;
}
.staff__list__text p {
	margin-bottom: 40px;
	color: #fff;
	font-size: 14px;
}
.staff__list__text .staff__list__btn {
	color: #000;
}
.staff__list__text .staff__list__btn a {
	margin-bottom: 10px;
	display: inline-block;
	padding: 10px 50px;
	color: #000;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	background: #fff;
	text-decoration: none;
	-webkit-transition: opacity .8s ease;
	-moz-transition: opacity .8s ease;
	-o-transition: opacity .8s ease;
	transition: opacity 0.8s ease
}
.staff__list__text .staff__list__btn a:hover {
	opacity: 0.7;
}
.staff__list__img {
	display: inline-block;
}



/*---------------------------------
MOVIE PAGE
---------------------------------*/
.movie_list {
	position: relative;
	margin: 50px auto 100px;
	width: 100%;
	max-width: 1140px;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
}
.movie_list_item {
	margin-bottom: 20px;
	position: relative;
	opacity: 1;
	overflow: hidden;
}
.movie_list_item p {
	width: 360px;
}
.movie_list_item .movie_list_text {
	padding: 10px;
	padding-top: 3px;
	width: 360px;
	height: 100px;
	margin-top: 203px;
	color: #ccc;
	font-size: 11px;
	line-height: 19px;
	border: 1px solid #333;
	border-top: none;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.movie_list_item iframe {
	position: absolute;
	z-index: 1;
}
.movie_list_item a{
	position: absolute;
	width: 360px;
	height: 203px;
	background: #fff;
	opacity: 0.1;
	-webkit-transition: opacity .8s ease;
	-moz-transition: opacity .8s ease;
	-o-transition: opacity .8s ease;
	transition: opacity 0.8s ease;
	z-index: 2;
}
.movie_list_item a:hover{
	opacity: 0;
}



/*---------------------------------
footer copyright
---------------------------------*/
footer {
	margin-top: 100px;
	padding: 10px;
	text-align: center;
}
.fnav {
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	max-width: 1140px;
	z-index: 1000;
}
.fnav ul li {
	display: inline-block;
	padding: 0px 5px;
	border-right: 1px solid #ddd;
	line-height: 1.0;
}
.fnav ul li:last-child {
	border-right: none;
}
.fnav ul li a {
	color: #fff;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.fnav ul li a:hover {
	opacity: 0.7;
}
.copy {
	color: #aaa;
	font-size: 11px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}



/*---------------------------------
drawer menu
---------------------------------*/
.drawer-hamburger {
	width: 1.6rem!important;
	z-index: 4!important;
	padding: 7px 0.75rem 30px!important;
	top: -100px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	background-color: #fff!important;
	height: 2px!important;
}
.drawer-open .drawer-hamburger-icon {
	background-color: transparent!important;
}
.drawer-nav {
	background-color: #000!important;
	opacity: 0.8!important;
	z-index: 9999;
}
.drawer-brand {
	color: #fff!important;
}
.drawer-menu-item {
	color: #fff!important;
}
.drawer-brand {
	padding-top: 10px;
}
.drawer-brand img {
	width: 100%;
}
.drawer-overlay {
	z-index: 3;
}



/*---------------------------------
breadcrumbs
---------------------------------*/
.breadcrumbs {
	text-align: center;
	color: #aaa;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	background: #111;
	border-bottom: 1px solid #222;
}
.breadcrumbs a {
	color: #aaa;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.breadcrumbs a:hover {
	opacity: 0.7;
}



/*---------------------------------
scroll down animation
---------------------------------*/
.sub_scroll_down {
	width: 90px;
	height: 300px;
	position: fixed;
	overflow: hidden;
	z-index: 9999;
	color: #fff;
	bottom: 10px;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.sub_scroll_down.active {
	opacity: 1;
}

/* scrolldown アニメーション設定 */
.arrowWrap {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 200px
}
.arrowInner p {
	font-size: 12px;
	text-align: end;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.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);
	}
}



/*---------------------------------
pagetop
---------------------------------*/
#pagetop {
	position: fixed;
	width: 36px;
	height: 36px;
	bottom: 10px;
	right: 15px;
	background-image: url(../img/btn_pagetop.png);
	z-index: 99;
	font-size: 0;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-animation: flow_5p 5s ease 0s infinite normal;
	-moz-animation: flow_5p 5s ease 0s infinite normal;
	animation: flow_5p 5s ease 0s infinite normal;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}
#pagetop.active {
	opacity: 1;
}
#pagetop:hover {
	opacity: 0.5;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.t_red {color: #ff0000;}

.pr50 {padding-right: 50px;}

.pl50 {padding-left: 50px;}

/*.lity-close {display: none!important;}*/





/*---------------------------------
pc display none
---------------------------------*/
.pc_none {
	display: none!important;
}

/*# sourceMappingURL=style.css.map */