.slogan {
  position: absolute;
  opacity: 0;
}

.stage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.0823529412);
}
.stage .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1650px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

.bannerArea {
  background-image: url(../images/img/banner-bg.jpg);
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
}
@media (max-width: 991px) {
  .bannerArea {
    background-image: url(../images/img/banner-bg-m.jpg);
  }
}
.bannerArea .bannerBox {
  padding-top: 5.5%;
  padding-bottom: 5.5%;
  align-items: center;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    padding: 25% 0 35% 5%;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerBox {
    padding: 30% 0 29% 5%;
  }
}
.bannerArea .bannerBox .subTitle {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .subTitle {
    justify-content: start;
  }
}
.bannerArea .bannerBox .subTitle .tag {
  width: 170px;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .subTitle .tag {
    width: 140px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerBox .subTitle .tag {
    width: 100px;
    margin-left: -5px;
  }
}
.bannerArea .bannerBox .subTitle h3 {
  color: #fff;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .bannerArea .bannerBox .subTitle h3 {
    font-size: 0.9rem;
  }
}
.bannerArea .bannerBox b {
  font-family: "EB Garamond", serif;
  color: rgba(224, 189, 128, 0.6588235294);
  font-size: 5rem;
  display: block;
  text-align: center;
  font-weight: 400;
  letter-spacing: -3px;
  line-height: 1;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox b {
    text-align: left;
    line-height: 0.8;
    font-weight: 300;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.678);
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerBox b {
    font-size: 3.5rem;
  }
}
.bannerArea .bannerBox .logo {
  width: 20%;
  display: block;
  margin: 5% auto 7% auto;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .logo {
    width: 48%;
    margin: 15% auto 17% 0;
    padding-left: 13%;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerBox .logo {
    width: 58%;
    margin: 20% auto 22% 0;
  }
}
.bannerArea .bannerBox .mainTxt {
  width: 30%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .mainTxt {
    width: 55%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerBox .mainTxt {
    width: 75%;
  }
}

.page .titleBox::after {
  content: "";
  width: 81%;
  height: 8px;
  border-top: 1px solid #997c52;
  border-bottom: 3px solid #997c52;
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 1;
}
@media (max-width: 1700px) {
  .page .titleBox::after {
    width: 77%;
  }
}
@media (max-width: 1400px) {
  .page .titleBox::after {
    width: 73%;
  }
}
@media (max-width: 1200px) {
  .page .titleBox::after {
    width: 68%;
  }
}
@media (max-width: 991px) {
  .page .titleBox::after {
    height: 6px;
    width: 62%;
    border-top: 1px solid #997c52;
    border-bottom: 2px solid #997c52;
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page .titleBox::after {
    width: 50%;
    bottom: 22px;
  }
}
.page .title b {
  color: #997c52;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 4rem;
  display: block;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page .title b {
    font-size: 3rem;
    padding-right: 5px;
    font-weight: 400;
  }
}
.page .title b small {
  font-style: normal;
  letter-spacing: -3px;
  font-weight: 400;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .page .title b small {
    font-size: 2rem;
  }
}
@media (max-width: 1500px) {
  .page .Txt h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .page .Txt h2 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .page .Txt h2 {
    font-size: 0.9rem;
  }
}
.page .Txt p {
  font-size: 1.1rem;
}
@media (max-width: 1500px) {
  .page .Txt p {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .page .Txt p {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .page .Txt p {
    font-size: 10px;
  }
}
.page .bottomBox {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .page .bottomBox {
    padding-bottom: 0;
  }
}
.page .bottomBox::after {
  content: "";
  width: 100%;
  height: 8px;
  border-top: 1px solid #997c52;
  border-bottom: 3px solid #997c52;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .page .bottomBox::after {
    height: 6px;
    border-top: 1px solid #997c52;
    border-bottom: 2px solid #997c52;
  }
}

@media (max-width: 991px) {
  .page01 {
    margin-top: -3px;
  }
}
.page01 .mainBox {
  margin: 2rem 0;
}
@media (max-width: 991px) {
  .page01 .mainBox {
    margin: 1rem 0;
  }
}
.page01 .mainBox .mainImg .innerImg {
  padding-top: 35%;
}
.page01 .mainBox .imgBox {
  margin-top: 2rem;
  z-index: 3;
}
@media (max-width: 991px) {
  .page01 .mainBox .imgBox {
    margin-top: 1rem;
  }
}
.page01 .mainBox .imgBox .Img .innerImg {
  padding-top: 61.5%;
}
.page01 .mainBox .imgBox .Img .infoImg {
  bottom: 16px;
  right: 16px;
}
@media (max-width: 991px) {
  .page01 .mainBox .imgBox .Img .infoImg {
    bottom: 7px;
    right: 7px;
  }
}
.page01 .mainBox .Txt {
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .page01 .mainBox .Txt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
}
.page01 .mainBox .Txt .tag {
  display: block;
  margin: 0 auto 12px auto;
  width: 220px;
}
@media (max-width: 991px) {
  .page01 .mainBox .Txt .tag {
    width: 180px;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 767px) {
  .page01 .mainBox .Txt .tag {
    width: 100px;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 991px) {
  .page01 .mainBox .Txt h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .page01 .mainBox .Txt p {
    text-align: left;
    margin-left: 10px;
    margin-bottom: 0;
  }
}
.page01 .bottomBox {
  z-index: 3;
}
@media (max-width: 991px) {
  .page01 .bottomBox::after {
    width: 78%;
    left: auto;
    right: 0;
  }
}
.page01 .bottomBox .contentBox {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 991px) {
  .page01 .bottomBox .contentBox {
    justify-content: center;
  }
}
.page01 .bottomBox .contentBox .logo {
  width: 10%;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .page01 .bottomBox .contentBox .logo {
    width: 20%;
    margin-right: 10px;
  }
}
.page01 .bottomBox .contentBox .mainSlogan {
  width: 50%;
}
@media (max-width: 991px) {
  .page01 .bottomBox .contentBox .mainSlogan {
    width: 77%;
  }
}

.page02 {
  padding: 5% 0 0 0;
}
@media (max-width: 991px) {
  .page02 {
    padding: 5% 0;
  }
}
.page02 .mainBox {
  margin: 2rem 0;
}
@media (max-width: 991px) {
  .page02 .mainBox {
    margin: 0;
  }
}
.page02 .mainBox .leftBox {
  margin-bottom: -14%;
}
@media (max-width: 991px) {
  .page02 .mainBox .leftBox {
    margin-bottom: -45%;
  }
}
.page02 .mainBox .leftBox .Txt {
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}
.page02 .mainBox .leftBox .mainImg {
  width: 90%;
  z-index: 3;
}
@media (max-width: 991px) {
  .page02 .mainBox .leftBox .mainImg {
    width: 98%;
  }
}
.page02 .mainBox .leftBox .mainImg .innerImg {
  padding-top: 208%;
}
.page02 .mainBox .leftBox .mainImg .infoImg {
  writing-mode: vertical-lr;
  white-space: nowrap;
  left: 8%;
  bottom: 48%;
}
.page02 .mainBox .leftBox .mainImg .infoImg span {
  writing-mode: horizontal-tb;
}
.page02 .mainBox .rightBox .Txt {
  color: #fff;
}
@media (max-width: 991px) {
  .page02 .mainBox .rightBox .Txt {
    margin-top: 1rem;
  }
}
.page02 .mainBox .rightBox .Img {
  z-index: 4;
}
.page02 .mainBox .rightBox .Img .innerImg {
  padding-top: 82%;
}
@media (max-width: 1500px) {
  .page02 .mainBox .rightBox .Img .innerImg {
    padding-top: 74%;
  }
}
.page02 .mainBox .rightBox .mainImg .innerImg {
  padding-top: 67%;
}
.page02 .mainBox .rightBox .mainSloganMobile {
  width: 85%;
  display: block;
  margin: 1rem auto 0 auto;
}
.page02 .mainBox .bottomBox {
  margin-top: 3rem;
}
@media (max-width: 991px) {
  .page02 .mainBox .bottomBox {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .page02 .mainBox .bottomBox::after {
    width: 78%;
    left: auto;
    right: 0;
    bottom: 5px;
  }
}
.page02 .mainBox .bottomBox .contentBox {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 991px) {
  .page02 .mainBox .bottomBox .contentBox {
    justify-content: start;
  }
}
.page02 .mainBox .bottomBox .contentBox .logo {
  width: 13%;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .page02 .mainBox .bottomBox .contentBox .logo {
    width: 20%;
  }
}
.page02 .mainBox .bottomBox .contentBox .mainSlogan {
  width: 82%;
}

.page03 {
  background: #a3bdb8;
  padding: 5% 0;
}
.page03 .titleBox::after {
  content: "";
  width: 80%;
  height: 8px;
  border-top: 1px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  bottom: 50px;
  left: auto;
  right: 0;
  z-index: 1;
}
@media (max-width: 1700px) {
  .page03 .titleBox::after {
    width: 75%;
  }
}
@media (max-width: 1400px) {
  .page03 .titleBox::after {
    width: 71%;
  }
}
@media (max-width: 1200px) {
  .page03 .titleBox::after {
    width: 66%;
  }
}
@media (max-width: 991px) {
  .page03 .titleBox::after {
    width: 57%;
    height: 6px;
    border-top: 1px solid #fff;
    border-bottom: 2px solid #fff;
    bottom: 42px;
  }
}
@media (max-width: 767px) {
  .page03 .titleBox::after {
    width: 43%;
    bottom: 32px;
  }
}
.page03 .titleBox .title {
  color: #fff;
}
.page03 .titleBox .title h2 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .page03 .titleBox .title h2 {
    font-size: 2rem;
    z-index: 2;
  }
}
.page03 .titleBox .title h3 {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .page03 .titleBox .title h3 {
    font-size: 1rem;
  }
}
.page03 .mainBox {
  padding-bottom: 3rem;
}
@media (max-width: 991px) {
  .page03 .mainBox {
    padding-bottom: 0;
  }
}
.page03 .mainBox::after {
  content: "";
  width: 100%;
  height: 8px;
  border-top: 1px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .page03 .mainBox::after {
    height: 6px;
    border-top: 1px solid #fff;
    border-bottom: 2px solid #fff;
    width: 0;
  }
}
@media (max-width: 991px) {
  .page03 .mainBox .Img {
    width: 85%;
    margin: 0 auto;
  }
}
.page03 .mainBox .Img .innerImg {
  padding-top: 98%;
}
.page03 .mainBox .TxtBox {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 10%;
}
@media (max-width: 1500px) {
  .page03 .mainBox .TxtBox {
    padding-left: 5%;
  }
}
.page03 .mainBox .Txt {
  margin-top: 27%;
}
@media (max-width: 991px) {
  .page03 .mainBox .Txt {
    margin-top: 2rem;
  }
}
.page03 .mainBox .Txt ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 20px;
  color: #231815;
  width: 95%;
}
@media (max-width: 1700px) {
  .page03 .mainBox .Txt ul {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page03 .mainBox .Txt ul {
    gap: 3px;
  }
}
.page03 .mainBox .Txt ul li {
  display: flex;
  align-items: center;
}
@media (max-width: 1500px) {
  .page03 .mainBox .Txt ul li {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .page03 .mainBox .Txt ul li {
    font-size: calc(1.5px + 2vw);
  }
}
.page03 .mainBox .Txt ul li span {
  background: #231815;
  color: #fff;
  padding: 1px 9px 2px 9px;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .page03 .mainBox .Txt ul li span {
    font-size: 7px;
    padding: 1px 4px 1px 4px;
    margin-right: 3px;
  }
}
.page03 .mainBox .Txt ul li small {
  margin-top: 7px;
}
.page03 .mainBox .bottomBox {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .page03 .mainBox .bottomBox {
    margin-top: 1rem;
  }
}
.page03 .mainBox .bottomBox::after {
  width: 0;
}
@media (max-width: 991px) {
  .page03 .mainBox .bottomBox::after {
    width: 77%;
    left: auto;
    right: 0;
    bottom: 0;
    height: 6px;
    border-top: 1px solid #fff;
    border-bottom: 2px solid #fff;
    z-index: 2;
  }
}
.page03 .mainBox .bottomBox .contentBox {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 991px) {
  .page03 .mainBox .bottomBox .contentBox {
    justify-content: center;
  }
}
.page03 .mainBox .bottomBox .contentBox .logo {
  width: 17%;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .page03 .mainBox .bottomBox .contentBox .logo {
    width: 20%;
    margin-right: 10px;
  }
}
.page03 .mainBox .bottomBox .contentBox .mainSlogan {
  width: 80%;
}
@media (max-width: 991px) {
  .page03 .mainBox .bottomBox .contentBox .mainSlogan {
    width: 77%;
  }
}

@media (max-width: 991px) {
  body {
    margin-bottom: 70px;
  }
}/*# sourceMappingURL=style.css.map */