@charset "utf-8";


/**************************************************50
 * layout
 **************************************************/
body{
	color: #3C3C3C;
	font-size: 16px;
	line-height: 1.6;
}
#page-wrap {
	min-height: 100%;
}
#container{
	min-height: 100%;
	overflow: hidden;
	width: 100%;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	padding-left: -webkit-calc((100% - 1000px) / 2);
	padding-left: calc((100% - 1000px) / 2);
	padding-right: -webkit-calc((100% - 1000px) / 2);
	padding-right: calc((100% - 1000px) / 2);
	min-width: 1000px;
}
.wrap:after{
	clear: both;
	content: "";
	display: block;
}


/**************************************************50
 * common
 **************************************************/
/* -- color -- */
.blue{
	color: #4DC4E0;
}
.blue_dark{
	color: #5F7CA6;
}
.pink{
	color: #FF6A94;
}
.green{
	color: #63C046;
}
.orange{
	color: #FF9481;
}

/* -- label -- */
[class^="label_shop_"]{
	border-radius: 100px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 75%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 100px;
}
.label_shop_1{
	background-color: #F27B46;
}
.label_shop_2{
	background-color: #F65365;
}

/* -- link -- */
a{
	color: #FF6A94;
}
.rollover img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
.rollover:hover img{
	opacity: 0.7;
}
[class^="link_to"],
[class^="btn_"]{
	background-color: #FF6A94;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 100px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
	width: 240px;
}
[class^="btn_"]{
	margin: 0 1em;
}
[class^="link_to"]:after{
	content: "\F142";
	font-size: 125%;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 1em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
[class^="btn_"]:before{
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 1em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
[class^="link_to"]:hover,
[class^="btn_"]:hover{
	opacity: 0.7;
}
.link_to_red{
	background-color: #F56B7A;
	color: #FFFFFF;
}

/* -- pager -- */
.pager_num{
	text-align: center;
}
.pager_link{
	margin: 5px auto;
	text-align: center;
}
.pager_link > *{
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	width: 36px;
}
.pager_link > strong{
	border: none;
	color: #FF6A94;
	font-size: 26px;
}
.pager_link > a{
	background-color: #FFFFFF;
	border-color: #FF6A94;
	border-radius: 5px;
	color: #FF6A94;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
.pager_link > a:hover{
	background-color: #FF6A94;
	border-color: #FF6A94;
	color: #FFFFFF;
}
.pager_link > a.mdi{
	font-size: 140%;
}
.pager_link > span{
	background-color: #FF6A94;
	border-color: #FF6A94;
	border-radius: 5px;
	color: #FFFFFF;
}
.pager_link > * + *{
	margin-left: 20px;
}

/* - form - */
label.select_box{
	display: inline-block;
	position: relative;
}
label.select_box:after{
	content: "\F35D";
	font-size: 160%;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right:0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
select{
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	color: #FFFFFF;
	padding: 0.2em 2.1em 0.2em 0.5em;
}
input[type="text"],
input[type="password"]{
	border: 1px solid #FFE1E6;
	padding: 0.5em 1em;
	transition: all 0.2s ease-out 0s;
	vertical-align: text-bottom;
	width: 100%;
}
input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.7);
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
	border-color: #FF6A94;
}
textarea{
	border: 1px solid #FFE1E6;
	min-height: 12em;
	margin: 0;
	padding: 0.5em 1em;
	resize: vertical;
	transition: all 0.3s ease-out 0s;
	width: 100%;
}

/** -- checkbox -- **/
input[type="checkbox"]{
	background: none;
	border: none;
	border-radius: 0;
	display: none;
	height: 0;
	margin: 0;
	outline: none;
	padding: 0;
	width: 0;
}
input[type="checkbox"] + label{
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 0 1em 0 2.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type="checkbox"] + label:not(.label_btn){
	position: relative;
	padding: 0 1em 0 2.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type="checkbox"] + label:not(.label_btn):before,
input[type="checkbox"] + label:not(.label_btn):after{
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
input[type="checkbox"] + label:not(.label_btn):before{
	content: "\F131";
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
	z-index: 1;
}
input[type="checkbox"] + label:not(.label_btn):after{
	content: "\F132";
	color: transparent;
	font-size: 240%;
	line-height: 1;
	left: -0.05em;
	z-index: 2;
	transition: all 0.1s ease-out 0s;
}
.input_check[class*="error_"]{
	background-color: #FFEBEE;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	input[type="checkbox"] + label:not(.label_btn):after{
		font-size: 40% !important;
	}
}
input[type="checkbox"]:checked + label:not(.label_btn):before{
	color: transparent !important;
}
input[type="checkbox"]:checked + label:not(.label_btn):after{
	color: #FF6A94;
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
}
input[type="checkbox"]:disabled + label:not(.label_btn){
	background-color: #F5F5F5;
	color: #9E9E9E;
}
input[type="checkbox"]:focus + label{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
input[type="checkbox"]:disabled + label:not(.label_btn):hover,
input[type="checkbox"]:disabled + label:not(.label_btn):focus{
	box-shadow: none;
	cursor: default;
}
input[type="checkbox"] + label.label_btn{
	border: 1px solid #9E9E9E;
	border-radius: 15px;
	font-size: 80%;
	height: 1.5em !important;
	line-height: 1.5em !important;
	margin: 3px 4px;
	padding: 0 1em;
	transition: all 0.2s ease-out 0s;
}
input[type="checkbox"] + label.label_btn:hover{
	background-color: #F5F5F5;
}
input[type="checkbox"] + label.label_btn:hover,
input[type="checkbox"] + label.label_btn:focus{
	border-color: #212121;
}
input[type="checkbox"]:checked + label.label_btn{
	background-color: #00BCD4;
}
input[type="checkbox"]:checked + label.label_btn:hover{
	background-color: #00ACC1;
}
/*
:-ms-input-placeholder{
	color: #616161;
}
:-webkit-input-placeholder{
	color: #616161;
}
:placeholder-shown{
	color: #616161;
}
*/

/** -- radio -- **/
input[type="radio"]{
	background: none;
	border: none;
	border-radius: 0;
	display: none;
	height: 0;
	margin: 0;
	outline: none;
	padding: 0;
	width: 0;
}
input[type="radio"] + label{
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 0 1em 0 2.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type="radio"] + label:not(.btn_radio):before,
input[type="radio"] + label:not(.btn_radio):after{
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
input[type="radio"] + label:not(.btn_radio):before{
	content: "\F43D";
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
	z-index: 1;
}
input[type="radio"] + label:not(.btn_radio):after{
	content: "\F43E";
	color: transparent;
	font-size: 240%;
	line-height: 1;
	left: -0.05em;
	z-index: 2;
	transition: all 0.1s ease-out 0s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	input[type="radio"]:checked + label:not(.btn_radio):after{
		font-size: 40% !important;
	}
}
input[type="radio"]:checked + label:not(.btn_radio):before{
	color: transparent !important;
}
input[type="radio"]:checked + label:not(.btn_radio):after{
	color: #FF6A94;
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
}
input[type="radio"]:disabled + label{
	background-color: #F5F5F5;
	color: #9E9E9E;
}
input[type="radio"]:focus + label{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
input[type="radio"]:disabled + label:hover,
input[type="radio"]:disabled + label:focus{
	box-shadow: none;
	cursor: default;
}
input[type="radio"] + .btn_radio{
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12) !important;
	font-size: 80%;
	cursor: pointer;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	margin: 3px 6px;
	min-width: 80px;
	padding: 0 6px;
	text-align: center;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
input[type="radio"]:checked + .btn_radio{
	background-color: #00BCD4;
}
input[type="radio"] + .btn_radio:hover,
input[type="radio"] + .btn_radio:focus{
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.6) !important;
}
.input_radio[class*="error_"]{
	background-color: #FFEBEE;
}

/** - title - **/
[id^="title_page"]{
	background: url("https://k-withyou.net/images/user/title/pattern_p.gif") center top repeat;
	height: 300px;
	text-align: center;
}
[id^="title_page"] img{
	height: 300px;
}
#title_page_blue{
	background: url("https://k-withyou.net/images/user/title/pattern_b.gif") center top repeat;
	margin-bottom: 30px;
}
[class^="title_border"]{
	color: #FFFFFF;
	display: block;
	font-size: 137.5%;
	height: 60px;
	line-height: 60px;
	margin: 0 auto 20px;
	position: relative;
	text-align: center;
	width: 640px;
}
[class^="title_border"]:after{
	border: 2px solid #FFFFFF;
	content: "";
	display: block;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 628px;
}
.title_border_pink{
	background-color: #FF6A96;
}
.title_bar{
	background-color: #FF6A96;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 112.5%;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 20px;
	width: 800px;
}

/** - table - **/
.tbl_common{
	border-collapse: separate;
	border-spacing: 0px 10px;
	margin: -10px auto;
	table-layout: fixed;
	width: 730px;
}
.tbl_common tr th{
	background-color: #FF6A96;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1em;
	text-align: center;
	width: 8em;
}
.tbl_common tr td{
	background-color: #FFFFFF;
	padding: 1em;
	text-align: left;
}


/**************************************************50
 * contact area
 **************************************************/
#contact_area{
	height: 280px;
	padding-top: 30px;
	padding-left: -webkit-calc(((100% - 1000px) / 2) + 40px);
	padding-left: calc(((100% - 1000px) / 2) + 40px);
	padding-right: -webkit-calc(((100% - 1000px) / 2) + 380px);
	padding-right: calc(((100% - 1000px) / 2) + 380px);
	text-align: center;
}
#contact_area.lazyloaded{
	background: #FFFFFF url("https://k-withyou.net/images/user/back_footer.jpg") center center no-repeat;
}
footer #contact_area{
	padding-top: 20px;
}
#contact_area_catch{
	color: #FF6A94;
	font-size: 125%;
	margin-bottom: 10px;
	text-align: center;
}
#contact_area > div{
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow:2px 2px 7px 0px rgba(0,0,0,0.2);
	display: block;
	min-height: 76px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	vertical-align: top;
	width: 270px;
}
#contact_area > div span{
	display: block;
	position: relative;
}
#contact_area > div span:before,
#contact_area > div span:after{
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#contact_area > div span:before{
	content: "\F141";
	left: 1.6em;
}
#contact_area > div span:after{
	content: "\F142";
	right: 1.6em;
}
#contact_area > div strong{
	color: #FF6A94;
	display: block;
	font-size: 175%;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-top: -2px;
	margin-bottom: 2px;
}
#contact_area > div strong:before{
	content: "\F3F2";
	font-weight: normal;
}
#contact_area > div a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FF99AF;
	border-radius: 5px;
	color: #FFFFFF;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	position: relative;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
	width: 220px;
}
#contact_area > div a:hover{
	opacity: 0.7;
}
#contact_area > div a:before{
	content: "\F1F0";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 1em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
[id^="contact_area"] > a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 15px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 125%;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
	width: 280px;
}
footer [id^="contact_area"] > a{
	margin-top: 10px;
}
[id^="contact_area"] > a:hover{
	opacity: 0.7;
}
[id^="contact_area"] > a + a{
	margin-left: 20px;
}
[id^="contact_area"] a[href^="mailto:"]{
	background-color: #FF99AF;
	position: relative;
}
[id^="contact_area"] a[href^="mailto:"]:before{
	content: "\F1F0";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 1em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
[id^="contact_area"] a[href="#line_qr"]{
	background-color: #2EC953;
	position: relative;
}
[id^="contact_area"] #contact_area_line:before{
	content: url("https://k-withyou.net/images/user/icon_line.png");
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 1.6em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
[id^="contact_area"] #contact_area_form{
	background-color: #FF6A94;
}
[id^="contact_area"] #line_qr{
	display: none;
}
#contact_area_repuirements{
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}


/**************************************************50
 * header
 **************************************************/
header{
	padding-bottom: 70px;
	position: relative;
}
#header_info{
	height: 160px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#header_info.lazyloaded{
	background: url("https://k-withyou.net/images/user/back_header.jpg") center center no-repeat;
}
#header_info > *{
	display: inline-block;
}
#header_info > h1{
	margin-left: 20px;
}
#header_info > a{
	margin-left: 10px;
}
#header_info a img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
#header_info a:hover img{
	opacity: 0.7;
}
#header_info > section{
	text-align: center;
	vertical-align: middle;
	width: 480px;
}
#header_info > section > div{
}
#header_info > section > div span{
	display: inline-block;
	position: relative;
}
#header_info > section > div span:before,
#header_info > section > div span:after{
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#header_info > section > div span:before{
	content: "\F141";
	left: -1em;
}
#header_info > section > div span:after{
	content: "\F142";
	right: -1em;
}
#header_info > section > div strong{
	color: #FF6A94;
	display: block;
	font-size: 175%;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-top: -2px;
}
#header_info > section > div strong:before{
	content: "\F3F2";
	font-weight: normal;
}
#header_info > section > div a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FF99AF;
	border-radius: 5px;
	color: #FFFFFF;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	position: relative;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
	width: 220px;
}
#header_info > section > div a:hover{
	opacity: 0.7;
}
#header_info > section > div a:before{
	content: "\F1F0";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 1em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#header_info > section > p{
	display: inline-block;
	margin-top: 5px;
	width: 240px;
}
#header_info > section > p span{
	height: 35px;
	line-height: 35px;
}
#header_info > section > p span.pink{
	color: #FF99AF;
}
#header_info > section > p span.green{
	color: #2EC953;
}
#header_info > section > p a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 5px;
	color: #FFFFFF;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	position: relative;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
	width: 220px;
}
#header_info > section > p a:hover{
	opacity: 0.7;
}
#header_info > section > p a[href^="mailto:"]{
	background-color: #FF99AF;
}
#header_info > section > p a[href^="mailto:"]:before{
	content: "\F1F0";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0.7em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#header_info > section > p a[href="#line_qr"]{
	background-color: #2EC953;
}
#header_info > section > p a[href="#line_qr"]:before{
	background:  url("https://k-withyou.net/images/user/icon_line.png") center center no-repeat;
	background-size: contain;
	content: "";
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 1em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height:26px;
	width: 26px;
}
header nav{
	background-color: #F2EDE2;
}
header nav:not(.active){
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
header nav.active{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
header nav:after{
	clear: both;
	content: "";
	display: block;
}
header nav a{
	color: #FF6A94;
	display: inline-block;
	float: left;
	font-size: 62.5%;
	height: 70px;
	padding-top: 16px;
	text-align: center;
	text-decoration: none;
	width: 125px;
}
header nav a:not(:first-child){
	border-left: 1px solid #EFE9DD;
}
header nav a:not(:last-child){
	border-right: 1px solid #EFE9DD;
}
header nav a.blue{
	color: #5F7CA6;
}
header nav a span{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #3C3C3C;
	font-size: 120%;
	display: block;
	transition: color 0.2s ease-out 0s;
}
header nav a:hover span,
header nav a.active span{
	color: #FF6A94;
}
header nav a.blue:hover span,
header nav a.blue.active span{
	color: #5F7CA6;
}


/**************************************************50
 * slider
 **************************************************/
#slider:not(.slick-slider):before{
	content: "";
	display: block;
	padding-top: 540px;
}
#slider:not(.slick-slider) > li:not(.slick-slide){
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
#slider:not(.slick-slider) > li:not(.slick-slide):not(:first-child){
	opacity: 0;
}
#slider{
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	height: 540px;
	margin: 0 auto;
	width: 1000px;
}
#slider li.slick-slide{
	width: 1000px !important;
}
#slider li.slick-slide > img{
	width: 100%;
}
#slider li.slick-slide > a > img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
#slider li.slick-slide > a:hover > img{
	opacity: 0.7;
}
#slider .slick-dots{
	bottom: 0;
}
@media screen and (min-width:1001px){
	#slider{
		overflow-x: visible;
		width: 100%;
	}
}


/**************************************************50
 * footer
 **************************************************/
footer{
	background-color: #F2EDE2;
}
#page_navi{
	background-color: #FFFFFF;
	text-align: center;
}
#page_navi > li{
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
	width: 320px;
}
#page_navi > li:not(:nth-child(3n+1)){
	margin-left: 20px;
}
#page_navi > li a > img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
	width: 100%;
}
#page_navi > li a:hover > img{
	opacity: 0.7;
}
#page_navi > li strong{
	color: #FF6A94;
	display: block;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}
#footer_racruit{
	background-color: #FFFFFF;
	padding: 10px 0 30px;
	text-align:center;
}
#footer_racruit a img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
#footer_racruit a:hover img{
	opacity: 0.7;
}
#footer_info{
	border-top: 2px solid #FF99AF;
	padding-top: 20px;
	position: relative;
}
#footer_info:after{
	clear: both;
	content: "";
	display: block;
}
#footer_info #btn_totop{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	position: absolute;
	top: -2px;
	left: -webkit-calc(50% + 500px);
	left: calc(50% + 500px);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: opacity 0.2s ease-out 0s;
}
#footer_info #btn_totop:hover{
	opacity: 0.7;
}
#footer_logo{
	float: left;
}
#footer_info_catch{
	color: #FF6A94;
	float: right;
	width: -webkit-calc(100% - 340px - 20px);
	width: calc(100% - 340px - 20px);
}
footer nav{
	float: right;
	width: -webkit-calc(100% - 340px - 20px);
	width: calc(100% - 340px - 20px);
}
footer nav a{
	color: #3C3C3C;
	display: inline-block;
	margin-right: 1em;
	text-decoration: none;
}
footer nav a:hover,
footer nav a.active{
	text-decoration: underline;
}
#footer_notice{
	float: right;
	font-size: 75%;
	padding-left: 1em;
	text-indent: -1em;
	width: -webkit-calc(100% - 340px - 20px);
	width: calc(100% - 340px - 20px);
}
#footer_notice:before{
	content: "※";
	text-indent: 0;
}
#copyright{
	color: #FF6A94;
	font-size: 75%;
	padding: 10px 0;
	text-align: center;
}


