@charset "utf-8";

.content {
  width: 100%;
  position: relative;
}

a {
  transition: opacity 0.3s !important;
  text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #000;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*メインビジュアル---------*/
.m-kv {
  display: flex;
  text-align: center;
  margin-bottom: 100px;
}

.m-kv .item01 {
  flex-basis: 35%;
}

.m-kv .item01 .tl_logo {
  width: 100%;
  margin: 0% auto 0%;
}

.m-kv .item01 .tl_catch {
  margin: 5% auto 0%;
  z-index: 10000;
}

.m-kv .item02 {
  flex-basis: 65%;
}

.m-kv .item03 {
  flex-basis: 100%;
}

@media screen and (max-width:768px) {
  .m-kv {
    margin-bottom: 0px;
  }
}

/*---------メインビジュアル*/
/*コンセプト---------*/
.concept-wrap {
  max-width: 1600px;
  width: 100%;
  margin: 0px auto 0px;
  position: relative;
}

.concept-wrap .main {
  max-width: 750px;
  width: 100%;
  margin-left: 750px;
  padding-top: 40px;
  padding-bottom: 100px;
}

.concept-wrap .text {
  float: right;
  width: calc(100% - 700px);
  padding: 40px 10px;
}

.concept-wrap .text p {
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 3rem;
}

.concept-wrap .cf:before,
.concept-wrap .cf:after {
  content: "";
  display: table;
}

.concept-wrap .cf:after {
  clear: both;
}

.concept-wrap .cf {
  zoom: 1;
}

@media screen and (max-width:1024px) {
  .concept-wrap {
    margin: 40px auto 40px;
  }

  .concept-wrap .text {
    width: calc(100% - 200px);
  }

  .concept-wrap .text p {
    font-size: 1rem;
  }
}

@media screen and (max-width:767px) {
  .concept-wrap {
    margin: 20px auto 0px;
  }

  .concept-wrap .text {
    width: 100%;
    float: none;
    padding: 10px 20px 10px;
  }

  .concept-wrap .text p {
    font-size: 0.9rem;
    line-height: 1.8rem;
  }
}

/*---------コンセプト*/
/*ティザー---------*/
.teasermovie-wrap {
  max-width: 1100px;
  margin: 0px auto;
  position: relative;
}

.teasermovie-flex {
  margin-bottom: 20px;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
}

.teasermovie-flex .movie_area {
  max-width: 1200px;
  width: 55%;
  padding: 0px 0 40px;
  margin: 0 auto;
}

.teasermovie-flex .text_area {
  max-width: 1200px;
  width: 45%;
  padding: 70px 30px 40px 0;
  margin: 0 auto;
}

.teasermovie-flex .text_area H1 {
  font-size: 2.5rem;
  line-height: 4rem;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
}

.teasermovie-flex .text_area H2 {
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width:1024px) {
  .teasermovie-flex {
    flex-direction: column;
  }

  .teasermovie-flex .movie_area,
  .teasermovie-flex .text_area {
    width: 100%;
    margin: 0 auto;
    padding: 0px 40px 40px;
  }

  .teasermovie-flex .text_area H1 {
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 4.3rem;
    margin-bottom: 0px;
    padding: 40px 20px 0;
  }

  .teasermovie-flex .text_area H2 {
    font-size: 1.7rem;
    line-height: 3rem;
    text-align: center;
  }
}

@media screen and (max-width:599px) {
  .teasermovie-flex .movie_area {
    padding: 0px 20px 0px;
  }

  .teasermovie-flex .text_area {
    padding: 0px 40px 10px;
  }

  .teasermovie-flex .text_area H1 {
    padding: 20px 20px 0;
    font-size: 1.6rem;
    line-height: 2.3rem;
  }

  .teasermovie-flex .text_area H2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*---------ティザー*/


/*イベント---------*/
.event-wrap {
  max-width: 1100px;
  margin: 50px auto;
  position: relative;
}

.event-flex {
  margin-bottom: 20px;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
}

.event-flex .photo_area {
  max-width: 1200px;
  width: 55%;
  padding: 0px 0 40px;
  margin: 0 auto;
}

.event-flex .text_area {
  max-width: 1200px;
  width: 45%;
  padding: 0px 30px 20px 0;
  margin: 0 auto;
}

.event-flex .text_area H1 {
  font-size: 2.5rem;
  line-height: 4rem;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
}

.event-flex .text_area H2 {
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}

.event-flex table {
  border-collapse: collapse;
  background-color: #FFFFFF;
}

.event-flex th,
.event-flex td {
  border: none;
  padding: 5px;
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.event-flex th {
  width: 12%;
}

@media screen and (max-width:1024px) {
  .event-flex {
    flex-direction: column;
  }

  .event-flex .photo_area,
  .event-flex .text_area {
    width: 100%;
    margin: 0 auto;
    padding: 0px 40px 40px;
  }

  .event-flex .text_area H1 {
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 4.3rem;
    margin-bottom: 0px;
    padding: 40px 20px 0;
  }

  .event-flex .text_area H2 {
    font-size: 1.7rem;
    line-height: 3rem;
    text-align: center;
  }
}

@media screen and (max-width:599px) {
  .event-wrap {
    margin: 10px auto;
  }

  .event-flex .photo_area {
    padding: 0px 20px 0px;
  }

  .event-flex .text_area {
    padding: 0px 40px 10px;
  }

  .event-flex .text_area H1 {
    padding: 20px 20px 0;
    font-size: 1.6rem;
    line-height: 2.3rem;
  }

  .event-flex .text_area H2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .event-flex th {
    width: 16%;
  }
}

/*---------イベント*/


/*---------アー写*/
.artist-wrapper {
  padding: 30px;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  height: auto;
}

.artist-flex {
  display: flex;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

.artist-flex .item01 {
  flex-basis: 50%;
  z-index: 1;
  padding: 40px 0 20px;
}

.artist-flex .item01 p {
  font-size: 0.9rem;
  margin: 20px auto;
}

.artist-flex .item01 img {
  width: 95%;
}

.artist-flex .item02 {
  flex-basis: 50%;
}

.artist-flex .item02 .catch {
  font-size: 2.3rem;
  color: #2ca2b7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  letter-spacing: 10px;
}

.artist-flex .item02 .txt {
  flex-basis: 50%;
  padding: 8% 10% 5%;
  font-size: 0.95rem;
  text-align: left;
  line-height: 2rem;
}

.artist-flex .item02 .logo {
  padding: 5% 5% 10%;
  text-align: center;
  margin: 0 auto;
}

.artist-flex .item02 .logo img {
  width: 40%;
  margin: 0 auto;
}

.artist-kv-sp,
.artist-kv-txt {
  display: none;
}

.artist-flex .item02 .txt .msg {
  margin-top: 30px;
  padding: 5% 10%;
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.8rem;
  background-color: #FFFFFF;
  border-radius: 30px 30px 0px 30px;
  background-image: url("../img/common/bg_message.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}

.artist-flex .item02 .txt .msg H1 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

@media screen and (max-width:1350px) {
  .artist-flex .item02 .catch {
    font-size: 2.2rem;
    letter-spacing: 5px;
  }
}

@media screen and (max-width:1150px) {
  .artist-flex .item02 .logo {
    padding-top: 10%;
  }

  .artist-flex .item02 .txt {
    padding: 18% 10% 5%;
  }
}

@media screen and (max-width:1024px) {
  .artist-flex {
    margin-bottom: 0px;
  }

  .artist-flex .item02 .logo {
    padding: 4% 5% 10%;
  }

  .artist-flex .item02 .catch {
    font-size: 1.5rem;
    letter-spacing: 10px;
  }

  .artist-flex .item02 .txt {
    line-height: 1.7rem;
  }

  .artist-kv-sp,
  .artist-kv-txt {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .artist-flex {
    margin-bottom: 0px;
  }

  .artist-flex .item01 {
    display: none;
  }

  .artist-flex .item02 {
    display: block;
    flex-basis: 100%;
    z-index: 1;
    padding: 20px 0 40px;
  }

  .artist-flex .item02 .logo {
    padding: 2% 5% 3%;
  }

  .artist-kv-sp,
  .artist-kv-txt {
    display: block;
    padding-bottom: 5%;
  }

  .artist-flex .item02 .catch {
    font-size: 1.3rem;
    letter-spacing: 5px;
    text-align: center;
  }

  .artist-flex .item02 .txt {
    padding: 0% 10% 0;
    font-size: 0.85rem;
  }

  .artist-kv-txt {
    font-size: 0.7rem;
    line-height: 1rem;
  }

  .artist-flex .item02 .txt .msg {
    margin-top: 30px;
    font-size: 0.9rem;
    text-align: left;
    line-height: 1.6rem;
    border-radius: 15px 15px 0px 15px;
  }

  .artist-flex .item02 .txt .msg H1 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}

.mvjac-wrap {
 max-width: 1100px;
  margin: 50px auto;
  position: relative;
}

.mvjac-flex {
  margin-bottom: 20px;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
}

.mvjac-flex .photo_area {
  max-width: 1200px;
  width: 45%;
  padding: 0px 30px 20px 0;
  margin: 0 auto;
}

.mvjac-flex .text_area {
  max-width: 1200px;
  width: 55%;
  padding: 0px 0 40px;
  margin: 0 auto;
}

.mvjac-flex .text_area H1 {
  font-size: 1.8vw;
  line-height: 4rem;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
}

.mvjac-flex .text_area p {
  line-height: 2rem;
}

@media screen and (max-width:1024px) {
  .mvjac-flex {
    flex-direction: column;
  }

  .mvjac-flex .photo_area,
  .mvjac-flex .text_area {
    width: 100%;
    margin: 0 auto;
    padding: 0px 40px 40px;
  }

  .mvjac-flex .text_area H1 {
    display: block;
    font-weight: 700;
    font-size: 4.6vw;
    line-height: 4.3rem;
    margin-bottom: 0px;
    padding: 40px 20px 0;
    text-align: center;
  }
}

@media screen and (max-width:599px) {
  .mvjac-wrap {
    margin: 10px auto;
  }

  .mvjac-flex .photo_area {
    padding: 0px 20px 0px;
  }

  .mvjac-flex .text_area {
    padding: 0px 40px 10px;
  }

  .mvjac-flex .text_area H1 {
    padding: 20px 0px 20px;
    font-size: 4.6vw;
    line-height: 2.1rem;
    text-align: center;
  }
}

/*---------アー写*/
/*スポンサー---------*/
.sponsor-catch {
  font-size: 5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  padding: 0em 0.5em;
  background: transparent;
  border-left: solid 60px #eeeeee;
  margin-top: 50px;
  color: #2ca2b7;
}

.sponsor-catch-cp {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  padding: 1em 6rem;
  position: relative;
  display: inline-block;
}

.sponsor-catch-cp:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 70px;
  height: 1px;
  background-color: black;
  right: 0;
}

.sponsor-wrap {
  max-width: 1100px;
  margin: 0px auto;
  position: relative;
  padding: 20px;
}

.box-wrap-partner {
  display: flex;
  margin: 0px auto;
  padding: 20px 0;
  align-items: center;
  background-image: linear-gradient(to right, #bbbbbb, #bbbbbb 2px, transparent 2px, transparent 7px);
  background-size: 7px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.box-wrap-partner:last-child {
  background-image: none;
}

.partner_logo_area {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .sponsor-catch {
    margin-top: 50px;
  }

  .sponsor-catch-cp {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 599px) {
  .partner_logo_area {
    width: 100%;
  }

  .partner {
    background-size: cover;
  }

  .box-wrap-partner {
    width: 95%;
    flex-direction: column;
    margin-bottom: 5px;
    padding: 0px;
    background-image: linear-gradient(to right, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 5px);
    background-size: 5px 1px;
  }

  .sponsor-catch {
    font-size: 1.9rem;
    border-left: solid 30px #eeeeee;
    margin-top: 50px;
  }

  .sponsor-catch-cp {
    font-size: 0.7rem;
    padding: 1em 2.8rem;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
  }

  .sponsor-catch-cp:after {
    width: 40px;
  }
}

/*---------スポンサー*/
/*アンケート---------*/
.btn_Area {
  margin: 50px auto;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.btn_Area H1 {
  font-size: 1rem;
  line-height: 1.4rem;
}

.btn_Area H2 {
  font-size: 0.5rem;
}

@media (min-width: 768px) {
  .btn_Area {
    margin: 100px auto;
  }

  .btn_Area H1 {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .btn_Area H2 {
    font-size: 1.5rem;
    line-height: 5rem;
  }
}

@media (min-width: 1024px) {
  .btn_Area {
    margin: 70px auto 70px;
  }

  .btn_Area H1 {
    font-size: 1.7rem;
  }

  .btn_Area H2 {
    font-size: 1rem;
    line-height: 3rem;
  }
}

/*---------アンケート*/

/*メッセージ---------*/
.message-wrap {
  max-width: 1300px;
  margin: 0px auto;
  position: relative;
  padding: 20px;
}

/*---------メッセージ*/
footer .copy {
  padding: 15px 0 30px;
  margin: 0 auto;
  text-align: center;
  line-height: 1em;
  font-size: 0.65rem;
}

@media screen and (max-width: 600px) {
  footer .copy {
    padding-bottom: 10px;
  }

  footer .copy span {
    display: block;
    padding-right: 0;
    line-height: 1.2em;
  }
}

/*フォント・背景ほか---------*/
.bg_concept {
  background-image: url("../img/common/bg_concept2.webp");
  background-repeat: no-repeat;
  background-position: left top;
}

@media screen and (max-width:1024px) {
  .bg_concept {
    background-size: 70%;
  }
}

@media screen and (max-width:767px) {
  .bg_concept {
    background-size: 100%;
    background-image: url("../img/common/bg_concept2_sp.webp");
  }
}

.bg_glay {
  background-image: url("../img/common/bg_glay02.webp");
  background-repeat: repeat-y;
  background-position: center 200px;
}

@media screen and (max-width:1024px) {
  .bg_glay {
    background-position: center 150px;
  }
}

@media screen and (max-width:768px) {
  .bg_glay {
    background-image: url("../img/common/bg_glay_sp.webp");
    background-position: 0 200px;
  }
}

.gradation {
  background: linear-gradient(90deg, rgba(198, 49, 135, 1) 25%, rgba(195, 6, 68, 1) 30%, rgba(128, 74, 148, 1) 50%, rgba(90, 80, 155, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fs_007 {
  font-size: 0.7rem;
}

.fs_009 {
  font-size: 0.9rem;
}

.fc_red {
  color: #D00003;
}

.bg_green {
  background-color: #2ca0b5;
}

.t_r {
  text-align: right;
}

.t_c {
  text-align: center;
}

.sp {
  display: none;
}

@media only screen and (max-width: 599px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

/*---------フォント・背景ほか*/
/*エフェクト---------*/
.fadein {
  opacity: 0.1;
  transform: translate(0px, 100px);
  transition: all 1000ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0px, 0px);
}

#effect1 .fadein:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

#effect1 .fadein:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

#effect1 .fadein:nth-of-type(4) {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

#effect2 .fadein:nth-of-type(2) {
  -moz-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
}

#effect2 .fadein:nth-of-type(3) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

#effect2 .fadein:nth-of-type(4) {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

#effect2 .fadein:nth-of-type(5) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

@media only screen and (max-width: 767px) {
  .fadein {
    transform: translate(0px, 20px);
    transition: all 100ms;
  }
}

/*---------エフェクト*/