@charset "UTF-8";
@font-face {
  font-family: "ttl";
  src: url("../font/felix-titling.ttf") format("truetype"); }
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #000000; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1080px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1080px) {
    .sp {
      display: block; } }

html, body {
  overflow-x: visible;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  height: -webkit-fill-available;
  min-height: -webkit-fill-available; }

.fs-l-page {
  overflow: visible; }

.wrapper {
  margin: 0 auto !important; }

main {
  max-width: 100%; }

.mainBox {
  margin: 0 auto !important; }

footer {
  position: relative;
  z-index: 9999; }

html.lenis, html.lenis body {
  height: auto; }

.fadeIn {
  opacity: 0;
  transition: opacity 1.5s; }
  .fadeIn.visible {
    opacity: 1; }

/*--------------------------------------------*/
.lp_wrapper {
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  text-align: center;
  font-family: "noto-serif", serif;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  display: flex;
  background: #e4e1dd;
  overflow: hidden;
  color: #7f3833;
  line-height: 1.5;
  /* lp_main */ }
  @media screen and (max-width: 1080px) {
    .lp_wrapper {
      flex-direction: column; } }
  .lp_wrapper header {
    width: calc(100%/2);
    position: relative;
    overflow: hidden;
    flex-grow: 1; }
    @media screen and (max-width: 1080px) {
      .lp_wrapper header {
        width: 100%;
        height: 100vh; } }
    .lp_wrapper header h1 {
      position: fixed;
      width: 50%;
      margin: 0;
      height: 100vh;
      background: url("../images/mv.webp");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      transition: 1s;
      transition-delay: 0.4s; }
      @media screen and (max-width: 1080px) {
        .lp_wrapper header h1 {
          width: 100%;
          position: static; } }
      .lp_wrapper header h1 img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 40%; }
        @media screen and (max-width: 1080px) {
          .lp_wrapper header h1 img {
            max-width: 250px; } }
        @media screen and (max-width: 600px) {
          .lp_wrapper header h1 img {
            width: 60%; } }
  .lp_wrapper .lp_main {
    width: 50%;
    flex-grow: 1;
    /* //section */ }
    @media screen and (max-width: 1080px) {
      .lp_wrapper .lp_main {
        width: 100%; } }
    .lp_wrapper .lp_main .innerBox {
      max-width: 500px;
      margin: 0 auto; }
      @media screen and (max-width: 1080px) {
        .lp_wrapper .lp_main .innerBox {
          max-width: 800px; } }
    .lp_wrapper .lp_main .maintxt {
      width: 80%;
      margin: 20% auto 0;
      padding: 10% 0 20%;
      position: relative; }
      .lp_wrapper .lp_main .maintxt::before, .lp_wrapper .lp_main .maintxt::after {
        content: "";
        position: absolute;
        background: url("../images/SVG/star.svg");
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover; }
        @media screen and (max-width: 1080px) {
          .lp_wrapper .lp_main .maintxt::before, .lp_wrapper .lp_main .maintxt::after {
            width: 18px;
            height: 18px; } }
        @media screen and (max-width: 600px) {
          .lp_wrapper .lp_main .maintxt::before, .lp_wrapper .lp_main .maintxt::after {
            width: 14px;
            height: 14px; } }
      .lp_wrapper .lp_main .maintxt::before {
        top: 0;
        right: 0;
        animation: 3.5s flashing 2s linear infinite; }
        @media screen and (max-width: 600px) {
          .lp_wrapper .lp_main .maintxt::before {
            animation: 2.5s flashing 1.2s linear infinite; } }
      .lp_wrapper .lp_main .maintxt::after {
        bottom: 0;
        left: 0;
        animation: 5.1s flashing 1.8s ease-in infinite; }
        @media screen and (max-width: 600px) {
          .lp_wrapper .lp_main .maintxt::after {
            animation: 3.5s flashing 2s linear infinite; } }
      .lp_wrapper .lp_main .maintxt p {
        font-size: 1.2em;
        line-height: 2.0;
        margin-bottom: 1.0em; }
        @media screen and (max-width: 600px) {
          .lp_wrapper .lp_main .maintxt p {
            font-size: 3.5vw; } }
    .lp_wrapper .lp_main section {
      padding-top: 60px; }
      .lp_wrapper .lp_main section .number {
        color: #7f3833;
        font-family: "minion-pro", serif;
        font-size: 5.0em;
        line-height: 1.0;
        position: relative; }
        @media screen and (max-width: 1080px) {
          .lp_wrapper .lp_main section .number {
            width: 90%;
            margin: 0 auto; } }
        @media screen and (max-width: 600px) {
          .lp_wrapper .lp_main section .number {
            font-size: 12.5vw; } }
        .lp_wrapper .lp_main section .number.star {
          position: relative; }
          .lp_wrapper .lp_main section .number.star::after {
            content: "";
            position: absolute;
            background: url("../images/SVG/star.svg");
            width: 14px;
            height: 14px;
            background-repeat: no-repeat;
            background-size: cover;
            top: -24px;
            left: 0;
            animation: 5.1333s flashing 2.3s linear infinite; }
            @media screen and (max-width: 1080px) {
              .lp_wrapper .lp_main section .number.star::after {
                width: 18px;
                height: 18px; } }
            @media screen and (max-width: 600px) {
              .lp_wrapper .lp_main section .number.star::after {
                animation: 3.5555s flashing 1.3s linear infinite;
                width: 14px;
                height: 14px; } }
        .lp_wrapper .lp_main section .number.star_2 {
          position: relative; }
          .lp_wrapper .lp_main section .number.star_2::after {
            content: "";
            position: absolute;
            background: url("../images/SVG/star.svg");
            width: 14px;
            height: 14px;
            background-repeat: no-repeat;
            background-size: cover;
            bottom: 0;
            right: 10%;
            animation: 5.1333s flashing 2.3s linear infinite; }
            @media screen and (max-width: 1080px) {
              .lp_wrapper .lp_main section .number.star_2::after {
                width: 18px;
                height: 18px; } }
            @media screen and (max-width: 600px) {
              .lp_wrapper .lp_main section .number.star_2::after {
                animation: 3.5555s flashing 1.3s linear infinite;
                width: 14px;
                height: 14px; } }
      .lp_wrapper .lp_main section h2 {
        font-size: 3.0em;
        color: #887d6e;
        font-weight: 400;
        font-family: "ttl";
        line-height: 1.0;
        margin: 24px auto; }
        @media screen and (max-width: 1080px) {
          .lp_wrapper .lp_main section h2 {
            width: 90%; } }
        @media screen and (max-width: 600px) {
          .lp_wrapper .lp_main section h2 {
            font-size: 9vw; } }
        .lp_wrapper .lp_main section h2.star {
          position: relative; }
          .lp_wrapper .lp_main section h2.star::after {
            content: "";
            position: absolute;
            background: url("../images/SVG/star.svg");
            width: 14px;
            height: 14px;
            background-repeat: no-repeat;
            background-size: cover;
            bottom: -8px;
            right: 0;
            animation: 5.1333s flashing 2.3s linear infinite; }
            @media screen and (max-width: 1080px) {
              .lp_wrapper .lp_main section h2.star::after {
                width: 18px;
                height: 18px; } }
            @media screen and (max-width: 600px) {
              .lp_wrapper .lp_main section h2.star::after {
                animation: 3.5555s flashing 1.3s linear infinite;
                width: 14px;
                height: 14px; } }
      .lp_wrapper .lp_main section .swiper {
        margin: 1.0em auto 2.0em; }
        .lp_wrapper .lp_main section .swiper.swiper_1 {
          width: 90%; }
        .lp_wrapper .lp_main section .swiper .swiper-pagination {
          text-align: right;
          width: calc(100% - 20px); }
        .lp_wrapper .lp_main section .swiper .swiper-pagination-bullet {
          background: none;
          width: 10px;
          height: 10px;
          opacity: 1;
          margin-right: 10px;
          border: 1px solid #ffffff;
          border-radius: 50%; }
          @media screen and (max-width: 1080px) {
            .lp_wrapper .lp_main section .swiper .swiper-pagination-bullet {
              width: 8px;
              height: 8px;
              margin-right: 8px; } }
        .lp_wrapper .lp_main section .swiper .swiper-pagination-bullet-active {
          background: #ffffff; }
        .lp_wrapper .lp_main section .swiper .swiper-scrollbar {
          background: none; }
        .lp_wrapper .lp_main section .swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
          background-color: #887d6e;
          opacity: .8; }
        .lp_wrapper .lp_main section .swiper .swiper-scrollbar-drag {
          background-color: #887d6e; }
          .lp_wrapper .lp_main section .swiper .swiper-scrollbar-drag::after {
            content: "";
            position: absolute;
            top: -6px;
            right: -1px;
            width: 17px;
            height: 4px;
            border-radius: 50vh;
            transform: rotate(45deg);
            background: #887d6e; }
        .lp_wrapper .lp_main section .swiper.swiper_2 {
          padding-bottom: 32px; }
          .lp_wrapper .lp_main section .swiper.swiper_2 .credit {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 1.0em auto; }
            .lp_wrapper .lp_main section .swiper.swiper_2 .credit dl {
              font-size: 1.5em;
              text-align: left;
              line-height: 1.2; }
              @media screen and (max-width: 600px) {
                .lp_wrapper .lp_main section .swiper.swiper_2 .credit dl {
                  font-size: 4.2vw; } }
              .lp_wrapper .lp_main section .swiper.swiper_2 .credit dl dd {
                font-family: "minion-pro", serif;
                font-size: 90%;
                color: #7f3833;
                letter-spacing: 0.05em;
                font-weight: 600; }
              .lp_wrapper .lp_main section .swiper.swiper_2 .credit dl dt {
                font-size: 100%;
                color: #887d6e;
                font-family: "minion-pro", serif; }
            .lp_wrapper .lp_main section .swiper.swiper_2 .credit a {
              background: #7f3833;
              color: #ffffff;
              padding: 10px 24px;
              font-size: 1.5em;
              line-height: 1.0;
              font-family: "minion-pro", serif;
              letter-spacing: 0.1em; }
              .lp_wrapper .lp_main section .swiper.swiper_2 .credit a.disabled {
                background: #fff;
                color: #7f3833;
                padding: 7px;
                font-size: 0.8em;
                border: 1px solid #7f3833; }
              @media screen and (max-width: 600px) {
                .lp_wrapper .lp_main section .swiper.swiper_2 .credit a {
                  font-size: 4.2vw; } }
            .lp_wrapper .lp_main section .swiper.swiper_2 .credit.center {
              justify-content: center; }
              .lp_wrapper .lp_main section .swiper.swiper_2 .credit.center dl {
                text-align: center; }
      .lp_wrapper .lp_main section .schedule {
        font-size: 1.2em;
        color: #887d6e;
        margin-top: -.5em; }
        @media screen and (max-width: 600px) {
          .lp_wrapper .lp_main section .schedule {
            font-size: 3.7vw; } }
      .lp_wrapper .lp_main section .deco {
        margin: 15% auto;
        padding: 40px 0;
        position: relative;
        width: 90%; }
        @media screen and (max-width: 1080px) {
          .lp_wrapper .lp_main section .deco {
            width: 80%;
            max-width: 500px; } }
        @media screen and (max-width: 600px) {
          .lp_wrapper .lp_main section .deco img {
            width: 50%; } }
      .lp_wrapper .lp_main section#item1 .swiper_2 {
        position: relative; }
        .lp_wrapper .lp_main section#item1 .swiper_2::before {
          content: "";
          position: absolute;
          background: url("../images/SVG/star.svg");
          width: 14px;
          height: 14px;
          background-repeat: no-repeat;
          background-size: cover;
          top: 20%;
          left: 10%;
          animation: 5.1333s flashing 2.3s linear infinite; }
          @media screen and (max-width: 1080px) {
            .lp_wrapper .lp_main section#item1 .swiper_2::before {
              width: 18px;
              height: 18px; } }
          @media screen and (max-width: 600px) {
            .lp_wrapper .lp_main section#item1 .swiper_2::before {
              animation: 3.5555s flashing 1.3s linear infinite;
              width: 14px;
              height: 14px; } }
      .lp_wrapper .lp_main section#item1 .deco::before, .lp_wrapper .lp_main section#item1 .deco::after {
        content: "";
        position: absolute;
        background: url("../images/SVG/star.svg");
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover; }
      .lp_wrapper .lp_main section#item1 .deco::before {
        top: 0;
        left: 30%;
        animation: 3.5s flashing 2s linear infinite; }
        @media screen and (max-width: 600px) {
          .lp_wrapper .lp_main section#item1 .deco::before {
            animation: 2.3s flashing 1.3s linear infinite; } }
      .lp_wrapper .lp_main section#item1 .deco::after {
        bottom: 0;
        right: 5%;
        animation: 5.1s flashing 1.8s ease-in infinite; }
        @media screen and (max-width: 600px) {
          .lp_wrapper .lp_main section#item1 .deco::after {
            animation: 3.5555s flashing 1.3s linear infinite; } }
      .lp_wrapper .lp_main section#item2 .swiper_2 {
        position: relative; }
        .lp_wrapper .lp_main section#item2 .swiper_2::before, .lp_wrapper .lp_main section#item2 .swiper_2::after {
          content: "";
          position: absolute;
          background: url("../images/SVG/star.svg");
          width: 14px;
          height: 14px;
          background-repeat: no-repeat;
          background-size: cover; }
          @media screen and (max-width: 1080px) {
            .lp_wrapper .lp_main section#item2 .swiper_2::before, .lp_wrapper .lp_main section#item2 .swiper_2::after {
              width: 18px;
              height: 18px; } }
          @media screen and (max-width: 600px) {
            .lp_wrapper .lp_main section#item2 .swiper_2::before, .lp_wrapper .lp_main section#item2 .swiper_2::after {
              width: 14px;
              height: 14px; } }
        .lp_wrapper .lp_main section#item2 .swiper_2::before {
          top: 0;
          left: 0;
          animation: 3.5s flashing 2s linear infinite; }
          @media screen and (max-width: 600px) {
            .lp_wrapper .lp_main section#item2 .swiper_2::before {
              animation: 2.5s flashing 1.2s linear infinite; } }
        .lp_wrapper .lp_main section#item2 .swiper_2::after {
          bottom: 25%;
          left: 15%;
          animation: 5.1s flashing 1.8s ease-in infinite; }
          @media screen and (max-width: 600px) {
            .lp_wrapper .lp_main section#item2 .swiper_2::after {
              animation: 3.5s flashing 1.8s linear infinite; } }
      .lp_wrapper .lp_main section#item2 .deco::before, .lp_wrapper .lp_main section#item2 .deco::after {
        content: "";
        position: absolute;
        background: url("../images/SVG/star.svg");
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover; }
        @media screen and (max-width: 1080px) {
          .lp_wrapper .lp_main section#item2 .deco::before, .lp_wrapper .lp_main section#item2 .deco::after {
            width: 18px;
            height: 18px; } }
        @media screen and (max-width: 600px) {
          .lp_wrapper .lp_main section#item2 .deco::before, .lp_wrapper .lp_main section#item2 .deco::after {
            width: 14px;
            height: 14px; } }
      .lp_wrapper .lp_main section#item2 .deco::before {
        bottom: -5%;
        left: 20%;
        animation: 3.5s flashing 2s linear infinite; }
        @media screen and (max-width: 600px) {
          .lp_wrapper .lp_main section#item2 .deco::before {
            animation: 2.5s flashing 1.2s linear infinite; } }
      .lp_wrapper .lp_main section#item2 .deco::after {
        bottom: 10%;
        right: 5%;
        animation: 5.1s flashing 1.8s ease-in infinite; }
        @media screen and (max-width: 600px) {
          .lp_wrapper .lp_main section#item2 .deco::after {
            animation: 3.5555s flashing 1.3s linear infinite; } }
      .lp_wrapper .lp_main section#item3 .swiper_2 {
        position: relative;
        padding-bottom: 48px; }
        .lp_wrapper .lp_main section#item3 .swiper_2::before, .lp_wrapper .lp_main section#item3 .swiper_2::after {
          content: "";
          position: absolute;
          background: url("../images/SVG/star.svg");
          width: 14px;
          height: 14px;
          background-repeat: no-repeat;
          background-size: cover; }
          @media screen and (max-width: 1080px) {
            .lp_wrapper .lp_main section#item3 .swiper_2::before, .lp_wrapper .lp_main section#item3 .swiper_2::after {
              width: 18px;
              height: 18px; } }
          @media screen and (max-width: 600px) {
            .lp_wrapper .lp_main section#item3 .swiper_2::before, .lp_wrapper .lp_main section#item3 .swiper_2::after {
              width: 14px;
              height: 14px; } }
        .lp_wrapper .lp_main section#item3 .swiper_2::before {
          top: 10%;
          left: 10%;
          animation: 3.5s flashing 2s linear infinite; }
          @media screen and (max-width: 600px) {
            .lp_wrapper .lp_main section#item3 .swiper_2::before {
              animation: 2.5s flashing 1.2s linear infinite; } }
        .lp_wrapper .lp_main section#item3 .swiper_2::after {
          bottom: 0;
          right: 0;
          animation: 5.1s flashing 1.8s ease-in infinite; }
          @media screen and (max-width: 1080px) {
            .lp_wrapper .lp_main section#item3 .swiper_2::after {
              right: 5%; } }
          @media screen and (max-width: 600px) {
            .lp_wrapper .lp_main section#item3 .swiper_2::after {
              animation: 3.5555s flashing 1.3s linear infinite; } }
      .lp_wrapper .lp_main section#item3 .deco {
        margin-top: 0;
        text-align: left;
        padding: 0 0 48px; }
        .lp_wrapper .lp_main section#item3 .deco::before, .lp_wrapper .lp_main section#item3 .deco::after {
          content: "";
          position: absolute;
          background: url("../images/SVG/star.svg");
          width: 14px;
          height: 14px;
          background-repeat: no-repeat;
          background-size: cover; }
          @media screen and (max-width: 1080px) {
            .lp_wrapper .lp_main section#item3 .deco::before, .lp_wrapper .lp_main section#item3 .deco::after {
              width: 18px;
              height: 18px; } }
          @media screen and (max-width: 600px) {
            .lp_wrapper .lp_main section#item3 .deco::before, .lp_wrapper .lp_main section#item3 .deco::after {
              width: 14px;
              height: 14px; } }
        .lp_wrapper .lp_main section#item3 .deco::before {
          bottom: 15%;
          left: 15%;
          animation: 3.0s flashing 2.2s linear infinite; }
          @media screen and (max-width: 600px) {
            .lp_wrapper .lp_main section#item3 .deco::before {
              animation: 2.5s flashing 1.2s linear infinite; } }
        .lp_wrapper .lp_main section#item3 .deco::after {
          bottom: 0;
          right: 5%;
          animation: 4.1s flashing 1.8s ease-in infinite; }
          @media screen and (max-width: 600px) {
            .lp_wrapper .lp_main section#item3 .deco::after {
              animation: 3.5555s flashing 1.3s linear infinite; } }
      .lp_wrapper .lp_main section#item4 .swiper_2 {
        position: relative; }
        .lp_wrapper .lp_main section#item4 .swiper_2::before {
          content: "";
          position: absolute;
          background: url("../images/SVG/star.svg");
          width: 14px;
          height: 14px;
          background-repeat: no-repeat;
          background-size: cover;
          top: 20%;
          left: 10%;
          animation: 5.1333s flashing 2.3s linear infinite; }
          @media screen and (max-width: 1080px) {
            .lp_wrapper .lp_main section#item4 .swiper_2::before {
              width: 18px;
              height: 18px; } }
          @media screen and (max-width: 600px) {
            .lp_wrapper .lp_main section#item4 .swiper_2::before {
              animation: 2.5s flashing 1.2s linear infinite;
              width: 14px;
              height: 14px; } }
      .lp_wrapper .lp_main section#item4 .deco::before, .lp_wrapper .lp_main section#item4 .deco::after {
        content: "";
        position: absolute;
        background: url("../images/SVG/star.svg");
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover; }
      .lp_wrapper .lp_main section#item4 .deco::before {
        top: 0;
        right: 10%;
        animation: 3.5s flashing 2s linear infinite; }
        @media screen and (max-width: 600px) {
          .lp_wrapper .lp_main section#item4 .deco::before {
            animation: 2.5s flashing 1.2s linear infinite; } }
      .lp_wrapper .lp_main section#item4 .deco::after {
        bottom: 0;
        right: 35%;
        animation: 5.1s flashing 1.8s ease-in infinite; }
        @media screen and (max-width: 600px) {
          .lp_wrapper .lp_main section#item4 .deco::after {
            animation: 3.5555s flashing 1.3s linear infinite; } }
      .lp_wrapper .lp_main section#item5 .number.star::after {
        top: 40%;
        left: 10%; }
      .lp_wrapper .lp_main section#item5 .swiper_2 {
        position: relative; }
        .lp_wrapper .lp_main section#item5 .swiper_2::before {
          content: "";
          position: absolute;
          background: url("../images/SVG/star.svg");
          width: 14px;
          height: 14px;
          background-repeat: no-repeat;
          background-size: cover;
          top: 10%;
          left: 20%;
          animation: 5.1333s flashing 2.3s linear infinite; }
          @media screen and (max-width: 600px) {
            .lp_wrapper .lp_main section#item5 .swiper_2::before {
              animation: 3.5555s flashing 1.3s linear infinite; } }
          @media screen and (max-width: 1080px) {
            .lp_wrapper .lp_main section#item5 .swiper_2::before {
              width: 18px;
              height: 18px; } }
      .lp_wrapper .lp_main section#item5 .deco {
        padding: 15% 0 20%;
        width: 90%; }
        .lp_wrapper .lp_main section#item5 .deco::before, .lp_wrapper .lp_main section#item5 .deco::after {
          content: "";
          position: absolute;
          background: url("../images/SVG/star.svg");
          width: 14px;
          height: 14px;
          background-repeat: no-repeat;
          background-size: cover; }
        .lp_wrapper .lp_main section#item5 .deco::before {
          top: 0;
          right: 0;
          animation: 3.5s flashing 2s linear infinite; }
          @media screen and (max-width: 600px) {
            .lp_wrapper .lp_main section#item5 .deco::before {
              animation: 2.5s flashing 1.2s linear infinite; } }
        .lp_wrapper .lp_main section#item5 .deco::after {
          bottom: 0;
          left: 10%;
          animation: 5.1s flashing 1.8s ease-in infinite; }
          @media screen and (max-width: 600px) {
            .lp_wrapper .lp_main section#item5 .deco::after {
              animation: 3.5555s flashing 1.3s linear infinite; } }
        .lp_wrapper .lp_main section#item5 .deco .star {
          position: relative; }
          .lp_wrapper .lp_main section#item5 .deco .star::before, .lp_wrapper .lp_main section#item5 .deco .star::after {
            content: "";
            position: absolute;
            background: url("../images/SVG/star.svg");
            width: 14px;
            height: 14px;
            background-repeat: no-repeat;
            background-size: cover; }
          .lp_wrapper .lp_main section#item5 .deco .star::before {
            top: 5%;
            right: 10%;
            animation: 3.5s flashing 2s linear infinite; }
            @media screen and (max-width: 600px) {
              .lp_wrapper .lp_main section#item5 .deco .star::before {
                animation: 2.5s flashing 1.2s linear infinite; } }
          .lp_wrapper .lp_main section#item5 .deco .star::after {
            bottom: 0;
            left: 0;
            animation: 5.1s flashing 1.8s ease-in infinite; }
            @media screen and (max-width: 600px) {
              .lp_wrapper .lp_main section#item5 .deco .star::after {
                animation: 3.5555s flashing 1.3s linear infinite; } }
      .lp_wrapper .lp_main section#video {
        margin: 5% auto 25%; }
        .lp_wrapper .lp_main section#video .video {
          width: 100%;
          max-width: 700px;
          position: relative;
          margin: 0 auto; }
          @media screen and (max-width: 600px) {
            .lp_wrapper .lp_main section#video .video {
              width: 90%; } }
          .lp_wrapper .lp_main section#video .video iframe.video_size {
            width: 100%;
            height: 100%;
            aspect-ratio: 16 / 9;
            display: block;
            margin: auto; }
          .lp_wrapper .lp_main section#video .video::before {
            content: "";
            position: absolute;
            background: url("../images/SVG/star.svg");
            width: 14px;
            height: 14px;
            background-repeat: no-repeat;
            background-size: cover;
            bottom: -30px;
            right: 20%;
            animation: 5.1333s flashing 2.3s linear infinite; }
            @media screen and (max-width: 600px) {
              .lp_wrapper .lp_main section#video .video::before {
                animation: 3.5555s flashing 1.3s linear infinite; } }
            @media screen and (max-width: 1080px) {
              .lp_wrapper .lp_main section#video .video::before {
                width: 18px;
                height: 18px; } }
            @media screen and (max-width: 600px) {
              .lp_wrapper .lp_main section#video .video::before {
                width: 14px;
                height: 14px; } }
    .lp_wrapper .lp_main #footer {
      background: #7f3833;
      color: #ffffff;
      padding: 5% 10% 2%; }
      .lp_wrapper .lp_main #footer div {
        margin: 10% auto; }
        @media screen and (max-width: 600px) {
          .lp_wrapper .lp_main #footer div {
            margin: 20% auto; } }
        .lp_wrapper .lp_main #footer div h3 {
          font-family: "minion-pro", serif;
          font-weight: 400;
          font-size: 1.2em;
          margin-bottom: 1.5em;
          letter-spacing: .1em; }
          @media screen and (max-width: 600px) {
            .lp_wrapper .lp_main #footer div h3 {
              font-size: 3.7vw; } }
          .lp_wrapper .lp_main #footer div h3 span {
            font-size: 100%;
            position: relative; }
            .lp_wrapper .lp_main #footer div h3 span::after {
              content: "";
              position: absolute;
              bottom: -0.2em;
              left: 50%;
              width: 70%;
              height: 0.02em;
              background: #ffffff;
              transform: translateX(-50%); }
        .lp_wrapper .lp_main #footer div p {
          font-size: 1.2em;
          letter-spacing: 0.1em; }
          @media screen and (max-width: 600px) {
            .lp_wrapper .lp_main #footer div p {
              font-size: 3.7vw; } }
        .lp_wrapper .lp_main #footer div ul {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 30%;
          margin: 0 auto; }
          @media screen and (max-width: 600px) {
            .lp_wrapper .lp_main #footer div ul {
              width: 50%; } }
          .lp_wrapper .lp_main #footer div ul li a img {
            width: auto;
            height: 19px; }
            @media screen and (max-width: 600px) {
              .lp_wrapper .lp_main #footer div ul li a img {
                height: 16px; } }
        .lp_wrapper .lp_main #footer div.logo {
          margin: 20% auto; }
          @media screen and (max-width: 600px) {
            .lp_wrapper .lp_main #footer div.logo {
              margin: 30% auto; } }
          .lp_wrapper .lp_main #footer div.logo img {
            max-width: 65px; }
            @media screen and (max-width: 600px) {
              .lp_wrapper .lp_main #footer div.logo img {
                max-width: 55px; } }
      .lp_wrapper .lp_main #footer .copy {
        font-size: 0.7em;
        letter-spacing: 1px; }

@keyframes flashing {
  0% {
    opacity: 1;
    transform: scale(1); }
  10% {
    opacity: 0;
    transform: scale(0.5); }
  20% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 1; } }
