/*  greeting2026
----------------------------------- */
#greeting2026 #mainTit {
  z-index: 12;
}
#greeting2026 #mainTit::before {
  background: #FFE3EB;
}
#greeting2026 .titWrap::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 114px;
  background: url(../img/greeting2026/main_sp.png) no-repeat center center;
  background-size: contain;
}
@media all and (min-width: 600px) {
  #greeting2026 .titWrap::before {
    right: -410px;
    width: 1320px;
    height: 500px;
    background-image: url(../img/greeting2026/main_pc.png);
    z-index: 2;
  }
}

@media screen and (min-width: 1024px) {
  .u-view-under-medium {
    display: none !important;
  }
}
@media not screen and (min-width: 1024px) {
  .u-view-upper-large {
    display: none !important;
  }
}
/*  p-greeting__bg
---------------------------------------- */
.p-greeting {
  position: relative;
}

.p-greeting .p-greeting__bg-top {
  position: absolute;
  top: 10px;
  left: -10px;
  width: 60%;
  z-index: -1;
}

.p-greeting .p-greeting__bg-bottom {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 70%;
  z-index: -1;
}

@media all and (min-width: 600px) {
  .p-greeting .p-greeting__bg-top {
    position: absolute;
    left: -20px;
    width: 35vw;
    z-index: -1;
  }
  .p-greeting .p-greeting__bg-bottom {
    position: absolute;
    bottom: -84px;
    right: 0;
    width: 27vw;
  }
}
/*  p-greeting-body
---------------------------------------- */
.p-greeting-body {
  padding: 40% 0 215px;
}

.p-greeting-body .p-greeting-body__lead {
  width: min(100%, 530px);
  margin: 0 auto 40px;
}

.p-greeting-body .p-greeting-body__lead img {
  width: 100%;
}

.p-greeting-body .p-greeting-body__head {
  text-align: center;
  font-family: "Noto Serif Japanese", serif;
  font-weight: 700;
}

.p-greeting-body .p-greeting-body__txt {
  margin-bottom: 16px;
  font-size: 1.6rem;
}

.p-greeting-body .p-greeting-body__title {
  font-size: 2.8rem;
  text-align: center;
}

.p-greeting-body .p-greeting-body__copy {
  margin-top: 3px;
  font-size: 1.6rem;
}

.p-greeting-body .p-greeting-body__container {
  margin-top: 40px;
  padding: 0 20px;
}

.p-greeting-body .p-greeting-body__contents:nth-child(n+2) {
  margin-top: 40px;
}

.p-greeting-body .p-greeting-body__contents-title {
  margin-bottom: 25px;
  font-size: 1.9rem;
  font-family: "Noto Serif Japanese", serif;
  font-weight: 700;
}

.p-greeting-body .p-greeting-body__contents-txt + .p-greeting-body__contents-txt {
  margin-top: 40px;
}

.p-greeting-body .p-greeting-body__sign {
  width: 118px;
  margin: 40px auto 0;
}

.p-greeting-body .p-greeting-body__sign-name {
  text-align: center;
  margin-top: 15px;
  font-size: 1.5rem;
  font-family: "Noto Serif Japanese", serif;
  font-weight: 700;
}

.p-greeting__line {
  z-index: -1;
  position: relative;
  width: 100%;
  height: 4px;
  margin-top: 80px;
  background: url(../img/greeting2026/img-line.png) no-repeat center center;
  background-size: contain;
}

.p-greeting__present {
  margin-top: 80px;
  padding: 50px 40px;
  background: #F9F9F9;
}

.p-greeting__present-title {
  position: relative;
  margin-bottom: 30px;
  padding-left: 35px;
  font-size: 2rem;
  font-family: "Noto Serif Japanese", serif;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.p-greeting__present-title::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 2px;
  background: #DE4775;
}

.p-greeting__present-table table {
  border: 1px solid #CDCDCD;
}

.p-greeting__present-table th {
  display: block;
  padding: 24px 32px;
  background: #FEEFF3;
  border-bottom: 1px solid #CDCDCD;
  text-align: left;
  font-weight: 400;
}

.p-greeting__present-table td {
  display: block;
  padding: 24px 32px;
  background: #FFF;
}

.p-greeting__present-table tr:nth-child(n+2) {
  border-top: 1px solid #CDCDCD;
}

.p-greeting__present-btnWrap {
  margin-top: 54px;
}

.p-greeting__present-btn {
  margin-top: 54px;
}

.p-greeting__present-btn a {
  position: relative;
  padding: 15px 0;
  text-align: center;
  border-radius: 30px;
  background: #de4775;
  color: #fff;
  font-size: 1.3rem;
}

.p-greeting__present-btn a::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 7px;
  background: url(../img/common/ico_arrow01.png) no-repeat center top;
  background-size: contain;
}

@media all and (min-width: 600px) {
  .p-greeting-body {
    padding: 180px 80px 130px;
  }
  .p-greeting-body .p-greeting-body__lead {
    width: min(100%, 50vw);
    min-width: 690px;
    margin: 0 auto 100px;
  }
  .p-greeting-body .p-greeting-body__head {
    text-align: center;
    font-family: "Noto Serif Japanese", serif;
    font-weight: 700;
    letter-spacing: 0.06em;
  }
  .p-greeting-body .p-greeting-body__txt {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .p-greeting-body .p-greeting-body__title {
    font-size: 4rem;
  }
  .p-greeting-body .p-greeting-body__copy {
    font-size: 2rem;
  }
  .p-greeting-body .p-greeting-body__container {
    margin-top: 95px;
    padding: 0;
  }
  .p-greeting-body__contents {
    width: 730px;
    margin: 0 auto;
  }
  .p-greeting-body .p-greeting-body__contents:nth-child(n+2) {
    margin-top: 53px;
  }
  .p-greeting-body .p-greeting-body__contents-title {
    margin-bottom: 18px;
    font-size: 2rem;
    font-family: "Noto Serif Japanese", serif;
    font-weight: 700;
    letter-spacing: 0.06em;
  }
  .p-greeting-body .p-greeting-body__contents-txt {
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .p-greeting-body .p-greeting-body__sign {
    width: 237px;
    margin: 85px auto 0;
  }
  .p-greeting-body .p-greeting-body__sign-name {
    text-align: center;
    margin-top: 20px;
    font-size: 1.6rem;
    font-family: "Noto Serif Japanese", serif;
    font-weight: 700;
  }
  .p-greeting__line {
    margin-top: 100px;
    margin-inline: auto;
    width: min(100%, 50vw);
    min-width: 690px;
    background: url(../img/greeting2026/img-line.png) no-repeat center center;
    background-size: contain;
  }
  .p-greeting__present {
    margin-top: 100px;
    padding: 60px 80px;
  }
  .p-greeting__present-title {
    margin-bottom: 23px;
    padding-left: 40px;
    font-size: 2.8rem;
  }
  .p-greeting__present-title::after {
    top: 17px;
  }
  .p-greeting__present-table th {
    display: table-cell;
    border-right: 1px solid #CDCDCD;
  }
  .p-greeting__present-table td {
    display: table-cell;
  }
  .p-greeting__present-btnWrap {
    text-align: center;
    margin-top: 32px;
  }
  .p-greeting__present-btn {
    margin-top: 32px;
    width: min(100%, 300px);
    margin-inline: auto;
  }
  .p-greeting__present-btn a {
    padding: 21px 0;
    font-size: 1.7rem;
    border-radius: 50px;
  }
  .p-greeting__present-btn a::before {
    right: 30px;
  }
  .p-greeting__present-btn a:hover {
    opacity: 1;
    background: #cb124a;
  }
  .p-greeting__present-btn a:hover:before {
    animation-name: ArrowRight;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}/*# sourceMappingURL=greeting2026.css.map */