@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------
-------------------------------------------------
*01. pc common
*02. header
*03. footer
*04. 共通CSS (第2階層)
*05. 各ページ

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

フォントサイズ 

------------------ */
@media screen and (min-width: 1200px) {
  .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .nav_sns, .nav_cart_fiexd {
    display: none;
  }
  .nav_pc_none {
    display: none;
  }
  #hdr {
    background-color: #FFF;
    z-index: 200;
    position: sticky;
    top: 0;
  }
  .menu_layer {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .menu_logo_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  .menu_logo_area .menu_logo {
    line-height: 0;
    width: 100%;
    padding: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .menu_logo_link {
    background-color: #d9213b;
    display: block;
    overflow: hidden;
    text-shadow: none;
    padding: 0 30px 0 20px;
    position: relative;
    height: auto;
    width: 141px;
  }
  .menu_logo_link img {
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .menu-mobile {
    display: none;
  }
  .menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 auto;
  }
  .menu ul {
    margin: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu ul:before, .menu ul:after {
    content: "";
    display: table;
  }
  .menu > ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 90%;
  }
  .menu > ul > li {
    float: left;
    padding: 0;
    margin: 0 20px;
    line-height: 16px;
    text-align: center;
  }
  .menu > ul > li:last-child {
    margin: 0 0 0 14px;
  }
  .menu > ul > li > a {
    color: #000;
    font-size: 0.875rem;
    line-height: 1.125rem;
    text-decoration: none;
    padding: 0;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu > ul > li > a:hover {
    opacity: 0.4;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu_parent_small {
    position: relative;
  }
  .menu_parent a.hover {
    position: relative;
  }
  /*
  .g-home .nav_home > a,
  .g-philosophy .nav_philosophy > a,
  .g-service .nav_service > a,
  .g-projects-top .nav_project > a,
  .g-projects .nav_project > a,
  .g-pastprojects .nav_project > a,
  .g-partners-top .nav_partners > a,
  .g-partners .nav_partners > a,
  .g-news .nav_news > a,
  .g-blog .nav_blog > a,
  .g-company .nav_company > a,
  .g-contact .nav_contact > a{
  	position: relative;
  		&:after{
  			background-color: #000;
  			content: "";
  			display: block;
  			position: absolute;
  			bottom: -10px;
  			left: 0;
  			width: 100%;
  			height: 1px;
  		}
  }
  */
  .menu_child {
    border: 1px solid #DDD;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    display: none;
    width: 100%;
    background: #FFF;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*
    & > ul{
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
    	width: 1098px;
    	margin: 0 auto -10px;
    	& > li{
    		border-bottom: 1px solid #DDD;
    		list-style: none;
    		width: 346px;
    		background: none;
    		float: left;
    		padding: 10px;
    		a{
    			padding: 10px;
    		}
    	}
    }
    */
  }
  .menu_child:before, .menu_child:after {
    content: "";
    display: table;
  }
  .menu_child li {
    border-bottom: 1px solid #DDD;
  }
  .menu_child li a {
    display: block;
    padding: 10px 0;
  }
  .menu_child_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .menu_parent.menu_parent_small .menu_child {
    width: 200px;
    top: 80px;
    right: -100%;
    left: -100%;
  }
  #hdr.is-animation .menu {
    width: 100%;
    margin: 12px auto;
    min-width: 1270px;
  }
  #hdr.is-animation .menu_logo_area {
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #hdr.is-animation .menu_logo_area .menu_logo {
    max-width: 200px;
    margin-right: 15px;
  }
  #hdr.is-animation .menu_logo_link {
    height: auto;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #hdr.is-animation .menu_logo_link img {
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #hdr.is-animation .second_menu-container .menu_logo_area {
    position: absolute;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    top: 20px;
    bottom: auto;
    left: 5.249%;
  }
  #hdr.is-animation .menu > ul > li {
    padding: 0;
  }
  #hdr.is-animation .menu > ul > li > a {
    color: #000;
  }
  #hdr.is-animation .menu > ul > li > a:hover {
    position: relative;
  }
  #hdr.is-animation .menu > ul > li > a:hover:after {
    background-color: #000;
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 1px;
  }
  #hdr.is-animation .menu_child {
    top: 40px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1240px) {
  .menu_logo_area .menu_logo {
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .menu_logo_area_text {
    color: #000;
    font-size: 14px;
  }
}
/*
@media screen and (min-width: 1081px) and (max-width: 1270px){
.menu > ul > li{
}
}
*/
@media screen and (max-width: 1199px) {
  .nav_sp_none {
    display: none;
  }
  .nav_cart_fiexd {
    font-size: 1.125rem;
    position: fixed;
    top: 6px;
    right: 6px;
  }
  .nav_cart_fiexd a {
    color: #000;
  }
  #hdr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 1000;
  }
  .logo {
    fill: #FFF;
  }
  body.menu-on {
    overflow-y: hidden;
  }
  body.menu-on .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body.menu-on #hdr {
    background-color: #FFF;
    height: 100%;
    overflow-y: scroll;
    max-width: 320px;
    width: 50%;
    z-index: 3000;
    top: 0;
  }
  body.menu-on .menu-container {
    width: 100%;
    height: 100%;
  }
  body.menu-on .menu-container:before {
    background-color: #FFF;
    content: "";
    display: block;
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .menu_logo_area {
    background-color: #d9213b;
    margin: 0 auto;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 50px;
  }
  .menu_logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
  }
  .menu_logo_link {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-shadow: none;
    position: relative;
    width: 70px;
    height: auto;
  }
  .menu_logo_area_text {
    font-size: 0.8125rem;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1285px) {
  .menu_logo_area_text {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .menu-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
  }
  .second_menu-container {
    background-image: none !important;
  }
  .menu-mobile {
    background-color: transparent;
    color: transparent;
    top: 0;
    display: block;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    border: 0;
    outline: none !important;
    padding: 0;
    padding-right: 0;
    padding-left: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 56px;
    height: 50px;
  }
  .menu-mobile span {
    width: 22px;
    height: 2px;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #000;
    position: relative;
    display: block;
    margin: 0 auto 0;
  }
  .menu-mobile span:before, .menu-mobile span:after {
    background-color: #000;
    position: absolute;
    left: 0;
    content: " ";
    width: 22px;
    height: 2px;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .menu-mobile span:before {
    top: -8px;
  }
  .menu-mobile span:after {
    bottom: -8px;
  }
  .menu-mobile.menu-on span {
    background-color: transparent;
  }
  .menu-mobile.menu-on span:before {
    background-color: #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
    left: 0;
  }
  .menu-mobile.menu-on span:after {
    background-color: #000;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0;
    left: 0;
  }
  #hdr.nav_scroll .menu-mobile span, #hdr.nav_scroll .menu-mobile span:before, #hdr.nav_scroll .menu-mobile span:after {
    background-color: #FFF;
  }
  #hdr.nav_scroll .menu-mobile.menu-on span {
    background-color: transparent;
  }
  #hdr.nav_scroll .menu-mobile.menu-on span:before, #hdr.nav_scroll .menu-mobile.menu-on span:after {
    background-color: #FFF;
  }
  .menu > ul {
    display: none;
    opacity: 0;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .menu > ul:before, .menu > ul:after {
    content: "";
    display: table;
  }
  .menu > ul > li {
    border-bottom: 1px solid #EEE;
    text-align: center;
    width: 100%;
  }
  .menu > ul > li > a {
    color: #000;
    display: inline-block;
    font-size: 0.875rem;
    text-decoration: none;
    padding: 10px;
    position: relative;
    width: 100%;
    z-index: 3000;
    /*
    &::before{
    		width: 6px;
    		height: 6px;
    		border-top: 1px solid #000;
    		border-right: 1px solid #000;
    		-webkit-transform: rotate(45deg);
    		transform: rotate(45deg);
    			transition: .3s;
    		position: absolute;
    		top: 0;
    		bottom: 0;
    		right: 20px;
    		margin: auto 0 ;
    		content: "";
    		vertical-align: middle;
    }
    */
  }
  .menu > ul > li > a:hover {
    background: #FFF;
  }
  .menu > ul > li > a.show-on-mobile::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu > ul > li > a span {
    margin-left: 10px;
  }
  .menu_child_link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFF;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    line-height: 20px;
    position: relative;
  }
  .menu_child_link::before {
    width: 6px;
    height: 6px;
    border-top: 1px solid #7a0;
    border-right: 1px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    content: "";
    vertical-align: middle;
  }
  .menu_child_link p {
    margin: 0;
  }
  .nav_cart {
    background-color: #009bcd;
  }
  .nav_cart a {
    color: #FFF !important;
  }
  .nav_cart img {
    width: 110px !important;
    height: auto;
  }
  .menu > ul.show-on-mobile {
    -webkit-animation: animation_menu 0.4s ease;
            animation: animation_menu 0.4s ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    display: block;
    margin: 0 5% 5%;
    opacity: 1;
    position: relative;
    top: auto;
    left: 0;
    z-index: 200;
    width: 90%;
  }
  _::-webkit-full-page-media, _:future, :root .menu > ul.show-on-mobile {
    padding-top: 0;
  }
  @-webkit-keyframes animation_menu {
    0% {
      opacity: 0;
      position: absolute;
      top: 0;
    }
    100% {
      opacity: 1;
      position: absolute;
      top: 60px;
    }
  }
  @keyframes animation_menu {
    0% {
      opacity: 0;
      position: absolute;
      top: 0;
    }
    100% {
      opacity: 1;
      position: absolute;
      top: 60px;
    }
  }
  .menu_parent > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    opacity: 0;
    position: relative;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .menu_parent > ul:before,
  .menu_parent > ul:after {
    content: "";
    display: table;
  }
  .nav_scroll .menu-container {
    background-color: #FFF;
    width: 100%;
  }
  .menu_parent > ul.normal-sub {
    width: 100%;
  }
  .menu_parent > ul > li {
    float: none;
    width: 100%;
  }
  .menu_parent > ul > li:first-child {
    margin: 0;
  }
  .menu .menu_parent {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu .menu_parent.hover {
    position: relative;
  }
  .menu .menu_parent.hover:after {
    background: -webkit-gradient(linear, left top, right top, from(#18b7c7), to(#a9ce45));
    background: linear-gradient(to right, #18b7c7, #a9ce45);
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
  }
  .menu .menu_parent.show-on-mobile ul.menu_child {
    background-color: #f3f3f3;
    display: block;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu .menu_parent.show-on-mobile ul.menu_child li {
    border-bottom: 1px solid #DDD;
  }
  .menu .menu_parent.show-on-mobile ul.menu_child li a {
    display: block;
    padding: 10px;
  }
  .menu_child {
    background: #FFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
  }
  .menu_child:before, .menu_child:after {
    content: "";
    display: table;
  }
  .menu_child > ul {
    background: #def0f3;
    margin: 20px;
    overflow: hidden;
    padding-bottom: 0;
  }
  .menu_child > ul > li {
    background: none;
    border-bottom: 1px solid #DDD;
    margin: 0;
    width: 100%;
    background: none;
    float: left;
    padding-bottom: 0;
    list-style: none;
  }
  .menu_child > ul > li:last-child {
    border-bottom: none;
  }
  .menu_child.show-on-mobile {
    -webkit-box-shadow: -2px 5px 4px 0px rgba(0, 0, 0, 0.1) inset;
            box-shadow: -2px 5px 4px 0px rgba(0, 0, 0, 0.1) inset;
    display: block;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu > ul > li a.menu_child_link {
    padding: 10px 20px;
  }
  #hdr.is-animation {
    background-color: #fef17f;
  }
  #hdr.is-animation .menu-container {
    background-color: #FFF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #hdr.is-animation .logo01 {
    fill: #727171;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #hdr.is-animation .logo02 {
    fill: #6F94CD;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #hdr.is-animation .menu_logo_text {
    color: #000;
    font-size: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #hdr.is-animation .menu-mobile {
    height: 50px;
  }
  #hdr.is-animation .menu-mobile span, #hdr.is-animation .menu-mobile span:before, #hdr.is-animation .menu-mobile span:after {
    background-color: #000;
  }
  #hdr.is-animation .menu-mobile.menu-on span {
    background-color: transparent;
  }
  #hdr.is-animation .menu-mobile.menu-on span:before, #hdr.is-animation .menu-mobile.menu-on span:after {
    background-color: #000;
  }
}