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

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

article header {
  width: auto;
}

@media screen and (max-width: 768px) {
  article header {
    width: auto;
    padding: 80px 20px 40px;
    text-align: left;
  }
}

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 {
  margin-top: 66px;
  width: auto;
  height: 400px;
  /*============================
#intro
============================*/
}

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

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%;
}

@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(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap {
    width: 100%;
    padding: 0 20px 0 40px;
  }
}

article#titleTop section#intro.full div.wrap h1.masthead {
  width: auto;
  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: 2rem;
  }
}

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

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

article#titleTop section#intro.full div.wrap h1.masthead small {
  font-size: 2rem;
}

article#titleTop section#intro.full div.wrap 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 p {
    letter-spacing: 1px;
    padding: 20px 0 0;
  }
}

article#titleTop section#intro.full div.scrolldown {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  left: -30px;
  color: #333;
  font-size: 12px;
  letter-spacing: 2px;
}

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

article#titleTop section#intro.full div.scrolldown span {
  width: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: block;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.scrolldown span {
    width: auto;
  }
}
/*# sourceMappingURL=common.css.map */