@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*共通*/
html {
  background: none;
  font-size: 62.5%;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #000000;
}
@media screen and (min-width: 767px) {
  html {
    font-size: 72.5%;
    background: url(../images/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.ASEA2024_wrap {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .ASEA2024_wrap {
    font-size: 80.5%;
    line-height: 17px;
    width: 500px;
    margin: 0 auto;
  }
  .ASEA2024_wrap::after {
    content: "";
    background: url(../images/bg-txt.png);
    display: inline-block;
    position: fixed;
    top: 5vw;
    left: 7vh;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    width: 21%;
    height: 19%;
  }
}

h3 {
  margin-bottom: 30px;
}
h3 img {
  display: block;
  margin: 0 auto;
}
h3 img[src$="campaign.png"] {
  width: 75%;
}
h3 img[src$="schedule.png"] {
  width: 90%;
}
h3 img[src$="faq.png"] {
  width: 85%;
  margin-bottom: 0;
}
h3 img[src$="v3foundation.png"] {
  width: 75%;
  margin-bottom: 0;
}
h3 p {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}

.form {
  width: 100%;
  border: solid 2px #25A543;
  font-size: 1.2rem;
  text-align: center;
  color: #25A543;
  padding: 3%;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.form a {
  position: relative;
  margin-left: -30px;
  font-weight: 500;
}
.form a::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  border-bottom: solid 1px;
  margin-left: 20px;
  background-color: #25A543;
}
.form:hover {
  background-color: #25A543;
  color: #fff;
}

.sp-none {
  display: block;
}
@media screen and (min-width: 767px) {
  .sp-none {
    display: none;
  }
}

.pc-none {
  display: none;
}
@media screen and (min-width: 767px) {
  .pc-none {
    display: block;
  }
}

/*HEADER*/
.ASEA2024_header {
  background-color: #ffffff;
  padding: 3%;
}
.ASEA2024_header img {
  display: block;
  margin: 0 auto;
  width: 60%;
  margin-bottom: -2px;
}
@media screen and (min-width: 767px) {
  .ASEA2024_header {
    display: none;
  }
}

/*MV*/
.ASEA2024_mv {
  margin-top: -2px;
}
.ASEA2024_mv img {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .ASEA2024_mv {
    margin-top: 50px;
  }
  .ASEA2024_mv img {
    border-radius: 470px 470px 0 0;
  }
}

/*ARTIST*/
.ASEA2024_about {
  margin-top: -1px;
  padding: 10% 7% 15%;
  background: rgb(99, 65, 148);
  background: linear-gradient(0deg, rgb(99, 65, 148) 0%, rgb(99, 65, 148) 40%, rgb(37, 165, 67) 100%);
}
.ASEA2024_about .ASEA2024_movie video {
  width: 100%;
  margin-bottom: 30px;
}
.ASEA2024_about .artist-name {
  font-size: 0.6rem;
  color: #000000;
  margin-bottom: 30px;
  line-height: 1rem;
  word-break: break-all;
}
.ASEA2024_about h4 {
  font-size: 1.9rem;
  margin-bottom: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 2.5rem;
}
.ASEA2024_about h4 span {
  font-size: 1.4rem;
  margin-left: 8px;
}
.ASEA2024_about p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.ASEA2024_about .ASEA2024_date p {
  margin-top: 30px;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1.9rem;
  font-weight: 700;
}
.ASEA2024_about .ASEA2024_date span {
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 5px;
  margin-bottom: 30px;
}
.ASEA2024_about .ASEA2024_official-btn {
  margin: 0 auto;
  text-align: center;
}
.ASEA2024_about .ASEA2024_official-btn a {
  font-size: 1.2rem;
  line-height: 1.7rem;
  padding: 10px 30px;
  background: #000;
  font-size: 1.9rem;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
}
.ASEA2024_about .ASEA2024_official-btn a:hover {
  background: #25A543;
  transition: all 0.5s;
}

/*CAMPAIGN*/
.ASEA2024_campaign {
  padding: 12% 0% 5%;
  background: #fff;
}
.ASEA2024_campaign .more-cp-txt {
  font-size: 1.8rem;
  text-align: center;
  background: #000000;
  width: 160px;
  font-weight: 700;
  color: #ef4c8f;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 1%;
}
.ASEA2024_campaign .campaign-txt {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 3.8rem;
  text-align: center;
  margin-bottom: 30px;
  background: linear-gradient(10deg, rgb(99, 65, 148) 0%, rgb(99, 65, 148) 30%, rgb(49, 183, 78) 100%);
  background: -webkit-linear-gradient(10deg, rgb(99, 65, 148) 0%, rgb(99, 65, 148) 30%, rgb(49, 183, 78) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ASEA2024_campaign .campaign-txt small {
  font-size: 2rem;
  display: block;
}
.ASEA2024_campaign .campaign-txt del {
  text-decoration-color: #d1cdcd;
  margin-bottom: 30px;
}
.ASEA2024_campaign .campaign-txt span {
  font-size: 1.5rem;
  display: block;
}
.ASEA2024_campaign .campaign-cta img {
  width: 100%;
  padding: 7%;
}
@media screen and (min-width: 767px) {
  .ASEA2024_campaign .more-cp-txt {
    width: 186px;
  }
}

.campaign_box img {
  width: 100%;
}
.campaign_box .campaign_box-content {
  padding: 7%;
}
.campaign_box .campaign_box-content .logo {
  margin: 0 auto 8px;
  display: block;
  width: 30%;
}
.campaign_box .campaign_box-content img[src$="spicare.png"] {
  width: 25%;
}
.campaign_box .campaign_box-content img[src$="ASEA2024.png"] {
  width: 40%;
}
.campaign_box .campaign_box-content img[src$="btn/ja.png"] {
  width: 18%;
}
.campaign_box .campaign_box-content h5 {
  font-size: 2.15rem;
  color: #25A543;
  font-weight: 800;
  line-height: 3.5rem;
  text-align: center;
  margin-bottom: 30px;
}
.campaign_box .campaign_box-content h5 span {
  color: #AB147A;
  font-size: 2rem;
}
.campaign_box .campaign_box-content h5 em {
  font-size: 1.3rem;
  color: #AB147A;
  font-style: initial;
  display: block;
}
.campaign_box .campaign_box-content iframe {
  width: 100%;
  /*height: 185px;*/
  margin-bottom: 30px;
}
.campaign_box .campaign_box-content .caption {
  margin-bottom: 30px;
}
.campaign_box .campaign_box-content h6 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.campaign_box .campaign_box-content .date {
  color: #ad1b7e;
}
.campaign_box .campaign_box-content .twitter,
.campaign_box .campaign_box-content .instagram {
  display: flex;
  margin-bottom: -10px;
}
.campaign_box .campaign_box-content .twitter img,
.campaign_box .campaign_box-content .instagram img {
  width: 20px;
  height: 20px;
  margin: 5px 5px 5px 0px;
}
.campaign_box .campaign_box-content .twitter p,
.campaign_box .campaign_box-content .instagram p {
  font-weight: 600;
  margin-top: 8px;
}
.campaign_box .campaign_box-content .LINE img {
  width: 35%;
  margin: 5px 0;
}
.campaign_box .campaign_box-content ol {
  margin-bottom: 20px;
}
.campaign_box .campaign_box-content ol li {
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.campaign_box .campaign_box-content ol li img[src$="LINE-sample.png"] {
  margin: 5px 0;
}
.campaign_box .campaign_box-content ol li span {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.campaign_box .campaign_box-content ol li span::after {
  content: "※半角英語";
  position: absolute;
  display: block;
  top: 13px;
  right: 0px;
  font-size: 0.1rem;
}
.campaign_box .campaign_box-content p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  line-height: 1.7rem;
}
.campaign_box .campaign_box-content p span {
  display: block;
  font-size: 1rem;
  color: #6C7C7E;
}
.campaign_box .campaign_box-content .schedule {
  padding: 7% 7% 10%;
  background: #AABFC9;
  margin-bottom: 30px;
}
.campaign_box .campaign_box-content .schedule .schedule_box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.campaign_box .campaign_box-content .schedule .schedule_box .schedule_img {
  width: 33%;
}
.campaign_box .campaign_box-content .schedule .schedule_box .schedule_img p {
  font-size: 0.8rem;
  font-weight: 500;
  text-align: right;
}
.campaign_box .campaign_box-content .schedule .schedule_box .schedule_txt {
  color: #fff;
}
.campaign_box .campaign_box-content .schedule .schedule_box .schedule_txt time {
  font-weight: 500;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 5px;
}
.campaign_box .campaign_box-content .schedule .schedule_box .schedule_txt p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 700;
}
.campaign_box .campaign_box-content .schedule .schedule_box .schedule_txt button {
  width: 100%;
  background: #000000;
  padding: 3%;
  transition: all 0.5s;
}
.campaign_box .campaign_box-content .schedule .schedule_box .schedule_txt button a {
  text-align: center;
  color: #fff;
  display: block;
  font-size: 1.1rem;
  position: relative;
  /*&::after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 10px;
    border-bottom: solid 1px;
    margin-left: 13px;
    background-color: #634194;
  }*/
}
.campaign_box .campaign_box-content .schedule .schedule_box .schedule_txt button:hover {
  border: solid 2px #fff;
  background-color: #634194;
  color: #000000;
}
.campaign_box .campaign_box-content .last-chance {
  margin: 25px auto -10px;
  text-align: center;
}
.campaign_box .campaign_box-content .last-chance p {
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  line-height: 2.5rem;
}
.campaign_box .campaign_box-content .last-chance p span {
  color: #ef4c8f;
}
@media screen and (min-width: 767px) {
  .campaign_box {
    /*.campaign_box-content {
      iframe {
        height: 235px;
      }
    }*/
  }
}

#___ytsubscribe_0 {
  margin: 10px 0 15px !important;
}

#twitter-widget-0 {
  margin-bottom: 0px;
}

/*V3ファンデーション*/
.ASEA2024_v3foundation {
  background-image: url(../images/v3foundation_bg.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 15% 0;
}
.ASEA2024_v3foundation img {
  width: 60%;
  display: block;
  margin: 0 auto 10px;
}
.ASEA2024_v3foundation span {
  font-size: 1.5rem;
  line-height: 2.3rem;
  text-align: center;
  display: block;
  font-weight: 600;
  margin: bottom 30px;
  color: #fff;
}
.ASEA2024_v3foundation .exp {
  padding: 7% 10%;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #fff;
}
.ASEA2024_v3foundation button {
  width: 80%;
  background: #000000;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  padding: 3%;
  margin: 0 10%;
  display: block;
  transition: all 0.5s;
}
.ASEA2024_v3foundation button a {
  position: relative;
  margin-left: -30px;
  font-weight: 500;
}
.ASEA2024_v3foundation button a::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  border-bottom: solid 1px;
  margin-left: 20px;
  background-color: #634194;
}
.ASEA2024_v3foundation button:hover {
  color: #000;
  background-color: #E1E1E0;
}

/*FAQ*/
.ASEA2024_FAQ {
  padding: 0% 7% 12%;
}
.ASEA2024_FAQ .accordion-hidden {
  display: none;
}
.ASEA2024_FAQ .accordion-open {
  display: block;
  padding: 10px 80px 10px 10px;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
}
.ASEA2024_FAQ .accordion-open::before,
.ASEA2024_FAQ .accordion-open::after {
  content: "";
  width: 15px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
.ASEA2024_FAQ .accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.ASEA2024_FAQ .accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}
.ASEA2024_FAQ .accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  cursor: pointer;
}
.ASEA2024_FAQ .accordion-hidden:checked + .accordion-open + .accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
.ASEA2024_FAQ .accordion_qa .Q,
.ASEA2024_FAQ .accordion_qa .A {
  position: relative;
  font-size: 1.2rem;
}
.ASEA2024_FAQ .accordion_qa .Q::before,
.ASEA2024_FAQ .accordion_qa .A::before {
  font-size: 1rem;
  font-weight: 600;
  display: block;
  position: absolute;
  left: -30px;
  top: -2px;
}
.ASEA2024_FAQ .accordion_qa .Q::before {
  content: "Q";
  color: #fff;
  text-align: center;
  line-height: 2.5rem;
  background-color: #000000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.ASEA2024_FAQ .accordion_qa .A::before {
  content: "A";
  color: #fff;
  text-align: center;
  line-height: 2.5rem;
  background-color: #6C7C7E;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.ASEA2024_FAQ .accordion_qa .accordion-open {
  padding-left: 30px;
}
.ASEA2024_FAQ .accordion_qa .accordion-hidden:checked + .accordion-open + .accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px 10px 10px 30px;
}
.ASEA2024_FAQ .accordion-box {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 1s;
}
.ASEA2024_FAQ .accordion-hidden:checked + .accordion-open + .accordion-box {
  height: auto;
  opacity: 1;
  padding: 10px;
}
@media screen and (min-width: 767px) {
  .ASEA2024_FAQ {
    background-color: #fff;
  }
  .ASEA2024_FAQ .accordion_qa .Q::before {
    line-height: 2.2rem;
  }
  .ASEA2024_FAQ .accordion_qa .A::before {
    line-height: 2.2rem;
  }
}

/*terms*/
.ASEA2024_terms {
  padding: 8% 7% 10%;
  margin: 7%;
  border: solid 1px #000000;
  height: 250px;
  background-color: #fff;
}
.ASEA2024_terms span {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 25px;
  display: block;
}
.ASEA2024_terms p {
  height: 125px;
  overflow-y: scroll;
  font-size: 1rem;
  line-height: 1.7rem;
}
@media screen and (min-width: 767px) {
  .ASEA2024_terms {
    margin: 0;
  }
}

.ASEA2024_footer {
  background-color: #fff;
  padding: 4%;
}
.ASEA2024_footer img {
  display: block;
  margin: 0 auto;
  width: 60%;
}

.ASEA2024_produce {
  background-color: #fff;
  padding-bottom: 30px;
}
.ASEA2024_produce p {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}
.ASEA2024_produce img {
  width: 20%;
  display: block;
  margin: 0 auto;
}