.underTopWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

h1,
h2,
h3,
p {
  letter-spacing: 0.08em;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 414px) {
  html .br414 {
    display: none;
  }
}
@media (min-width: 768px) {
  html .br768 {
    display: none;
  }
}
@media (min-width: 1024px) {
  html .br1024 {
    display: none;
  }
}
@media (min-width: 1280px) {
  html .br1280 {
    display: none;
  }
}
.br1280Block {
  display: none;
}
@media (min-width: 1280px) {
  .br1280Block {
    display: block;
  }
}

.radiusImg {
  border-radius: 8px;
}

.radiusImg15 {
  border-radius: 15px;
}

.commonImg {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  transition: all 0.4s ease-in-out;
}

.h2TitX {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  flex-flow: initial;
  align-items: center;
  flex-flow: column;
}
.h2TitX .titImgBox {
  position: relative;
  width: 5.5%;
  min-width: 30px;
  height: 4%;
  z-index: 5;
}
.h2TitX .filterTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font: normal 700 42px/50px "Montserrat", sans-serif;
  color: #333;
  letter-spacing: -0.08em;
  background: linear-gradient(90deg, #F1F1F1, #F1F1F1 30%, #F1F1F1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .h2TitX .filterTxt {
    font-size: 120px;
    line-height: 120px;
  }
}
@media (min-width: 1300px) {
  .h2TitX .filterTxt {
    font-size: 150px;
    line-height: 182.85px;
  }
}
.h2TitX .jpTit,
.h2TitX .enTit {
  position: relative;
  z-index: 5;
}
.h2TitX .jpTit {
  letter-spacing: 0.04em;
  font: normal 500 18px/26.06px "Noto Sans JP", sans-serif;
  color: #333;
  color: #1A1A1A;
}
@media (min-width: 1024px) {
  .h2TitX .jpTit {
    font-size: 32px;
    line-height: 46.34px;
  }
}
.h2TitX .enTit {
  position: relative;
  font: normal 600 13px/19.5px "Montserrat", sans-serif;
  color: #9F0D0D;
  letter-spacing: 0.16em;
}
@media (min-width: 1024px) {
  .h2TitX .enTit {
    font-size: 16px;
    line-height: 19.5px;
  }
}
.h2TitX .jpTit.textWight,
.h2TitX .enTit.textWight {
  color: #fff;
  margin-top: 0;
}
.h2TitX .h2ImgBox {
  width: 34px;
  height: 6px;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .h2TitX .h2ImgBox {
    margin-top: 20px;
  }
}

.h3TitX {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  row-gap: 10px;
}
.h3TitX .jpTit {
  font: normal 500 18px/28px "Noto Sans JP", sans-serif;
  color: #1A1A1A;
}
@media (min-width: 1024px) {
  .h3TitX .jpTit {
    font-size: 24px;
    line-height: 34.75px;
  }
}

.commLink {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 278px;
  height: 50px;
  border-radius: 60px;
  border: 1px solid #9F0D0D;
  background: #9F0D0D;
  overflow: hidden;
  transition: 0.3s;
}
.commLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 80px;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.commLink:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.commLink:hover .commLinkTxt {
  color: #9F0D0D;
  z-index: 5;
}
.commLink:hover .noHover {
  opacity: 0;
}
.commLink:hover .hover {
  opacity: 1;
}
.commLink .commonImg {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 0.3s;
}
.commLink .noHover {
  opacity: 1;
}
.commLink .hover {
  opacity: 0;
}
.commLink .commLinkTxt {
  position: relative;
  display: inline-block;
  font: normal 500 14px/20.27px "Noto Sans JP", sans-serif;
  color: #FFF;
  text-align: center;
  z-index: 5;
}

.commLink.commLinkYellow {
  border: 1px solid #C5963A;
  background: #C5963A;
}
.commLink.commLinkYellow:hover .commLinkTxt {
  color: #C5963A;
}

.underTopWrap {
  overflow: initial;
}
.underTopWrap .FVImg {
  position: relative;
  width: 100%;
  height: 350px;
  margin-top: 66px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .underTopWrap .FVImg {
    height: 400px;
  }
}
@media (min-width: 1300px) {
  .underTopWrap .FVImg {
    margin-top: 90px;
  }
}
.underTopWrap .FVImg .backBgc {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  transition: all 0.4s ease-in-out;
}
.underTopWrap .h1TitBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}
@media (min-width: 768px) {
  .underTopWrap .h1TitBox {
    text-align: left;
    width: fit-content;
  }
}
.underTopWrap .h1TitBox .jpTit {
  font: normal 500 16px/24px "Noto Sans JP", sans-serif;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px) {
  .underTopWrap .h1TitBox .jpTit {
    font-size: 32px;
    line-height: 46.34px;
  }
}
.underTopWrap .h1TitBox .enTit {
  font: normal 700 16px/28px "Montserrat", sans-serif;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.16em;
}
@media (min-width: 1024px) {
  .underTopWrap .h1TitBox .enTit {
    font-size: 16px;
    line-height: 19.5px;
  }
}
.underTopWrap .fvBg {
  position: absolute;
  display: none;
  left: 2.5%;
  bottom: -26px;
  width: 275px;
  height: 211px;
}
@media (min-width: 768px) {
  .underTopWrap .fvBg {
    display: block;
    width: 275px;
    height: 211px;
  }
}
@media (min-width: 1200px) {
  .underTopWrap .fvBg {
    width: 275px;
    height: 211px;
  }
}
@media (min-width: 1400px) {
  .underTopWrap .fvBg {
    width: 396px;
    height: 311px;
  }
}

.sectionTitBox {
  text-align: center;
}
.sectionTitBox .enTit {
  font: normal 600 24px/32px "Montserrat", sans-serif;
  color: #333;
  background: linear-gradient(90deg, #B99777, #B99777 30%, #B99777);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.08em;
}
@media (min-width: 1024px) {
  .sectionTitBox .enTit {
    font-size: 46px;
    line-height: 60px;
  }
}
.sectionTitBox .jpTit {
  font: normal 500 16px/24px "Noto Sans JP", sans-serif;
  color: #333;
  background: linear-gradient(90deg, #B99777, #B99777 30%, #B99777);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  letter-spacing: 0.13em;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .sectionTitBox .jpTit {
    font-size: 17px;
    line-height: 24.62px;
  }
}

.bgGray {
  background: #F1F1F1;
}/*# sourceMappingURL=common.css.map */