@charset "utf-8";
/*-- Common -----------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  color: #292929;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.6;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
}
a {
  text-decoration: unset;
  transition: all 0.5s;
  display: block;
}
a:hover {
  opacity: 0.7;
}
img {
  width:100%;
  height: auto;
}
ul, ol{
  list-style: none;
  padding: 0;
}
ol li {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
section {

}
.section-wrapper {
  max-width: 78%;
  margin: 0 auto;
  box-sizing: border-box;
}

.flex{
  display: flex;
}
.center{
  text-align: center;
}
.w100{
  width: 100%;
}
.roboto{
  font-family: "Roboto", serif;
}
.only_sp{
  display: none;
}
/*-- main-visual -------------*/
#Main-visual {
  background: center center/cover no-repeat url(../images/main-visual_bg.png);
  position: relative;
  height: 65vh;
  width: 100%;
}
#event-title h1 {
  margin: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 580px;
  width: 100%;
  z-index: 10;
}
#Main-visual .mv_decoration picture {
  position: absolute;
}

.mv_decoration .leftImg {
  width: min(200px,19vw);
  left: 4vw;
  top: 6vh;
}
.mv_decoration .rightImg {
  width: min(200px,15vw);
  right: 5vw;
  top: 5vh;
}
.mv_decoration .guestImg {
  width: min(350px,28vw);
  bottom: 20px;
  left: 1vw;
}
.mv_decoration .feeImg {
  width: min(21vw, 230px);
  bottom: 4vh;
  right: 1vw;
}

/*-- Section -----------------*/
#Introduction {
  background: center center/cover no-repeat url(../images/introduction_bg.png);
  position: relative;
  overflow: hidden;
}
#Introduction::after {
  content: "";
  width: 130%;
  height: 350px;
  background-color: #F2EEE9;
  position: absolute;
  bottom: -270px;
  border-radius: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.introduction-content,
.booth-content {
  max-width: 92.5%;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}
.introduction-content {
  padding: 10rem 0 15rem 0;
  margin-left: 7.5%;
}
.booth-content {
  flex-direction: row-reverse;
  padding: 5rem 0 13rem 0;
  margin-top: 3rem;
  margin-right: 7.5%;
}
.introduction_info{
  width: calc(100% - 500px);
}
.booth_info {
  width: calc(100% - 550px);
}
.introduction_info h2,
.booth_info h2 {
  font-size: 3.5rem;
  border-bottom: dashed #292929;
  line-height: 1.5;
  padding-bottom: 1rem;
  display: inline-block;
}
.introduction_info > div,
.booth_info > div {
  margin-top: 2rem;
}
.introduction_info p{
  margin-bottom: 2rem;
}
.introduction_info p span,
.booth_info p span {
  font-size: 1.2em;
  font-weight: 600;
}
.introduction_info .link-btn_bl{
  margin-right: auto;
  margin-left: 0;
}
.introduction_img {
  position: absolute;
  right: 1rem;
  top: 10rem;
  max-width: 450px;
}
.booth_img {
  position: absolute;
  left: 1rem;
  top: 0;
  max-width: 500px;
}
.booth_info p{
  margin-bottom: 3rem;
}
.booth_info .link-btn_bl{
  display: inline-block;
}
#Program {
  background-color: #F2EEE9;
}
#Program .section-wrapper {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
h2.line-decoration,
#Special-guest h2 {
  font-size: 4rem;
  position: relative;
  margin: 2rem 0 5rem 0;
  padding: 0 8rem;
}
h2.line-decoration::before, h2.line-decoration::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: 5rem;
  position: absolute;
  transform: translateY(-50%);
}
h2.line-decoration::before {
  left: 0;
  top: 50%;
  background: center center/contain no-repeat url(../images/title_before.svg);
}
h2.line-decoration::after{
  right: 0;
  top: 50%;
  background: center center/contain no-repeat url(../images/title_after.svg);
}

#access h2.line-decoration::before {
  background: center center/contain no-repeat url(../images/title_before_wh.svg);
}
#access h2.line-decoration::after{
  background: center center/contain no-repeat url(../images/title_after_wh.svg);
}

.link-btn_bl{
  max-width: 380px;
  width: 100%;
  background-color: #2F50AB !important;
  border-radius: 10px;
  padding: 1.5rem 6rem 1.5rem 4rem;
  margin: 0 auto;
  position: relative;
  filter: drop-shadow(0 4px 0 #193277);
}
.link-btn_bl::after {
  content: "";
  width: 1.5rem;
  height: 2.5rem;
  background: center center/contain no-repeat url(../images/icon_arrow.svg);
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.link-btn_bl img{
  width: 100%;
  height: 20px;
}
#schedule {
  flex-direction: column;
  gap: 2rem;
  padding: 5rem 0;
}
.program-content.flex {
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  padding: 3.5rem 3rem;
  gap: 5rem;
  position: relative;
}
.program-content.flex figure {
  width: 160px;
}
#schedule .program-content.flex > div{
  width: calc(100% - 160px);
}
span.time {
  font-size: 2.8rem;
  font-weight: 600;
  color: #2AA58C;
}
.program-content.flex h3 {
  font-size: 2.8rem;
  color: #3B3B3B;
  margin: 0.5rem 0 2.5rem 0;
  word-break: keep-all;
}
.program-content.flex h3 span {
  font-size: 0.8em;
  display: block;
  margin-top: 8px;
  line-height: 1.4;
}
.program-content.flex h3 br{
  display: none;
}
#Special-guest {
  background-color: #F2EEE9;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#guest,
#guest3 {
  width: 95%;
  background-color: #FFEB66;
  border-radius: 200px 0 0 200px;
  position: relative;
  padding: 5.5rem 0 5.5rem 10rem;
  align-items: center;
  justify-content: flex-start;
  margin: 3rem 0 5rem 5%;
}
#guest2 {
  width: 95%;
  background-color: #2AA58C;
  border-radius: 0 200px 200px 0;
  position: relative;
  padding: 5.5rem 10rem 5.5rem 0;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  margin: 3rem 5% 5rem 0;
}
#guest2 .guest_img{
  right: unset;
  left: 1rem;
}
.guest_info {
  width: calc(100% - 600px);
  flex-direction: column;
  align-items: flex-start;
}
.guest_info h3 span {
  font-size: 2.1rem;
}
.guest_info h3 img {
  height: 50px;
  margin: 1.5rem 0 2rem 0;
}

.guest_img {
  position: absolute;
  right: 1rem;
  bottom: 0;
  max-width: 560px;
}
#character {
  gap: 5rem;
  justify-content: space-around;
  padding: 0 3.5rem 5rem 3.5rem;
}
.character-content {
  width: calc((100% - 5rem) / 3);
  flex-direction: column;
  align-items: center;
}
.character-content h3 {
  margin: 1.5rem 0 2rem 0;
}
.character-content h3 img {
  height: 3rem;
  object-fit: contain;
}
#project {
  flex-direction: column;
  align-items: center;
  background-color: #DBDBDB;
  padding: 5rem 0;
  position: relative;
  z-index: 10;
}
#project h2 {
  font-size: clamp(1.9rem, 5vw, 3.4rem);
  line-height: 1.4;
}
#project .section-wrapper.flex {
  flex-direction: column;
  gap: 2rem;
  padding: 5rem 0;
}
#project span.time {
  color: #2F50AB;
}
#project .program-content h3 {
  margin: 0;
}
#project .program-content h3 span {
  font-size: 0.8em;
  display: block;
  margin-bottom: 0.5rem;
}

#project::before,
#project::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
#project::before{
  background: center center/contain no-repeat url(../images/project_left.png);
  width: 17vw;
  height: 100%;
  left: 0;
  top: 0;
}
#project::after {
  background: center center/contain no-repeat url(../images/project_right.png);
  width: 20vw;
  height: 100%;
  right: 0;
  top: 0;
}
#access {
  background-color: #2F50AB;
  flex-direction: column;
  align-items: center;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
#access::before,
#access::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
#access::before {
  background: center center/contain no-repeat url(../images/access_top.png);
  width: 520px;
  height: 260px;
  left: 0;
  top: 0;
}
#access::after {
  background: center center/contain no-repeat url(../images/access_bottom.png);
  width: 730px;
  height: 190px;
  right: 0;
  bottom: 0;
}
#access .section-wrapper {
  flex-direction: column;
}
#access .program-content.flex {
  margin: 4rem 0 1rem 0;
  padding: 4.5rem 3rem;
}

#access h2 {
  color: #fff;
}
#access .section-wrapper h3 {
  color: #2F50AB;
}
#access .program-content.flex h3 br{
  display: block;
}
#access .section-wrapper p {
  color: #fff;
  margin-top: 3rem;
}
#access figure {
  width: 37%;
  position: absolute;
  top: -5rem;
  left: -3rem;
}
#access .access_info {
  width: 50%;
  margin-left: 40%;
}
#access .access_info h3 {
  line-height: 1.5;
}
#access .links {
  justify-content: space-between;
  align-items: center;
}
#access .links a {
  font-size: 0.8em;
  color: #fff;
  padding: 1rem 2rem;
  width: calc((100% - 1rem) / 2);
  position: relative;
}
#access .links a::after {
  content: "";
  background: center center/contain no-repeat url(../images/icon_link.svg);
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
a.map {
  background-color: #2AA58C;
}
a.parking {
  background-color: #2F50AB;
}
#Organized{
  padding: 7rem 0;
}
#Organized h2 {
  font-size: 3.4rem;
  margin-bottom: 4rem;
}
#Organized > .flex{
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Organized-content p {
  max-width: 180px;
  margin: 0 auto;
}
#Supported {
  padding: 7rem 0;
}
#Supported ul {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 25px 10px;
}
#Supported ul li {
  width: calc((100% - 30px) / 4);
  padding: 0 2%;
}
#Supported .supported-content p{
  font-size: 12px;
}
#contact {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #292929;
  border-radius: 30px;
  padding: 3rem;
}
#contact p {
  width: 80%;
  position: relative;
  padding-left: 2rem;
}
#contact p a {
  display: inline-block;
  text-decoration: underline;
  color: #2F50AB;
}
#contact p::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  background-color: #292929;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
footer {
  background: #292929;
  padding: 2rem 1rem;
}

/*フローティングバナー*/
#FloatingBn {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #FFEB66;
  z-index: 10;
  display: none;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 1s ease-in-out, opacity 1s ease;
  padding: 1.5rem 1rem;
}

#FloatingBn.show {
  transform: translateY(0);
  opacity: 1;
  width: 100%;
  transition: transform 1s cubic-bezier(.77,0,.18,1), opacity 1s ease;
}
.f_floating-banner figure {
  max-width: 560px;
  width: 100%;
  line-height: 1;
  margin: 0 auto;
}
.f_floating-banner figure a {
  background-color: #F13F7F;
  border-radius: 10px;
  padding: 2rem 6rem;
  position: relative;
  filter: drop-shadow(0 4px 0 #AE2B5A);
}
.f_floating-banner figure a::after {
  content: "";
  width: 1.5rem;
  height: 2.5rem;
  background: center center/contain no-repeat url(../images/icon_arrow.svg);
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.f_floating-banner figure img {
  max-width: 330px;
  width: 100%;
  height: 25px;
  margin: 0 auto;
  object-fit: contain;
}
#FloatingBn.hide {
  transform: translateY(100%);
  opacity: 0;
}
footer p{
  color: #fff;
  font-size: 0.8em;
}
/* media ---------------------*/
@media screen and (min-width: 1080px) and (max-width: 1239px){
  .section-wrap {
  }
}

@media screen and (min-width: 769px) and (max-width: 1080px){
  .booth_info {
    width: calc(100% - 390px);
  }
  .introduction_info h2, .booth_info h2 {
    font-size: 3rem;
  }
  .introduction_info p,
  .booth_info p {
    font-size: 1.8rem;
  }
  .introduction_img,
  .booth_img {
    max-width: 350px;
  }
  .introduction_info,
  .guest_info {
    width: calc(100% - 400px);
  }
  .guest_info h3 img {
    height: 40px;
  }
  .guest_info p {
    font-size: 1.8rem;
  }
  .guest_img {
    max-width: 400px;
  }
  .character-content p {
    font-size: 1.8rem;
  }
  #access .access_info {
    width: 60%;
    margin-left: 35%;
  }
  #access .section-wrapper h3 {
    font-size: 2.2rem;
  }
  #access .links a {
    font-size: 0.65em;
  }
}


@media screen and (min-width: 769px) and (max-width: 980px){

}

@media screen and (max-width: 768px){
  body {
    font-size: 1.8rem;
  }
  .section-wrapper {
    max-width: 90%;
  }
  .only_sp{
    display: block;
  }
  .only_pc{
    display: none;
  }
  #Main-visual {
    background: center center/cover no-repeat url(../images/main-visual_bg_sp.png);
    height: 120vw;
    max-width: 768px;
  }
  #event-title h1{
    top: 35%;
    width: 85%;
  }
  
  .mv_decoration .leftImg {
    width: min(110px,15vw);
    top: -1vw;
    left: 8vw;
  }
  .mv_decoration .rightImg {
    width: min(150px,25vw);
    top: 0.75vh;
    right: 0.75vw;
  }
  .mv_decoration .guestImg {
    width: 60%;
  }
  .mv_decoration .feeImg {
    width: 40%;
    bottom: 0.5vh;
  }
  #Introduction::after {
    width: 190%;
    height: 350px;
    bottom: -280px;
  }
  .introduction-content,
  .booth-content {
    margin: 0 auto;
    flex-direction: column;
    max-width: 90%;
    padding: 5rem 0 10rem 0;
  }
  .introduction_info,
  .booth_info,
  .guest_info {
    width: 100%;
  }
  .introduction_info h2,
  .booth_info h2 {
    font-size: 2.6rem;
    word-break: keep-all;
   }
  .introduction_info h2 br,
  .booth_info h2 br {
    display: none;
  }
  .introduction_img,
  .booth_img,
  .guest_img {
    position: unset;
    max-width: 85%;
    margin: 3rem 0;
  }
  h2.line-decoration, #Special-guest h2 {
    font-size: 8vw;
    padding: 0 12vw;
  }
  h2.line-decoration::before, h2.line-decoration::after {
    width: 6.5vw;
    height: 10vw;
  }
  .program-content.flex {
    flex-direction: column;
  }
  #schedule {
    gap: 10rem;
    margin-top: 10vh;
  }
  #schedule .program-content.flex {
    flex-direction: column;
    padding: 90px 2rem 3.5rem 2rem;
  }
  #schedule .program-content.flex figure {
    position: absolute;
    top: -8.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  #schedule .program-content.flex > div{
    width: 100%;
  }
  span.time {
    font-size: 2.4rem;
  }
  #schedule .time.roboto{
    display: block;
    text-align: center;
  }
  #schedule .program-content.flex h3{
    text-align: center;
  }
  .booth-content {
    padding: 0;
  }
  #guest,#guest3 {
    width: 100%;
    flex-direction: column-reverse;
    border-radius: unset;
    margin: 0;
    padding: 0 5% 3.5rem 5%;
  }
  #guest2 {
    width: 100%;
    flex-direction: column-reverse;
    border-radius: unset;
    margin: 0;
    padding: 0 5% 3.5rem 5%;
  }
  .guest_info h3 {
    text-align: center;
    width: 100%;
  }
  .guest_info h3 img {
    height: 40px;
  }
  .guest_img{
    max-width: 100%;
  }
  #character {
    flex-direction: column;
    padding: 5rem 0;
  }
  .character-content {
    width: 100%;
  }
  .character-content figure {
    max-width: 70%;
  }
  .character-content.only_sp.flex{
    display: flex;
  }
  #project .program-content.flex {
    padding: 2.5rem 1rem 3.5rem 1rem;
    gap: 1rem;
  }
  #project .program-content h3 {
    text-align: center;
    font-size: clamp(1.9rem, 5vw, 3.4rem);
  }
  #access figure {
    width: 240px;
    top: -7rem;
    left: 50%;
    transform: translate(-50%);
  }
  #access .program-content.flex {
    padding: 140px 0 3rem 0;
  }
  #access .access_info {
    width: 100%;
    margin: 0;
  }
  #access .access_info h3{
    font-size: clamp(1.9rem, 5vw, 3.4rem);
    text-align: center;
  }
  #access .links {
    flex-direction: column;
    gap: 10px;
  }
  #access .links a {
    width: 85%;
  }
  #Supported ul {
    gap: 20px 10px;
  }
  #Supported ul li {
    width: calc((100% - 10px) / 2);
    padding: 0 4%;
  }
}

@media screen and (max-width: 480px){
  #Program h2.line-decoration, #Special-guest h2{
    margin: 2rem 0 3rem 0;
  }
  #schedule .program-content.flex h3{
    font-size: 2.5rem;
  }
  .program-content.flex h3 br{
    display: block;
  }
  .program-content.flex h3 span {
    font-size: 0.75em;
    margin-top: 14px;
  }
  #access::before {
    width: 300px;
    height: 150px;
  }
  #access::after {
    width: 580px;
    height: 150px;
  }
  #access .links a {
    font-size: 0.9em;
  }
  .f_floating-banner figure a {
    padding: 1.5rem 4rem;
  }
  .f_floating-banner figure img {
    height: 20px;
  }
  #project .section-wrapper.flex{
    padding: 3rem 0 5rem 0;
  }
  .guest_info h3 img {
    height: 32px;
  }
  #guest, #guest2, #guest3 {
    padding-top: 10%;
    overflow: hidden;
  }
  .guest_img img {
    scale: 1.25;
  }
  #contact p {
    width: 100%;
  }
  .link-btn_bl{
    max-width: 98%;
    width: 100%;
  }
}


/* 202504 追加CSS ----- */

#report {
  background-color: #FFEB66;
  width: 100%;
  padding: 1.5rem 1rem;
}
.report_btn figure {
  max-width: 560px;
  width: 100%;
  line-height: 1;
  margin: 0 auto;
}
.report_btn figure a::after {
  content: "";
  width: 1.5rem;
  height: 2.5rem;
  background: center center/contain no-repeat url(../images/icon_arrow.svg);
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.report_btn figure a {
  background-color: #F13F7F;
  border-radius: 10px;
  padding: 2rem 6rem;
  position: relative;
  filter: drop-shadow(0 4px 0 #AE2B5A);
}
.report_btn figure img {
  max-width: 330px;
  width: 100%;
  height: 30px;
  margin: 0 auto;
  object-fit: contain;
}

#add_banner {
  margin-top: 5rem;
}
#add_banner a {
  display: block;
  max-width: 400px;
}