@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: #fff;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  /*font-family: 'Roboto', sans-serif;*/
  font-weight: 500;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

.sp {
  display: none !important;
}

@font-face {
  font-family: "DIN 2014 Bold";
  src: url("../font/e880dd7c6ab5731cbb5db5df70330509.eot"); /* IE9*/
  src: url("../font/e880dd7c6ab5731cbb5db5df70330509.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../font/e880dd7c6ab5731cbb5db5df70330509.woff2")
      format("woff2"),
    /* chrome、firefox */ url("../font/e880dd7c6ab5731cbb5db5df70330509.woff")
      format("woff"),
    /* chrome、firefox */ url("../font/e880dd7c6ab5731cbb5db5df70330509.ttf")
      format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("../font/e880dd7c6ab5731cbb5db5df70330509.svg#DIN 2014 Bold")
      format("svg"); /* iOS 4.1- */
}
.dinFt {
  font-family: "DIN 2014 Bold";
}
.enFt {
  font-family: "Oswald", sans-serif;
}

/* !wrapper
---------------------------------------------------------- */
#fctokyo_lp_wrapper {
  width: 100%;
  min-width: 1024px;
  overflow: hidden;
  padding-top: 80px;
}
.fctokyo_lp_inner,
.fctokyo_lp_inner02 {
  padding: 0 20px;
  max-width: 1000px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.fctokyo_lp_inner02 {
  max-width: 840px;
}
.fctokyo_lp_inner02.full {
  max-width: none;
  padding: 0;
}

/* !header
---------------------------------------------------------- */
#fctokyo_lp_header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #052883;
  height: 80px;
  min-width: 1000px;
}
.fctokyo_lp_header_inner {
  margin: 0 auto;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fctokyo_lp_header_left {
  display: flex;
  align-items: center;
}
#fctokyo_lp_logo a {
}
#fctokyo_lp_logo img {
  height: 50px;
}

.fctokyo_lp_header_btn {
  position: fixed;
  z-index: 98;
  right: 0px;
  bottom: 0px;
  width: auto;
}
.fctokyo_lp_header_btn a {
  display: block;
}
.fctokyo_lp_header_btn a img {
}

/* !navi
---------------------------------------------------------- */
.fctokyo_lp_btn_menu {
  position: absolute;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 999;
  background: url("../image/icon_menu.svg") center center no-repeat;
  background-size: auto 100%;
  cursor: pointer;
}
.fctokyo_lp_btn_menu.active {
  width: 60px;
  height: 60px;
  background: url("../image/icon_menu_close.svg") center center no-repeat;
  background-size: auto 100%;
}

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

.fctokyo_lp_navi_ul {
}
.fctokyo_lp_navi_ul > li {
  border-bottom: 1px solid #fff;
}
.fctokyo_lp_navi_ul > li + li {
  padding-top: 6px;
}
.fctokyo_lp_navi_ul a {
  display: block;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.fctokyo_lp_navi_ul > li > a {
  padding: 10px 0px;
  font-size: 1.8rem;
}
.fctokyo_lp_navi_sub li {
  margin-bottom: 10px;
}
.fctokyo_lp_navi_sub li a:before {
  content: "";
  width: 12px;
  height: 1px;
  display: block;
  background: #fff;
  margin-right: 4px;
}
.fctokyo_lp_navi_sub li a {
  display: flex !important;
  align-items: center;
  font-size: 1.4rem;
}

#fctokyo_lp_navi .fctokyo_lp_sns {
  margin: 60px auto;
  display: flex;
  justify-content: center;
}
#fctokyo_lp_navi .fctokyo_lp_sns li {
  margin: 0 15px;
}
#fctokyo_lp_navi .fctokyo_lp_sns li img {
  max-height: 31.5px;
  max-width: 34px;
}

.fctokyo_lp_navi_btn {
  text-align: center;
}

/* !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: 50px;
  background: #000;
}
.fctokyo_lp_mvslist {
  max-width: 750px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.slick-dots {
  width: auto;
  bottom: auto;
  right: 50%;
  transform: translateX(50%);
  bottom: -28px;
}
.slick-dots li {
  width: 65px;
  height: 7px;
  display: block;
  margin: 0 8px;
  float: left;
}
.slick-dots li button {
  width: 65px;
  height: 7px;
  padding: 0;
}
.slick-dots li button:before {
  content: "";
  display: block;
  width: 65px;
  height: 7px;
  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: 22px;
}
.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;
}

/*slick*/
.slick-prev,
.slick-next {
  background: #052883;
  width: 72px;
  height: 72px;
  position: absolute;
  top: 46%;
  transform: translate(0, -50%);
  left: 0;
  z-index: 99;
  text-align: center;
  -webkit-transition: 0.3s 0s ease;
  -moz-transition: 0.3s 0s ease;
  transition: 0.3s 0s ease;
}

.slick-next {
  left: auto;
  right: 0;
}

.slick-prev::before,
.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-7px, -50%) rotate(-45deg);
  width: 18px;
  height: 18px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

.slick-next::before {
  transform: translate(-12px, -50%) rotate(135deg);
}

/* !title
---------------------------------------------------------- */
.fctokyo_lp_sec_title {
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
  padding-top: 100px;
}
.fctokyo_lp_sec_title_en {
  font-size: 4.8rem;
  font-weight: bold;
  color: #cd8f2f;
}
.fctokyo_lp_sec_title_jp {
  font-size: 1.8rem;
  font-weight: bold;
}
.fctokyo_lp_sec_title_jp:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 60px;
  height: 2px;
  background: currentColor;
}

.fctokyo_lp_sec_title.white {
  padding-top: 120px;
  background: url(../image/bg_title.png) no-repeat top center;
  background-size: 98px auto;
}
.fctokyo_lp_sec_title.white .fctokyo_lp_sec_title_en {
  color: #fff;
}

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

.fctokyo_lp_third_title {
  color: #fff;
  background: #817039;
  border-left: 16px solid #5d5128;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.fctokyo_lp_third_title_en {
  font-size: 2.8rem;
  line-height: 1.2;
}
.fctokyo_lp_third_title_jp {
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: bold;
}

/* !content
---------------------------------------------------------- */
.fctokyo_lp_video {
  position: relative;
  width: 100%;
  padding-top: 56%;
}

.fctokyo_lp_video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/*fctokyo_lp_concept*/
.fctokyo_lp_concept {
  background: url(../image/uniform_bg.jpg) repeat center center;
  background-size: 375px auto;
  padding-bottom: 60px;
  color: #fff;
}
.fctokyo_lp_concept_dl01 {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.fctokyo_lp_concept_dl01 dt {
  width: 368px;
  margin-right: 60px;
}
.fctokyo_lp_concept_dl01 dd {
  width: calc(100% - 320px - 60px);
  font-size: 2.2rem;
  line-height: 2;
}
.fctokyo_lp_concept_dl02 {
  display: flex;
  margin-bottom: 80px;
}
.fctokyo_lp_concept_dl02 dt,
.fctokyo_lp_concept_dl02 dd {
  width: 50%;
  text-align: center;
}
.fctokyo_lp_concept_dl02 dd {
  padding: 0 30px;
}

.fctokyo_lp_concept_item_txt {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 30px;
}
.fctokyo_lp_concept_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fctokyo_lp_concept_ul li {
  width: 340px;
  margin: 0 40px 34px;
}
.fctokyo_lp_concept_ul_txt {
  padding-top: 15px;
  font-size: 1.4rem;
  line-height: 2;
}

/*fctokyo_lp_lineup_slist*/
.fctokyo_lp_lineup_slist {
  width: 763px;
  margin: 0 -114px;
}

/*fctokyo_lp_lineup*/
.fctokyo_lp_lineup {
  padding-bottom: 80px;
  background: url(../image/bg_lineup.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
.js-tab-link {
  display: flex;
  margin: 0 -5px;
}
.js-tab-link li {
  width: 20%;
  margin: 0 5px;
}
.js-tab-link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  border-radius: 8px 8px 0 0;
  font-size: 2rem;
  line-height: 1.1;
  height: 52px;
  color: #052883;
}
.js-tab-link li a font {
  font-size: 1.6rem;
}
.js-tab-link li a.is_active {
  background: #e60a2e;
  color: #fff;
}
.bottom_ul.js-tab-link li a {
  border-radius: 0 0 8px 8px;
}
.js-tab-box {
  display: none;
  padding: 40px 0;
}
.js-tab-box.is_active {
  display: block;
}
.fctokyo_lp_lineup_cont {
  display: flex;
}
.fctokyo_lp_lineup_left,
.fctokyo_lp_lineup_right {
  width: 50%;
}
.fctokyo_lp_lineup_cont .fctokyo_lp_third_title {
  width: calc(100% - 50px);
  margin: 30px 0 15px;
  position: relative;
  height: 38px;
}
.fctokyo_lp_lineup_cont .fctokyo_lp_third_title:after {
  position: absolute;
  left: 100%;
  top: 0;
  content: "";
  width: 0;
  height: 100%;
  border: 11px solid transparent;
  border-top: 19px solid #817039;
  border-bottom-width: 19px;
  border-left: 11px solid #817039;
}
.fctokyo_lp_lineup_left_txt {
  font-size: 1.6rem;
  line-height: 2;
  padding-right: 30px;
}

.fctokyo_lp_lineup_right_item + .fctokyo_lp_lineup_right_item {
  margin-top: 20px;
}
.fctokyo_lp_lineup_right_en {
  font-size: 3.2rem;
  line-height: 1.25;
  color: #e60a2e;
}
.fctokyo_lp_lineup_right_txt {
  font-size: 1.4rem;
  margin-bottom: 7px;
}
.fctokyo_lp_lineup_right_ul {
  display: flex;
  margin: 0 -4px;
}
.fctokyo_lp_lineup_right_ul li {
  margin: 0 4px;
  width: 100%;
}
.fctokyo_lp_lineup_right_ul dl {
  display: flex;
}
.fctokyo_lp_lineup_right_ul dt,
.fctokyo_lp_lineup_right_ul dd {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  height: 30px;
}
.fctokyo_lp_lineup_right_ul dt {
  background: #817039;
}
.fctokyo_lp_lineup_right_ul dd {
  color: #262626;
  background: #fff;
}

.fctokyo_lp_lineup_btn {
  text-align: center;
  margin-top: 40px;
}

/*fctokyo_lp_now*/
.fctokyo_lp_now {
  padding: 100px 0;
  background: url(../image/tokyoisnow_bg_pc.jpg) repeat center center;
  background-size: auto 100%;
}
.fctokyo_lp_now_logo {
  text-align: center;
  margin-bottom: 40px;
}
.fctokyo_lp_now_en {
  text-align: center;
  margin-bottom: 20px;
}
.fctokyo_lp_now_en img {
  height: 48px;
}
.fctokyo_lp_now_txt {
  font-size: 2rem;
  line-height: 2;
}

.fctokyo_lp_lineup_area02 {
  padding: 100px 0;
  background: url(../image/bg_lineup.jpg) no-repeat center center;
  background-size: cover;
}
.fctokyo_lp_size_cont {
  display: flex;
  margin-bottom: 100px;
}
.fctokyo_lp_size_left {
  width: 50%;
  padding-right: 40px;
}
.fctokyo_lp_size_img {
  text-align: center;
  padding: 20px 40px;
}
.fctokyo_lp_size_right {
  width: 50%;
}
.fctokyo_lp_size_right_txt {
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.fctokyo_lp_size_table {
  border-collapse: separate;
  border-spacing: 3px;
}
.fctokyo_lp_size_table + .fctokyo_lp_size_table {
  margin-top: 20px;
}
.fctokyo_lp_size_table th,
.fctokyo_lp_size_table td {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 7px 0;
  text-align: center;
  background: #fff;
  color: #262626;
  width: 42px;
}
.fctokyo_lp_size_table th {
  font-size: 1.2rem;
  width: 88px;
  color: #fff;
  background: #817039;
}
.fctokyo_lp_size_table thead th {
  background: transparent;
}
.fctokyo_lp_size_table thead td {
  color: #fff;
  background: #817039;
}

.fctokyo_lp_players {
  /* margin-bottom: 100px */
}
.fctokyo_lp_players_top {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
}
.fctokyo_lp_players_top_left {
  width: 50%;
  padding-right: 40px;
}
.fctokyo_lp_players_top_right {
  width: 50%;
}
.fctokyo_lp_players .js-tab-box {
  padding-top: 15px;
}

.fctokyo_lp_players_tablebox {
  display: flex;
}
.fctokyo_lp_players_tablebox_item {
  width: 50%;
}
.fctokyo_lp_players_tablebox_item + .fctokyo_lp_players_tablebox_item {
  margin-left: 40px;
}
.fctokyo_lp_players_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}
.fctokyo_lp_players_table + .fctokyo_lp_players_table {
  border-collapse: collapse;
  margin: 0 auto;
  width: calc(100% - 8px);
}
.fctokyo_lp_players_table + .fctokyo_lp_players_table th {
  width: 64px;
}
.fctokyo_lp_players_table th,
.fctokyo_lp_players_table td {
  font-size: 1.6rem;
  line-height: 2;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
}
.fctokyo_lp_players_table th {
  width: 60px;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
}
.fctokyo_lp_players_table td:last-of-type {
  width: 110px;
}
.fctokyo_lp_players_table thead th,
.fctokyo_lp_players_table thead td {
  font-size: 1.4rem;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-bottom: 0px solid #fff;
  background: #817039;
}
.fctokyo_lp_players_table thead {
}
.fctokyo_lp_players_notice {
  margin-top: 40px;
  font-size: 1.4rem;
  line-height: 24px;
}

.fctokyo_lp_schedule_cont {
  display: flex;
  margin: 40px -20px 0;
}
.fctokyo_lp_schedule_item {
  margin: 0 20px;
  width: 100%;
}
.fctokyo_lp_schedule_title {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.fctokyo_lp_schedule_title:after {
  content: "";
  display: block;
  height: 10px;
  margin: 0 0 20px;
  background: url(../image/bg_after.svg) no-repeat center center;
  background-size: 115px auto;
}
.fctokyo_lp_schedule_list {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.fctokyo_lp_schedule_list_time span {
  display: inline-flex;
  background: #e60a2e;
  padding: 6px 15px;
}
.fctokyo_lp_schedule_list_cont {
  background: #fff;
  padding: 20px 15px;
  color: #000000;
}
.fctokyo_lp_schedule_list_cont font {
  color: #e60a2e;
  letter-spacing: -0.04em;
}

.blueBg {
  background: url(../image/uniform_bg.jpg) repeat center center;
  background-size: 375px auto;
}
.fctokyo_lp_campaign {
  padding-bottom: 80px;
}
.fctokyo_lp_campaign_dl {
  display: flex;
  margin-bottom: 50px;
}
.fctokyo_lp_campaign_dl dt {
  width: 50%;
}
.fctokyo_lp_campaign_dl dd {
  width: 50%;
  margin-left: 20px;
}
.fctokyo_lp_campaign_p01 {
  font-size: 2rem;
  font-weight: bold;
  color: #e60a2e;
  margin-bottom: 10px;
}
.fctokyo_lp_campaign_p02 {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 10px;
}
.fctokyo_lp_campaign_p03 {
  display: flex;
  background: #fff;
  color: #262626;
  font-size: 1.4rem;
  font-weight: bold;
  height: 30px;
  text-align: center;
  margin-bottom: 16px;
}
.fctokyo_lp_campaign_p03 span {
  color: #fff;
  background: #817039;
  min-width: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fctokyo_lp_campaign_p03 font {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fctokyo_lp_campaign_p04 {
  font-size: 1.4rem;
}
.fctokyo_lp_campaign_p04 span {
  font-size: 1.4rem;
  color: #e60a2e;
}
.fctokyo_lp_campaign_btn {
  text-align: center;
}

/*fctokyo_lp_movie*/
.fctokyo_lp_movie {
  padding-bottom: 60px;
}
.fctokyo_lp_movie_slider .slick-list {
  overflow: visible;
}
.fctokyo_lp_movie_slist {
  width: 390px;
  margin: 0 10px;
}
.fctokyo_lp_movie_slist_iframe {
  position: relative;
  width: 100%;
  padding-top: 56%;
}

.fctokyo_lp_movie_slist_iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.fctokyo_lp_movie_slist_txt {
  font-size: 1.4rem;
  margin-top: 10px;
  background: url(../image/icon_movie.svg) no-repeat left center;
  background-size: auto;
  padding-left: 30px;
}
.fctokyo_lp_goods {
  display: flex;
  flex-wrap: wrap;
  margin: 70px -6px 0;
}
.fctokyo_lp_goods li {
  width: calc(25% - 12px);
  margin: 0 6px 20px;
}
.fctokyo_lp_goods li a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
.fctokyo_lp_goods_img {
  text-align: center;
}
.fctokyo_lp_goods_name {
  margin: 8px 0 5px;
}
.fctokyo_lp_goods_price {
  color: #e60a2e;
}
/* !footer
---------------------------------------------------------- */
.fctokyo_lp_page_top a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: #fff;
}

#fctokyo_lp_footer {
  border-top: 4px solid #a70000;
  text-align: center;
  padding: 80px 20px 245px;
  color: #fff;
  background: url(../image/foot_logos_bgmark.png) no-repeat bottom center
    #052883;
  background-size: auto 100%;
}
.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 100px;
}
#fctokyo_lp_footer .fctokyo_lp_sns li {
  margin: 0 40px;
  position: relative;
}
#fctokyo_lp_footer .fctokyo_lp_sns li img {
  width: 50px;
}
.fctokyo_lp_logo {
  margin-bottom: 40px;
  text-align: center;
}

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

.hide {
  display: none;
}
a {
  color: #333;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
a:hover {
  opacity: 0.8;
  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;
}
.op:hover {
  opacity: 0.8;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}

@media screen and (max-width: 1500px) {
}
.fctokyo_lp_movie_slider.onlyOne {
  display: flex;
  justify-content: center;
  align-items: center;
}
