/* CSS Document */
@-webkit-keyframes aside-ani {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes aside-ani {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes aside-ani-out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes aside-ani-out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
/* -------------------------------------------------
-------------------------------------------------

min-width:  1141px

-------------------------------------------------
------------------------------------------------- */
@media screen and (min-width: 1141px) {
  .menu_pc_none {
    display: none !important;
  }
  .menu-mobile {
    display: none;
  }
  #hdr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 30px;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    width: 100%;
    height: 113px;
    z-index: 200;
  }
  #hdr .menu_set {
    -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;
    margin: 0 auto;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    z-index: 200;
  }
  #hdr.is-animation {
    background-color: #8D8C8A;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .nav_logo {
    font-size: 1.5rem;
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav_logo img {
    margin-right: 20px;
    width: 60px;
  }
  .nav_logo a:link, .nav_logo a:visited {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    max-width: 324px;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: 100%;
  }
  .nav_logo a:hover {
    opacity: 0.5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .menu {
    padding-bottom: 0;
  }
  .menu > .nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu > .nav > li {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    margin: 0 17px;
    padding: 0;
    position: relative;
    list-style: none;
    padding: 0;
    text-align: center;
  }
  .menu > .nav > li:last-child {
    margin-right: 0;
  }
  .menu > .nav > li > a {
    color: #FFF;
    display: block;
    height: 100%;
    line-height: 1.2em;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
  }
  .menu > .nav > li > a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
  @-webkit-keyframes child_animation {
    0% {
      margin-top: -6px;
    }
    100% {
      margin-top: -2px;
    }
  }
  @keyframes child_animation {
    0% {
      margin-top: -6px;
    }
    100% {
      margin-top: -2px;
    }
  }
  .menu_parent {
    cursor: pointer;
    padding: 10px 1vw;
  }
  .menu_parent.hover + .menu_child {
    -webkit-animation: child_animation 0.2s ease;
            animation: child_animation 0.2s ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: visible;
  }
  .menu_child {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #FFF;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-left: 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);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    list-style: none;
    margin: -6px auto;
    overflow: hidden;
    padding: 0;
    position: absolute;
    left: -150px;
    right: -150px;
    visibility: hidden;
    width: 250px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 299;
  }
  .menu_child:before, .menu_child:after {
    content: "";
    display: table;
  }
  .menu_child > li {
    border-bottom: 1px solid #DDD;
    list-style: none;
    line-height: 1.4em;
    background: none;
    padding: 10px;
  }
  .menu_child > li a {
    color: #FFF;
    padding: 10px;
  }
  .menu > .nav > li.nav_english {
    background-color: #383838;
    color: #FFF;
  }
  .menu > .nav > li.nav_english a {
    padding: 9px 20px;
  }
  body.second .menu > .nav > li.nav_english {
    background-color: #6B6B6B;
    color: #FFF;
  }
  body.second .menu > .nav > li.nav_english a {
    padding: 9px 20px;
  }
  .icon_en {
    margin-right: 9px;
    width: 22px;
    height: auto;
  }
  /*
  .menu_child_link{
  	display: flex;
  	justify-content: space-between;
  	align-self: center;
  }
  */
}
/* -------------------------------------------------
-------------------------------------------------

max-width:  1140px

-------------------------------------------------
------------------------------------------------- */
@media screen and (max-width: 1140px) {
  .menu_sp_none {
    display: 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: 10px;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 65px;
    height: 50px;
    z-index: 2000;
  }
  .menu-mobile span {
    background-color: #FFF;
    width: 25px;
    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);
    position: relative;
    display: block;
    margin: 0 auto 0;
  }
  .menu-mobile span:before, .menu-mobile span:after {
    background-color: #FFF;
    position: absolute;
    left: 0;
    content: " ";
    width: 25px;
    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 {
    padding: 0;
    position: fixed;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    top: 0;
    right: 0;
    left: auto;
    z-index: 300;
    width: 100%;
  }
  #hdr.is-animation:before {
    background-color: #8D8C8A;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: 70px;
    z-index: 198;
  }
  .nav_logo {
    display: block;
    font-size: 1.375rem;
    margin: 0;
    position: fixed;
    top: 20px;
    left: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 300;
  }
  .nav_logo a:link, .nav_logo a:visited {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    text-decoration: none;
  }
  .nav_logo a:link img, .nav_logo a:visited img {
    margin-right: 20px;
    width: 30px;
  }
  .menu {
    position: relative;
  }
  .menu {
    background-color: transparent;
  }
  .menu > .nav {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.1);
            box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    opacity: 0;
    padding: 80px 0 0;
    position: fixed;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    right: -280px;
    left: auto;
    width: 280px;
    height: 100%;
  }
  .menu > .nav:before, .menu > .nav:after {
    content: "";
    display: table;
  }
  .menu > .nav > li {
    font-weight: normal;
  }
  .menu > .nav > li.nav_english {
    background-color: #383838;
  }
  .menu > .nav > li.nav_english > a {
    color: #FFF;
  }
  .menu > .nav > li.nav_english .icon_en {
    margin-right: 9px;
    width: 22px;
    height: auto;
  }
  .menu > .nav > li > a {
    color: #000;
    display: inline-block;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    text-align: center;
    text-decoration: none;
    padding: 15px 25px;
    position: relative;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*
    &::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;
    }
    &.show-on-mobile{
    	&::before{
    		-webkit-transform: rotate(135deg);
    		transform: rotate(135deg);
    	transition: .3s;
    	}
    }
    */
  }
  /*
  	.menu > ul.show-on-mobile {
  		animation: animation_menu 0.4s ease;
  		animation-fill-mode: forwards;
  		display: block;
  		flex-wrap: wrap;
  		margin: 0 auto;
  		opacity: 1;
  		overflow-x: hidden;
  		padding: 30px 0;
  		z-index: 200;
  		width: 100%;
  	}
  	@keyframes animation_menu{
  		0%{
  				opacity: 0;
  				position: absolute;
  				top: 0;
  		}
  		100%{
  				opacity: 1;
  				position: absolute;
  				top: 80px;
  		}
  	}
  	*/
  body.menu-on .overlay {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 199;
  }
  body.menu-on #hdr .menu_logo_area {
    z-index: 0;
  }
  body.menu-on #hdr .menu_logo_area {
    opacity: 1;
  }
  body.menu-on #hdr .nav.show-on-mobile {
    opacity: 1;
    top: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 200;
  }
  .menu .nav .menu_parent {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    position: relative;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*
    &:before{
    	content: '';
    	width: 6px;
    	height: 6px;
    	border: 0px;
    	border-top: solid 2px $base;
    	border-right: solid 2px $base;
    	-ms-transform: rotate(45deg);
    	-webkit-transform: rotate(45deg);
    	transform: rotate(45deg);
    	position: absolute;
    	top: 50%;
    	right: 20px;
    	margin-top: -4px;
    }
    */
  }
  .menu .nav .menu_parent > span {
    display: block;
    font-size: 0.8125rem;
    font-weight: normal;
  }
  .menu .nav .menu_parent > ul {
    display: none;
    width: 100%;
    opacity: 0;
    position: relative;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .menu .nav .menu_parent > ul:before, .menu .nav .menu_parent > ul:after {
    content: "";
    display: table;
  }
  .menu .nav .menu_parent > ul li {
    float: none;
    width: 100%;
  }
  .menu .nav .menu_parent > ul li:first-child {
    margin: 0;
  }
  .menu .nav .menu_parent > ul.normal-sub {
    width: 100%;
  }
  .menu .nav .menu_parent.hover {
    position: relative;
  }
  .menu .nav .menu_parent.hover:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
  }
  .menu .nav .menu_parent.show-on-mobile {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu .nav .menu_parent.show-on-mobile:before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav_scroll .menu-container {
    background-color: #FFF;
    width: 100%;
  }
  .menu_child {
    background: #EEE;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 0 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu_child:before, .menu_child:after {
    content: "";
    display: table;
  }
  .menu_child > li {
    background: none;
    border-bottom: 1px solid #DDD;
    margin: 0;
    background: none;
    padding: 15px 0;
    list-style: none;
    width: 100%;
  }
  .menu_child > li:last-child {
    border-bottom: none;
  }
  .menu_child > li a {
    color: #FFF !important;
    display: block;
    width: 100%;
  }
  .menu_child.show-on-mobile {
    display: block;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .nav_logo {
    font-size: 1rem;
    margin: 0;
    top: 13px;
  }
  .nav_logo a:link img, .nav_logo a:visited img {
    margin-right: 15px;
    width: 40px;
  }
  .menu-mobile {
    top: 10px;
  }
  .menu > .nav {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 576px) {
  #hdr:before {
    height: 55px;
  }
  .nav_logo a:link img, .nav_logo a:visited img {
    width: 30px;
  }
  .menu-mobile {
    top: 3px;
  }
  .menu > .nav {
    padding: 60px 0 0;
    width: 200px;
  }
}