@charset 'UTF-8';
/*===========================================
reset

===========================================*/
html{
font-size: 62.5%;
}
body {
color: #333;
background-color: #FFF;
	-webkit-text-size-adjust: 100%;
line-height: 1.6;
}
body, input{
font-family: YuGothic, '游ゴシック', "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.IE body, .IE input{
font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
body, h1, h2, h3, h4, h5, h6, div, p, ul, dl, dt, dd, li, td, th, input, figure {
margin: 0;
padding: 0;
}
body, p, dt, dd, li, td, th, input, figure{
font-size: 1.4rem;
font-weight: 500;
}
a {
text-decoration: none;
color: #0060c4;
}
a:hover {
text-decoration: underline;
}
a img {
border: none;
}
ul, ul > li {
list-style: none;
}
table{
border-collapse:collapse;
border-spacing:0;
}
img {
display: block;
vertical-align: top;
width: auto;
height: auto;
max-width: 100%;
}
* + p{
margin-top: 1em;
}

/*===========================================
icons
===========================================*/
/* icon */
#header .header_category .header_sabCategory a,
#footer .footer_block2 .footer_contentList li li a,
.sp #relatedInformation li a,
.sp #footer .footer_block2 .footer_contentList li a{
position: relative;
}
#header .header_category .header_sabCategory a:before,
#header .header_search button,
#footer .footer_block2 .footer_contentList li li a:before,
.sp #header .header_menuList > li a.header_search,
.sp #header .header_category .header_mainCategory > a:after,
.sp #header .header_category .sp_header_nav2 li a:after,
.sp #relatedInformation li a:after,
.sp #footer .footer_block2 .footer_contentList li a:after{
content: "";
display: block;
position: absolute;
top: 0.1em;
left: 0;
width: 1em;
height: 1em;
margin: auto 0;
background-image: url(/common/images/icons.png);
background-repeat: no-repeat;
background-size: 10em;
}

/*===========================================
header
===========================================*/
/*#header{
width: 100%;
}
#header a{
font-size: 1.6rem;
color: #333;
font-weight: bold;
text-decoration: none;
}
#header .header_inner{
box-sizing: border-box;
max-width: 1400px;
margin: auto;
padding: 1.5em 3rem;
}
#header .header_block1{
display: table;
width: 100%;
}
#header .header_block1 > *{
display: table-cell;
vertical-align: middle;
}
#header .header_logo{
width: 164px;
}
#header .header_menuBtn{
display: none;
margin: 5px 0 0 0;
}
#header .header_nav1{
text-align: right;
padding-left: 2em;
}
#header .header_nav1 .close{
font-family: 'Assistant', sans-serif;
display: none;
margin: 0;
padding: 1em 1.2rem;
}
#header .header_nav1 .close a{
display: block;
border: 1px solid #FFF;
padding: 1em;
color: #FFF;
text-align: center;
}
#header .header_nav1 .close span{
position: relative;
display: inline-block;
padding-right: 1.5em;
font-size: 1.6rem;
}
#header .header_nav1 .close span:after{
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 1em;
height: 1em;
font-size: 1.3rem;
margin: auto;
vertical-align: middle;
background: url(/common/images/icons.png) no-repeat;
background-size: 10em;
background-position: 0 -5em;
}
#header .header_menuBtn a{
display: block;
width: 26px;
height: 26px;
text-align: left;
text-indent: -9999px;
white-space: nowrap;
background: url(/common/images/ico_header_menu.png) center center no-repeat;
background-size: contain;
overflow: hidden;
}
#header .header_menuList{
display: inline-block;
margin-right: 0;
vertical-align: middle;
}
#header .header_menuList > li{
display: inline-block;
vertical-align: middle;
white-space: nowrap;
}
#header .header_menuList > li + li:before{
content: " / ";
display: inline;
margin: 0 1em;
}

.sp #header .header_block1{
display: block;
}
.sp #header .header_block1:after{
content: "";
display: block;
clear: both;
}
.sp #header .header_block1 > *{
display: block;
}
.sp #header .header_inner{
height: 64px;
padding: 1em 1.2rem;
}
.sp #header .header_logo{
float: left;
width: 115px;
}
.sp #header .header_menuBtn{
float: right;
}
.sp #header .header_nav1{
transition: transform 0.35s ease, opacity 0.35s ease;
transform: scale(0.9);
position: absolute;
top: -100%;
left: 0;
width: 100%;
height: calc(100% - 64px);
margin: 0;
padding: 0;
text-align: left;
z-index: 99;
background: url(/common/images/header_bg01.png) center center repeat #0060c4;
overflow: auto;
opacity: 0;
-webkit-overflow-scrolling: touch;
}
.sp #header .header_navInner{
transition: transform 0.35s ease;
}
.sp #header .header_nav1 .close{
transition: transform 0.5s ease, opacity 0.3s ease;
transition-delay: 0.7s;
transform: translateX(-20px);
opacity: 0;
display: block;
}
.sp #header .header_menuList{
display: block;
}
.sp #header .header_menuList > li{
transition: transform 0.5s ease, opacity 0.3s ease, background 0.5s ease;
transform: translateX(-100px);
display: block;
border-bottom: 1px solid #4088d3;
background-color: rgba(255,255,255,0.5);
opacity: 0;
}
.sp #header .header_menuList > li:before{
content: normal;
}
.sp #header .header_menuList > li a{
display: block;
padding: 1.5em 1.2rem;
font-size: 1.6rem;
color: #FFF;
white-space: nowrap;
background: 1.2rem center no-repeat;
overflow: hidden;
}
.sp #header .header_menuList > li:nth-of-type(1){
transition-delay: 0.2s;
}
.sp #header .header_menuList > li:nth-of-type(2){
transition-delay: 0.3s;
}
.sp #header .header_menuList > li:nth-of-type(3){
transition-delay: 0.4s;
}
.sp #header .header_menuList > li:nth-of-type(4){
transition-delay: 0.5s;
}
.sp .open{
position: fixed;
height: 100%;
overflow: hidden;
}
.sp .open #header .header_menuBtn a{
background-image: url(/common/images/ico_header_close.png);
}
.sp .open #header .header_nav1{
transform: scale(1);
display: block;
top: 0;
margin-top: 64px;
opacity: 1;
}
.sp .open #header .header_navInner{
transform: scale(1);
}
.sp .open #header .header_menuList > li{
transform: translateX(0);
opacity: 1;
background-color: rgba(0,96,196,0);
}
.sp .open #header .header_nav1 .close{
transform: translateY(0);
opacity: 1;
}
.sp .anm #header .header_nav1{
top: 0;
margin-top: 64px;
}
*/
/*===========================================
footer
===========================================*/
/*#footer{
background: url(../images/footer_bg01.jpg) center bottom no-repeat;
background-size: cover;
}
#footer .footer_inner{
padding: 7.5em 0 28em 0;
}
#footer .footer_ttl{
width: 60%;
max-width: 275px;
margin: auto;
text-align: center;
}
#footer .footer_btn{
margin-top: 2.5em;
text-align: center;
}
#footer .footer_btn li{
display: inline-table;
min-width: 280px;
height: 70px;
margin: 1em 2em;
border: 1px solid #FFF;
vertical-align: middle;
}
#footer .footer_btn li a{
transition: background 0.3s ease;
box-sizing: border-box;
position: relative;
display: table-cell;
vertical-align: middle;
background-color: rgba(255,255,255,0);
}
#footer .footer_btn li a:hover{
background-color: rgba(255,255,255,0.2);
}
#footer .footer_btn li img{
margin: auto;
}
#footer .footer_copyright{
background-color: rgba(0,0,0,0.8);
}
#footer .footer_copyright p{
padding: 1em 3rem;
font-size: 1.5rem;
color: #FFF;
text-align: center;
}

.sp #footer .footer_inner{
padding: 0;
background-color: rgba(0,0,0,0.3);
}
.sp #footer .footer_ttl{
width: 35%;
max-width: 137px;
padding: 2em 1.2rem;
}
.sp #footer .footer_btn{
margin-top: 0;
}
.sp #footer .footer_btn li {
display: block;
height: auto;
margin: 0;
border: none;
border-top: 1px solid rgba(255,255,255,0.3);
padding: 1.25em 1.2rem;
}
.sp #footer .shiraishi img{
width: 119px;
}
.sp #footer .calcium img{
width: 156px;
}
.sp #footer .kenkyu img{
width: 176px;
}
*/
/*===========================================
content
===========================================*/
/*===========================================
tablet
===========================================*/
/*===========================================
sp
===========================================*/
/*===========================================
reset
===========================================*/
html.sp body  {
min-width: 0;
width: 100%;
overflow-x: hidden;
}
html.sp body.no_scroll{
position: fixed;
overflow: hidden;
}

/*===========================================
pageTop
===========================================*/
.sp #pagetop{
width: 40px;
height: 40px;
top: calc(-40px - 1rem);
right: 1rem;
}
.sp #pagetop.fix{
top: auto;
bottom: 1rem;
}
.sp #pagetop a{
width: 40px;
height: 40px;
opacity: 0;
}
.sp #pagetop.show a{
opacity: 1;
}

/*===========================================
general
===========================================*/
.inner{
padding-left: 1em;
padding-right: 1em;
}
.sp .pc_only{
display: none !important;
}
html:not(.sp) .sp_only{
display: none !important;
}

html:not(.sp) .alpha{
display: block;
transition: opacity 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
opacity: 1;
}
html:not(.sp) .alpha:hover{
opacity: 0.75;
}

.hide{
display: none !important;
}

.fz9{
font-size: 0.9rem !important;
}
.fz10{
font-size: 1rem !important;
}
.fz11{
font-size: 1.1rem !important;
}
.fz12{
font-size: 1.2rem !important;
}
.fz13{
font-size: 1.3rem !important;
}
.fz14{
font-size: 1.4rem !important;
}
.fz15{
font-size: 1.5rem !important;
}
.fz16{
font-size: 1.6rem !important;
}
.fz17{
font-size: 1.7rem !important;
}
.fz18{
font-size: 1.8rem !important;
}
.fz19{
font-size: 1.9rem !important;
}
.fz20{
font-size: 2rem !important;
}
.fz21{
font-size: 2.1rem !important;
}
.fz22{
font-size: 2.2rem !important;
}
.fz23{
font-size: 2.3rem !important;
}
.fz24{
font-size: 2.4rem !important;
}
.fz25{
font-size: 2.5rem !important;
}
.fz30{
font-size: 3rem !important;
}
.taL {
text-align: left !important;
}
.taC {
text-align: center !important;
}
.taR {
text-align: right !important;
}
.vaT {
vertical-align: top !important;
}
.vaM {
vertical-align: middle !important;
}
.vaB {
vertical-align: bottom !important;
}
.flL {
float: left !important;
}
.flR {
float: right !important;
}
.flN {
float: none !important;
}
.wA {
width: auto !important;
}
.hA {
height: auto !important;
}
.mA {
margin: auto !important;
}
.m0 {
margin: 0 !important;
}
.m05 {
margin: 0.5em !important;
}
.m1 {
margin: 1em !important;
}
.m2 {
margin: 2em !important;
}
.m3 {
margin: 3em !important;
}
.m4 {
margin: 4em !important;
}
.m5 {
margin: 5em !important;
}
.mt0 {
margin-top: 0 !important;
}
.mt05 {
margin-top: 0.5em !important;
}
.mt1 {
margin-top: 1em !important;
}
.mt2 {
margin-top: 2em !important;
}
.mt3 {
margin-top: 3em !important;
}
.mt4 {
margin-top: 4em !important;
}
.mt5 {
margin-top: 5em !important;
}
.mr0 {
margin-right: 0 !important;
}
.mr05 {
margin-right: 0.5em !important;
}
.mr1 {
margin-right: 1em !important;
}
.mr2 {
margin-right: 2em !important;
}
.mr3 {
margin-right: 3em !important;
}
.mr4 {
margin-right: 4em !important;
}
.mr5 {
margin-right: 5em !important;
}
.mb0 {
margin-bottom: 0 !important;
}
.mb05 {
margin-bottom: 0.5em !important;
}
.mb1 {
margin-bottom: 1em !important;
}
.mb2 {
margin-bottom: 2em !important;
}
.mb3 {
margin-bottom: 3em !important;
}
.mb4 {
margin-bottom: 4em !important;
}
.mb5 {
margin-bottom: 5em !important;
}
.ml0 {
margin-left: 0 !important;
}
.ml05 {
margin-left: 0.5em !important;
}
.ml1 {
margin-left: 1em !important;
}
.ml2 {
margin-left: 2em !important;
}
.ml3 {
margin-left: 3em !important;
}
.ml4 {
margin-left: 4em !important;
}
.ml5 {
margin-left: 5em !important;
}
.bdN {
border: none !important;
}
.bdtN {
border-top: none !important;
}
.bdrN {
border-right: none !important;
}
.bdbN {
border-bottom: none !important;
}
.bdlN {
border-left: none !important;
}
.p0 {
padding: 0 !important;
}
.p05 {
padding: 0.5em !important;
}
.p1 {
padding: 1em !important;
}
.p2 {
padding: 2em !important;
}
.p3 {
padding: 3em !important;
}
.p4 {
padding: 4em !important;
}
.p5 {
padding: 5em !important;
}
.pt0 {
padding-top: 0 !important;
}
.pt05 {
padding-top: 0.5em !important;
}
.pt1 {
padding-top: 1em !important;
}
.pt2 {
padding-top: 2em !important;
}
.pt3 {
padding-top: 3em !important;
}
.pt4 {
padding-top: 4em !important;
}
.pt5 {
padding-top: 5em !important;
}
.pb0 {
padding-bottom: 0 !important;
}
.pb05 {
padding-bottom: 0.5em !important;
}
.pb1 {
padding-bottom: 1em !important;
}
.pb2 {
padding-bottom: 2em !important;
}
.pb3 {
padding-bottom: 3em !important;
}
.pb4 {
padding-bottom: 4em !important;
}
.pb5 {
padding-bottom: 5em !important;
}
.pl0 {
padding-left: 0 !important;
}
.pl05 {
padding-left: 0.5em !important;
}
.pl1 {
padding-left: 1em !important;
}
.pl2 {
padding-left: 2em !important;
}
.pl3 {
padding-left: 3em !important;
}
.pl4 {
padding-left: 4em !important;
}
.pl5 {
padding-left: 5em !important;
}
.bdN {
border: none !important;
}
.bdtN {
border-top: none !important;
}
.bdrN {
border-right: none !important;
}
.bdbN {
border-bottom: none !important;
}
.bdlN {
border-left: none !important;
}
.w0{
width: 0 !important;
}
.w10p{
width: 10% !important;
}
.w15p{
width: 15% !important;
}
.w20p{
width: 20% !important;
}
.w25p{
width: 25% !important;
}
.w30p{
width: 30% !important;
}
.w35p{
width: 35% !important;
}
.w40p{
width: 40% !important;
}
.w45p{
width: 45% !important;
}
.w50p{
width: 50% !important;
}
.w55p{
width: 55% !important;
}
.w60p{
width: 60% !important;
}
.w65p{
width: 65% !important;
}
.w70p{
width: 70% !important;
}
.w75p{
width: 75% !important;
}
.w80p{
width: 80% !important;
}
.w85p{
width: 85% !important;
}
.w90p{
width: 90% !important;
}
.w95p{
width: 95% !important;
}
.w100p{
width: 100% !important;
}
.nowrap{
white-space: nowrap !important;
}

/*----add------*/

/*notosans*/
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 100;
  src: url(fonts/notosans/NotoSansCJKjp-Thin.woff2) format('woff2'),
       url(fonts/notosans/NotoSansCJKjp-Thin.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 200;
  src: url(fonts/notosans/NotoSansCJKjp-Light.woff2) format('woff2'),
       url(fonts/notosans/NotoSansCJKjp-Light.woff) format('woff');
}
@font-face {
   font-family: 'Noto Sans CJK JP';
   font-style: normal;
   font-weight: 300;
   src: url(fonts/notosans/NotoSansCJKjp-DemiLight.woff2) format('woff2'),
        url(fonts/notosans/NotoSansCJKjp-DemiLight.woff) format('woff');
}
@font-face {
   font-family: 'Noto Sans CJK JP';
   font-style: normal;
   font-weight: 400;
   src: local('NotoSansCJKjp-Regular.otf'),
        url(fonts/notosans/NotoSansCJKjp-Regular.woff2) format('woff2'),
        url(fonts/notosans/NotoSansCJKjp-Regular.woff) format('woff');
}
@font-face {
   font-family: 'Noto Sans CJK JP';
   font-style: normal;
   font-weight: 500;
   src: url(fonts/notosans/NotoSansCJKjp-Medium.woff2) format('woff2'),
        url(fonts/notosans/NotoSansCJKjp-Medium.woff) format('woff');
}
@font-face {
   font-family: 'Noto Sans CJK JP';
   font-style: normal;
   font-weight: 700;
   src: url(fonts/notosans/NotoSansCJKjp-Bold.woff2) format('woff2'),
        url(fonts/notosans/NotoSansCJKjp-Bold.woff) format('woff');
}
@font-face {
   font-family: 'Noto Sans CJK JP';
   font-style: normal;
   font-weight: 900;
   src: url(fonts/notosans/NotoSansCJKjp-Black.woff2) format('woff2'),
        url(fonts/notosans/NotoSansCJKjp-Black.woff) format('woff');
}


#header {
font-family: 'Noto Sans CJK JP';
position:fixed;
z-index: 999999;
line-height: 1;
background: #fff;
}
#footer{
font-family: 'Noto Sans CJK JP';
z-index: 9999;
position: relative;
}
#header p {
margin-top: 0;
}
#footer p {
margin-top: 0;
}
#header img,#footer img{
    display:inherit;
    vertical-align:inherit;
    width: auto;
		height: auto;
}
/*----add------*/

/* base contents
-------------------*/

/*header*/
#header {
	width:100%;
	border-bottom: 1px solid #dddddd;
	box-sizing: border-box;
}
#header .hdL {
	width: 90%;
	overflow: hidden;
	display: flex;
	float: left;
	align-items: center;
	padding-top: 15px;
	padding-left: 20px;
	box-sizing: border-box;
}

#header .hdR {
width: 10%;
float: right;
/*display: flex;*/
}
#header .hdR .entryBtn{
width: 100%;
max-width: 375px;
background: #c76ecc;
height: 80px;
}
#header .hdR .entryBtn a{
display: block;
color: #fff;
text-align: center;
font-weight: 700;
font-family: 'Josefin Sans', sans-serif;
padding: 33px 0;
}
#header .hdR .entryBtn a:hover{
text-decoration: none;
background: #ab53b0;
}

#header .hdR .recnaviBtn {
width: 100%;
background: #f8f8f8;
height: 80px;
}

#header .hdR .recnaviBtn a{
padding: 27px 20px;
display: block;

}


#header .logo {
width: 20%;
max-width: 192px;
line-height: 1;
}
#header .logo a {
}
.spEntryBtn {
display: none;
}


#spHeader, .spMenu{
	display: none;
}

/*gNav*/
#gNav {
width: 80%;
}
#gNav ul {
	width:100%;
	overflow: hidden;
}
#gNav ul li {
font-size: 10px;
display: inline-block;
padding: 0 2%;
text-align: center;
line-height: 1.0;
letter-spacing: 1.12px;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
#gNav ul li a {
display: block;
  position: relative;
  padding: 10px 0;
  color: #333;

}
#gNav ul li a:hover {
text-decoration: none;
color: #c76ecc;
}
#gNav ul li.current a {
color: #c76ecc;
}
#gNav ul li span {
font-size: 18px;
display: block;
font-family: 'Josefin Sans', sans-serif;
font-weight: 700;
letter-spacing: 1.12px;
box-sizing: border-box;

}
@media only screen and (max-width: 1200px) {
#gNav ul li {
padding: 0 1%;
}
#gNav ul li span {
font-size: 17px;
}
}
@media only screen and (max-width: 1000px) {
#header .logo {
width: 17%;
}
#gNav {
width: 83%;
}
#gNav ul li span {
font-size: 15px;
}

}

#spNav, #spFixed{
	display: none;
}


/*footer*/
#footer {
	background:#454545;
	width:100%;
	line-height: 1;
	letter-spacing: 0.08em;
}
#footer .ftInr {
	margin:0 auto;
	max-width:1280px;
	width:97%;
	padding-top: 30px;
}

#footer ul {
display: flex;
justify-content: space-between;
margin-bottom: 40px
}


#footer ul li dl dt {
border-left: 3px solid #c76ecc;
padding: 10px 0 10px 15px;
font-weight: bold;
font-size: 10px;
color: #c76ecc;
margin-bottom: 20px;
}

#footer ul li dl dt span{
display: block;
font-size: 18px;
font-family: 'Josefin Sans', sans-serif;
margin-right: 10px;
}

#footer ul li dl dd {
margin-bottom: 15px;
font-size: 13px;
}
#footer ul li dl dd a{
color: #fff;
}

#footer .ftInr .ftTagline {
	color:#FFF;
	font-size:1.1rem!important;
	font-weight:normal;
}

#footer .fbList {
width: 530px;
margin: 0 auto 60px;
}

#footer .fbList li {
width: 48%;
height: 66px;
margin: 0 auto;
}

#footer .fbList li a {
display: block;
color: #fff;
font-size: 18px;
font-family: 'Josefin Sans', sans-serif;
}

/*#footer .fbList li:first-child{
background: #c76ecc;
text-align: center;
}
#footer .fbList li:first-child:hover{
text-decoration: none;
background: #ab53b0;
}
#footer .fbList li:first-child a{
padding: 28px 0;
}*/

#footer .fbList li:last-child{
background: #f8f8f8;
text-align: center;
}

#footer .fbList li:last-child a{
    padding: 17px 45px;
}

#footer .ftLogo {
text-align: center;
margin-bottom: 40px;
}
@media only screen and (max-width: 1140px) {
#footer ul li dl dt span {
padding-left: 10px;
font-size: 16px;
margin-right: 5px;
}
#footer ul li dl dd {
font-size: 11px;
}
}
small#copyright {
border-top: 1px solid #666666;
font-family: 'Josefin Sans', sans-serif;
font-style: italic;
	color:#FFF;
	display:block;
	font-size:1.1rem!important;
	padding:10px 0;
	text-align:center;
	width:100%;
}
/*sp*/
#spAction{
	display: none;
}

/*float-clear*/
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}

/* for SP
-------------------------------------------------------------------------------------*/

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


/* base contents
-------------------*/

/*header*/
#header, #gNav{
	display: none;
}
#spHeader{
	background: #FFF;
	height: 50px;
	padding: 7px 3%;
	display: block;
	margin-bottom: 0;
	width: 100%;
}
#spHeader .logo img{
	height: 36px;
	width: auto;
}
#spHeader ul{
	overflow: hidden;
	zoom: 1;
	position: absolute;
	right: 55px;
	top: 16px;
}
#spHeader li{
	float: left;
	margin: 0 5px;
	text-align: center;
}
#spHeader li a{
	color: #FFF;
	font-size:2.6rem;
	line-height: 1;
}
#spHeader li a i{
}
.spEntryBtn{
	font-family: 'Noto Sans CJK JP';
	font-weight: 500;
	letter-spacing: 0.08em;
	background: #c76ecc;
	color: #fff;
	display: block;
	height: 50px;
	width: 80px;
	position: fixed;
	right: 50px;
	top: 0;
	z-index: 1010;
	text-align: center;
}
.spEntryBtn a {
display: block;
color: #fff;
padding: 18px 0;
line-height: 1;
}
.spMenu{
	font-family: 'Noto Sans CJK JP';
	font-weight: 500;
	letter-spacing: 0.08em;
	background: #fff;
	cursor: pointer;
	display: block;
	height: 50px;
	width: 50px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1010;
}
.spMenu span {
	background: #c76ecc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
    height: 2px;
    width: 23px;
    position: absolute;
    left: 14px;
	-webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}


.spMenu span:nth-of-type(1) { top: 15px; }
.spMenu span:nth-of-type(2) { top: 24px; }
.spMenu span:nth-of-type(3) { top: 33px; }
.spMenu.active span{
	background: #c76ecc;
}
.spMenu.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
	top: 13px;
}
.spMenu.active span:nth-of-type(2) {
	opacity: 0;
}
.spMenu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
.spMenu.active small{
	color: #000;
}


/*spNav*/
#spNav{
	font-family: 'Noto Sans CJK JP';
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1;
	background: #f9f9f9;
	height: 100%;
	display: block;
	transition: all 550ms ease 0.25s;
	visibility: hidden;
	padding-top: 50px;
	width: 80%;
    position: fixed;
	right: -100%;
    top: 0;
	z-index: 990;
}
#spNav.active{
	visibility: visible;
	right: 0;
}
#spNav #spBg{
	background: rgba(0,0,0,0.5);
    height: 100%;
    width: 500%;
    position: fixed;
	right: -50%;
    top: 0;
    z-index: -1;
    opacity: 0;
	transition: all 550ms ease 0.25s;
	pointer-events: none;
}
#spNav.active #spBg{
	right: 0;
    opacity: 1;
	pointer-events: auto;
}
#spNav::after {
	background: rgba(255,255,255,0.8);
	background: #f9f9f9;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
#spNav::before,
#spNav::after {
    opacity: 0;
	transition: all 550ms ease 0.25s;
}
#spNav.active::before,
#spNav.active::after {
    opacity: 1;
}
#spNav .closeBtn{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 3%;
	text-align: right;
}
#spNav nav{
	border-top: 1px solid #FFF;
}
#spNav nav ul li{
	border-bottom: 1px solid #FFF;
	width: 100%;
}
#spNav nav ul li a{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
	font-size: 1.1rem;
	font-weight: bold;
	display: block;
	padding: 15px 2em 15px 1em;
	position: relative;
}
#spNav nav ul li a i{
	text-align: right;
	font-size: 1.4rem;
	margin: auto;
	width: 97%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#spNav nav ul li a::before{
	color: #000;
	content: attr(data-text);
	font-size: 165%;
	font-weight: normal;
	font-family: 'Josefin Sans', sans-serif;
	margin-right: .5em;
}
#spNav nav ul li a:hover{
	background: #96d1df;
	color: #FFF;
	text-decoration: none;
}
#spNav nav ul li a:hover::before{
	color: #FFF;
}

#footer .ftInr {
	margin:0 auto;
	max-width:97%;
	width:97%;
	padding-top: 15px;
}

#footer ul {
display:block;
margin-bottom: 0;
}

#footer ul li dl {
display: none;
}



#footer .fbList {
width: 97%;
margin: 0 auto 30px;
display: flex;
justify-content: space-between;
}



#footer .fbList li img {
height: auto;
width: 80%;
margin: 0 auto;
}

#footer .fbList li:last-child a{
    padding: 20px 0;
	text-align: center;
}

#footer .ftLogo {
text-align: center;
margin-bottom: 30px;
}


small#copyright {
border-top: 1px solid #666666;
font-family: 'Josefin Sans', sans-serif;
font-style: italic;
	color:#FFF;
	display:block;
	font-size:1.1rem!important;
	padding:10px 0;
	text-align:center;
	width:100%;
}

.spEntryBtn {
margin-top: 0!important;
}

.spMenu {
margin-top: 0!important;
}

.front {
    padding: 0!important;
}

#spHeader {
    height: 36px!important;
}

html.sp .front .inner{
height: 100vh!important;
}
.sp .result_nav ul {
    top: calc(208vh - 70px)!important;
	}

}
