/*=====================================
	font
======================================*/

.dynalight-regular {
  font-family: "Dynalight", cursive;
  font-weight: 400;
  font-style: normal;
}


/*=====================================
	common color
======================================*/

.text-brown {
  color: #8c775e;
}


.text-purple {
  color: #a257c1;
}


.text-555 {
  color: #555;
}

.text-999 {
  color: #999;
}

.text-aaa {
  color: #aaa;
}

.text-ddd {
  color: #ddd;
}

.bg-pink {
  background-color: #f884b3;
}


.bg-purple {
  /* background-color: #f8f0fc; */
  background: rgba(248, 240, 252, 0.8);
}


.bg_brown {
  background-color: #884b12;
}



.bg_transparent {
  background: rgba(255, 255, 255, 0.8);
}

.border_purple {
  border: #dfbaf7 thin solid;
}


/*=====================================
	anchor
======================================*/


.link-btn-pink a {
  color: #fff;
  background-color: #f884b3;
  border-radius: 5em;
}




/*=====================================
	
======================================*/

#wrapper {
  background: url(../img/bg_01_mob.jpg) no-repeat top center;
  background-size: cover;

}


h1 {
  text-align: center;
}


h1 img {
  margin-left: auto;
  margin-right: auto;
}


#h1_mob {
  display: block;
}

#h1_pc {
  display: none;
}

@media screen and (min-width: 768px) {

  #wrapper {
    background: url(../img/bg_01_pc.jpg) no-repeat top center;
    background-size: 1920px;
    background-attachment: fixed;
    background-position: center 100px;
  }

  #h1_mob {
    display: none;
  }

  #h1_pc {
    display: block;
  }

}

/*=====================================
	outline
======================================*/
#outline {
  width: 90%;
  max-width: 1200px;
  background: rgba(249, 229, 236, 0.6);
  position: relative;
}

#outline .event-info dt span {
  color: #fff;
  background-color: #a257c1;
  padding: 3px 15px 3px;
}


#outline .deco-1 {
  width: 60px;
  position: absolute;
  top: 30px;
  right: -5px;
  z-index: 2;
  /*青線右上*/
}

#outline .deco-2 {
  width: 60px;
  position: absolute;
  top: 50%;
  left: -5px;
  z-index: 2;
  /*黄色線左*/
}

#outline .deco-3 {
  width: 100px;
  position: absolute;
  top: 150px;
  right: -15px;
  z-index: 2;
  /*三角ドット*/
}

#outline .deco-4 {
  width: 100px;
  position: absolute;
  top: -30px;
  left: 15px;
  z-index: 2;
  /*三角ドット左上*/
}

#outline .deco-5 {
  width: 100px;
  position: absolute;
  bottom: 60px;
  left: -15px;
  z-index: 2;
  /*三角ドット一番下*/
}


#outline .deco-6 {
  width: 60px;
  position: absolute;
  bottom: 20%;
  right: -15px;
  z-index: 2;
  /*黄色線*/
}


@media screen and (min-width: 768px) {
  #outline .deco-1 {
    width: 91px;
    position: absolute;
    top: 30px;
    right: -30px;
    z-index: 2;
  }

  #outline .deco-2 {
    width: 83px;
    position: absolute;
    top: 200px;
    left: -30px;
    z-index: 2;
    /*黄色線左上*/
  }

  #outline .deco-3 {
    width: 173px;
    position: absolute;
    top: 150px;
    right: 30px;
    z-index: 2;
    /*三角ドット*/
  }

  #outline .deco-4 {
    width: 169px;
    position: absolute;
    top: -50px;
    left: 30px;
    z-index: 2;
    /*三角ドット2*/
  }

  #outline .deco-5 {
    width: 173px;
    position: absolute;
    bottom: -30px;
    left: 30px;
    z-index: 2;
    /*三角ドット1*/
  }


  #outline .deco-6 {
    position: absolute;
    bottom: 30px;
    right: -30px;
    z-index: 2;
    width: 83px;
    /*黄色線*/
  }

}




#viewing li {
  list-style: none;
}

/*=====================================
	fair
======================================*/

#fair {
  color: #eae2cc;
  background: url(../img/bg_fair_mob.png) no-repeat top center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  #fair {
    color: #eae2cc;
    background: url(../img/bg_fair.png) no-repeat top center;
    background-size: cover;
  }

}


/*=====================================
	past_report
======================================*/


#past_report {
  padding: 30px 20px;
  border: #dfbaf7 thin solid;
  border-radius: 15px;
}


#past_report h4 {
  color: #a257c1;
  font-weight: normal;
  margin-bottom: 15px;
}

#past_report li {
  margin-bottom: 10px;
}

#past_report li a i {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #c9a4e2;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}

#past_report h4 span.inb {
  display: block;
}

@media screen and (min-width: 768px) {

  #past_report h4 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
  }

  #past_report .flexBox {
    display: flex;
    justify-content: space-between;
  }


  #past_report .txtbox {
    width: 50%;
  }


  #past_report ul {
    margin-left: 15px;
  }

  #past_report figure {
    width: 40%;
  }

  #past_report h4 span.inb {
    display: inline;
  }


}