@charset "utf-8";

/***** reset *****/
html {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, article, aside, details, figcaption, figure, header, footer, hgroup, menu, nav, section, summary {
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, header, footer, hgroup, menu, nav, section, summary {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul, ol {
  list-style-type: none;
}
input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

/***** common *****/
body {
  color: #3C3C3C;
  font-size: 16px;
  font-family: Helvetica, Arial, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'モリサワ 新ゴ R', 'Droid Sans', 'メイリオ', 'sans-serif';
  line-height: 1.8;
}
a {
  color: #3C3C3C;
  text-decoration: none;
}
a:hover {
  opacity: .7;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
img[data-device="sp"] {
  display: inline;
}
img[data-device="pc"] {
  display: none;
}
.section-inner {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1080px;
  margin-inline: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}
.section-title {
  margin-bottom: 24px;
  text-align: center;
}
.section-title > img {
  height: 58px;
}
.profile .section-title > img {
  height: 94px;
}
.shadowBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 816px;
  margin: auto;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(255,255,255,.5);
  -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.25);
  -moz-box-shadow: 3px 3px 5px rgba(0,0,0,.25);
  box-shadow: 3px 3px 5px rgba(0,0,0,.25);
}

/* main visual */
.mv {
  position: relative;
  padding-bottom: 32vw;
}
.mv:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 168vw;
  background: url("../img/bgMv-sp.png") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: "";
}
.mv:after {
  position: absolute;
  inset: 0 0 -4vw;
  background: url("../img/bgPinkLine-sp.svg") no-repeat left bottom;
  -webkit-background-size: 768px auto;
  -moz-background-size: 768px auto;
  background-size: 768px auto;
  content: "";
  z-index: -10;
}
.mv-hero {
  height: 150vw;
}
.mv-pLogo {
  position: absolute;
  top: 10px;
  left: 5vw;
  display: block;
  width: 108px;
  height: 21px;
  z-index: 1;
}
.mv-collabBadge {
  position: absolute;
  top: 44vw;
  right: 5vw;
  width: 27.54vw;
}
.mv-title {
  margin-bottom: 32px;
  padding: 0 8vw;
}
.mv-title picture {
  display: block;
}
.mv-subTitle {
  position: absolute;
  top: 3vw;
  right: 3vw;
  width: 52vw;
}
.mv-sakuraIllust {
  position: absolute;
  top: 90vw;
  left: 4vw;
  width: 40.26vw;
}
.mv-lead {
  position: relative;
  line-height: 2;
}
[class^="mv-lead-bg-"] {
  position: absolute;
  z-index: -1;
}
.mv-lead-bg-01 {
  top: -16px;
  left: -18px;
}
.mv-lead-bg-02 {
  top: 0;
  right: -5vw;
}
.mv-lead-bg-03 {
  bottom: -28vw;
  left: -10px;
}
.mv-lead-bg-04 {
  bottom: -16vw;
  right: -5vw;
}
.mv-scroll {
  position: absolute;
  right: 4vw;
  top: 90vw;
  width: 16px;
}
.mv-scroll:after {
  position: absolute;
  right: 50%;
  top: 48px;
  width: 2px;
  height: 60vw;
  background-color: #FFF;
  content: "";
}

/* message */
.message {
  position: relative;
}
.message:after {
  position: absolute;
  inset: -8vw 0 -240px;
  background: url("../img/bgGreenLine-sp.svg") no-repeat left top;
  -webkit-background-size: 768px auto;
  -moz-background-size: 768px auto;
  background-size: 768px auto;
  content: "";
  z-index: -11;
}
.message .section-inner {
  padding-bottom: 40px;
}
[class^="message-bg-"] {
  position: absolute;
  z-index: -1;
}
.message-bg-01 {
  right: 8vw;
  bottom: -47px;
}
.message-bg-02 {
  left: 1vw;
  bottom: -36px;
}

/* sns */
.sns .section-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.sns-grid {
  max-width: 350px;
  margin: auto;
}
.sns-item + .sns-item {
  margin-top: 8px;
}
.sns-item-title {
  margin-bottom: 4px;
  padding: 0 8px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}
.sns-item[data-type="sakura"] .sns-item-title {
  background-color: #DA8BA8;
}
.sns-item[data-type="nanami"] .sns-item-title {
  background-color: #31B7B2;
}
.sns-item-bnr {
  display: block;
}
.sns-nanamiComment {
  position: relative;
  max-width: 350px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 16px auto 0;
  padding: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #31B7B2;
  background-color: rgba(255,255,255,.7);
  font-size: 10px;
  font-weight: bold;
}
.sns-nanamiComment:before,
.sns-nanamiComment:after {
  position: absolute;
  top: -10px;
  right: 40px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
}
.sns-nanamiComment:before {
  top: -11px;
  border-bottom: 11px solid #31B7B2;
}
.sns-nanamiComment:after {
  border-bottom: 11px solid #FFF;
}
.sns-nanamiComment > p + p {
  margin-top: 1em;
}
[class^="sns-bg-"] {
  position: absolute;
  z-index: -1;
}
.sns-bg-01 {
  left: 8vw;
  top: 40px;
}
.sns-bg-02 {
  right: 9vw;
  bottom: -30px;
}
.sns-bg-03 {
  right: 10vw;
  bottom: 8px;
}

/* perfomance */
.performance {
  position: relative;
}
.performance:after {
  position: absolute;
  inset: 0 0 -120px;
  background: url("../img/bgPinkLine-sp.svg") no-repeat right top 68px;
  -webkit-background-size: 768px auto;
  -moz-background-size: 768px auto;
  background-size: 768px auto;
  content: "";
  z-index: -10;
}
.performance .section-inner {
  padding-top: 40px;
  padding-bottom: 64px;
}
.shadowBox + .performance-list {
  margin-top: 16px;
}
.performance-list-title {
  padding: 0 8px;
  background-color: #DA8BA8;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}
.performance-list-items {
  padding: 12px;
  border: solid 1px #DA8BA8;
  border-top: none;
  background-color: rgba(255,255,255,.9);
}
.performance-list-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}
.performance-list-grid > li {
  width: calc(50% - 4px);
}
.performance-list-readMore {
  margin-top: 16px;
  text-align: center;
}
.performance-list-readMore > span {
  display: inline-block;
  width: 168px;
  padding: 4px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #F0B4CA;
  background-color: #FFF;
  color: #DA8BA8;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
}
.performance-list-readMore > span:hover {
  opacity: .7;
}
.performance-CommingSoon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #F0B4CA;
  border: solid 2px #DA8BA8;
  aspect-ratio: 16 / 9;
}
[class^="performance-bg-"] {
  position: absolute;
  z-index: -1;
}
.performance-bg-01 {
  right: 1vw;
  bottom: -32px;
}
.performance-bg-02 {
  left: 2vw;
  top: 300px;
}

/* schedule */
.schedule {
  position: relative;
}
.schedule:after {
  position: absolute;
  inset: 0 0 -360px;
  background: url("../img/bgGreenLine-sp.svg") no-repeat left top 220px;
  -webkit-background-size: 768px auto;
  -moz-background-size: 768px auto;
  background-size: 768px auto;
  content: "";
  z-index: -11;
}
.schedule .section-inner {
  padding-top: 40px;
  padding-bottom: 64px;
}
.scheduleList-item + .scheduleList-item {
  margin-top: 8px;
}
.scheduleList-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 6px rgba(0,0,0,.2);
  box-shadow: 0 1px 6px rgba(0,0,0,.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(255,255,255,.9);
}
.scheduleList-thumb {
  width: 6vw;
  max-width: 88px;
  min-width: 64px;
}
.scheduleList-thumb > img {
  width: 100%;
  height: auto;
}
.scheduleList-body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-left: 8px;
  line-height: 1.4;
}
.scheduleList-date {
  display: inline-block;
  padding: 2px 4px;
  background-color: #46C7C3;
  color: #FFF;
  font-size: 10px;
  vertical-align: top;
}
.scheduleList-hallName {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
}
.scheduleList-address {
  font-size: 11px;
}
.scheduleList-readMore {
  margin-top: 16px;
  text-align: center;
}
.scheduleList-readMore > span {
  display: inline-block;
  width: 168px;
  padding: 4px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #46C7C3;
  background-color: #FFF;
  color: #228E8B;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
}
.scheduleList-readMore > span:hover {
  opacity: .7;
}

.scheduleList[data-type="comming_soon"] .scheduleList-item {
  position: relative;
}
.scheduleList[data-type="comming_soon"] .scheduleList-thumb {
  background-color: #D9D9D9;
  aspect-ratio: 1 / 1;
}
.scheduleList[data-type="comming_soon"] .scheduleList-date {
  width: 118px;
  height: 15px;
  margin-bottom: 4px;
  background-color: #D9D9D9;
}
.scheduleList[data-type="comming_soon"] .scheduleList-hallName {
  width: 200px;
  height: 13px;
  margin-bottom: 4px;
  background-color: #D9D9D9;
}
.scheduleList[data-type="comming_soon"] .scheduleList-address {
  width: 154px;
  height: 11px;
  margin-bottom: 4px;
  background-color: #D9D9D9;
}
.scheduleList[data-type="comming_soon"] .scheduleList-soon {
  position: absolute;
  inset: 0;
  width: 200px;
  margin: auto;
}



[class^="schedule-bg-"] {
  position: absolute;
  z-index: -1;
}
.schedule-bg-01 {
  right: 8vw;
  top: 560px;
}

/* profile */
.profile {
  position: relative;
}
.profile:after {
  position: absolute;
  inset: 0;
  background: url("../img/bgPinkLine-sp.svg") no-repeat left bottom 88px;
  -webkit-background-size: 768px auto;
  -moz-background-size: 768px auto;
  background-size: 768px auto;
  content: "";
  z-index: -10;
}
.profile .section-inner {
  padding-top: 40px;
  padding-bottom: 120px;
}
.profile-thumb {
  width: 60%;
  margin: 0 auto 16px;
}
.profile-text {
  position: relative;
  padding: 24px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: rgba(255,255,255,.4);
}
[class^="profile-bg-"] {
  position: absolute;
  z-index: -1;
}
.profile-bg-01 {
  left: 2vw;
  top: 100px;
}
.profile-bg-02 {
  right: -8px;
  top: -74px;
}
.profile-bg-03 {
  left: -5vw;
  bottom: -80px;
}

/* footer */
.footer {
  padding: 12px 0;
  border-top: solid 1px #CCC;
  text-align: center;
}
.footer-logo {
  display: inline-block;
  width: 80px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #CCC;
  font-size: 12px;
  line-height: 20px;
}

@media screen and (min-width: 1080px) {
  .section-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
/***** iPad mini以上向け *****/
@media screen and (min-width: 768px) {
  .section-title > img {
    height: 116px;
  }
  .profile .section-title > img {
    height: 186px;
  }
  /* main visual  */
  .mv {
    padding-bottom: 80px;
  }
  .mv:before {
    height: 72vw;
    background: url("../img/bgMv-pc.png") no-repeat center top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    z-index: -11;
  }
  .mv:after {
    background: none;
  }
  .mv-hero {
    height: 54vw;
  }
  .mv-title {
    padding: 0;
  }
  .mv-sakuraIllust {
    top: 24vw;
    left: 8vw;
    width: min(18vw, 340px);
  }
  .mv-subTitle {
    right: 50%;
    top: 1vw;
    width: 38vw;
  }
  .mv-collabBadge {
    top: 60px;
    right: 10vw;
    width: min(10.5vw, 180px);
  }
  .mv-scroll {
    right: 1vw;
    top: auto;
    bottom: 340px;
    z-index: -11;
  }
  .mv-scroll:after {
    height: 20vw;
  }
  /* message */
  .message:after {
    inset: -3vw 0 -200px;
    background: url("../img/bgPinkLine-pc.svg") no-repeat right top;
    -webkit-background-size: 2600px auto;
    -moz-background-size: 2600px auto;
    background-size: 2600px auto;
    z-index: -10;
  }
  .message-bg-03 {
    right: 0;
    top: 2.5vw;
  }
  .message-bg-04 {
    left: 0;
    top: 22.5vw;
  }
  .message-bg-05 {
    right: 0;
    bottom: -8vw;
  }
  /* sns  */
  .sns {
    position: relative;
  }
  .sns:after {
    position: absolute;
    inset: -6.5vw 0 -300px;
    background: url("../img/bgGreenLine-pc.svg") no-repeat left top;
    -webkit-background-size: 2600px auto;
    -moz-background-size: 2600px auto;
    background-size: 2600px auto;
    content: "";
    z-index: -11;
  }
  .sns-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 816px;
    margin: auto;
  }
  .sns-item {
    width: calc(50% - 4px);
  }
  .sns-item + .sns-item {
    margin-top: 0;
  }
  .sns-item-bnr > img {
    width: 100%;
  }
  .sns-nanamiComment {
    max-width: 816px;
    font-size: 14px;
  }
  .sns-bg-01 {
    width: 24px;
    left: 3vw;
    top: 34vw;
  }
  .sns-bg-02 {
    width: 50px;
    left: 12vw;
  }
  .sns-bg-04 {
    left: -4vw;
    top: 24vw;
  }
  .sns-bg-05 {
    right: 0;
    top: 24vw;
  }
  /* performance */
  .performance {
    position: relative;
  }
  .performance:after {
    inset: 0 0 -200px;
    background: url("../img/bgPinkLine-pc.svg") no-repeat right top;
    -webkit-background-size: 2600px auto;
    -moz-background-size: 2600px auto;
    background-size: 2600px auto;
    z-index: -12;
  }
  .performance-list {
    max-width: 816px;
    margin: auto;
  }
  .performance-list-grid {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .performance-list-grid > li {
    width: auto;
  }
  .performance-bg-01 {
    right: 0;
    bottom: 0;
  }
  .performance-bg-02 {
    top: 24vw;
    left: 0;
    width: 64px;
  }
  .performance-bg-03 {
    top: -7vw;
    right: 0;
  }
  /* schedule  */
  .schedule:after {
    inset: -4vw 0 -36vw;
    background: url("../img/bgGreenLine-pc.svg") no-repeat left top;
    -webkit-background-size: 2600px auto;
    -moz-background-size: 2600px auto;
    background-size: 2600px auto;
    z-index: -13;
  }
  .scheduleList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: min(100%, 816px);
    margin: auto;
    gap: 8px;
  }
  .scheduleList-item {
    width: calc(50% - 4px);
  }
  .scheduleList-item + .scheduleList-item {
    margin-top: 0;
  }
  .scheduleList-readMore > span {
    font-size: 16px;
  }
  .schedule-bg-01 {
    right: 0;
    top: 30vw;
    width: 129px;
  }
  /* profile  */
  .profile:after {
    background: url("../img/bgPinkLine-pc.svg") no-repeat right bottom;
    -webkit-background-size: 2600px auto;
    -moz-background-size: 2600px auto;
    background-size: 2600px auto;
    z-index: -14;
  }
  .profile-grid {
    display: table;
    width: min(100%, 816px);
    margin: auto;
  }
  .profile-thumb {
    display: table-cell;
    width: 50%;
    padding-right: 16px;
  }
  .profile-thumb > img {
    width: 100%;
  }
  .profile-text {
    display: table-cell;
    font-size: 18px;
    vertical-align: middle;
  }
  .profile-logo {
    width: 100%;
    margin-bottom: 24px;
  }
  .profile-bg-01 {
    top: 160px;
    left: 0;
    width: 98px;
  }
  .profile-bg-02 {
    right: -4vw;
    top: 6vw;
    width: 58px;
  }
  .profile-bg-03 {
    right: -4vw;
    bottom: -40px;
    left: auto;
    top: auto;
    width: 236px;
  }
  img[data-device="sp"] {
    display: none;
  }
  img[data-device="pc"] {
    display: inline;
  }
}

/***** fadein *****/
.fadeup {
  opacity: 0;
  -webkit-transform: translateY(16px);
  -moz-transform: translateY(16px);
  transform: translateY(16px);
  -webkit-transition: opacity .8s, transform .8s;
  -moz-transition: opacity .8s, transform .8s;
  -o-transition: opacity .8s, transform .8s;
  transition: opacity .8s, transform .8s;
}
.fadeup.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.fadeup-delay-item {
  opacity: 0;
  -webkit-transform: translateY(16px);
  -moz-transform: translateY(16px);
  transform: translateY(16px);
  -webkit-transition: opacity .8s, transform .8s;
  -moz-transition: opacity .8s, transform .8s;
  -o-transition: opacity .8s, transform .8s;
  transition: opacity .8s, transform .8s;
}
.fadeup-delay.is-visible .fadeup-delay-item {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

/***** youtube modal *****/
body.is-showPop {
  overflow: hidden;
}
.yBox {
  position: relative;
  display: block;
}
.yBox:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16%;
  aspect-ratio: 1 / 1;
  background: url("../img/iconPlay.svg") no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  z-index: 1;
}
.yModal {
  position: fixed;
  display: none;
  inset: 0;
  background: rgba(255, 255, 255, .9);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
}
.yModal.is-show {
  display: block;
}
.yModal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.yModal-video {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.yModal-iframe {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.yModal-close {
  position: absolute;
  top: -48px;
  right: -48px;
  width: 48px;
  height: 48px;
  background: url("../img/iconClose.svg") no-repeat center center;
  -webkit-background-size: 32px;
  -moz-background-size: 32px;
  background-size: 32px;
  cursor: pointer;
}
.yModal-close:hover {
  opacity: .7;
}
@media (max-width: 1080px) {
  .yModal-content {
    width: 90%;
  }
  .yModal-close {
    top: -52px;
    right: -8px;
  }
}