@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&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&Safari */
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&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', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

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

.tokyo_lp_anchorArea {
  position: relative;
}

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

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

/* !header
---------------------------------------------------------- */
#tokyo_lp_header {
  background: #111183;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 100px 6px 40px;
  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: 50px;
  margin-right: 16px;
  display: block;
}

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

.tokyo_lp_headerLinks img {
  height: 68px;
}

.tokyo_lp_btn_menu {
  position: absolute;
  right: 24px;
  top: 15px;
  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);
}

/* !navi
---------------------------------------------------------- */
#tokyo_lp_navi {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  transform: translateX(100%);
  transition: transform 0.5s;
}

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

.tokyo_lp_naviBox {
  width: 50%;
  height: 100vh;
  background: #111183;
  padding: 110px 130px 40px 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  overflow-y: auto;
}

.tokyo_lp_naviBox:before {
  position: absolute;
  width: 50px;
  height: calc(944px + 150px);
  background: rgba(98, 0, 0, 0.9);
  left: 50px;
  top: 0;
  z-index: 2;
  content: '';
}

.tokyo_lp_naviBox:after {
  position: absolute;
  width: 50px;
  height: calc(944px + 150px);
  background: rgba(98, 0, 0, 0.9);
  left: 150px;
  top: 0;
  z-index: 2;
  content: '';
}

.tokyo_lp_naviBox ul {
  width: 165px;
  position: relative;
  z-index: 3;
  margin-bottom: 15px;
}

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

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

.tokyo_lp_naviBox ul li a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #eb1e1e;
  content: '';
  transform: translateX(-100%);
  transition: transform 0.5s;
}

.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;
  position: relative;
  z-index: 3;
}

.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: 50px;
}

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

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

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

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

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

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

.tokyo_lp_footerLogo img {
  height: 100px;
}

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

.tokyo_lp_inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

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

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

.tokyo_lp_cv:before {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 374px;
  height: 100%;
  z-index: 1;
  content: '';
  background: url(../image/cv_bg_before.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: 10px;
}

.tokyo_lp_cvLeague img {
  height: 60px;
}

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

.tokyo_lp_cvBox {
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.tokyo_lp_cvBox .tokyo_lp_cvTeam {
  width: 143px;
  text-align: center;
  font-style: 1.8rem;
  line-height: 1.11;
  font-weight: bold;
}

.tokyo_lp_cvBox .tokyo_lp_cvTeam img {
  height: 145px;
}

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

.tokyo_lp_cvBox .tokyo_lp_cvInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

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

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

.tokyo_lp_cvBox .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: 3.2rem;
  line-height: 1.46875;
  font-weight: bold;
}

.tokyo_lp_cvStadium span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 3px;
  width: 78px;
  height: 32px;
  font-size: 2.4rem;
  font-family: 'Barlow Condensed';
  font-weight: bold;
  font-style: italic;
  color: #eb1e1e;
  margin-right: 36px;
  margin-top: 5px;
}

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

.tokyo_lp_cvButton img {
  height: 68px;
}

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

.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: 66px !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: 627px;
}

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

.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: 22px 0 25px;
  width: 640px;
  text-align: center;
  font-size: 2.2rem;
  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: 15px solid #00006a;
  border-bottom: 116px solid #00006a;
  border-top: 116px solid transparent;
  border-right: 15px solid transparent;
  content: '';
}

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

.tokyo_lp_heading h2 .en {
  font-size: 6.4rem;
  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_pc.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
  font-style: 1.8rem;
  line-height: 3.11;
  color: #fff;
}

.tokyo_lp_gamepreview_title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.46875;
  margin-bottom: 30px;
}

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

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

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

.tokyo_lp_palyerItems {
  opacity: 0.6;
}

.slick-current .tokyo_lp_palyerItems {
  opacity: 1;
}

.tokyo_lp_palyer_box {
  width: 684px;
  padding: 0 60px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
}

.tokyo_lp_palyer_image img {
  width: 100%;
}

.tokyo_lp_palyer_name {
  background: #eb1e1e;
  border-left: 8px solid #ba0d0d;
  padding: 4px 10px;
  font-size: 2.4rem;
  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.8rem;
  font-family: 'Barlow Condensed';
  font-weight: bold;
  font-style: italic;
  line-height: 1.21;
  margin-right: 28px;
}

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

.tokyo_lp_palyer_checkpoint {
  font-size: 2rem;
  line-height: 1.6;
  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: 3.2rem;
  line-height: 1.1875;
  color: #eb1e1e;
  margin-bottom: 9px;
}
.tokyo_lp_palyer_checkpoint_title:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #eb1e1e;
  left: 147px;
  bottom: 7px;
  z-index: 2;
  content: '';
}

.tokyo_lp_palyerSlider .slick-arrow {
  width: 40px;
  height: 80px;
  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: 50%;
  margin-left: -375px;
}

.tokyo_lp_palyerSlider .slick-next {
  background: url(../image/icon_next.svg) center center no-repeat;
  background-color: cover;
  right: 50%;
  margin-right: -375px;
}

.tokyo_lp_palyerThumb {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

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

.tokyo_lp_palyerThumb ul li {
  width: 56px;
  margin: 0 8px;
}

.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: 64px 0 55px;
  background: #efefef;
  font-style: 1.6rem;
  line-height: 2;
  text-align: center;
}

.tokyo_lp_goods_title {
  text-align: center;
  margin-bottom: 15px;
}

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

.tokyo_lp_goodsSlider {
  max-width: 864px;
  margin: 40px auto 0;
}

.tokyo_lp_goods_box {
  padding: 0 8px;
}

.tokyo_lp_goods_items {
  width: 270px;
}

.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 a:hover {
  opacity: 0.7;
}

.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;
  text-align: left;
}

.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 {
  background: url(../image/icon_music_link.svg) right 18px center no-repeat #01075a;
  background-size: 24px 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: 40px;
  height: 80px;
  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: 50%;
  margin-left: -470px;
}

.tokyo_lp_goodsSlider .slick-next {
  background: url(../image/icon_next.svg) center center no-repeat;
  background-color: cover;
  right: 50%;
  margin-right: -470px;
}

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

.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;
}

.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: 64px 0;
  background: #121278;
}

.tokyo_lp_ticketBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.tokyo_lp_ticketBox .tokyo_lp_ticketItems {
  width: 48.8%;
}

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

.tokyo_lp_ticketBox.second .tokyo_lp_ticketItems:first-child {
  width: 68.8%;
}
.tokyo_lp_ticketBox.second .tokyo_lp_ticketItems:last-child {
  width: 28.8%;
}

.tokyo_lp_ticketList {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.tokyo_lp_ticketImage img {
  width: 100%;
}

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

.tokyo_lp_3rdList {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.tokyo_lp_3rdList li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.33;
}

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

.tokyo_lp_access_title {
  text-align: center;
  margin-bottom: 24px;
  color: #0b318f;
  font-size: 1.6rem;
  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_accessBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.tokyo_lp_accessItems {
  width: 46.875%;
}

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

.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_box {
  background: #fff;
  padding: 16px;
}

.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: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

.tokyo_lp_access_button a {
  display: inline-flex;
  background: url(../image/icon_button_right.svg) right 20px center no-repeat #000000;
  background-size: 15px auto;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 375px;
  height: 56px;
  border-radius: 28px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none;
}

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

.tokyo_lp_access_button a:hover {
  opacity: 0.7;
}

.banner_section {
  padding: 64px 0;
  background-color: #121278;
}

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

.banner_section img {
  width: 100%;
}
.banner_section2 img {
  width: 100%;
}
.banner_section3 img {
  width: 100%;
}

.banner_section.guide_image img {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.pd0 {
  padding: 0 !important;
}

/* Chronicle */
.tokyo_lp_chronicle {
  top: -1px;
}

.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.jpg') center top no-repeat;
  background-size: cover;
}

.tokyo_lp_chronicleArea {
  /* background: #121278; */
}
.tokyo_lp_chronicleArea .tokyo_lp_chronicleArea_title {
  /* background: url('../image/chronicle_bg.jpg') center top no-repeat; */
  /* background-attachment: fixed; */
  height: 592px;
  position: relative;
  padding-top: 152px;
}

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

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

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

.tokyo_lp_chronicleArea .tokyo_lp_chronicleArea_title .years_front {
  color: #0b318f;
  top: 96px;
}

.tokyo_lp_chronicleArea .tokyo_lp_chronicleArea_title .txt {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
}

.tokyo_lp_chronicleTab {
  position: relative;
  width: 750px;
  margin: -229px auto 0;
  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: 180px;
  height: 80px;
  background: #fff;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%, 0 24%);
  transition: all 0.3s;
  color: #0b318f;
  cursor: pointer;
}

.tokyo_lp_chronicleTab .tabCtrl .tabList:hover,
.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:hover span,
.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:hover .from:after,
.tokyo_lp_chronicleTab .tabCtrl .tabList.onActive .from:after {
  background: #fff;
}

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

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

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

.tokyo_lp_chronicleTab .tabBox .list li .img {
  width: 318px;
}
.tokyo_lp_chronicleTab .tabBox .list li .img.movie {
  position: relative;
  padding-top: 24%;
}
.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: 432px;
  padding: 16px;
  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: 1.4rem;
  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:hover {
  opacity: 0.7;
}

.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: 1.4rem;
  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;
}

/* 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: 103px 0 63px;
}

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

.tokyo_lp_chronicle_interview_title p {
  position: absolute;
  top: 75px;
  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: 750px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

/* .tokyo_lp_chronicle_interview .list li:first-child {
  width: 100%;
} */

.tokyo_lp_chronicle_interview .list li .img {
  width: 318px;
}

/* .tokyo_lp_chronicle_interview .list li:first-child .img {
  width: 318px;
} */

.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: 432px;
  padding: 16px;
  position: relative;
}

/* .tokyo_lp_chronicle_interview .list li:first-child .info {
  width: 432px;
  padding: 16px;
} */

.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.6rem;
}

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

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

.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:first-child .info .link {
  font-size: 1.4rem;
  width: 129px;
  padding: 5px 16px;
}
*/

.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_chronicle_interview .list li:first-child .info .link:after {
  width: 16px;
  height: 16px;
}

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

.tokyo_lp_specialevent_box .tokyo_lp_inner {
  max-width: 100%;
  padding: 0;
}

.tokyo_lp_specialevent_head {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 50px;
}

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

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

.tokyo_lp_specialevent_item {
  width: 50%;
}

.tokyo_lp_specialevent_item img {
  width: 100%;
}

.tokyo_lp_specialevent_foot {
  font-size: 1.2rem;
  line-height: 1.66;
}

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

.tokyo_lp_guest_list {
  max-width: 750px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}

.tokyo_lp_guest_item {
  width: 48.26%;
}

.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: 10px;
}

.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;
}

.tokyo_lp_popup {
  width: 640px;
  padding: 40px 48px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.tokyo_lp_popup_image {
  margin-bottom: 30px;
}

.tokyo_lp_popup_image img {
  width: 100%;
}

.tokyo_lp_popup_box {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 250px;
}

.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: 24px;
}

.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-navigation .fancybox-button {
  width: 40px;
  height: 80px;
  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: 50%;
  margin-right: -368px;
  display: none;
}

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

.tokyo_lp_caption {
  font-size: 1.6rem;
  line-height: 2;
  margin: 40px 0;
  text-align: center;
  color: #fff;
}

.tokyo_lp_event_box {
  padding: 64px 0 44px;
  background: rgba(235, 30, 30, 0.6);
}

.tokyo_lp_event_head {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
  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 {
  max-width: 750px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

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

.tokyo_lp_event_image img {
  width: 100%;
}

.tokyo_lp_event_info {
  background: #fff;
  padding: 16px;
  position: relative;
}

.tokyo_lp_event_title {
  font-size: 1.6rem;
  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;
}

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

.tokyo_lp_event_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;
}

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

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

.tokyo_lp_event_button a:before {
  position: absolute;
  width: 0;
  height: 0;
  border-right: 16px solid #0b318f;
  border-bottom: 16px solid #0b318f;
  border-left: 16px solid transparent;
  border-top: 16px 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%;
  display: flex;
}

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

.tokyo_lp_event_list .tokyo_lp_event_item:first-child .tokyo_lp_event_item_wrapper .tokyo_lp_event_info {
  width: 46%;
  padding: 20px;
}

.tokyo_lp_event_list .tokyo_lp_event_item:first-child .tokyo_lp_event_item_wrapper .tokyo_lp_event_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

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

.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: 15px;
}

.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;
  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: 64px 0 56px;
  background: #fff;
  overflow: hidden;
}

.tokyo_lp_gourmet_head {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}

.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_list {
  max-width: 880px;
  margin: 0 auto;
}

.tokyo_lp_gourmet_item {
  padding: 0 10px;
}

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

.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: 40px;
  height: 80px;
  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: -50px;
}

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

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

.tokyo_lp_gourmet_button a {
  display: inline-flex;
  background: url(../image/icon_button_right.svg) right 20px center no-repeat #000000;
  background-size: 15px auto;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 375px;
  height: 56px;
  border-radius: 28px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none;
}

.tokyo_lp_banner_button {
  margin-top: 30px;
  text-align: center;
}

.tokyo_lp_banner_button a {
  display: inline-flex;
  background: url(../image/icon_button_right.svg) right 20px center no-repeat #000000;
  background-size: 15px auto;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 375px;
  height: 56px;
  border-radius: 28px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: 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_gourmet_list .tokyo_lp_gourmet_slick {
  margin-bottom: 40px;
}

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

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

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

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

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

.tokyo_lp_chronicle_head span b {
  font-size: 1.8rem;
  line-height: 2.27;
  display: inline-block;
}

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