@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: block;
	outline:none;
	color: #000;
	cursor: pointer;
	text-decoration: none;
    transition: all .3s ease;
}
input {
	font-family: futura-pt,'Noto Sans JP', sans-serif;
	line-height: 1.7;
}
input[type="submit"],
input[type="button"],
button {
	font-family: futura-pt,'Noto Sans JP', sans-serif;
	font-weight: 400;
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {display: none;}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {-webkit-appearance: none;appearance: none;border-radius: 0;}
select {
	font-family: futura-pt,'Noto Sans JP', sans-serif;
    -webkit-appearance: none;
	 -moz-appearance: none;
    appearance: none;
}
select::-ms-expand{font-family: futura-pt,'Noto Sans JP', sans-serif;}
table {width: 100%;}
/*------------------------------------------------*/
html{
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 62.5%;
	line-height: 1.7;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body{
	font-family: futura-pt,'Noto Sans JP', sans-serif;
	font-style: normal;
	font-size: 1.6em;
	min-width: 1000px;
}
p {font-size: 1.6rem;line-height: 1.7;}
h3,h4,h5,h6 {line-height: 1.4;}
a{transition: .3s all;}
.blank {padding-top: 37px;}
.tenMincho {font-family: ten-mincho, serif;font-weight: 400;font-style: normal;}
.futura {font-family: futura-pt, sans-serif;font-weight: 400;font-style: normal;}
.inner {max-width: 1100px;margin: 0 auto;padding: 0 50px;}
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;}
.sp {display: none;}
.top_ttl01{
	background: #F79E10;
	width: 32%;
	min-width: 210px;
	height: 210px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	font-size: 1rem;
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.top_ttl01 span{display: block;font-size: 2.6rem;margin: 0 0 8px;}
.top_ttl01::before{
	content: "";
	display: block;
	position: absolute;
	left: -8px;
	top: -7px;
	width: 23px;
	height: 23px;
	border-radius: 100%;
	background: #F79E10;
}
.top_ttl01::after{
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    top: -1px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #FFF;
}
h1.fixed{
	position: fixed;
	left: 20px;
	top: 200px;
	z-index: 101;
}
h1.fixed img{width:19px;}
#fixed_cv{
	position: fixed;
	right: 0;
	top: 0;
	display: flex;
	z-index: 101;
}
#fixed_cv a{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 90px;
	height: 90px;
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0.05em;
}
#fixed_cv a span{display: block;margin: 0 0 10px;}
#fixed_cv a.cv_btn01{background: #EEC600;color: #fff;display: flex;}
#fixed_cv a.cv_btn02{background: #03AFB4;color: #fff;display: flex;}
.title {
	display: inline-block;
	position: relative;
	z-index: 1;
	min-width: 566px;
	margin-bottom: 30px;
	padding: 20px 40px;
	border-bottom: solid 4px #000;
	background: #F79E10;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center;
	letter-spacing: .26em;
}
.title::before {
	content: "";
	display: block;
	position: absolute;
	left: -8px;
	top: -7px;
	width: 23px;
	height: 23px;
	border-radius: 100%;
	background: #F79E10;
}
.title::after {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    top: -1px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #FFF;
}
.title span {
	display: block;
	margin-bottom: 10px;
	font-size: 3.2rem;
	letter-spacing: 0;
}
.more {
	width: 100%;
	max-width: 371px;
	margin: 0 auto;
	padding: 12px 60px;
	border: solid 2px #ED6500;
    border-radius: 30px;
	background: #fff url("images/ico/arrow.svg") no-repeat 90% center / 7px;
    color: #777;
    font-weight: 700;
	font-size: 1.2rem;
    letter-spacing: .1em;
	text-align: center;
}
@media screen and (min-width:320px) and ( max-width: 767px) {
	body{width: 100%;min-width: auto;font-size: 1.4em;}
	p {font-size: 1.4rem;}
	.blank {padding-top: 60px !important;}
	.inner {padding: 0;}
	.sp{display: block;}
	.pc{display: none;}
	.top_ttl01{
		width: 100%;
		height: auto;
		border-radius: 0;
		padding: 20px 0;
	}
	.top_ttl01::before{display: none;}
	.top_ttl01::after{display: none;}
	h1.fixed{position: absolute;left: 5px;width: 10px;}
	#fixed_cv{right: 60px;}
	#fixed_cv a{width: 60px;height: 60px;}
	#fixed_cv a span{margin: 0 auto 10px;max-width: 25%;}
	.title {min-width: 100%;}
	.title::before,
	.title::after {display: none;}
	.title span {font-size: 2.2rem;margin-left: 25px;}
	.more {display: block;padding: 10px;}
}
/*-------------------------------------------

    HEADER

-------------------------------------------*/
header{
	background: #FFF;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	height: 9rem;
	box-shadow: 0 0 1rem rgba(0,0,0,.1);
}
#g_nav{
    padding: 29px 0;
    margin: 0 auto;
    max-width: 940px;
    box-sizing: border-box;
    height: 90px;
}
#g_nav ul{display: flex;justify-content: space-between;}
#g_nav ul li{text-align: center;font-size: 1rem;}
#g_nav ul li span{display: block;font-size: 1.2rem;margin: 0 0 8px;}
#g_nav ul li a{color: #ED6500;display: block;}
.underline {display: inline-block;position: relative;text-decoration: none;}
.underline::after {	
	content: '';
	position: absolute;
	left: 50%;
	bottom: -5px;
	transform: translate(-50%, 0);
	transition: all .3s ease 0s;
	width: 0;
	height: 1px;
	background: #ED6500;
}
.underline:hover {cursor: pointer;}
.underline:hover::after {width: 100%;}
@media screen and ( max-width: 1248px) {
	#g_nav {max-width: 100%;padding: 0 0 0 40px;}
	#g_nav.m_fixed #fixed_cv {position: relative;}
	.page #g_nav.m_fixed #fixed_cv {position: fixed;}
	#g_nav #fixed_cv a {display: flex;padding: 0;}
	#g_nav #sp_nav .sp_m_logo {position: absolute;top: 20px;}
	#g_nav #sp_nav {
	    background: #FFF;
	    position: fixed;
	    top: 0;
	    left: -100%;
	    bottom: 0;
		overflow-y: auto;
	    box-sizing: border-box;
	    padding: 80px 20px 20px;
	    transition: .3s all;
	    width: 100%;
	}
	#g_nav.clicked #sp_nav {left: 0%;}
	#g_nav ul li a{padding: 29px 0;}
	#g_nav #sp_nav ul {display: flex;flex-wrap: wrap; justify-content: flex-start;}
	#g_nav #sp_nav ul li {width: calc(100% / 3 - 10px);margin: 5px;}
	#g_nav #sp_nav span {display: block;text-align: right;border-bottom: solid 1px #eee;}
	#g_nav #sp_nav span:last-child{border-bottom: none;}
	#g_nav #sp_nav span a{
		display: block;
		padding: 11px;
		color: #000;
		font-size: 1.4rem;
	}
}
@media screen and (min-width:320px) and ( max-width: 767px) {
	header{
		background: none;
		border-bottom: none;
		position: fixed;
		height: auto;
		box-shadow: none;
	}
	#sp-menu{
		width: 60px;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 999;
		margin: 0;
		display: block;
		background: #EB5C01;
	}
	#sp-menu span {
		position: absolute;
		width: 30px;
		height: 2px;
		border-radius: 10px;
		transition: 0.3s ease-in-out;
		left: 15px;
		background: #fff;
	}
	#sp-menu span.top-border {top: 20px;}
	#sp-menu span.middle-border {top: 50%;margin: 0 0 0;}
	#sp-menu span.bottom-border {bottom: 18px;}
	#sp-menu.clicked span.top-border {transform: rotate(-45deg);top: 29px;}
	#sp-menu.clicked span.middle-border {width: 0;}
	#sp-menu.clicked span.bottom-border {transform: rotate(45deg);bottom: 29px;}
	#g_nav ul li a{padding: 0;}
}
/*-------------------------------------------

    RECRUIT

-------------------------------------------*/
#recruit{position: relative;margin: 120px 0 60px;padding: 0 60px;}
#recruit::before{
	background: #F79E10;
	content: "";
	display: block;
	position: absolute;
	top: 40px;
	bottom: 40px;
	left: 0;
	right: 0;
}
.recruit_box{
	margin: 0 auto;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
}
.recruit_btn01{order:2;}
.recruit_btn02{order:1;}
.recruit_box div{position: relative;z-index: 1;width: 44%;}
.recruit_box .recruit_btn01{margin: 0 1.5%;}
.recruit_box .recruit_btn01 a{background: #03AFB4;}
.recruit_box .recruit_btn02 a{background: #EEC600;}
.recruit_box .recruit_btn01,
.recruit_box .recruit_btn02{width: 44%;height: 210px;}
.recruit_box .recruit_btn01 span,
.recruit_box .recruit_btn02 span{display: block;margin: 0 0 15px;}
.recruit_box .recruit_btn01 a,
.recruit_box .recruit_btn02 a {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 6px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
}
.recruit_box .recruit_btn01 a:hover,
.recruit_box .recruit_btn02 a:hover {letter-spacing: .2em;}
.recruit_box .recruit_btn01 a::before,
.recruit_box .recruit_btn02 a::before{
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
	border: solid 1px #fff;
	border-radius: 6px;
}
@media screen and (min-width:320px) and ( max-width: 767px) {
	#recruit{margin-top: 70px;padding: 0 0;}
	#recruit::before{display: none;}
	.recruit_box {flex-wrap: wrap;flex-direction: row;}
	#recruit .recruit_box {height: auto;}
	.recruit_btn01{order:3;}
	.recruit_btn02{order:2;}
	.recruit_box .top_ttl01{order:1;}
	.recruit_box div{width: 100%;}
	.recruit_box .top_ttl01 {width: 100%;margin: 0 0 40px;}
	.recruit_box .recruit_btn01{height: auto;margin: 0 20px 0 0;}
	.recruit_box .recruit_btn02{height: auto;margin: 0 0 0 20px;}
	.recruit_box .recruit_btn01,
	.recruit_box .recruit_btn02{width: calc(50% - 25px);}
	.recruit_box .recruit_btn01 a,
	.recruit_box .recruit_btn02 a {
		height: auto;
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.5;
		padding: 40px 20px;
	}
}
/*-------------------------------------------

    MAIN

-------------------------------------------*/
.main_wrap {
	padding-bottom: 100px;
	background:linear-gradient(0deg, #fff 0%, #fff 25%, #FFFBF4 25%, #FFFBF4 90%, #fff 90%, #fff 100%);
}
#karadach.main_wrap {margin-top: 0;padding-bottom: 0;}
#job.main_wrap .title {background: #F79E10 no-repeat url("../images/front/job/icon_job.svg") 28% 50% / 66px;}
#member.main_wrap .title {background: #F79E10 no-repeat url("../images/front/member/icon_member.svg") 25% 50% / 55px;}
#work.main_wrap .title {background: #F79E10 no-repeat url("../images/front/work/icon_work.svg") 18% 50% / 59px;}
.three_inner {max-width: 1500px;margin: 0 auto;padding: 0 50px;}
.main_wrap ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	padding: 0 20px;
}
.main_wrap ul li {
	position: relative;
	height: 260px;
	border: 2px solid #ED6500;
	border-radius: 8px;
	background: #fff no-repeat center / cover;
}
#job.main_wrap ul li:nth-of-type(1) {background-image: url("images/front/job/img01.jpg");}
#job.main_wrap ul li:nth-of-type(2) {background-image: url("images/front/job/img02.jpg");}
#job.main_wrap ul li:nth-of-type(3) {background-image: url("images/front/member/img03.jpg");}
#job.main_wrap ul li:nth-of-type(4) {background-image: url("images/front/member/img04.jpg");}
#member.main_wrap ul li:nth-of-type(1) {background-image: url("images/front/member/img01.jpg");}
#member.main_wrap ul li:nth-of-type(2) {background-image: url("images/front/member/img02.jpg");}
/*#member.main_wrap ul li:nth-of-type(3) {background-image: url("images/front/member/img03.jpg");}
#member.main_wrap ul li:nth-of-type(4) {background-image: url("images/front/member/img04.jpg");}*/
#work.main_wrap ul li:nth-of-type(1) {background-image: url("images/front/work/img01.jpg");}
#work.main_wrap ul li:nth-of-type(2) {background-image: url("images/front/work/img02.jpg");}
.main_wrap ul.three li {width: 32%;}
.main_wrap ul li:hover::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .2;
	background: #ED6500;
}
.main_wrap ul li a {position: relative;z-index: 1;width: 100%;height: 100%;}
.main_wrap ul li a::before,
.main_wrap ul li a::after {
	content: '';
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border-radius: 8px;
	transition: all .3s;
}
.main_wrap ul li a::before {border-top: 2px solid #fff;border-bottom: 2px solid #fff;transform: scale(0, 1);}
.main_wrap ul li a::after {border-right: 2px solid #fff;border-left: 2px solid #fff;transform: scale(1, 0);}
.main_wrap ul li:hover a::before,
.main_wrap ul li:hover a::after {transform: scale(1);}
.main_wrap ul li h3 {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 75px;
	padding: 20px 15%;
	border-radius: 50px 0 0 50px;
	background: rgba(237, 101, 0, .8);
	color: #fff;
	font-weight: 900;
	font-size: 3rem;
	line-height: 1;
	text-align: center;
}
.main_wrap ul li h3 span {
	display: block;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 1.6rem;
	text-align: center;
}
.main_wrap ul li .more {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	max-width: 90%;
}
@media only screen and (max-width: 1500px) {
	.main_wrap ul li h3 {font-size: 2vw;}
}
@media only screen and (max-width: 767px) {
	.three_inner {padding: 0;}
	.main_wrap {padding-bottom: 50px;}
	#job.main_wrap .title {background-size: 56px;}
	#member.main_wrap .title {background-size: 45px;}
	#work.main_wrap .title {background-size: 58px;}
	.main_wrap ul li {height: 160px;}
	.main_wrap ul li:last-child {margin-bottom: 0;}
	.main_wrap ul li h3 {bottom: 65px;padding: 14px 40px;font-size: 2.3rem;}
	.main_wrap ul li h3 span {font-size: 1rem;}
	.main_wrap ul li .more {bottom: 10px;}
	#karadach.main_wrap ul li .more {font-size: 1rem;}
}
@media only screen and (max-width: 500px) {
	.main_wrap ul {grid-template-columns: repeat(1, 1fr);}
}
/*-------------------------------------------

    SPECIAL

-------------------------------------------*/
#special.main_wrap {background:linear-gradient(0deg, #fff 0%, #fff 25%, #FFFBF4 25%, #FFFBF4 90%, #fff 90%, #fff 100%);}
#special.main_wrap .title {background: #F79E10 no-repeat url("images/front/special/icon_special.svg") 35% 50% / 29px;}
.special_content li:nth-of-type(1) {background-image: url("images/front/special/img01.jpg");background-position: 50% 70%;}
@media only screen and (max-width: 1500px) {
	.special_content li h3 {font-size: 2vw;}
}
@media screen and (min-width:320px) and ( max-width: 767px) {
	.special_content li h3 {bottom: 65px;padding: 14px 40px;font-size: 2.3rem;}
	.special_content li h3 span {font-size: 1rem;}
	.special_content li .more {bottom: 10px;}
}
/*-------------------------------------------

    KARADA ch

-------------------------------------------*/
#karadach.main_wrap {
	background:linear-gradient(0deg, #fff 0%, #fff 25%, #FFFBF4 25%, #FFFBF4 90%, #fff 90%, #fff 100%);
	margin-bottom: 200px;
}
#karadach.main_wrap .title {background: #F79E10 no-repeat url("images/front/karadach/icon_channel.svg") 9% 50% / 45px;}
.karadach_content li:nth-of-type(1) {
	background-image: url("images/front/karadach/img01_new.webp");
	background-position: 50% 70%;
}
.karadach_content li:nth-of-type(2) {
	background-image: url("images/front/karadach/img02_new.webp");
	background-position: 50% 70%;
}
#karadach.main_wrap ul li .more {
	position: initial;
	background: initial;
	transform: none;
	margin: 20px auto 0;
}
@media only screen and (max-width: 1500px) {
	.karadach_content li h3 {font-size: 2vw;}
}
@media screen and (min-width:320px) and ( max-width: 767px) {
	.karadach_content {margin-bottom: 100px;}
	.karadach_content li h3 {bottom: 65px;padding: 14px 40px;font-size: 2.3rem;}
	.karadach_content li h3 span {font-size: 1rem;}
	.karadach_content li .more {bottom: 10px;}
}
/*-------------------------------------------

    KARADA mag

-------------------------------------------*/
#karadamag.main_wrap {
	background:linear-gradient(0deg, #fff 0%, #fff 25%, #FFFBF4 25%, #FFFBF4 90%, #fff 90%, #fff 100%);
	padding-bottom: unset;
}
#karadamag.main_wrap .title {background: #F79E10 no-repeat url("images/front/karadamag/icon_karadamag.svg") 18% 50% / 50px;}
.karadamag_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px;
}
#karadamag .h2 {
	margin-bottom: 2rem;
	color: #000;
	font-weight: 700;
}
#karadamag .h2 span {
	font-family: 'Roboto Slab',sans-serif;
	font-size: 4.2rem;
	margin-right: 1rem;
	line-height: 1;
}
#karadamag .colWarp-3-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#karadamag p.title::before,p.title::after  {
	all:initial;
}
#karadamag .contentList {
	position: relative;
}
#karadamag .contentList .leadTxt {
	position: absolute;
	right: 0;
	top: -6rem;
	z-index: 2;
	width: 28rem;
}
#karadamag .contentList .col {
	position: relative;
}
#karadamag .colWarp-3-1 .col {
	width: calc((100% - 4rem)/ 3);
}
#karadamag .contentList .col .eyecatch {
	border-radius: 2rem;
	overflow: hidden;
	line-height: 0;
}
#karadamag .w100 {
	width: 100%;
	height: auto;
}
#karadamag .contentList .col .content {
	padding: 2rem 0;
}
#karadamag .contentList .col .content .upload {
	font-size: 1.4rem;
	color: #eb5c03;
}
#karadamag .contentList .col .content .category {
	font-size: 1.4rem;
	color: #eb5c03;
}
#karadamag .views {
	display: none;
}
#karadamag .contentList .col .content .title {
	all: initial;
	font-weight: 700;
	margin-bottom: 1rem;
	margin-top: .4rem;
}
#karadamag .contentList .col a {
	all: initial;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}
#karadamag .contentList .col .content ul.wp-tag-cloud {
	all: initial;
	display: flex;
	flex-flow: row wrap;
	margin-left: -.25rem;
	list-style-type: none;
	padding: 0;
}
#karadamag .contentList .col .content ul.wp-tag-cloud li {
	all: initial;
	margin: .25rem;
	font-size: 1rem;
	border: 1px solid #eb5c03;
	color: #eb5c03;
	padding: .25em 1em;
	border-radius: 5rem;
}
#karadamag .contentList .col .content ul.wp-tag-cloud li p {
	font-size: 1rem;
}
#karadamag .linkBtnWrap a {
	display: none;
}  
@media only screen and (max-width: 736px) {
	#karadamag .h2 {
		text-align: center;
		font-size: 1.4rem;
	}
	#karadamag .h2 span {
		display: block;
		margin-right: 0;
	}
	#karadamag .contentList .leadTxt {
		position: static;
		width: 100%;
		text-align: center;
		padding: 0 2rem;
		margin-bottom: 1rem;
	}
	#karadamag .colWarp-3-1 .col {
		width: 100%;
	}
	#karadamag .contentList .col .eyecatch {
		border-radius: 0;
	}
	#karadamag .contentList .col .content {
		  padding: 1rem;
	}
	#karadamag .contentList .col .content .upload {
	  font-size: 1.2rem;
	}
	#karadamag .contentList .col .content .category {
		font-size: 1.2rem;
	}
	#karadamag .contentList .col .content ul.wp-tag-cloud li {
		margin: .25rem;
		font-size: .7rem;
		border: 1px solid #eb5c03;
		color: #eb5c03;
		padding: .25em 1em;
		border-radius: 5rem;
	}
  }
/*-------------------------------------------

    NOT FOUND 404 EROOR

-------------------------------------------*/
#notofound {padding-bottom: 100px;}
#notofound p {margin-bottom: 30px;text-align: center;}
/*-------------------------------------------

    FOOTER

-------------------------------------------*/
footer{background: #000;padding: 0 60px;}
.sports footer{margin: 0;background: #ED6500;}
.ft_box{
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}
.ft_box::after{content: "";display: block;clear: both;}
.ft_left{float: left;}
.ft_right{float: right;text-align: right;}
.ft_right a{color: #fff;font-size: 1.4rem;line-height: 1.6;}
.ft_menu02{margin: 20px 0 0;padding: 20px 0 0;border-top: solid 1px #fff;}
.ft_menu02 a{font-size: 1.1rem;}
.ft_bottom{position: absolute;bottom: 20px;left: 20px;}
.ft_bottom ul{margin: 0 0 15px;}
.ft_bottom ul li{display: inline-block;vertical-align: middle;margin: 0 10px 0 0;}
.ft_bottom ul li:nth-child(3) {width: 110px;}
.ft_bottom p{font-size: 1rem;letter-spacing: 0.1em;color: #FFF;}
#ft_nav_sp{display: none;}
@media screen and (min-width:320px) and ( max-width: 767px) {
	footer{padding: 0 0;}
	.ft_logo{margin: 20px 0;text-align: center;}
	.ft_logo img{max-width: 240px;}
	.ft_box{
		padding: 30px 0;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.ft_left{display: none;}
	.ft_right{display: none;}
	.ft_bottom{width: 100%;position: static;text-align: center;}
	.ft_bottom ul li{margin: 0 10px 0;}
	#ft_nav_sp{background: #ED6500;display: block;}
	#ft_nav_sp ul li a{
		background: url(images/ico/r_arrow_white.png) no-repeat 20px center;
		color: #FFF;
		font-size: 1.64rem;
		letter-spacing: 0.1em;
		padding: 15px 10px 15px 40px;
		display: block;
		border-bottom: solid 1px #FFF;
	}
}