@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poiret+One&display=swap");
.m-pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .m-pc-hidden {
    display: inline-block;
  }
}

.m-sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .m-sp-hidden {
    display: none;
  }
}

.visually-hidden {
  /**
   * a11y-css-resetから引用
   * https://github.com/mike-engel/a11y-css-reset
  **/
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*******************************
Style
*******************************/
.tCenter {
  text-align: center !important;
}

.tRight {
  text-align: right !important;
}

.tLeft {
  text-align: left !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

body {
  font-family: "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
body.is-fixed {
  overflow: hidden;
}

h1, h2, h3 {
  margin: 0;
}

#lalarelax-toppage-head ~ .pane-contents .pane-main {
  padding-bottom: 0 !important;
}

.bg-gray {
  padding-block: 70px 60px;
  background: #f3f3f3;
}

.m-slick {
  position: relative;
  width: 110%;
  max-width: 550px;
  margin-left: -5% !important;
}
.m-slick-slide__item {
  margin: 0 10px;
  aspect-ratio: 1/1;
}
.m-slick .slick-button-next,
.m-slick .slick-button-prev {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: #fff;
  background: rgba(108, 101, 95, 0.5);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m-slick .slick-button-next::before,
.m-slick .slick-button-prev::before {
  content: none;
}
.m-slick .slick-button-next::after,
.m-slick .slick-button-prev::after {
  position: absolute;
  left: 48%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 18px;
  text-indent: 0;
  z-index: 11;
}
.m-slick .slick-button-next:hover,
.m-slick .slick-button-prev:hover {
  background: rgba(108, 101, 95, 0.8);
}
.m-slick .slick-button-prev {
  left: 11.7%;
}
.m-slick .slick-button-prev::after {
  content: "<";
}
.m-slick .slick-button-next {
  right: 11.7%;
}
.m-slick .slick-button-next::after {
  content: ">";
}

.m-indent {
  font-size: 15px;
  text-align: left;
  line-height: 1.625;
}
.m-indent:nth-of-type(n+2) {
  margin-top: 1em;
}

.m-marker {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f1ebe8));
  background: linear-gradient(transparent 60%, #f1ebe8 60%);
}

.kome-txt {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  line-height: 1.5833333333;
}

.m-btn__link {
  display: block;
  padding: 10px 20px;
  background: #edb068;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 17px;
  border-radius: 50px;
}
.m-btn__link:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

.acc-btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 20px;
  margin-top: 35px;
  text-align: center;
  border: solid 1px #aea7a2;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.acc-btn:hover, .acc-btn:focus {
  outline: none;
  background: rgba(174, 167, 162, 0.2);
}
.acc-btn::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  font-weight: bold;
  color: #aea7a2;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.acc-btn.is-active::after {
  content: "－";
}

.acc-con {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.acc-con.is-open {
  max-height: 1000px;
  padding-top: 30px;
}

.sec-ttl {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 50px;
  text-align: center;
}
.sec-ttl::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #aea7a2;
}
.sec-ttl__en {
  display: block;
  font-size: 12px;
}
.sec-ttl__ja {
  display: block;
  font-size: 24px;
  font-weight: 600;
}

.num-ttl {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}
.num-ttl::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 1px;
  top: 17px;
  left: -5%;
  background: #aea7a2;
}
.num-ttl__num {
  position: relative;
  display: inline-block;
  width: 35px;
  margin-bottom: 25px;
  aspect-ratio: 1/1;
  font-size: 17px;
  color: #fff;
  background: #aea7a2;
  line-height: 35px;
}
.num-ttl__jp {
  display: block;
  font-size: 20px;
  font-weight: 600;
}

section:not(.mv) {
  padding-block: 70px !important;
}

.block-event-page {
  position: relative;
  padding-bottom: 0 !important;
  background: #F7FAFC;
}

/* 固定コンテンツ */
.event-fix-wrap {
  color: #666;
  background-color: #fff;
}
.event-fix-wrap .m-wrapper {
  width: 90%;
  padding: 0;
  margin-inline: auto;
}
.event-fix-wrap .m-wrapper-sm {
  padding-inline: 30px;
}
@media screen and (max-width: 640px) {
  .event-fix-wrap .m-wrapper-sm {
    padding-inline: 10px;
  }
}
.event-fix-wrap .fix-contents {
  padding: 0 20px;
  text-align: center;
}
.event-fix-wrap .fix-contents .fix-inner {
  width: 100%;
  max-width: 260px;
}
.event-fix-wrap .fix-contents .fix-contents-ttl {
  margin-bottom: 40px;
}
.event-fix-wrap .fix-contents .anchorlink-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 15px;
  text-align: center;
}
.event-fix-wrap .fix-contents .anchorlink-menu__link {
  display: block;
  color: #666;
  font-weight: 600;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.event-fix-wrap .fix-contents .anchorlink-menu__link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.event-fix-wrap .fix-contents .anchorlink-menu-btn {
  margin-top: 40px;
}
.event-fix-wrap .fix-contents .anchorlink-menu-btn__link {
  display: block;
  padding: 10px 20px;
  background: #edb068;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 17px;
  border-radius: 50px;
}
.event-fix-wrap .fix-contents .anchorlink-menu-btn__link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.event-fix-wrap .fix-contents .meguri-logo {
  width: 100%;
  max-width: 145px;
  margin-inline: auto;
  aspect-ratio: 145/360;
}
.event-fix-wrap .fix-contents .qr-box {
  text-align: center;
}
.event-fix-wrap .fix-contents .qr-box img {
  width: 100%;
  max-width: 89px;
}
.event-fix-wrap .fix-contents .qr-box .qr-text {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.8;
}

.event-detail-wrap {
  position: relative;
  background: #fff;
}
.event-detail-wrap .l-header {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 550px;
  height: 70px;
  background: #fff;
  z-index: 999;
}
@media screen and (max-width: 640px) {
  .event-detail-wrap .l-header {
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
}
.event-detail-wrap .l-header.is-fixed {
  position: fixed;
}
@media screen and (max-width: 640px) {
  .event-detail-wrap .l-header.is-fixed {
    top: 6.4rem;
  }
}
.event-detail-wrap .l-header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 35%;
  height: 35px;
  z-index: 999;
}
.event-detail-wrap .l-header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-detail-wrap .l-header-nav {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 550px;
  padding-block: 33% 20%;
  background: #f3f3f3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
}
@media screen and (max-width: 640px) {
  .event-detail-wrap .l-header-nav {
    height: 100vh;
  }
}
.event-detail-wrap .l-header-nav.is-active {
  opacity: 1;
  visibility: visible;
}
.event-detail-wrap .l-header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px;
  width: 90%;
  margin-inline: auto;
  text-align: center;
}
.event-detail-wrap .l-header-menu__link {
  display: block;
  color: #666;
  font-weight: 600;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.event-detail-wrap .l-header-menu__link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.event-detail-wrap .l-header-btn {
  width: 90%;
  margin: 70px auto 0;
}
.event-detail-wrap .l-header-btn__link {
  display: block;
  padding: 10px 20px;
  background: #edb068;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 17px;
  border-radius: 50px;
}
.event-detail-wrap .l-header-btn__link:hover {
  opacity: 0.8;
  text-decoration: none !important;
}
.event-detail-wrap .l-header .open-btn {
  display: block;
  position: absolute;
  z-index: 9999;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 18px;
  border-radius: 50px;
  cursor: pointer;
}
.event-detail-wrap .l-header .open-btn span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25px;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #aea7a2;
}
.event-detail-wrap .l-header .open-btn span:nth-of-type(1) {
  top: 0;
}
.event-detail-wrap .l-header .open-btn span:nth-of-type(2) {
  top: 9px;
}
.event-detail-wrap .l-header .open-btn span:nth-of-type(3) {
  top: 18px;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 11px;
}
.event-detail-wrap .l-header .open-btn.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) translateX(-50%) rotate(45deg);
          transform: translateY(9px) translateX(-50%) rotate(45deg);
}
.event-detail-wrap .l-header .open-btn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.event-detail-wrap .l-header .open-btn.is-active span:nth-of-type(3) {
  width: 25px;
  left: 50%;
  -webkit-transform: translateY(-9px) translateX(-50%) rotate(-45deg);
          transform: translateY(-9px) translateX(-50%) rotate(-45deg);
}
.event-detail-wrap .mv {
  padding-top: 70px;
}
.event-detail-wrap .mv-img {
  position: relative;
}
.event-detail-wrap .mv-img__btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.event-detail-wrap .mv-img__btn a {
  display: block;
  padding: 15px 35px;
  background: #edb068;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 17px;
  border-radius: 50px;
  text-decoration: none !important;
  line-height: 1.3;
}
.event-detail-wrap .mv-img__btn a:hover {
  opacity: 0.8;
  text-decoration: none !important;
}
.event-detail-wrap .mv-brand {
  padding-block: 75px;
}
.event-detail-wrap .mv-brand__name {
  width: 19%;
  margin-inline: auto;
}
.event-detail-wrap .about-subttl {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
.event-detail-wrap .about-intro-img {
  margin-bottom: 40px;
}
.event-detail-wrap .about-effect {
  margin-top: 35px;
}
.event-detail-wrap .about-effect__img {
  margin-bottom: 50px;
}
.event-detail-wrap .about-effect__ttl {
  margin-bottom: 25px;
  background: #aea7a2;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5294117647;
}
.event-detail-wrap .about-effect__subttl {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 1.625;
}
.event-detail-wrap .about-effect .case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6%;
  margin-top: 30px;
}
.event-detail-wrap .about-effect .case-list .case-item {
  width: 47%;
  text-align: center;
}
.event-detail-wrap .about-effect .case-list .case-item-img {
  margin-bottom: 15px;
}
.event-detail-wrap .about-effect .case-list .case-item-ttl {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}
.event-detail-wrap .about-effect .case-list .case-item-temp {
  display: inline-block;
  padding: 5px 15px 3px;
  background: #fff;
  border: solid 1px #aea7a2;
  font-size: 14px;
  border-radius: 50px;
  line-height: 1.1;
}
.event-detail-wrap .about-effect .border-box {
  margin-top: 30px;
  padding: 20px;
  background: #fff;
  border: solid 1px #aea7a2;
}
.event-detail-wrap .about-osusume {
  margin-top: 50px;
  padding: 30px 15px;
  background: #fff;
}
.event-detail-wrap .about-osusume-ttl {
  margin-bottom: 35px;
  text-align: center;
  font-weight: 600;
}
.event-detail-wrap .about-osusume-ttl__img {
  display: block;
  width: 33%;
  margin: 0 auto 10px;
}
.event-detail-wrap .about-osusume-ttl__ja {
  font-size: 18px;
  line-height: 1.9444444444;
}
.event-detail-wrap .about-osusume-img {
  width: 85%;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .event-detail-wrap .about-osusume-img {
    width: 100%;
  }
}
.event-detail-wrap .about .osusume-fig {
  width: 85%;
  margin: 40px auto 30px;
}
@media screen and (max-width: 640px) {
  .event-detail-wrap .about .osusume-fig {
    width: 100%;
  }
}
.event-detail-wrap .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 50px;
}
.event-detail-wrap .feature-list .feature-item {
  margin-bottom: 30px;
}
.event-detail-wrap .feature-list .feature-item:last-of-type {
  margin-bottom: 0;
}
.event-detail-wrap .feature-list .feature-item__meguru {
  width: 70%;
  margin-inline: auto;
}
.event-detail-wrap .feature-list .feature-item-tbl {
  width: 100%;
  margin-top: 15px;
}
.event-detail-wrap .feature-list .feature-item-tbl__th {
  text-align: left;
  font-weight: 500;
}
.event-detail-wrap .feature-list .feature-item-tbl__td {
  text-align: right;
}
.event-detail-wrap .feature .m-btn {
  margin-top: 70px;
}
.event-detail-wrap .lineup-scroll {
  margin-right: -5%;
  margin-bottom: 50px;
}
.event-detail-wrap .lineup-scroll-txt {
  margin-bottom: 20px;
  font-size: 13px;
  text-align: center;
}
.event-detail-wrap .lineup-scroll-img {
  overflow-x: scroll;
}
.event-detail-wrap .lineup-scroll-img img {
  max-width: 230%;
}
.event-detail-wrap .lineup .m-slick {
  margin-bottom: 40px;
}
.event-detail-wrap .lineup-detail:nth-of-type(n+2) {
  margin-top: 60px;
}
.event-detail-wrap .lineup-detail-ttl {
  margin-bottom: 25px;
  text-align: center;
}
.event-detail-wrap .lineup-detail-ttl__sub {
  display: block;
  font-weight: 600;
  line-height: 1.625;
}
.event-detail-wrap .lineup-detail-ttl__main {
  display: block;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3913043478;
}
.event-detail-wrap .lineup-detail-ttl__cat {
  display: inline-block;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.4666666667;
  border: solid 1px #aea7a2;
  border-radius: 50px;
  padding: 3px 20px 2px;
}
.event-detail-wrap .lineup-detail-ttl__cat.--yellow {
  background: #fff4d6;
}
.event-detail-wrap .lineup-detail-ttl__cat.--blue {
  background: #deeaf7;
}
.event-detail-wrap .lineup-detail-ttl__cat.--pink {
  background: #fbe4e7;
}
.event-detail-wrap .lineup-detail-img {
  width: 85%;
  margin: 30px auto;
}
.event-detail-wrap .lineup-detail-season {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-bottom: 30px;
}
.event-detail-wrap .lineup-detail-season__item {
  padding: 3px 20px 2px;
  background: #aea7a2;
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  line-height: 1.6923076923;
}
.event-detail-wrap .lineup-detail-season__item.--offSeason {
  background: #e2e0df;
}
.event-detail-wrap .lineup-detail-gif {
  width: 75%;
  margin: 30px auto 0;
}
.event-detail-wrap .lineup-detail .lineup-goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 20px;
  padding-top: 10px;
}
.event-detail-wrap .lineup-detail .lineup-goods-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  color: #666;
}
.event-detail-wrap .lineup-detail .lineup-goods-item__img {
  width: 30%;
}
.event-detail-wrap .lineup-detail .lineup-goods-item__name {
  width: 65%;
}
.event-detail-wrap .lineup-detail .lineup-goods-item__name .goods-cate {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.6923076923;
  border: solid 1px #aea7a2;
  border-radius: 50px;
  padding: 2px 15px 0;
}
.event-detail-wrap .lineup-detail .lineup-goods-item__name .goods-cate.--yellow {
  background: #fff4d6;
}
.event-detail-wrap .lineup-detail .lineup-goods-item__name .goods-cate.--blue {
  background: #deeaf7;
}
.event-detail-wrap .lineup-detail .lineup-goods-item__name .goods-cate.--pink {
  background: #fbe4e7;
}
.event-detail-wrap .lineup-detail .lineup-goods-item__name .goods-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.event-detail-wrap .voice {
  padding-bottom: 0 !important;
}
.event-detail-wrap .voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 55px;
}
.event-detail-wrap .voice-item {
  position: relative;
  padding: 20px;
  border: solid 1px #aea7a2;
}
.event-detail-wrap .voice-item-ttl {
  padding-right: 60px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 600;
}
.event-detail-wrap .voice-item-img {
  position: absolute;
  top: -20px;
  right: 25px;
  height: 70px;
}
.event-detail-wrap .voice-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-detail-wrap .fit {
  padding-bottom: 0 !important;
}
.event-detail-wrap .fit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 2.75%;
}
.event-detail-wrap .fit-item {
  width: 31.5%;
}
.event-detail-wrap .fit .m-btn {
  margin-top: 70px;
}
.event-detail-wrap .lala-back {
  margin: 50px auto 0;
  text-align: center;
}
.event-detail-wrap .lala-back .lala-back__link {
  display: inline-block;
}
.event-detail-wrap .lala-footer {
  margin-top: 70px;
  padding: 30px 15px;
  background: #f3f3f3;
  text-align: center;
}
.event-detail-wrap .lala-footer .f-logo {
  width: 27%;
  margin-inline: auto;
}
.event-detail-wrap .lala-footer .f-copy {
  margin-top: 20px;
  font-size: 10px;
  line-height: 1;
}/*# sourceMappingURL=s-event_r80t02.css.map */