@charset "UTF-8";
/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  letter-spacing: 0.03em;
}

body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
  outline: none;
  padding: 0;
}

*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none;
}

.pc_inline {
  display: inline;
}

@media screen and (min-width: 768px) {
  .imgalpha {
    cursor: pointer;
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
  }
}
.test {
  color: #263c64;
}

/*-------------------------------------------------------------------
common
/*-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    height: auto;
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .pc_inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    max-width: 100vw;
    overflow: hidden;
  }
}
.fluid {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------
ボタン
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
header
/*-------------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header .header_inner {
  max-width: 1400px;
  display: flex;
  margin: 0 auto;
  justify-content: flex-end;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  header .header_inner {
    padding: 2.7906976744vw;
  }
}
@media screen and (max-width: 768px) {
  header .page_nav {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 10000;
    display: block;
    padding-top: 23.2558139535vw;
  }
}
header .page_nav ul {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .page_nav ul {
    display: block;
    padding-left: 9.3023255814vw;
  }
}
header .page_nav ul li {
  position: relative;
}
@media screen and (max-width: 768px) {
  header .page_nav ul li {
    padding-bottom: 4.6511627907vw;
  }
}
header .page_nav ul li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 15px;
  background-color: #000;
  width: 1px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  header .page_nav ul li:after {
    display: none;
  }
}
header .page_nav ul li:last-child:after {
  display: none;
}
header .page_nav ul li a {
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  font-weight: 900;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  header .page_nav ul li a {
    font-size: 5.1162790698vw;
  }
}
header .sns_box {
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  header .sns_box {
    gap: 3.488372093vw;
  }
}
header .sns_box a {
  width: 36px;
}
@media screen and (max-width: 768px) {
  header .sns_box a {
    width: 8.3720930233vw;
  }
}
header .sp_navBtn {
  display: none;
  position: relative;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  header .sp_navBtn {
    display: block;
    width: 9.0697674419vw;
    margin-left: 3.7209302326vw;
  }
}

/*-------------------------------------------------------------------
mv
/*-------------------------------------------------------------------*/
.mv {
  background-image: url(../img/mv_img02_pc.png);
  background-size: 100%;
  min-height: 994px;
  z-index: -1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    min-height: auto;
    background-image: url(../img/mv_img02_sp.png);
    background-size: cover;
    background-position: center;
  }
}
.mv .mv_ttl {
  margin: 0 auto;
  max-width: 1500px;
  z-index: -1;
  position: fixed;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1500px;
}
@media screen and (max-width: 768px) {
  .mv .mv_ttl {
    width: 100%;
    top: vh(100);
    position: static;
    transform: none;
  }
  .mv .mv_ttl img {
    width: auto;
    margin: 0 auto;
    display: block;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*-------------------------------------------------------------------
intro
/*-------------------------------------------------------------------*/
.intro {
  background-color: #E2E2E2;
  display: flex;
  align-items: center;
  padding: 100px 0;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .intro {
    padding-top: 9.3023255814vw;
    height: auto;
    padding-bottom: 11.6279069767vw;
  }
}
.intro .intro_ttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .intro .intro_ttl {
    font-size: 5.8139534884vw;
    line-height: 1.44;
  }
}
.intro .intro_ttl .intro_ttl-ja {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .intro .intro_ttl .intro_ttl-ja {
    margin-bottom: 1.1627906977vw;
  }
}
.intro .intro_ttl .intro_ttl-en {
  width: 933px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .intro .intro_ttl .intro_ttl-en {
    width: 96.2790697674vw;
  }
}
.intro .intro_box {
  background: #000;
  font-size: 26px;
  color: #fff;
  line-height: 1.6;
  font-weight: 600;
  width: 1065px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .intro .intro_box {
    width: 90.6976744186vw;
    height: 40.9302325581vw;
    font-size: 5.3488372093vw;
    line-height: 1.82;
    padding: 2.3255813953vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5.3488372093vw;
  }
}
.intro .intro_bottomTxt {
  font-size: 18px;
  line-height: 2.2;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intro .intro_bottomTxt {
    max-width: 90.6976744186vw;
    font-size: 3.9534883721vw;
    line-height: 1.77;
    margin-left: auto;
    margin-right: auto;
  }
}
.intro .intro_bottomSubTxt {
  max-width: 1000px;
  margin: 30px auto 0;
  font-size: 15px;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .intro .intro_bottomSubTxt {
    max-width: 90.6976744186vw;
    font-size: 3.488372093vw;
    line-height: 2.1;
    margin: 6.976744186vw auto 0;
  }
}

video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*-------------------------------------------------------------------
schedule
/*-------------------------------------------------------------------*/
.schedule {
  background-color: #1D1CF4;
  color: #fff;
  height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .schedule {
    height: auto;
    padding: 9.3023255814vw 0 11.6279069767vw;
  }
}
.schedule .schedule_ttl {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .schedule .schedule_ttl {
    font-size: 6.0465116279vw;
    margin-bottom: 3.488372093vw;
  }
}
.schedule .schedule_subTtl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .schedule .schedule_subTtl {
    font-size: 6.0465116279vw;
    line-height: 1.44;
    margin-bottom: 9.3023255814vw;
  }
}
.schedule .schedule_subTtl .schedule_subTtl-sub {
  font-size: 15px;
  line-height: 2.8;
  display: block;
}
@media screen and (max-width: 768px) {
  .schedule .schedule_subTtl .schedule_subTtl-sub {
    font-size: 3.488372093vw;
    line-height: 2.1;
  }
}
.schedule .schedule_date {
  font-size: 30px;
  font-weight: 700;
  display: table;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .schedule .schedule_date {
    font-size: 6.0465116279vw;
    width: 90.6976744186vw;
    line-height: 2;
    margin: 0 auto 8.1395348837vw;
  }
}
.schedule .schedule_tagBox {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .schedule .schedule_tagBox {
    gap: 5.8139534884vw;
  }
}
.schedule .schedule_tagBox .schedule_tag {
  width: 140px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  background-color: #EB2876;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .schedule .schedule_tagBox .schedule_tag {
    width: 32.5581395349vw;
    height: 7.9069767442vw;
    font-size: 4.1860465116vw;
    border-radius: 1.3953488372vw;
  }
}

/*-------------------------------------------------------------------
footArea
/*-------------------------------------------------------------------*/
.footArea {
  padding: 55px 0 42px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .footArea {
    padding: 13.9534883721vw 0 12.3255813953vw;
  }
}
.footArea .footArea_ttl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #EB2876;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footArea .footArea_ttl {
    font-size: 6.976744186vw;
    line-height: 1.41;
    margin-bottom: 8.1395348837vw;
  }
}
.footArea .footArea_txt {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footArea .footArea_txt {
    font-size: 4.4186046512vw;
    line-height: 1.8;
    margin-bottom: 13.9534883721vw;
  }
}
.footArea .footBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footArea .footBox {
    margin-bottom: 9.3023255814vw;
  }
}
.footArea .footBox .footBox_ttl {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .footArea .footBox .footBox_ttl {
    font-size: 4.1860465116vw;
  }
}
.footArea .footBox .footBox_img {
  width: 450px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .footArea .footBox .footBox_img {
    width: 90.6976744186vw;
  }
}
.footArea .footBox .footBox_img img {
  width: 100%;
  height: auto;
}
.footArea .footBox .footBox_txt {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footArea .footBox .footBox_txt {
    font-size: 4.1860465116vw;
  }
}
.footArea .footBox .footBox_txt.coordinator {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .footArea .footBox .footBox_txt.coordinator {
    font-size: 5.1162790698vw;
  }
}
.footArea .foot_snsBox {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footArea .foot_snsBox {
    gap: 4.6511627907vw;
  }
}
.footArea .foot_snsBox .foot_snsBtn {
  width: 36px;
}
@media screen and (max-width: 768px) {
  .footArea .foot_snsBox .foot_snsBtn {
    width: 12.5581395349vw;
  }
}

/*-------------------------------------------------------------------
foot
/*-------------------------------------------------------------------*/
footer {
  padding: 42px 0;
  text-align: center;
  background-color: #999B98;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 7.4418604651vw 0;
  }
}
footer .foot_copy {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .foot_copy {
    font-size: 3.2558139535vw;
  }
}

/*-------------------------------------------------------------------
artist
/*-------------------------------------------------------------------*/
.artist .inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .artist .inner {
    width: 90.6976744186vw;
  }
}
.artist .artist_ttl {
  background-color: #000000;
  color: #fff;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .artist .artist_ttl {
    padding: 4.6511627907vw 6.976744186vw;
  }
}
.artist .artist_ttl .artist_ttl-en {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 30px;
  font-family: "Quicksand", sans-serif;
}
@media screen and (max-width: 768px) {
  .artist .artist_ttl .artist_ttl-en {
    font-size: 9.3023255814vw;
    display: block;
    text-align: left;
    margin-bottom: 0.6976744186vw;
  }
}
.artist .artist_ttl .artist_date {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .artist .artist_ttl .artist_date {
    font-size: 5.3488372093vw;
    display: block;
    text-align: left;
  }
}
.artist .artist_logo {
  position: absolute;
  top: 5px;
  right: 0;
  width: 176px;
}
@media screen and (max-width: 768px) {
  .artist .artist_logo {
    width: 31.3953488372vw;
    top: 5.8139534884vw;
  }
}
.artist .artist_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.artist .artist_boxDate {
  margin-top: 70px;
  color: #fff;
  font-size: 24px;
  display: flex;
  gap: 40px;
  align-items: baseline;
  position: relative;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .artist .artist_boxDate {
    display: block;
    font-size: 5.1162790698vw;
    padding-left: 1.1627906977vw;
    padding-right: 1.1627906977vw;
    margin-bottom: 16.2790697674vw;
    margin-top: 6.976744186vw;
  }
}
.artist .artist_boxDate:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 5px;
  bottom: -23px;
  left: 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .artist .artist_boxDate:after {
    width: 18.6046511628vw;
    height: 1.1627906977vw;
    bottom: -4.6511627907vw;
    left: 1.1627906977vw;
  }
}
.artist .artist_boxDate .artist_boxDate-day {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .artist .artist_boxDate .artist_boxDate-day {
    font-size: 6.511627907vw;
    display: block;
  }
}
.artist .artist_boxDate .artist_boxDate-time {
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .artist .artist_boxDate .artist_boxDate-time {
    font-size: 5.1162790698vw;
    display: block;
  }
}
.artist.artist01 {
  padding: 0px 0 130px;
  background-color: #1D1CF4;
  background-image: url(../img/artist_bg02_pc.png);
  background-size: 958px;
  background-position: top left;
  background-repeat: repeat-y;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .artist.artist01 {
    background-size: 100%;
    padding: 0vw 0 9.3023255814vw;
    background-image: url(../img/artist_bg02_sp.png);
  }
}
.artist.artist02 {
  padding: 0px 0 130px;
  background-color: #EB2876;
  background-image: url(../img/artist_bg01_pc.png);
  background-size: 810px;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .artist.artist02 {
    background-size: 100%;
    padding: 0vw 0 9.3023255814vw;
    background-image: url(../img/artist_bg01_sp.png);
  }
}
.artist.artist03 {
  padding: 0px 0 70px;
  background-color: #E8E8E8;
  background-image: url(../img/artist_bg03_pc.png);
  background-size: 958px;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .artist.artist03 {
    background-size: 100%;
    padding: 0vw 0 9.3023255814vw;
    background-image: url(../img/artist_bg03_sp.png);
  }
}
.artist.artist03 .artist_boxDate {
  margin-top: 40px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .artist.artist03 .artist_boxDate {
    margin-top: 9.3023255814vw;
  }
}
.artist.artist03 .artist_boxDate:after {
  background-color: #000;
}
.artist.artist03 .artist_boxDate-tittle {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1.66;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .artist.artist03 .artist_boxDate-tittle {
    font-size: 5.3488372093vw;
    margin-bottom: 4.6511627907vw;
  }
}
.artist.artist03 .artist_boxDate-txt {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .artist.artist03 .artist_boxDate-txt {
    font-size: 4.6511627907vw;
    line-height: 1.8;
    margin-bottom: 9.3023255814vw;
  }
}
.artist .artist_listWrap {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .artist .artist_listWrap {
    display: block;
  }
}
.artist .artist_listWrap .artist_list {
  width: 580px;
  transition: opacity 0.4s ease-in-out;
}
.artist .artist_listWrap .artist_list:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .artist .artist_listWrap .artist_list {
    width: 90.6976744186vw;
    margin-bottom: 8.8372093023vw;
  }
  .artist .artist_listWrap .artist_list:last-child {
    margin-bottom: 12.7906976744vw;
  }
}
.artist .artist_listWrap .artist_list img {
  width: 100%;
}
.artist .artist_listWrap .artist_list_img {
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .artist .artist_listWrap .artist_list_img {
    margin-bottom: 6.976744186vw;
  }
}

@media screen and (max-width: 768px) {
  .sp_navBtn {
    background-image: url(../img/menu_ico02.svg);
    background-size: 100%;
  }
  .sp_navBtn img {
    transition: opacity 0.4s ease-in-out;
  }
}
.page_nav {
  transition: right 0.4s ease-in-out;
}

body.open .page_nav {
  right: -30.2325581395vw;
}
body.open .sp_navBtn img {
  opacity: 0;
}

.artist_listTtl {
  font-size: 24px;
  width: 400px;
  padding: 0 20px;
  display: flex;
  height: 55px;
  align-items: center;
  background-color: #000;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .artist_listTtl {
    font-size: 3.7209302326vw;
    width: 62.7906976744vw;
    height: 8.6046511628vw;
    padding-left: 3.488372093vw;
    padding-right: 3.488372093vw;
    margin-bottom: 1.1627906977vw;
  }
}
.artist_listTtl.short {
  width: 210px;
}
@media screen and (max-width: 768px) {
  .artist_listTtl.short {
    width: 34.8837209302vw;
  }
}
.artist_listTtl .artist_listTtl-sub {
  font-size: 90%;
}
@media screen and (max-width: 768px) {
  .artist_listTtl .artist_listTtl-sub {
    font-size: 3.488372093vw;
  }
}
.artist_listTtl.last {
  margin-left: 40px;
  width: 485px;
}
@media screen and (max-width: 768px) {
  .artist_listTtl.last {
    margin-left: 6.2790697674vw;
    width: 75.8139534884vw;
  }
}

.artist_listName {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.12;
}
@media screen and (max-width: 768px) {
  .artist_listName {
    font-size: 5.3488372093vw;
  }
}
.artist_listName.big {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .artist_listName.big {
    font-size: 7.6744186047vw;
  }
}

.artist_listSubName {
  font-size: 22px;
  margin-top: 5px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .artist_listSubName {
    font-size: 3.9534883721vw;
    margin-top: 1.1627906977vw;
  }
}

.modal_img {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modal_img {
    width: 100%;
  }
}
.modal_img img {
  width: 100%;
  height: auto;
}

.artist_listTtlWrap {
  width: auto;
  margin: 48px auto 35px;
  display: table;
}
@media screen and (max-width: 768px) {
  .artist_listTtlWrap {
    display: block;
    margin-top: 6.976744186vw;
    margin-bottom: 4.6511627907vw;
  }
  .artist_listTtlWrap .artist_listName {
    margin-top: 4.6511627907vw;
  }
}

.modal_txt {
  width: 700px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  .modal_txt {
    width: 100%;
  }
}

.bold {
  font-weight: 700;
}

.normal {
  font-weight: normal;
}

.modalLink_wrap {
  width: 700px;
  margin: 30px auto 0;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  .modalLink_wrap {
    width: 100%;
  }
}
.modalLink_wrap a {
  line-height: 2;
  display: block;
  font-size: 16px;
  color: #EB2876;
  text-decoration: underline;
  font-weight: normal;
}
.modalLink_wrap a:hover {
  text-decoration: none;
}

.modaal-content-container {
  padding-top: 90px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .modaal-content-container {
    padding-top: 18.6046511628vw;
    padding-bottom: 9.3023255814vw;
    padding-left: 4.6511627907vw;
    padding-right: 4.6511627907vw;
  }
}

.modal_ico {
  width: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.modaal-close {
  display: none;
}

@media screen and (max-width: 768px) {
  .modaal-inner-wrapper {
    padding-left: 4.6511627907vw;
    padding-right: 4.6511627907vw;
  }
}

/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  right: 50%;
  bottom: -4%;
  transform: translateX(50%);
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .scroll {
    bottom: 57.5%;
    left: 8%;
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  .scroll span {
    position: relative;
  }
}
.scroll span img {
  margin: 0 auto;
  display: block;
  position: absolute;
  right: -20px;
  top: 18px;
}
@media screen and (max-width: 768px) {
  .scroll span img {
    right: -4.6511627907vw;
    top: 4.1860465116vw;
    width: 2.7906976744vw !important;
    height: auto !important;
  }
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #EB2876;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
  z-index: 2;
}

/* 線の背景色 */
.scroll::after {
  background-color: #ccc;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.mv_ttl img,
.scroll {
  opacity: 0;
  transform: translateY(5px);
}/*# sourceMappingURL=style.css.map */