@charset "UTF-8";

/*iiosakefesta2023*/
body#lower.event main header #mainimg {
	background: url(../../campaigns/images/main.jpg) no-repeat bottom 15% center;
}
body.ifes2025 main h2::after {
  display: none;
}
body.ifes2025 main h3::before {
  display: none;
}
body.ifes2025 main h3 {
  border-bottom: none;
}
body.ifes2025 main h3 {
  background-color: #002448;
  padding: 10px;
  color: #FFF;
  text-align: center;
}
body.ifes2025 main h4 {
  background-color: #d2b48c;
  padding: 10px;
  text-align: center;
}

body.ifes2025 .outline {
  padding: 20px 0　50px 0;
	margin-bottom: 0;
}
body.ifes2025 main .outline h3 {
	background-color: #ece7e3;
	color: #002448;
	text-align: center;
}
body.ifes2025 .outline p.copy {
	background-color: #FBC600;
	border: solid 3px #002448;
	color: #002448;
	font-size: 3.4rem;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 30px;
}
body.ifes2025 .outline dl {
	text-align: left;
}
body.ifes2025 .outline dl dt {
	color: #002448;
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
body.ifes2025 .outline dl dt span {
	background: linear-gradient(transparent 60%, #fff 0%);
	padding: 0 10px;
}
body.ifes2025 .outline dl dd {
	color: #333;
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 30px;
}
body.ifes2025 .outline p.memo {
	text-align: left;
	color: #a0272e;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 544px) {
  body.ifes2025 .outline p.copy {
		font-size: 2.2rem;
	}
	body.ifes2025 .outline dl dt {
		font-size: 1.9rem;
	}
	body.ifes2025 .outline dl dd {
		font-size: 1.6rem;
	}
}



body.ifes2025 .event {
  background-color: #390000;
  padding: 20px 0;
}
body.ifes2025 .event .event01 p {
  text-align: left;
  color: #FFF;
  font-size: 1.8rem;
}
/*2025*/
.event01-01 img {
	width: 70%;
}
.event01-02 img {
	width: 90%;
}
@media screen and (max-width: 544px) {
  .event01-01 img {
		width: 100%;
	}
	.event01-02 {
		text-align: center !important;
	}
	.event01-02 img {
		width: 60%;
	}
}



body.ifes2025 .event .event02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
body.ifes2025 .event .event02 p {
	text-align: left;
  /*color: #FFF;*/
  font-size: 1.2rem;
  margin-bottom: 20px;

	font-weight: bold;
}
body.ifes2025 .event .event02 p span {
	display: block;
	width: 50%;
}
body.ifes2025 .event .event02 p span.status {
	border: solid 1px #FFF;
	padding: 3px 5px;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 5px;

	background-color: #FFF;
}
@media screen and (max-width: 544px) {
  body.ifes2025 .event .event02 p {
    width: 100%;
  }
}



body.ifes2025 .fes_timetable .wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body.ifes2025 .fes_timetable .day {
  width: 50%;
  background-color: #FBC600;
  padding: 15px;
}
body.ifes2025 .fes_timetable .day p {
  font-size: 6.0rem;
  font-weight: bold;
  color: #002448;
}
body.ifes2025 .fes_timetable .day span {
  font-size: 3.0rem;
}
@media screen and (max-width: 767px) {
  body.ifes2025 .fes_timetable .day {
    width: 100%;
    margin-bottom: 20px;
  }
  body.ifes2025 .fes_timetable .day p {
    font-size: 3.0rem;
  }
}
body.ifes2025 .fes_timetable .time {
  width: 50%;
}
@media screen and (max-width: 767px) {
  body.ifes2025 .fes_timetable .time {
    width: 100%;
  }
}
body.ifes2025 .fes_timetable .time dt span {
	display: inline-block;
  background-color: #FFF;
  border: solid 1px #333;
  padding: 5px 30px;
  margin-bottom: 10px;
	font-size: 1.8rem;
}
body.ifes2025 .fes_timetable ul li {
  font-size: 2.8rem;
  font-weight: bold;
}
body.ifes2025 .fes_timetable ul li span {
  color: #CF4516;
}
body.ifes2025 .access p {
  font-weight: bold;
  text-align: left;
}
body.ifes2025 .access p span {
  font-size: 2.0rem;
}
body.ifes2025 .fee .inner_wrapper {
  margin-bottom: 20px;
}
body.ifes2025 .fee .inner_wrapper dt {
  background-color: #F29600;
  padding: 15px;
}
body.ifes2025 .fee .inner_wrapper dt span {
	display: inline-block;
  background-color: #FFF;
  border: solid 1px #333;
  padding: 5px 30px;
	font-size: 1.8rem;
}
body.ifes2025 .fee .inner_wrapper dd {
  background-color: #FBC600;
  padding: 15px;
  font-size: 4.2rem;
  font-weight: bold;
  color: #002448;
}
body.ifes2025 .fee .discount {
	position: relative;
  font-size: 1.4rem;
  font-weight: normal;
  color: #002448;
	background-color: #FFF;
	padding: 5px 10px;
	border-radius: 5px;
	border: solid 2px #002448;
	margin-bottom: 20px;
}
/*上向の吹き出し（背景白の三角形）*/
body.ifes2025 .fee .discount:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  /*三角形を作る*/
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 16px solid #FFF;
  /*三角形の位置を指定*/
  top: -16px;
  left: calc(50% - 16px);
  /*枠線用の三角形より上に*/
  z-index: 2;
}
/*上向の吹き出し（枠線用の三角形）*/
body.ifes2025 .fee .discount:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  /*三角形を作る*/
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-bottom: 18px solid #002448;
  /*三角形の位置を指定*/
  top: -18px;
  left: calc(50% - 18px);
  /*白背景のの三角形より下に*/
  z-index: 1;
}

body.ifes2025 .fee .coupon span {
	background-color: #FFE100;
	color: #E60012;
	font-weight: bold;
	font-size: 1.8rem;
	padding: 10px 15px;
}
@media screen and (max-width: 544px) {
  body.ifes2025 .fee .coupon span {
		display: block;
		text-align: center;
	}
}

body.ifes2025 .fee .memo p {
	background-color: #f5f5f5;
	padding: 5px;
	font-size: 1.4rem;
	margin-bottom: 30px;
}

body.ifes2025 .fee .soldout ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 30px;
	border: solid 2px #FF4500;
	padding: 10px 10px 3px 10px;
}
/*241029*/
body.ifes2025 .fee .soldout ul {
	padding: 10px 5px 3px 5px;
	list-style-type: none;
}
body.ifes2025 .fee .soldout ul li {
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
	color: #FF4500;
}
body.ifes2025 .fee .soldout ul li span {
	background: linear-gradient(transparent 60%, #ffff00 0%);
}



body.ifes2025 .ticket {
	padding: 15px 0;
	margin-top: 20px;
}
body.ifes2025 .ticket dl {
	background-color: #fdf5e6;
	padding: 15px;
	margin-bottom: 10px;
}
body.ifes2025 .ticket dl dt {
	margin-bottom: 10px;
}
body.ifes2025 .ticket dl dd p.roundlink a {
	padding: 10px 30px;
}
body.ifes2025 .ticket dl dd p.red_b a {
	background-color: #FFF;
}
body.ifes2025 .ticket dl dd p.memo {
	display: block;
	font-size: 1.4rem;
	margin-top: 20px;
}
body.ifes2025 .attention {
  border: solid 3px #a0272e;
  padding: 15px;
}
body.ifes2025 .attention p {
  color: #a0272e;
  font-size: 2.0rem;
  font-weight: bold;
}
@media screen and (max-width: 544px) {
  body.ifes2025 .attention p {
	  font-size: 1.6rem;
	}
}

body.ifes2025 .ticket .premium {
	text-align: left;
	font-weight: bold;
	color: #a0272e;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

/*top_soldout*/
body.ifes2025 .soldout_top ul {
	margin-bottom: 30px;
	background-color: #F00;
	padding: 10px 10px 3px 20px;
	margin-bottom: 40px;
}
body.ifes2025 .soldout_top ul li {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 2.2rem;
	color: #ffff00;
}
