.p-26 {
  font-size: clamp(10px, 2vw, 26px);
}

.p-39 {
  font-size: clamp(14px, 3vw, 39px);
}

.p-51 {
  font-size: clamp(18px, 4vw, 51px);
}

.p-bold {
  font-weight: bold;
}

.mbem-1 {
  margin-bottom: 1em !important;
}

.mtem-1 {
  margin-top: 1em !important;
}

.block-break {
  display: inline-block;
}

.border-text {
  padding: 0.4em 1.5em;
  border: 3px solid white;
  text-align: center;
  line-height: 100%;
}

header {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 300;
  top: 0;
  right: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  padding: 15px 25px 15px 30px;
  font-family: "Yu Gothic", YuGothic, sans-serif;
}
header .header-logo {
  display: block;
  width: clamp(115px, 20vw, 200px);
  margin-right: auto;
}
header .header-logo img {
  width: 100%;
}
@media screen and (min-width: 801px) {
  header {
    padding: clamp(15px, 2vw, 30px) clamp(25px, 4vw, 50px);
  }
}

.bottom-banner,
.footnote {
  color: white;
  width: 100%;
}
.bottom-banner .text-container,
.footnote .text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-banner .text-container .p-26,
.footnote .text-container .p-26 {
  margin: 0 1.2em;
}

header .navi {
  position: unset;
  cursor: pointer;
}
header .navi li a {
  color: black;
}

#modalArea2 li {
  line-height: 100%;
  margin-bottom: 1vh;
}
#modalArea2 li a {
  color: #DC113C;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
}
#modalArea2 h4 {
  margin: 40px 0 0.4em 0;
  color: #DC113C;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
#modalArea2 h4:nth-of-type(1) {
  margin-top: 0;
}
#modalArea2 .modalBg {
  background-color: #FFEFF2;
  background-image: url(../img/hashtag-reg.svg);
  background-repeat: no-repeat;
  background-size: 66px;
  background-position: top 100px left 30px;
}
#modalArea2 .modalWrapper {
  position: relative;
  box-sizing: border-box;
  padding: clamp(50px, 10vh, 100px) 20px 50px clamp(100px, 35%, 120px);
  height: 100%;
}
#modalArea2 .modalWrapper .navi.sp,
#modalArea2 .modalWrapper .menu-logo {
  position: absolute;
  top: 15px;
  z-index: 10;
}
#modalArea2 .modalWrapper .navi.sp {
  right: 26px;
}
#modalArea2 .modalWrapper .navi.sp .none {
  display: none;
}
#modalArea2 .modalWrapper .menu-logo {
  left: 30px;
  width: 115px;
}
#modalArea2 .modalWrapper .menu-logo img {
  width: 100%;
}
#modalArea2 .modalWrapper .footnote {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
}

.splide__track li.splide__slide {
  width: 100%;
  height: 100%;
  min-height: clamp(812px, 100vh, 1080px);
}
.splide__track li.splide__slide .slide-img {
  display: block;
  height: clamp(812px, 100vh, 1080px);
  width: 100%;
  background-image: url(../img/main_visual_sp_1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.splide__track li.splide__slide .slide-img#sli-2 {
  background-image: url(../img/main_visual_sp_2.jpg);
}
.splide__track li.splide__slide .slide-img#sli-3 {
  background-image: url(../img/main_visual_sp_3.jpg);
}
.splide__track li.splide__slide .slide-img#sli-4 {
  background-image: url(../img/main_visual_sp_4.jpg);
}
.splide__track li.splide__slide .slide-img#sli-5 {
  background-image: url(../img/main_visual_sp_5.jpg);
}
@media screen and (min-width: 801px) {
  .splide__track li.splide__slide {
    display: block;
  }
  .splide__track li.splide__slide .slide-img {
    background-image: url(../img/main_visual_pc_1.jpg);
  }
  .splide__track li.splide__slide .slide-img#sli-2 {
    background-image: url(../img/main_visual_pc_2.jpg);
  }
  .splide__track li.splide__slide .slide-img#sli-3 {
    background-image: url(../img/main_visual_pc_3.jpg);
  }
  .splide__track li.splide__slide .slide-img#sli-4 {
    background-image: url(../img/main_visual_pc_4.jpg);
  }
  .splide__track li.splide__slide .slide-img#sli-5 {
    background-image: url(../img/main_visual_pc_5.jpg);
  }
}

section.first-view {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: clamp(812px, 100vh, 1080px);
}
section.first-view .bottom-banner {
  position: relative;
  z-index: 1;
  background-color: #FF748E;
}
section.first-view .bottom-banner .text-container {
  min-height: clamp(60px, 10vw, 128px);
}
section.first-view .bottom-banner .text-container p {
  line-height: 150%;
}
section.first-view .splide {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.first-view .splide .splide__pagination {
  bottom: clamp(160px, 20vh, 220px);
}
section.first-view .splide .splide__pagination .splide__pagination__page {
  color: #FFFFFF;
  background: #FFFFFF;
  height: 10px;
  width: 10px;
  opacity: 1;
  margin-left: 10px;
  margin-right: 10px;
}
section.first-view .splide .splide__pagination .splide__pagination__page.is-active {
  scale: 1;
  color: #DC113C;
  background: #DC113C;
}
section.first-view .landing-content {
  margin: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../img/mie-outline.png) center no-repeat;
  background-size: contain;
  width: 88%;
  max-width: 1000px;
  padding: clamp(50px, 10vw, 180px) 0 clamp(70px, 10vw, 180px);
  pointer-events: none;
}
section.first-view .landing-content .landing-text {
  color: white;
  font-weight: bold;
  font-size: clamp(14px, 3vw, 38px);
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}
section.first-view .landing-content .landing-text:before {
  content: "\\";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  margin-right: 0.2em;
}
section.first-view .landing-content .landing-text:after {
  content: "/";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  margin-left: 0.2em;
}
@media screen and (min-width: 801px) {
  section.first-view .landing-content {
    margin: auto auto clamp(20px, 4vh, 40px) auto;
  }
}

section.insta {
  width: 100%;
  background-color: #F4F4F4;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
  margin: 0 auto clamp(120px, 20vw, 200px);
}
section.insta .title-row {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto clamp(60px, 10vw, 100px) auto;
}
section.insta img.section-title {
  width: clamp(140px, 30vw, 360px);
  max-width: 100%;
}
section.insta .title-text {
  display: flex;
  align-items: center;
  color: #000;
  font-size: clamp(20px, 2vw, 25px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 180%;
}
section.insta .title-text .spacer {
  display: block;
  width: 15px;
  height: 2px;
  background-color: #000;
  margin-right: 5px;
}
section.insta .embedsocial-hashtag {
  width: 100%;
}
@media screen and (min-width: 801px) {
  section.insta {
    padding: 100px 0 50px;
  }
  section.insta .title-row {
    display: flex;
    align-items: end;
  }
  section.insta .title-row .spacer {
    width: 44px;
    margin: 0 30px;
  }
}

section.about {
  width: 88%;
  max-width: 1920px;
  margin: 0 auto clamp(120px, 20vw, 280px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.about .text-container,
section.about .img-container {
  width: 100%;
  max-width: 400px;
}
section.about .img-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
}
section.about .img-container img {
  width: calc(50% - 5px);
}
section.about .text-container {
  background: url(../img/about-share.png) center top no-repeat;
  background-size: 230px;
  padding-top: 200px;
}
section.about .text-container p {
  font-family: "Yu Gothic", YuGothic, sans-serif;
  line-height: 280%;
  font-size: clamp(20px, 2vw, 25px);
  font-weight: bold;
  margin-bottom: 2em;
}
@media screen and (min-width: 801px) {
  section.about {
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
  }
  section.about .text-container {
    width: 48%;
    background: url(../img/about-share.png) top left no-repeat;
    background-size: contain;
    max-width: 870px;
    margin-right: 30px;
    padding: clamp(50px, 10vw, 100px) 0 clamp(150px, 20vw, 300px);
  }
  section.about .text-container p {
    margin: 0;
  }
  section.about .img-container {
    width: 48%;
    max-width: unset;
  }
}

section.event {
  background-color: #F4F4F4;
  width: 100%;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  padding-bottom: clamp(60px, 10vw, 120px);
  margin-bottom: clamp(60px, 10vw, 110px);
}
section.event .topMain {
  margin-bottom: 0;
}
section.event .topMain p.highlight {
  color: #f2264c;
  font-size: clamp(18px, 3vw, 30px);
  margin: 0.2em 0 1em;
  font-weight: bold;
}
section.event .content-container {
  width: 1000px;
  max-width: 88%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  text-align: center;
}
section.event .title-row {
  margin: 0 auto;
  display: flex;
  align-items: end;
  transform: translateY(-55%);
}
section.event img.section-title {
  width: clamp(140px, 30vw, 360px);
  max-width: 100%;
}
section.event .title-text {
  display: flex;
  align-items: center;
  color: #000;
  font-size: clamp(20px, 2vw, 25px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 180%;
  color: #DC113C;
}
section.event .title-text .spacer {
  display: block;
  width: 15px;
  height: 2px;
  background-color: #000;
  margin: 0 10px;
}
section.event .title-text.double-spaced {
  line-height: 100%;
}
section.event .contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.event .contents .top-text {
  font-size: clamp(20px, 2vw, 25px);
  color: #DC113C;
  margin-bottom: 1em;
}
section.event .contents img.event-catch {
  width: 100%;
  max-width: 580px;
  margin-bottom: 1em;
}
section.event .contents p.main-text {
  color: #000;
  font-weight: bold;
  line-height: 280%;
  font-size: clamp(16px, 2vw, 18px);
  margin: 2em 0 1em;
}
@media screen and (min-width: 801px) {
  section.event .title-row {
    align-items: center;
    transform: translateY(-60%);
  }
  section.event .title-row .spacer {
    width: 44px;
    margin: 0 30px;
  }
  section.event .title-row .title-text {
    margin-top: 1em;
  }
}

/*# sourceMappingURL=rework.css.map */
