@charset "utf-8";

/*--
中 font-size:96%;
小 font-size:88%;
--*/
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Dosis:500,600');
@import url('https://fonts.googleapis.com/css?family=Abel');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600');
a {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.dosis{
font-family:'Dosis',"游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic,'Lato','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-weight:500;
}
.abel{
font-family:'Abel',"游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic,'Lato','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-weight:500;
}
.poppins{
font-family:'Poppins',"游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic,'Lato','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-weight:600;
}
.mincho{
font-family:YuMincho,'Yu Mincho',"Hiragino Mincho ProN","ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}
.italic{
font-style:italic;
}
body{
color:#1a1a1a;
font-family:"游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic,'Lato','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size:87.5%;
line-height:1.8;
background:#fff;
-webkit-text-size-adjust: 100%;
}
/*IE用記述 */
@media all and (-ms-high-contrast:none) {
body {
font-weight: 500;
}
}
@supports (-ms-accelerator:true) {
body {
font-weight: 500;
}
}
.pc{
display:block !important;
}
.tab-pc{
display:block !important;
}
.tab{
display: none !important;
}
.sp-tab{
display:none !important;
}
.sp{
display:none !important;
}
@media screen and (max-width:980px){
.pc{
display:none !important;
}
.tab{
display:block !important;
}
.sp-tab{
display:block !important;
}
}
@media screen and (max-width:767px){
body{
font-size:9pt;
}
.tab-pc{
display: none !important;
}
.tab{
display: none !important;
}
.sp{
display:block !important;
}
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
/*---------------------------------------*/
/* header */
/*---------------------------------------*/
#header{
height:130px;
position:relative;
margin-bottom:50px;
}
@media screen and (min-aspect-ratio: 16/10) and (max-width:1440px){
#header .areaInner{
max-width:1300px;
}
}
#header .logo{
position:absolute;
top:63px;
left:5%;
font-size:37px;
line-height:1;
}
@media screen and (max-width:1200px){
#header .logo{
font-size:34px;
}
}
@media screen and (max-width:980px){
#header .logo{
font-size:28px;
top:30px;
}
}
#header .logo .mark{
display:inline-block;
width:71px;
height:71px;
vertical-align:middle;
margin-top:-12px;
margin-left:5px;
}
@media screen and (max-width:1200px){
#header .logo .mark{
width:65px;
height:65px;
}
}
@media screen and (max-width:980px){
#header .logo .mark{
width:53px;
height:53px;
}
}
#header .logo .mark img{
width:100%;
height:auto;
}
#header .logo .none{
	display:none;
}
#header .areaInner{
position:static;
}
@media screen and (max-width:980px){
#header .areaInner{
	text-align:center;
}
}
#header .hNavi{
margin-top:51px;
margin-right:0;
height:67px;
float:right;
}
@media screen and (max-width:980px){
#header .hNavi{
float:none;
margin-top:80px;
display:inline-block;
width:100%;
}
}
#header .hNavi li{
margin-left:40px;
float:left;
display:inline;
font-size:143%;
letter-spacing:0.1em;
}
#header .hNavi li a{
color:#808080;
}
@media screen and (max-width:1200px){
#header .hNavi li{
margin-left:15px;
}
}
@media screen and (max-width:980px){
#header .hNavi li{
font-size:128.5%;
margin-left:0;
}
#header .hNavi li:first-child,
#header .hNavi li:nth-child(2),
#header .hNavi li:nth-child(3){
width:16.28%;
}
#header .hNavi li:nth-child(4),
#header .hNavi li:nth-child(5),
#header .hNavi li:nth-child(6){
width:12.28%;
}
#header .hNavi li:nth-child(7){
width:14.28%;
}
}
#header .hNavi li .jp{
font-size:60%;
display:block;
text-align:center;
letter-spacing:normal;
}
@media screen and (max-width:980px){
#header .hNavi li .jp{
font-size:65%;
}
}
#header .hNavi li .icon-link{
font-size:14px;
}
#header .hNavi li a{
display:block;
border-bottom:1px solid #fff;
padding-bottom:20px;
}
#header .hNavi li:hover a{
border-bottom:1px solid #f97c38;
}
#header .hNavi li .subMenu{
position: absolute;
top:129px;
left:0;
margin:0;
width:100%;
height:0;
z-index:300;
display:none;
background:#f8fafa;
overflow:hidden;
-webkit-transition: all 0.2s ease 0.05s;
-moz-transition: all 0.2s ease 0.05s;
-o-transition: all 0.2s ease 0.05s;
transition: all 0.2s ease 0.05s;
}
@media screen and (max-width:980px){
#header .hNavi li .subMenu{
top:154px;
}
}
.menu-open #header .hNavi li .subMenu{
height:206px;
}
#header .hNavi li .subMenu ul{
width:90%;
margin:0 auto;
max-width:1300px;
}
#header .hNavi li .subMenu li{
margin-top:48px;
height:70px;
line-height:70px;
width:31.33%;
margin-right:3%;
float:left;
margin-left:0;
font-size:66%;
opacity:0;
-webkit-transition: all 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.15s;
-moz-transition: all  0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.15s;
-o-transition: all  0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.15s;
transition: all 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.15s;
}
@media screen and (max-width:980px){
#header .hNavi li .subMenu li{
font-size:88%;
}
}
.menu-open #header .hNavi li .subMenu li{
margin-top:18px;
opacity:1;
}
#header .hNavi li .subMenu li:nth-child(3n){
margin-right:0;
}
#header .hNavi li .subMenu li a{
display:block;
width:100%;
height:70px;
line-height:70px;
padding:0;
position:relative;
margin:0;
border-bottom:1px solid #e5ecec;
}
#header .hNavi li .subMenu li a .icon-gotop{
position:absolute;
top:0;
right:20px;
line-height:70px;
-webkit-transform: translateY(0) rotate(90deg);
transform: translateY(0) rotate(90deg);
font-size:10px;
display:block;
color:#f97c38;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
#header .hNavi li .subMenu li:hover a .icon-arrow{
right:10px;
}
/*---------------------------------------*/
/* fix-header */
/*---------------------------------------*/
#fix-header{
width:100%;
height:70px;
background:rgba(255,255,255,0.9);
position:fixed;
top:0;
left:0;
z-index:9999;
}
@media screen and (min-aspect-ratio: 16/10) and (max-width:1440px){
#fix-header .areaInner{
max-width:1300px;
}
}
#fix-header .logo{
position:absolute;
top:24px;
left:5%;
font-size:24px;
line-height:1;
}
#fix-header .logo .mark{
display:inline-block;
width:42px;
height:42px;
vertical-align:middle;
margin-top:-12px;
margin-left:5px;
}
#fix-header .logo .mark img{
width:100%;
height:auto;
}
#fix-header .areaInner{
position:static;
}
@media screen and (max-width:980px){
#fix-header .areaInner{
	width:100%;
}
}
#fix-header .hNavi{
height:70px;
line-height:70px;
text-align:center;
}
@media screen and (max-width:980px){
#fix-header .hNavi{
text-align:right;
margin-right:70px;
}
}
#fix-header .hNavi li{
margin-right:50px;
display:inline-block;
font-size:143%;
letter-spacing:0.1em;
}
@media screen and (max-width:1200px){
#fix-header .hNavi li{
margin-right:20px;
font-size:114%;
}
}
#fix-header .hNavi li .icon-link{
font-size:14px;
}
#fix-header .hNavi li a{
display:block;
border-bottom:1px solid rgba(215,111,29,0);
margin-top:-1px;
}
#fix-header .hNavi li:hover a{
border-bottom:1px solid #f97c38;
}
#fix-header .hNavi li .subMenu{
position: absolute;
top:70px;
left:0;
margin:0;
width:100%;
z-index:300;
height:0;
display:none;
background:#f8fafa;
text-align:left;
overflow:hidden;
-webkit-transition: all 0.2s ease 0.05s;
-moz-transition: all 0.2s ease 0.05s;
-o-transition: all 0.2s ease 0.05s;
transition: all 0.2s ease 0.05s;
}
.menu-open #fix-header .hNavi li .subMenu{
height:206px;
}
#fix-header .hNavi li .subMenu ul{
width:90%;
margin:0 auto;
max-width:1300px;
}
#fix-header .hNavi li .subMenu li{
margin-top:48px;
height:70px;
line-height:70px;
width:31.33%;
margin-right:3%;
float:left;
margin-left:0;
font-size:80%;
opacity:0;
-webkit-transition: all 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.15s;
-moz-transition: all  0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.15s;
-o-transition: all  0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.15s;
transition: all 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.15s;
}
.menu-open #fix-header .hNavi li .subMenu li{
margin-top:18px;
opacity:1;
}
@media screen and (max-width:1200px){
#fix-header .hNavi li .subMenu li{
font-size:100%;
}
}
#fix-header .hNavi li .subMenu li:nth-child(3n){
margin-right:0;
}
#fix-header .hNavi li .subMenu li a{
display:block;
width:100%;
height:70px;
line-height:70px;
padding:0;
position:relative;
margin:0;
border-bottom:1px solid #e5ecec;
}
#fix-header .hNavi li .subMenu li a .icon-gotop{
position:absolute;
top:0;
right:20px;
line-height:70px;
-webkit-transform: translateY(0) rotate(90deg);
transform: translateY(0) rotate(90deg);
font-size:10px;
display:block;
color:#f97c38;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
#fix-header .hNavi li .subMenu li:hover a .icon-arrow{
right:10px;
}
#fix-header .hLink{
position:absolute;
top:0;
right:5%;
line-height:70px;
font-size:107%;
letter-spacing:0.1em;
}
@media screen and (max-width:1200px){
#fix-header .hLink{
font-size:93%;
}
}
#fix-header .hLink a{
margin:0 10px;
}
/*---------------------------------------*/
/* spNavi */
/*---------------------------------------*/
/* spNavi */
a.c_nav-bt{
position:fixed;
width:70px;
height:70px;
right:0;
top:0;
z-index:10000;
cursor:pointer;
transition: all 0.6s ease;
}

#panel-btn-icon{
display: block;
position: absolute;
top: 25px;
left: 50%;
transform: translate(-50%,0);
width:26px;
height: 1px;
background: #1a1a1a;
}
.close #panel-btn-icon{
background:rgba(255,255,255,0);
}
#panel-btn-icon:before,
#panel-btn-icon:after{
display: block;
content: "";
position: absolute;
top: 50%;
left: 0;
width: 100%;
height:1px;
background: #1a1a1a;
transition: .3s;
}
#panel-btn-icon:before{
margin-top: -8px;
}
#panel-btn-icon:after{
margin-top:7px;
}
.close #panel-btn-icon:before,
.close #panel-btn-icon:after{
margin-top: 0;
}
.close #panel-btn-icon:before{
transform: rotate(45deg);
}
.close #panel-btn-icon:after{
transform: rotate(-45deg);
}
.panel-btn-txt{
position: absolute;
top:37px;
left: 0;
width: 100%;
text-align: center;
font-size: 7pt;
transition: all 0.6s ease;
}
.close .panel-btn-txt.off{
opacity: 0;
}
.panel-btn-txt.on{
opacity: 0;
}
.close .panel-btn-txt.on{
opacity: 1;
}
div.accordion{
position: fixed;
overflow-y: scroll;
top: 0;
right: 0;
bottom:0;
z-index: 9999;
padding: 0;
width:100vw;
height:auto;
min-height:100vh;
}
.naviInbox{
width:100vw;
height:auto;
box-sizing: border-box;
min-height:100vh;
background: #242424;
}
.naviInbox .naviList a,
.naviInbox .naviList .inner{
padding: 20px 5%;
border-bottom: 1px solid #e8e8e8;
background: #fff;
display: block;
font-size: 11pt;
position: relative;
}
.naviInbox .naviList.first a{
padding-top: 65px;
}
.naviInbox .naviList.last a{
border-bottom:none;
}
.naviInbox .subMenu a{
background: #f5f5f5;
text-indent: 1em;
}
.naviInbox .subMenuOuter{
display: none;
}
.naviInbox .naviList .arrow{
width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    right:25px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translate(0,-50%) rotate(45deg);
}
.naviInbox .naviList .icon-link{
    position: absolute;
    top: 50%;
    right: 20px;
        transform: translate(0,-50%);
        font-size: 16px;
}
.naviInbox .naviList .plus {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #000;
    display: block;
    transform: translate(0,-50%);
}
.naviInbox .naviList .plus:before,
.naviInbox .naviList .plus:after{
content: "";
position: absolute;
top: 50%;
left: 4px;
width: 8px;
height: 1px;
    transform: translate(0,-50%);
background: #000;
}
.naviInbox .naviList .plus:after{
transform: rotate(90deg);
transition: all 0.6s ease;
}
.naviInbox .naviList.open .plus:after{
transform: rotate(0);
}
.naviInbox .naviBottom{
color: #fff;
width: 85%;
margin: 0 auto;
padding: 30px 0;
}
.naviInbox .addressBlock{
margin-bottom: 15px;
}
.naviInbox .addressBlock .ttl{
color: #fff;
letter-spacing: 0.1em;
font-size: 10pt;
}
.naviInbox .addressBlock .address{
color: #898989;
line-height: 1.6;
font-size: 9pt;
letter-spacing: 0.1em;
}
.naviInbox .plivacyLink{
font-size: 11pt;
margin-bottom: 40px;
}
.naviInbox .contactBtn a{
display: block;
box-sizing: border-box;
height: 83px;
line-height:71px;
border:6px solid #fff;
width: 100%;
font-size: 16pt;
text-align: center;
border-radius: 50px;
margin-bottom: 15px;
}

.naviInbox .contactBtn a:hover{
background: #f97c38;
border: 3px solid #f97c38;
}
.naviInbox .copyright{
color:#4d4d4d;
font-size: 93%;
}
.naviInbox .sns{
margin-bottom: 40px;
}
.naviInbox .sns li{
font-size: 10pt;
letter-spacing: 0.3em;
margin-bottom: 5px;
}
.naviInbox .sns li .icon{
font-size: 18px;
margin-right: 10px;
}
.naviInbox .sns li .icon-youtube{
font-size: 14px;
}
.naviInbox .logo{
font-size: 25px;
}
/*---------------------------------------*/
/* commonArea */
/*---------------------------------------*/
#commonArea #recruitArea{
width:45%;
}
@media screen and (max-width:767px){
#commonArea #recruitArea{
width:100%;
margin-bottom:50px;
}
}
#commonArea #recruitArea .note{
color:#808080;
margin-bottom:60px;
}
@media screen and (max-width:767px){
#commonArea #recruitArea .note{
margin-bottom:30px;
}
}
#commonArea #recruitArea a{
margin-left:0;
}
#commonArea #blogArea{
width:45%;
padding-left:5%;
border-left:1px solid #d6d6d6;
}
@media screen and (max-width:767px){
#commonArea #blogArea{
width:100%;
padding-left:0;
border-left:none;
}
}
#commonArea #blogArea .blogAreaList li{
position:relative;
height:65px;
line-height:65px;
margin-bottom:20px;
}
@media screen and (max-width:980px){
#commonArea #blogArea .blogAreaList li{
line-height:1.8;
}
}
#commonArea #blogArea .blogAreaList .img{
position:absolute;
top:0;
left:0;
width:94px;
height: 65px;
overflow: hidden;
}
#commonArea #blogArea .blogAreaList .img img{
width:100%;
height:auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
-webkit-transition: transform 0.3s ease,margin 1.2s ease 0.4s;
-moz-transition: transform 0.3s ease,margin 1.2s ease 0.4s;
-o-transition: transform 0.3s ease,margin 1.2s ease 0.4s;
transition: transform 0.3s ease,margin 1.2s ease 0.4s;
}
#commonArea #blogArea .blogAreaList .img a:hover img{
-moz-transform: scale(1.04,1.04) translate(-50%,-50%);
-webkit-transform:scale(1.04,1.04) translate(-50%,-50%);
-o-transform:scale(1.04,1.04) translate(-50%,-50%);
-ms-transform:scale(1.04,1.04) translate(-50%,-50%);
transform:scale(1.04,1.04) translate(-50%,-50%);
}
#commonArea #blogArea .blogAreaList .ttl{
margin-left:120px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
font-size:93%;
display:block;
}
@media screen and (max-width:767px){
#commonArea #blogArea .blogAreaList .ttl{
margin-left:105px;
}
}
#commonArea #blogArea .blogAreaList .ttl .date{
margin-right:20px;
color:#1a1a1a;
letter-spacing: 0.1em;
}
@media screen and (max-width:980px){
#commonArea #blogArea .blogAreaList .ttl .date{
display:block;
margin-top:5px;
}
}
/*---------------------------------------*/
/* newsArea */
/*---------------------------------------*/
#newsArea{
background:#2e2e2e;
color:#fff;
padding:60px 0 20px;
}
@media screen and (max-width:767px){
#newsArea{
padding:30px 0 10px;
}
}
#newsArea li{
margin-bottom:30px;
line-height:1.2;
position:relative;
min-height:25px;
}
@media screen and (max-width:767px){
#newsArea li{
line-height:1.4;
}
}
#newsArea li .info{
display:inline-block;
position:absolute;
top:0;
left:0;
line-height:24px;
}
@media screen and (max-width:767px){
#newsArea li .info{
position:relative;
line-height:18px;
}
}
#newsArea li .date{
font-size:93%;
display:inline-block;
vertical-align:middle;
letter-spacing: 0.1em;
width:115px;
}
@media screen and (max-width:980px){
#newsArea li .date{
width:85px;
}
}
@media screen and (max-width:767px){
#newsArea li .date{
font-size:9pt;
}
}
#newsArea li .cate{
display:inline-block;
vertical-align:middle;
height:24px;
line-height:24px;
font-size:86%;
background:#e5ecec;
padding:0 10px;
border-radius:6px;
color:#333;
}
@media all and (-ms-high-contrast:none) {
#newsArea li .cate{
line-height:29px;
}
}
@media screen and (max-width:767px){
#newsArea li .cate{
height:18px;
line-height:18px;
font-size:9pt;
}
}
#newsArea li a{
margin-left:265px;
display:inline-block;
margin-top:4px;
}
@media screen and (max-width:980px){
#newsArea li a{
margin-left:230px;
}
}
@media screen and (max-width:767px){
#newsArea li a{
margin-left:0;
margin-top:10px;
display:block;
}
}
/*---------------------------------------*/
/* footer */
/*---------------------------------------*/
#footer{
background: #242424;
padding: 100px 0;
}
@media screen and (max-width:767px){
#footer{
padding:30px 0;
}
#footer .areaInner{
width: 85%;
}
}
#footer .footerUpper{
margin-bottom: 100px;
}
@media screen and (max-width:767px){
#footer .footerUpper{
margin-bottom: 10px;
}
}
#footer .logo{
width: 250px;
font-size: 30px;
}
@media screen and (max-width:980px){
#footer .logo{
width: 100%;
margin-bottom: 50px;
}
}
@media screen and (max-width:767px){
#footer .logo{
font-size: 25px;
margin-bottom: 0;
}
}
#footer .fNavi{
width: calc(100% - 300px);
max-width: 600px;
}
@media screen and (max-width:980px){
#footer .fNavi{
width: 100%;
max-width: 100%;
}
}
#footer .fNaviIn{
float: left;
width: 23%;
margin-right: 2.666%
}
@media screen and (max-width:767px){
#footer .fNaviIn{
float: left;
width: 47.5%;
margin-right: 5%;
margin-bottom: 15px;
}
}
#footer .fNaviIn:last-child{
margin-right: 0;
}
@media screen and (max-width:767px){
#footer .fNaviIn:last-child{
margin-right: 5%;
}
#footer .fNaviIn:nth-child(2n){
margin-right: 0;
}
}
#footer .fNaviIn .main{
font-size: 143%;
margin-bottom: 15px;
}
@media screen and (max-width:767px){
#footer .fNaviIn .main{
font-size: 16pt;
margin-bottom: 8px;
}
}
#footer .fNaviIn .main .icon-link{
font-size: 70%;
margin-left: 10px
}
#footer .fNaviIn .sub{
font-size: 93%;
margin-bottom: 5px;
}
@media screen and (max-width:767px){
#footer .fNaviIn .sub{
font-size: 9pt;
}
}
#footer .addressBlock{
margin-bottom: 70px;
}
@media screen and (max-width:767px){
#footer .addressBlock{
margin-bottom: 50px;
}
}
#footer .addressBlock .osaka{
margin-right: 50px;
}
@media screen and (max-width:767px){
#footer .addressBlock .osaka{
margin-right: 0;
margin-bottom: 15px;
}
}
#footer .addressBlock .ttl{
color: #fff;
letter-spacing: 0.1em;
}
@media screen and (max-width:767px){
#footer .addressBlock .ttl{
font-size: 10pt;
}
}
#footer .addressBlock .address{
color: #898989;
line-height: 1.6;
font-size: 93%;
letter-spacing: 0.1em;
}
@media screen and (max-width:767px){
#footer .addressBlock .address{
font-size: 9pt;
}
}
#footer .plivacyLink{
margin-bottom: 70px;
font-size: 93%;
}
@media screen and (max-width:767px){
#footer .plivacyLink{
font-size: 9pt;
line-height: 3;
margin-bottom: 40px;
}
#footer .plivacyLink a{
display: inline-block;
}
}
#footer .contactBtn a{
display: block;
box-sizing: border-box;
height: 50px;
line-height:44px;
width: 160px;
border: 3px solid #fff;
text-align: center;
border-radius: 50px;
margin-bottom: 15px;
}
@media screen and (max-width:767px){
#footer .contactBtn a{
height: 83px;
line-height:71px;
border:6px solid #fff;
width: 100%;
font-size: 16pt;
}
}
#footer .contactBtn a:hover{
background: #f97c38;
border: 3px solid #f97c38;
}
#footer .copyright{
color:#4d4d4d;
font-size: 93%;
}
#footer .sns{
position: absolute;
bottom:30px;
right: 0;
}
@media screen and (max-width:767px){
#footer .sns{
position:static;
margin-bottom: 40px;
}
}
#footer .sns li{
float: left;
margin-left: 20px;
position: relative;
font-size: 78.5%;
letter-spacing: 0.3em;
}
@media screen and (max-width:767px){
#footer .sns li{
width: 100%;
font-size: 10pt;
margin-left:0;
margin-bottom: 5px;
}
}
#footer .sns li .icon{
position: absolute;
top: -25px;
left: 50%;
transform: translate(-50%,20px);
font-size: 20px;
opacity: 0;
transition: all 0.3s ease;
}
#footer .sns li  .icon-youtube{
font-size: 16px;
}
@media screen and (max-width:767px){
#footer .sns li .icon{
position: static;
opacity: 1;
transform: translate(0,0);
font-size: 18px;
margin-right: 10px;
}
#footer .sns li  .icon-youtube{
font-size: 14px;
}
}
#footer .sns li a:hover .icon{
transform: translate(-50%,0);
opacity: 1;
}
/*---------------------------------------*/
/* fixLink */
/*---------------------------------------*/
.fixLink{
position:fixed;
top:50%;
right:30px;
margin-top:-113px;
z-index:999;
}
.fixLink a{
display: block;
width: 1em;
line-height: 0.8;
font-size: 78.5%;
margin-bottom: 30px;
text-align: center;
padding-left:10px;
position:relative;
}
.fixLink a:after{
position:absolute;
top:0;
left:0;
width:1px;
height:0%;
background:#bcbcbc;
display:block;
content:"";
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.fixLink a:hover:after{
height:100%;
}
.fixLink a span{
display:block;
-webkit-transform: translateY(0) rotate(90deg);
transform: translateY(0) rotate(90deg);
width: 0.5em;
}
  .fixLink .dosis{
display: block;
}
.gotop{
font-size: 15px;
position: fixed;
bottom:30px;
right: 30px;
z-index:999;
}
@media screen and (max-width:980px){
.gotop{
top:auto;
bottom:0;
right:0;
width:50px;
height:50px;
}
.gotop a{
display:block;
background:#f97c38;
border:1px solid #f97c38;
text-align:center;
line-height:50px;
}
.gotop a:hover{
background:#fff;
}
}
/*cookie*/
.cookie-consent {
position: fixed;
bottom: 0;
width: 100%;
font-size: 86%;
color: #fff;
background: rgba(0,0,0,.7);
padding: 12px 0;
z-index: 999;
opacity: 0;
transition: all 0.6s ease;
box-sizing: border-box;
}
.cookie-consent.is-show {
opacity: 1;
}
.cookie-text {
padding-right: 60px;
}
.cookie-agree {
background: #f97c38;
border: 1px solid #f97c38;
cursor: pointer;
width:40px;
height:25px;
line-height:25px;
position:absolute;
top:50%;
right:0;
transform: translate(0,-50%);
text-align: center;
transition: all 0.3s ease;
}
.cookie-agree:hover {
background: rgba(249,124,56,0);
}
/* ゆっくり消える */
.cc-hide2 {
animation: hide 0.6s linear 0s;
animation-fill-mode: forwards;
}
@keyframes hide {
from {
opacity: 1;
}
to {
opacity: 0;
visibility: hidden;
}
}
/*---------------------------------------*/
/* layout */
/*---------------------------------------*/
.menu-open #container,
.menu-open #topArea,
.menu-open #footer{
-webkit-filter: blur(3px);
filter: blur(3px);
}
@-moz-document url-prefix() {
.menu-open #container,
.menu-open #topArea,
.menu-open #footer{
-webkit-filter:none;
filter: none;
}
}
@media screen and (max-width:767px){
#mainBody{
margin-top:80px;
}
}
.blockLeft{
float:left;
}

.blockRight{
float:right;
}

.txtCenter{
text-align:center;
}
.txtRight{
text-align:right;
}
