<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&amp;display=swap");

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

@font-face {
  font-family: "Barlow Condensed";
  src: url("../font/BarlowCondensed-Bold.eot");
  src: url("../font/BarlowCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../font/BarlowCondensed-Bold.woff2") format("woff2"), url("../font/BarlowCondensed-Bold.woff") format("woff"), url("../font/BarlowCondensed-Bold.ttf") format("truetype"), url("../font/BarlowCondensed-Bold.svg#BarlowCondensed-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("../font/BarlowCondensed-BoldItalic.eot");
  src: url("../font/BarlowCondensed-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../font/BarlowCondensed-BoldItalic.woff2") format("woff2"), url("../font/BarlowCondensed-BoldItalic.woff") format("woff"), url("../font/BarlowCondensed-BoldItalic.ttf") format("truetype"), url("../font/BarlowCondensed-BoldItalic.svg#BarlowCondensed-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("../font/BarlowCondensed-ExtraBold.eot");
  src: url("../font/BarlowCondensed-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../font/BarlowCondensed-ExtraBold.woff2") format("woff2"), url("../font/BarlowCondensed-ExtraBold.woff") format("woff"), url("../font/BarlowCondensed-ExtraBold.ttf") format("truetype"), url("../font/BarlowCondensed-ExtraBold.svg#BarlowCondensed-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* !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 {
  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: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}
.hide {
  display: none;
}

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

.pc {
  display: none;
}
.sp {
  display: block;
}

.tokyo_lp_anchorArea {
  position: relative;
}

.tokyo_lp_anchorArea .tokyo_lp_anchor {
  position: absolute;
  top: -50px;
  z-index: -1;
}

/* !tokyo_lp_wrapper
---------------------------------------------------------- */
#tokyo_lp_wrapper {
  width: 100%;
  padding-top: 50px;
  /* background: #121278; */
  overflow: hidden;
}

/* !header
---------------------------------------------------------- */
#tokyo_lp_header {
  background: #111183;
  padding: 5px 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.tokyo_lp_headerLogo a {
  display: flex;
  align-items: center;
}

.tokyo_lp_headerLogo a img:first-child {
  height: 40px;
  margin-right: 10px;
  display: block;
}

.tokyo_lp_headerLogo a img:last-child {
  height: 33px;
  display: block;
}

.tokyo_lp_headerLinks {
  display: none;
}

.tokyo_lp_btn_menu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  background: #03174a;
  cursor: pointer;
}

.tokyo_lp_btn_menu span {
  position: absolute;
  width: 24px;
  height: 3px;
  background: #fff;
  left: 13px;
  z-index: 2;
  transition: transform 0.5s;
}

.tokyo_lp_btn_menu span:nth-child(1) {
  top: 14px;
}

.tokyo_lp_btn_menu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.tokyo_lp_btn_menu span:nth-child(3) {
  bottom: 14px;
  width: 14px;
}

.tokyo_lp_btn_menu.is-active span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -moz-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.tokyo_lp_btn_menu.is-active span:nth-child(2) {
  opacity: 0;
}

.tokyo_lp_btn_menu.is-active span:nth-child(3) {
  width: 24px;
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.fixedBtm {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  transform: translateY(100%);
  transition: transform 0.5s;
}
.fixedBtm.is-scroll {
  transform: translateY(0);
}

.fixedBtm a,
.fixedBtm a img {
  display: block;
  width: 100%;
}

/* !navi
---------------------------------------------------------- */
#tokyo_lp_navi {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  transform: translateX(100%);
  transition: transform 0.5s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #111183;
}

#tokyo_lp_navi.is-open {
  transform: translateX(0);
}

.tokyo_lp_naviBox {
  width: 100%;
  min-height: 100vh;
  padding: 64px 30px 0 0;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.tokyo_lp_naviBox:before {
  position: absolute;
  width: 50px;
  height: 100%;
  background: rgba(98, 0, 0, 0.9);
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
}

.tokyo_lp_naviBox:after {
  position: absolute;
  width: 50px;
  height: 100%;
  background: rgba(98, 0, 0, 0.9);
  left: 100px;
  top: 0;
  z-index: -1;
  content: "";
}

.tokyo_lp_naviBox ul {
  width: 188px;
}

.tokyo_lp_naviBox ul li {
  margin-bottom: 5px;
}

.tokyo_lp_naviBox ul li a {
  display: block;
  position: relative;
  text-align: right;
  padding: 2px 0 6px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  text-decoration: none;
}

.tokyo_lp_naviBox ul li a .en {
  display: block;
  font-family: "Barlow Condensed";
  font-size: 2.4rem;
  font-style: italic;
  font-weight: bold;
  line-height: 1.1875;
  color: #eb1e1e;
}

.tokyo_lp_naviBox ul li a:hover:before {
  transform: translateX(0);
}

.tokyo_lp_naviBox ul li a:hover .en {
  color: #fff;
}

.tokyo_lp_sns {
  margin-top: 13px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 30px;
}

.tokyo_lp_sns a {
  display: block;
  margin: 0 11px;
}

.tokyo_lp_sns a img {
  width: 24px;
}

.tokyo_lp_sns a:first-child img {
  width: 29px;
}

.tokyo_lp_overlay {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 131, 0.5);
  transition: opacity 0.5s;
  opacity: 0;
}

#tokyo_lp_navi.is-open .tokyo_lp_overlay {
  opacity: 1;
}

/* !mainVisual
---------------------------------------------------------- */
.tokyo_lp_mainVisual,
.tokyo_lp_mainVisual img {
  width: 100%;
}

/* tokyo_lp_footer
-----------------------------------------------------------*/
.tokyo_lp_pageTop {
  width: 100%;
}

.tokyo_lp_pageTop a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 40px;
}

.tokyo_lp_footer {
  background: url(../image/foot_logos_bgmark.png) left bottom no-repeat #101584;
  background-size: cover;
  border-top: 4px solid #a70000;
  padding: 76px 0 130px;
}

.tokyo_lp_footer .tokyo_lp_sns {
  justify-content: center;
  margin-top: 0;
}

.tokyo_lp_footer .tokyo_lp_sns a {
  display: block;
  margin: 0 15px;
}

.tokyo_lp_footer .tokyo_lp_sns a img {
  width: 31px;
}

.tokyo_lp_footer .tokyo_lp_sns a:first-child img {
  width: 36px;
}

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

.tokyo_lp_footerLogo img {
  height: 70px;
}

.tokyo_lp_copyright {
  font-style: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin-top: 40px;
}

.tokyo_lp_inner {
  padding: 0 17px;
}

.tokyo_lp_box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.tokyo_lp_cv {
  background: url(../image/cv_bg_sp.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 80px 0;
  position: relative;
}

.tokyo_lp_cv:before {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 160px;
  height: 100%;
  z-index: 1;
  content: "";
  background: url(../image/cv_bg_before_sp.png) center top no-repeat;
  background-size: 100% auto;
}

.tokyo_lp_cvArea {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  color: #fff;
}

.tokyo_lp_cvLeague {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.tokyo_lp_cvLeague img {
  height: 32px;
}

.tokyo_lp_cvLeague span {
  display: block;
  margin-left: 8px;
}

.tokyo_lp_cvVS {
  font-size: 5.2rem;
  font-family: "Barlow Condensed";
  font-weight: bold;
  font-style: italic;
  line-height: 1.19;
  width: 84px;
  padding-bottom: 28px;
  text-align: center;
}

.tokyo_lp_cvBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.tokyo_lp_cvTeam {
  width: 94px;
  text-align: center;
  font-style: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
}

.tokyo_lp_cvTeam img {
  height: 112px;
}

.tokyo_lp_cvTeam span {
  display: block;
  margin-top: 10px;
}

.tokyo_lp_cvInfo {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-weight: bold;
  margin-top: -11px;
}

.tokyo_lp_cvDate {
  font-size: 11.8rem;
  font-family: "Barlow Condensed";
  line-height: 1.2;
}

.tokyo_lp_cvWeek {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-left: 13px;
}

.tokyo_lp_cvWeek span {
  font-size: 5.7rem;
  line-height: 1.19;
  font-family: "Barlow Condensed";
  display: block;
}

.tokyo_lp_cvTime {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.214;
  font-family: "Barlow Condensed";
  margin-top: -10px;
}

.tokyo_lp_cvTime p {
  display: flex;
  align-items: center;
}

.tokyo_lp_cvTime p + p {
  margin-left: 20px;
}

.tokyo_lp_cvTime span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #111183;
  border-radius: 3px;
  padding: 0 10px;
  height: 24px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 8px;
  margin-top: 5px;
}

.tokyo_lp_cvStadium {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  line-height: 1.36;
  font-weight: bold;
}

.tokyo_lp_cvStadium span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 3px;
  width: 57px;
  height: 24px;
  font-size: 1.8rem;
  font-family: "Barlow Condensed";
  font-weight: bold;
  font-style: italic;
  color: #eb1e1e;
  margin-right: 18px;
  margin-top: 2px;
}

.tokyo_lp_cvButton {
  margin-top: 35px;
  text-align: center;
}

.tokyo_lp_cvButton img {
  width: 100%;
}

.tokyo_lp_movie {
  padding: 24px 0;
  background: #121278;
}

.tokyo_lp_movie .tokyo_lp_inner {
  padding: 0;
}

.tokyo_lp_movieBox {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

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

.tokyo_lp_bannerSlider {
  margin-bottom: 50px !important;
}

.tokyo_lp_bannerItems {
  position: relative;
}

.tokyo_lp_bannerItems:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  left: 0;
  top: 0;
  opacity: 1;
  transition: opacity 0.5s;
  content: "";
}

.slick-current .tokyo_lp_bannerItems:before {
  opacity: 0;
}

.tokyo_lp_bannerItems img {
  width: 311px;
  margin: 0 16px;
}

.tokyo_lp_bannerSlider .slick-dots {
  bottom: -25px;
}

.tokyo_lp_bannerSlider .slick-dots li,
.tokyo_lp_bannerSlider .slick-dots li button {
  width: 10px;
  height: 10px;
}

.tokyo_lp_bannerSlider .slick-dots li {
  background: #707070;
  border-radius: 5px;
}

.tokyo_lp_bannerSlider .slick-dots li.slick-active {
  background: #fff;
}

.tokyo_lp_bannerSlider .slick-dots li button:before {
  display: none;
}

.tokyo_lp_heading {
  background: #00006a;
  overflow: hidden;
}

.tokyo_lp_heading h2 {
  background: url(../image/bg_heading.png) center top no-repeat #111183;
  background-size: 250px auto;
  padding: 6px 0 16px;
  width: 295px;
  text-align: center;
  font-size: 1.6rem;
  color: #eb1e1e;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
}

.tokyo_lp_heading h2:before {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 10px solid #00006a;
  border-bottom: 130px solid #00006a;
  border-top: 130px solid transparent;
  border-right: 10px solid transparent;
  content: "";
}

.tokyo_lp_heading h2:after {
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 10px solid transparent;
  border-bottom: 130px solid #00006a;
  border-top: 130px solid transparent;
  border-right: 10px solid #00006a;
  content: "";
}

.tokyo_lp_heading h2 .en {
  font-size: 4.8rem;
  line-height: 1.2;
  font-family: "Barlow Condensed";
  font-weight: bold;
  font-style: italic;
  display: block;
  color: #fff;
  margin-bottom: -2px;
}

.tokyo_lp_gamepreview_box {
  background: url(../image/gamepre_bg_sp.jpg) center center no-repeat;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
  font-style: 1.4rem;
  line-height: 2;
  color: #fff;
}

.tokyo_lp_gamepreview_title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 24px;
}

.tokyo_lp_gamepreview_title span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: #eb1e1e;
}

.tokyo_lp_gamepreview_title span + span {
  margin-top: 5px;
}

.tokyo_lp_palyer {
  background: linear-gradient(to left, #54040f, #000c39);
  padding: 55px 0;
}

.tokyo_lp_palyerSlider {
  margin-bottom: 26px !important;
}

.tokyo_lp_palyer_box {
  width: 100%;
  padding: 0 32px;
  font-size: 1.4rem;
  line-height: 1.71;
  color: #fff;
}

.tokyo_lp_palyer_image img {
  width: 100%;
}

.tokyo_lp_palyer_name {
  background: #eb1e1e;
  border-left: 8px solid #ba0d0d;
  padding: 8px 6px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #01075a;
  position: relative;
  display: flex;
  align-items: center;
}

.tokyo_lp_palyer_num {
  display: block;
  font-size: 2.4rem;
  font-family: "Barlow Condensed";
  font-weight: bold;
  font-style: italic;
  line-height: 1.21;
  margin-right: 12px;
}

.tokyo_lp_palyer_en {
  position: absolute;
  right: 0;
  font-size: 2.4rem;
  color: #ba0d0d;
  line-height: 1.2;
  top: -24px;
  font-family: "Barlow Condensed";
  font-weight: bold;
  font-style: italic;
}

.tokyo_lp_palyer_checkpoint {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #e81c1c;
  padding: 16px 0;
  overflow: hidden;
  margin-bottom: 16px;
}

.tokyo_lp_palyer_checkpoint_title {
  position: relative;
  font-family: "Barlow Condensed";
  font-weight: bold;
  font-style: italic;
  font-size: 1.8rem;
  line-height: 1.22;
  color: #eb1e1e;
  margin-bottom: 8px;
}
.tokyo_lp_palyer_checkpoint_title:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #eb1e1e;
  left: 83px;
  bottom: 7px;
  z-index: 2;
  content: "";
}

.tokyo_lp_palyerSlider .slick-arrow {
  width: 32px;
  height: 53px;
  text-indent: -9999px;
  z-index: 10;
}

.tokyo_lp_palyerSlider .slick-prev {
  background: url(../image/icon_prev.svg) center center no-repeat;
  background-color: cover;
  left: 0;
}

.tokyo_lp_palyerSlider .slick-next {
  background: url(../image/icon_next.svg) center center no-repeat;
  background-color: cover;
  right: 0;
}

.tokyo_lp_palyerThumb {
  width: 100%;
}

.tokyo_lp_palyerThumb ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -4px;
}

.tokyo_lp_palyerThumb ul li {
  width: 54px;
  padding: 0 4px;
}

.tokyo_lp_palyerThumb ul li a {
  display: block;
  position: relative;
}

.tokyo_lp_palyerThumb ul li a:before {
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
}

.tokyo_lp_palyerThumb ul li a.is-active:before {
  border: 2px solid #fff;
}

.tokyo_lp_goodsBox {
  padding: 40px 0;
  background: #efefef;
  font-size: 1.4rem;
  line-height: 2;
}

.tokyo_lp_goods_title {
  margin-bottom: 10px;
}

.tokyo_lp_goods_title span {
  background: #0b318f;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px;
  display: inline-flex;
  color: #fff;
}

.tokyo_lp_goodsSlider {
  margin-top: 40px;
}

.tokyo_lp_goods_box {
  width: 310px;
  padding: 0 20px;
}

.tokyo_lp_goods_items a {
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  background: #fff;
  color: #fff;
  text-decoration: none;
}

.tokyo_lp_goods_items .tokyo_lp_goods_image {
  position: relative;
}

.tokyo_lp_goods_items .tokyo_lp_goods_image img {
  width: 100%;
}

.tokyo_lp_goods_items .tokyo_lp_goods_info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  padding: 12px 16px;
}

.tokyo_lp_goods_items .tokyo_lp_goods_name {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

.tokyo_lp_goods_items .tokyo_lp_goods_price {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.5;
  text-align: right;
}

.tokyo_lp_goods_items .tokyo_lp_goods_link {
  background: url(../image/icon_link.svg) right 18px center no-repeat #01075a;
  background-size: 12px auto;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}

.tokyo_lp_goods_items .tokyo_lp_music_link {
  color: #fff;
  background: url(../image/icon_music_link.svg) right 18px center no-repeat #01075a;
  background-size: 20px auto;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}

.tokyo_lp_goodsSlider .slick-arrow {
  width: 32px;
  height: 63px;
  text-indent: -9999px;
  z-index: 10;
}

.tokyo_lp_goodsSlider .slick-prev {
  background: url(../image/icon_prev.svg) center center no-repeat;
  background-color: cover;
  left: 0;
}

.tokyo_lp_goodsSlider .slick-next {
  background: url(../image/icon_next.svg) center center no-repeat;
  background-color: cover;
  right: 0;
}

.tokyo_lp_goodsSlider .slick-dots {
  bottom: -32px;
}

.tokyo_lp_goodsSlider .slick-dots li,
.tokyo_lp_goodsSlider .slick-dots li button,
.tokyo_lp_gourmet_list .slick-dots li,
.tokyo_lp_gourmet_list .slick-dots li button {
  width: 10px;
  height: 10px;
}

.tokyo_lp_goodsSlider .slick-dots li,
.tokyo_lp_gourmet_list .slick-dots li {
  background: #707070;
  border-radius: 5px;
  margin: 0 12px;
}

.tokyo_lp_goodsSlider .slick-dots li.slick-active,
.tokyo_lp_gourmet_list .slick-dots li.slick-active {
  background: #0b318f;
}

.tokyo_lp_goodsSlider .slick-dots li button:before,
.tokyo_lp_gourmet_list .slick-dots li button:before {
  display: none;
}

.tokyo_lp_ticketArea {
  padding: 40px 0;
  background: #121278;
}

.tokyo_lp_ticketBox .tokyo_lp_ticketItems {
  margin-bottom: 24px;
}

.tokyo_lp_ticketBox .tokyo_lp_ticketItems img {
  width: 100%;
}

.tokyo_lp_ticketList li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

.tokyo_lp_ticketList li + li {
  margin-top: 8px;
}

.tokyo_lp_3rdList {
  margin-top: 20px;
}

.tokyo_lp_3rdList li {
  padding: 0 1.5em;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
}

.tokyo_lp_3rdList li + li {
  margin-top: 8px;
}

.tokyo_lp_ticketImage img {
  width: 100%;
}

.tokyo_lp_accessArea {
  background: #efefef;
  padding: 40px 0;
}

.tokyo_lp_access_title {
  text-align: center;
  margin-bottom: 17px;
  color: #0b318f;
  font-size: 1.4rem;
  line-height: 1.5;
}

.tokyo_lp_access_title h3 {
  margin-bottom: 4px;
  font-size: 2.4rem;
  line-height: 1.45;
  font-weight: bold;
}

.tokyo_lp_accessItems + .tokyo_lp_accessItems {
  margin-top: 24px;
}

.tokyo_lp_access_name {
  background: #0b318f;
  color: #fff;
  font-size: 1.4rem;
  padding: 12px 50px 12px 65px;
  display: flex;
  align-items: center;
  height: 64px;
  font-weight: bold;
  position: relative;
}

.center {
  text-align: center;
  font-weight: bold;
}

.tokyo_lp_access_name:before {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../image/icon_train.svg) center center no-repeat #111183;
  background-size: 20px auto;
  border-radius: 100%;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  content: "";
}

.tokyo_lp_access_name_car:before {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../image/icon_car.svg) center center no-repeat #111183;
  background-size: 25px auto;
  border-radius: 100%;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  content: "";
}

.tokyo_lp_access_name:after {
  position: absolute;
  width: 20px;
  height: 12px;
  background: url(../image/icon_drop_down.svg) center center no-repeat;
  background-size: 20px auto;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  content: "";
}

.tokyo_lp_access_name.is-active:after {
  background: url(../image/icon_drop_up.svg) center center no-repeat;
  background-size: 20px auto;
}

.tokyo_lp_access_box {
  background: #fff;
  padding: 16px;
  display: none;
}

.tokyo_lp_access_box.is-open {
  display: block;
}

.tokyo_lp_access_box li {
  position: relative;
  padding-left: 12px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.tokyo_lp_access_box li:before {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #000000;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 2;
  content: "";
}

.tokyo_lp_access_box li + li {
  margin-top: 16px;
}

.tokyo_lp_access_box li span {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
}

.tokyo_lp_access_notes {
  margin-top: 24px;
}

.tokyo_lp_access_notes ul {
  border: 1px solid #707070;
  background: #fff;
  padding: 9px;
  width: 100%;
}

.tokyo_lp_access_notes ul li {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

.tokyo_lp_access_button {
  margin-top: 24px;
  text-align: center;
}

.tokyo_lp_access_button a {
  display: inline-flex;
  background: url(../image/icon_button_right.svg) right 16px center no-repeat #000000;
  background-size: 14px auto;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

.tokyo_lp_access_button a:before {
  width: 27px;
  height: 27px;
  background: url(../image/icon_gmap.svg) center center no-repeat;
  background-size: cover;
  display: block;
  content: "";
  margin-right: 15px;
}

.banner_section {
  padding: 24px 0;
  background-color: #121278;
}
.banner_section2 {
  padding: 24px 0;
  /* background-color: #01075A; */
}
.banner_section3 {
  padding: 24px 0;
  background-color: #efefef;
}

.banner_section img {
  width: 100%;
}

.banner_section2 img {
  width: 100%;
}

.banner_section3 img {
  width: 100%;
}

.pd0 {
  padding: 0 !important;
}

/* Chronicle */
.tokyo_lp_chronicle_bg {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url("../image/chronicle_bg_sp.jpg") center top no-repeat;
  background-size: cover;
}

.tokyo_lp_chronicle .tokyo_lp_chronicleArea_title {
  position: relative;
  padding: 85px 0 187px;
}

.tokyo_lp_chronicle .tokyo_lp_chronicleArea_title h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 55px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.tokyo_lp_chronicle .tokyo_lp_chronicleArea_title .years {
  font-size: 10.1rem;
  line-height: 1;
  font-family: "Barlow Condensed";
  font-style: italic;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}

.tokyo_lp_chronicle .tokyo_lp_chronicleArea_title .years_back {
  top: 29px;
  color: transparent;
  -webkit-text-stroke: 2px #0b318f;
  text-stroke: 2px #0b318f;
}

.tokyo_lp_chronicle .tokyo_lp_chronicleArea_title .years_front {
  color: #0b318f;
  top: 48px;
}

.tokyo_lp_chronicle .tokyo_lp_chronicleArea_title .txt {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  position: relative;
  z-index: 1;
}

.tokyo_lp_chronicleTab {
  position: relative;
  margin-top: -126px;
  padding-bottom: 64px;
}

.tokyo_lp_chronicleTab .tabCtrl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.tokyo_lp_chronicleTab .tabCtrl .tabList {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 24.5%;
  height: 80px;
  background: #fff;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
  transition: all 0.3s;
  color: #0b318f;
  cursor: pointer;
}

.tokyo_lp_chronicleTab .tabCtrl .tabList.onActive {
  background: #0b318f;
}

.tokyo_lp_chronicleTab .tabCtrl .tabList span {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Barlow Condensed";
  font-style: italic;
}

.tokyo_lp_chronicleTab .tabCtrl .tabList.onActive span {
  color: #fff;
}

.tokyo_lp_chronicleTab .tabCtrl .tabList .from {
  position: relative;
  margin-bottom: 10px;
}

.tokyo_lp_chronicleTab .tabCtrl .tabList .from:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 4px;
  height: 8px;
  background: #0b318f;
}

.tokyo_lp_chronicleTab .tabCtrl .tabList.onActive .from:after {
  background: #fff;
}

.tokyo_lp_chronicleTab .tabCtrl.tabCtrl_btm {
  display: none;
}

.tokyo_lp_chronicleTab .tabBox .list li {
  margin-bottom: 16px;
}

.tokyo_lp_chronicleTab .tabBox .list li:last-child {
  margin-bottom: 0;
}

.tokyo_lp_chronicleTab .tabBox .list li .img {
  width: 100%;
}
.tokyo_lp_chronicleTab .tabBox .list li .img.movie {
  position: relative;
  padding-top: 56%;
}
.tokyo_lp_chronicleTab .tabBox .list li .img iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.tokyo_lp_chronicleTab .tabBox .list li .info {
  background: rgba(11, 49, 143, 0.5);
  width: 100%;
  padding: 16px 16px 46px;
  color: #fff;
  position: relative;
}

.tokyo_lp_chronicleTab .tabBox .list li .info .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.tokyo_lp_chronicleTab .tabBox .list li .info .txt {
  font-size: 14px;
}

.tokyo_lp_chronicleTab .tabBox .list li .info .link {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  color: #01075a;
  background: #fff;
  text-decoration: none;
  padding: 5px 16px;
  width: 129px;
  height: 30px;
  transition: all 0.5s;
}

.tokyo_lp_chronicleTab .tabBox .list li .info .link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #fff transparent;
}

.tokyo_lp_chronicleTab .tabBox .list li .info .link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 11px;
  width: 16px;
  height: 16px;
  background: url("../image/icon_target.svg") 0 0 no-repeat;
  background-size: contain;
}

/* chronicleトピックスリンクなし */
.tokyo_lp_chronicleTab .tabBox .list li .info .no_link {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  color: #01075a;
  background: #fff;
  text-decoration: none;
  padding: 5px 16px;
  width: 129px;
  height: 30px;
  transition: all 0.5s;
  opacity: 0.3;
}

.tokyo_lp_chronicleTab .tabBox .list li .info .no_link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #fff transparent;
}

.tokyo_lp_chronicleTab .tabBox .list li .info .no_link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 11px;
  width: 16px;
  height: 16px;
  background: url("../image/icon_target.svg") 0 0 no-repeat;
  background-size: contain;
}

.tokyo_lp_chronicleTab .tabCtrl.tabCtrl_btm {
  display: flex;
  margin: 24px 0 0;
}
.tokyo_lp_chronicleTab .tabCtrl.tabCtrl_btm li {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%, 0 80%);
}

/* Interview */
.tokyo_lp_chronicle_interview {
  padding-bottom: 40px;
  background: rgba(11, 49, 143, 0.4);
}

.tokyo_lp_chronicle_interview_title {
  position: relative;
  background: url(../image/bg_heading.png) center top no-repeat;
  text-align: center;
  padding: 80px 0 86px;
}

.tokyo_lp_chronicle_interview_title h4 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.tokyo_lp_chronicle_interview_title p {
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 8.7rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  font-family: "Barlow Condensed";
  font-style: italic;
  -webkit-text-stroke: 2px #e81c1c;
  text-stroke: 2px #e81c1c;
  color: transparent;
  opacity: 0.6;
}

.tokyo_lp_chronicle_interview .list {
  width: 100%;
}

/*
.tokyo_lp_chronicle_interview .list li {
  display: flex;
  margin-bottom: 24px;
}
*/

.tokyo_lp_chronicle_interview .list li {
  width: 100%;
  display: block;
  margin-bottom: 24px;
}

/*
.tokyo_lp_chronicle_interview .list li .img {
  width: 35%;
}
*/

.tokyo_lp_chronicle_interview .list li .img {
  width: 100%;
}

.tokyo_lp_chronicle_interview .list li .img.movie {
  position: relative;
  padding-top: 24%;
}

.tokyo_lp_chronicle_interview .list li .img iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.tokyo_lp_chronicle_interview .list li .info {
  background: #fff;
  width: 100%;
  padding: 16px 16px 40px 16px;
  position: relative;
}

/*
.tokyo_lp_chronicle_interview .list li .info {
  width: 100%;
  padding: 16px 16px 46px;
}
*/

.tokyo_lp_chronicle_interview .list li .info .title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #111183;
}

/*
.tokyo_lp_chronicle_interview .list li .info .title {
  font-size: 1.8rem;
}
*/

.tokyo_lp_chronicle_interview .list li .info .txt {
  font-size: 1.4rem;
  color: #000;
}

/*
.tokyo_lp_chronicle_interview .list li .info .txt {
  font-size: 1.6rem;
}
*/

.tokyo_lp_chronicle_interview .list li .info .link {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.2rem;
  color: #fff;
  background: #0b318f;
  text-decoration: none;
  padding: 5px 8px;
  width: 97px;
  height: 30px;
  transition: all 0.5s;
}

.tokyo_lp_chronicle_interview .list li .info .link:hover {
  opacity: 0.7;
}

.tokyo_lp_chronicle_interview .list li .info .link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #0b318f transparent;
}

.tokyo_lp_chronicle_interview .list li .info .link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 11px;
  width: 12px;
  height: 12px;
  background: url("../image/icon_target_white.svg") 0 0 no-repeat;
  background-size: contain;
}

.tokyo_lp_specialevent_box {
  width: 100%;
  padding: 40px 0;
  background: url(../image/bg_special_event_sp.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}

.tokyo_lp_specialevent_button {
  margin: 24px 17px 0;
  text-align: center;
}

.tokyo_lp_specialevent_button a {
  display: inline-flex;
  background: url(../image/icon_button_right.svg) right 16px center no-repeat #eb1e1e;
  background-size: 14px auto;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

.tokyo_lp_specialevent_head {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.tokyo_lp_specialevent_title {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1.5;
  padding: 5px 6px;
  margin: 0 auto 16px;
  font-weight: bold;
  background: linear-gradient(to right, #0e2b84, #e81c1c);
}

.tokyo_lp_specialevent_image {
  margin: 0 -17px 25px;
}

.tokyo_lp_specialevent_item img {
  width: 100%;
}

.tokyo_lp_specialevent_foot {
  font-size: 1rem;
  line-height: 1.6;
}

.tokyo_lp_guest_box {
  padding: 40px 0;
  background: rgba(1, 7, 90, 0.3);
}

.tokyo_lp_guest_item + .tokyo_lp_guest_item {
  margin-top: 20px;
}

.tokyo_lp_guest_image img {
  width: 100%;
}

.tokyo_lp_guest_info {
  border-top: 4px solid #e6c24a;
  border-bottom: 4px solid #e6c24a;
  background: #fff;
  padding: 25px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.tokyo_lp_guest_title {
  font-size: 1.8rem;
  color: #111183;
  line-height: 1.33;
  font-weight: bold;
}

.tokyo_lp_guest_message {
  margin-top: 15px;
}

.tokyo_lp_guest_button {
  margin-top: 15px;
  text-align: center;
}

.tokyo_lp_guest_button a {
  display: inline-flex;
  width: 240px;
  height: 50px;
  border-bottom: 2px solid #01075a;
  background: url(../image/icon_add.svg) right 16px center no-repeat #0b318f;
  background-size: 14px auto;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  text-decoration: none;
}

.fancybox-slide--html {
  padding: 0;
}

.tokyo_lp_popup {
  width: 100vw;
  height: 100vh;
  padding: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
}

.tokyo_lp_popup_image {
  margin-bottom: 20px;
}

.tokyo_lp_popup_image img {
  width: 100%;
}

.tokyo_lp_popup_box {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding: 0 25px;
  height: calc(100vh - 53vw - 72px);
}

.tokyo_lp_popup_box p span {
  font-weight: bold;
  font-size: 1.8rem;
}

.tokyo_lp_popup_title {
  font-size: 1.8rem;
  line-height: 1.33;
  color: #111183;
  font-weight: bold;
  margin-bottom: 16px;
}

.is-event .tokyo_lp_popup_title {
  margin-bottom: 8px;
}

.tokyo_lp_popup_category {
  display: flex;
  margin-bottom: 15px;
}

.tokyo_lp_popup_category span {
  display: flex;
  height: 25px;
  border: 1px solid #0e2b84;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 1.2rem;
  color: #0b318f;
  padding: 0 10px;
  margin-right: 10px;
}

.fancybox-infobar,
.fancybox-toolbar {
  display: none;
}

.fancybox-navigation .fancybox-button {
  width: 32px;
  height: 53px;
  opacity: 1;
  transform: translateY(-50%);
  visibility: visible;
}

.fancybox-navigation .fancybox-button svg {
  display: none;
}

.fancybox-navigation .fancybox-button--arrow_right {
  background: url(../image/icon_next.svg) center center no-repeat;
  background-size: cover;
  right: 0;
  display: none;
}

.fancybox-navigation .fancybox-button--arrow_left {
  background: url(../image/icon_prev.svg) center center no-repeat;
  background-size: cover;
  left: 0;
  display: none;
}

.fancybox-close-small {
  width: 24px;
  height: 24px;
  padding: 0;
  top: 16px;
  right: 16px;
  background: url(../image/icon_close.svg) center center no-repeat;
}
.fancybox-close-small svg {
  display: none;
}

.tokyo_lp_caption {
  font-size: 1.4rem;
  line-height: 2;
  margin: 24px 17px;
  color: #fff;
}

.tokyo_lp_event_box {
  padding: 40px 0 20px;
  background: rgba(235, 30, 30, 0.5);
}

.tokyo_lp_event_head {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 24px;
  color: #fff;
}

.tokyo_lp_event_heading {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 5px 12px;
  margin-bottom: 15px;
  font-weight: bold;
  background: linear-gradient(to right, #0e2b84, #e81c1c);
}

.tokyo_lp_event_notes {
  font-size: 1.2rem;
  line-height: 1.66;
  margin-top: 15px;
}

.tokyo_lp_event_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tokyo_lp_event_item {
  width: 48.26%;
  margin-bottom: 20px;
}

.tokyo_lp_event_image img {
  width: 100%;
}

.tokyo_lp_event_info {
  background: #fff;
  padding: 10px 12px 35px;
  position: relative;
}

.tokyo_lp_event_title {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #111183;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 36px;
}

.tokyo_lp_event_category {
  margin-top: 10px;
  display: flex;
}

.tokyo_lp_event_category span {
  display: flex;
  height: 24px;
  border: 1px solid #0e2b84;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 1.2rem;
  color: #0b318f;
  padding: 0 10px;
  margin-right: 10px;
}

.tokyo_lp_event_button {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.tokyo_lp_event_button a {
  position: relative;
  display: inline-flex;
  width: 94px;
  height: 24px;
  background: url(../image/icon_add.svg) right 7px center no-repeat #0b318f;
  background-size: 14px auto;
  color: #fff;
  align-items: center;
  font-size: 1rem;
  text-decoration: none;
  padding-left: 10px;
}

.tokyo_lp_event_button a:before {
  position: absolute;
  width: 0;
  height: 0;
  border-right: 12px solid #0b318f;
  border-bottom: 12px solid #0b318f;
  border-left: 12px solid transparent;
  border-top: 12px solid transparent;
  z-index: 2;
  content: "";
  right: 100%;
  top: 0;
}

.tokyo_lp_event_list .tokyo_lp_event_item:first-child {
  width: 100%;
}

.tokyo_lp_event_list .tokyo_lp_event_item:first-child .tokyo_lp_event_item_wrapper {
  width: 100%;
}

/* .tokyo_lp_event_list .tokyo_lp_event_item .tokyo_lp_event_item_wrapper .tokyo_lp_event_info {
  padding: 16px;
} */

.tokyo_lp_event_list .tokyo_lp_event_item:first-child .tokyo_lp_event_item_wrapper .tokyo_lp_event_category {
  margin-top: 15px;
}

.tokyo_lp_event_list .tokyo_lp_event_item:first-child .tokyo_lp_event_item_wrapper .tokyo_lp_event_title {
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 42px;
}

.tokyo_lp_event_list .tokyo_lp_event_item:first-child .tokyo_lp_event_item_wrapper .tokyo_lp_event_button {
  position: relative;
  text-align: center;
  margin-top: 16px;
}

.tokyo_lp_event_list .tokyo_lp_event_item:first-child .tokyo_lp_event_item_wrapper .tokyo_lp_event_button a {
  width: 240px;
  height: 40px;
  background: url(../image/icon_add.svg) right 16px center no-repeat #0b318f;
  background-size: 14px auto;
  justify-content: center;
  padding-left: 0;
  font-size: 1.4rem;
  border-bottom: 2px solid #01075a;
}

.tokyo_lp_event_list .tokyo_lp_event_item:first-child .tokyo_lp_event_item_wrapper .tokyo_lp_event_button a:before {
  display: none;
}

.tokyo_lp_gourmet_box {
  padding: 40px 0;
  background: #fff;
  overflow: hidden;
}
.tokyo_lp_gourmet_box .tokyo_lp_inner {
  padding: 0;
}

.tokyo_lp_gourmet_head {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.tokyo_lp_gourmet_heading {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 5px 12px;
  margin-bottom: 15px;
  font-weight: bold;
  background: #e81c1c;
  color: #fff;
}

.tokyo_lp_gourmet_notes {
  font-size: 1.2rem;
  line-height: 1.66;
  margin-top: 15px;
}

.tokyo_lp_gourmet_item {
  padding: 0 20px;
}

.tokyo_lp_gourmet_itemBox {
  padding: 16px;
  background: #f2f2f2;
  width: 270px;
}

.tokyo_lp_gourmet_image img {
  width: 100%;
}

.tokyo_lp_gourmet_info {
  margin-top: 15px;
}

.tokyo_lp_gourmet_shop {
  font-size: 1.4rem;
  line-height: 1.285;
}

.tokyo_lp_gourmet_name {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #0b318f;
  margin-top: 8px;
}

.tokyo_lp_gourmet_price {
  margin-top: 16px;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.71;
}

.tokyo_lp_gourmet_price .marker {
  width: 46px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0b318f;
  border-radius: 4px;
  font-size: 1.4rem;
  color: #fff;
  margin-right: 15px;
}

.tokyo_lp_gourmet_list .slick-arrow {
  width: 32px;
  height: 53px;
  text-indent: -9999px;
  z-index: 10;
}

.tokyo_lp_gourmet_list .slick-next {
  background: url(../image/icon_next.svg) center center no-repeat;
  background-size: cover;
  right: 0;
}

.tokyo_lp_gourmet_list .slick-prev {
  background: url(../image/icon_prev.svg) center center no-repeat;
  background-size: cover;
  left: 0;
}

.tokyo_lp_gourmet_list .tokyo_lp_gourmet_slick {
  margin-bottom: 32px;
}

.tokyo_lp_gourmet_list .tokyo_lp_gourmet_slick .slick-dots {
  bottom: -32px;
}

.tokyo_lp_gourmet_button {
  margin: 70px 17px 0;
  text-align: center;
}

.tokyo_lp_gourmet_button a {
  display: inline-flex;
  background: url(../image/icon_button_right.svg) right 16px center no-repeat #000000;
  background-size: 14px auto;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

.tokyo_lp_banner_button {
  margin: 24px 17px 0;
  text-align: center;
}

.tokyo_lp_banner_button a {
  display: inline-flex;
  background: url(../image/icon_button_right.svg) right 16px center no-repeat #000000;
  background-size: 14px auto;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

.tokyo_lp_chronicle_item {
  background: rgba(77, 77, 77, 0.5);
  padding: 15px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}

.tokyo_lp_chronicle_head {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.tokyo_lp_chronicle_head p {
  margin-right: 16px;
  font-size: 1.6rem;
  color: #989898;
}

.tokyo_lp_chronicle_head span {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.46;
}

.mt24 {
  margin-top: 24px;
}
</pre></body></html>