@charset "utf-8";

@media only screen and (max-width:1280px) {}
@media only screen and (max-width:768px) {}
@media only screen and (max-width:480px) {}

/* =============================================
common
================================================*/
.imgCap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow:0px 0px 1px #000,0 0 5px #000,0 0 10px #000,0 0 15px #000,0 0 20px #000,0 0 30px #000,0 0 40px #000;
  z-index: 3;
}

.row-reverse {
  flex-direction: row-reverse;
}

sup {
  vertical-align:text-top;
  font-size:10px;
}

/* top_area
====================== */
.top_area {
  padding-top: 180px;
  padding-bottom: 120px;
  background: url(../images/top_bg.jpg) no-repeat top center / cover;
}
.top_area .inner {
  max-width: 1350px;
  width: calc(100% - 40px);
  margin-inline: auto;
}
.top_title {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.2em;
  margin-top: 100px;
}
.top_text {
  margin-top: 30px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 3;
}

@media only screen and (max-width:768px) {
  .top_area {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .top_area .inner {
    max-width: 1350px;
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .top_title {
    text-align: center;
    font-size: 23px;
    letter-spacing: 0.1em;
    margin-top: 60px;
  }
  .top_text {
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 2.4;
  }
}

/* contents
====================== */
.contents {
  padding-block: 120px;
}
.contents .inner {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
}

@media only screen and (max-width:768px) {
  .contents {
    padding-block: 60px;
  }
}


/* contents01
======================= */
.contents01 {
  background: url(../images/contents01_bg.jpg) no-repeat center center / cover;
}

/* contents02
======================= */
.contents02 {
  background: url(../images/contents02_bg.jpg) no-repeat center center / cover;
}

/* contents03
======================= */
.contents03 {
  background: url(../images/contents03_bg.jpg) no-repeat center center / cover;
}

/* contents04
======================= */
.contents04 {
  background: url(../images/contents04_bg.jpg) no-repeat center center / cover;
}