
@charset "UTF-8";


/*= common =*/
/*========================================================*/

*{
  margin:0;
  padding:0;
}

body{
  margin:0;
  padding:0;
  line-height: 1;
  color: #111;
  -webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,p,ul,li,dl,dd,dt{
  margin: 0;
  padding: 0;
  font-family: Vardana, "游ゴシック", YuGothic, ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’, Meiryo, メイリオ, Arial, Helvetica, sans-serif;
}

p,ul,li,dl,dd,span{
  font-family: Vardana, "游ゴシック", YuGothic, ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’, Meiryo, メイリオ, Arial, Helvetica, sans-serif;
}


ul{
  list-style-type: none;
}

a{
  color: inherit;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

a:hover{
  text-decoration: none;
  border: none;
}

a img{
  border: none;
}

img{
  line-height: 1;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.clearfix:after {
content: "";
display: block;
clear: both;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.pc{
  display: block;
}

.sp{
  display: none;
}


/*= head =*/
/*========================================================*/

#header {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    height: 90px;
/*
    background: #fff;
    background: #ee228c;
*/
    background: #fff;
    z-index: 999;
}

#head img {
    width: 100%;
}

header {
    width: 960px;
    margin: 0 auto;
    position: relative;
}


h1 {
    width: 128px;
    height: 53px;
    position: absolute;
    top: 18px;
    left: 0;
    /*top: -28px\9;  IE10以下 */
    cursor: pointer;
}


h1 a{
  display: block;
  width: 128px;
  height: 53px;
  cursor: pointer;
}

h1 a img {
    display: block;
    width: 128px;
    height: 53px;
}



.navimenu {
    display: none;
}

#navi li a:hover{
  color: #ee228c;
  transition: color .5s;
}

#navi ul {
    padding: 0;
    position: absolute;
    width: 70%;
    right: 125px;
    top: 40px;
    text-align: right;
}

#navi .policy {
    display: none;
}

.white_back {
    width: 100%;
    height: 100%;
    position: fixed;
    /*background: #ff0000;*/
    display: none;
    top: 0;
    left: 0;    
}

.conlink {
    position: absolute;
    right: 0;
    top: 37px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 1.0px;
    padding: 0 0 0 20px;
    color: #333;
}

.conlink a {
    display: block;
    background: #ee228c;
    text-align: center;
    padding: 5% 10%;
    font-size: 14px;
    line-height: 1;
    border-radius: 5px;
    color: #fff;
    width: 96px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.conlink a:hover{
  opacity: 0.8;
   filter: alpha(opacity=80);
   -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*
.fb {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 39px;
}*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fb:not(:target) {
    top: -24px; /* IE10-適用 */
  }
}


#navi li {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1.0px;
    padding: 0 0 0 20px;
    color: #333;
/*
    color: #fff;
*/
}


#navi li a{
  cursor: pointer;
}

#navi li.closesp.sp {
    display: none;
}

article {
    padding: 90px 0 0;
}


/************/
#navi li.pink a {
  color: #ee228c;
  transition: color .5s;
}
/************/



/*= foot =*/
/*========================================================*/

#footer {
    margin: 5% 0 0;
}


.ft_ttl {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin: 0 42px 20px 0;
    display: inline-block;
    letter-spacing: 3px;
    font-size: 17px;
}


.ftline {
    border-top: solid 1px #ddd;
    padding: 34px 0 50px;
}

.ftbox{
  width: 960px;
  margin: 0 auto;
}

footer{
  margin: 0 auto;
}

.ftnav {
    margin: 15px 0;
    letter-spacing: 1px;
    color: #555;
}

.ft {
    float: left;
    margin: 0;
    width: 60%;
}


.ft li {
    font-weight: bold;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 0 0 0 2.5%;
    letter-spacing: 1.0px;
    color: #333;
    font-size: 15px;
}

/************/
.ft li.pink a {
  color: #ee228c;
  transition: color .5s;
}
/************/


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

.ft li:hover{
  color: #ee228c;
}


.ftlogo {
    float: right;
    /* width: 115px; */
    text-align: right;
}


.ftlogo h4 {
    width: 90px;
    height: 54px;
    float: right;
    margin: -30% 0 0;
}




.copyright {
    font-size: 11px;
    color: #888;
    line-height: 1;
    padding: 8px 0 0;
    letter-spacing: 0.8px;
    text-align: right;
    clear: both;
    margin: 0;
}


    .ftnav a{
      font-size: 13px;
    }

    .ftnav a:hover , .ft_ttl a:hover{
          color: #ee228c;
          transition: color .5s;
    }

    .totop {
        text-align: right;
        position: fixed;
        bottom: 137px;
        right: 10px;
        z-index: 9999;
        cursor: pointer;
	opacity: 0;
	width: 80px;
	height: 131px;
	background: url("/images/common/totop.svg") no-repeat;
    }
/*
	.totop img {
		width: 100%;
	}
*/
.totop:hover {
    background-image: url("/images/common/totop2.svg");
}


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

.subftlink {
    width: 960px;
    margin: 0 auto 1.2%;
}

.subftlink li {
    display: inline-block;
    padding: 0 1% 0 2%;
    font-size: 13px;
    color: #333;
    border-left: solid 1px #555;
}

.subftlink li:first-child {
    padding: 0 1% 0 0;
    border: none;
}

.subftlink li a:hover{
  color: #ee228c;
  transition: color .5s;
}

#navi li.sp{
    display: none;
}

/*= GMO追加* =*/
/*========================================================*/


.gmologo {
    text-align: right;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 0 0;
}


.fb {
    width: 20px;
    height: 20px;
    /* position: absolute; */
    /* float: right; */
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    margin: 0 0 0;
    right: 0;
    top: 0;
    top: -3px;
display: none;
}

.gmologo img {
    width: 140px;
/*
    width: 85px;
    height: 51px;
*/
    padding: 0 0 1.2%;
}

.ft_rt {
    float: right;
}

/*= サイズ幅調整 =*/
/*========================================================*/


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

  body{
    width: 960px;
    margin: 0 auto;
  }

  #header{
    width: 960px;

  }


}
