@media screen and (max-width: 959px){

.header{
	height			:10vw;
}

.menu{
	height			:10vw;
}

.menu_in{
	height			:8vw;
	line-height		:8vw;
	margin			:1vw;
	padding			:0 2vw;
	font-size		:4vw;
}

.footer{
	height			:4vw;
	line-height		:4vw;
	font-size		:3vw;
}

.top_title{
	font-size	:5.5vw;
	height		:16vw;
	line-height	:8vw;
	margin-top	:5vw;
}

.store_link{
	position		:relative;
	bottom			:auto;
	left			:0;
	rightt			:0;
	width			:30vw;
	margin			:0 auto;
}

.image_link{
	width			:30vw;
}

.topimg{
	padding-top		:9vw;
	height			:60vw;
}

.top_img{
	width			:100vw;
	height			:75vw;
}

.sentense{
	padding			:1vw 0 5vw 0;
	min-height		:calc(100vh - 16vw);
}



.top_log{
	width			:96vw;
	height			:auto;
	font-size		:4vw;
	border			:none;
	padding			:2vw;
	line-height		:5.5vw;
	margin-left		:0;
	border-radius	:0;
}

.block{
	height:auto;
}


.view{
	width		:99vw;
	margin		:1vw auto;
}

.view_item{
	width		:33vw;
	height		:33vw;
	flex-basis	:33vw;
}

.view_img{
	width		:33vw;
}


.inpage{
	height		:130vw;
	width		:88vw;
}

.inpage_img{
	position	:absolute;
	top			:2vw;
	left		:2vw;
	height		:126vw;
	width		:84vw;
}

.inpage_prev{
	left			:-2vw;
	height			:3vw;
	width			:3vw;
	border-top		:1vw solid #ffffff;
	border-left		:1vw solid #ffffff;
}

.inpage_next{
	position		:absolute;
	top				:0;
	bottom			:0;
	right			:-2vw;
	height			:3vw;
	width			:3vw;
	border-top		:1vw solid #ffffff;
	border-right	:1vw solid #ffffff;
}

.inpage_close{
	position		:absolute;
	top				:-5vw;
	right			:-5vw;
	height			:8vw;
	width			:8vw;
}


.inpage_close_a,.inpage_close_b{
	height			:6vw;
	width			:1vw;
}

.inpage_re{
	bottom			:3.5vw;
	left			:3.5vw;
	height			:6vw;
	line-height		:6vw;
	width			:6vw;
	font-size		:5vw;
}

.policy_h2{
	border-bottom	:2px solid #606060;
	margin-bottom	:2vw;
	font-size		:4.5vw;
	padding-left	:3vw;
}

.policy_box{
	padding			:1vw 3vw;
	margin-bottom	:6vw;
	font-size		:3.5vw;
}

.contact_log{
	width			:82vw;
	font-size		:4.5vw;
	line-height		:6.5vw;
	height			:30vw;
	padding			:2vw;
}

.contact_mail{
	width			:82vw;
	font-size		:4.5vw;
	height			:8vw;
	line-height		:8vw;
	padding			:0 2vw;
}

.contact_send{
	width			:86vw;
	font-size		:5vw;
	height			:10vw;
	margin			:2vw auto
}


.send_pop{
	width			:70vw;
	height			:40vw;
	border			:2vw solid #ff9090;
	border-radius	:2vw;
	padding			:3vw;
	text-align		:left;
	font-size		:4vw;
	line-height		:6vw;
}

.comm_contact{
	height			:80vw;
	width			:86vw;
}

.comm_title{
	margin			:2vw auto 1vw auto;
	width			:84vw;
	font-size		:5vw;
	height			:10vw;
	line-height		:10vw;
	border-bottom	:2px solid #303030;
	text-align		:left;
	padding-left	:2vw;
}

.comm_log,.comm_log2{
	margin			:1vw auto;
	width			:86vw;
	text-align		:left;
}

.send_back{
	display			:none;
	background		:rgba(0,0,0,0.6);
	position		:fixed;
	top				:-10vh;
	left			:-10vw;
	width			:120vw;
	height			:120vh;
	z-index			:20;
}

}