@charset "UTF-8";

/*--- CONTENTS ---------------------------------------

1:COMMON
2:NAVI
3:PROJECT LIST
4:ABOUT
5: PROJECT
6:ANIMATION

------------------------------------------------------*/

/*------------------------------------------------------
1: COMMON
------------------------------------------------------*/
html {
    background:#FFF;
}
body {
    background:#FFF;
    font-family: Helvetica, sans-serif;
    background: #FFF;
    width:100%;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 1.5em 0 0 0;
   @font-face {
    font-family: '355DD9_0_0';
    src: url('../font/355DD9_0_0.eot');
    src: url('../font/355DD9_0_0.eot') format('eot'),
         url('../font/355DD9_1_0.woff') format('woff'),
         url('../font/355DD9_0_0.ttf') format('truetype'),}
}
a:link {
  color:#000000;
  text-decoration:none;
}

a:visited  {
  color:#000000;
  text-decoration:none;
}

a:hover {
  color:#000000;
  text-decoration:none;
  opacity:0.7; 
}

a:active {
  color:#000000;
  text-decoration:none;
}
#container {
    position: relative;
    margin:0 auto;
}
header {
  width: 100%;  
  margin-bottom: 4.25em;
  position: fixed;
  top:0;
  left:0;
  z-index: 3;
}

#logo {
    max-width:34px;
    overflow:hidden;
    text-indent: -9999px;
    position: absolute;
    top:10px;
    left:20px;
}
#logo a { 
    width:34px;
    height: 12px;
    background: url(../image/logo.svg) top left no-repeat;
    background-size: 33px 12px;
    display: block;
    }

#logo_full {
    max-width:204px;
    overflow:hidden;
    text-indent: -9999px;
    position: absolute;
   top:10px;
    left:20px;
}
#logo_full a { 
    width:204px;
    height: 12px;
    background: url(../image/moriyaandpartners_logo.svg) top left no-repeat;
    background-size: 197px 12px;
    display: block;
    }

#contents{
  margin:64px 0 64px 0;
  padding:0 20px 0 20px;
  z-index: 2;
  overflow: hidden;
}
.end {
  margin: 0!important;
}
.wrapper {
  width: 100%;
}
.marT_01 {
  margin-top: 15px;
}
/*------------------------------------------------------
2: NAVI
------------------------------------------------------*/
.spmenu_btn  {
    display:block;
    position:absolute;
    top:10px;
    right:20px;
    width:13px;
    height: 11px;
    background: url(../image/sp/sp_menu.png) top left no-repeat;
    background-size: 13px 11px;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
.spmenu_btn { background-image: url('../image/sp/sp_menu@2x.png'); background-size: 13px 11px; }
    }
.spmenu_btn.active {
    width:11px;
    height: 11px;
    background: url(../image/sp/sp_menu_close.png) top left no-repeat;
    background-size: 11px 11px;
    z-index: 30;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
.spmenu_btn.active{ background-image: url('../image/sp/sp_menu_close@2x.png'); background-size: 11px 11px; }
    }
 
.spmenu {
    display:none;
    position:absolute;
    width:100%;
    height: 100vh;
    z-index: 20;
    background:#fff;
    /*filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;*/
    padding:78px 10px 30px 20px;
}

.spmenu li {
  width:100%;
  margin-bottom: 5px;
  font-size: 19px;
  letter-spacing: 2px;
  display: inline-block;
  transform: scale(0.9, 1);
  transform-origin: top left;
  width: 111%;
}
.sp_smenu li {
  margin-left: 20px;
}
.off {
  display: none;
}

/*------------------------------------------------------
3: PROJECT LIST
------------------------------------------------------*/
h2.list_ttl {
  font-size:19px;
  font-weight: bold;
  margin-bottom: 14px;
  letter-spacing: 2px;
  display: inline-block;
  transform: scale(0.9, 1);
  transform-origin: top left;
  width: 111%;

}
.list_block {
  margin-bottom: 43px;
}
.project_name  {
  position: relative;
}

.link_project {
  font-size:19px;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 2px;
  display: inline-block;
  transform: scale(0.93, 1);
  transform-origin: top left;
  width: 111%;
  margin-bottom: 6px;
}
.thum img {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 26px;
}

.gnav li {
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 2px;
  display: inline-block;
  transform: scale(0.93, 1);
  transform-origin: top left;
  width: 111%;
  line-height: 1.9em;
}

/*------------------------------------------------------
4: ABOUT
------------------------------------------------------*/
.name {
  font-family: "Gothic Medium BBB",sans-serif; 
  font-size: 15px;
  font-weight: normal;
   transform: scale(0.93, 1);
  transform-origin: top left;
  width: 111%;
  margin-bottom: 37px;
}
.about_ttl {
  font-family: "Gothic Medium BBB",sans-serif; 
  font-size: 15px;
  font-weight: normal;
  transform: scale(0.93, 1);
  transform-origin: top left;
  width: 111%;
  margin-bottom: 5px;
}
.about_article {
  font-family: "Gothic Medium BBB",sans-serif; 
  font-size: 15px;
  transform: scale(0.93, 1);
  transform-origin: top left;
  width: 108%;
  line-height: 2.0em!important;
  /*text-align: justify;
  text-justify: inter-ideograph;*/
}
.set {
  margin-bottom: 30px;
}
.about_contact li {
  font-family: "Gothic Medium BBB",sans-serif; 
  font-size: 15px;
  transform: scale(0.93, 1);
  transform-origin: top left;
  width: 111%;
  line-height: 2.0em!important;
}
.profile_img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
/*------------------------------------------------------
5: PROJECT
------------------------------------------------------*/
.project_ttl {
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 2px;
  transform: scale(0.93, 1);
  transform-origin: top left;
  width: 111%;
  margin-bottom: 29px;
  line-height: 1.5em;
}
.project_sttl {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1px;
  transform: scale(0.93, 1);
  transform-origin: top left;
  width: 111%;
  line-height: 1.8em!important;
  margin-bottom: 9px;
}

.project_img img {
  margin-bottom: 4px;
  width:100%;
  height: auto;
}

.project_detail {
  font-family: "Gothic Medium BBB",sans-serif; 
  font-size: 15px;
  transform: scale(0.93, 1);
  transform-origin: top left;
  width: 108%;
  line-height: 2.0em;
  margin-top:11px;
  /*margin-bottom: 4px;*/
  margin-bottom: 40px;
  /*text-align: justify;
  text-justify: inter-ideograph;*/
}
.project_detail_02 {
  font-family: "Gothic Medium BBB",sans-serif; 
  font-size: 15px;
  transform: scale(0.93, 1);
  transform-origin: top left;
  width: 108%;
  line-height: 2.0em;
  margin-bottom: 40px;
  /*text-align: justify;
  text-justify: inter-ideograph;*/
}
.more a {
  color: #969696;
}
.project_dttl {
  font-family: "Gothic Medium BBB",sans-serif; 
  font-size: 15px;
  letter-spacing: 1px;
  transform: scale(0.93, 1);
  transform-origin: top left;
  width: 111%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.dlist {
 /* margin-top: 15px;*/
}
.dlist_ttl {
  font-family: "Gothic Medium BBB",sans-serif; 
  font-size: 15px;
   transform: scale(0.93, 1);
  transform-origin: top left;
  width: 111%;
  margin-bottom: 6px;
}
.dlist_conte{
  font-family: "Gothic Medium BBB",sans-serif; 
  font-size: 15px;
   transform: scale(0.93, 1);
  transform-origin: top left;
  width: 111%;
  margin-bottom: 34px;
}

