/* default settings */
@import url("https://fonts.googleapis.com/css2?family=Tenor+Sans&family=Zen+Old+Mincho:wght@400;700&display=swap");
/* CUSTOM STYLES */
/* =================================================================== */
.l-anniversary-detail {
  width: 56.25rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-anniversary-detail {
    width: 100%;
    padding: 0 2.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.page-anniversary-detail {
  background-color: #FFE6F5;
}

.anniversary-detail .detail-kv {
  position: relative;
  z-index: 2;
}
.anniversary-detail .detail-kv__img {
  width: 53.1%;
}
@media (max-width: 767px) {
  .anniversary-detail .detail-kv__img {
    width: 100%;
  }
}
.anniversary-detail .detail-kv__img img {
  width: 100%;
}
.anniversary-detail .detail-kv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .anniversary-detail .detail-kv__content {
    display: block;
  }
}
.anniversary-detail .detail-kv__txt {
  width: 23.125rem;
  margin-left: 2.5625rem;
  padding-bottom: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 21.6875rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .anniversary-detail .detail-kv__txt {
    width: 100%;
    margin-top: 0rem;
    margin-left: 0;
    padding: 4.1875rem 2.5rem 0;
  }
}
.anniversary-detail .detail-kv__ttl {
  text-align: right;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .anniversary-detail .detail-kv__ttl {
    text-align: left;
    margin-bottom: 0.9375rem;
  }
}
.anniversary-detail .detail-kv__number {
  font-size: 4.8125rem;
  line-height: 1;
  color: #1E3282;
  font-family: "Tenor Sans", sans-serif;
  display: block;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .anniversary-detail .detail-kv__number {
    font-size: 2.75rem;
    margin-bottom: 0.875rem;
  }
}
.anniversary-detail .detail-kv__number i {
  font-style: normal;
  font-size: 3.6875rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .anniversary-detail .detail-kv__number i {
    font-size: 2.125rem;
  }
}
.anniversary-detail .detail-kv__main {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1E3282;
  font-family: "Zen Old Mincho", serif;
  display: block;
}
@media (max-width: 767px) {
  .anniversary-detail .detail-kv__main {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.anniversary-detail .detail-kv__text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #1E3282;
}
@media (max-width: 767px) {
  .anniversary-detail .detail-kv__text {
    font-size: 0.875rem;
    line-height: 1.6428571429;
  }
}
.anniversary-detail .detail-kv-back {
  width: 2.5rem;
  display: none;
}
@media (max-width: 767px) {
  .anniversary-detail .detail-kv-back {
    display: block;
    position: absolute;
    z-index: 2;
    top: 1.625rem;
    left: 0.9375rem;
  }
}
.anniversary-detail .detail-kv-back img {
  width: 100%;
}

.detail-sec1 {
  padding-top: 12.3125rem;
  background-color: #E6EBFF;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .detail-sec1 {
    padding-top: 2.125rem;
  }
}
.detail-sec1:before {
  content: "";
  position: absolute;
  top: -12.5rem;
  left: 0;
  right: 0;
  height: 28.125rem;
  background: url("../img/anniversary/detail/bg_linear1.jpg") no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
@media (max-width: 767px) {
  .detail-sec1:before {
    top: -14.9375rem;
  }
}
.detail-sec1:after {
  content: "";
  position: absolute;
  bottom: -27.625rem;
  left: 0;
  right: 0;
  height: 28.125rem;
  background: url("../img/anniversary/detail/bg_linear2.jpg") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.detail-sec1 .l-anniversary-detail {
  position: relative;
  z-index: 1;
}
.detail-sec1 .bg-fixed {
  z-index: 0;
  background: url("../img/anniversary/detail/bgd-main.png") no-repeat center center/100% auto;
  position: fixed;
  top: 7.125rem;
  left: 50%;
  width: 71.6875rem;
  height: 97.125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -0.6875rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .detail-sec1 .bg-fixed {
    width: 100%;
    height: 70.25rem;
    background: url("../img/anniversary/detail/bgd-main-sp.png") no-repeat top center/100% auto;
    margin-left: 0;
    top: -15.25rem;
    position: absolute;
  }
}
.detail-sec1 .c-imgtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .detail-sec1 .c-imgtxt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.detail-sec1 .c-imgtxt__img {
  width: 50%;
}
@media (max-width: 767px) {
  .detail-sec1 .c-imgtxt__img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .detail-sec1 .c-imgtxt__img + .c-imgtxt__text {
    margin-top: 0.625rem;
  }
}
.detail-sec1 .c-imgtxt__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.3125rem 0 1.6875rem 1.8125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .detail-sec1 .c-imgtxt__txt {
    display: block;
    padding: 0.9375rem 0 0;
  }
}
.detail-sec1 .c-imgtxt__ttl {
  font-size: 1.875rem;
  line-height: 1.2;
  color: #1E3282;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  text-align: right;
  letter-spacing: 0.1em;
  margin-bottom: 2.8125rem;
}
@media (max-width: 767px) {
  .detail-sec1 .c-imgtxt__ttl {
    font-size: 1.25rem;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 2.375rem;
  }
}
.detail-sec1 .c-imgtxt__text {
  font-size: 1rem;
  line-height: 1.5;
  color: #1E3282;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-right: 0.1875rem;
}
@media (max-width: 767px) {
  .detail-sec1 .c-imgtxt__text {
    font-size: 0.875rem;
    line-height: 1.6428571429;
    padding-right: 0;
  }
}
.detail-sec1 .c-imgtxt__text + .c-imgtxt__text {
  margin-top: 2rem;
}
.detail-sec1 .c-imgtxt.style1 .c-imgtxt__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 767px) {
  .detail-sec1 .c-imgtxt.style1 .c-imgtxt__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.detail-sec1 .c-imgtxt.style1 .c-imgtxt__txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0.1875rem 1.75rem 0.25rem 0;
}
@media (max-width: 767px) {
  .detail-sec1 .c-imgtxt.style1 .c-imgtxt__txt {
    padding: 1rem 0 1rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.detail-sec1 .c-imgtxt.style1 .c-imgtxt__ttl {
  text-align: left;
}
.detail-sec1 .c-imgtxt.style1 .c-imgtxt__text {
  padding-right: 0.9375rem;
}
@media (max-width: 767px) {
  .detail-sec1 .c-imgtxt.style1 .c-imgtxt__text {
    padding-right: 0;
  }
}
.detail-sec1 .c-imgtxt + .c-imgtxt {
  margin-top: 4.0625rem;
}
@media (max-width: 767px) {
  .detail-sec1 .c-imgtxt + .c-imgtxt {
    margin-top: 2.0625rem;
  }
}
.detail-sec1 .text-cooming {
  font-size: 1rem;
  line-height: 1.5;
  color: #1E3282;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 2.75rem 0 13.4375rem;
}
@media (max-width: 767px) {
  .detail-sec1 .text-cooming {
    font-size: 0.875rem;
    line-height: 1.6428571429;
    margin: 2rem 0 -0.4375rem;
  }
}
.detail-sec1 .slide02 {
  margin: 1.5625rem auto 0;
}
@media (max-width: 767px) {
  .detail-sec1 .slide02 {
    width: calc(100% + 5rem);
    overflow: hidden;
    margin: 0.75rem -2.5rem 0;
  }
}
@media (min-width: 768px) {
  .detail-sec1 .slide02 .splide {
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .detail-sec1 .slide02 .splide {
    margin: 0 -2.8125rem;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .detail-sec1 .slide02 .splide__slide {
    width: 17.9375rem;
    margin-right: 1.1875rem;
  }
  .detail-sec1 .slide02 .splide__slide:nth-child(3n) {
    margin-right: 0;
  }
  .detail-sec1 .slide02 .splide__slide a {
    display: block;
    width: 100%;
  }
  .detail-sec1 .slide02 .splide__slide a img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .detail-sec1 .slide02 .splide__slide {
    padding: 0 0.3125rem;
  }
}
.detail-sec1 .slide02__link {
  text-decoration: none;
}
.detail-sec1 .slide02__img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detail-sec1 .slide02__txt {
  padding-top: 0.1875rem;
}
@media (max-width: 767px) {
  .detail-sec1 .slide02__txt {
    padding-top: 0.3125rem;
  }
}
.detail-sec1 .slide02__name {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  color: #1E3282;
  font-weight: 600;
}
@media (max-width: 767px) {
  .detail-sec1 .slide02__name {
    font-size: 0.625rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
}
.detail-sec1 .slide02__text {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  color: #1E3282;
  font-weight: 600;
  margin-top: 0.625rem;
}
@media (max-width: 767px) {
  .detail-sec1 .slide02__text {
    font-size: 0.75rem;
    line-height: 1.3333333333;
    margin-top: 0.3125rem;
  }
}
.detail-sec1 .recommended {
  margin-top: 5.6875rem;
}
@media (max-width: 767px) {
  .detail-sec1 .recommended {
    margin-top: 4.75rem;
  }
}
.detail-sec1 .recommended__ttl img {
  width: 23.125rem;
}
@media (max-width: 767px) {
  .detail-sec1 .recommended__ttl img {
    width: 16.3125rem;
  }
}

.top2 {
  position: relative;
  z-index: 1;
  padding: 6.1875rem 0 0;
}
@media (min-width: 768px) {
  .top2 {
    padding: 8rem 0 0;
    overflow: visible;
    position: static;
  }
}
.top2 .l-wrap {
  max-width: 100%;
}
.top2__ttl {
  text-align: center;
  margin-top: 3.9375rem;
}
@media (max-width: 767px) {
  .top2__ttl {
    margin-top: 2.625rem;
  }
}
.top2__ttl img {
  width: 14.5rem;
}
@media (min-width: 768px) {
  .top2__ttl img {
    width: 17.1875rem;
  }
}
.top2__ttl2 {
  text-align: center;
}
.top2__ttl2 img {
  width: 15.875rem;
}
@media (max-width: 767px) {
  .top2__ttl2 img {
    width: 11.25rem;
  }
}
.top2__text {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1E3282;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  margin-top: 0.9375rem;
}
@media (max-width: 767px) {
  .top2__text {
    margin-top: 0.8125rem;
  }
}
.top2-cont {
  border-top: 1px solid #1E3282;
  padding: 6.125rem 0 2.125rem;
  position: relative;
}
@media (min-width: 768px) {
  .top2-cont {
    padding: 7.5rem 0 0.625rem;
  }
}
.top2__letter {
  position: relative;
}
.top2__letter__img {
  text-align: center;
  padding-left: 1.6875rem;
  margin-top: -7.0625rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .top2__letter__img {
    padding-left: 0;
    margin-top: -4.5rem;
  }
}
.top2__letter__img img {
  width: 56rem;
}
@media (max-width: 767px) {
  .top2__letter__img img {
    width: 100%;
  }
}
.top2__letter .btn1 {
  margin-top: -0.125rem;
}
@media (max-width: 767px) {
  .top2__letter .btn1 {
    margin-top: 0.25rem;
  }
}
.top2__letter .btn1__main {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.top2 .btn-back {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.1111111111;
}
@media (max-width: 767px) {
  .top2 .btn-back {
    margin-top: 2.5rem;
    font-size: 0.875rem;
  }
}
.top2 .btn-back a {
  position: relative;
  text-decoration: none;
  color: #1E3282;
  display: inline-block;
  padding-left: 1.125rem;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .top2 .btn-back a:hover::before {
    -webkit-animation: arrowmcolum-new 0.5s normal forwards;
            animation: arrowmcolum-new 0.5s normal forwards;
  }
}
.top2 .btn-back a::before {
  background: url("../img/anniversary/detail/arrow-ico.svg") no-repeat center center/100% auto;
  width: 0.4375rem;
  height: 0.875rem;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top2 .btn-back a::before {
    left: 0.125rem;
  }
}

.top3 {
  padding-bottom: 4.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #1E3282;
  padding-top: 7.4375rem;
  margin-top: 7.375rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top3 {
    padding-bottom: 6.25rem;
    padding-top: 6.125rem;
    margin-top: 4.0625rem;
  }
}
.top3__ttl {
  text-align: center;
}
.top3__ttl img {
  width: 7rem;
}
@media (max-width: 767px) {
  .top3__ttl img {
    width: 4.75rem;
  }
}
.top3__banner {
  text-align: center;
  margin: 3.3125rem auto 0;
  line-height: 0;
  width: 18.75rem;
}
@media (min-width: 768px) {
  .top3__banner {
    margin: 3.3125rem auto 0;
    width: 59rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top3__banner a {
  display: inline-block;
  width: 18.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .top3__banner a {
    margin-bottom: 1.875rem;
    margin-right: 1.875rem;
  }
  .top3__banner a:nth-child(2n), .top3__banner a:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .top3__banner a + a {
    margin-top: 1.375rem;
  }
}
.top3__banner a img {
  width: 100%;
}