@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: 1200px;
	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: 1200px;
	}
  #section00 .minvisual_area {
    max-width: 1200px;
  }
}
@media ( min-width: 1601px ) {
	#section00 .minvisual_area img {
		overflow: hidden;
		width: 100% !important;
		height: auto;
	}
}

/* lead */
#lead {
  background: #fff;
  border-bottom: 10px solid #eef3f5;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 20px;
}
#lead .lead_area {
  width: 100%;
  margin: 20px auto 30px;
}
#lead h2 {
  color: #1d2087;
  font-size: 52px;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.8;
  text-align: center;
  margin: 0 auto 15px;
}
#lead .lead_main {
  width: 440px;
  margin: 0 auto;
}
#lead .lead_text {
  color: #000;
  font-size: 30px;
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: center;
  margin: 20px auto 5px;
}

/* event */
#event {
  /* background: URL("../img/bg_ev.jpg") no-repeat; */
	background: #fff;
  position: relative;
	max-width: 1200px;
	overflow: hidden;
  margin: 0 auto;
	padding: 0 0 60px;
  z-index: 1;
}
#event .event_area {
  position: relative;
  /* width: 1000px; */
  margin: 0 auto;
  padding: 50px 0 0;
}
#event .event_area::before {
  content: "";
  background: #fff;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 1600px;
  z-index: -1;
}
#event .event_lead {
  color: #000;
  font-size: min(4vw, 31px);
  font-feature-settings: "palt";
  line-height: 1.6;
  text-align: center;
  margin: 10px auto 20px;
}

#event h2.event_title {
  width: 462px;
  margin: 0 auto;
}

#event .event_content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 1000px;
	margin: 50px auto 0;
  gap: 10px;
}

#event .point_list {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

#event .point_list .left_col {
  order: 2;
}

#event .point_list .right_col {
  order: 1;
  margin-right: 55px;
}

#event .point_title {
  display: flex;
  align-items: center;
}

#event .point_title .point {
  width: 70px;
  margin-right: 15px;
}

#event .point_title .title {
  color: #02449b;
	/* font-size: clamp(14px, 1.6vw, 16px); */
  font-size: 23px;
  font-style: italic;
  font-feature-settings: "palt";
  line-height: 1.6;
  text-align: left;
}

#event .point_text {
  color: #000;
	/* font-size: clamp(14px, 1.6vw, 16px); */
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  margin: 20px 0 0;
}

#event .point_img {
  width: 460px;
}

/* fair */
#fair {
  background: #fff;
	max-width: 1200px;
  margin: 0 auto 30px;
}
#fair .fair_area {
  background: linear-gradient(0deg,rgba(0, 54, 112, 1) 0%, rgba(0, 116, 172, 1) 70%);
}

#fair .coming_img {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}

#fair .pickup-title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 20px;
}
#fair .pickup-title .sub_text {
  color: #02449b;
  background: #fffa00;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  width: 360px;
  height: 65px;
  position: relative;
  margin: 0 auto 16px;
  padding: 6px 10px;
}
#fair .pickup-title .sub_text::before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 12px solid #fffa00;
	z-index: 1;
}
#fair .pickup-menu {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 30px;
}
#fair .pickup-menu li {
  width: 184px;
}

#fair .coming_text {
  position: relative;
  width: 800px;
  padding: 40px 0;
  margin: 0 auto;
  z-index: 1;
}
#fair .fair_col {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 40px;
}
#fair .fair-message {
  background: #fff;
  padding: 0 5%;
}
#fair .fair_title {
  color: #fff;
  display: flex;
  align-items: center;
	position: relative;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
}
#fair .fair_title::before,#fair .fair_title::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #fff;
}
#fair .fair_title::before {
  margin-right: 1rem;
}
#fair .fair_title::after {
  margin-left: 1rem;
}
#fair .fair_menu {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#fair .fair_menu li {
  width: 150px;
}

#fair .btn_img {
  display: flex;
  align-items: center;
}
#fair .btn_img img {
  width: 100%;
  height: auto;
}
#fair .fair_more_btn {
  background: #fff;
  border-radius: 30px;
  display: block;
  width: 100%;
  padding: 7px 10px;
  margin: 15px auto 0;
}
#fair .fair_more_btn .more_text {
  color: #02449b;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin: auto;
}

#fair .fair_img {
  width: 800px;
  margin: 50px auto 0;
}

/* info */
#info {
  background: #fff;
	max-width: 1200px;
  margin: 20px auto 30px;
}
#info .info_area {
  margin: 0 auto;
  padding: 20px 0 50px;
}

#info .ucar_area {
  margin: 0 auto;
  padding-bottom: 40px;
}
#info .ucar_area .info_btn {
  display: block;
  width: 690px;
  margin: 0 auto;
}

#info .recommend_area {
  border-top: 1px solid #ccc;
  margin: 0 auto;
  padding-top: 40px;
}
#info .recommend_area .info_btn {
  display: block;
  background: #e34f12;
  border-radius: 50px;
  position: relative;
  width: 510px;
  margin: 0 auto;
  padding: 20px 10px;
}

#info .recommend_area .more_text {
  color: #fff;
  display: block;
  font-size: 21px;
  line-height: 1.4;
  text-align: center;
}
#info .recommend_area .more_text::before {
  content: "";
  position: absolute;
  background: URL("../img/icon-arrow.png") no-repeat;
  background-size: contain;
  width: 8px;
  height: 14px;
  top: 50%;
  right: 40px;
  transform: translate(0%,-50%);
}

/* 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 {
  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: 5px;
}
.text-red {
  color: #EE0000;
}

/* fair btn link btn */
.link_btn {
  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: 20px auto;
}
.fair_btn .link_btn {
  position: relative;
  border-radius: 15px;
  display: block;
  width: 660px;
  margin: 0 auto;
  padding: 13px 0;
  z-index: 1;
}
.fair_btn .btn01 {
  background: #022A5C;
}
.fair_btn .btn02 {
  background: #1d2087;
}
.fair_btn .btn03 {
  background: #003670;
}
#fair .fair_more_btn:hover,#fair .fair_btn:hover {
  cursor: pointer;
  opacity: .6;
  transition: all .6s;
  text-decoration: none;
}
.link_btn:hover,.fair_btn a:hover,.lineup_blc .link_btn:hover,#info .info_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 .blank-2 span::before {
  content: "";
  position: absolute;
  background: URL("../img/icon-blank-2.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 14px;
  top: 50%;
  right: 5%;
  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;
  }
}

.fair_btn.btn_gradation {
	background: linear-gradient(260deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 0%, rgba(113, 128, 244, 1) 100%);
}
