/* CSS Document */
@charset "utf-8";

@media screen and (min-width:768px) and ( max-width:1039px){

.wrapper{
	width: auto;
	max-width: 96vw;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.gnav_btn a{
	width: 6.6vw;
	height: 5vw;
	background: none;
	border-radius: 0;
	display: block;
	position: fixed; top: 1.5vw; right: 4vw;
	z-index: 100;
}
.gnav_btn span {
	width: 6.6vw;
	height: 0.1vw;
	margin: -0.05vw 0 0 -3.3vw;
	background: #FFF;
	border-radius: 0.1vw;
	display: block;
	position: absolute; top: 50%; left: 50%;
	transition: 0.2s;
}
.gnav_btn span:before,
.gnav_btn span:after {
	content: "";
	width: 6.6vw;
	height: 0.1vw;
	background: #FFF;
	border-radius: 0.1vw;
	display: block;
	position: absolute; top: 0; left: 0;
	transition: 0.3s;
}
.gnav_btn span:before {
	margin-top: -1.3vw;
}
.gnav_btn span:after {
	margin-top: 1.3vw;
}
.gnav_btn a.on span {
	background: transparent;
}
.gnav_btn a.on span:before,
.gnav_btn a.on span:after {
	margin-top: 0;
	background: #FFF;
}
.gnav_btn a.on span:before {
	transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
}
.gnav_btn a.on span:after {
	transform: rotate(-160deg);
	-webkit-transform: rotate(-160deg);
}
.gnav_btn p{
	width: 100%;
	position: absolute; bottom: -1.5vw; left: 0;
	font-size: 1.4vw;
	text-align: center;	
}
.gnav_btn p + p,
.gnav_btn a.on p{
	display: none;
}
.gnav_btn a.on p + p{
	display: block;
}
.gnav{
	width: 38vw;
	height: 100%;
	padding-top: 3.4vw;
	background: url(../images/common/gnav_bg.svg) no-repeat left top;
	background-size: cover;
	position: fixed; top: 0; right: 0;
	display: block;
	z-index: 90;
	pointer-events: auto;
	overflow: auto;
	transform: translateX(100%);
	transition: transform 0.4s ease;
}
.gnav.on{
    transform: translateX(0);
}
.gnav .logo{
	width: 18.7vw;
	margin-left: 2.3vw;
}
.gnav nav {
	margin-top: 2.2vw;
	text-align: left;
}
.gnav nav > div {
	margin-top: 0;
	border-top: 0.1vw solid #FFF;
}
.gnav nav > div > a{
	padding: 1.8vw 1.8vw 1.8vw 3vw;
	display: block;
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 1.6vw;
	color: #FFF;
	text-decoration: none;
}
.gnav nav > div > a:hover{
	background: #000;
	color: #FFF;
}
.gnav nav > div.no_link{
	padding: 1.8vw 1.6vw;
}
.gnav nav > div.no_link > p{
	padding-left: 0.2vw;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 1.6vw;
	color: #FFF;
	text-decoration: none;
}
.gnav .inner{
	margin-top: 1.8vw;
	padding: 1vw 1vw 1.6vw 1vw;
	background: url(../images/common/gnav_inner_bg.svg) no-repeat center;
	background-size: cover;
}
.gnav .inner .title_box{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
}
.gnav .inner .title_box .title{
	font-size: 1.4vw;
}
.gnav .inner .title_box .title span{
	display: block;
	font-size: 2.3vw;
	text-align: center;
}
.gnav .inner .title_box .and{
	margin: 0 1vw;
	font-size: 2.3vw;
}
.gnav .inner .text{
	margin-top: 0.6vw;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 1.6vw;
}
.gnav nav > div.no_link .caution{
	margin-top: 0.6vw;
	font-size: 1.4vw;
	text-align: center;
}
.gnav .btn{
	margin-top: 1.3vw;
}
.gnav .btn a{
	height: 4.8vw;
	background: #FFF;
	border: 0.1vw solid #707070;
	border-radius: 2.4vw;
	display: block;
	position: relative;
	font-size: 1.6vw;
	font-weight: 700;
	line-height: 4.8vw;
	color: #222;
	text-align: center;
	text-decoration: none;
	transition: .2s;
}
.gnav .btn a:hover{
	background: #707070;
	color: #FFF;
}
.gnav .btn a::before{
	content: "";
	width: 0.75vw;
	height: 1.5vw;
	background: url(../images/common/arrow_b.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute; top: 50%; right: 2vw;
	transform: translateY(-50%);
}
.gnav .btn a img{
	width: 2.9vw;
	position: absolute; top: 50%; left: 2vw;
	transform: translateY(-50%);
}
.gnav .btn a:hover::before,
.gnav .btn a:hover img{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.gnav .sns{
	margin-top: 1.4vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 2.2vw;
}
.gnav .sns div{
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0;
}
.gnav .sns div img{
	width: auto;
	height: 2.4vw;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.gnav .sns div:last-child img{
	height: 1.7vw;
}


/* main */

main{
}

.kv{
	position: relative;
}
.kv .video{
	width: 100vw;
	height: 100vh;
	position: fixed; top: 0; left: 0;
	z-index: -10;
	overflow: hidden;
}
.kv .video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kv .video::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.37);
	position: absolute; top: 0; left: 0;
	z-index: 1;
}

.kv .fv{
	height: 100vh;
	padding: 2vw 3vw;
	position: relative;
}
.kv .fv h1{
	width: 20.3vw;
}
.scroll_down a{
  color: #FFF;
  font-size: 0;
  letter-spacing: 0.2vw;
  position: absolute;
  bottom: 10vw;
  left: 50%;
  display: block;
  background-size: 1.4vw auto;
  z-index: 2;
  text-decoration: none; 
  transform: translate(-50%, -50%);
}
.scroll_down a:before {
  position: absolute;
  top: calc(50% - 5.6vw);
  left: calc(50% - 0.8vw);
  transform: rotate(-45deg);
  display: block;
  width: 1.2vw;
  height: 1.2vw;
  content: "";
  border: 0.2vw solid #FFF;
  border-width: 0vw 0 0.2vw 0.2vw;
}
.scroll_down a:after {
  position: absolute;
  width: 3.2vw;
  height: 3.2vw;
  border: 0.2vw solid #FFF;
  content: "";
  border-radius: 100%;
  top: calc(50% - 6.4vw);
  left: calc(50% - 1.9vw);
}
.scroll_down a span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 3.4vw;
  height: 3.4vw;
  border-radius: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 0 0 #FFF;
  opacity: 0;
  animation: circle 3s infinite;
  top: calc(50% - 6.3vw);
  left: calc(50% - 1.9vw);
}
@keyframes circle {
  0% { opacity: 0; }
  30% { opacity: 1; }
  60% { box-shadow: 0 0 0 4vw rgba(255,255,255,.1);
        opacity: 0; }
  100% { opacity: 0; }
}
.scroll_down img{
	width: 7.5vw;
}

.kv .sv{
	padding: 48vw 0 75vw 0;
	position: relative;
}
.kv .sv::after{
	content: "";
	width: 100vw;
	height: 51vw;
	background: url(../images/kv/webp/acc.webp) no-repeat center bottom;
	background-size: 100% auto;
	position: absolute; bottom: 0; left: 0;
}
.kv .sv .catch{
	width: 42.7vw;
	margin:  0 auto;
	padding: 0;
}
.kv .sv .logo{
	width: 48.4vw;
	margin: 6vw auto 0 auto;
	padding: 0;
}
.kv .sv .text{
	width: 33.5vw;
	margin: 24.6vw auto 0 auto;
	padding: 0;
}

.cta_top{
	padding: 10vw 0;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	text-align: center;
}
.cta_top.cta_top_1{
	background: #000;
}
.cta_top.cta_top_2{
	background: #FFF;
	color: #000;
}
.cta_top p{
	font-size: 2.9vw;
}
.cta_top p big{
	font-size: 3.7vw;
}
.cta_top .becouse{
	margin-top: 5.2vw;
	font-size: 2.7vw;
}
.cta_top .text{
	font-size: 3.6vw;
}

.cta{
	padding: 3.6vw 0 8.3vw 0;
	background: url(../images/cta/webp/bg.webp) no-repeat center;
	background-size: cover;
}
.cta .title_box{
	display: flex;
	justify-content: center;
	gap: 3vw;
}
.cta .title_box div{
	width: 35vw;
}
.cta .check_box{
	margin-top: 4.4vw;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Noto Serif JP", serif;
}
.cta .left{
	margin-right: 2.6vw;
	font-size: 2.7vw;
}
.cta .right{
	font-size: 2.1vw;
}
.cta .right p{
}
.cta .right p + p{
	margin-top: 1vw;
}
.cta .right p span{
	color: #15C30B;
}
.cta .btn{
	width: 57.2vw;
	margin: 3.7vw auto 0 auto;
	padding: 0;
}
.cta .btn a{
	height: 6.6vw;
	background: #3BA80A;
	border: 0.1vw solid #3BA80A;
	border-radius: 3.4vw;
	display: block;
	position: relative;
	font-size: 1.9vw;
	font-weight: 700;
	line-height: 6.6vw;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	transition: .2s;
}
.cta .btn a:hover{
	background: #FFF;
	color: #3BA80A;
}
.cta .btn a::before{
	content: "";
	width: 0.75vw;
	height: 1.5vw;
	background: url(../images/common/arrow_w.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute; top: 50%; right: 3.4vw;
	transform: translateY(-50%);
}
.cta .btn a:hover:before{
	filter: brightness(0) saturate(100%) invert(51%) sepia(48%) saturate(3863%) hue-rotate(68deg) brightness(97%) contrast(92%);
}
.cta .caution{
	margin-top: 0.7vw;
	font-size: 1.4vw;
	text-align: center;
}

.intro{
	padding: 16vw 0 8vw 0;
	background: url(../images/intro/webp/bg.webp) no-repeat center;
	background-size: cover;
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}
.intro::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.78);
	position: absolute; top: 0; left: 0;
	z-index: 1;
}
.intro *{
	position: relative;
	z-index: 2;
}
.intro h2{
	width: 40.8vw;
	margin-left: 5vw;
}
.intro .box{
	padding-top: 5vw;
}
.intro .item{
	margin-top: 7.4vw;
	padding: 5vw 0 5vw 5vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;	
	opacity: 0;
    transform: translateX(-80px);
    transition: all 0.8s ease;
}
.intro .item.active{
    opacity: 1;
    transform: translateX(0);
}
.intro .item::before{
	content: "";
	width: 	200vw;
	height: 100%;
	border: 1px solid #FFF;
	border-radius: 11vw;
	position: absolute;	top: -1px; right: -5vw;
}
.intro .item:nth-child(1){
	width: 58vw;
}
.intro .item:nth-child(2){
	width: 75vw;
	padding-left: 13vw;
}
.intro .item:nth-child(3){
	width: 90vw;
	padding-left: 18vw;
}
.intro h3{
	width: auto;
	height: 11.3vw;
}
.intro h3 img{
	height: 100%;
}
.intro .inner{
	padding-left: 6vw;
}
.intro h4{
	margin: 0;
	font-size: 2vw;
	line-height: 1.5;
}
.intro .item:last-child h4{
	margin-top: 0;
}
.intro p{
	margin-top: 1vw;
	padding: 0;
	border-top: none;
	font-size: 2vw;
	line-height: 1.7;
	letter-spacing: 0.02em;
}
.intro .text{
	margin-top: 8.1vw;
	padding: 0 0 0 40vw;
	position: relative;
	font-size: 2.4vw;
	line-height: 2.8;
}
.intro .text::before{
	display: none;
}

.movie{
	padding: 10.6vw 0 13.8vw 0;
	background: url(../images/movie/webp/bg.webp) no-repeat center;
	background-size: cover;
	position: relative;
}
.movie::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.39);
	position: absolute; top: 0; left: 0;
	z-index: 1;
}
.movie *{
	position: relative;
	z-index: 2;
}
.movie h2{
	display: flex;
	justify-content: center;
}
.movie h2 img{
	width: 53.6vw;
}
.movie .youtube {
  position: relative;
  width: 100%;
  margin-top: 4.5vw;
  padding-top: 56.25%;
}
.movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.profile{
	padding: 10.9vw 0 8.7vw 0;
	background: #080404;
}
.profile h2{
	width: 41.2vw;
	margin: 0 auto;
}
.profile .band{
	margin-top: 4vw;
}
.profile .box{
	padding-top: 7vw;
	display: flex;
	justify-content: space-between;
}
.profile .item{
	width: 18.5vw;
	margin-top: 0;
	background: url(../images/profile/webp/bg_pc.webp) no-repeat center;
	background-size: cover;
}
.profile .thum{
	position: relative;
}
.profile .thum::before{
	content: "";
	width: 8.5vw;
	height: 6.5vw;
	background: url(../images/profile/acc.svg) no-repeat;
	background-size: cover;
	position: absolute; bottom: 0; left: 0;
}
.profile .inner{
	position: relative;
}
.profile .chara{
	position: absolute;
}
.profile .item:nth-child(1) .chara{
	width: 7vw;
	top: -5.5vw; left: 0.8vw;
}
.profile .item:nth-child(2) .chara{
	width: 8.8vw;
	top: -5vw; left: 0;
}
.profile .item:nth-child(3) .chara{
	width: 8.9vw;
	top: -4.5vw; left: 0;
}
.profile .item:nth-child(4) .chara{
	width: 6.2vw;
	top: -5vw; left: 1.1vw;
}
.profile .item:nth-child(5) .chara{
	width: 7.6vw;
	top: -4.5vw; left: 0.2vw;
}
.profile .name{
	padding: 0 0 0 8.5vw;
	position: relative;
	z-index: 1;
	font-size: 1.8vw;
	font-weight: 700;
	text-align: left;
	text-shadow: 0vw 0.3vw 0.6vw rgba(0, 0, 0, 0.71);
}
.profile .item:nth-child(2) .name{
	padding-left: 6vw;
}
.profile .item:nth-child(3) .name{
	padding-left: 4vw;
}
.profile .item:nth-child(5) .name{
	padding-left: 5vw;
}
.profile .name span{
	padding-left: 1vw;
	display: block;
}
.profile p{
	padding: 1.1vw 1vw 1.6vw 1.6vw;
	font-size: 1.6vw;
	line-height: 1.8;
}

.slide{
	padding: 10.5vw 0 20vw 0;
	background: url(../images/slide/webp/bg.webp) no-repeat center;
	background-size: cover;
	position: relative;
}
.slide::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.79);
	position: absolute; top: 0; left: 0;
	z-index: 1;
}
.slide *{
	position: relative;
	z-index: 2;
}
.slide h2{
	width: 45.4vw;
	margin: 0 auto;
}
.slide .bottom{
	width: 40.4vw;
	margin: 8.9vw auto 0 auto;
	padding: 0;
}
.embla {
	margin-top: 12.7vw;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.embla__viewport {
	overflow: hidden;
}
.embla__container {
	display: flex;
}
.embla__slide {
	flex: 0 0 30.4vw;
	margin-right: 2vw;
}
.video-wrap {
	position: relative;
	width: 100%;
	padding-top: 150%;
}
.video-wrap iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: auto;
}
.embla__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8.5vw;
	margin-top: 6.7vw;
}
.embla__dots {
	display: flex;
	justify-content: center;
	gap: 1.5vw;
}
.embla__dot {
	width: 1.3vw;
	height: 1.3vw;
	border-radius: 50%;
	background: #AFAFAF;
	border: none;
	cursor: pointer;
	padding: 0;
}
.embla__dot.is-selected {
	background: #980000;
}
.embla__prev,
.embla__next {
	width: 5.5vw;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}
.embla__next img {
	transform: scale(-1,1);
}

.voice{
	padding: 8.4vw 0 12.6vw 0;
	background: url(../images/voice/webp/bg_pc.webp) no-repeat center;
	background-size: cover;
	position: relative;
}
.voice::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.74);
	position: absolute; top: 0; left: 0;
	z-index: 1;
}
.voice *{
	position: relative;
	z-index: 2;
}
.voice h2{
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 3.2vw;
	text-align: center;
}
.voice h2 small{
	display: block;
	font-size: 2vw;
}
.voice .image{
	width: 91.3vw;
	margin: -3vw 0 0 5vw;
}

.live{
	padding: 11vw 0 8.4vw 0;
	background: url(../images/live/webp/bg_pc.webp) no-repeat center bottom;
	background-size: cover;
	position: relative;
}
.live::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(21,21,21,0.62);
	position: absolute; top: 0; left: 0;
	z-index: 1;
}
.live *{
	position: relative;
	z-index: 2;
}
.live h2{
	font-weight: 400;
	font-size: 3vw;
	text-align: left;
}
.live .box{
}
.live .item{
	margin-top: 4vw;
	display: flex;
}
.live .item + .item{
	margin-top: 11.4vw;
}
.live .thum_box{
	width: 33.4vw;
	height: 33.4vw;
	position: relative;
}
.live .thum_box .thum{
	position: relative;
}
.live .thum_box .thum::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.61);
	position: absolute; top: 0; left: 0;
	z-index: 3;
}
.live .thum_box .title_box{
	width: 100%;
	position: absolute; top: 25%; left: 0;
	text-align: center;
}
.live .thum_box h3{
	font-weight: 700;
	font-size: 1.5vw;
}
.live .thum_box h4{
	margin-top: 1.2vw;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 1.5vw;
}
.live .thum_box .inner{
	width: 100%;
	padding: 0.8vw 1.3vw;
	background: #731425;
	position: absolute; bottom: 0; left: 0;
	font-weight: 700;
	font-size: 1.5vw;
}
.live .thum_box .inner p{
}
.live .thum_box .inner p + p{
	margin-top: 0;
}
.live .detail_box{
	width: 54.8vw;
	margin-left: 6.8vw;
}
.live .detail_box h3{
	padding: 0 1vw 2vw 1vw;
	font-weight: 700;
	font-size: 1.5vw;
}
.live .detail_box .inner{
	border-bottom: 0.1vw dotted #9D9D9D;
}
.live .detail_box .inner div{
	padding: 1.5vw 1vw 2vw 1vw;
	border-top: 0.1vw dotted #9D9D9D;
	font-size: 1.6vw;
	line-height: 1.8;
}
.live .detail_box .btn{
	margin-top: 1.8vw;
}
.live .detail_box .btn a{
	height: 6.4vw;
	background: #FFF;
	border: 0.1vw solid #707070;
	border-radius: 3.3vw;
	display: block;
	position: relative;
	font-size: 2vw;
	font-weight: 700;
	line-height: 6.4vw;
	color: #222;
	text-align: center;
	text-decoration: none;
	transition: .2s;
}
.live .detail_box .btn a:hover{
	background: #707070;
	color: #FFF;
}
.live .detail_box .btn a::before{
	content: "";
	width: 0.75vw;
	height: 1.5vw;
	background: url(../images/common/arrow_b.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute; top: 50%; right: 3.2vw;
	transform: translateY(-50%);
}
.live .detail_box .btn a:hover::before{
	background-image: url(../images/common/arrow_w.svg);
}
.live .bottom_text{
	margin-top: 7.5vw;
	font-size: 2vw;
	line-height: 1.8;
	text-align: center;
}
.live .bottom_text span{
	font-size: 1.9vw;
}
.live .bottom_btn{
	width: 57.2vw;
	margin: 3vw auto 0 auto;
}
.live .bottom_btn a{
	height: 6.6vw;
	background: #3BA80A;
	border: 0.1vw solid #3BA80A;
	border-radius: 3.4vw;
	display: block;
	position: relative;
	font-size: 1.9vw;
	font-weight: 700;
	line-height: 6.6vw;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	transition: .2s;
}
.live .bottom_btn a:hover{
	background: #FFF;
	color: #3BA80A;
}
.live .bottom_btn a::before{
	content: "";
	width: 0.75vw;
	height: 1.5vw;
	background: url(../images/common/arrow_w.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute; top: 50%; right: 3.4vw;
	transform: translateY(-50%);
}
.live .bottom_btn a:hover:before{
	filter: brightness(0) saturate(100%) invert(51%) sepia(48%) saturate(3863%) hue-rotate(68deg) brightness(97%) contrast(92%);
}

.about{
	padding: 10.9vw 0 26.2vw 0;
	background: url(../images/about/bg.svg) no-repeat center bottom;
	background-size: cover;
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	line-height: 3;
	text-align: center;
}
.about .title{
	font-size: 2.4vw;
}
.about p{
	margin-top: 6.9vw;
	font-size: 2vw;
}

.rule{
	padding: 15.6vw 0 12vw 0;
}
.rule h2{
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 4.3vw;
	text-align: center;
}
.rule .text{
	width: 22.6vw;
	margin: 4.4vw auto 0 auto;
}

.lv{
	padding: 10vw 0 30vw 0;
}
.lv .catch{
	width: 42.7vw;
	margin: 0 auto;
}


/* footer */

footer{
	padding-top: 8vw;
	background: #FFF;
	position: relative;
}
footer::before{
	content: "";
	width: 100vw;
	height: 30vw;
	background: url(../images/footer/webp/acc.webp) no-repeat center bottom;
	background-size: 100% 100%;
	position: absolute; top: -30vw; left: 0;
}
footer .logo{
	width: 28.3vw;
	margin: 0 auto;
}
footer .banner{
	width: 63.6vw;
	margin: 4vw auto 0 auto;
}
footer .sns{
	margin-top: 7.8vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .sns div{
	margin: 0 1.1vw;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0;
}
footer .sns div img{
	width: auto;
	height: 2.3vw;
}
footer .sns div:last-child img{
	height: 1.7vw;
}
footer .copy{
	margin-top: 4.6vw;
	padding: 1.2vw 0 1.7vw 0;
	background: #000;
	font-size: 1.4vw;
	color: #FFF;
	text-align: center;
}
footer .top_marker{
	width: 7.2vw;
	position: fixed; bottom: 8vw; right: 5vw;
	z-index: 10;
	display: block;
}

}
