/* default settings */
@import url("https://fonts.googleapis.com/css2?family=Tenor+Sans&family=Zen+Old+Mincho:wght@400;700&display=swap");
/* CUSTOM STYLES */
/* =================================================================== */
.fnt-tenor {
  font-family: "Tenor Sans", sans-serif;
}

.fnt-zen {
  font-family: "Zen Old Mincho", serif;
}

@-webkit-keyframes ovan-anim {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes ovan-anim {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
body {
  position: relative;
  background: #ffe6f5;
}
@media (max-width: 767px) {
  body {
    letter-spacing: 0;
  }
}
body a {
  text-decoration: none;
  color: #1e3282;
}
@media (min-width: 768px) {
  body a:hover img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  body a:hover {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0.7 !important;
  }
}
body .l-inner {
  width: 100%;
  max-width: 62.875rem;
  padding: 0 1rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .kv {
  min-height: 40.625rem;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .kv {
    width: 100%;
    min-height: auto;
    height: auto;
    padding-bottom: 3.125rem;
  }
}
body .kv .l-inner {
  position: relative;
  z-index: 1;
  text-align: right;
  padding-top: 24.25rem;
}
@media (max-width: 767px) {
  body .kv .l-inner {
    padding-top: 28.875rem;
  }
}
body .kv__photo {
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0rem;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  body .kv__photo {
    background: url("/anniversary/img/anniversary/kv_sp.png") bottom right no-repeat;
    background-size: cover;
    right: 0;
    bottom: auto;
    height: 30rem;
  }
}
body .kv__photo__img {
  width: 70.25rem;
  margin-left: -8.75rem;
}
@media (max-width: 767px) {
  body .kv__photo__img {
    display: none;
  }
}
body .kv__flower {
  position: absolute;
  right: -2.625rem;
  top: 17%;
  width: 17.5rem;
  height: 15.5rem;
  background: url("/anniversary/img/anniversary/kv_flower.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  body .kv__flower {
    right: auto;
    left: -0.125rem;
    bottom: -5.375rem;
    width: 15.25rem;
    height: 12.4375rem;
    background: url("/anniversary/img/anniversary/kv_flower_sp.png") center no-repeat;
    background-size: 100% 100%;
    top: auto;
  }
}
body .kv__content {
  position: relative;
  padding-right: 2.5rem;
  opacity: 0;
}
@media (max-width: 767px) {
  body .kv__content {
    padding-right: 0;
  }
}
body .kv__content:before {
  content: "";
  position: absolute;
  top: -6.75rem;
  right: -2.5rem;
  width: 5rem;
  height: 4.125rem;
  background: url("/anniversary/img/anniversary/kv_deco.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  body .kv__content:before {
    top: -6.25rem;
    right: 1rem;
    width: 4.0625rem;
    height: 3.3125rem;
  }
}
body .kv__ttl {
  font-size: 2.5rem;
  line-height: 3.3125rem;
  margin-bottom: 0.75rem;
  letter-spacing: -0.03em;
  font-weight: 400;
}
@media (max-width: 767px) {
  body .kv__ttl {
    font-size: 2.125rem;
    line-height: 2.125rem;
    margin-bottom: 1rem;
  }
}
body .kv__desc {
  font-size: 1rem;
  line-height: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: -0.3125rem;
}
@media (max-width: 767px) {
  body .kv__desc {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-right: 0;
  }
}
body #sec1 {
  padding: 11.5625rem 0 7.625rem;
  position: relative;
  background: #e6ebff;
  border-bottom: 1px solid #1e3282;
  z-index: 1;
}
@media (max-width: 767px) {
  body #sec1 {
    padding-top: 3.1875rem;
    padding-bottom: 5.75rem;
  }
}
body #sec1 .l-inner {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  body #sec1 .l-inner {
    padding: 0;
  }
}
body #sec1:before {
  content: "";
  position: absolute;
  top: -12.5rem;
  left: 0;
  right: 0;
  height: 28.125rem;
  background: url("/anniversary/img/anniversary/bg_linear1.jpg") no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  body #sec1:before {
    top: -14.9375rem;
  }
}
body #sec1:after {
  content: "";
  position: absolute;
  bottom: -7.625rem;
  left: 0;
  right: 0;
  height: 28.125rem;
  background: url("/anniversary/img/anniversary/bg_linear2.jpg") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
body #sec1 h2 {
  text-align: center;
  margin-bottom: 4.125rem;
}
@media (max-width: 767px) {
  body #sec1 h2 {
    margin-bottom: 4.8125rem;
  }
}
body #sec1 h2 img {
  width: 21.125rem;
}
@media (max-width: 767px) {
  body #sec1 h2 img {
    width: 14.5rem;
  }
}
body #sec1 .list-item.comming-soon {
  padding-bottom: 0.4375rem;
}
@media (min-width: 768px) {
  body #sec1 .list-item.comming-soon .photo {
    margin-left: 0 !important;
    width: 36.5625rem;
    padding-left: 1.8125rem;
  }
}
@media (max-width: 767px) {
  body #sec1 .list-item.comming-soon .photo {
    text-align: right;
    width: 16.375rem;
    padding-left: 0.9375rem;
  }
}
@media (max-width: 767px) {
  body #sec1 .list-item.comming-soon .photo img {
    margin-left: 0 !important;
    width: 100%;
  }
}
@media (min-width: 768px) {
  body #sec1 .list-item.comming-soon .item.item1 .content:before {
    width: 11.375rem;
    height: 26.625rem;
  }
}
body #sec1 .list-item.comming-soon .comming-soon__text {
  font-size: 2.25rem;
  line-height: 1;
  font-family: "Tenor Sans", sans-serif;
  color: #1E3282;
  position: relative;
  margin-top: 1.75rem;
  padding-top: 4.6875rem;
  text-align: center;
}
@media (max-width: 767px) {
  body #sec1 .list-item.comming-soon .comming-soon__text {
    font-size: 1.25rem;
    margin-top: 0.25rem;
    padding-top: 2.5625rem;
  }
}
body #sec1 .list-item.comming-soon .comming-soon__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.375rem;
  height: 3.375rem;
  background: url("/anniversary/img/anniversary/comming-soon.svg") no-repeat center;
  background-size: 100% 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  body #sec1 .list-item.comming-soon .comming-soon__text::before {
    width: 0.1875rem;
    height: 1.8125rem;
    background: url("/anniversary/img/anniversary/comming-soon-sp.png") no-repeat center;
    background-size: 100% 100%;
  }
}
body #sec1 .list-item.comming-soon .comming-soon__text::after {
  content: "";
  position: absolute;
  bottom: -5.75rem;
  left: -0.6875rem;
  width: 22.25rem;
  height: 12.625rem;
  background: url("/anniversary/img/anniversary/comming-soon-ico.png") no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  body #sec1 .list-item.comming-soon .comming-soon__text::after {
    content: none;
  }
}
body #sec1 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) and (hover: hover) {
  body #sec1 .item:hover {
    opacity: 1 !important;
  }
  body #sec1 .item:hover .photo img {
    opacity: 1 !important;
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  body #sec1 .item:hover .item__text:before {
    -webkit-transform: translate(0, -50%) scale(1.3);
            transform: translate(0, -50%) scale(1.3);
  }
}
body #sec1 .item + .item {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  body #sec1 .item + .item {
    margin-top: 3.375rem;
  }
}
body #sec1 .item .photo {
  width: 33.875rem;
  position: relative;
}
@media (max-width: 767px) {
  body #sec1 .item .photo {
    width: 13.5625rem;
  }
  body #sec1 .item .photo > span {
    display: block;
    overflow: hidden;
  }
}
body #sec1 .item .photo img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media (min-width: 768px) {
  body #sec1 .item .photo > span {
    border-radius: 10.625rem;
    overflow: hidden;
    display: block;
    width: 100%;
    line-height: 0;
  }
}
body #sec1 .item__index {
  position: absolute;
  top: -1.0625rem;
  font-size: 4.9375rem;
  line-height: 6.375rem;
  letter-spacing: -0.03em;
  z-index: -1;
}
body #sec1 .item__index span {
  font-size: 3.6875rem;
}
@media (max-width: 767px) {
  body #sec1 .item__index {
    top: -0.9375rem;
    font-size: 2.75rem;
    line-height: 3.875rem;
  }
  body #sec1 .item__index span {
    font-size: 2.125rem;
  }
}
body #sec1 .item__ttl {
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 2.25rem;
  margin-bottom: 2.125rem;
}
@media (min-width: 768px) {
  body #sec1 .item__ttl {
    margin-right: -5rem;
  }
}
@media (max-width: 767px) {
  body #sec1 .item__ttl {
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
body #sec1 .item__text {
  line-height: 1.875rem;
  display: inline-block;
  position: relative;
}
body #sec1 .item__text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1.25rem);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 2.5625rem;
  height: 2.5625rem;
  background: url("/anniversary/img/anniversary/icon-play.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  background-color: #1E3282;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media (max-width: 767px) {
  body #sec1 .item__text:before {
    left: calc(100% + 0.4375rem);
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
@media (max-width: 767px) {
  body #sec1 .item__text {
    line-height: 1.0625rem;
  }
}
body #sec1 .item__text span {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  background: #fff;
  padding: 0 0.3125rem;
}
@media (max-width: 767px) {
  body #sec1 .item__text span {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0;
    padding: 0.0625rem 0.1875rem;
    display: inline-block;
    height: 0.9375rem;
    min-width: 5.25rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  body #sec1 .item__text span {
    min-width: 9.8125rem;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  body #sec1 .item__text span.--pdr2 {
    padding-right: 0.5rem;
  }
}
body #sec1 .item__text span.--font2 {
  font-size: 1.3125rem;
}
@media (max-width: 767px) {
  body #sec1 .item__text span.--font2 {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  body #sec1 .item__text span:last-child {
    margin-top: 0.125rem;
  }
}
body #sec1 .item .content {
  width: calc(100% - 33.875rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767px) {
  body #sec1 .item .content {
    width: calc(100% - 13.5625rem);
  }
}
body #sec1 .item:nth-child(2n+1) .photo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: -5.125rem;
}
@media (max-width: 767px) {
  body #sec1 .item:nth-child(2n+1) .photo {
    margin-left: 0rem;
  }
  body #sec1 .item:nth-child(2n+1) .photo img {
    margin-left: -1.5625rem;
    max-width: calc(100% + 1.5625rem);
  }
}
body #sec1 .item:nth-child(2n+1) .photo .item__index {
  left: calc(100% - 3.4375rem);
}
@media (max-width: 767px) {
  body #sec1 .item:nth-child(2n+1) .photo .item__index {
    left: calc(100% - 1.5625rem);
  }
}
body #sec1 .item:nth-child(2n+1) .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 3.125rem;
}
@media (max-width: 767px) {
  body #sec1 .item:nth-child(2n+1) .content {
    padding-left: 0.875rem;
  }
}
body #sec1 .item:nth-child(2n) .photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body #sec1 .item:nth-child(2n) .photo .item__index {
  left: -5.625rem;
}
@media (max-width: 767px) {
  body #sec1 .item:nth-child(2n) .photo .item__index {
    left: -3.4375rem;
  }
}
body #sec1 .item:nth-child(2n) .content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 8.5625rem;
}
@media (max-width: 767px) {
  body #sec1 .item:nth-child(2n) .content {
    padding-left: 2.125rem;
  }
}
@media (min-width: 768px) {
  body #sec1 .item.item1 .content {
    padding-top: 7rem;
  }
}
@media (max-width: 767px) {
  body #sec1 .item.item1 .content {
    padding-bottom: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 3.375rem;
  }
}
body #sec1 .item.item1 .content:before {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: calc(100% - 11.0625rem);
  width: 10.6875rem;
  height: 20.1875rem;
  background: url("/anniversary/img/anniversary/sec1_deco.png") center no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  body #sec1 .item.item1 .content:before {
    display: none;
  }
}
body #sec1 .item.item2 .photo {
  margin-right: -5.1875rem;
}
@media (max-width: 767px) {
  body #sec1 .item.item2 .photo {
    margin-right: 0rem;
  }
  body #sec1 .item.item2 .photo img {
    margin-right: -1.625rem;
    max-width: calc(100% + 1.625rem);
  }
}
body #sec1 .item.item2 .content:before {
  content: "";
  position: absolute;
  top: 12.5rem;
  left: 1.8125rem;
  width: 5.3125rem;
  height: 5.1875rem;
  background: url("/anniversary/img/anniversary/sec1_deco2.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  body #sec1 .item.item2 .content:before {
    display: none;
  }
}
@media (min-width: 768px) {
  body #sec1 .item.item2 .content {
    padding-top: 7.0625rem;
  }
}
@media (max-width: 767px) {
  body #sec1 .item.item2 .content {
    padding-bottom: 0.75rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
body #sec1 .item.item2 .item__text span {
  padding: 0 0.375rem;
}
@media (max-width: 767px) {
  body #sec1 .item.item2 .item__text span {
    padding: 0 0.1875rem;
  }
}
@media (min-width: 768px) {
  body #sec1 .item.item3 .content {
    padding-top: 7.0625rem;
  }
}
body #sec1 .item.item3 .content:before {
  content: "";
  position: absolute;
  top: 16.5rem;
  left: calc(100% - 8.875rem);
  width: 6.875rem;
  height: 6.375rem;
  background: url("/anniversary/img/anniversary/sec1_deco3.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  body #sec1 .item.item3 .content:before {
    display: none;
  }
}
@media (max-width: 767px) {
  body #sec1 .item.item3 .content {
    padding-bottom: 0.75rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 768px) {
  body #sec1 .item.item4 {
    margin-top: 3.125rem;
  }
  body #sec1 .item.item4 .photo .item__index {
    left: -5.0625rem;
  }
}
body #sec1 .item.item4 .photo {
  margin-right: -4.625rem;
}
@media (max-width: 767px) {
  body #sec1 .item.item4 .photo {
    margin-right: 0rem;
  }
  body #sec1 .item.item4 .photo img {
    margin-right: -1.625rem;
    max-width: calc(100% + 1.625rem);
  }
}
@media (min-width: 768px) {
  body #sec1 .item.item4 .content {
    padding-top: 7.0625rem;
  }
}
body #sec1 .item.item4 .content:before {
  content: "";
  position: absolute;
  top: 3.6875rem;
  left: -4.0625rem;
  width: 21rem;
  height: 15.75rem;
  background: url("/anniversary/img/anniversary/sec1_deco4.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  body #sec1 .item.item4 .content:before {
    display: none;
  }
}
@media (max-width: 767px) {
  body #sec1 .item.item4 .content {
    padding-bottom: 0.75rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-left: 2.6875rem;
  }
}
body #sec1 .item.item5 .content:before {
  content: "";
  position: absolute;
  top: 16.25rem;
  left: calc(100% - 10rem);
  width: 5.25rem;
  height: 5.375rem;
  background: url("/anniversary/img/anniversary/sec1_deco5.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  body #sec1 .item.item5 .content:before {
    display: none;
  }
}
@media (min-width: 768px) {
  body #sec1 .item.item5 .content {
    padding-top: 7.0625rem;
  }
}
@media (max-width: 767px) {
  body #sec1 .item.item5 .content {
    padding-bottom: 0.75rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
body #sec2 {
  border-top: 1px solid #1e3282;
  position: relative;
  z-index: 2;
}
body .btn1__main {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body .top2 {
  position: relative;
  z-index: 1;
  padding: 6.125rem 0 6.25rem;
}
@media (min-width: 768px) {
  body .top2 {
    padding: 7.5rem 0 8.125rem;
    overflow: visible;
    position: static;
  }
}
body .top2 .l-wrap {
  max-width: 100%;
}
body .top2 .sec-anchor {
  top: 0rem;
}
body .top2 h2 {
  text-align: center;
}
@media (max-width: 767px) {
  body .top2 h2 {
    padding-right: 0.5rem;
  }
}
body .top2 h2 img {
  width: 15.9375rem;
}
@media (max-width: 767px) {
  body .top2 h2 img {
    width: 11.25rem;
  }
}
body .top2__ttl {
  text-align: center;
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  body .top2__ttl {
    margin-top: 2.375rem;
  }
}
body .top2__ttl img {
  width: 14.5rem;
}
@media (min-width: 768px) {
  body .top2__ttl img {
    width: 17.1875rem;
  }
}
body .top2__ttl2 {
  text-align: center;
}
body .top2__ttl2 img {
  width: 15.125rem;
}
@media (max-width: 767px) {
  body .top2__ttl2 img {
    width: 10.5rem;
  }
}
body .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) {
  body .top2__text {
    margin-top: 0.875rem;
  }
}
body .top2-cont {
  border-top: 1px solid #1e3282;
  padding: 6.25rem 0 2.125rem;
  position: relative;
}
@media (min-width: 768px) {
  body .top2-cont {
    padding: 7.5rem 0 0.625rem;
  }
}
body .top2-txt {
  background: url("/anniversary/img/top/sec2-bg2.svg") no-repeat top left 53%;
  background-size: 14.5rem 100%;
  padding: 2.6875rem 0 4.25rem;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  body .top2-txt {
    background: url("/anniversary/img/top/sec2-bg2.svg") no-repeat top center;
    background-size: 20.9375rem 18.75rem;
    padding: 4.0625rem 0 6.5625rem;
    margin-top: 2.1875rem;
  }
}
body .top2-txt__coming {
  text-align: center;
}
@media (min-width: 768px) {
  body .top2-txt__coming {
    padding-right: 0.75rem;
  }
}
body .top2-txt__coming img {
  width: 7.375rem;
}
@media (min-width: 768px) {
  body .top2-txt__coming img {
    width: 10.875rem;
  }
}
body .top2-txt__text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 600;
  text-align: center;
  margin-top: 0.9375rem;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  body .top2-txt__text {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1.6875rem;
  }
}
body .top2__letter {
  position: relative;
}
body .top2__letter__img {
  text-align: center;
  padding-left: 1.6875rem;
  margin-top: -7.0625rem;
}
@media (max-width: 767px) {
  body .top2__letter__img {
    padding-left: 0;
    margin-top: -4.5rem;
  }
}
body .top2__letter__img img {
  width: 56rem;
}
@media (max-width: 767px) {
  body .top2__letter__img img {
    width: 100%;
  }
}
body .top2__letter .btn1 {
  margin-top: -0.125rem;
}
@media (max-width: 767px) {
  body .top2__letter .btn1 {
    margin-top: 0.25rem;
  }
}
body #sec3 {
  border-top: 1px solid #1e3282;
  border-bottom: 1px solid #1e3282;
  position: relative;
}
body #sec3:before {
  content: "";
  position: absolute;
  bottom: calc(100% - 14.0625rem);
  left: 0;
  right: 0;
  height: 28.125rem;
  background: url("/anniversary/img/anniversary/bg_linear1.jpg") no-repeat;
  background-size: 100% 100%;
  z-index: -2;
}
body #sec3:after {
  content: "";
  position: absolute;
  bottom: -7.625rem;
  left: 0;
  right: 0;
  height: 28.125rem;
  background: url("/anniversary/img/anniversary/bg_linear2.jpg") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
body #sec3 .bg {
  position: absolute;
  top: 14.0625rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e6ebff;
  z-index: -1;
}
body #sec3 h2 {
  margin-bottom: 3.25rem;
}
body #sec3 h2 img {
  width: 16.6875rem;
}
@media (max-width: 767px) {
  body #sec3 h2 img {
    width: 12.4375rem;
  }
}
body .banner_section {
  text-align: center;
  padding: 7.5rem 0 7.6875rem;
}
@media (max-width: 767px) {
  body .banner_section {
    padding: 6.125rem 0 5.9375rem;
  }
}
body .banner_section .banner {
  width: 31.25rem;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  body .banner_section .banner {
    width: 18.75rem;
  }
}
body .top3 {
  position: relative;
  padding-top: 6.1875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 34.375rem;
  padding-bottom: 6.25rem;
}
@media (min-width: 768px) {
  body .top3 {
    padding-top: 7.5rem;
    min-height: 42.5rem;
    padding-bottom: 7.9375rem;
  }
}
body .top3 .wrapper {
  position: relative;
}
@media (max-width: 767px) {
  body .top3 .wrapper {
    padding: 0;
  }
}
body .top3 .sec-anchor {
  top: 0;
}
@media (max-width: 767px) {
  body .top3 .sec-anchor {
    top: 0;
  }
}
body .top3__ttl {
  text-align: center;
}
body .top3__ttl img {
  width: 5rem;
}
@media (min-width: 768px) {
  body .top3__ttl img {
    width: 7.625rem;
  }
}
body .top3 .btn1 {
  margin-top: 3.0625rem;
}
@media (max-width: 767px) {
  body .top3 .btn1 {
    margin-top: 1.875rem;
  }
}
body .top3 .slide02 {
  margin: 3.25rem auto 0;
  width: 46.875rem;
  opacity: 0;
}
@media (max-width: 767px) {
  body .top3 .slide02 {
    width: 100%;
    overflow: hidden;
    margin: 3.125rem auto 0;
  }
}
@media (min-width: 768px) {
  body .top3 .slide02 .splide {
    visibility: visible;
  }
}
@media (max-width: 767px) {
  body .top3 .slide02 .splide {
    margin: 0 -8.5rem;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  body .top3 .slide02 .splide__slide {
    width: 14.625rem;
    margin-right: 1.5rem;
  }
  body .top3 .slide02 .splide__slide:nth-child(3n) {
    margin-right: 0;
  }
  body .top3 .slide02 .splide__slide a {
    display: block;
    width: 100%;
  }
  body .top3 .slide02 .splide__slide a img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body .top3 .slide02 .splide__slide {
    padding: 0 0.625rem;
  }
}
body .top3 .instag {
  margin-top: 4.5625rem;
}
@media (min-width: 768px) {
  body .top3 .instag {
    margin-top: 4.625rem;
  }
}
body .top3 .instag__cont {
  color: #1e3282;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin: 0 auto;
}
body .top3 .instag__logo {
  width: 3.125rem;
  margin-right: 0.9375rem;
  padding-top: 0.1875rem;
}
@media (min-width: 768px) {
  body .top3 .instag__logo {
    width: 4.875rem;
    margin-right: 1.5625rem;
    padding-top: 0;
  }
}
body .top3 .instag__logo img {
  width: 100%;
}
body .top3 .instag__text {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  body .top3 .instag__text {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: -0.1875rem;
  }
}
body .top3 .instag a {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  padding-right: 0.875rem;
  color: #1e3282;
  text-decoration: none;
  border-bottom: 1px solid #1e3282;
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  body .top3 .instag a {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    padding-right: 1.875rem;
    margin-top: 0.5625rem;
  }
  body .top3 .instag a:hover::after {
    -webkit-animation: arrowmove 0.5s normal forwards;
            animation: arrowmove 0.5s normal forwards;
  }
}
body .top3 .instag a::after {
  content: "";
  width: 0.3125rem;
  height: 0.625rem;
  background: url("/anniversary/common/img/icon-arrow-b.svg") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  body .top3 .instag a::after {
    width: 0.5rem;
    height: 0.9375rem;
  }
}
body .top3__banner {
  text-align: center;
  margin: 3.3125rem auto 0;
  line-height: 0;
  width: 18.75rem;
}
@media (min-width: 768px) {
  body .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;
  }
}
body .top3__banner a {
  display: inline-block;
  width: 18.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  body .top3__banner a {
    margin-bottom: 1.875rem;
    margin-right: 1.875rem;
  }
  body .top3__banner a:nth-child(2n), body .top3__banner a:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  body .top3__banner a + a {
    margin-top: 1.375rem;
  }
}
body .top3__banner a img {
  width: 100%;
}
body #sec5 {
  border-top: 1px solid #1e3282;
  border-bottom: 1px solid #1e3282;
  padding: 8.125rem 0;
  position: relative;
}
body #sec5:before {
  content: "";
  position: absolute;
  bottom: calc(100% - 14.0625rem);
  left: 0;
  right: 0;
  height: 28.125rem;
  background: url("/anniversary/img/anniversary/bg_linear1.jpg") no-repeat;
  background-size: 100% 100%;
  z-index: -2;
}
body #sec5:after {
  content: "";
  position: absolute;
  bottom: -7.625rem;
  left: 0;
  right: 0;
  height: 28.125rem;
  background: url("/anniversary/img/anniversary/bg_linear2.jpg") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
body #sec5 .bg {
  position: absolute;
  top: 14.0625rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e6ebff;
  z-index: -1;
}
@media (max-width: 767px) {
  body #sec5 {
    padding: 6.25rem 0 6.125rem;
  }
  body #sec5 .l-inner {
    padding: 0;
  }
}
body #sec5 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 49.625rem;
  margin: 0 auto;
  max-width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  body #sec5 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body #sec5 .item h3 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 0.5625rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  body #sec5 .item h3 {
    font-size: 2.125rem;
    line-height: 2.125rem;
    margin-bottom: 0.6875rem;
  }
}
body #sec5 .item p {
  font-size: 1rem;
  line-height: 1.4375rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (max-width: 767px) {
  body #sec5 .item p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
body #sec5 .item.item1 {
  width: 22.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.5rem 1.875rem 4.875rem 3.75rem;
  background: url("/anniversary/img/anniversary/sec5_bg1.png") center no-repeat;
  background-size: 100% 100%;
  position: relative;
}
@media (max-width: 767px) {
  body #sec5 .item.item1 {
    width: 18.6875rem;
    padding: 2.5rem 1.875rem 4.625rem;
    background: #fff;
    border-radius: 0 6.875rem 6.875rem 0;
  }
}
body #sec5 .item.item1 .photo {
  position: absolute;
  top: -1.625rem;
  right: -4.5rem;
  width: 15rem;
}
@media (max-width: 767px) {
  body #sec5 .item.item1 .photo {
    width: 12.1875rem;
    top: -1.375rem;
    right: -1.875rem;
  }
}
body #sec5 .item.item2 {
  width: 18.375rem;
  margin-top: 4.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.5rem 0.3125rem 4.875rem 4.375rem;
  background: url("/anniversary/img/anniversary/sec5_bg2.png") center no-repeat;
  background-size: 100% 100%;
  position: relative;
}
@media (max-width: 767px) {
  body #sec5 .item.item2 {
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding: 2.6875rem 0.3125rem 4.625rem 4.375rem;
    background: #fff;
    border-radius: 6.875rem 0 0 6.875rem;
    width: 15.8125rem;
    margin-top: 3.625rem;
  }
}
body #sec5 .item.item2 .photo {
  position: absolute;
  bottom: -0.9375rem;
  left: -6.875rem;
  width: 11.75rem;
}
@media (max-width: 767px) {
  body #sec5 .item.item2 .photo {
    width: 8rem;
    top: -0.25rem;
    left: -5rem;
  }
}
body #sec5 .item.item2 .list-news__arrow {
  right: 1.75rem;
}
@media (min-width: 768px) {
  body #sec5 .item.item2 .list-news__arrow {
    right: 3.125rem;
  }
}
body #sec5 .list-news__arrow {
  width: 6.625rem;
  right: 8.25rem;
  bottom: 1.0625rem;
  z-index: 1;
  position: absolute;
}
@media (min-width: 768px) {
  body #sec5 .list-news__arrow {
    width: 8.125rem;
    bottom: 1.25rem;
    pointer-events: none;
    right: 4.375rem;
  }
}
body #sec5 .list-news__arrow svg {
  width: 100%;
  height: 3.125rem;
}
@media (min-width: 768px) {
  body #sec5 .list-news__arrow svg {
    height: 3.125rem;
  }
}
body #sec5 .list-news__arrow path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@media (max-width: 767px) {
  body #sec5 .js-anim-arrow {
    -webkit-animation-name: none;
            animation-name: none;
    visibility: visible !important;
  }
}
body #sec5 .js-anim-arrow.animated .list-news__arrow path {
  -webkit-animation: ovan-anim 3s linear forwards;
          animation: ovan-anim 3s linear forwards;
}
@media (min-width: 768px) {
  body #sec6 {
    padding: 7.375rem 0 7.8125rem;
  }
}
body #sec6 h2 {
  margin-bottom: 3.25rem;
}
@media (max-width: 767px) {
  body #sec6 h2 {
    margin-bottom: 3.3125rem;
  }
}
body #sec6 h2 img {
  width: 7.0625rem;
}
@media (max-width: 767px) {
  body #sec6 h2 img {
    width: 4.8125rem;
  }
}
@media (min-width: 768px) {
  body #sec6 .banner {
    width: 29.5rem;
  }
}
body .plan {
  text-align: center;
}
body .plan__link {
  display: inline-block;
  width: 31.25rem;
}
@media (max-width: 767px) {
  body .plan__link {
    width: 18.75rem;
  }
}