@charset "UTF-8";
.leftTop {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.scale01 {
  -webkit-transform: scale(0.1);
      -ms-transform: scale(0.1);
          transform: scale(0.1);
}

.scale02 {
  -webkit-transform: scale(0.2);
      -ms-transform: scale(0.2);
          transform: scale(0.2);
}

.scale03 {
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
}

.scale04 {
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
}

.scale05 {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

.scale06 {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}

.scale07 {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}

.scale08 {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.scale09 {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

@media (max-width: 767px) {
  .scale01 {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .scale02 {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .scale03 {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .scale04 {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .scale05 {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .scale06 {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .scale07 {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .scale08 {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .scale09 {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.lazyload, .lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 1000ms;
          transition: opacity 1000ms;
}

@-webkit-keyframes filter {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  40% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes filter {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  40% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes FV-title {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes FV-title {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes FV-text {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes FV-text {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes scale {
  from {
    background-size: 100% 100%;
  }
  to {
    background-size: 110% 110%;
  }
}
@keyframes scale {
  from {
    background-size: 100% 100%;
  }
  to {
    background-size: 110% 110%;
  }
}
.mt_10 {
  margin-top: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mt_70 {
  margin-top: 70px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mt_80 {
  margin-top: 80px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mt_90 {
  margin-top: 90px;
}

.mb_90 {
  margin-bottom: 90px;
}

.mt_100 {
  margin-top: 100px;
}

.mb_100 {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
.visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
}

.bg-gradient {
  background-image: -webkit-linear-gradient(left, #ffeae0, #fff, #ffeae0);
  background-image: linear-gradient(to right, #ffeae0, #fff, #ffeae0);
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .bg-gradient {
    background-image: -webkit-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff);
  }
}

.filter {
  -webkit-animation: filter 3s;
          animation: filter 3s;
}

.displayNone {
  display: none;
}

.enter-opacity {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.enter-opacity:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

body {
  font-family: 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic W3 JIS2004', 'Osaka', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
  overflow-x: hidden;
}

header {
  background: #fff;
  position: relative;
  height: 100px;
  margin-bottom: 47px;
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  header {
    height: 80px;
  }
}
header .title-logo,
header .header-nav ul {
  position: absolute;
}
header .title-logo {
  top: 30px;
  left: 10px;
  width: 395px;
}
header .title-logo img {
  width: 48%;
}
@media (max-width: 767px) {
  header .title-logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    top: 19px;
  }
  header .title-logo img {
    width: 45%;
  }
}
header .header-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 35px;
  right: 20px;
}
@media (max-width: 767px) {
  header .header-nav ul {
    display: none;
  }
}
header .header-nav ul .nav-list {
  padding: 0;
  margin-left: 25px;
}
header .nav-list a {
  text-decoration: none;
  color: #555;
  font-size: 17px;
  position: relative;
}
header .nav-list a:before {
  content: attr(data-name);
  color: #333;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: 0;
  width: 0%;
  -webkit-transition: all cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s;
          transition: all cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s;
  border-bottom: 1px solid #000;
}
header .nav-list a:hover:before {
  width: 100%;
  -webkit-transition: all cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s;
          transition: all cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s;
  border-bottom: 1px solid #000;
}

.title-area {
  position: relative;
}
@media (max-width: 767px) {
  .title-area {
    padding-bottom: 70%;
  }
}
.title-area .main-title {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
@media (max-width: 767px) {
  .title-area .main-title {
    width: 100%;
  }
}
.title-area .main-title .FV-title {
  padding-bottom: 40px;
  opacity: 0;
  padding-top: 15%;
  -webkit-animation: FV-title 3s ease 1s forwards;
          animation: FV-title 3s ease 1s forwards;
}
@media (max-width: 767px) {
  .title-area .main-title .FV-title img {
    width: 80%;
  }
}
.title-area .main-title .FV-text img {
  width: 60%;
  opacity: 0;
  -webkit-animation: FV-text 2s ease 2s forwards;
          animation: FV-text 2s ease 2s forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 767px) {
  .title-area .main-title .FV-text img {
    width: 95%;
  }
}

#innerfade {
  position: relative;
  padding-bottom: 35%;
  height: auto;
}


.main-title01 {
 background: url("/assets/images/region/bg01.jpg") no-repeat top;
}

.main-title02 {
 background: url("/assets/images/region/bg02.jpg") no-repeat top;
}

.main-title03 {
 background: url("/assets/images/region/bg03.jpg") no-repeat top;
}

.main-title04 {
 background: url("/assets/images/region/bg04.jpg") no-repeat top;
}

.main-title01,
.main-title02,
.main-title03,
.main-title04 {
 background-size: contain;
 width: 100%;
 padding-bottom: 35%;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}

@media (max-width: 767px) {
  .main-title01,
  .main-title02,
  .main-title03,
  .main-title04 {
    background-size: contain;
    width: 100%;
    padding-bottom: 100%;
    -webkit-animation: scale 10s;
            animation: scale 10s;
  }

  .main-title01 {
   background: url("/assets/images/region/bg-sp01.jpg") no-repeat top;
  }

  .main-title02 {
   background: url("/assets/images/region/bg-sp02.jpg") no-repeat top;
  }

  .main-title03 {
   background: url("/assets/images/region/bg-sp03.jpg") no-repeat top;
  }

  .main-title04 {
   background: url("/assets/images/region/bg-sp04.jpg") no-repeat top;
  }
}
.introduction {
  width: 100%;
  margin: 70px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .introduction {
    margin: 0 auto;
    width: 90%;
  }
}
.introduction-text {
  line-height: 28px;
}
@media (max-width: 767px) {
  .introduction-text {
    width: 95%;
    text-align: left;
  }
}
.introduction-bold {
  font-size: 1.6rem;
  color: #ba1d1d;
  margin: 30px auto 40px;
  opacity: 0;
}
@media (max-width: 767px) {
  .introduction-bold {
    width: 95%;
    text-align: left;
    font-size: 1.3rem;
  }
}
.introduction .introduction-btn {
  text-decoration: none;
  color: #fff;
}
.introduction .hover-btn {
  background: #de4b4b;
  padding: 10px 40px;
  text-align: center;
  width: 310px;
  border-radius: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  border: 2px solid #fff;
  margin: 0 auto;
  opacity: 0;
}
@media (max-width: 767px) {
  .introduction .hover-btn {
    width: 95%;
  }
}
.introduction .hover-btn:hover {
  color: #d15e3b;
  border: 2px solid #d15e3b;
  border-radius: 34px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  background: #fff;
}
.introduction .hover-btn .fontWeight {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .introduction .hover-btn .fontWeight {
    font-size: 1rem;
  }
}

.article-wrap {
  width: 1100px;
  margin: 0 auto;
  padding-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .article-wrap {
    width: 100%;
  }
}

.BUSAIKU-PROJECT {
  margin: 0 auto 70px;
}
@media (max-width: 767px) {
  .BUSAIKU-PROJECT {
    margin: 0 auto 30px;
  }
}

.article-link {
  position: relative;
  display: block;
  width: 350px;
  height: 250px;
  overflow: hidden;
  background: #000;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .article-link {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .article-link img {
    width: 100%;
  }
}
.article-link * {
  -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease;
  box-sizing: border-box;
}
.article-link figcaption, .article-link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.article-link:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease;
  opacity: 0;
}
.article-link figcaption {
  padding: 40px;
  z-index: 1;
  color: #fff;
  opacity: 0;
}
.article-link .fig-title {
  width: 100%;
  margin: 5px 0;
  padding: 0;
}
.article-link .fig-text {
  position: absolute;
  bottom: 50px;
  width: 80%;
}
.article-link .fig-text-lg {
  position: absolute;
  top: 194px;
  color: #fff;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 11px;
}
.article-link .fig-text-xs {
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 4px 11px;
  background: rgba(0, 0, 0, 0.5);
}
.article-link .fig-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 20px 45px 10px 0;
}
.article-link .fig-icon:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 30px;
}

@media (min-width: 767px) {
  .article-link:hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
  }

  .article-link:hover:after {
    opacity: 1;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .article-link:hover figcaption {
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
  }

  .article-link:hover .fig-text {
    bottom: 30%;
  }

  .article-link:hover .fig-icon {
    padding: 20px 25px 10px;
  }

  .article-link:hover .fig-text-lg {
    opacity: 0;
  }
}
/* フッター */
.footer_logo {
  background-color: #1a1a1a;
  width: 100%;
  margin: 20px 0;
  padding: 0;
}

.footer_logo li {
  display: inline-block;
  padding: 22px 25px 20px;
}

.footer_logo li a {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.footer_logo li a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

footer {
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #000;
  color: #ffffff;
  text-align: center;
}

.copyright {
  clear: both;
}

.page-top-pc {
  position: fixed;
  right: 10px;
  bottom: 2px;
  z-index: 100;
}

.page-top-pc a {
  display: block;
}

/*# sourceMappingURL=common.css.map */