@charset "UTF-8";


/*================================================
* mainVisual
================================================*/

/* #mainVisual {
  height: 100vh;
} */

#mainVisual video {
  display: block;
  width: 100%;
}


@media screen and (max-width:767px) {
  #mainVisual {
    /* height: 600px; */
    margin-top: 8rem;
  }

}


/*================================================
* topAbout
================================================*/

.topAbout_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topAbout_inner {
  padding-top: 20rem;
}

.aboutTxt {
  width: 45%;
}

.topAbout_inner p {
  margin: 2em 0;
}



.aboutImg {
  width: 55%;
}

@media screen and (max-width:767px) {
  .topAbout_inner {
    flex-wrap: wrap;
    gap: 3rem;
  }

  .topAbout_inner {
    padding-top: 0;
  }

  .aboutTxt {
    width: 100%;
  }

  .aboutImg {
    width: 100%;
  }
}




/*================================================
* topNews
================================================*/

#topNews .newsList {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 4rem;
}

#topNews .newsList li {
  margin: 0;
}

#topNews .newsList li a {
  display: block;
}

.newsList li .thumbnail {
  width: 100%;
  max-width: unset;
  margin-bottom: 1rem;
}

@media screen and (max-width:767px) {
  #topNews .newsList {
    gap: 3rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

/*================================================
* topGallery
================================================*/
#topGallery ul {
  margin-bottom: 6rem;
}

@media screen and (max-width:767px) {}



/*================================================
* price
================================================*/

@media screen and (max-width:767px) {}

/*================================================
* access
================================================*/


@media screen and (max-width:767px) {}

/*================================================
* price
================================================*/

@media screen and (max-width:767px) {}

/*================================================
* access
================================================*/


@media screen and (max-width:767px) {}

/*================================================
* price
================================================*/

@media screen and (max-width:767px) {}

/*================================================
* access
================================================*/


@media screen and (max-width:767px) {}

/*================================================
* price
================================================*/

@media screen and (max-width:767px) {}

/*================================================
* access
================================================*/


@media screen and (max-width:767px) {}

/*================================================
* price
================================================*/

@media screen and (max-width:767px) {}

/*================================================
* access
================================================*/


@media screen and (max-width:767px) {}