@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
/*
***********************************************************
common
***********************************************************
*/

body {
	background: none;
	background-color: #fff;
}
#container {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
#container #contents {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
#container #contents .clearfix:after {
	display: block;
	clear: both;
	content: "";
}
#container #contents .maximg {
	width: 100%;
	height: auto;
}
#container #contents .w1000 {
	width: 1000px;
	margin: 0 auto;
}
#container #contents .w1400 {
	width: 1400px;
	margin: 0 auto;
}
#container #contents .fullwidth {
	width: 100%;
}
#container #contents img {
  width: 100%;
}

/*
***********************************************************
section00：TOP
***********************************************************
*/

.font__min {
	font-family: "ヒラギノ明朝 Pro W3" , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

#section00 {
	position: relative;
  background: #fff;
	max-width: 1920px;
	margin: 0 auto;
}
#section00 .minvisual_area {
  margin: 0 auto;
}
#section00 .minvisual_area h2 img {
	width: 100%;
}

@media ( max-width: 1600px ) {
	#section00 {
		min-width: 1040px;
		max-width: 1600px;
	}
  #section00 .minvisual_area {
    max-width: 1600px;
  }
}
@media ( min-width: 1601px ) {
	#section00 .minvisual_area img {
		overflow: hidden;
		width: 100% !important;
		height: auto;
	}
}

/* lead */
#lead {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
}
#lead .lead_area {
  width: 100%;
  padding: 0;
}

/* history */
#history {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
}
#history .history_area {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 70px;
}
#history .history_title {
  background: #d8dcde;
  color: #c52934;
  font-size: 31px;
  font-weight: bolder;
  font-style: italic;
  line-height: 1;
  text-align: center;
  padding: 12px 0;
}
#history .history_text {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin: 20px auto 0;
}
#history .history_img {
  margin: 30px auto 50px;
}

/* event */
#event {
  position: relative;
	max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}
#event .event_area {
  margin: 0 auto;
  padding: 0 0 60px;
}

/* fair note */
#fair {
  background: #fff;
	max-width: 1200px;
  margin: 0 auto 30px;
}
#fair .fair_area {
  background: #022A5C;
}
#fair .fair_col {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 50px;
}
#fair .fair-message {
  background: #fff;
  padding: 0 5%;
}
#fair .fair_title {
  color: #fff;
  display: flex;
  align-items: center;
	position: relative;
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto;
}
#fair .fair_title::before,#fair .fair_title::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #fff;
}
#fair .fair_title::before {
  margin-right: 1rem;
}
#fair .fair_title::after {
  margin-left: 1rem;
}
#fair .fair_suv {
  margin: 20px auto 35px;
}
#fair .fair_menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 850px;
  margin: 20px auto 0;
}
#fair .fair_menu li {
  flex-basis: 50%;
}
#fair .fair_link {
  display: block;
  padding: 0 0 20px;
}
#fair .fair_link:hover {
  opacity: .7;
  text-decoration: none;
  transition: all .3s;
}
#fair .fair_btn:hover {
  opacity: .7;
  text-decoration: none;
  transition: all .3s;
}
#fair .btn_img {
  display: flex;
  align-items: center;
  height: 77px;
}
#fair .btn_text {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-top: 0;
}
#fair .fair_img {
  width: 800px;
  margin: 30px auto 0;
}

/* info */
#info {
  background: #fff;
	max-width: 1200px;
  margin: 0 auto 30px;
}
#info .info_area {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0 10px;
}
#info .info_blc {
  margin: 0 auto 50px;
}
#info .title {
  position: relative;
  color: #1e2973;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin: 20px auto 30px;
}
#info .title::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1e2973;
  transform: translateX(-50%);
}
#info .title::after {
  content: "";
  position: absolute;
  background: #1e2973;
  bottom: -8px;
  left: 50%;
  width: 600px;
  height: 2px;
  transform: translateX(-50%);
}
#info .fair_btn .link_btn {
	background: #003670;
  border-radius: 50px;
  width: 580px;
  padding: 20px 0;
	transition: opacity 0.3s ease;
}
#info .fair_btn .link_btn span {
  font-size: 28px;
}
#info .fair_btn .link_btn span::before {
  content: none;
}
#info .fair_btn .link_btn:hover {
	opacity: .8;
}

/* lineup */
#lineup {
	background: #fff;
  max-width: 1200px;
  margin: 0 auto 60px;
}
#lineup .lineup_area {
	width: 1000px;
  margin: 0 auto;
}
#lineup .lineup_list {
  display: flex;
  width: 1000px;
}
#lineup .lineup_blc {
  width: 33%;
  margin: 0 0 0 12px;
}
#lineup .lineup_blc:first-child {
  margin: 0;
}
#lineup .note_area {
  background: #fff;
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 60px;
}
#lineup .note-title {
  background: #1d2087;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}
#lineup .note_area .note_col {
  border-left: 3px solid #1d2087;
  border-right: 3px solid #1d2087;
  border-bottom: 3px solid #1d2087;
  padding: 20px 30px;
}
#lineup .note_text_big {
  color: #646464;
  font-size: 23px;
  line-height: 1.7;
}
#lineup .note_text {
  color: #231815;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 8px;
}
.text-red {
  color: #EE0000;
}

/* fair btn link btn */
.link_btn {
  text-decoration: none;
}
.link_btn:hover {
  opacity: .7;
  transition: all .6s;
  text-decoration: none;
}
#lineup .note_area .contact-text {
  display: flex;
  margin-top: 30px;
}
#lineup .note_area .contact-text dt {
  color: #1d2087;
  border: 2px solid #1d2087;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  padding: 5px 10px;
}
#lineup .note_area .contact-text dd {
  color: #1d2087;
  line-height: 1.4;
  text-align: left;
  margin-left: 15px;
}
#lineup .note_area .contact-text dd .text-01 {
  font-size: 22px;
}
#lineup .note_area .contact-text dd .text-02 {
  font-size: 14px;
}

/* fair btn */
.fair_btn {
  margin: 0 auto;
}
.fair_btn .link_btn {
  position: relative;
  border-radius: 15px;
  display: block;
  width: 700px;
  margin: 0 auto;
  padding: 0;
  z-index: 1;
}
.fair_btn .btn01 {
  background: #022A5C;
}
.fair_btn .btn02 {
  background: #1d2087;
}
.fair_btn .btn03 {
  background: #003670;
}
.fair_btn .link_btn:hover {
  cursor: pointer;
  opacity: .7;
  transition: all .6s;
  text-decoration: none;
}
.fair_btn .link_btn span {
  position: relative;
  color: #fff;
  display: block;
  font-size: 20px;
  font-feature-settings: "palt";
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding: 0;
}
.fair_btn .link_btn span::before {
  content: "";
  position: absolute;
  background: URL("../img/icon-arrow.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 21px;
  top: 50%;
  right: 20px;
  transform: translate(0%,-50%);
}
.fair_btn .link_btn.blank span::before {
  content: "";
  position: absolute;
  background: URL("../img/icon-blank.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 20px;
  top: 50%;
  right: 10px;
  transform: translate(0%,-50%);
}
.fair_btn .link_btn.blank-b span::before {
  content: "";
  position: absolute;
  background: URL("../img/icon-blank-b.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 14px;
  top: 50%;
  right: -25px;
  transform: translate(0%,-50%);
}
.fair_btn.btn_waves {
  display: block;
  position: relative;
  max-width: 700px;
  height: auto;
  transition: all 0.3s;
  margin: 0 auto;
}
.fair_btn.btn_waves::after, .fair_btn.btn_waves::before {
  content: "";
  position: absolute;
  left: -5%;
  top: -7%;
  border: 1px solid #2c6ab8;
  width: 110%;
  height: 110%;
  border-radius: 1rem;
  opacity: 0;
  transform: scale(0.9);
  animation: 2s wavesanime ease-in infinite;
}
.fair_btn.btn_waves::before {
  animation-delay: 0.7s;
}
@keyframes wavesanime {
  0% {
    transform: scale(0.9);
    height: 110%;
    top: -7%;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    top: -30%;
    height: 160%;
    opacity: 0;
  }
}
