@charset "UTF-8";

body, div, h1, h2, h3, h4, h5, h6, p, table, {
  margin: 0;
  padding: 0;
}





#toplogo {
margin-top : 100px;
}


#menu_area_top {
margin-top : 30px;
}




html, body {height: 100%;}  /*高さ100%に指定*/
body {
  margin: 0;
  padding: 0;
  position: relative;
  min-width: 216px;  /*中央配置するボックスの横幅*/
  min-height: 288px;  /*中央配置するボックス縦幅*/
  background-color: white;
}
.centerMiddle {
  margin: -450px 0 0 -108px;  /*縦横の半分をネガティブマージンでずらす*/
  position: absolute;  /*body要素に対して絶対配置*/
  top: 50%;  /*上端を中央に*/
  left: 50%;  /*左端を中央に*/
  width: 216px;  /*横幅*/
  height: 288px;  /*縦幅*/
  background-color: #fff;
}






#contents_area {
width: 1000px;
}



#outline {
width: 1000px;
height: auto;
margin: 0px auto;
margin-top : 100px;
	margin-bottom : 100px;

}


.font_s {
    font-size: 10pt;
        color:#4d4d4d;
	    line-height:25px;
    letter-spacing:2px;
    display:inline;
    font-family: "EB Garamond","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font_m {
    font-size: 13pt;
    color:#4d4d4d;
    line-height:38px;
    letter-spacing:3px;
    display:inline;
    font-family: "EB Garamond","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font_l {
    font-size: 16pt;
    color:#4d4d4d;
    line-height:40px;
    letter-spacing:3px;
    display:inline;
    font-family: "EB Garamond","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font_navi {
    font-size: 12pt;
        color:#4d4d4d;
	    line-height:20px;
    letter-spacing:3px;
    display:inline;
    font-family: "EB Garamond","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}




.font_contact {
    font-size: 10pt;
        color:#4d4d4d;
	line-height:26px;
    letter-spacing:1.5px;
    display:inline;
    font-family: "EB Garamond","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font_contact_s {
    font-size: 9pt;
        color:#4d4d4d;
	line-height:26px;
    letter-spacing:1.5px;
    display:inline;
    font-family: "EB Garamond","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


.font_profile {
    font-size: 8pt;
        color:#4d4d4d;
	    line-height:30px;
    letter-spacing:2px;
    display:inline;
    font-family: "EB Garamond","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}






#navi {
margin-top : 50px;
}

#navi_about {
margin-top : 100px;
}


#nav_top {
margin-top : 60px;
}

#nav {
margin-top : 90px;
}



#nav_menu {
margin-top : 105px;
}

#menu_area {
margin-top : 10px;
}









.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 20px 10px;
}
 
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:20px 10px;
}





a.hoge {
    color:#4d4d4d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }
a.hoge:hover {
    color: #999;
    }



#loader {
    width: 100px;
    height: 100px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -100px; /* heightの半分のマイナス値 */
    margin-left: -50px; /* widthの半分のマイナス値 */
    z-index: 100;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}








.hover{
  position: relative;
  background: #fff;
  &::before{
    content: attr(data);
    display: block;
  }
  &::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    justify-content: center;
    height: 1.5px;
    background-color: #DA006E;
    transition: width 250ms;
    width: 0;
  }
  &:hover{
    &::after{
      width: 90%;
    }
  }
}
View Compiled


Resources



