@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%;
}

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

.font__min {
	font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

#section00 {
	position: relative;
  background: #fff;
	max-width: 1920px;
	margin: 0 auto;
}
#section00 .minvisual_area {
  position: relative;
  margin: 0 auto;
}
#section00 .minvisual_area h2 img {
	width: 100%;
}
#section00 .minvisual_text_col {
  position: relative;
  max-width: 1920px;
  height: calc(172/1920*100vw);
  max-height: 172px;
  padding: 5% 0;
}
#section00 .minvisual_text {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 1000px;
  width: calc(1200/1920*100vw);
  margin: auto;
  transform: translate(-50%,-50%);
  filter:
    drop-shadow(0 0 6px rgba(255,255,255,0.65))
    drop-shadow(0 0 16px rgba(255,255,255,0.55))
    drop-shadow(0 0 28px rgba(255,255,255,0.4));
}

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

/* lead */
#lead {
  background: #fff;
  max-width: 1200px;
  margin: 30px auto 45px;
}
#lead .lead_area {
  width: 1000px;
  margin: 0 auto;
}
#lead .lead_title {
  color: #000;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  padding: 12px 0;
}
#lead .lead_text {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  padding: 12px 0 0;
}
#lead .lead_text sup {
 font-size: 10px;
 vertical-align: middle;
}
#lead .lead_note {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  margin-left: 20px;
}

/* event */
#event {
  position: relative;
	max-width: 1130px;
  margin: 0 auto 20px;
  z-index: 1;
}
#event .event_area {
  margin: 0 auto;
  padding: 0 0 10px;
}
#event .event_header {
  position: relative;
}
#event .event_header.bg_01 {
  background: #5281c2;
  padding: 20px 20px 20px;
}
#event .event_header.bg_02 {
  background: #41b5e9;
  padding: 15px 70px 15px;
}
#event .event_header.bg_02::after {
  content: "";
  background: URL("/campaign/boxer60th-anniversary/img/event-present-item01_pc.png") no-repeat;
  background-size: cover;
  position: absolute;
  width: 224px;
  height: 379px;
  top: 0;
  left: 20px;
  transform: translate(0,0);
  z-index: 1;
}
#event .event_header.bg_02::before {
  content: "";
  background: URL("/campaign/boxer60th-anniversary/img/event-present-item02_pc.png") no-repeat;
  background-size: cover;
  position: absolute;
  width: 299px;
  height: 251px;
  top: 60px;
  right: 30px;
  transform: translate(0,0);
  z-index: 1;
}
#event .event_title {
  position: relative;
  color: #fff;
  font-feature-settings: "palt";
  line-height: 1.3;
}
#event .event_header.bg_01 .event_title {
  font-size: 51px;
  font-weight: bold;
  text-align: center;
}
#event .event_header.bg_02 .event_title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
#event .event_header.bg_02 .event_title .text {
  border: 1px solid #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  vertical-align: middle;
  padding: 2px 20px;
  margin: 0 0 4px;
}
#event .event_text {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  padding: 15px 0 10px;
}
#event .event_content {
  margin: 15px auto 40px;
}
#event .event_note {
  color: #3e3a39;
  font-size: 10px;
  line-height: 1.5;
  text-align: left;
  padding: 8px 0 0;
}

/* fair note */
#fair {
  background: #fff;
	max-width: 1200px;
  margin: 0 auto 0;
}
#fair .fair_area {
  background: #f7f8f8;
}
#fair .fair_col {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 20px 50px;
}
#fair .fair-message {
  background: #fff;
  padding: 0 5%;
}
#fair .fair_title {
  color: #838689;
  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: 1px;
  flex-grow: 1;
  background-color: #838689;
}
#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: 1000px;
  margin: 20px auto 0;
}
#fair .fair_menu li {
  width: calc(100% / 6);
  margin-left: 10px;
}
#fair .fair_menu li:first-child {
  margin-left: 0;
}
#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 .fair_menu li:first-child .btn_img,#fair .fair_menu li:first-child .btn_text {
  width: 150px;
}
#fair .fair_menu li:last-child .btn_img,#fair .fair_menu li:last-child .btn_text {
  width: 110px;
}
#fair .btn_img {
  display: flex;
  align-items: center;
  width: 137px;
  height: 50px;
}
#fair .btn_img img {
  width: 100%;
  height: auto;
}
#fair .btn_text {
  color: #838689;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  width: 137px;
  margin-top: 20px;
}
#fair .fair_img {
  width: 800px;
  margin: 30px auto 0;
}

/* info */
#info {
  background: #fff;
	max-width: 1000px;
  margin: 0 auto 80px;
}
#info .info_area {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0 10px;
}
#info .info_blc {
  margin: 0 auto 50px;
}
#info .title {
  position: relative;
  color: #231815;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto 30px;
}
#info .fair_btn .link_btn {
  border-radius: 50px;
  width: 440px;
  padding: 10px 0;
	transition: opacity 0.3s ease;
}
#info .fair_btn .link_btn span {
  font-size: 20px;
}

/* lineup */
#lineup {
	background: #f7f8f8;
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0 0 40px;
}
#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 img {
  width: 100%;
}
#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;
}

/* 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: #00a8de;
}
.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 .blank {
  position: relative;
}
.fair_btn .arrow::before {
  content: "";
  position: absolute;
  background: URL("/campaign/boxer60th-anniversary/img/icon-arrow.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 21px;
  top: 50%;
  right: 20px;
  transform: translate(0%,-50%);
}
.fair_btn .blank::before {
  content: "";
  position: absolute;
  background: URL("/campaign/boxer60th-anniversary/img/icon-blank.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 20px;
  top: 50%;
  right: 30px;
  transform: translate(0%,-50%);
}
.fair_btn .blank-b::before {
  content: "";
  position: absolute;
  background: URL("/campaign/boxer60th-anniversary/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;
  }
}
