<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}



/* !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;
}

/*common*/
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  /* Firefox */
  -webkit-transition: all 0.5s !important;
  /* Chrome&amp;Safari */
}

.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  /* Firefox */
  -webkit-transition: all 0.5s !important;
  /* Chrome&amp;Safari */
}

.op:hover img {
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  color: #fff;
  background: #000646;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

body#ch {
  font-family: "Noto Sans SC", sans-serif;
}

body#th {
  font-family: "Noto Sans Thai", sans-serif;
}

* {
  box-sizing: border-box;
}

@media screen and (max-width: 1008px) {
  html {
    font-size: 1vw;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  html {
    font-size: 62.5%;
  }

  .pc {
    display: none;
  }
}

/* !fctokyo_lp_wrapper
---------------------------------------------------------- */
#fctokyo_lp_wrapper {
  padding-top: 8rem;
  position: relative;
  overflow: hidden;
}


/* !header
---------------------------------------------------------- */
#fctokyo_lp_header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 0 4.8rem;
  width: 100%;
  height: 8rem;
  background: #000A6E;
}

#fctokyo_lp_headlogo {
  padding-top: 2rem;
}

#fctokyo_lp_headlogo img {
  width: 7rem;
}

.fctokyo_lp_headLinks {
  display: flex;
  align-items: center;
}

.fctokyo_lp_language {
  cursor: pointer;
  position: relative;
  margin-right: 5.5rem;
  padding: 0 2.4rem 0 2.3rem;
  background: url("../image/common/ic_language.svg")no-repeat left center;
  background-size: 1.9rem;
}

.fctokyo_lp_language:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1.6rem;
  background: url("../image/common/ic_arrow_down.svg")no-repeat center;
  background-size: 100%;
}

.fctokyo_lp_language.active {
  opacity: 0.7;
  transition: all 0.3s;
}

.fctokyo_lp_language.active:after {
  transform: rotate(180deg);
}

.languageNav {
  position: absolute;
  right: 14.4rem;
  top: 90%;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s;
  padding: 1.2rem 0.8rem;
  width: 20.7rem;
  background: #D8D8DB;
  border-radius: 0.5rem;
  box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
}

.languageNav.open {
  transform: scaleY(1);
}

.languageNav a {
  display: block;
  margin: 0.8rem 0;
  padding: 0 0 0 1.8rem;
  letter-spacing: 0.56px;
  color: #1A1A1C;
}

.languageNav .on {
  background: url("../image/common/ic_check.svg")no-repeat left center;
  background-size: 1.6rem;
}

.fctokyo_lp_btn_menu {
  cursor: pointer;
  position: relative;
  z-index: 5;
  width: 4rem;
  height: 4rem;
  background: url("../image/common/menu.svg")no-repeat center;
  background-size: 100%;
}

.fctokyo_lp_btn_menu.active {
  background-image: url("../image/common/menu_close.svg");
}

#fctokyo_lp_navi {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  overflow-y: scroll;
  padding: 2.5rem 0 5rem;
  transition: all 0.3s;
  transform: translateX(100%);
  width: 100%;
  max-width: 45rem;
  height: 100vh;
  background: url("../image/common/bg_menu.png")no-repeat right bottom #000A6E;
  background-size: 21.6rem;
}

#fctokyo_lp_navi.open {
  transform: translateX(0);
}

#fctokyo_lp_navi::-webkit-scrollbar {
  width: 0.5rem;
}

#fctokyo_lp_navi::-webkit-scrollbar-track {
  border-radius: 20px;
}

#fctokyo_lp_navi::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

#fctokyo_lp_navi::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

#fctokyo_lp_navi .logo {
  padding: 0 3rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #BE9664;
  font-size: 1.8rem;
}

#fctokyo_lp_navi ul {
  padding: 20rem 7.2rem;
}

#fctokyo_lp_navi li {
  padding: 2.4rem 0;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.8rem;
}

.fctokyo_lp_headcv {
  position: fixed;
  right: 3.5rem;
  bottom: 5rem;
}

.fctokyo_lp_headcv a {
  /* background-image: url("../image/common/ic_anchor.svg"); */
  background-size: 2.4rem;
}

/*** スマホ 320px ~ 834px***/
@media screen and (min-width: 835px) {
  .fctokyo_lp_language:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

@media screen and (max-width: 834px) {
  #fctokyo_lp_wrapper {
    padding-top: 6rem;
  }

  #fctokyo_lp_header {
    padding: 0 1.6rem;
    height: 6rem;
  }

  #fctokyo_lp_headlogo img {
    width: 5rem;
  }

  .fctokyo_lp_btn_menu {
    width: 2.8rem;
  }

  .fctokyo_lp_language {
    margin-right: 3.2rem;
    padding: 0 1.4rem 0 1.7rem;
    background-size: 1.5rem;
    font-size: 1.3rem;
  }

  .fctokyo_lp_language:after {
    width: 1.2rem;
  }

  .languageNav {
    right: 6rem;
    padding: 1.6rem 2.4rem;
  }

  #fctokyo_lp_navi {
    overflow-y: scroll;
    padding: 1.5rem 0 6rem;
    background-size: 16.8rem;
  }

  #fctokyo_lp_navi ul {
    padding: 10rem 3rem 0;
  }

  #fctokyo_lp_navi li {
    padding: 1.8rem 0;
  }

  .fctokyo_lp_headcv {
    display: none;
    right: 0;
    bottom: 1.6rem;
    width: 100%;
    text-align: center;
  }


}


/* fctokyo_lp_footer
-----------------------------------------------------------*/
.fctokyo_lp_footer {
  padding: 4rem 0 8rem;
  background: #000A6E;
  text-align: center;
}

.fctokyo_lp_footlogo {
  margin-bottom: 2.4rem;
}

.fctokyo_lp_footlogo img {
  width: 10rem;
}

.fctokyo_lp_footer .sns {
  position: relative;
  padding: 0 0 3.2rem;
}

.fctokyo_lp_footer .sns h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.2rem;
  color: #BE9664;
  font-size: 2rem;
}

.fctokyo_lp_footer .sns h2 .icon {
  margin-left: 3.2rem;
  width: 8rem;
}

.fctokyo_lp_footer .sns .links {
  display: flex;
  justify-content: center;
}

.fctokyo_lp_footer .sns .links a {
  display: block;
  margin: 0 1rem;
  width: 3.6rem;
  align-self: center;
}

.fctokyo_lp_footer .footLinks a {
  margin: 0 1.6rem;
  font-size: 1.4rem;
}

.fctokyo_lp_footer #copyright {
  margin-top: 6.4rem;
  font-size: 1.2rem;
}


/*** スマホ 320px ~ 834px***/
@media screen and (min-width: 835px) {
  .fctokyo_lp_footer a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 834px) {
  .fctokyo_lp_footer {
    padding: 3.2rem 3.2rem 8rem;
  }

  .fctokyo_lp_footlogo img {
    width: 8rem;
  }

  .fctokyo_lp_footer .sns {
    padding: 0 0 3.6rem;
  }

  .fctokyo_lp_footer .sns h2 .icon {
    margin-left: 2.4rem;
  }

  .fctokyo_lp_footer .sns .links a {
    margin: 0 0.6rem;
    width: 4.2rem;
  }

  .fctokyo_lp_footer .footLinks a {
    display: block;
    margin: 0 0 2.4rem;
    text-align: left;
    font-size: 1.2rem;
  }

}


/* !common
---------------------------------------------------------- */
.overplay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.fctokyo_lp_mainVisual {
  position: relative;
}

.mainswiper .swiper-slide {
  overflow: hidden;
}

.mainswiper ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 50vw;
}

.mainswiper img {
  transition-duration: 12s;
  transition-timing-function: linear;
  transform: scale(1.025, 1.025);
  object-position: 0 50%;
  object-fit: cover;
  width: 100%;
  height: 110%;
}

.swiper-slide-active img {
  object-position: 100% 50%;
  transform: scale(1, 1);
}

.fctokyo_lp_mainVisual .mainCon {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  padding: 4rem 5rem;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(3, 5, 28, 0.00) 0%, #03051C 100%);
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 3.2rem;
}

.fctokyo_lp_mainVisual .con {
  animation: fadeIn 3s forwards;
  opacity: 0;
  transform: translateY(-2rem);
}

.fctokyo_lp_mainVisual h2 {
  margin-top: 2.4rem;
  line-height: 1.1;
  color: #BE9664;
  font-size: 6rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-2rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fctokyo_lp_inner {
  padding: 0 2rem;
  margin: 0 auto;
  max-width: 104.8rem;
}

.fctokyo_lp_anchorArea {
  position: relative;
}

.fctokyo_lp_anchorArea .anchor {
  position: absolute;
  top: -8rem;
}

.fctokyo_lp_hdL {
  padding-top: 5.6rem;
  margin: 0 auto;
  max-width: 76.8rem;
  background: url("../image/common/ic_hd_red.svg")no-repeat center top;
  background-size: 6.8rem;
  text-align: center;
}

.fctokyo_lp_hdL .eng {
  display: block;
  text-transform: uppercase;
  line-height: 1;
  font-size: 6rem;
}

.fctokyo_lp_hdL .txt {
  display: block;
  margin-top: 2.8rem;
  line-height: 1.7;
  letter-spacing: 0.64px;
}

.fctokyo_lp_hdM {
  margin: 0 auto;
  max-width: 80rem;
  text-align: center;
}

.fctokyo_lp_hdM .foucs {
  display: block;
  letter-spacing: 1.28px;
  color: #BE9664;
  font-size: 3.2rem;
  font-weight: 700;
}

.fctokyo_lp_hdM .txt {
  display: block;
  margin-top: 0.8rem;
  line-height: 1.8;
  letter-spacing: 0.72px;
  font-size: 1.8rem;
}

.fctokyo_lp_hdS {
  margin-bottom: 3.6rem;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  font-size: 3.6rem;
}

.fctokyo_lp_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 4.8rem;
  width: 36rem;
  height: 7rem;
  background-repeat: no-repeat;
  background-position: right 2.4rem center;
  background-color: #BE9664;
  border-radius: 8rem;
  text-align: center;
  font-size: 2.2rem;
}

.fctokyo_lp_cv .fctokyo_lp_btn.closed {
  position: static;
  margin-top: 4.8rem;
}

.fctokyo_lp_btn.closed {
  /* background: #7A7C8D; */
  font-family: "Noto Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  /* pointer-events: none; */
}

@media screen and (max-width: 835px) {
  .fctokyo_lp_btn {
    margin-top: 3.6rem;
  }
  .fctokyo_lp_cv .fctokyo_lp_btn.closed {
    margin-top: 3.6rem;
  }

  .fctokyo_lp_btn.closed {
    font-size: 1.4rem;
  }
}

.toggleBox {
  display: none;
}

.swiper-pagination {
  position: static;
  margin-top: 2.8rem;
}

.swiper-pagination-bullet {
  opacity: 0.8;
  margin: 0 0.3rem;
  width: 6.4rem;
  height: 0.3rem;
  background: #fff;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #F00;
}

.fctokyo_lp_banner img {
  width: 100%;
}

.hide {
  display: none;
}

/*** スマホ 320px ~ 834px***/
@media screen and (min-width: 835px) {
  .fctokyo_lp_btn:hover {
    background-color: #88673D;
  }
}

@media screen and (max-width: 834px) {
  .mainswiper ul {
    display: block;
    position: relative;
    height: calc(100vh - 6rem);
  }

  .is-iphone .mainswiper ul {
    height: calc(100vh - 14rem);
  }

  .mainswiper li {
    overflow: hidden;
    height: calc(50% - 4rem);
  }

  .mainswiper img {
    height: 115%;
  }

  .fctokyo_lp_mainVisual .mainCon {
    display: block;
    padding: 12rem 1rem 3rem;
    height: auto;
    background: linear-gradient(180deg, rgba(3, 5, 28, 0.00) 0%, #03051C 75%);
    text-align: center;
    font-size: 1.8rem;
  }

  .fctokyo_lp_mainVisual h2 {
    margin-top: 1.6rem;
    font-size: 2.4rem;
  }

  .fctokyo_lp_inner {
    padding: 0 1.6rem;
  }

  .fctokyo_lp_btn {
    width: 28rem;
    height: 5.6rem;
    background-position: right 1.8rem center;
    font-size: 1.8rem;
  }

  .fctokyo_lp_anchorArea .anchor {
    top: -6rem;
  }

  .fctokyo_lp_hdL {
    padding-top: 4.5rem;
    background-size: 5.6rem;
  }

  .fctokyo_lp_hdL .eng {
    font-size: 4rem;
  }

  .fctokyo_lp_hdL .txt {
    margin: 2rem auto 0;
    max-width: 31.1rem;
    letter-spacing: 0.56px;
    text-align: left;
    font-size: 1.4rem;
  }

  .fctokyo_lp_hdM .foucs {
    font-size: 2.6rem;
  }

  .fctokyo_lp_hdM .txt {
    margin: 1.6rem auto 0;
    max-width: 31.1rem;
    letter-spacing: 0.56px;
    text-align: left;
    font-size: 1.4rem;
  }

  .swiper-pagination {
    margin-top: 2rem;
  }

  .swiper-pagination-bullet {
    opacity: 0.3;
    margin: 0 0.3rem;
    width: 4rem;
    height: 0.3rem;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
  }

}



/* !page
---------------------------------------------------------- */
.fctokyo_lp_about {
  padding: 0 0 8rem;
  background: #000857;
}

/* .fctokyo_lp_about .fctokyo_lp_hdL {
  margin-bottom: 4.8rem;
} */

.fctokyo_lp_about .partWrap {
  position: relative;
}

.fctokyo_lp_about .title {
  /* padding: 8rem 0 5.6rem; */
  padding: 8rem 0 0;
}

.fctokyo_lp_aboutSwiper {
  margin-bottom: 4rem;
}

.fctokyo_lp_aboutSwiper .swiper-slide {
  width: 64rem;
}

.fctokyo_lp_aboutExperience {
  padding: 8rem 0 1px;
  background: url("../image/common/bg_red.png")no-repeat left top #000646;
  background-size: 26.2rem;
}

.fctokyo_lp_aboutExperience li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5.6rem;
}

.fctokyo_lp_aboutExperience li .img {
  width: 48rem;
}

.fctokyo_lp_aboutExperience li .info {
  width: 48rem;
}

.fctokyo_lp_aboutExperience li .step {
  margin-bottom: 1rem;
  color: #BE9664;
  line-height: 1;
  text-transform: uppercase;
  font-size: 2.8rem;
}

.fctokyo_lp_aboutExperience li .tit {
  margin-bottom: 1.5rem;
  letter-spacing: 1.12px;
  font-size: 2.8rem;
  font-weight: 700;
}

.fctokyo_lp_aboutExperience li .txt {
  line-height: 1.8;
  letter-spacing: 0.64px;
}

.fctokyo_lp_aboutBtn .toggleBtn {
  position: relative;
  margin: 0 auto;
  width: 22rem;
  height: 5.6rem;
}

.fctokyo_lp_aboutBtn .btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5rem;
  width: 100%;
  height: 100%;
  background: url("../image/common/ic_plus_wh.svg")no-repeat right 2.4rem center;
  background-size: 1.6rem;
  border-radius: 5rem;
  border: 1px solid #E5E6EE;
  text-align: center;
  font-family: 'FC TOKYO';
  font-size: 1.8rem;
}

.fctokyo_lp_aboutBtn .btn:before {
  content: "MORE";
}

.fctokyo_lp_aboutBtn.on {
  padding-bottom: 8rem;
  background: #000646;
}

.fctokyo_lp_aboutBtn.on .btn {
  background-image: url("../image/common/ic_minus_wh.svg");
}

.fctokyo_lp_aboutBtn.on .btn:before {
  content: "CLOSE";
}

.fctokyo_lp_match {
  padding: 6.4rem 0 19.6rem;
  background: linear-gradient(180deg, #000A6E 0%, #00074D 100%);
}

.fctokyo_lp_match .txt_match {
  max-width: 768px;
  width: 100%;
  text-align: center;
  margin: 36px auto 0;
  font-size: 14px;
}

.fctokyo_lp_match .txt_match a {
  word-wrap: break-word;
  word-break: break-all;
  text-decoration: underline;
  font-weight: 700;
}

@media screen and (min-width: 835px) {
  .fctokyo_lp_match .txt_match a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 834px) {
  .fctokyo_lp_match .txt_match {
    text-align: left;
    font-size: 12px;
  }
}

.fctokyo_lp_match .fctokyo_lp_hdL {
  margin-bottom: 3.6rem;
}

.fctokyo_lp_match .matchSchedule {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem 3.6rem;
  /* text-align: center;
  display: flex;
  justify-content: center; */
}

.fctokyo_lp_packages {
  padding: 5.6rem 0 0;
  background: url("../image/package/bg_package.jpg");
}

.fctokyo_lp_packages .fctokyo_lp_banner {
  transform: translateY(-13.6rem);
}

.fctokyo_lp_packages .partWrap {
  position: relative;
  z-index: 2;
  padding: 8rem 0;
}

.fctokyo_lp_packages .partWrap:nth-of-type(1) {
  padding: 6.4rem 0;
}

.fctokyo_lp_packages .partWrap:nth-of-type(even):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.fctokyo_lp_packages .title {
  margin-bottom: 4.2rem;
  text-align: center;
}

.fctokyo_lp_packages .title .eng {
  display: block;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
  line-height: 1;
  color: #BE9664;
  font-size: 4.8rem;
}

.fctokyo_lp_packages .title .cates {
  font-size: 0;
}

.fctokyo_lp_packages .title .cates span {
  display: inline-block;
  margin: 0 0.4rem;
  padding: 0.3rem 1rem;
  background: rgba(255, 255, 255, 0.10);
  border-radius: 5rem;
  font-size: 1.4rem;
}

.fctokyo_lp_packageSwiper {
  overflow: hidden;
}

.fctokyo_lp_packageSwiper .swiper-slide {
  width: 76.8rem;
}

.fctokyo_lp_packagesTxt {
  margin: 4.8rem auto 0;
  max-width: 76.8rem;
  line-height: 1.7;
  letter-spacing: 0.64px;
}

.fctokyo_lp_packages .price {
  padding: 2rem 2.4rem;
  margin: 5.6rem auto 0;
  max-width: 54rem;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.4);
  line-height: 1.7;
  font-size: 1.8rem;
  font-weight: 700;
}

.fctokyo_lp_packages .price .tit {
  margin-bottom: 1rem;
  line-height: 1;
  color: #BE9664;
  font-size: 2.2rem;
  font-weight: 700;
}

.fctokyo_lp_packages .price .note {
  margin-top: 1rem;
  letter-spacing: 0.56px;
  font-size: 1.2rem;
  font-weight: 400;
}

.fctokyo_lp_packages .time {
  margin: 4.8rem auto 0;
  max-width: 54rem;
  background: #fff;
}

.fctokyo_lp_packages .time .tit {
  padding: 0.8rem 0;
  background: #BE9664;
  text-align: center;
  font-size: 2rem;
}

.fctokyo_lp_packages .time .con {
  padding: 1.2rem 2.4rem;
  color: #000A6E;
}

.fctokyo_lp_packages .time table {
  width: 100%;
  line-height: 1.7;
}

.fctokyo_lp_packages .time th {
  padding: 0.8rem 0;
  vertical-align: top;
  width: 8rem;
  font-family: 'FC TOKYO';
}

.fctokyo_lp_packages .time td {
  padding: 0.8rem 0;
}

.fctokyo_lp_packages .time p.sample {
  text-align: right;
  font-size: 1.2rem;
}

.fctokyo_lp_packages .times {
  margin: 8rem auto 0;
  max-width: 71.1rem;
}

.fctokyo_lp_packages .timeColumn {
  display: flex;
  justify-content: center;
}

.fctokyo_lp_packages .timeColumn .time {
  margin: 0;
  /* width: calc(50% - 1.25rem); */
  width: 100%;
  max-width: 54rem;
}

.fctokyo_lp_packages .btn {
  margin-top: 4.8rem;
  text-align: center;
}

.bokunButton {
  width: 36rem;
  background-size: 2.6rem !important;
}

.fctokyo_lp_packages .movie {
  position: relative;
  padding-top: 56.05%;
}

.fctokyo_lp_packages .movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fctokyo_lp_options {
  position: relative;
  z-index: 2;
  padding: 5.6rem 0 0;
  background: url("../image/package/bg_package.jpg");
}

.fctokyo_lp_options:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.fctokyo_lp_options .fctokyo_lp_hdL {
  margin-bottom: 6.4rem;
}

.fctokyo_lp_options li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6.4rem;
}

.fctokyo_lp_options li .img {
  width: 48rem;
}

.fctokyo_lp_options li .info {
  width: 47.4rem;
}

.fctokyo_lp_options li .tit {
  margin-bottom: 1.6rem;
  color: #BE9664;
  font-size: 2.4rem;
  font-weight: 700;
}

.fctokyo_lp_options li .price {
  margin-bottom: 1.6rem;
  font-weight: 700;
}

.fctokyo_lp_options li .cates {
  margin-bottom: 1.6rem;
}

.fctokyo_lp_options li .cates span {
  display: inline-block;
  margin: 0 0.8rem 0.8rem 0;
  padding: 0.4rem 1.2rem;
  border-radius: 5rem;
  background: rgba(255, 255, 255, 0.10);
  font-size: 1.2rem;
}

.fctokyo_lp_options li .txt {
  line-height: 1.7;
  letter-spacing: 0.64px;
  margin-top: 1.6rem;
}

.fctokyo_lp_options .optionService {
  padding: 3.2rem 4rem;
  margin: 7.2rem auto 0;
  max-width: 73.8rem;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.64px;
}

.fctokyo_lp_options .optionService .tit {
  margin-bottom: 0.8rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #BE9664;
  font-size: 2rem;
}

.fctokyo_lp_options .fctokyo_lp_banner {
  margin-top: 8rem;
}

.fctokyo_lp_faq {
  padding: 5.6rem 0 8rem;
  background: #fff;
  color: #03051C;
}

.fctokyo_lp_faq .fctokyo_lp_inner {
  max-width: 81rem;
}

.fctokyo_lp_faq .fctokyo_lp_hdL {
  margin-bottom: 4.8rem;
}

.fctokyo_lp_faq .fctokyo_lp_hdL .eng {
  color: #000A6E;
}

.fctokyo_lp_faq li .quest {
  cursor: pointer;
  position: relative;
  padding: 2rem 4.8rem 2rem 4.4rem;
  background: url("../image/ic_q.svg")no-repeat 1.2rem 2rem #F5F5F9;
  border-radius: 2px 2px 0px 0px;
  letter-spacing: 0.64px;
}

.fctokyo_lp_faq li .quest:after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 0;
  width: 2.4rem;
  height: 100%;
  background: url("../image/common/ic_plus_gd.svg")no-repeat center;
  background-size: 100%;
}

.fctokyo_lp_faq li .quest.open:after {
  background-image: url("../image/common/ic_minus_gd.svg");
}

.fctokyo_lp_faq li .answer {
  padding: 1.6rem 1.2rem 1.6rem 4.4rem;
  background: url("../image/ic_a.svg")no-repeat 1.2rem 1.6rem;
  letter-spacing: 0.64px;
}

.fctokyo_lp_faq li .answer a {
  word-wrap: break-word;
  word-break: break-all;
  text-decoration: underline;
  color: #000A6E;
  font-weight: 700;
}

.fctokyo_lp_contact {
  padding: 6.4rem 0 8rem;
  background: #000A6E;
  text-align: center;
}

.fctokyo_lp_contact .fctokyo_lp_hdL {
  margin-bottom: 3.6rem;
}

.fctokyo_lp_contact .hd01 {
  color: #BE9664;
  font-size: 1.4rem;
}

.fctokyo_lp_contact .hd01 .foucs {
  text-transform: uppercase;
  font-size: 2.6rem;
}

.fctokyo_lp_contact .hd02 {
  /* margin-bottom: 1rem; */
  line-height: 1.3;
  color: #000A6E;
  font-size: 2.4rem;
  font-weight: 700;
}

.fctokyo_lp_contact .hd02 .pre {
  margin-right: 1.6rem;
  color: #BE9664;
  font-weight: 400;
}

.fctokyo_lp_contact .emailCard {
  padding: 2.5rem 2rem;
  margin: 2rem auto 0;
  max-width: 54.2rem;
  border-radius: 0.8rem;
  background: #FFF;
  letter-spacing: 0.48px;
  color: #71727C;
  font-size: 1.2rem;
}

.fctokyo_lp_contact .note {
  margin-top: 1.6rem;
  letter-spacing: 0.48px;
  font-size: 1.2rem;
}

.fctokyo_lp_terms {
  padding: 8rem 0;
}

.fctokyo_lp_terms .fctokyo_lp_hdS {
  font-size: 3.4rem;
}

.fctokyo_lp_terms .fctokyo_lp_inner {
  max-width: 76.8rem;
}

.fctokyo_lp_terms .box {
  padding: 2rem 2rem 2.4rem 3.2rem;
  background: #fff;
  border-top: 0.6rem solid #BE9664;
  color: #03051C;
}

.fctokyo_lp_terms .scrollbar {
  overflow-y: scroll;
  padding-right: 2rem;
  height: 40rem;
}

.fctokyo_lp_terms .scrollbar::-webkit-scrollbar {
  width: 0.6rem;
}

.fctokyo_lp_terms .scrollbar::-webkit-scrollbar-track {
  background: #EAEAF0;
  border-radius: 20px;
}

.fctokyo_lp_terms .scrollbar::-webkit-scrollbar-thumb {
  background: #000A6E;
  border-radius: 20px;
}

.fctokyo_lp_terms .scrollbar::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.fctokyo_lp_terms .box p {
  margin-bottom: 2rem;
  line-height: 1.5;
  /* letter-spacing: 0.56px; */
  /* font-size: 1.4rem; */
}

@media screen and (max-width: 835px) {
  .fctokyo_lp_terms .box {
    font-size: 1.4rem;
  }
}

.fctokyo_lp_terms .box .tit {
  font-weight: 700;
}

/* 見出し */
.fctokyo_lp_terms dt {
  font-weight: 700;
  margin: 2em 0 0.2em;
}

.fctokyo_lp_terms h4 {
  font-weight: 700;
}

.fctokyo_lp_terms .end {
  text-align: right;
}

/* list */
.fctokyo_lp_terms li {
  padding: 0.1em 0;
}

/* ol */
.fctokyo_lp_terms ol {
  counter-reset: hoge;
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}

.fctokyo_lp_terms ol li ol {
  padding-left: 1em;
  text-indent: 0;
}

.fctokyo_lp_terms ol li {
  counter-increment: hoge;
}

.fctokyo_lp_terms ol li::before {
  content: counter(hoge)'.';
}

.fctokyo_lp_terms ul li ol {
  counter-reset: none !important;
}

.fctokyo_lp_terms ol&gt;li&gt;ol&gt;li,
.fctokyo_lp_terms ul&gt;li&gt;ol&gt;li {
  counter-increment: none !important;
  list-style-type: lower-alpha;
  content: none;
  text-indent: 0;
}

.fctokyo_lp_terms ol li ol li::before,
.fctokyo_lp_terms ul li ol li::before {
  content: none;
}

/* ul */
.fctokyo_lp_terms dd&gt;ul&gt;li {
  list-style-type: disc !important;
  margin-left: 2em;
}

.fctokyo_lp_terms .list_num {
  counter-reset: none !important;
  text-indent: -1em;
  padding-left: 1em;
}

.fctokyo_lp_terms .list_num li {
  counter-increment: none !important;
}

.fctokyo_lp_terms .list_num li::before {
  content: none !important;
}


.fctokyo_lp_terms .list_num li {
  counter-increment: cnt;
}




/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 1600px) {
  .fctokyo_lp_match {
    padding: 6.4rem 0 16rem;
  }

  .fctokyo_lp_packages .fctokyo_lp_banner {
    transform: translateY(-10rem);
  }
}

@media screen and (min-width: 835px) {
  .fctokyo_lp_aboutBtn .btn:hover {
    background-color: #fff;
    background-image: url("../image/common/ic_plus_bl.svg");
    color: #000A6E;
  }

  .fctokyo_lp_aboutBtn.on .btn:hover {
    background-image: url("../image/common/ic_minus_bl.svg");
  }

  .fctokyo_lp_faq li .answer a:hover {
    text-decoration: none;
  }

}

@media screen and (max-width: 834px) {
  .fctokyo_lp_about {
    padding: 0 0 6.4rem;
  }

  .fctokyo_lp_about .title {
    /* padding: 4.8rem 0 5.6rem; */
    padding: 4.8rem 0 0;
  }

  /* .fctokyo_lp_about .fctokyo_lp_hdL {
    margin-bottom: 3.2rem;
  } */

  .fctokyo_lp_aboutSwiper .swiper-slide {
    width: calc(100% - 3.2rem);
  }

  .fctokyo_lp_aboutSwiper .swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }

  .fctokyo_lp_aboutSwiper .swiper-slideswiper-slide-active:before {
    display: none;
  }

  .fctokyo_lp_aboutExperience {
    padding: 4.8rem 0 1px;
    background-position: right top;
    background-size: 9.7rem;
  }

  .fctokyo_lp_about .partWrap:nth-of-type(even) .fctokyo_lp_aboutExperience {
    background-position: left top;
  }

  .fctokyo_lp_aboutExperience li {
    display: block;
  }

  .fctokyo_lp_aboutExperience li .img {
    margin: 0 -1.6rem 2rem;
    width: auto;
  }

  .fctokyo_lp_aboutExperience li .info {
    padding: 0 1.6rem;
    width: auto;
  }

  .fctokyo_lp_aboutExperience li .step {
    margin-bottom: 0.6rem;
    text-align: center;
    font-size: 2.2rem;
  }

  .fctokyo_lp_aboutExperience li .tit {
    margin-bottom: 2rem;
    letter-spacing: 1.04px;
    text-align: center;
    font-size: 2.2rem;
  }

  .fctokyo_lp_aboutExperience li .txt {
    letter-spacing: 0.56px;
    font-size: 1.4rem;
  }

  .fctokyo_lp_aboutBtn .toggleBtn {
    width: 18rem;
    height: 5rem;
  }

  .fctokyo_lp_aboutBtn .btn {
    background-position: right 1.5rem center;
    background-size: 2rem;
    font-size: 1.6rem;
  }

  .fctokyo_lp_aboutBtn.on {
    padding-bottom: 6.4rem;
  }

  .fctokyo_lp_match {
    padding: 4.8rem 0 13.6rem;
  }

  .fctokyo_lp_match .fctokyo_lp_hdL {
    margin-bottom: 4.2rem;
  }

  .fctokyo_lp_match .fctokyo_lp_hdL .txt {
    max-width: none;
    text-align: center;
  }

  .fctokyo_lp_match .matchSchedule {
    width: max-content;
    margin-inline: auto;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.8rem 0;
    /* display: block; */
  }

  .fctokyo_lp_packages {
    background-size: 96rem;
  }

  .fctokyo_lp_packages .fctokyo_lp_banner {
    transform: translateY(-8rem);
  }

  .fctokyo_lp_packages .fctokyo_lp_hdL .txt {
    text-align: center;
  }

  .fctokyo_lp_packages .partWrap {
    padding: 6.4rem 0;
  }

  .fctokyo_lp_packages .title {
    margin-bottom: 2.2rem;
  }

  .fctokyo_lp_packages .title .eng {
    margin-bottom: 1.2rem;
    font-size: 3.2rem;
  }

  .fctokyo_lp_packages .title .cates span {
    margin: 0 0.3rem 0.6rem;
    font-size: 1rem;
  }

  .fctokyo_lp_packageSwiper {
    margin: 0 -1.6rem;
  }

  .fctokyo_lp_packageSwiper .swiper-slide {
    width: 34.3rem;
  }

  .fctokyo_lp_packagesTxt {
    margin: 2rem 1.6rem 0;
    letter-spacing: 0.56px;
    font-size: 1.4rem;
  }

  .fctokyo_lp_packages .price {
    margin-top: 2.8rem;
    font-size: 1.6rem;
  }

  .fctokyo_lp_packages .price .tit {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .fctokyo_lp_packages .time {
    margin-top: 4rem;
  }

  .fctokyo_lp_packages .time .con {
    padding: 2rem 1.6rem 2.4rem;
  }

  .fctokyo_lp_packages .btn {
    margin-top: 3.6rem;
  }

  .bokunButton {
    padding: 1.6rem 5rem !important;
    width: 28rem;
    background-size: 2rem !important;
    font-size: 1.8rem !important;
  }

  .fctokyo_lp_packages .timeColumn {
    display: block;
  }

  .fctokyo_lp_packages .timeColumn .time {
    width: auto;
  }

  .fctokyo_lp_packages .timeCtrl {
    display: flex;
    margin-bottom: 0.8rem;
  }

  .fctokyo_lp_packages .timeCtrl li {
    padding: 0.2rem 1rem;
    margin-right: 0.4rem;
    border-radius: 2px;
    background: #C6C7D1;
    color: #fff;
  }

  .fctokyo_lp_packages .timeCtrl li.onActive {
    background: #F00;
  }

  .fctokyo_lp_options {
    padding: 4.8rem 0 0;
  }

  .fctokyo_lp_options li {
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 4rem;
  }

  .fctokyo_lp_options li .img {
    width: 15rem;
  }

  .fctokyo_lp_options li .info {
    width: calc(100% - 16.4rem);
  }

  .fctokyo_lp_options li .tit {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
  }

  .fctokyo_lp_options li .tit .small {
    font-size: 1.4rem;
  }

  .fctokyo_lp_options li .price {
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .fctokyo_lp_options li .cates {
    margin: 1.6rem 0 0.4rem;
  }

  .fctokyo_lp_options li .txt {
    letter-spacing: 0.56px;
    font-size: 1.4rem;
  }

  .fctokyo_lp_options .optionService {
    padding: 2.4rem 1.6rem;
    margin-top: 4rem;
    letter-spacing: 0.56px;
    text-align: left;
    font-size: 1.4rem;
  }

  .fctokyo_lp_options .optionService .tit {
    margin-bottom: 0.8rem;
    letter-spacing: 0.8px;
    text-align: center;
    font-size: 1.6rem;
  }

  .fctokyo_lp_faq {
    padding: 4.8rem 0 8rem;
  }

  .fctokyo_lp_faq li .quest {
    padding: 1.4rem 4.8rem 1.4rem 4rem;
    background-position: 1.2rem 1.5rem;
    background-size: 2.4rem;
    letter-spacing: 0.56px;
    font-size: 1.4rem;
  }

  .fctokyo_lp_faq li .answer {
    padding: 1.6rem 1.2rem 1.6rem 4rem;
    font-size: 1.4rem;
  }

  .fctokyo_lp_contact {
    padding: 6.4rem 0;
  }

  .fctokyo_lp_contact .fctokyo_lp_hdL {
    margin-bottom: 2.4rem;
  }

  .fctokyo_lp_contact .hd01 {
    font-size: 1.2rem;
  }

  .fctokyo_lp_contact .hd01 .foucs {
    font-size: 2.2rem;
  }

  .fctokyo_lp_contact .hd02 {
    /* margin-bottom: 1.2rem; */
    font-size: 1.8rem;
  }

  .fctokyo_lp_contact .hd02 .pre {
    margin-right: 1.2rem;
  }

  .fctokyo_lp_contact .note {
    margin-top: 2.4rem;
    font-size: 1.2rem;
  }

  .fctokyo_lp_terms {
    padding: 4.8rem 0;
  }

  .fctokyo_lp_terms .fctokyo_lp_hdS {
    margin-bottom: 2.8rem;
    font-size: 3rem;
  }

  .fctokyo_lp_terms .box {
    padding: 2rem 1.2rem 2.4rem 1.6rem;
  }

  .fctokyo_lp_terms .scrollbar {
    overflow-y: scroll;
    padding-right: 1.6rem;
  }

}</pre></body></html>