@charset "UTF-8";

/*=================================================================
*==================================================================
base layout
==================================================================*
==================================================================*/
/* ===============================================
etc.
=============================================== */
/* -----------------------------------------------
pc or sp
----------------------------------------------- */
.l_pc {
	display: block;
}

.l_sp {
	display: none;
}

.l_i_pc {
	display: inline;
}

.l_i_sp {
	display: none;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	/* -----------------------------------------------
	pc or sp
	----------------------------------------------- */
	.l_pc {
		display: none;
	}

	.l_sp {
		display: block;
	}

	.l_i_pc {
		display: none;
	}

	.l_i_sp {
		display: inline;
	}

	#wrapper img {
		max-width: 100%;
	}
}/* End SP----------------------------------------------------*/

/* ===============================================
header
=============================================== */
/* ------------- START >> fl_header_base fixed ----------*/
#wrap_header .fl_header_base {
	position: absolute;
	width: 100%;
	padding: 0 0 0 0;
	background-color: #009FE8;
}

#wrap_header .fl_header_base.fixed {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000;
	background-color: #009FE8;
	border-bottom: 2px solid #ffffff;
}

#wrap_header .fl_header_base.fixed.on {
	visibility: visible;
	display: block;
}

#wrap_header .fl_header_base .fl_header_inner {
	position: relative;
	z-index: 10;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/* ------------- END << fl_header_base fixed ----------*/

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 1200px) {
	#wrap_header .fl_header_base {
		width: 100%;
		padding: 0 0 0 0;
		background-color: #009FE8;
	}

	#wrap_header .fl_header_base .fl_header_inner {
		padding: 0 0 0 0;
		/* box-sizing */
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}/* End SP----------------------------------------------------*/

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	#wrap_header .fl_header_base {
		position: relative;
		width: 100%;
		padding: 0 0 0 0;
		background-color: #ffffff;
		border-bottom: 2px solid #dddcdc;
	}

	#wrap_header .fl_header_base.fixed {
		background-color: #ffffff;
		border-bottom: 2px solid #dddcdc;
	}

	#wrap_header .fl_header_base .fl_header_inner {
		padding: 10px 15px 10px 15px;
		/* box-sizing */
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		/* flex */
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}/* End SP----------------------------------------------------*/


/* -----------------------------------------------
logo_range
----------------------------------------------- */
#wrap_header .logo_range {
	padding: 20px 20px 20px 42px;
	background-color: #ffffff;
	border-radius: 0 0 20px 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
}

#wrap_header .logo_range h1 a img {
	vertical-align: bottom;
}

#wrap_header .logo_range h1 a img:hover {
	opacity: 0.7;
}

/*--- fixed ---*/
#wrap_header .fl_header_base.fixed .logo_range {
	border-radius: 0 0 0 0;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 1240px) {
	#wrap_header .logo_range {
		padding: 20px 10px 20px 10px;
	}
}/* End SP----------------------------------------------------*/

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 1050px) {
	#wrap_header .logo_range {
		padding: 20px 8px 20px 8px;
	}
}/* End SP----------------------------------------------------*/

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	#wrap_header .logo_range {
		padding: 0 0 0 0;
		background-color: transparent;
		border-radius: 0;
	}
}/* End SP----------------------------------------------------*/

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 600px) {
	#wrap_header .logo_range {
		width: 70%;
	}
}/* End SP----------------------------------------------------*/

/* -----------------------------------------------
right_wp
----------------------------------------------- */
#wrap_header .right_wp {
	margin: 0 38px 0 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 1240px) {
	#wrap_header .right_wp {
		margin: 0 15px 0 0;
	}
}/* End SP----------------------------------------------------*/

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	#wrap_header .right_wp {
		margin: 0 0 0 0;
	}
}/* End SP----------------------------------------------------*/

/* -----------------------------------------------
info_range
----------------------------------------------- */
#wrap_header .info_range {
	margin: 0 24px 0 0;
}

#wrap_header .info_range .inner_range {
	padding: 0 0 0 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 1240px) {
	#wrap_header .info_range {
		margin: 0 10px 0 0;
	}
}/* End SP----------------------------------------------------*/

/* -----------------------------------------------
nav_mass
*/
#wrap_header .info_range .nav_mass {
	display: none;
}

/* -----------------------------------------------
bt_mass
*/
#wrap_header .info_range .bt_mass {
	display: block;
	padding: 15px 0 0 0;
}

#wrap_header .info_range .bt_mass ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#wrap_header .info_range .bt_mass li {
	margin: 0 0 0 0;
}

#wrap_header .info_range .bt_mass li:first-child {
	margin: 0 0 0 0;
}

#wrap_header .info_range .bt_mass li a:hover {
	opacity: 0.7;
}

/*--- home ---*/
#wrap_header .info_range .bt_mass li.home a .icon {
	position: relative;
	display: inline-block;
	content: "";
	width: 40px;
	height: 40px;
	background: url(../../img/base/header/icon_home.png) no-repeat 0 0;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	#wrap_header .info_range .bt_mass {
		display: none;
	}
}/* End SP----------------------------------------------------*/


/* -----------------------------------------------
hnav_range
----------------------------------------------- */
#wrap_header .hnav_range {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#wrap_header .hnav_range .inner_range {
	margin: 0 0 0 0;
}


/* -----------------------------------------------
gm
----------------------------------------------- */
/* -----------------------------------------------
sp_gm
----------------------------------------------- */
/* sp_gm */
#wrap_header .sp_gm {
	display: none;
}

#wrap_header .sp_gm:hover {
	opacity: 0.5;
}

/*--- sp_gm_menu_area ---*/
#wrap_header .sp_gm_menu_area {
	display: none;
}

/* -----------------------------------------------
ly_sp_mass
----------------------------------------------- */
#wrap_header .ly_sp_mass {
	display: block;
	margin: -1px 0 0 0;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	#wrap_header .ly_sp_mass {
		display: block;
		margin: 0 0 0 0;
	}

}/* End SP----------------------------------------------------*/

/* -----------------------------------------------
sp_gm
----------------------------------------------- */
/* sp_gm */
#wrap_header .sp_gm {
	display: block;
	height: auto;
	margin: 0 0 0 0;
}

#wrap_header .sp_gm .bt_sp_gm {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(../../img/base/header/hm_menu.png) no-repeat 0 0;
}

#wrap_header .bt_sp_gm span,
#wrap_header .bt_sp_gm::before,
#wrap_header .bt_sp_gm::after {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	width: 100%;
	height: 3px;
	margin: auto;
	background: #ffffff;
}
#wrap_header .bt_sp_gm span {
	overflow: hidden;
	z-index: 1;
	color: #ffffff;
}
#wrap_header .bt_sp_gm::before {
	z-index: 2;
	transform: translate(0, -15px);
	content: "";
}
#wrap_header .bt_sp_gm::after {
	z-index: 2;
	transform: translate(0, 15px);
	content: "";
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	#wrap_header .sp_gm .bt_sp_gm {
		width: 40px;
		height: 40px;
	}
	
	#wrap_header .bt_sp_gm span,
	#wrap_header .bt_sp_gm::before,
	#wrap_header .bt_sp_gm::after {
		height: 2px;
		background: #009FE8;
	}
	#wrap_header .bt_sp_gm span {
		color: #009FE8;
	}

	#wrap_header .bt_sp_gm::before {
		transform: translate(0, -10px);
	}
	#wrap_header .bt_sp_gm::after {
		transform: translate(0, 10px);
	}
}/* End SP----------------------------------------------------*/


/*--- sp_gm_menu_area ---*/
#wrap_header .sp_gm_menu_area {
	display: block;
	margin: 0 0 0 0;
}

#wrap_header .sp_gm_menu_area a {
	color: #ffffff;
}

/* (sidr) */
.sidr {
	width: 30%;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	.sidr {
		width: 90%;
	}
}/* End SP----------------------------------------------------*/

.sidr ul li a {
	display: block;
	padding: 0;
	text-decoration: none;
	color: #009FE8;
	font-weight: normal;
}

.sidr ul li span {
	display: inline-block;
	padding: 0;
	text-decoration: none;
	color: #009FE8;
	font-weight: normal;
}

#sidr .hd_close {
	display: block;
	border-bottom: 2px solid #009FE8;
	font-weight: bold;
	line-height: 1;
}

#sidr .hd_close a {
	display: block;
	padding: 13px 12px 13px 12px;
	color: #000000;
	text-align: right;
}

#sidr .hd_close .icon_area {
	overflow: hidden;
	display: inline-block;
	position: relative;
	z-index: 0;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

#sidr .hd_close .icon_area::before,
#sidr .hd_close .icon_area::after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	width: 100%;
	height: 2px;
	margin: auto;
	background: #999;
}
#sidr .hd_close .icon_area span {
	overflow: hidden;
	z-index: 1;
	color: #999;
}
#sidr .hd_close .icon_area::before {
	z-index: 2;
	transform: rotate(45deg);
	content: "";
}
#sidr .hd_close .icon_area::after {
	z-index: 2;
	transform: rotate(-45deg);
	content: "";
}

.sidr ul {
	border-top: 2px solid #ffffff;
}

/* menu */
#wrap_header .sp_gm_base_menu {
	display: none;
	width: 100%;
	background-color: #ffffff;
}

#wrap_header .sp_gm_base_menu a {
	display: inline-block;
	width: 100%;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wrap_header .sp_gm_base_menu li {
	width: 100%;
	border-bottom: 2px solid #009FE8;
	font-size: 15px;
}

#wrap_header .sp_gm_base_menu li:last-child {
	border-bottom: 2px solid #009FE8;
}

#wrap_header .sp_gm_base_menu li dl {
	margin: 0 0 0 0;
}

#wrap_header .sp_gm_base_menu li dt {
	padding: 0 0 0 0;
	color: #009FE8;
	font-size: 15px;
	font-weight: 600;
}

#wrap_header .sp_gm_base_menu li dt.no_link {
	padding: 10px 0 15px 24px;
	line-height: 1;
}

#wrap_header .sp_gm_base_menu li dt.no_link:before {
	padding: 0 6px 0 0;
	content: "■";
	color: #009FE8;
	font-size: 24px;
}

#wrap_header .sp_gm_base_menu li dt a {
	padding: 10px 0 15px 24px;
	color: #009FE8;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
}

#wrap_header .sp_gm_base_menu li dt a:before {
	padding: 0 6px 0 0;
	content: "■";
	color: #009FE8;
	font-size: 24px;
}

#wrap_header .sp_gm_base_menu li dd {
	margin: 0 0 0 0;
	border-top: 2px solid #dddcdc;
}

#wrap_header .sp_gm_base_menu li dd a {
	padding: 12px 0 12px 24px;
	color: #000000;
	font-size: 14px;
}

#wrap_header .sp_gm_base_menu li dd a:before {
	display: inline-block;
	content: "＞";
	margin: 0 2px 0 0;
	font-size: 13px;
}

#wrap_header .sp_gm_base_menu li .anc_link a {
	padding: 8px 0 8px 24px;
	color: #000000;
	font-size: 14px;
}

#wrap_header .sp_gm_base_menu li .anc_link a:before {
	display: inline-block;
	content: "・";
	margin: 0 2px 0 0;
	font-size: 13px;
}

#wrap_header .ft_close {
	padding: 25px 0 30px 0;
	text-align: center;
}
/*
#wrap_header .ft_close a {
	display: inline-block;
	content: "";
	width: 33.5px;
	height: 47.5px;
	margin: 0 0 0 0;
	background: url(../../sp/img/base/gm/ft_close_bt.png) no-repeat 0 0;
	background-size: contain;
}
*/
#wrap_header .hd_layout {
	display: none;
}

#wrap_header .hd_close {
	display: none;
}

#wrap_header .ft_close {
	display: none;
}


/* ===============================================
footer
=============================================== */
/* ===============================================
ft_basic
----------------------------------------------- */
#wrap_footer .ft_basic {
	margin: 0 0 0 0;
	border-top: none;
}

/* -----------------------------------------------
ft_belt_range
----------------------------------------------- */
#wrap_footer .ft_belt_range {
	width: 100%;
	margin: 0 auto;
	padding: 35px 0 35px 0;
	background: #333333;
}

#wrap_footer .ft_belt_range .bt_mass ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#wrap_footer .ft_belt_range .bt_mass li a {
	position: relative;
	display: inline-block;
	min-width: 350px;
	padding: 18px 2px 16px 2px;
	border: 2px solid #ffffff;
	border-radius: 30px;
	text-align: center;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#wrap_footer .ft_belt_range .bt_mass li a:hover {
	opacity: 0.7;
}

#wrap_footer .ft_belt_range .bt_mass li .icon {
	position: absolute;
	top: 50%;
	left: 30px;
	display: inline-block;
	transform: translateY(-50%);
}

#wrap_footer .ft_belt_range .bt_mass li .txt {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
}

/*--- mail ---*/
#wrap_footer .ft_belt_range .bt_mass li.mail .icon {
	width: 44px;
	height: 30px;
	background: url(../../img/base/footer/icon_mail.png) no-repeat 0 0;
}

#wrap_footer .ft_belt_range .bt_mass li.mail .txt {
	padding: 0 0 0 10px;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	/* -----------------------------------------------
	ft_belt_range
	----------------------------------------------- */
	#wrap_footer .ft_belt_range {
		width: 100%;
		margin: 0 auto;
		padding: 20px 0 20px 0;
		background: #333333;
	}

	#wrap_footer .ft_belt_range .inner_range {
		width: 93.75%;
		margin: 0 auto;
	}

	#wrap_footer .ft_belt_range .bt_mass ul {
		/* flex */
		display: block;
	}

	#wrap_footer .ft_belt_range .bt_mass li {
		width: 100%;
	}

	#wrap_footer .ft_belt_range .bt_mass li a {
		position: relative;
		min-width: initial;
		width: 100%;
		padding: 14px 2px 13px 2px;
		border: 2px solid #ffffff;
		border-radius: 30px;
		text-align: center;
		/* box-sizing */
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		/* flex */
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#wrap_footer .ft_belt_range .bt_mass li a:hover {
		opacity: 0.7;
	}

	#wrap_footer .ft_belt_range .bt_mass li .icon {
		position: relative;
		top: auto;
		left: auto;
		display: inline-block;
		transform: translateY(0);
	}

	#wrap_footer .ft_belt_range .bt_mass li .txt {
		display: inline-block;
		color: #ffffff;
		font-size: 14px;
	}

	/*--- mail ---*/
	#wrap_footer .ft_belt_range .bt_mass li.mail .icon {
		width: 22px;
		height: 15px;
		background-size: contain;
	}

	#wrap_footer .ft_belt_range .bt_mass li.mail .txt {
		padding: 0 0 0 10px;
	}

}/* End SP----------------------------------------------------*/

/* -----------------------------------------------
ft_main_range
----------------------------------------------- */
#wrap_footer .ft_main_range {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 50px 0;
	background: #ffffff;
}

#wrap_footer .ft_main_range .inner_range {
	width: 95%;
	margin: 0 auto;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: end;
	-ms-flex-align: end;
	align-items: end;
}

/* -----------------------------------------------
info_mass
*/
#wrap_footer .ft_main_range .info_mass {
	padding: 0 0 0 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
}

#wrap_footer .ft_main_range .info_mass .logo_area {
	margin: 0 65px 0 0;
}

#wrap_footer .ft_main_range .info_mass .logo_area a img:hover{
	opacity: 0.7;
}

#wrap_footer .ft_main_range .info_mass .nav_area {
	width: 465px;
	padding: 70px 0 0 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
}
/*
#wrap_footer .ft_main_range .info_mass .nav_area ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
*/
#wrap_footer .ft_main_range .info_mass .nav_area li {
	width: 155px;
	margin: 0 0 28px 0;
	font-size: 14px;
}

#wrap_footer .ft_main_range .info_mass .nav_area li:last-child {
	margin: 0 0 0 0;
}

#wrap_footer .ft_main_range .info_mass .nav_area a:hover {
	opacity: 0.7;
}

/* -----------------------------------------------
sns_mass
*/
#wrap_footer .ft_main_range .sns_mass {
	padding: 0 0 0 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
}

#wrap_footer .ft_main_range .sns_mass .list_area {
	margin: 0 0 0 0;
}

#wrap_footer .ft_main_range .sns_mass .list_area ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
}

#wrap_footer .ft_main_range .sns_mass .list_area ul li {
	margin: 0 0 0 30px;
}

#wrap_footer .ft_main_range .sns_mass .list_area ul li:first-child {
	margin: 0 0 0 0;
}

#wrap_footer .ft_main_range .sns_mass .list_area ul li a img:hover {
	opacity: 0.7;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 1080px) {
	/* -----------------------------------------------
	ft_main_range
	----------------------------------------------- */
	/* -----------------------------------------------
	info_mass
	*/
	#wrap_footer .ft_main_range .info_mass .logo_area {
		margin: 0 15px 0 0;
	}

	/* -----------------------------------------------
	sns_mass
	*/
	#wrap_footer .ft_main_range .sns_mass .list_area ul li {
		margin: 0 0 0 15px;
	}
}/* End SP----------------------------------------------------*/

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	/* -----------------------------------------------
	ft_main_range
	----------------------------------------------- */
	#wrap_footer .ft_main_range {
		width: 100%;
		margin: 0 auto;
		padding: 25px 0 25px 0;
		background: #ffffff;
	}

	#wrap_footer .ft_main_range .inner_range {
		width: 93.75%;
		margin: 0 auto;
		/* flex */
		display: block;
	}

	/* -----------------------------------------------
	info_mass
	*/
	#wrap_footer .ft_main_range .info_mass {
		padding: 0 0 0 0;
		/* flex */
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#wrap_footer .ft_main_range .info_mass .logo_area {
		margin: 0 0 30px 0;
		text-align: center;
	}

	#wrap_footer .ft_main_range .info_mass .logo_area img {
		width: min(38vw, 148px);
	}

	#wrap_footer .ft_main_range .info_mass .logo_area a img:hover{
		opacity: 0.7;
	}

	#wrap_footer .ft_main_range .info_mass .nav_area {
		width: 100%;
		padding: 0 0 0 0;
		/* flex */
		display: none;
	}

	/* -----------------------------------------------
	sns_mass
	*/
	#wrap_footer .ft_main_range .sns_mass {
		padding: 0 0 0 0;
		/* flex */
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#wrap_footer .ft_main_range .sns_mass .list_area {
		margin: 0 0 0 0;
	}

	#wrap_footer .ft_main_range .sns_mass .list_area ul {
		/* flex */
		display: -webkit-flex;
		display: flex;
	}

	#wrap_footer .ft_main_range .sns_mass .list_area ul li {
		margin: 0 0 0 15px;
	}

	#wrap_footer .ft_main_range .sns_mass .list_area ul li:first-child {
		margin: 0 0 0 0;
	}

	#wrap_footer .ft_main_range .sns_mass .list_area ul li a img:hover {
		opacity: 0.7;
	}

}/* End SP----------------------------------------------------*/

/* -----------------------------------------------
copyright
----------------------------------------------- */
#wrap_footer .ft_copy_range {
	width: 100%;
	padding: 17px 0 17px 0;
	background-color: #333333;
}

#wrap_footer .ft_copy_range .inner_range {
	width: 95%;
	margin: 0 auto;
	text-align: right;
}

#wrap_footer .copyright small {
	color: #ffffff;
	font-size: 17px;
	font-weight: normal;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	letter-spacing: 1px;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	#wrap_footer .ft_copy_range {
		width: 100%;
		padding: 15px 0 15px 0;
		background-color: #333333;
	}
	
	#wrap_footer .ft_copy_range .inner_range {
		width: 93.75%;
		margin: 0 auto;
		text-align: center;
	}

	#wrap_footer .copyright small {
		font-size: 12px;
	}

}/* End SP----------------------------------------------------*/


/* ===============================================
page Top
=============================================== */
#page_top {
	display: none;
	width: 100%;
	position: relative;
	z-index: 10;
	margin: 0 auto;
}

#page_top.on {
	display: block;
}

* html #page_top p {
	position: absolute;
}

#page_top p {
	width: 72px;
	height: 72px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 5000;
}

#page_top p:hover {
	opacity: 0.8;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	#page_top {
		display: none;
		width: 100%;
		position: relative;
		z-index: 101;
		margin: 0 auto;
	}

	#page_top.on {
		display: block;
	}

	* html #page_top p {
		position: absolute;
	}

	#page_top p {
		width: 36px;
		height: 36px;
		position: fixed;
		right: 2px;
		bottom: 10px;
		z-index: 5000;
	}

	#page_top p:hover {
		opacity: 0.8;
	}
}/* End SP----------------------------------------------------*/

/* ===============================================
wrap_cont
=============================================== */
#wrap_cont {
	width: 100%;
	margin: 0 auto 2px auto;
	line-height: 1.6;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	#wrap_cont {
		width: 100%;
		margin: 0 auto 1px auto;
	}
}/* End SP----------------------------------------------------*/

/*=================================================================
*==================================================================
contents etc.
==================================================================*
==================================================================*/
/* ===============================================
sec_page_ttl
=============================================== */
#second .sec_page_ttl {
	padding: 0 0 0 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
#second .sec_page_ttl .ttl_range {
	position: relative;
	overflow: hidden;
}

#second .sec_page_ttl .ttl_range .view_mass {
	width: 200%;
	margin: 0 -50%;
	text-align: center;
}

#second .sec_page_ttl .ttl_range .ttl_mass {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#second .sec_page_ttl .ttl_range .ttl_mass h2 span {
	display: block;
	text-align: center;
	line-height: 1.3;
}

#second .sec_page_ttl .ttl_range .ttl_mass h2 .jp {
	margin: 0 0 2px 0;
	font-size: 32px;
}

#second .sec_page_ttl .ttl_range .ttl_mass h2 .en {
	font-size: 18px;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	/* -----------------------------------------------
	ttl_range
	----------------------------------------------- */
	#second .sec_page_ttl .ttl_range {
		position: relative;
		overflow: hidden;
	}

	#second .sec_page_ttl .ttl_range .view_mass {
		width: 200%;
		margin: 0 -50%;
		text-align: center;
	}

	#second .sec_page_ttl .ttl_range .ttl_mass {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* flex */
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#second .sec_page_ttl .ttl_range .ttl_mass h2 span {
		display: block;
		text-align: center;
		line-height: 1.3;
	}

	#second .sec_page_ttl .ttl_range .ttl_mass h2 .jp {
		margin: 0 0 2px 0;
		font-size: 22px;
	}

	#second .sec_page_ttl .ttl_range .ttl_mass h2 .en {
		font-size: 15px;
	}

}/* End SP----------------------------------------------------*/


/*=================================================================
*==================================================================
module
==================================================================*
==================================================================*/
/* ===============================================
fadeInTrigger
=============================================== */
.fadeInTrigger {
	opacity: 0;
  }
  .fadeInTrigger.fadeIn {
	animation: bottom 1s ease forwards;
  }
  .fadeInTrigger.del.fadeIn {
	animation: bottom 1s 0.3s ease forwards;
  }
  .fadeInTrigger.del02.fadeIn {
	animation: bottom 1s 0.6s ease forwards;
  }
  .fadeInTrigger.st.fadeIn {
	animation: st 1s ease forwards;
  }
  @media screen and (max-width: 768px) {
	.fadeInTrigger.del.fadeIn, .fadeInTrigger.del02.fadeIn {
	  animation: bottom 1s ease forwards;
	}
  }
  
  @keyframes bottom {
	0% {
	  opacity: 0;
	  transform: translateY(20px);
	}
	100% {
	  opacity: 1;
	  transform: translateY(0px);
	}
  }
  @keyframes st {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }

/* ===============================================
loading
=============================================== */
#is_loading {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,0.8);
	z-index: 1000000;
}

#is_loading.on {
	display: block;
}

#is_loading .wrap_loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 300px;
	margin-left:-150px;
	margin-top:-150px;
	text-align: center;
	z-index: 1000001;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#is_loading .wrap_loading .loader_txt {
	display: none;
	color: #bcbcbc;
	font-size: 30px;
	font-weight: bold;
}

#is_loading .wrap_loading .loader {
	position: relative;
	width: 1em;
	height: 1em;
	margin: 100px auto;
	border-radius: 50%;
	color: #bcbcbc;
	font-size: 16px;
	text-indent: -9999em;
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	#is_loading .wrap_loading .loader_txt {
		font-size: 30px;
	}
	#is_loading .wrap_loading .loader {
		width: 1em;
		height: 1em;
		font-size: 12px;
	}
}/* End SP----------------------------------------------------*/


/* ===============================================
Modal
=============================================== */

