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

body {
	background: none;
	background-color: #fff;
}
img {
  width: 100%;
}
#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: #e6f0f0;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 3% 10px;
}
#lead .lead_area {
  width: 100%;
  margin: 0 auto 5px;
}
#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_text {
  color: #000;
  font-size: 30px;
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: center;
  margin: 20px auto 5px;
}
/* detail */
#detail {
  background: #fff;
	max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 50px;
}
#detail .detail_area {
  border-bottom: 2px solid #000;
  width: 1000px;
  margin: 0 auto 10px;
  padding: 0 0 20px;
}
#detail h2 {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  text-align: center;
  color: #001147;
  font-weight: bold;
  font-size: 34px;
  padding-top: 5px;
  line-height: 1.8;
}
#detail dl {
  overflow: hidden;
  padding-top: 20px;
  width: 900px;
  margin: 0 auto;
}
#detail dl dt {
    /* width: 200px; */
    /* padding-left: 20px; */
    height: 24px;
    font-size: 30px;
    line-height: 1.6;
    font-weight: bold;
    color: #001147;
    float: left;
}
#detail dl dd {
    /* width: 460px; */
    float: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: #001147;
}
#detail .note {
	display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
	text-indent: -15px;
	padding-left: 15px;
}

/* event */
#event {
	/* background: #fff; */
  position: relative;
	max-width: 1200px;
	overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
#event .event_area {
  position: relative;
  padding: 50px 0 60px;
}
#event .event_area::before {
  content: "";
  background: URL("../img/event-bg01-grandfinalfair202603_pc.jpg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#event .event_title {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
#event .event_list {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto 0;
  padding: 20px 0 30px;
}
#event .event_list li {
  position: relative;
  width: 100%;
  margin-top: -60px;
}
#event .event_list li:first-child {
  margin-top: 0;
}
#event .ucar {
  position: relative;
  box-sizing: border-box;
  width: 1000px;
  height: 300px;
  margin: 15px auto 0;
  padding: 35px 0;
}
#event .ucar::before {
  content: "";
  background: URL("../img/ucar-line-grandfinalfair202603_pc.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#event .ucar_area {
  display: flex;
  align-items: center;
  padding: 0 40px;
}
#event .ucar_title {
  order: 2;
}
#event .ucar_img {
  order: 1;
}
#event .ucar_text {
  color: #fff;
  display: block;
  font-size: 30px;
  line-height: 1.3;
}
#event .ucar_text.big_text {
  font-size: 53px;
  font-weight: bold;
  line-height: 1.3;
}


/* fair note */
#fair {
  background: #fff;
	max-width: 1200px;
  margin: 0 auto 20px;
}
#fair .fair_area {
  background: #d7000f;
}
#fair .fair_area.fair_coming {
  position: relative;
  background: none;
  padding: 0;
}
#fair .fair_area.fair_coming::before {
  content: "";
  background: URL("../img/fair-bg_grandfinalfair202603_pc.jpg") no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#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: 28px;
  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-around;
  align-items: center;
  margin-top: 20px;
  padding: 0 20px;
}
#fair .fair_link {
  display: block;
  padding: 0 0 20px;
}
#fair .fair_link:hover {
  opacity: .7;
  text-decoration: none;
  transition: all .3s;
}
#fair .btn_img {
  display: flex;
  align-items: center;
  height: 77px;
}
#fair .btn_img .car_btn01 {
  width: 150px;
  margin: 0 auto;
}
#fair .btn_img .car_btn02,#fair .btn_img .car_btn03,#fair .btn_img .car_btn04,#fair .btn_img .car_btn05 {
  width: 137px;
  margin: 0 auto;
}
#fair .btn_img .car_btn06 {
  width: 110px;
  margin: 0 auto;
}
#fair .btn_text {
  color: #fff;
  text-align: center;
  margin-top: 0;
}
#fair .fair_img {
  width: 800px;
  margin: 30px auto 0;
}
#fair .message_title {
  margin-bottom: 10px;
  padding: 40px 0 10px;
}
#fair .message_title h2 {
  color: #00345D;
  font-size: 28px;
  font-weight: bold;
  font-feature-settings: "palt";
  vertical-align: middle;
}
#fair .message_title span {
  color: #00345D;
  font-size: 55px;
  vertical-align: middle;
  margin-left: 10px;
}
#fair .message_text {
  text-align: left;
  width: 100%;
  margin: 10px auto 0;
}
#fair .message_text .text {
  color: #fff;
  background: #00345D;
  display: inline-block;
  font-size: 28px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 8px 12px;
}
#fair .message_text .note {
  color: #00345D;
  font-size: 22px;
  text-align: center;
  margin: 8px auto 0;
}

/* info */
#info {
  background: #fff;
	max-width: 1200px;
  margin: 0 auto 20px;
}
#info .info_area {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 10px;
}
#info .info_blc {
  margin: 0 auto 50px;
}
#info .title {
  position: relative;
  color: #1e2973;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 35px;
}
#info .title::before {
  content: "";
  position: absolute;
  bottom: -23px;
  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: -15px;
  left: 50%;
  width: 600px;
  height: 2px;
  transform: translateX(-50%);
}
#info .fair_btn .link_btn {
	transition: opacity 0.3s ease;
}

#info .fair_btn .link_btn:hover {
	opacity: .8;
}

/* search */
#search {
  max-width: 1000px;
  margin: 60px auto 0;
}
#search .search_area {
  width: 1000px;
}
#search .search_title {
  background: #d7000f;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 10px 0;
}
#search .search_title.icon-plus::before,#search .search_title.icon-plus::after {
  right: 30px;
}
#search .search_list {
  border: 2px solid #d7000f;
  padding: 35px 30px 25px;
}
#search .search_list li {
  border-bottom: 1px solid #485157;
  display: flex;
  padding: 15px 0 10px;
}
#search .search_list li:last-child {
  border-bottom: none;
}
#search .search_group {
  width: 150px;
  margin-right: 30px;
}
#search .search_group .group_btn {
  color: #485157;
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
#search .search_select .search_btn {
  color: #000;
  display: inline-block;
  font-size: 24px;
  line-height: 1.5;
  width: 75px;
  margin-right: 15px;
}
#search .search_select .search_btn:last-of-type {
  margin-right: 0;
}
#search .search_select .search_btn.large {
  width: 169px;
}
#search .group_btn:hover,#search .search_btn:hover {
  opacity: .7;
  transition: all .6s;
  text-decoration: none;
}

/* 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;
}

/* fair btn link btn */
.link_btn {
  text-decoration: none;
}
.link_btn:hover {
  opacity: .7;
  transition: all .6s;
  text-decoration: none;
}

/* fair btn */
.fair_btn {
  margin: 20px auto;
}
.fair_btn .link_btn {
  position: relative;
  border-radius: 15px;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  z-index: 1;
}
.fair_btn .btn01 {
  background: #fff;
  border-radius: 30px;
  color: #000;
  font-size: 32px;
  width: 580px;
  padding: 20px 0;
}
.fair_btn .btn02 {
  background: #d7000f;
  border-radius: 15px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  width: 660px;
}
.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;
  display: block;
  font-feature-settings: "palt";
  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;
  }
}

.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%);
}
