@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;
  width: 100%;
  margin: 0 auto;
}

#section00 .minvisual_area {
  margin: 0 auto;
}

#section00 .minvisual_area h2 img {
  width: 100%;
}

/*
***********************************************************
section01：h1
***********************************************************
*/
#section01 .kv-ttl {
  position: relative;
  max-width: 710px;
  margin: 0 auto;
  padding: 30px 0 0;
}

#section01 .kv-note {
  color: #1a2f5b;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 0;
}

/*
*********************************************************
#section-greeting
*********************************************************
*/
#section-greeting {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 0;
}

#section-greeting .greeting-lead {
  color: #00779b;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

#section-greeting .greeting-lead rt {
  font-size: 0.4em;
}

/*
*********************************************************
#section-present
*********************************************************
*/
#section-present {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1130px;
  background-color: #0096d4;
  background-image:
    linear-gradient(45deg, #0089ce 25%, transparent 25%, transparent 75%, #0089ce 75%),
    linear-gradient(45deg, #0089ce 25%, transparent 25%, transparent 75%, #0089ce 75%);
  background-size: 226px 226px;
  background-position: 0 0, 113px 113px;
  margin: 30px auto 35px;
  padding: 0;
}

#section-present .present-inner {
  position: relative;
  width: 100%;
  height: auto;
  margin: 25px auto 0;
  padding: 0;
}

#section-present .present-detail {
  background-color: rgba(255, 255, 255, 0.8);
  width: 1070px;
  margin: 0 auto;
  padding: 0;
}

#section-present .present-detail .present-detail-inner {
  width: 1070px;
}

#section-present .present01-area .present-detail {
  margin-bottom: 0;
}

#section-present .present01-area .present-detail .present-detail-inner img {
  position: relative;
  top: -10px;
  margin-bottom: -10px;
}

#section-present .present02-area .present-detail {
  overflow: visible;
  padding-bottom: 20px;
  margin-bottom: 0;
}

#section-present .present02-area .present-detail .present-detail-inner img {
  position: relative;
  width: 1075px !important;
  max-width: none !important;
  top: -30px;
  right: 0;
  margin-bottom: -20px;
}

/* --------------------- safety-check --------------------  */
#section-present .safety-check {
  max-width: 1076px;
  margin: 15px auto 10px;
}

/* --------------------- present-header --------------------  */
#section-present .present-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  max-width: 1070px;
  min-height: 100px;
  background-color: #5abcec;
  margin: 0 auto;
  padding: 15px 10px;
}

#section-present .present-header .present-header-cate {
  display: inline-block;
  background-color: #fff;
  padding: 5px;
  margin: 0;
  align-self: flex-start;
  flex-shrink: 0;
}

#section-present .present01-area .present-header .present-header-cate {
  margin-top: 1em;
}

#section-present .present02-area .present-header {
  align-items: center;
}

#section-present .present02-area .present-header .present-header-cate,
#section-present .present02-area .present-header .present-header-catch {
  align-self: center;
}

#section-present .present-header .present-header-cate span {
  display: flex;
  align-items: center;
  color: #5281c2;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}

#section-present .present-header .present-header-catch {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  padding: 0 20px;
  margin: 0;
  align-self: flex-start;
}

#section-present .present-header .present-header-catch rt {
  font-size: 0.4em;
}

#section-present .present-header .present-header-lead {
  flex-basis: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  padding: 10px 10px 0;
}

/* --------------------- mysubaru-btn-box --------------------  */
#section-present .mysubaru-btn-box {
  margin: 0 auto;
}

#section-present .mysubaru-btn-box .btn {
  position: relative;
  display: block;
  width: 440px;
  background: #eb5e00;
  border-radius: 100px;
  margin: 0 auto;
  padding: 10px 0;
  z-index: 1;
}

#section-present .mysubaru-btn-box .btn:hover {
  cursor: pointer;
  opacity: .7;
  transition: all .6s;
  text-decoration: none;
}

#section-present .mysubaru-btn-box .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;
}

#section-present .mysubaru-btn-box .btn span::before {
  content: "";
  position: absolute;
  background: URL("../img/icon-blank.png") no-repeat;
  background-size: contain;
  width: 15px;
  height: 10px;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
}

/* --------------------- present-note --------------------  */
#section-present .present-note {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.6;
  text-align: justify;
  margin: 0 auto;
  padding: 15px 30px 30px;
}

#section-present .present-note span {
  font-weight: bold;
}

/*
***********************************************************
fair note
***********************************************************
*/
#fair {
  background: #fff;
  max-width: 1130px;
  margin: 0 auto;
}

#fair .fair_area {
  background: #d4e7f2;
}

/* --------------------- fair-catch-box --------------------  */
#fair .fair-catch-box {
  background-color: #0096d4;
  background-image: repeating-conic-gradient(#0089ce 0% 25%, transparent 0% 50%);
  background-size: 226px 180px;
  background-position: 0 50px;
  margin: 50px auto 0;
  padding: 50px 0 30px;
}

#fair .fair-catch-box .fair-speech-bubble {
  width: 580px;
  margin: 0 auto;
}

#fair .fair-catch-box .fair-catch {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-top: 20px;
}

/* --------------------- fair-coming --------------------  */
#fair .fair-coming {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  margin: 30px 50px 20px;
  padding: 45px;
}

#fair .fair-coming p {
  position: relative;
  width: 765px;
  background-color: #5281c2;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
}

/* -----------------------------------------  */
#fair .fair_btn {
  margin: 40px auto;
}

#fair .fair_col {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 40px;
}

#fair .fair-message {
  background: #fff;
  padding: 0 5%;
}

#fair .fair_title {
  color: #5281c2;
  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: #5281c2;
}

#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: 30px;
}

#fair .fair_menu li:first-child .btn_img,
#fair .fair_menu li:first-child .btn_text {
  width: 145px;
}

#fair .fair_menu li:last-child .btn_img,
#fair .fair_menu li:last-child .btn_text {
  width: 132px;
}

#fair .btn_img {
  display: flex;
  align-items: center;
  width: 132px;
  height: 53px;
  margin-bottom: 10px;
}

#fair .btn_img img {
  width: 100%;
  height: auto;
}

#fair .btn_text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3em;
  color: #2f5e96;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
}

#fair .fair_img {
  width: 800px;
  margin: 20px 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: 1130px;
  margin: 50px auto;
  padding: 0;
}

#info .info_area {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}

#info .info_blc {
  margin: 0 auto 50px;
}

#info .title {
  position: relative;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

#info .fair_btn {
  margin: 20px auto 40px;
}

#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;
}

#info .fair_btn .link_btn span::before {
  content: "";
  position: absolute;
  background: URL("../img/icon-blank.png") no-repeat;
  background-size: contain;
  width: 15px;
  height: 10px;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
}

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

/*
***********************************************************
lineup
***********************************************************
*/
#lineup {
  background-color: #f7f8f8;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}

#lineup .lineup_area {
  width: 100%;
  margin: 0 auto;
}

#lineup .lineup_list {
  display: flex;
  width: 1068px;
  margin: 0 auto;
}

#lineup .lineup_blc {
  max-width: 344px;
  margin: 0 0 0 18px;
}

#lineup .lineup_blc:first-child {
  margin: 0;
}

#lineup .note_text {
  max-width: 1070px;
  color: #231815;
  font-size: 14px;
  line-height: 1.7;
  margin: 5px auto 0;
}

/* fair btn link btn */
.link_btn {
  text-decoration: none;
}

.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: #5281c2;
}

.fair_btn .btn03 {
  background: #00a8de;
}

.fair_btn:hover,
.fair_btn .link_btn:hover,
.fair_btn a:hover,
.lineup_blc .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 .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%);
}
