@charset "utf-8";


/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input,select,textarea,button
{ outline: none; }
abbr, acronym
{ border: 0;}
*, *:before, *:after {box-sizing: border-box;}



/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content:".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left   !important;}
.taC { text-align: center !important;}
.taR { text-align: right  !important;}

/* !Layout
---------------------------------------------------------- */
html { 
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
 color: #000;
  background: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
 font-size: 1.4rem;
 -webkit-text-size-adjust: none;
 line-height: 1.5;
}


.pc {
  display: none!important;
}

.enFt {
  font-family: 'Oswald', sans-serif;
}

/* !wrapper
---------------------------------------------------------- */
#fctokyo_lp_wrapper {
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  padding:50px 0 60px;
}
.fctokyo_lp_inner{
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
/* !header
---------------------------------------------------------- */
#fctokyo_lp_header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #052883;
  height: 50px;
  box-shadow:0 0 3px rgba(0,0,0,.3);
}
.fctokyo_lp_header_inner{
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.fctokyo_lp_header_left{
  display: flex;
  align-items: center;
}
#fctokyo_lp_logo a{
  display: flex;
  align-items: center;
}
#fctokyo_lp_logo img{
  height: 40px;
}

/* !navi
---------------------------------------------------------- */
.fctokyo_lp_btn_menu {
  position: absolute;
  position: fixed;
  right:0;
  top: 0;
  width: 60px;
  height: 50px;
  z-index: 4;
  background: url("../image/icon_menu.svg") center center no-repeat ;
  background-size: auto 100%;
  cursor: pointer;
} 
.fctokyo_lp_btn_menu.active {
  right: 0;
  width: 60px;
  height: 50px;
  background: url("../image/icon_menu_close.svg") center center no-repeat;
  background-size: auto 100%;
}
.fctokyo_lp_header_btn{
  position: fixed;
  z-index: 98;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.fctokyo_lp_header_btn a{
  display: block;
  background: #A70000;
  text-align: center;
}

#fctokyo_lp_navi {
  position: absolute;
  position: fixed;
  top: 50px;
  right: -100%;
  width: 100%;
  background: #fff;
  z-index: 99;
  box-sizing: border-box;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /*opacity: 0;*/
    pointer-events: none;
  transition: opacity,right .3s;
}
#fctokyo_lp_navi.open{
    opacity: 1;
    pointer-events: auto;
    right: 0;
}


#fctokyo_lp_navi ul{}
#fctokyo_lp_navi li + li{border-top: 1px solid #000}
#fctokyo_lp_navi li a {
  padding: 0 20px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  background: url(../image/arrow_nav_sp.svg)no-repeat right 20px center #817039;
  background-size: auto;
  height: 40px;
}
#fctokyo_lp_navi li a .jp{
  font-weight: bold;
}
/* !fctokyo_lp_mainVisual
---------------------------------------------------------- */
#fctokyo_lp_mainVisual{
  position: relative;
}
.fctokyo_lp_mainVisual,
.fctokyo_lp_mainVisual img {
  width: 100%;
}
#fctokyo_lp_mainVisual img {
  width: 100%;
}

.fctokyo_lp_mvslider{
  padding-bottom: 25px;
  background: #000;
}
.fctokyo_lp_mvslist{max-width: 100vw}

.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}
.slick-dots{
    width: 100%;
    text-align: center;
    bottom: auto;
    right: 50%;
    transform: translateX(50%);
    bottom: -28px;
}
.slick-dots li{
    width: 46px;
    height: 5px;
    display: inline-block;
    margin: 0 4px;
    float: none;
}
.slick-dots li button{
    width: 46px;
    height: 5px;
    padding: 0;
}
.slick-dots li button:before{
    content: '';
    display: block;
    width: 46px;
    height: 5px;
    background: #C0C0C0;
    border-radius: 0;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
}
.slick-dots li button:hover:before
{
    background: #A70000;
}
.slick-dots li.slick-active button:before
{
     background: #A70000;
}

.fctokyo_lp_mvslider .slick-dots{
    bottom: 10px;
}
.fctokyo_lp_mvslider .slick-dots li button:before{
  background: #4D4D4D
}
.fctokyo_lp_mvslider .slick-dots li button:hover:before
{
    background: #FFFFFF
}
.fctokyo_lp_mvslider .slick-dots li.slick-active button:before
{
     background: #FFFFFF
}
/* !title
---------------------------------------------------------- */
.fctokyo_lp_sec_title{
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
  padding-top: 50px;
}
.fctokyo_lp_sec_title_en{
  font-size: 3.4rem;
  font-weight: bold;
  color: #CD8F2F;
}
.fctokyo_lp_sec_title_jp{
  font-size: 1.2rem;
  font-weight: bold;
}
.fctokyo_lp_sec_title_jp:after{
  content: '';
  display: block;
  margin: 10px auto 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}

.fctokyo_lp_sec_title.white{
  padding-top: 50px;
  background: url(../image/bg_title_sp.png)no-repeat top center;
  background-size: 70px auto;
  margin-bottom: 30px;
}
.fctokyo_lp_sec_title.white .fctokyo_lp_sec_title_en{color: #fff}

.fctokyo_lp_sec_title.blue{
  padding-top: 50px;
  color: #000
}
.fctokyo_lp_sec_title.blue .fctokyo_lp_sec_title_en{
  color: #052883;
}


/* !content
---------------------------------------------------------- */
/*fctokyo_lp_games*/
.fctokyo_lp_games{
  padding-bottom: 80px;
  background-image: linear-gradient(to right, #000C39 , #54040F);
}
.fctokyo_lp_games_box{
}
.fctokyo_lp_games_list{
  margin: 0 0 60px;
}
.fctokyo_lp_games_list + .fctokyo_lp_games_list{margin-top: 50px}
.fctokyo_lp_games_list_txt{
  color: #fff;
  font-size: 1.4rem;
  margin: 10px 0 16px;
}
.fctokyo_lp_games_list_dl{
  display: flex;
  margin-bottom: 16px;
  color: #fff;
}
.fctokyo_lp_games_list_dl dt{
  width: 108px;
  margin-right: 10px;
}
.fctokyo_lp_games_list_dl dd{
  width: calc(100% - 108px - 10px);
  font-size: 1.2rem;
}
.fctokyo_lp_games_list_table{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 -2px;
}
.fctokyo_lp_games_list_table li{
  margin: 0 2px 4px;
  width: calc(33.33% - 4px);
  background: #D6D0C3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-size: 1.2rem;
}
.fctokyo_lp_games_list_table li:first-of-type{width: calc(100% - 4px);background: #052883;color: #fff}
.fctokyo_lp_games_list_table li.white{background: #fff}
.fctokyo_lp_games_btn{
  text-align: center;
}
.fctokyo_lp_games_btn + .fctokyo_lp_games_box{margin-top: 60px}



/*fctokyo_lp_player*/
.fctokyo_lp_player{
  background: #052883;
  color: #fff;
  padding-bottom: 80px;
}

.fctokyo_lp_player_slider.slick-dotted.slick-slider,
.fctokyo_lp_movie_slider.slick-dotted.slick-slider{
  padding: 0 0px;
  margin-bottom: 25px;
}
.fctokyo_lp_player_slider .slick-list,
.fctokyo_lp_movie_slider .slick-list{overflow: visible;}
.fctokyo_lp_player_slider .slick-dots,
.fctokyo_lp_movie_slider .slick-dots{bottom: -25px}
.fctokyo_lp_player_slist,
.fctokyo_lp_movie_slist{max-width: 335px;margin: 0 20px}

.fctokyo_lp_player_img{
  margin-bottom: 16px;
  text-align: center;
}
.fctokyo_lp_player_name{
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}
.fctokyo_lp_player_name .number{
  font-size: 2.6rem;
  margin-right: 8px;
  color: #817039;
}
.fctokyo_lp_player_name .position{
  font-size: 1.8rem;
  margin-left: 10px;
  display: inline-block;
  width: 40px;
  line-height: 24px;
  background: #817039;
  text-align: center;
}
.fctokyo_lp_player_txt{
  font-size: 1.4rem;
}

/*slick*/

.slick-prev,
.slick-next {
    position: absolute;
    width: 72px;
    height: 72px;
    z-index: 3;
    background: url(../image/prev.svg)no-repeat;
    background-size: 100% auto;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.slick-next{
    background: url(../image/next.svg)no-repeat;
    background-size: 100% auto;
    left: auto;
    right: 0;
}

/*fctokyo_lp_movie*/
.fctokyo_lp_movie_slist_iframe iframe{
  display: block;
  width: 335px;
  max-width: 100%;
  height: 190px;
}
.fctokyo_lp_movie_slist_txt{
  font-size: 1.4rem;
  margin-top: 10px;
}

/*fctokyo_lp_food*/
.fctokyo_lp_food{
  padding-bottom: 30px;
}
.fctokyo_lp_food_banner img{width: 100%}
.fctokyo_lp_food_slider{margin: 0 -20px 40px;padding-left: 20px;}
.fctokyo_lp_food_slist{
  margin: 0 20px;
  max-width: 240px;
}
.fctokyo_lp_food_p01{
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.fctokyo_lp_food_slist_title{
  background: #A70000;
  color: #fff;
  display: flex;
  align-items: center;
  height: 53px;
  padding: 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
.fctokyo_lp_food_slist_img{
  margin-bottom: 10px;
}
.fctokyo_lp_food_slist_dl{
  display: flex;
  align-items: center;
}
.fctokyo_lp_food_slist_dl + .fctokyo_lp_food_slist_dl{margin-top: 5px}
.fctokyo_lp_food_slist_dl dt{
  min-width: 70px;
  width: 70px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  height: 30px;
  font-size: 1.3rem;
  color: #fff;
  background: #052883
}
.fctokyo_lp_food_slist_dl dd{
  font-size: 1.4rem;
  line-height: 15px;
}

/*fctokyo_lp_attractions*/
.fctokyo_lp_attractions{padding-bottom: 80px}
.fctokyo_lp_attractions_ul{
}
.fctokyo_lp_attractions_ul li{
  margin: 0 0px 20px;
}
.fctokyo_lp_attractions_ul_txt{
  font-size: 1.4rem;
  margin-top: 8px;
}
.fctokyo_lp_attractions_note{
  padding-top: 10px;
  font-size: 1.4rem;
}

/*fctokyo_lp_ticket*/
.fctokyo_lp_ticket .fctokyo_lp_inner{max-width: 980px}
.fctokyo_lp_ticket_dl{
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.fctokyo_lp_ticket_dl dd{margin-top: 20px;width: }
.fctokyo_lp_ticket_note{
  margin: 0 auto 20px;
  font-size: 1.2rem;
}


/*fctokyo_lp_access*/
.fctokyo_lp_access_dl{
}
.fctokyo_lp_access_dl dt{margin-bottom: 20px;}
.fctokyo_lp_access_p01{
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.fctokyo_lp_access_p02{
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.fctokyo_lp_access_p03{
  font-size: 1.4rem;
}
/* !footer
---------------------------------------------------------- */
.fctokyo_lp_page_top a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #fff;
  border-bottom: 4px solid #A70000;
}
.fctokyo_lp_page_top a img{width: 98px}

#fctokyo_lp_footer {
  text-align: center;
  padding: 80px 20px 180px;
  color: #fff;
  background: url(../image/foot_logos_bgmark.png)no-repeat bottom center #052883;
  background-size:375px auto;
}
.fctokyo_lp_sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}

.fctokyo_lp_sns ul li {

}
#fctokyo_lp_footer .fctokyo_lp_sns{
  padding: 0 0 40px;
}
#fctokyo_lp_footer .fctokyo_lp_sns li{margin: 0 15px;position: relative;}
#fctokyo_lp_footer .fctokyo_lp_sns li img{width: 32px}
.fctokyo_lp_logo {
  margin-bottom: 40px;
  text-align: center;
}

.fctokyo_lp_logo img {
  height: 70px;
}
#fctokyo_lp_footer a {
  color: #fff;
  text-decoration: none;
}
#fctokyo_lp_copyright{
  font-weight: 500;
  font-size: 1rem;
}


.hide {
  display: none;
}
a {
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}

.op {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}