@charset "utf-8";
/* CSS Document */

.v_u_t02_upper{
	position: fixed;
	width: 35%;
	right: 5%;
	top: 5%;
   display: none;
}

.v_u_t02_upper.core3{
	position: absolute;
	width: 45%;
	right: auto;
	right: 10%;
	top: auto;
	bottom: 2%;
}

.v_u_t02_upper.core3 .container{
	display: flex;
	flex-wrap: wrap;
}

.v_u_t02_upper img{
  width: 100%;
  height: auto;
}


.v_u_t02_down{
	position: fixed;
	width: 25%;
	bottom:20px;
   left: 20%;
   display: none;
}

.v_u_t02_down.core3{
	position: absolute;
	width: 25%;
	left: auto;
	bottom: auto;
	top:50px;
   right: 5%;
   display: block;
}

.v_u_t02_down img{
  width: 100%;
  height: auto;
}

.visual_01{
  display: block;
}

.visual_02{
  display: none;
}


.v_u_t02_upper_m{
   display: none;
}
.v_u_t02_down_m{
   display: none;
}

.b_core_change01{
	position: fixed;
	bottom:80px;
	right: 20px;
	cursor: pointer;
	width: 5%;
}

.b_core_change01 li a{
	color: rgba(255,255,255,1.00);
}


@media screen and (max-width: 1100px) {


}



@media screen and (max-width: 480px) {

.v_u_t02_upper{
   display: none !important;
}
.v_u_t02_down{
   display: none !important;
}


.v_u_t02_upper_m{
   display: block;
   position: absolute;
   width: 13%;
   top: 6%;
   right: 20px;
}
.v_u_t02_down_m{
   display: block;
   width: 50%;
   position: absolute;
   bottom: 20px;
   left: 20px;
}


.b_core_change01{
	position: relative;
	bottom:auto;
	right: auto;
	cursor: pointer;
	width: 80%;
	margin: 10px auto 0 auto;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.b_core_change01 li{
	width: 30%;
}


}