<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*==============================================
netkeiba - 日本語用ティザーサイト
================================================
0.0 - 共通パーツ
1.0 - メインビジュアル
2.0 - コンテンツ
==============================================*/
*{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	line-height:1.0em;
	text-shadow:none;
	box-sizing: border-box;
	-webkit-text-size-adjust:none !important;
}
/*----------------------------------------------
# 0.0 - 共通パーツ
----------------------------------------------*/
nav.ContentNavi01 {
  margin-bottom: 0!important;
}

/*----------------------------------------------
# 1.0 - メインビジュアル
----------------------------------------------*/
.MainVisual {
  width: 100%;
  height: auto;
  background: url(../img/bg.png?20221202) no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 60px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.MainVisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 43%;
  height: 100%;
  background: linear-gradient(rgba(20, 80, 194, .6), rgba(20, 80, 194, .6));
  z-index: -1;
}
.MainVisualInner {
  width: 100%;
  height: auto;
  max-width: 960px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.MainVisualInner img {
  width: 100%;
  height: auto;
}
.MainVisualInner .MainVisualBottomImg {
  position: absolute;
  bottom: 87px;
  right: 0;
  width: 54%;
}
.MainVisualInner h1 {
  width: 54%;
  position: absolute;
  top: 0px;
  right: 0px;
}
.MainVisualInner h1 img {
  width: 100%;
  height: auto;
}
/* .comingsoon {
  width: 22%;
  height: auto;
  position: absolute;
  top: 45%;
  right: 3.5%;
} */
.comingsoon {
  text-align: center;
  margin: 0 auto;
  width: 18%;
  color: #FFF;
  height: 58px;
  transform: skewX(-20deg);
  position: absolute;
  top: 45%;
  right: 3.5%;
  z-index: 1;
  background-color: rgba(20, 80, 194, .6);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comingsoon div {
  transform: skewX(20deg);
  font-size: 22px;
}
.comingsoon div span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-top: 4px;
}
.comingsoon div span svg:first-child {
  margin: 0 4px;
}
.MainVisualBtnWrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 89px;
  background: rgba(255, 255, 255, 90%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 19px 0;
}
.MainVisualBtnInner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.MainVisualBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.MainVisualBtn svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.MainVisualBtn:first-child {
  margin-right: 30px;
}
.MainVisualBtn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #050505;
  border-radius: 30px;
  text-align: center;
  width: 270px;
  height: auto;
  padding: 8px 44px;
  transition: all .3s;
}
.MainVisualBtn a img {
  width: auto;
  height: 100%;
  max-height: 27.5px;
}
.MainVisualBtn svg {
  right: 10px;
}
.MainVisualBtn a:hover {
  background: #FFF;
  opacity: unset;
}

@media only screen and (max-width: 768px) {
  .MainVisual {
    background: url(../img/sp/bg.png?20221202) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 30px;
  }
  .MainVisual::before {
    width: 50%;
  }
  .MainVisualInner {
    height: auto;
    position: relative;
    padding: 0 20px;
    min-height: 395px;
  }
  .MainVisualInner h1 {
    position: absolute;
    bottom: 118px;
    left: 50%;
    top: unset;
    right: unset;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 100%;
    max-width: 335px;
  }
  .MainVisualInner h1 img {
    width: 100%;
    height: auto;
  }
  .MainVisualInner .MainVisualBottomImg {
    width: 100%;
    max-width: 335px;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }
  .comingsoon {
    width: 38%;
    height: 39px;
    position: absolute;
    top: 3%;
    right: 6%;
  }
  .comingsoon div {
    font-size: 14px;
  }
  .comingsoon div span {
    font-size: 8px;
  }
  .comingsoon div span svg:first-child {
    margin: 0 2px;
  }
  .MainVisualInner .MainVisualBottomImg {
    width: 100%;
    max-width: 335px;
    left: 50%;
    right: unset;
    bottom: 80px;
    transform: translateX(-50%);
  }
  .MainVisualBtnWrap {
    height: 80px;
    padding: 18px 20px;
  }
  .MainVisualBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
  }
  .MainVisualBtn:first-child {
    margin-right: 15px;
  }
  .MainVisualBtn a {
    width: 100%;
    padding: 8px 27px;
  }
  .MainVisualBtn a img {
    max-height: 25px;
  }
}

/*----------------------------------------------
# 2.0 - コンテンツ
----------------------------------------------*/
.ContentInner {
  display: flex;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  padding: 60px 0;
}
.ContentInner figure {
  width: 50%;
}
.ContentInner img {
  width: 100%;
  height: auto;
}
.ContentFeatures {
  width: 50%;
}
li.ContentFeaturesListItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
li.ContentFeaturesListItem:last-child {
  margin-bottom: 0px;
}
.ContentFeaturesIcon {
  margin-right: 16px;
  background: #F3F3F3;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 3px;
}
.ContentFeaturesDescription h2 {
  color: #3251BC;
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: bold;
}
.ContentFeaturesDescription h2 span {
  color: #666;
  display: block;
  margin-top: 6px;
}
.ContentFeaturesDescription p {
  color: #666;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .ContentInner {
    display: block;
    padding: 30px 20px;
  }
  .ContentInner figure,
  .ContentFeatures {
    width: 100%;
  }
  .ContentFeatures {
    margin-top: 14px;
  }
  li.ContentFeaturesListItem {
    align-items: flex-start;
    margin-bottom: 36px;
  }
  .ContentFeaturesIcon {
    margin-right: 20px;
    width: 29px;
    height: 29px;
  }
  .ContentFeaturesDescription h2 {
    font-size: 17px;
    margin-bottom: 8px;
    line-height: 1.35;
  }
  .ContentFeaturesDescription p {
    font-size: 15px;
    line-height: 1.35;
  }
}</pre></body></html>