.bannerArea {
  background-image: url(../images/img/banner-bg.jpg);
  background-size: cover;
}
.bannerArea::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 25px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .bannerArea::before {
    border-width: 15px;
  }
}
.bannerArea .bannerBox {
  min-height: 100vh;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    padding: 10%;
    align-content: center;
  }
}
.bannerArea .bannerBox .logo {
  padding: 0 26%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .logo {
    margin-bottom: 15%;
  }
}

.Txt {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 991px) {
  .Txt {
    height: 80vh;
    padding-top: 10%;
  }
}
.Txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 20px;
  background: linear-gradient(to left, #E7A2C9 0%, #EB610C 50%, #EB211E 100%);
}
@media (max-width: 991px) {
  .Txt::after {
    display: none;
  }
}
.Txt .titleBox {
  color: #735232;
}
@media (max-width: 991px) {
  .Txt .titleBox {
    margin: 0;
  }
}
.Txt .titleBox span {
  font-size: 3.5rem;
  display: block;
}
@media (max-width: 991px) {
  .Txt .titleBox span {
    font-size: 2.3rem;
  }
}
.Txt .titleBox small {
  display: inline-block;
  border: solid #000;
  border-width: 1px 0;
  line-height: 1.5;
  padding-top: 5px;
  margin: 2rem auto;
  font-size: 2rem;
}
@media (max-width: 991px) {
  .Txt .titleBox small {
    font-size: 1.3rem;
    margin: 1rem auto;
  }
}
.Txt .text {
  color: #E98677;
  letter-spacing: 3px;
  padding-bottom: 10%;
}
@media (max-width: 991px) {
  .Txt .text {
    padding-bottom: 1rem;
  }
}

.oddPage {
  background-image: url(../images/img/page01-bg.jpg);
}
.oddPage .Txt::after {
  left: 0;
}
.oddPage .Img .subText {
  right: 0;
  text-align: right;
}

.evenPage .Txt::after {
  right: 0;
}
.evenPage .Img .subText {
  left: 0;
  text-align: left;
}

.Img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to left, #E7A2C9 0%, #EB610C 50%, #EB211E 100%);
}
@media (max-width: 991px) {
  .Img::after {
    height: 10px;
  }
}
.Img .subText {
  font-family: "Times New Roman", Times, serif;
  position: absolute;
  text-transform: uppercase;
  bottom: 0;
  color: #fff;
  font-size: 8rem;
  line-height: 1;
  opacity: 0.5;
}

.page03::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 25px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .page03::after {
    border-width: 15px;
  }
}
@media (max-width: 991px) {
  .page03 .fp-tableCell {
    vertical-align: top;
  }
}
.page03 .Txt {
  text-align: center;
  white-space: nowrap;
  padding-top: 30%;
}
@media (min-width: 991px) {
  .page03 .Txt {
    height: 100vh;
  }
}
@media (max-width: 991px) {
  .page03 .Txt {
    padding-top: 10%;
  }
}
.page03 .Txt .titleBox {
  color: #fff;
}
.page03 .Txt .titleBox small {
  border: none;
}
@media (min-width: 991px) {
  .page03 .Txt::before {
    content: "";
    width: 140%;
    height: 100vh;
    background: linear-gradient(to right, #EE8C1D 0%, #EB610C 50%, #EB211E 100%);
    position: absolute;
    opacity: 0.8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.page03 .Txt::after {
  display: none;
}
.page03 .Img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 991px) {
  .page03 .Img .innerImg {
    min-height: 100vh;
  }
}
@media (max-width: 991px) {
  .page03 .Img .innerImg {
    height: calc(100vh - 70px);
  }
}
.page03 .Img .innerImg .subText {
  text-align: right;
  right: 0;
  z-index: 10;
}
.page03 .Img .innerImg .image {
  background-position: bottom;
  background-size: 100%;
  background-color: #09aee1;
}
@media (max-width: 991px) {
  .page03 .Img .innerImg .image {
    background-size: auto 70%;
    background-position: 42% bottom;
  }
}
.page03 .Img::after {
  display: none;
}

.page05 {
  padding: 0 5%;
}
.page05 .Txt::before {
  content: "";
  position: absolute;
  top: 0;
  width: 80%;
  height: 20px;
  background: linear-gradient(to right, #E7A2C9 0%, #EB610C 50%, #EB211E 100%);
}
@media (max-width: 991px) {
  .page05 .Txt::before {
    top: auto;
    bottom: 105%;
    width: 100%;
  }
}
.page05 .Txt::after {
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
}
.page05 .Img::after {
  display: none;
}

.page07 {
  padding: 0 5%;
  background-image: url(../images/img/page01-bg.jpg);
}
.page07 .Txt {
  padding: 0;
  height: auto;
}
@media (max-width: 991px) {
  .page07 .Txt .titleBox span {
    font-size: 1.8rem;
    display: block;
  }
}
.page07 .Txt::after {
  display: none;
}
.page07 .item-5-Slick .item {
  padding: 10px;
}
.page07 .item-5-Slick .item .Txt {
  padding: 10% 0;
  background-color: #fff;
  text-align: center;
}
.page07 .item-5-Slick .item .Img::after {
  display: none;
}
.page07 .item-5-Slick .item .Img .innerImg {
  min-height: 0;
  padding-top: 110%;
}
@media (max-width: 991px) {
  .page07 .item-5-Slick .item .Img .innerImg {
    padding-top: 70%;
  }
}

.page08 {
  background: #fff;
}
.page08 .Txt {
  justify-content: center;
}
.page08 .Txt::after {
  display: none;
}
.page08 .Img::after {
  top: auto;
  bottom: 0;
}
.page08 .Img .innerImg {
  padding-top: 80%;
}
@media (max-width: 991px) {
  .page08 .Img .innerImg {
    min-height: auto;
  }
}
.page08 .Img .innerImg .image {
  background-position: bottom center;
  background-size: contain;
}

.page08 .Img .innerImg {
  padding-top: 80%;
  min-height: auto;
}

@media (min-width: 991px) {
  footer {
    background-image: url(../images/img/footer-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}/*# sourceMappingURL=style.css.map */