
@charset "UTF-8";

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

html::-webkit-scrollbar {display: none;}
  html{ width: 100%; height: 10%;}
  body {
      width: 100%;
      height: 100%;
      /*overflow-y: scroll;*/
      overflow-x: hidden;
      font-size: 100%;
      -webkit-text-size-adjust: 100%;
  }
  .pc{display: none;}
  .sp{display: block}
  article {padding: 62px 0 0; opacity: 1; overflow: hidden; width: 100%;}

/*= header =*/
/*========================================================*/

#header {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    height: 62px;
    background: #fff;
    z-index: 999;
    border-bottom: solid 1px #eee;
    padding: 13px 4%;
    transition: all .6s;
    z-index: 999999;
}
header {width: 100%; position: relative;}

h1 {
    width: 96px; z-index: 100; margin: 0 0 0 -48px; position: relative;
    height: auto; top: 0;  left: 50%; position: absolute;}

h1 a{ width: auto; height: auto; transition: all 1s;}
h1 a img {  display: block; width: 100%; height: auto;}

body.move h1 a{pointer-events: none; z-index: 0; transition: all 1s;}


/*menu
===================================*/
#navi {float: none;
    padding: 0;
    position: relative;}
#navi ul {
    float: none; padding: 0; width: 180px;
    position: fixed;
    -webkit-transform:translateX(-300px);
    transform:translateX(-300px);
    -webkit-transition:ease .4s;
    transition:ease .4s;
    left: 0;
    top: 0;
    background: #ccc;
    height: 100%;
    z-index:9999;
    background: #222;
    padding-top: 60px;
    visibility:hidden;
    display: block!important;
}

#navi ul.open {
-webkit-transform:translateX(-2px);
transform:translateX(-2px);
/*-webkit-transition:ease .4s;
transition:ease .4s;*/
visibility:visible;
}

#navi li {
    display: block;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
    line-height: 2;
    color: #fff;
    border-bottom: solid 1px #444;
    padding: 0;
}
#navi li:first-child  { border-top: solid 1px #444;}
#navi li.closesp {color: #ee87bf;}
.move article{ opacity: 0.4;}
article{opacity: 1;}
#navi li.closesp.sp {display: block; padding: 6% 10%;}
.navimenu {display: block; -webkit-order:1; order:1;}
#navi li a { display: block; padding: 6% 10%;}

#navi .policy {
    display: block;
}

.navimenu {
    position: relative;
    width: 16px;
    height: 32px;
    color: #333;
    border-radius: 4px;
    padding: 15px;
    width: 28px;
    text-align: center;
    z-index: 150;
}


.navimenu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}


.navimenu span {
    position: absolute;
    left: 6.8px;
    width: 58%;
    height: 3.5px;
    background-color: #333;
    border-radius: 4px;
}

.navimenu span.top {
    top: 22%;
}

.navimenu span.middle {
    top: 47%;
}

.navimenu span.bottom {
    bottom: 18%;
}


.navimenu.act span{
    left: 3.5px;
}



.navimenu.act span{
    left: 3.5px;
}

.navimenu.act span.top {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
    top: -7px;
    width: 82%;
}
.navimenu.act span.middle {
	opacity: 0;
}
.navimenu.act span.bottom {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
	top: 33px;
    width: 82%;
}

.conlink {
    top: 19%;
    padding: 0;
    width: 34px;
    display: inline-block;
    text-align: center;
}

.conlink a {
    font-size: 13px;
    width: initial;
    background: none;
}

.conlink a:hover{
  opacity: 1;
}

/*= footer =*/
/*========================================================*/

#footer {
    margin: 0;
}

.ftline {
    border-top: none;
    padding: 0 0 0;
}

footer {
    margin: 0 auto;
    width: 100%;
}

.ft {
    width: 100%;
}

.ftbox {
    width: 100%;
    margin: 0 auto;
}


.ft li{
    font-family: 'Lato', sans-serif;
    letter-spacing: 1.5px;
    margin: 0;
    display: block;
    width: 50%;
    float: left;
    margin: 0;
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    /* border-right: solid 1px #f0f0f0; */
    text-align: center;
    margin: 0 0 0.3%;
    padding: 0;
    background: #fcfcfc;
}


    .ft li:first-child{
      padding: 0;
    }

    .ft li a {
        display: block;
        width: 100%;
        padding: 14px 0;
        color: #555;
        text-align: center;
    }

    .ft li.ft_max {
        width: 100%;
        line-height: 1;
        padding: 0;
    }

    .ftlogo {
        display: none;
      }


    .copyright {
        -moz-transform: scale(0.9);
         -webkit-transform: scale(0.9);
         -o-transform: scale(0.9);
         -ms-transform: scale(0.9);
         transform: scale(0.9);
         padding: 0;
         line-height: 1.8;
    }

    .copyright {
        text-align: center;
        padding: 3% 0 8%; /*201608変更*/
        margin: 0 auto;
        float: none;
        clear: both;
    }


.totop {
    text-align: right;
    position: fixed;
    bottom: 15px;
    z-index: 999;
    cursor: pointer;
/*
  	opacity: 0.8;
*/
  	opacity: 0;
  	width: 30px;
  	height: 49px;
background-image : none;
    }
.totop:hover {
	background-image : none;
}
/*
    	.totop img {
    		width: 100%;
    	}
*/
.totop {
    right: 2%;
/*
    bottom: 5%;
*/
    bottom: 0%;
}

.totop span {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    right: 20px;
}

.totop span:after {
    position: absolute;
    content: "";
    vertical-align: middle;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    vertical-align: middle;
    right: 31%;
    top: 15px;
    width: 22px;
    height: 22px;
    right: 0;
    opacity: 0.8;
}

/*GMO追加*/
.gmologo {
    text-align: center;
    margin: 4% auto 0;
    text-align: center;
    width: 100%;
}

.ftbox {
    width: 85%;
    margin: 0 auto;
}

.gmologo img {
    width: 160px;
}

.ft_rt{
  float: none;
}


/*FB�*/

.fb {
    width: 22px;
    height: auto;
    position: relative;
    /* -webkit-order: 3; */
    /* order: 3; */
    top: 6px;
    position: relative;
    right: 0;
    top: -2px;
}

/*= privacy footer  =*/
/*========================================================*/

.subftlink {
    display: none;
}

#navi li.sp{
    display: block;
}



}
