* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.fadeLeft.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeLeft {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeRight.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeRight {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeTop.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.delighter.fadeTop {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

html {
  scroll-behavior: smooth;
}

.mlg {
  overflow: hidden;
}
.mlg .describeBox {
  margin-top: 0;
}
.mlg .cardBox {
  position: relative;
}
.mlg .cardBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background: linear-gradient(to bottom, #000, transparent);
}
@media (min-width: 996px) {
  .mlg .cardBox::before {
    height: 0;
  }
}
.mlg .eventBox {
  position: relative;
  padding-bottom: 20px;
  background: #000;
}
@media (min-width: 996px) {
  .mlg .eventBox {
    padding-bottom: 0;
  }
}
.mlg .eventBox__bg {
  position: relative;
}
.mlg .eventBox__bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background: linear-gradient(to top, #000, transparent);
}
@media (min-width: 996px) {
  .mlg .eventBox__bg::before {
    height: 0;
  }
}
.mlg .eventBox__bg img {
  width: 200%;
  max-width: 200%;
}
@media (min-width: 996px) {
  .mlg .eventBox__bg img {
    width: 100%;
    max-width: 100%;
  }
}
.mlg .eventBox__content {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 996px) {
  .mlg .eventBox__content {
    position: absolute;
    bottom: 20%;
    left: 58%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 45%;
    text-align: left;
  }
}
@media (min-width: 1300px) {
  .mlg .eventBox__content {
    width: 40%;
    left: 55%;
  }
}
.mlg .eventBox__content h3 {
  font-size: 25px;
  font-weight: 400;
  font-style: italic;
  font-family: "ryo-display-plusn", serif;
  font-weight: 800;
  -webkit-filter: drop-shadow(0px 5px 5px rgb(0, 0, 0));
          filter: drop-shadow(0px 5px 5px rgb(0, 0, 0));
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #f7ddaa), color-stop(25%, #daa77f), color-stop(10%, #d69664), color-stop(70%, #fde0c9));
  background-image: linear-gradient(to right, #f7ddaa 10%, #daa77f 25%, #d69664 10%, #fde0c9 70%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  line-height: 1.2;
}
@media (min-width: 996px) {
  .mlg .eventBox__content h3 {
    font-size: 2.8vw;
  }
}
@media (min-width: 1930px) {
  .mlg .eventBox__content h3 {
    font-size: 75px;
  }
}
.mlg .eventBox__content h2 {
  font-size: 30px;
  font-family: "ryo-display-plusn", serif;
  font-weight: 800;
  font-style: normal;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #f7ddaa), color-stop(25%, #daa77f), color-stop(10%, #d69664), color-stop(70%, #fde0c9));
  background-image: linear-gradient(to right, #f7ddaa 10%, #daa77f 25%, #d69664 10%, #fde0c9 70%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-filter: drop-shadow(0px 5px 5px rgb(0, 0, 0));
          filter: drop-shadow(0px 5px 5px rgb(0, 0, 0));
  line-height: 1.2;
}
@media (min-width: 996px) {
  .mlg .eventBox__content h2 {
    font-size: 3.8vw;
  }
}
@media (min-width: 1930px) {
  .mlg .eventBox__content h2 {
    font-size: 90px;
  }
}
@media (min-width: 996px) {
  .mlg .eventBox__content-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.mlg .eventBox__content-date .titleBox {
  border: 2px solid #000;
  padding: 2px 10px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  -o-border-image: linear-gradient(to right, #daa77f, #ffecdd, #daa77f) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#daa77f), color-stop(#ffecdd), to(#daa77f)) 1;
     border-image: linear-gradient(to right, #daa77f, #ffecdd, #daa77f) 1;
  border-width: 2px;
  border-style: solid;
  width: 50%;
  margin: 20px auto 10px;
  background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 996px) {
  .mlg .eventBox__content-date .titleBox {
    width: 32%;
    margin: 0;
    padding: 2px 10px;
  }
}
.mlg .eventBox__content-date .titleBox p {
  font-size: 17px;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, right top, from(#daa77f), color-stop(#ffecdd), to(#daa77f));
  background-image: linear-gradient(to right, #daa77f, #ffecdd, #daa77f);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-filter: drop-shadow(0px 5px 5px rgb(0, 0, 0));
          filter: drop-shadow(0px 5px 5px rgb(0, 0, 0));
  line-height: 1.4;
}
@media (min-width: 996px) {
  .mlg .eventBox__content-date .titleBox p {
    font-size: 1.3vw;
  }
}
@media (min-width: 1930px) {
  .mlg .eventBox__content-date .titleBox p {
    font-size: 30px;
  }
}
.mlg .eventBox__content-date .dateBox {
  text-align: center;
}
@media (min-width: 996px) {
  .mlg .eventBox__content-date .dateBox {
    width: 65%;
  }
}
.mlg .eventBox__content-date .dateBox figure {
  width: 90%;
  margin: 0 auto;
}
.mlg .eventBox__content-date .dateBox__text {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
}
@media (min-width: 996px) {
  .mlg .eventBox__content-date .dateBox__text {
    font-size: 0.8vw;
  }
}
@media (min-width: 1930px) {
  .mlg .eventBox__content-date .dateBox__text {
    font-size: 22px;
  }
}
.mlg .eventBox__content-date .dateBox__text .num {
  color: #fddcc9;
  font-size: 17px;
}
@media (min-width: 996px) {
  .mlg .eventBox__content-date .dateBox__text .num {
    font-size: 1.3vw;
  }
}
@media (min-width: 1930px) {
  .mlg .eventBox__content-date .dateBox__text .num {
    font-size: 30px;
  }
}
.mlg .eventBox__content-des {
  margin: 20px 0;
}
.mlg .eventBox__btns {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .mlg .eventBox__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
@media (min-width: 996px) {
  .mlg .eventBox__btns {
    position: absolute;
    bottom: 8%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 40%;
  }
}
@media (min-width: 996px) and (min-width: 1930px) {
  .mlg .eventBox__btns {
    width: 30%;
  }
}
.mlg .eventBox__btns a, .mlg .eventBox__btns button {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mlg .eventBox__btns a:hover img, .mlg .eventBox__btns button:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.mlg .eventBox__btns a img, .mlg .eventBox__btns button img {
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.2s ease, -webkit-filter 0.3s ease;
  transition: transform 0.2s ease, filter 0.3s ease;
  transition: transform 0.2s ease, filter 0.3s ease, -webkit-transform 0.2s ease, -webkit-filter 0.3s ease;
  width: 35%;
}
@media (min-width: 768px) {
  .mlg .eventBox__btns a img, .mlg .eventBox__btns button img {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */