.tit_flex_area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .tit_flex_area {
    display: block;
  }
}
.tit_flex_area .txt_area {
  width: 33.17%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .tit_flex_area .txt_area {
    padding: 10px 0px;
  }
}
@media screen and (max-width: 767px) {
  .tit_flex_area .txt_area {
    width: 100%;
    padding: 20px 0px 30px;
  }
}
.tit_flex_area .txt_area .tit01 {
  width: 100%;
  max-width: 220px;
  margin: 0px auto;
  background: url(../../img/common/bg_tit01.webp) center center no-repeat;
  background-size: 100% 100%;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 22px;
  text-align: center;
  line-height: 1;
  padding: 65px 0px;
}
@media screen and (max-width: 1024px) {
  .tit_flex_area .txt_area .tit01 {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .tit_flex_area .txt_area .tit01 {
    width: 100%;
    max-width: 140px;
    padding: 45px 0px;
    background-size: 100% 100%;
  }
}
.tit_flex_area .txt_area .tit01 b {
  display: block;
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .tit_flex_area .txt_area .tit01 b {
    font-size: 24px;
  }
}
.tit_flex_area .txt_area .tit02 {
  font-size: 48px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .tit_flex_area .txt_area .tit02 {
    font-size: 36px;
  }
}
.tit_flex_area .img_area {
  width: 66.82%;
}
@media screen and (max-width: 767px) {
  .tit_flex_area .img_area {
    width: 100%;
  }
}

.bg_blue {
  background: url(../../img/index/bg01.webp) 0px 0px repeat-y;
  background-size: 100% auto;
  padding: 50px 0px;
  overflow-x: hidden;
}

.bg_gold {
  background: linear-gradient(to right, rgba(233, 230, 235, 0.53), rgba(255, 255, 255, 0.53), rgba(233, 230, 235, 0.53));
  padding: 50px 0px;
  overflow-x: hidden;
}

.bg_com01 {
  background: url(../../img/common/bg_tit04.webp) 0px 0px repeat #f2f7fc;
  text-align: center;
  background-size: 50%;
  padding: 30px 0px;
}
@media screen and (max-width: 767px) {
  .bg_com01 {
    padding: 20px 0px;
  }
}
.bg_com01 p {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .bg_com01 p {
    font-size: 17px;
  }
}

.img_com_flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.img_com_flex .img_area {
  width: 50%;
}
.img_com_flex .tit01 {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 20px;
  text-align: center;
  font-size: 40px;
  letter-spacing: 10px;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .img_com_flex .tit01 {
    font-size: 16px;
    letter-spacing: 5px;
  }
}

.tit_com01 {
  font-size: 26px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tit_com01 {
    font-size: 18px;
  }
}
.tit_com01.-tc {
  text-align: center;
}

.txt_com01 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .txt_com01 {
    font-size: 13px;
  }
}

.txt_com02 {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .txt_com02 {
    font-size: 14px;
  }
}
.txt_com02.-tc {
  text-align: center;
}
.txt_com02.-tc_sp_tl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt_com02.-tc_sp_tl {
    text-align: left;
  }
}

.btn_com01 {
  width: 345px;
  height: 43px;
  background: url(../../img/common/btn_bg01.webp) center center no-repeat;
  background-size: 100% 100%;
  margin: 0px auto;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #211613;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 767px) {
  .btn_com01 {
    width: 52.45vw;
    height: auto;
    aspect-ratio: 345/43;
    font-size: 2.95vw;
  }
}

.btn_com02 {
  width: 400px;
  height: 75px;
  margin: 0px auto;
  background: #f2d6be;
  text-align: center;
  box-sizing: border-box;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .btn_com02 {
    width: calc(100% - 40px);
    margin: 0px auto;
    height: auto;
  }
}
.btn_com02 span {
  border: 1px solid #7a6a56;
  color: #7a6a56;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
@media screen and (max-width: 820px) {
  .btn_com02 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .btn_com02 span {
    font-size: 16px;
    padding: 10px 0;
    height: auto;
  }
}
.btn_com02.-blue {
  background-color: #08678f;
}

.contents_wrap {
  margin-top: 90px;
}
@media screen and (max-width: 820px) {
  .contents_wrap {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .contents_wrap {
    margin-top: 55px;
  }
}

.contents_in {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
}
@media screen and (max-width: 1024px) {
  .contents_in {
    width: calc(100% - 40px);
  }
}

.caption {
  font-size: 11px;
}

.caption_area {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  padding: 35px 0;
}
@media screen and (max-width: 1024px) {
  .caption_area {
    width: calc(100% - 40px);
  }
}
.caption_area p {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .caption_area p {
    font-size: 10px;
  }
}

.btn_ptop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 34px;
  height: 34px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .btn_ptop {
    bottom: 50px;
    width: 30px;
    height: 30px;
  }
}