@charset "UTF-8";
/* CSS Document */
body {
/*  background-color: #F7EECE;*/
  justify-content: center;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  background-color: #f9f8e8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_logo {
  display: flex;
}
.header_logo a {
  width: 50px;
  display: block;
  padding: 10px 0px 10px 10px;
  /*なめらかに登場させている*/
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: left;
  opacity: 0;
}
.header ul {
  align-items: center;
  list-style: none;
  text-align: left;
}
.header a{
	color: #ffffff;
}
/*なめらかに登場させている*/
@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/*
.col {
  margin: 60px 0;
  background-color: #f9f8e8;
  border-radius: 90px;
    padding:0 0 30px ;
}
*/

.main {
  max-width: 1060px;
  margin: 0 auto;
  overflow: hidden;
}

/*========= テキストを滑らかに出現させるためのCSS ===============*/
span.smoothText {
  overflow: hidden;
  display: block;
	margin-top: 50px;
	font-size: 1.2rem;
	line-height: 2;
}

/* アニメーションで傾斜がついている文字列を水平に戻す*/
/*
span.smoothTextTrigger{
  transition: .20s ease-in-out;
  transform: translate3d(0,100%,0) skewY(12deg);
  transform-origin: left;
  display: block;
}
span.smoothTextTrigger.smoothTextAppear{
    transform: translate3d(0,0,0) skewY(0);
}
*/


/*
.top {
  margin: 0 auto;
}
.top{
  width: 90%;
  margin: 0 auto;
  padding-top: 80px;
  position: relative;
}
*/
.top2{
	width: 90%;
  margin: 0 auto;
  padding-top: 120px;
  position: relative;
}

.sponsor{
	position: relative;
}

.sponsor p{
	    line-height: 26px;
    font-size: 1.5rem;
    margin-bottom: 50px;
}
.timetable_image img{
	width: 80%;
	margin: 10px;
}
.ticket{
	position: relative;
}
.parts_a{
	position: absolute;
	top: 44px;
    left: -5px;
    width: 28%;
}
.parts_b{
	position: absolute;
	top: -14px;
    right: 46px;
    width: 27%;
}
.artists{
	position: relative;
}
.parts_c{
	position: absolute;
    top: 24px;
    right: 29px;
    width: 27%;
}
.art{
	position: relative;
}
.parts_f{
	    position: absolute;
   top: 118px;
    left: 30px;
    width: 29%;
}
.dj{
	position: relative;
}
.parts_e{
	    position: absolute;
    top: 28px;
    left: 29px;
    width: 29%;
}
.oishimono{
	position: relative;
}
.parts_d{
	  position: absolute;
   top: 2px;
    left: 29px;
    width: 31%;
}
.timetable{
	position: relative;
}
.parts_g{
	  position: absolute;
    top: 67px;
    right: 13px;
    width: 24%;
}
.ticket ul{
	display: flex;
	justify-content: center;
	margin: 20px;
}
.ticket ul li{
		font-size: 1.1rem;
margin: 0 20px 0 20px;
    list-style: none;
}
.photo2024,.ticket, .artists, .dj,.sponsor, .renzouji, .art, .oishimono,.timetable,.experience,.parking{
  padding: 70px 0 0;
	text-align: center;
}

.photo2024 h2,.ticket h2, .artists h2,.dj h2,.renzouji h2, .sponsor h2,.art h2,.oishimono h2,.timetable h2,.experience h2 ,.parking h2{
  font-size: 1.5rem;
  color: #f3610f;
}
.photo2024 p{
	line-height: 26px;
    font-size: 1.7rem;
    margin-bottom: 40px;
	color: #4485c1;
}
/*
.ticket img {
	margin: 20px 20px 20px 20px;
}

.ticket p{
	font-size: 1.2rem;
	line-height: 2;
}
*/
@keyframes slideinLeft {
  0% {
    transform: translateX(-200px); /*左から*/
  }
  100% {
    transform: translateX(100%); /*右端まで*/
  }
}




.artists-member,.dj-member,.art-member{
  display: flex;
  flex-wrap: wrap;
	justify-content:center;
/*  padding: 30px;*/
}
.artists-member a,.dj-member a,.art-member a{
  color: #e26b2f;
  font-size: 1.3rem;
 width: 46%;
	margin: 3px;
}
.heading {
  position: relative;
}
.heading span {
  position: relative;
  z-index: 2;
}
.heading::before {
  content: attr(data-en);
  display: block;
  text-align: center;
  position: relative;
  top: 4px;
  color: rgba(95, 70, 42, 0.2);
  font-size: 39px;
  font-style: italic;
  white-space: nowrap; /*改行しないよ*/
}

.slideinLeft{
	color: #4485c1;
	margin-top: 10px;
}
.oishimono ul,.experience ul{
	padding: 30px;
	list-style: none;
	line-height: 4rem;
}
.renzouji img{
	width: 80%;
    margin: 10px;
}

.renzouji_icon img{
	width: 12%;
}



.renzouji p {
  color: #f3610f;
	font-size: 1.4rem;
/*  margin: 20px 0;*/
/*	line-height: 1.8;*/
}
.parking a{
	padding: 40px;
	line-height: 6rem;
}
.btn--btn {
  height: 40px;
  width: 40px;
  background: #f5ebd9;
  display: flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  color: #db542c;
  font-size: 1.1rem;
  text-decoration: none;
  transition: .3s;
  box-shadow: 3px 3px 0px 1px #db542c;
  margin: 30px auto 30px;
}
.btn--btn2 {
  display: none;
}

.footer p {
/*  color: #4485c1;*/
  font-size: 1.5rem;
  text-transform: uppercase;
}
.footer {
  background-color: #faf6e5;
  padding: 50px 0 0;
border-radius: 90px 90px 0 0;
}
.footer__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.footer__nav li {
  margin: 10px 0px 0 10px;
}
.footer__nav img {
  width: 40px;
  padding-top: 9px;
}
.animation {
  animation: fuwafuwa 2s linear infinite;
  scale: 1;
}
.dm{
	font-size: 1rem;
/*	color: #4485c1;*/
	margin-bottom: 65px;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-10px)
  }
  100% {
    transform: translateY(0)
  }
}
.copy p {
  font-size: 1.5rem;
  padding: 7px;
/*  color: #4485c1;*/
}
/*ハンバーガーボタン*/
@media(max-width:1000px) {
  .hamburger {
    position: fixed;
    top: 0;
    right: 0;
	background:#4485c1;
    border-radius: 20px;
    opacity: 0.85;
    width: 100px;
    padding: 100px 30px;
    z-index: 1;
    display: none;
  }
	.hamburger li{
  line-height: 4rem;
		text-transform: uppercase;
}
  .hamburger_blue {
    width: 55px;
    display: flex;
  }
	

  .hamburger a {
    text-align: left;
  }
  .hamburger.active {
    display: block;
  }
  .open-button {
    display: block;
    position: absolute;
    right: 17px;
    top: 22px;
    width: 40px;
    height: 40px;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height: 3px;
    width: 35px;
    background: #4485c1;
    display: block;
    content: "";
  }
  .open-button span:before {
    bottom: -8px;
  }
  .open-button span:after {
    bottom: -16px;
  }
  .close-button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    color: #FFFFFF;
    font-size: 40px;
    padding: 10px 16px 0 0;
    z-index: 2;
  }

	/*ここからPC*/
}
@media(min-width:1060px) {
  .header_logo a {
    width: 55px;
    padding: 15px 0px 0px 15px;
  }
  .header__nav li {
    margin: 10px 12px 0 0;
  }
  .header__nav li img {
    width: 69px;
  }
  .close-button {
    display: none;
  }
  .hamburger {
    margin-left: auto;
  }
  .hamburger a {
    color: #4485c1;
    font-size: 2rem;
    text-transform: uppercase;
	  font-weight: bold;
  }
  .hamburger ul {
    display: flex;
  }
  .hamburger li {
    margin-right: 20px;
  }
  .hamburger .sns {
    display: none;
  }


	span.smoothText{
		font-size: 1.4rem;
	}
	.col{
		border-radius: 170px 0;
/*    padding: 30px 0;*/
	}
	.timetable_image img{
		width: 65%;
	}
	
	.photo2024 p {
    font-size: 3.5rem;
		line-height: 50px;
	}
/*
.ticket ul li {
    font-size: 1.7rem;
    line-height: 1.6;
	}
*/
	
/*
  .ticket p {
    font-size: 1.5rem;
  }
*/
  .ticket, .artists, .sponsor,.dj,.art,.oishimono{
    padding: 100px 0 0;
  }
	
  .renzouji {
    padding: 100px 0 0;
  }

	.parts_c{
		top: -51px;
    right: -9px;
		width: 23%;
	}
	.parts_d{
		top: -66px;
    left: 62px;
    width: 25%;
	}
	.parts_e{
		top: 8px;
    left: 161px;
    width: 23%;
	}
	.parts_f{
		top: 116px;
    left: 127px;
    width: 21%;
}

	.renzouji img {
    width: 65%;
	}
	.renzouji_icon img{
		width: 7%;
	}
	
  .photo2024 h2,.artists h2, .ticket h2, .renzouji h2, .sponsor h2,.art h2,.oishimono h2,.timetable h2 {
    font-size: 2rem;
  }
  .artists-member,.dj-member,.art-member {
    display: flex;
	 justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .slideinLeft {
    animation: none;
    font-size: 2rem;
    margin-top: 15px;
  }
  .artists-member a,.dj-member a,.art-member a{
    font-size: 1.5rem;
    line-height:1.5;
    width: 33%;
	  margin: 0 auto;
  }
	.artists-member img,.dj-member img,.art img{
		margin: 30px 0 0;
	}
  .heading::before {
    content: attr(data-en);
/*    color: rgba(224, 66, 114, 0.2);*/
    font-size: 45px;
    font-style: italic;
  }
  iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .map {
    margin: 30px 0 0;
  }

  .renzouji p {
    font-size: 1.6rem;
    margin: 10px 0 50px;
  }

  .sponsor p {
    font-size: 1.4rem;
        line-height: 4rem;
	margin-bottom: 100px;
  }

  .btn--btn {
    display: none;
  }
  .btn--btn2 {
    height: 70px;
    width: 70px;
    background: #f5ebd9;
    display: flex;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    color: #db542c;
    font-size: 2rem;
    text-decoration: none;
    transition: .3s;
    box-shadow: 3px 3px 0px 1px #db542c;
    margin: 40px auto;
    animation-name: fuwafuwa;
    animation-duration: 6s;
    animation-iteration-count: 1;
  }
  .animation {
    animation: fuwafuwa 2s linear infinite;
    scale: 1;
  }
  .footer__nav img {
    width: 69px;
  }
  .copy p {
    font-size: 1.5rem;
    margin-top: 30px;
  }
}