article img.bg {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  article img.bg {
    width: auto;
  }
}

article header {
  width: auto;
}

@media screen and (max-width: 768px) {
  article header {
    width: auto;
  }
}

article header h2 {
  width: auto;
  font-size: 3.6rem;
  letter-spacing: 8px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  article header h2 {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 4px;
  }
}

article header i {
  width: auto;
  display: block;
  padding-top: 20px;
  font-size: 2rem;
  letter-spacing: 4px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  article header i {
    width: auto;
  }
}

h3 {
  width: auto;
}

@media screen and (max-width: 768px) {
  h3 {
    width: 100%;
  }
}

p {
  line-height: 2;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  p {
    width: 100%;
  }
}

ul {
  width: auto;
}

@media screen and (max-width: 768px) {
  ul {
    width: 100%;
  }
}

/*============================
#titleTop
============================*/
article#titleTop {
  width: auto;
  height: 700px;
  /*============================
#intro
============================*/
}

@media screen and (max-width: 768px) {
  article#titleTop {
    width: auto;
    height: 650px;
    margin-top: 0px;
  }
}

article#titleTop.news {
  height: 500px;
}

@media screen and (max-width: 768px) {
  article#titleTop.news {
    height: 360px;
  }
}

article#titleTop.single {
  height: 500px;
}

@media screen and (max-width: 768px) {
  article#titleTop.single {
    height: 360px;
  }
}

article#titleTop img.bg {
  width: 100%;
  position: fixed;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  article#titleTop img.bg {
    width: auto;
  }
}

article#titleTop section#intro.full {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full {
    width: auto;
  }
}

article#titleTop section#intro.full div.wrap {
  width: auto;
  position: absolute;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  left: 80px;
  top: 50%;
  color: #fff;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap {
    width: auto;
    left: 20px;
  }
}

article#titleTop section#intro.full div.wrap h1.masthead {
  width: auto;
  font-size: 4.8rem;
  line-height: 1.4;
  letter-spacing: 8px;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap h1.masthead {
    width: auto;
    font-size: 3.6rem;
  }
}

article#titleTop section#intro.full div.wrap h1.masthead small {
  width: auto;
  font-size: 1.6rem;
  display: block;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap h1.masthead small {
    width: auto;
    font-size: 1.4rem;
  }
}

article#titleTop section#intro.full div.wrap .content {
  padding-top: 40px;
}

article#titleTop section#intro.full div.wrap .content h2 {
  width: auto;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap .content h2 {
    width: auto;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

article#titleTop section#intro.full div.wrap .content p {
  width: auto;
  padding-top: 20px;
  line-height: 2;
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap .content p {
    width: auto;
    letter-spacing: 1px;
    padding-right: 20px;
  }
}

article#titleTop section#intro.full div.scrolldown {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  left: 80px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.scrolldown {
    width: auto;
    left: 20px;
  }
}

article#titleTop section#intro.full div.scrolldown span {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.scrolldown span {
    width: auto;
  }
}

#title {
  background: #222;
  width: 100%;
  height: 360px;
}

@media screen and (max-width: 768px) {
  #title {
    background: #222;
    width: 100%;
    height: 200px;
    margin-top: 72px;
  }
}

#title img.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  #title img.bg {
    opacity: 1;
  }
}

#title section {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#title section .wrap {
  width: auto;
  position: absolute;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  left: 80px;
  top: 50%;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #title section .wrap {
    width: auto;
    left: 20px;
  }
}

#title section .wrap h1.masthead {
  width: auto;
  font-size: 4.8rem;
  line-height: 1.4;
  letter-spacing: 8px;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  #title section .wrap h1.masthead {
    width: auto;
    font-size: 3.6rem;
  }
}

#title section .wrap h1.masthead small {
  width: auto;
  font-size: 1.6rem;
  display: block;
}

@media screen and (max-width: 768px) {
  #title section .wrap h1.masthead small {
    width: auto;
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=common.css.map */