@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

.MainColumn {
  background: #2E313C;
  color: #fff;
  padding-top: 18px;
}
#PageTop {
  background: #2E313C;
}

img {
  max-width: 100%;
  height: auto;
}


/*===============================
	lp css
================================*/
/*-- お知らせ --*/
.Infomation_Box {
  margin: 0;
	padding:0 10px 18px;
}
.Infomation_Box ul {
	border-radius: 4px;
	border:1px solid #E0E0E0;
  background-color: #fff;
	box-shadow: none;
}
.Infomation_Box ul li {
	padding: 0;
}
.Infomation_Box ul li a {
	display:block;
	padding: 10px 10px 10px 38px;
	position: relative;
}
.Infomation_Box ul li a:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('https://cdn.netkeiba.com/img.sp/common/img/icon/icon_sprite_nk.png');
	background-repeat: no-repeat;
	-webkit-background-size: 55px 1000px;
	-moz-background-size: 55px 1000px;
	-ms-background-size: 55px 1000px;
	background-size: 55px 1000px;
	background-position: -7px -808px;
	position: absolute;
	top: 50%;
 	transform: translateY(-50%);
	left: 12px;
}
.Infomation_Box ul li a .Infomation_Txt span {
	display: inline-block;
	color: #06389b;
	font-size: 72.2%;
	font-weight: bold;
	line-height: 1.3;
}


.Toreca_Play {
  display: block;
  margin: auto;
  width: 83%;
  padding: 14px 0;
  text-align: center;
  background: #3251bc;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: bottom 0.2s;
}
.Main_Title {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}
.Main_Head {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.Explan_Text {
  min-height: 63px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  font-size: 14px;
}
.Deco_Line {
  width: 317px;
  display: block;
  margin: 0 auto;
}

/*-- リリース記念トレカパスワード --*/
.Code {
  position: relative;
  margin: 60px 18px 0;
  border: solid 1px #EBC75C;
  border-radius: 4px;
}
.Code .Code_Num {
  display: inline-block;
  padding: 5px 21px;
  background: #fff;
  border-radius: 5px;
  font-weight: bold;
  color: #000;
  font-size: 32px;
  font-family: 'Noto Sans JP', sans-serif;
}
.Code_Inner {
  margin: 0px 0 13px;
  display: flex;
  gap: 0 10px;
  justify-content: center;
}
.Code_Img {
  padding: 0 10px;
  margin: -26px auto 0;
}
.Code_Btn {
  padding: 15px 12px;
  border-radius: 5px;
  background: #EBC75C;
  color: #000;
  text-align: center;
  font-size: 12px;
}
.Copy_Message {
  position: absolute;
  width: 230px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #333;
  line-height: 5;
  background-color: #EBC75C;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  transition: opacity 0.3s;
}


/*-- 新ガチャ情報 --*/
.Toreca_Slide .Logo{
  display: block;
  margin: 0 auto 20px;
  width: 230px;
}
.Slide {
  margin: 0 0 20px 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  scrollbar-width: none;     /* Firefox */
  -ms-overflow-style: none;  /* IE/Edge */
}
.Slide::-webkit-scrollbar {
  display: none;             /* Chrome/Safari */
}
.Slide .Slide_Link {
  display: inline-block;
  white-space: nowrap;
  width: 300px;
  margin-right: 10px;
}

/*-- トレカ紹介 --*/
.About {
  margin: 37px auto 47px;
}


.slick-slider .slick-track {
  margin: 22px auto 52px;
  display: flex;
  align-items: center;
}

.Card_Img {
  transition: transform .6s cubic-bezier(.22,1,.36,1), opacity .6s;
  transform: scale(.85);
}

.slick-center .Card_Img {
  position: relative;
  z-index: 1;
  /* transform:scale(1.05) rotate(-6deg); */
  transform:rotate(-6deg);
}


@media only screen and (max-width: 768px) {
  .slick-center .Card{
    position: relative;
    left: -2.1333333333vw;
    width: 28.8vw!important;
  }
}

@media only screen and (min-width: 1025px) {
  .Card_Img {
    transform: scale(.75);
  }
}




/*-- 動画演出 --*/
.Movie {
  margin: 30px auto 47px;
}
.Movie_Wrap {
  margin: 18px auto 20px;
  width: 300px;
  /* aspect-ratio: 9 / 16; */
  overflow: hidden;
  position: relative;
}
.Movie_Wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Movie .Explan_Text {
  margin-bottom: 28px;
}


/*-- タブ切り替え（ガチャ・トレード・ランキング） --*/
.Toreca_Info_Tab {
  padding-bottom: 60px;
}
.Tab_Wrap {
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
  gap: 0 10px;
  justify-content: center;
}
.Tab_Wrap .Tab{
  padding: 10px 0;
  width: 105px;
  border-radius: 2em;
  background-color: rgba(244, 244, 244, .1);
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.Tab_Wrap .Tab.Active {
  position: relative;
  z-index: 1;
  background: #fff;
  filter:
  drop-shadow(1px -3px 5px rgba(255, 91, 91, .5))
  drop-shadow(3px 3px 5px #3658D6);
  font-weight: bold;
  color: #2E313C;
}
.Tab_Item {
  display: none;
  margin-bottom: 17px;
}
.Tab_Item.Active {
  display: block;
}
.Tab_Item .Tab_Item_Img {
  display: block;
  margin: 0 auto 28px;
  width: 335px;
}
.Tab_Item .Tab_Item_Img.Third {
  padding-bottom: 1px;
}


@media only screen and (min-width: 1025px) {
  .Contents {
    margin-top: 0;
  }
  #PageTop {
    background: transparent;
  }
}