/*------------------------------------------

MV

------------------------------------------*/
/* main {
  background-image: url(../img/grey_wash_wall.png);
  background-repeat: repeat;
  padding-top: 140px;
} */
main .mv {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-height: 600px;
  position: relative;
}
main .mv:after {
  content: '';
  background-color: rgba(50, 50, 50, 0.2);
  position: absolute;
  z-index: 90;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
main .mv img {
  width: 100%;
  object-fit: cover;
  display: block;
	max-height: 600px;
}

.inr {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.hx-type3 {
  font-size: 2rem;
  border-bottom: #b9b9b9 1px solid;
}

.column-box .img-box {
  width: auto;
  height: auto;
}

/*PC*/
@media screen and (min-width: 769px) {
  main .page-title h1 {
    color: #fff;
    text-shadow:
      #4D4D4D 1px 1px 2px, #4D4D4D -1px 1px 2px, #4D4D4D 1px -1px 2px, #4D4D4D -1px -1px 2px;
    position: absolute;
    font-size: 50px;
    top: 200px;
    left: 50%;
    z-index: 95;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    letter-spacing: 6px;
  }
}

/*END*/
/*Smartphone*/
@media screen and (max-width: 768px) {
  main .page-title h1 {
    color: #fff;
    text-shadow:
      black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px, black -1px -1px 2px;
    position: absolute;
    font-size: 28px;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    letter-spacing: 6px;
  }
  .hx-type3 {
    font-size: 1.8rem;
  }
} /*END*/