@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/**/
#tpblock #Tomica-wrapper {
  background-color: #76c0eb;
}
#Tomica-wrapper {
  background-color: #76c0eb;
}
.tpblock-wrapper {
  width: 100%;
}
/*hover*/
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/*インデックスロゴ*/
.tpblock_logo_main {
  width: 100%;
  height: auto;
  margin: 50px 0 80px 0;
}
/*各ページロゴ*/
.tpblock_logo {
  width: 100%;
  height: auto;
  margin: 50px 0 50px 0;
}
/*メイン*/
.container {
  width: 100%;
  height: auto;
}
.box-inner_box {
  text-align: center;
  width: 900px;
  margin: auto;
}
.box-inner_area {
  display: inline-block;
  align-items: center;
}
.box-inner_01 {
  width: 900px;
  height: auto;
  margin: 30px 0 30px;
}
/*ムービー*/
.container_movie {
  margin: 60px 0 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
}
.box_movie {
  width: 800px;
  height: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*コピーライト*/
.copy_text {
  font-size: 1em;
  line-height: 1.8em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  color: #3e3a39;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* 発売日シール */
.seal_date_wide {
  position: absolute;
  width: 80px;
  left: 57.5%;
  top: -2%;
  z-index: 5;
}
.seal_date_box {
  position: absolute;
  width: 70px;
  left: 36%;
  top: -5%;
  z-index: 5;
}
.seal_date_box_heli {
  position: absolute;
  width: 70px;
  left: 27%;
  top: -5%;
  z-index: 5;
}
.seal_date_box_heli_02 {
  position: absolute;
  width: 70px;
  left: 35%;
  top: -5%;
  z-index: 5;
}
.seal_date_box_plarail {
  position: absolute;
  width: 70px;
  left: 38%;
  top: -5%;
  z-index: 5;
}

/* ラインナップ_各アイテム */
.container_box_lineup {
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.lineup_title {
  text-align: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.box_lineup {
  text-align: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
.lineup_wide {
  width: 721px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.lineup_wide a{
    display: block;
    transition: all .3s ease-in-out;
    position: relative;
}
.lineup_wide a::before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 #e50012, inset 0 0 #e50012, inset 0 0 #fccf00, inset 0 0 #fccf00;
    transition: all .3s ease-in-out;
    display: block;
    content: "";
	border-radius: 12px;
}
.lineup_wide img{
    width: 100%;
    vertical-align: middle;
}
.lineup_wide a:hover::before{
    box-shadow: inset 5px 0 #e50012, inset 0 5px #e50012, inset -5px 0 #fccf00, inset 0 -5px #fccf00;
		border-radius: 12px;
}
.lineup_area {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.lineup_area ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.lineup_area_end {
  width: 100%;
  padding-top: 10px;
}
.lineup_area_end ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.lineup_btn_left {
  width: 350px;
  height: auto;
  padding-left: 40px;
  padding-right: 20px;
  position: relative;
}
.lineup_btn_left a{
    display: block;
    transition: all .3s ease-in-out;
    position: relative;
}
.lineup_btn_left a::before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 #e50012, inset 0 0 #e50012, inset 0 0 #fccf00, inset 0 0 #fccf00;
    transition: all .3s ease-in-out;
    display: block;
    content: "";
	border-radius: 12px;
}
.lineup_btn_left img{
    width: 100%;
    vertical-align: middle;
}
.lineup_btn_left a:hover::before{
    box-shadow: inset 5px 0 #e50012, inset 0 5px #e50012, inset -5px 0 #fccf00, inset 0 -5px #fccf00;
		border-radius: 12px;
}
.lineup_btn_right {
  width: 360px;
  height: auto;
  padding-right: 40px;
  position: relative;
}
.lineup_btn_right a{
    display: block;
    transition: all .3s ease-in-out;
    position: relative;
}
.lineup_btn_right a::before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 #e50012, inset 0 0 #e50012, inset 0 0 #fccf00, inset 0 0 #fccf00;
    transition: all .3s ease-in-out;
    display: block;
    content: "";
	border-radius: 12px;
}
.lineup_btn_right img{
    width: 100%;
    vertical-align: middle;
}
.lineup_btn_right a:hover::before{
    box-shadow: inset 5px 0 #e50012, inset 0 5px #e50012, inset -5px 0 #fccf00, inset 0 -5px #fccf00;
		border-radius: 12px;
}
/*購入ボタン*/
.kakaku_box {
  text-align: center;
  width: 900px;
  margin: 20px auto;
}
.kakaku_area {
  display: inline-block;
  align-items: center;
}
.kakaku {
  border: solid 5px #ffffff;
  border-radius: 20px;
  width: 550px;
}
/* 遊び方_ガイドテキスト */
.guide_text {
  font-size: 1.7em;
  text-align: center;
  margin: 0 auto;
  padding: 15px 0;
  color: #1b1464;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
/* 遊び方ガイド_各アイテム_pdf */
.container_box_guide {
  width: 100%;
  height: auto;
  padding: 20px 0 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.box_guide {
  text-align: center;
  width: 800px;
  margin: 0 auto 40px;
}
.guide_area {
  width: 100%;
  padding: 10px 0;
}
.guide_area ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.guide_area_end {
  width: 100%;
  padding-top: 10px;
}
.guide_area_end ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.guide_btn_left {
  width: 350px;
  height: auto;
  padding-left: 40px;
  padding-right: 20px;
overflow: hidden;
}
.guide_btn_left a{
    display: block;
    transition: all .3s ease-in-out;
    position: relative;
}
.guide_btn_left a::before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 #e50012, inset 0 0 #e50012, inset 0 0 #fccf00, inset 0 0 #fccf00;
    transition: all .3s ease-in-out;
    display: block;
    content: "";
	border-radius: 12px;
}
.guide_btn_left img{
    width: 100%;
    vertical-align: middle;
}
.guide_btn_left a:hover::before{
    box-shadow: inset 5px 0 #e50012, inset 0 5px #e50012, inset -5px 0 #fccf00, inset 0 -5px #fccf00;
		border-radius: 12px;
}
.guide_btn_right {
  width: 360px;
  height: auto;
  padding-right: 40px;
}
.guide_btn_right a{
    display: block;
    transition: all .3s ease-in-out;
    position: relative;
}
.guide_btn_right a::before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 #e50012, inset 0 0 #e50012, inset 0 0 #fccf00, inset 0 0 #fccf00;
    transition: all .3s ease-in-out;
    display: block;
    content: "";
	border-radius: 12px;
}
.guide_btn_right img{
    width: 100%;
    vertical-align: middle;
}
.guide_btn_right a:hover::before{
    box-shadow: inset 5px 0 #e50012, inset 0 5px #e50012, inset -5px 0 #fccf00, inset 0 -5px #fccf00;
		border-radius: 12px;
}
/*トップ遊び方ガイド*/
.asobikata_guide_top {
  width: 100%;
  height: auto;
  margin: 30px auto 10px;
}
/*個別遊び方ガイド*/
.asobikata_guide {
  width: 100%;
  height: auto;
  padding: 0px 0px 30px;
}
/*個別アイテム_グレーアウト*/
.img_grayscale {
    filter: grayscale(1);
	opacity: 0.5;
}
/*個別アイテムcss*/
.kobetsu_itemprice {
  width: 100%;
  height: auto;
  padding: 20px 0px 70px;
}
.kobetsu_tit_parts {
  width: 100%;
  height: auto;
  padding: 0px 0px 25px;
}
.kobetsu_pic_parts {
  width: 100%;
  height: auto;
  padding: 0px 0px 70px;
}
.kobetsu_tit_kumitate {
  width: 100%;
  height: auto;
  padding: 0px 0px 0px;
}
.kobetsu_pic_kumitate {
  width: 100%;
  height: auto;
  padding: 0px 0px 70px;
}
.kobetsu_tit_morefun {
  width: 100%;
  height: auto;
  padding: 0px 0px 25px;
}
.kobetsu_pic_morefun {
  width: 100%;
  height: auto;
  padding: 0px 0px 70px;
}
.kobetsu_btn_asobikata {
  width: 100%;
  height: auto;
  padding: 0px 0px 70px;
}
/*エントリーセット*/
.entryset_kobetsu {
  width: 100%;
  height: auto;
  padding: 0px 0px 70px;
}