@keyframes top-animation {
  from {
    background: url("../../img/works/de-works-top-img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%; }
  to {
    background: url("../../img/works/de-works-top-img2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%; } }
@keyframes top-animation-l {
  0%, 10% {
    background: url("../../img/works/de-works-top-img.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto; }
  90%, 100% {
    background: url("../../img/works/de-works-top-img2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto; } }
@keyframes header-opacity {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.wrapper {
  background: white; }
  @media screen and (max-width: 640px) {
    .wrapper {
      background: #0D2535; } }

#content {
  position: relative;
  background: #0D2535; }
  #content a {
    opacity: 1;
    transition: opacity 1s; }
  #content a:hover {
    opacity: 0.5; }
  #content #cnt_main #content-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 42.1875vw;
    max-height: 500px;
    position: relative;
    min-height: 200px; }
    #content #cnt_main #content-header #content-header-bk1 {
      background-image: url("../../img/works/de-works-top-img.jpg");
      background-position: center top;
      animation: header-opacity 5s ease-in-out 5s infinite alternate; }
    #content #cnt_main #content-header #content-header-bk2 {
      background-image: url("../../img/works/de-works-top-img2.jpg");
      background-position: center bottom;
      animation: header-opacity 5s ease-in-out 0s infinite alternate; }
    #content #cnt_main #content-header .content-header-bk {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0;
      width: 100%;
      height: 100%;
      background-size: 100% auto;
      background-repeat: no-repeat; }
      @media screen and (max-width: 640px) {
        #content #cnt_main #content-header .content-header-bk {
          background-size: auto 100%; } }
    #content #cnt_main #content-header #content-header-wrap {
      width: 49.6875%;
      max-width: 763px;
      min-width: 300px;
      height: 14.84375vw;
      max-height: 290px;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      @media screen and (max-width: 640px) {
        #content #cnt_main #content-header #content-header-wrap {
          bottom: 25%; } }
      @media screen and (max-width: 400px) {
        #content #cnt_main #content-header #content-header-wrap {
          bottom: 40%; } }
      #content #cnt_main #content-header #content-header-wrap h1 {
        margin-bottom: 4%; }
      #content #cnt_main #content-header #content-header-wrap p {
        width: 100%;
        max-width: 763px;
        min-width: 300px;
        padding: 0.3% 0;
        background: #e14719;
        margin: auto;
        left: 0;
        right: 0;
        z-index: 100;
        text-align: center; }
        #content #cnt_main #content-header #content-header-wrap p img {
          width: 24%;
          min-width: 120px;
          vertical-align: middle; }
  #content #cnt_main #works-menu {
    padding: 40px 0;
    position: relative; }
    @media screen and (max-width: 640px) {
      #content #cnt_main #works-menu {
        padding: 30px 0 20px; }
        #content #cnt_main #works-menu::after {
          display: none; } }
    /*#content #cnt_main #works-menu::after {
      content: "";
      width: 30px;
      border-bottom: solid 1px white;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      height: 0; }*/
    #content #cnt_main #works-menu p {
      display: table;
      margin: auto;
      margin-bottom: 10px;
      width: 74%;
      font-size: .9em;
      max-width: 740px; }
      #content #cnt_main #works-menu p span:not(.spnone) {
        color: white;
        display: table-cell;
        line-height: 1em;
        text-align: left; }
        #content #cnt_main #works-menu p span:not(.spnone)::after {
          content: "";
          display: inline-block;
          width: 100%;
          height: 0;
          line-height: 0; }
        #content #cnt_main #works-menu p span:not(.spnone):first-child {
          text-align: left;
          letter-spacing: .15em;
          width: 45%; }
        #content #cnt_main #works-menu p span:not(.spnone) a {
          color: white;
          text-decoration: none;
          position: relative;
          display: inline-block; }
          #content #cnt_main #works-menu p span:not(.spnone) a::after {
            content: "";
            display: block;
            width: 100%;
            border-bottom: dotted 1px white;
            position: absolute;
            margin-top: 4px; }
      @media screen and (max-width: 999px) {
        #content #cnt_main #works-menu p {
          width: 90%; } }
      @media screen and (max-width: 999px) {
        #content #cnt_main #works-menu p {
          width: 96%;
          max-width: 350px;
          text-align: center; }
          #content #cnt_main #works-menu p span:not(.spnone) {
            display: inline-block; }
            #content #cnt_main #works-menu p span:not(.spnone):first-child {
              text-align: center;
              display: block;
              width: 100%; }
            #content #cnt_main #works-menu p span:not(.spnone) span.spnone {
              display: none; } }
  #content #cnt_main .years {
    padding: 20px 3% 10px;
    position: relative; }
    #content #cnt_main .years#works2018 {
      padding-top: 60px; }
      @media screen and (max-width: 640px) {
        #content #cnt_main .years#works2018 {
          padding-top: 30px; }
          #content #cnt_main .years#works2017 h2 {
            margin-top: 0; } }
      @media screen and (max-width: 450px) {
        #content #cnt_main .years#works2018 {
          padding-top: 10px; } }
    @media screen and (max-width: 640px) {
      #content #cnt_main .years {
        padding: 0 3%; } }
    #content #cnt_main .years h2 {
      position: relative;
      text-align: center;
      margin-bottom: 90px; }
      @media screen and (max-width: 767px) {
        #content #cnt_main .years h2 {
          margin-top: -10px;
          margin-bottom: 50px; } }
      @media screen and (max-width: 640px) {
        #content #cnt_main .years h2 {
          margin-top: 40px; } }
      @media screen and (max-width: 500px) {
        #content #cnt_main .years h2 {
          margin: 30px 0; } }
      @media screen and (max-width: 450px) {
        #content #cnt_main .years h2 {
          margin: 30px 0 20px; } }
      #content #cnt_main .years h2 img {
        width: 80%;
        max-width: 400px;
        min-width: 250px;
        margin: auto;
        vertical-align: top; }
    #content #cnt_main .years h3 {
      text-align: center;
      margin: auto;
      margin-bottom: 40px;
      margin-top: -20px; }
      @media screen and (max-width: 960px) {
        #content #cnt_main .years h3 {
          width: 90%; } }
      @media screen and (max-width: 767px) {
        #content #cnt_main .years h3 {
          margin-top: -30px; } }
      @media screen and (max-width: 640px) {
        #content #cnt_main .years h3 {
          margin-top: 0; } }
      @media screen and (max-width: 500px) {
        #content #cnt_main .years h3 {
          margin-top: -10px;
          margin-bottom: 30px; } }
      #content #cnt_main .years h3 img {
        max-height: 17px; }
        @media screen and (max-width: 640px) {
          #content #cnt_main .years h3 img {
            height: 15px; } }
        @media screen and (max-width: 479px) {
          #content #cnt_main .years h3 img {
            height: 11px; } }
      @media screen and (max-width: 767px) {
        #content #cnt_main .years h3 span.spnone {
          display: none; } }
    #content #cnt_main .years .my-gallery {
      text-align: justify;
      max-width: 1500px;
      margin: 0 auto 60px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #content #cnt_main .years .my-gallery {
          margin-bottom: 40px; } }
      @media screen and (max-width: 640px) {
        #content #cnt_main .years .my-gallery {
          margin-bottom: 0; }
          #content #cnt_main .years .my-gallery.last-gallery {
            margin-bottom: 20px; } }
      #content #cnt_main .years .my-gallery::after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 0; }
      #content #cnt_main .years .my-gallery figure {
        width: calc(33% - 4px);
        display: inline-block;
        margin: 2px;
        overflow: hidden;
        vertical-align: top; }
        #content #cnt_main .years .my-gallery figure.gallery-hidden {
          display: none; }
        @media screen and (max-width: 400px) {
          #content #cnt_main .years .my-gallery figure {
            width: 32%; } }
        #content #cnt_main .years .my-gallery figure a img {
          transform: scale(1.01); width: 100%; }
        #content #cnt_main .years .my-gallery figure figcaption {
          display: none; }

#footer {
  background: white; }

/* #btn_fa_top */
#btn_contact a span {
  background: url("../../../../../module/img/common/btn_contact_bg2.jpg") no-repeat center center;
  background-size: cover; }

#btn_fa_top {
  background: #000;
  line-height: 1; }

#btn_fa_top a {
  position: relative;
  display: block;
  width: 100%;
  height: 190px;
  text-align: center; }

#btn_fa_top a span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 190px;
  background: url("../../../module/img/common/de-to-top-bk.png") no-repeat center center;
  background-size: cover; }

#btn_fa_top a img {
  position: relative;
  top: 50%;
  margin-top: -34px;
  z-index: 10;
  height: 70px; }

#btn_fa_top a span {
  transition: 0.6s; }

#btn_fa_top a:hover span {
  transition: 0.8s;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6; }

@media screen and (max-width: 999px) {
  #btn_fa_top a, #btn_fa_top a span {
    height: 150px; }

  #btn_fa_top a img {
    margin-top: -27px;
    z-index: 10;
    height: 54px; } }
@media screen and (max-width: 767px) {
  #btn_fa_top a img {
    margin-top: -25px;
    height: 50px; } }
@media screen and (max-width: 639px) {
  #btn_fa_top a, #btn_fa_top a span {
    height: 90px; }

  #btn_fa_top a img {
    height: 35px;
    margin-top: -17px; } }

/*# sourceMappingURL=style.css.map */
