@charset "utf-8";

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

/* !Reseting
---------------------------------------------------------- */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: "";
}
a,
input,
select,
textarea,
button {
  outline: none;
}
abbr,
acronym {
  border: 0;
}
*,
*:before,
*::after {
  box-sizing: border-box;
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

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

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

@media screen and (min-width: 835px) {
  .op:hover {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
  }
}

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

body {
  color: #fff;
  background: #000000;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

.enFont {
  font-family: "Roboto", sans-serif;
}

body.is-hidden {
  overflow: hidden;
  height: 100%;
}

/*** タブレット 835x ~ 1200px***/
@media screen and (min-width: 835px) and (max-width: 1200px) {
  html {
    font-size: 0.83vw;
  }
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  body {
    font-size: 1.2rem;
  }

  html {
    font-size: 62.5%;
  }
}

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

.tokyo_lp_inner {
  max-width: 123rem;
  padding: 0 5rem;
  margin: 0 auto;
}

.anchorArea {
  position: relative;
}

.tokyo_lp_anchor {
  position: absolute;
  top: -8rem;
  z-index: -1;
}

.is-hide {
  display: none;
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .tokyo_lp_inner {
    padding: 0 1.6rem;
  }

  .tokyo_lp_anchor {
    top: 1rem;
  }
}

/* !tokyo_lp_wrapper
---------------------------------------------------------- */
#tokyo_lp_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#tokyo_lp_wrapper::before {
  content: "";
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../image/bg_fixed_pc.jpg") no-repeat center;
  background-size: cover;
  pointer-events: none;
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  #tokyo_lp_wrapper::before {
    background: url("../image/bg_fixed_sp.jpg") no-repeat center;
    background-size: cover;
  }
}

/* !header
---------------------------------------------------------- */
#tokyo_lp_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 7.5rem;
  background: #000000;
  display: flex;
  align-items: center;
  padding: 0 3.2rem;
}

.tokyo_lp_headerLogo a {
  display: block;
  width: 20.8rem;
}

.tokyo_lp_headerLogo img {
  width: 100%;
}

/*******btnMenu*********/
.tokyo_lp_btnMenu {
  background: #000;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 7.5rem;
  height: 7.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.tokyo_lp_btnMenu::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 1;
  height: 100%;
  background: #ffd801;
}

.tokyo_lp_btnMenu span {
  position: relative;
  z-index: 3;
}

.tokyo_lp_btnMenu span::before {
  content: "MENU";
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 700;
}

.tokyo_lp_btnMenu.active span::before {
  content: "CLOSE";
}

/*******navi*******/
#tokyo_lp_navi {
  text-align: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  overflow: hidden;
}

#tokyo_lp_navi.open {
  opacity: 1;
  transition: 0.3s ease-in-out;
  pointer-events: initial;
}

.naviOverlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.5);
  text-indent: -9999rem;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

#tokyo_lp_navi.open .naviOverlay {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}

.tokyo_lp_naviInner {
  width: 50rem;
  height: 100%;
  padding: 5.4rem 0;
  margin-right: 3.2rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background: #141414;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  border-radius: 2.3rem;
}

#tokyo_lp_navi.open .tokyo_lp_naviInner {
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}

.tokyo_lp_naviInner li + li {
  margin-top: 3.2rem;
}

.tokyo_lp_naviInner a {
  color: #fff;
  display: block;
  text-align: center;
  transition: 0.3s ease-in-out;
}

.tokyo_lp_naviInner a span {
  display: block;
}

.tokyo_lp_naviInner a .enFont {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}

.tokyo_lp_naviInner a .jap {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 835px) {
  .tokyo_lp_naviInner a:hover {
    color: #e2000b;
    transition: 0.5s ease-in-out;
  }
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  /* !header
	---------------------------------------------------------- */
  #tokyo_lp_header {
    height: 5.8rem;
    padding: 0 1.6rem;
  }

  .tokyo_lp_headerLogo a {
    width: 15.8rem;
  }

  /*******btnMenu*********/
  .tokyo_lp_btnMenu {
    width: 5.3rem;
    height: 5.8rem;
  }

  .tokyo_lp_btnMenu span::before {
    font-size: 1.6rem;
  }

  /*******navi*******/
  #tokyo_lp_navi {
    height: 100%;
    text-align: center;
    position: fixed;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .tokyo_lp_naviInner {
    max-width: calc(100% - 6.4rem);
    left: 50%;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    transform: translate(-50%, -100%);
    padding: 4.4rem 0;
    display: block;
  }

  #tokyo_lp_navi.open .tokyo_lp_naviInner {
    transform: translate(-50%, 0);
    transition: transform 0.3s ease-in-out;
  }

  .tokyo_lp_naviInner li + li {
    margin-top: 2.4rem;
  }
}

.tokyo_lp_cv {
  position: fixed;
  right: 0;
  bottom: 4rem;
  z-index: 20;
  width: 37.5rem;
}

.tokyo_lp_cv a {
  display: block;
  width: 100%;
}

.tokyo_lp_cv a img {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .tokyo_lp_cv {
    bottom: 0;
    width: 100%;
  }
}

/* !mainVisual
---------------------------------------------------------- */
.tokyo_lp_mainVisual {
  margin-top: 7.5rem;
}

.tokyo_lp_mainVisual img {
  width: 100%;
}
/*** mainVisual  スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .tokyo_lp_mainVisual {
    margin-top: 5.8rem;
  }
}

/* tokyo_lp_footer
-----------------------------------------------------------*/

.tokyo_lp_footer {
  margin-top: 11.2rem;
}

.tokyo_lp_pageTop {
  text-align: center;
}

.tokyo_lp_pageTop a {
  display: inline-block;
  font-size: 4rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}

.tokyo_lp_pageTop a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.8rem;
  z-index: 1;
  width: 1.2rem;
  height: 1.5rem;
  background: url("../image/arrow_yellow.svg") no-repeat;
  background-size: cover;
  transform: translateX(-50%) rotate(-90deg);
}

.tokyo_lp_footerInner {
  padding: 9.2rem 0 9.5rem;
  background: #202020;
  margin-top: 11.2rem;
}

.tokyo_lp_footerArea {
  display: flex;
  max-width: 65.4rem;
  width: 100%;
  margin: 0 auto;
}

.tokyo_lp_footerItem {
  width: 50%;
}

.tokyo_lp_footerItem + .tokyo_lp_footerItem {
  margin-left: 6.4rem;
}

.tokyo_lp_footerLogo {
  width: 12.8rem;
  margin: 0 auto 5rem;
}

.tokyo_lp_footerLogo img {
  width: 100%;
}

.tokyo_lp_snsLinks {
  display: flex;
  gap: 3.2rem;
  justify-content: center;
  margin-bottom: 1.6rem;
}

.tokyo_lp_footerLinks li + li {
  margin-top: 0.8rem;
}

.tokyo_lp_footerLinks a {
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #e2000b;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
}

.tokyo_lp_footerLinks a.sunrockers {
  border-color: #ffd801;

  &::before {
    background: url(../image/arrow_yellow.svg) center center / contain no-repeat;
  }
}

.tokyo_lp_footerLinks a.white {
  border-color: #fff;

  &::before {
    background: url(../image/arrow_white.svg) center center / contain no-repeat;
  }
}

.tokyo_lp_footerLinks.center {
  width: 100%;
  max-width: 350px;
  margin-top: 72px;
  margin-inline: auto;
}

.tokyo_lp_footerLinks a:before {
  content: "";
  position: absolute;
  right: 1.6rem;
  top: 0;
  z-index: 1;
  width: 1.2rem;
  height: 100%;
  background: url("../image/arrow_red.svg") no-repeat center;
  background-size: 100% auto;
}

.tokyo_lp_footerItem.sunrockers .tokyo_lp_footerLinks a {
  border: 0.1rem solid #ffd801;
}

.tokyo_lp_footerItem.sunrockers .tokyo_lp_footerLinks a:before {
  background: url("../image/arrow_yellow.svg") no-repeat center;
  background-size: 100% auto;
}

.tokyo_lp_copyright {
  text-align: center;
  margin-top: 0.8rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (min-width: 835px) {
  .tokyo_lp_snsLinks a:hover {
    opacity: 0.5;
    transition: 0.5s ease-in-out;
  }

  .tokyo_lp_footerLinks a:hover {
    background: #fff;
    color: #000;
    transition: 0.5s ease-in-out;
  }

  .tokyo_lp_footerLinks a:hover:before {
    background: url("../image/arrow_black.svg") no-repeat center;
    background-size: 100% auto;
    transition: 0.5s ease-in-out;
  }
}

/*** footerスマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .tokyo_lp_footer {
    margin-top: 11rem;
  }

  .tokyo_lp_pageTop a {
    font-size: 3.2rem;
    line-height: 1;
  }

  .tokyo_lp_pageTop a::before {
    top: -2rem;
  }

  .tokyo_lp_footerInner {
    padding: 6.9rem 0 9.5rem;
    margin-top: 6.4rem;
  }

  .tokyo_lp_footerArea {
    display: block;
    max-width: calc(100% - 4.8rem);
    width: 100%;
    margin: 0 auto;
  }

  .tokyo_lp_footerItem {
    width: 100%;
  }

  .tokyo_lp_footerItem + .tokyo_lp_footerItem {
    margin-left: 0;
    margin-top: 7rem;
  }

  .tokyo_lp_footerLogo {
    width: 12rem;
    margin: 0 auto 5.4rem;
  }

  .tokyo_lp_snsLinks {
    display: flex;
    gap: 3.2rem;
    justify-content: center;
    margin-bottom: 1.6rem;
  }

  .tokyo_lp_snsLinks a {
    display: inline-block;
    width: 3.2rem;
  }

  .tokyo_lp_footerLinks a:before {
    right: 2.1rem;
  }

  .tokyo_lp_footerLinks a.white:before {
    right: 1.6rem;
  }

  .tokyo_lp_copyright {
    margin-top: 0.8rem;
  }
}

.tokyo_lp_scheduleWrap {
  background: #000;
  padding: 11.2rem 0;
}

.tokyo_lp_scheduleWrap .tokyo_lp_inner {
  max-width: 90rem;
  position: relative;
}

.tokyo_lp_scheduleWrap .tokyo_lp_inner::before,
.tokyo_lp_scheduleWrap .tokyo_lp_inner::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 4.9rem;
  height: 54.1rem;
  background: url("../image/bg_text.svg") no-repeat;
  background-size: cover;
  pointer-events: none;
}

.tokyo_lp_scheduleWrap .tokyo_lp_inner::before {
  right: 0;
  top: -9.2rem;
  transform: translateX(-50%);
}

.tokyo_lp_scheduleWrap .tokyo_lp_inner::after {
  left: 0;
  bottom: -9.2rem;
  transform: translateX(50%);
}

.tokyo_lp_scheduleSection {
  display: flex;
  justify-content: center;
}

.tokyo_lp_scheduleCont {
  width: 50%;
}

.tokyo_lp_scheduleCont + .tokyo_lp_scheduleCont {
  margin-left: 5.6rem;
}

.tokyo_lp_scheduleCont .teamLogo {
  max-width: 13.8rem;
  width: 100%;
  margin: 0 auto 1.6rem;
}

.tokyo_lp_scheduleCont .teamName {
  min-height: 6.4rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.4rem;
}

.tokyo_lp_scheduleCont.alvark .teamName {
  color: #e2000b;
}

.tokyo_lp_scheduleCont.sunrockers .teamName {
  color: #ffd801;
}

.tokyo_lp_scheduleCont dl {
  display: flex;
  font-family: "Roboto", sans-serif;
}

.tokyo_lp_scheduleCont dl dt,
.tokyo_lp_scheduleCont dl dd {
  width: 50%;
}

.tokyo_lp_scheduleCont dl dd {
  margin-left: 3.2rem;
}

.tokyo_lp_scheduleCont dl .date {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.6rem;
}

.tokyo_lp_scheduleCont dl .date span {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.tokyo_lp_scheduleCont dl .time {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.4rem;
  text-align: center;
}

.tokyo_lp_scheduleCont dl .time span {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

.tokyo_lp_scheduleCont dl .place {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1.25rem;
  min-height: 5.4rem;
}

.tokyo_lp_scheduleCont dl .link a {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  height: 3.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
}

.tokyo_lp_scheduleCont.alvark dl .link a {
  background: #e2000b;
  color: #fff;
}

.tokyo_lp_scheduleCont.sunrockers dl .link a {
  background: #ffd801;
  color: #000000;
}

.tokyo_lp_menuLinks {
  max-width: 68.8rem;
  width: 100%;
  margin: 11.2rem auto 0;
  position: relative;
  z-index: 3;
}

.tokyo_lp_menuLinks .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 4rem;
}

.tokyo_lp_menuLinks ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
}

.tokyo_lp_menuLinks ul li {
  width: calc(25% - 1.2rem);
}

.tokyo_lp_menuLinks ul a {
  display: block;
  background: #000;
}

@media screen and (min-width: 835px) {
  .tokyo_lp_menuLinks ul a:hover {
    opacity: 0.5;
    transform: 0.5s ease-in-out;
  }
}

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

  .tokyo_lp_scheduleWrap .tokyo_lp_inner::before,
  .tokyo_lp_scheduleWrap .tokyo_lp_inner::after {
    content: unset;
  }

  .tokyo_lp_scheduleSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }

  .tokyo_lp_scheduleCont {
    width: 100%;
    padding: 0 1.6rem;
    position: relative;
    z-index: 1;
  }

  .tokyo_lp_scheduleCont.alvark::before,
  .tokyo_lp_scheduleCont.sunrockers::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    width: 4.9rem;
    height: 54.1rem;
    background: url("../image/bg_text.svg") no-repeat;
    background-size: cover;
    pointer-events: none;
  }

  .tokyo_lp_scheduleCont.alvark::before {
    right: 0.4rem;
  }

  .tokyo_lp_scheduleCont.sunrockers::before {
    left: 0.4rem;
    margin-top: 20rem;
  }

  .tokyo_lp_scheduleCont + .tokyo_lp_scheduleCont {
    margin-top: 4.8rem;
    margin-left: 0;
  }

  .tokyo_lp_scheduleCont .teamLogo {
    max-width: 13.8rem;
    width: 100%;
    margin: 0 auto 1.6rem;
  }

  .tokyo_lp_scheduleCont .teamName {
    min-height: unset;
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }

  .tokyo_lp_scheduleCont dl dt,
  .tokyo_lp_scheduleCont dl dd {
    width: 50%;
  }

  .tokyo_lp_scheduleCont dl dd {
    margin-left: 0.8rem;
  }

  .tokyo_lp_scheduleCont dl .date {
    font-size: 4rem;
    margin-bottom: 1rem;
  }

  .tokyo_lp_scheduleCont dl .date span {
    font-size: 2.4rem;
  }

  .tokyo_lp_scheduleCont dl .time {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }

  .tokyo_lp_scheduleCont dl .time span {
    font-size: 2.4rem;
  }

  .tokyo_lp_scheduleCont dl .place {
    font-size: 1.6rem;
    padding: 0 1rem;
    min-height: unset;
  }

  .tokyo_lp_scheduleCont dl .link a {
    margin-top: 1.6rem;
  }

  .tokyo_lp_menuLinks {
    margin: 9.7rem auto 0;
  }

  .tokyo_lp_menuLinks .title {
    margin-bottom: 3.2rem;
  }

  .tokyo_lp_menuLinks ul li {
    width: calc(50% - 1.2rem);
  }
}

/* ABOUT */

.tokyo_lp_about {
  padding-top: 19.7rem;
}

.tokyo_lp_aboutSection {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.tokyo_lp_aboutHead {
  position: absolute;
  top: -9rem;
  right: 0;
  z-index: 2;
  width: 15.1rem;
}

.tokyo_lp_aboutText {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
}

.tokyo_lp_aboutItem {
  margin-top: 9.6rem;
}

.tokyo_lp_aboutItem .itemHead {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 4.8rem;
}

.tokyo_lp_aboutItem .itemHead span {
  display: inline-block;
  padding: 0.8rem 1.8rem;
  background: #000000;
}

.tokyo_lp_aboutBox + .tokyo_lp_aboutBox {
  margin-top: 4.7rem;
}

.tokyo_lp_aboutBox .boxHead {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 3.2rem;
  position: relative;
}

.tokyo_lp_aboutBox .boxHead:before,
.tokyo_lp_aboutBox .boxHead::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 30rem;
  height: 0.1rem;
  background: #fff;
}

.tokyo_lp_aboutBox .boxHead::before {
  right: 0;
}

.tokyo_lp_aboutBox .boxHead::after {
  left: 0;
}

.tokyo_lp_aboutVs {
  display: flex;
  justify-content: center;
}

.tokyo_lp_aboutVs .vs {
  margin: 0 6rem;
}

.tokyo_lp_aboutVs .vs dt,
.tokyo_lp_aboutVs .vs dd {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.8rem 0;
}

.tokyo_lp_aboutVs .vs dd {
  margin-top: 1.6rem;
}

.tokyo_lp_aboutVs .cont {
  display: flex;
}

.tokyo_lp_aboutVs .teamLogo {
  width: 13.8rem;
  margin-right: 7.2rem;
}

.tokyo_lp_aboutVs .cont dt,
.tokyo_lp_aboutVs .cont dd {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.tokyo_lp_aboutVs .cont dd {
  margin-top: 1.6rem;
}

.tokyo_lp_aboutVs .cont.sunrockers {
  flex-direction: row-reverse;
}

.tokyo_lp_aboutVs .cont.sunrockers .teamLogo {
  margin-right: 0;
  margin-left: 7.2rem;
}

.aboutRsult {
  display: flex;
  justify-content: center;
}

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

.aboutRsult a + a {
  margin-left: 3.2rem;
}

.aboutRsult a dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.aboutRsult a dl dt span {
  font-size: 1.8rem;
}

.aboutRsult a dl dd {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.8rem;
}

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

.aboutRsult a .winner {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #ffd801;
  margin-left: 2.4rem;
}

.aboutRsult a .teamLogo {
  width: 7.1rem;
  margin-left: 1.6rem;
}

.tokyo_lp_aboutHighlight {
  position: relative;
  padding-bottom: 9.7rem;
}

.tokyo_lp_aboutHighlight .slick-list {
  overflow: visible;
}

.tokyo_lp_aboutHighlight .slick-slide {
  width: 48.3rem;
  margin: 0 2rem;
}

.tokyo_lp_aboutHighlight .highlightSlide .iframeWrap {
  position: relative;
  padding-top: 56.31%;
  width: 100%;
}

.tokyo_lp_aboutHighlight .highlightSlide .iframeWrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.tokyo_lp_aboutHighlight .highlightSlide .iframeWrap a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.tokyo_lp_aboutHighlight .highlightSlide .iframeWrap a::before {
  background: url(../image/movie/icon_play.svg) no-repeat center center;
  background-size: 7.9rem auto;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.tokyo_lp_aboutHighlight .highlightSlide .iframeWrap a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 834px) {
  /* ABOUT */

  .tokyo_lp_about {
    padding-top: 9.6rem;
  }

  .tokyo_lp_aboutHead {
    top: -4.6rem;
    width: 10rem;
  }

  .tokyo_lp_aboutText {
    padding: 0 0.3rem;
    font-size: 1.6rem;
  }

  .tokyo_lp_aboutItem {
    margin-top: 6.4rem;
    padding: 0 1.6rem;
  }

  .tokyo_lp_aboutItem .itemHead {
    font-size: 2rem;
    margin-bottom: 3.2rem;
  }

  .tokyo_lp_aboutItem .itemHead span {
    padding: 0.5rem 1.2em;
  }

  .tokyo_lp_aboutBox + .tokyo_lp_aboutBox {
    margin-top: 3.2rem;
  }

  .tokyo_lp_aboutBox .boxHead {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .tokyo_lp_aboutBox .boxHead:before,
  .tokyo_lp_aboutBox .boxHead::after {
    width: calc(50% - 7.6rem);
  }

  .tokyo_lp_aboutVs {
    align-items: flex-end;
  }

  .tokyo_lp_aboutVs .vs {
    margin: 0 3.6rem;
  }

  .tokyo_lp_aboutVs .vs dt,
  .tokyo_lp_aboutVs .vs dd {
    font-size: 2rem;
    padding: 0.8rem 0;
  }

  .tokyo_lp_aboutVs .vs dd {
    margin-top: 0.3rem;
  }

  .tokyo_lp_aboutVs .cont {
    display: block;
    text-align: center;
  }

  .tokyo_lp_aboutVs .teamLogo {
    width: 11rem;
    margin: 0 auto;
  }

  .tokyo_lp_aboutVs .cont dt,
  .tokyo_lp_aboutVs .cont dd {
    font-size: 3.2rem;
  }

  .tokyo_lp_aboutVs .cont dd {
    margin-top: 0.8rem;
  }

  .tokyo_lp_aboutVs .cont.sunrockers .teamLogo {
    margin: 0 auto;
  }

  .aboutRsult {
    display: flex;
    justify-content: center;
    padding: 0 1.2rem;
  }

  .aboutRsult a {
    display: block;
    align-items: center;
  }

  .aboutRsult a dl dt {
    font-size: 1.8rem;
  }

  .aboutRsult a dl dt span {
    font-size: 1.4rem;
  }

  .aboutRsult a dl dd {
    font-size: 1.4rem;
  }

  .aboutRsult a .info {
    display: flex;
    align-items: center;
    margin-top: 0.8rem;
  }

  .aboutRsult a .winner {
    font-size: 1.6rem;
    margin-left: 0;
  }

  .aboutRsult a .teamLogo {
    width: 5rem;
    margin-left: 0.8rem;
  }

  .tokyo_lp_aboutHighlight {
    padding-bottom: 5.7rem;
  }

  .tokyo_lp_aboutHighlight .slick-list {
    overflow: hidden;
  }

  .tokyo_lp_aboutHighlight .slick-slide {
    width: 31.1rem;
    margin: 0 1rem;
  }

  .tokyo_lp_aboutHighlight .highlightSlide .iframeWrap {
    padding-top: 56.27%;
  }
}

/* head */
.tokyo_lp_headBox {
  text-align: center;
  margin-bottom: 4.8rem;
}

.tokyo_lp_headBox .enFont {
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.tokyo_lp_headBox .jap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  min-width: 35.7rem;
  background: linear-gradient(92deg, #ffe500 -0.92%, rgba(226, 0, 11, 0) 77.37%), linear-gradient(92.28deg, rgba(255, 230, 0, 0) 22.69%, #e2000b 100.89%);
}

/* schedule */
.tokyo_lp_schedule {
  padding-top: 11.2rem;
}

.tokyo_lp_schedule .tokyo_lp_scheduleSection::before,
.tokyo_lp_schedule .tokyo_lp_scheduleSection::after {
  content: unset;
}

.tokyo_lp_scheduleArea {
  max-width: 96rem;
  width: 100%;
  margin: 0 auto;
  border: 0.1rem solid #fff;
  padding: 8rem;
  background: #000;
}

.tokyo_lp_scheduleLinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* justify-content: right; */
  gap: 5.6rem;
  margin-top: 2.4rem;
}

.tokyo_lp_scheduleCont .tokyo_lp_scheduleLinks {
  display: none;
}

.tokyo_lp_scheduleLinks .imageLink {
  width: calc(50% - 2.8rem);
}

.tokyo_lp_scheduleLinks .imageLink img {
  width: 100%;
}

.tokyo_lp_scheduleLinks .imageLink .title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.8rem;
}

@media screen and (max-width: 834px) {
  /* head */

  .tokyo_lp_headBox .enFont {
    font-size: 6.2rem;
  }

  .tokyo_lp_headBox .jap {
    font-size: 1.4rem;
    line-height: 1.5;
    min-width: 31.1rem;
    margin-top: 0.2rem;
  }

  /* schedule */
  .tokyo_lp_schedule {
    padding-top: 9.6rem;
  }

  .tokyo_lp_scheduleArea {
    padding: 3.2rem 1.6rem;
  }

  .tokyo_lp_schedule .tokyo_lp_scheduleCont {
    padding: 0;
  }

  .tokyo_lp_schedule .tokyo_lp_scheduleCont::before {
    content: unset;
  }

  .tokyo_lp_scheduleLinks.pc {
    display: none;
  }

  .tokyo_lp_scheduleCont .tokyo_lp_scheduleLinks {
    display: block;
  }

  .tokyo_lp_scheduleLinks .imageLink {
    width: 100%;
  }
}

/* PICKUP PLAYER */
.tokyo_lp_player {
  background: #000;
  padding-top: 10rem;
  margin-top: 10rem;
  position: relative;
  z-index: 5;
}

.tokyo_lp_playerSection {
  max-width: 93rem;
  width: 100%;
  margin: 0 auto;
}

.tokyo_lp_player .tokyo_lp_headBox {
  text-align: left;
  margin-bottom: 14.4rem;
}

.tokyo_lp_player .tokyo_lp_headBox .enFont {
  font-size: 5.6rem;
}

.tokyo_lp_player .tokyo_lp_headBox .enFont font {
  font-size: 8.4rem;
}

.tokyo_lp_player .tokyo_lp_headBox .jap {
  padding: 0.5rem 2.4rem;
  min-width: unset;
}

.tokyo_lp_playerItem {
  display: flex;
}

.tokyo_lp_playerItem + .tokyo_lp_playerItem {
  margin-top: 17.3rem;
}

.tokyo_lp_playerBox {
  width: 50%;
  position: relative;
  display: flex;
}

.tokyo_lp_playerBox.alvark {
  justify-content: flex-end;
}

.tokyo_lp_playerBox .playerBg {
  position: absolute;
  top: -10rem;
  width: 100%;
  z-index: -1;
}

.tokyo_lp_playerBox.alvark .playerBg {
  left: -1.4rem;
}

.tokyo_lp_playerBox.sunrockers .playerBg {
  left: auto;
  right: -1.4rem;
}

.tokyo_lp_playerBox + .tokyo_lp_playerBox {
  margin-left: 3.4rem;
}

.tokyo_lp_playerBox .playerCont {
  width: 23.9rem;
}

.tokyo_lp_playerBox .playerInfo {
  display: flex;
}

.tokyo_lp_playerBox.alvark .playerInfo {
  justify-content: flex-end;
}

.tokyo_lp_playerBox.sunrockers .playerInfo {
  justify-content: flex-start;
}

.tokyo_lp_playerBox .playerInfo .infoBox {
  padding: 0.8rem;
  display: inline-block;
}

.tokyo_lp_playerBox.alvark .playerInfo .infoBox {
  border: 0.1rem solid #e2000b;
}

.tokyo_lp_playerBox.sunrockers .playerInfo .infoBox {
  border: 0.1rem solid #ffd801;
}

.tokyo_lp_playerBox .playerInfo .number {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.tokyo_lp_playerBox .playerInfo .name {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.tokyo_lp_playerBox .playerInfo .info {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

.tokyo_lp_playerBox .playerCont .text {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  /* box-shadow: 0px 0px 10px 0px #000000; */
}

@media screen and (max-width: 834px) {
  /* PICKUP PLAYER */
  .tokyo_lp_player {
    padding-top: 9.6rem;
    margin-top: 9.6rem;
  }

  .tokyo_lp_playerSection {
    padding: 0 1.6rem;
  }

  .tokyo_lp_player .tokyo_lp_headBox {
    margin-bottom: 6.5rem;
  }

  .tokyo_lp_player .tokyo_lp_headBox .enFont {
    font-size: 4rem;
  }

  .tokyo_lp_player .tokyo_lp_headBox .enFont font {
    font-size: 6.4rem;
  }

  .tokyo_lp_player .tokyo_lp_headBox .jap {
    padding: 0.5rem 2.4rem;
    min-width: unset;
  }

  .tokyo_lp_playerArea {
    max-width: 93rem;
  }

  .tokyo_lp_playerItem {
    display: block;
  }

  .tokyo_lp_playerItem + .tokyo_lp_playerItem {
    margin-top: 5.8rem;
  }

  .tokyo_lp_playerBox {
    max-width: 40rem;
    width: 100%;
    margin: 0 auto;
  }

  .tokyo_lp_playerBox .playerBg {
    top: -4.2rem;
  }

  .tokyo_lp_playerBox.alvark .playerBg {
    left: -1.6rem;
  }

  .tokyo_lp_playerBox.sunrockers .playerBg {
    left: auto;
    right: -1.6rem;
  }

  .tokyo_lp_playerBox + .tokyo_lp_playerBox {
    margin: 0 auto;
    margin-top: 5.8rem;
  }

  .tokyo_lp_playerBox .playerCont {
    width: 21rem;
  }
}

/* MASCOT */
.tokyo_lp_mascot {
  padding: 13.3rem 0 20rem;
  background: #000;
}

.tokyo_lp_mascotArea {
  max-width: 93rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.tokyo_lp_mascotImage p {
  position: absolute;
  top: 0;
  z-index: 1;
}

.tokyo_lp_mascotImage p.rook {
  right: 0;
  width: 26.6rem;
}

.tokyo_lp_mascotImage p.sundy {
  width: 26.6rem;
  left: 0;
}

.tokyo_lp_mascotImage p::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
}

.tokyo_lp_mascotImage p.rook::before {
  left: 0;
  width: 5.1rem;
  height: 47.1rem;
  background: url("../image/mascot/bg_alvark.svg") no-repeat;
  background-size: cover;
}

.tokyo_lp_mascotImage p.sundy::before {
  right: 0;
  width: 11.7rem;
  height: 42.2rem;
  background: url("../image/mascot/bg_shibuya.svg") no-repeat;
  background-size: cover;
}

.tokyo_lp_mascotList {
  max-width: 42.2rem;
  width: 100%;
  margin: 0 auto;
}

.tokyo_lp_mascotItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 1.6rem;
  position: relative;
  z-index: 2;
}

.tokyo_lp_mascotItem:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 0.1rem;
  background: linear-gradient(92deg, #ffe500 -0.92%, rgba(226, 0, 11, 0) 77.37%), linear-gradient(92.28deg, rgba(255, 230, 0, 0) 22.69%, #e2000b 100.89%);
}

.tokyo_lp_mascotItem.head p .enFont {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.tokyo_lp_mascotItem.head p.rook .enFont {
  color: #e2000b;
}

.tokyo_lp_mascotItem.head p.sundy .enFont {
  color: #ffd801;
}

.tokyo_lp_mascotItem.head .jap {
  margin-top: 0.4rem;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.tokyo_lp_mascotItem p.title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.436;
  text-align: center;
  width: calc(100% - 30rem);
}

.tokyo_lp_mascotItem p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.616;
  text-align: center;
  width: 15rem;
}

.tokyo_lp_mascotItem .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (max-width: 834px) {
  /* MASCOT */
  .tokyo_lp_mascot {
    padding: 9.6rem 0 13rem;
  }

  .tokyo_lp_mascotImage {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 42.2rem;
    width: 100%;
    margin: 0 auto 3rem;
  }

  .tokyo_lp_mascotImage p {
    position: relative;
  }

  .tokyo_lp_mascotImage p.rook {
    width: 17rem;
  }

  .tokyo_lp_mascotImage p.sundy {
    width: 17rem;
  }

  .tokyo_lp_mascotImage p.rook::before {
    width: 4.6rem;
    height: 35rem;
    top: -4.5rem;
  }

  .tokyo_lp_mascotImage p.sundy::before {
    width: 9.2rem;
    height: 30rem;
  }

  .tokyo_lp_mascotList {
    max-width: 42.2rem;
    width: 100%;
    margin: 0 auto;
  }

  .tokyo_lp_mascotItem {
    padding: 1.6rem 2rem;
  }

  .tokyo_lp_mascotItem.head p .enFont {
    font-size: 3.2rem;
  }

  .tokyo_lp_mascotItem.head .jap {
    font-size: 1.2rem;
  }

  .tokyo_lp_mascotItem p.title {
    font-size: 1.4rem;
    line-height: 1.5;
    width: calc(100% - 23rem);
  }

  .tokyo_lp_mascotItem p {
    font-size: 1.4rem;
    line-height: 1.5;
    width: 11.5rem;
  }
}

/* MOVIE */
.tokyo_lp_movie {
  padding: 30rem 0;
  /* background: #000; */
  margin-top: -30rem;
}

.tokyo_lp_movie .tokyo_lp_headBox {
  width: 52.8rem;
  margin: 0 auto 4.8rem;
}

.tokyo_lp_movie .tokyo_lp_inner {
  position: relative;
  z-index: 2;
}

.tokyo_lp_movieBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  clip-path: polygon(0 0, 0 100%, 100% calc(100% - 27rem), 100% 27rem);
}

.tokyo_lp_movieBg::before,
.tokyo_lp_movieBg::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}

.tokyo_lp_movieBg::before {
  top: 0;
  background: linear-gradient(to right, #ffe500, #e2000b);
}

.tokyo_lp_movieBg::after {
  bottom: 0;
  background: linear-gradient(to right, #e2000b, #ffe500);
}

.tokyo_lp_movieBg .topBg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  height: calc(100% - 8rem);
  background: #000;
  clip-path: polygon(0 0, 0 100%, 100% calc(100% - 27rem), 100% 27rem);
}

.tokyo_lp_movieBg .topBg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 96.9rem;
  z-index: -1;
  background: url("../image/movie/bg_movie.png") no-repeat;
  background-size: cover;
}

.tokyo_lp_movieSection {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}

.tokyo_lp_movieSection .text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}

.tokyo_lp_movieIframe {
  position: relative;
  padding-top: 56.2%;
  width: 100%;
}

.tokyo_lp_movieIframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.tokyo_lp_movieIframe a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.tokyo_lp_movieIframe a::before {
  background: url(../image/movie/icon_play.svg) no-repeat center center;
  background-size: 7.9rem auto;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.tokyo_lp_movieIframe a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tokyo_lp_movieArea {
  margin-top: 7.2rem;
  padding-bottom: 9.7rem;
}

.tokyo_lp_movieArea .slick-slide {
  width: 50rem !important;
}

.tokyo_lp_movieSlide {
  position: relative;
  padding-top: 56.2%;
  width: 100%;
}

.tokyo_lp_movieSlide iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.tokyo_lp_movieSlide a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.tokyo_lp_movieSlide a::before {
  background: url(../image/movie/icon_play.svg) no-repeat center center;
  background-size: 7.9rem auto;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.tokyo_lp_movieSlide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tokyo_lp_movieArea .slick-arrow.slick-prev {
  transform: translateX(0) scale(-1);
  left: 0;
  margin-left: 0;
}

.tokyo_lp_movieArea .slick-arrow.slick-next {
  transform: translateX(0);
  left: auto;
  right: 0;
  margin-left: 0;
}

@media screen and (max-width: 834px) {
  /* MOVIE */
  .tokyo_lp_movie {
    padding: 17.7rem 0;
    margin-top: -9rem;
  }

  .tokyo_lp_movie .tokyo_lp_headBox {
    max-width: 31.1rem;
    margin: 0 auto 4rem;
  }

  .tokyo_lp_movieBg {
    clip-path: polygon(0 0, 0 100%, 100% calc(100% - 8rem), 100% 8rem);
  }

  .tokyo_lp_movieBg::before {
    background: linear-gradient(to right, #ffe500 30%, #e2000b);
  }

  .tokyo_lp_movieBg::after {
    background: linear-gradient(to right, #e2000b 30%, #ffe500);
  }

  .tokyo_lp_movieBg .topBg {
    height: calc(100% - 9rem);
    clip-path: polygon(0 0, 0 100%, 100% calc(100% - 8rem), 100% 8rem);
  }

  .tokyo_lp_movieBg .topBg::after {
    bottom: -3rem;
    width: 100%;
    height: 25.2rem;
    background: url("../image/movie/bg_movie.png") no-repeat;
    background-size: cover;
  }

  .tokyo_lp_movieSection {
    width: 31.1rem !important;
    margin: 0 auto;
  }

  .tokyo_lp_movieArea {
    margin-top: 5.6rem;
    padding-bottom: 5.7rem;
  }

  .tokyo_lp_movieArea .slick-slide {
    width: 31.1rem !important;
  }
}

/* SNS */
.tokyo_lp_sns {
  background: #000;
  padding: 6.4rem 0 11.2rem;
}

.tokyo_lp_snsArea {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}

.tokyo_lp_snsArea .text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}

.tokyo_lp_snsItem + .tokyo_lp_snsItem {
  margin-top: 9rem;
}

.tokyo_lp_snsItem .snsHead {
  position: relative;
  z-index: 1;
  margin-bottom: 6.3rem;
}

.tokyo_lp_snsItem .snsHead .jap {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.tokyo_lp_snsItem .snsHead .enFont {
  font-size: 12.8rem;
  height: 9.1rem;
  line-height: 9.1rem;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
  color: #363636;
  display: inline-block;
}

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

.tokyo_lp_snsBox .snsImage {
  width: 45.6rem;
  margin-right: 3.2rem;
}

.tokyo_lp_snsBox .snsImage img {
  width: 100%;
}

.tokyo_lp_snsBox .snsInfo {
  width: calc(100% - 48.8rem);
}

.tokyo_lp_snsBox .snsInfo .text {
  font-size: 1.6rem;
  line-height: 1.5;
}

.tokyo_lp_snsBox .snsInfo .btn {
  margin-top: 4.8rem;
}

.tokyo_lp_snsBox .snsInfo .btn a {
  max-width: 31.1rem;
  width: 100%;
  margin: 0 auto;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #ffd801;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
}

.tokyo_lp_snsBox .snsInfo .btn a:before {
  content: "";
  position: absolute;
  right: 1.6rem;
  top: 0;
  z-index: 1;
  width: 1.2rem;
  height: 100%;
  mask: url("../image/arrow_red.svg") no-repeat center;
  background-size: 100% auto;
  background-color: #ffd801;
}

.tokyo_lp_snsWallpaper {
  max-width: 75rem;
  width: 100%;
  margin: 4rem auto 0;
}

.tokyo_lp_snsWallpaper .wallpaperTitle {
  height: 4.8rem;
  border: 0.1rem solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 2.4rem;
  position: relative;
  cursor: pointer;
}

.tokyo_lp_snsWallpaper .wallpaperTitle::before,
.tokyo_lp_snsWallpaper .wallpaperTitle::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 2.2rem;
  z-index: 1;
  width: 1.8rem;
  height: 0.3rem;
  background: #fff;
}

.tokyo_lp_snsWallpaper .wallpaperTitle::after {
  transform: rotate(90deg);
}

.tokyo_lp_wallpaperItem.is-active .wallpaperTitle::after {
  opacity: 0;
}

.wallpaperInfo {
  display: none;
}

.tokyo_lp_wallpaperItem .wallpaperInfo dl {
  display: flex;
  justify-content: center;
}

.tokyo_lp_wallpaperItem .wallpaperInfo dt,
.tokyo_lp_wallpaperItem .wallpaperInfo dd {
  width: 26.7rem;
}

.tokyo_lp_wallpaperItem .wallpaperInfo dd {
  margin-left: 2.4rem;
}

.tokyo_lp_wallpaperItem .wallpaperInfo dt img,
.tokyo_lp_wallpaperItem .wallpaperInfo dd img {
  width: 100%;
}

.tokyo_lp_wallpaperItem .wallpaperInfo .note {
  margin-top: 1.6rem;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (min-width: 835px) {
  .tokyo_lp_snsBox .snsInfo .btn a:hover {
    background: #fff;
    color: #000;
    transition: 0.5s ease-in-out;
  }

  .tokyo_lp_snsBox .snsInfo .btn a:hover:before {
    background: url("../image/arrow_black.svg") no-repeat center;
    background-size: 100% auto;
    transition: 0.5s ease-in-out;
  }
}

@media screen and (max-width: 834px) {
  /* SNS */
  .tokyo_lp_sns {
    padding: 9.7rem 0;
  }

  .tokyo_lp_snsArea {
    padding: 0 1.2rem;
  }

  .tokyo_lp_sns .tokyo_lp_headBox .enFont {
    font-size: 4.8rem;
  }

  .tokyo_lp_snsItem + .tokyo_lp_snsItem {
    margin-top: 4.8rem;
  }

  .tokyo_lp_snsItem .snsHead .enFont {
    left: 0;
    top: 50%;
  }

  .tokyo_lp_snsItem .snsHead {
    margin-bottom: 4rem;
  }

  .tokyo_lp_snsItem .snsHead .jap {
    display: block;
    font-size: 1.8rem;
  }

  .tokyo_lp_snsBox {
    display: block;
  }

  .tokyo_lp_snsBox .snsImage {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }

  .tokyo_lp_snsBox .snsInfo {
    width: 100%;
  }

  .tokyo_lp_snsBox .snsInfo .text {
    font-size: 1.4rem;
  }

  .tokyo_lp_snsBox .snsInfo .btn {
    margin-top: 4.8rem;
  }

  .tokyo_lp_snsWallpaper {
    margin: 2.4rem auto 0;
  }

  .tokyo_lp_snsWallpaper .wallpaperTitle {
    display: none;
  }

  .wallpaperInfo {
    display: block;
  }

  .tokyo_lp_wallpaperItem .wallpaperInfo dl {
    display: flex;
    justify-content: center;
  }

  .tokyo_lp_wallpaperItem .wallpaperInfo dt,
  .tokyo_lp_wallpaperItem .wallpaperInfo dd {
    width: 50%;
  }

  .tokyo_lp_wallpaperItem .wallpaperInfo dd {
    margin-left: 1.5rem;
  }

  .tokyo_lp_wallpaperItem .wallpaperInfo .note {
    margin-top: 0.8rem;
  }
}

/* SPECIAL */
.tokyo_lp_special {
  padding-top: 11.3rem;
}

.tokyo_lp_specialArea {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}

.tokyo_lp_special .tokyo_lp_specialHead {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.2rem;
}

.tokyo_lp_special .tokyo_lp_specialHead span {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.tokyo_lp_specialItem {
  display: flex;
}

.tokyo_lp_specialImage {
  width: 45.6rem;
  margin-right: 3.2rem;
}

.tokyo_lp_specialImage img {
  width: 100%;
}

.tokyo_lp_specialInfo {
  width: calc(100% - 48.8rem);
}

.tokyo_lp_specialInfo .text {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.tokyo_lp_specialInfo dl {
  display: flex;
  align-items: center;
  margin-top: 1.6rem;
}

.tokyo_lp_specialInfo dl dt {
  display: block;
  margin-right: 1.6rem;
}

.tokyo_lp_specialInfo dl dt span {
  display: inline-block;
  padding: 0.5rem 0.8rem;
  font-size: 1.6rem;
  line-height: 1;
  background: #000;
  border: 0.1rem solid #ffd801;
}

.tokyo_lp_specialInfo dl dd {
  font-size: 1.6rem;
  line-height: 1.7;
}

.tokyo_lp_specialInfo .note {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1.6rem;
}

.tokyo_lp_specialBox {
  max-width: 75rem;
  width: 100%;
  margin: 7.2rem auto 0;
  padding: 2.4rem;
  border: 0.2rem solid #ffd801;
  background: #000;
}

.tokyo_lp_specialBox .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: relative;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
}

.tokyo_lp_specialBox .title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 11rem;
  height: 0.4rem;
  background: linear-gradient(92deg, #ffe500 -0.92%, rgba(226, 0, 11, 0) 77.37%), linear-gradient(92.28deg, rgba(255, 230, 0, 0) 22.69%, #e2000b 100.89%);
}

.tokyo_lp_specialBox .text {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.tokyo_lp_specialBox .text span.text_large {
  font-size: 1.8rem;
  font-weight: bold;
}

.tokyo_lp_specialBox .text span.text_bold {
  font-weight: bold;
}

.tokyo_lp_specialBox .note {
  font-size: 1.2rem;
  line-height: 1.5;
}

.tokyo_lp_specialBox .links {
  display: flex;
  justify-content: center;
  margin-top: 1.6rem;
}

.tokyo_lp_specialBox .links a {
  width: 29.5rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  border: 0.1rem solid #ffffff;
  border-radius: 4rem;
  position: relative;
  transition: 0.5s ease-in-out;
}

.tokyo_lp_specialBox .links a + a {
  margin-left: 1.6rem;
}

.tokyo_lp_specialBox .links a.alvark {
  background: #e2000b;
}

.tokyo_lp_specialBox .links a.sunrockers {
  background: #ffd801;
  color: #000;
}

.tokyo_lp_specialBox .links a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 2.1rem;
  width: 1.2rem;
  height: 100%;
  background: url("../image/arrow_white.svg") no-repeat center;
  background-size: 100% auto;
  transition: 0.5s ease-in-out;
}

.tokyo_lp_specialBox .links a.sunrockers:before {
  background: url("../image/arrow_black.svg") no-repeat center;
  background-size: 100% auto;
}

.tokyo_lp_goods {
  padding: 19.8rem 0;
  position: relative;
}

.tokyo_lp_goods::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;

  background: url("../image/bg_goods_pc.png") no-repeat;
  background-size: 100% 100%;
}

.tokyo_lp_goodsArea {
  max-width: 113rem;
  width: 100%;
  margin: 0 auto;
}

.tokyo_lp_goodsSection {
  padding-bottom: 6.5rem;
}

.tokyo_lp_goodsHead {
  text-align: center;
  margin-bottom: 3.2rem;
}

.tokyo_lp_goodsHead .enFont {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}

.tokyo_lp_goodsHead .jap {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  display: block;
  margin-top: 1.6rem;
}

.tokyo_lp_goodsSection .slick-slide {
  width: 35rem;
  margin: 0 2rem;
}

.tokyo_lp_goodsSlide a {
  pointer-events: none;
}

.tokyo_lp_goodsSlide .goodsImage {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.tokyo_lp_goodsSlide .goodsImage img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}

/* グッズのカートアイコン */
/* .tokyo_lp_goodsSlide .goodsImage::before {
	content: '';
	position: absolute;
	right: 1.6rem;
	bottom: 1.6rem;
	z-index: 2;
	width: 4.7rem;
	height: 4.7rem;
	background: url('../image/icon_buy.svg') no-repeat;
	background-size: cover;
} */
.tokyo_lp_goodsSlide .title {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1.6rem;
}

.tokyo_lp_goodsSlide .price {
  margin-top: 1.6rem;
  display: flex;
}

.tokyo_lp_goodsSlide .price dt {
  width: 4.8rem;
  height: 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 1.6rem;
  font-weight: 700;
  background: #000;
}

.tokyo_lp_goodsSlide .price dd {
  font-size: 1.6rem;
  line-height: 1.75;
}

.tokyo_lp_preview {
  background-color: #000;
  padding-block: 12rem 0rem;
}

.tokyo_lp_preview_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}

.tokyo_lp_preview_lead {
  font-size: 1.8rem;
  font-weight: bold;
}

.tokyo_lp_preview_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 2.4rem;
}

.tokyo_lp_preview_links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  margin-top: 2.4rem;
}

.tokyo_lp_preview_link a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid #fff;
  height: 5.5rem;
  transition: all 0.45s;
}

.tokyo_lp_preview_link a:hover {
  opacity: 0.8;
}

.tokyo_lp_preview_link a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 0.9rem;
  height: 1.2rem;
  right: 1.6rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.tokyo_lp_preview_link.sunrockers a {
  background-color: #ffd801;
  color: #000000;

  &::before {
    background-color: #000000;
  }
}

.tokyo_lp_preview_link.alvark a {
  background-color: #e2000b;

  &::before {
    background-color: #ffffff;
  }
}

@media screen and (min-width: 835px) {
  .tokyo_lp_specialBox .links a:hover {
    background: #fff;
    color: #000;
    transition: 0.5s ease-in-out;
  }

  .tokyo_lp_specialBox .links a:hover:before {
    background: url("../image/arrow_black.svg") no-repeat center;
    background-size: 100% auto;
    transition: 0.5s ease-in-out;
  }

  .tokyo_lp_goodsSlide a:hover .goodsImage img {
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
  }
}

@media screen and (max-width: 834px) {
  /* SPECIAL */
  .tokyo_lp_special {
    padding-top: 9.6rem;
  }

  .tokyo_lp_special .tokyo_lp_specialHead {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
    padding: 0 1.6rem;
  }

  .tokyo_lp_special .tokyo_lp_specialHead span {
    font-size: 1.4rem;
  }

  .tokyo_lp_specialItem {
    padding: 0 1.6rem;
    display: block;
  }

  .tokyo_lp_specialImage {
    max-width: 45.6rem;
    width: 100%;
    margin: 0 auto;
  }

  .tokyo_lp_specialInfo {
    width: 100%;
    margin-top: 1.6rem;
  }

  .tokyo_lp_specialInfo .text {
    font-size: 1.4rem;
  }

  .tokyo_lp_specialInfo dl dt span {
    font-size: 1.4rem;
  }

  .tokyo_lp_specialInfo dl dd {
    font-size: 1.4rem;
  }

  .tokyo_lp_specialBox {
    margin: 4.8rem auto 0;
    padding: 1.6rem;
  }

  .tokyo_lp_specialBox .title {
    font-size: 1.8rem;
  }

  .tokyo_lp_specialBox .text {
    font-size: 1.4rem;
  }

  .tokyo_lp_specialBox .text span.text_large {
    font-size: 1.6rem;
  }

  .tokyo_lp_specialBox .links {
    display: block;
  }

  .tokyo_lp_specialBox .links a {
    margin: 0 auto;
  }

  .tokyo_lp_specialBox .links a + a {
    margin: 0.8rem auto 0;
  }

  .tokyo_lp_goods {
    margin-top: 2rem;
    padding: 8rem 0;
  }

  .tokyo_lp_goods::before {
    background: url("../image/bg_goods_sp.png") no-repeat;
    background-size: 100% 100%;
  }

  .tokyo_lp_goodsArea {
    padding: 0 1.6rem;
  }

  .tokyo_lp_goodsHead {
    text-align: center;
  }

  .tokyo_lp_goodsHead .enFont {
    font-size: 3.7rem;
  }

  .tokyo_lp_goodsHead .jap {
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .tokyo_lp_goodsSection .slick-slide {
    width: 31.1rem;
  }

  .tokyo_lp_goodsSlide .goodsImage {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
  }

  .tokyo_lp_goodsSlide .goodsImage img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;
  }

  /* グッズのカートアイコン */
  /* .tokyo_lp_goodsSlide .goodsImage::before {
		right: 1rem;
		bottom: 1rem;
	} */

  .tokyo_lp_goodsSlide .title {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 1.6rem;
  }

  .tokyo_lp_goodsSlide .price {
    margin-top: 1.6rem;
    display: flex;
  }

  .tokyo_lp_goodsSlide .price dt {
    width: 4.4rem;
    height: 2.4rem;
    font-size: 1.4rem;
  }

  .tokyo_lp_goodsSlide .price dd {
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .tokyo_lp_preview {
    padding-top: 9.6rem;
    overflow: hidden;
  }

  .tokyo_lp_preview .tokyo_lp_inner {
    padding-inline: 3.3rem;
  }

  .tokyo_lp_preview_wrap {
    grid-template-columns: 100%;
    gap: 1.6rem;
  }

  .tokyo_lp_preview_img {
    display: block;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .tokyo_lp_preview_links {
    max-width: 29.5rem;
    margin-inline: auto;
    margin-top: 1.6rem;
    grid-template-columns: 100%;
    gap: 0.8rem;
  }
}

/* EVENT */
.tokyo_lp_event {
  padding-top: 12rem;
}
.tokyo_lp_eventArea {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}

.tokyo_lp_eventNavi {
  display: flex;
  width: 100%;
  margin-bottom: 3.3rem;
}

.tokyo_lp_eventNavi li {
  width: 50%;
}

.tokyo_lp_eventNavi li + li {
  margin-left: 0.7rem;
}

.tokyo_lp_eventNavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.7rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  border: 0.1rem solid #fff;
  background: #000;
}

.tokyo_lp_eventNavi li a.is-active {
  background: rgba(255, 216, 1, 0.8);
}

.tokyo_lp_eventItem {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem 1rem;
}

.tokyo_lp_eventItem.is-hide {
  display: none;
}

.tokyo_lp_eventBox .imageWrap {
  position: relative;
  width: 100%;
  padding-top: 66.83%;
  overflow: hidden;
}

.tokyo_lp_eventBox .imageWrap img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tokyo_lp_eventBox .eventInfo a {
  display: block;
  padding: 1rem 1rem 5rem;
  border: 0.1rem solid #fff;
  position: relative;
  background: #000;
  transition: 0.5s ease-in-out;
}

.tokyo_lp_eventBox .eventInfo a::before,
.tokyo_lp_eventBox .eventInfo a::after {
  content: "";
  position: absolute;
  right: 1.1rem;
  bottom: 2rem;
  z-index: 1;
  width: 2.2rem;
  height: 0.3rem;
  background: #ffd801;
}

.tokyo_lp_eventBox .eventInfo a::after {
  transform: rotate(90deg);
}

.tokyo_lp_eventBox .eventInfo .info {
  margin-top: 1.6rem;
  min-height: 9.3rem;
}

.tokyo_lp_eventBox .eventInfo .info .title01,
.tokyo_lp_eventBox .eventInfo .info .title02 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}

.tokyo_lp_eventBox .eventInfo .info .title02 {
  margin-top: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.fancybox-container {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.fancybox-slide--html {
  /* padding: 0; */
  overflow: hidden;
}

.fancybox-close-small {
  display: none;
}

.tokyo_lp_eventFancybox {
  background: #000;
  padding: 1.6rem 0 0;
  overflow: hidden;
  max-width: 50.9rem;
  width: 100%;
}

.fancybox-bg {
  font-size: 0;
}

.tokyo_lp_fancyBody {
  padding: 0 1.8rem 1.6rem;
  overflow: hidden;
  height: 60.9rem;
  overflow-y: auto;
}

.tokyo_lp_fancyBody::-webkit-scrollbar {
  width: 0.7rem;
  background: #fff;
}

.tokyo_lp_fancyBody::-webkit-scrollbar-thumb {
  background: #e2000b;
}

.tokyo_lp_showImage {
  overflow: hidden;
  height: 30.7rem;
}

.tokyo_lp_showImage p {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 67.32%;
}

.tokyo_lp_showImage img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}

.tokyo_lp_fancyInfo {
  margin-top: 1.6rem;
}

.tokyo_lp_fancyInfo .title01 {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 700;
}

.tokyo_lp_fancyInfo .title02 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 1.6rem;
  font-weight: 700;
}

.tokyo_lp_fancyInfo .text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1.6rem;
}

.tokyo_lp_fancyInfo .text a {
  color: #ffd801;
}

.tokyo_lp_eventClose {
  background: #ffd801;
  color: #000;
  text-align: center;
  font-weight: 700;
  padding: 0.4rem;
  font-size: 1.8rem;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 835px) {
  .tokyo_lp_eventNavi li a:hover {
    background: rgba(255, 216, 1, 0.8);
  }

  .tokyo_lp_eventBox a:hover {
    opacity: 0.5;
    transition: 0.5s ease-in-out;
  }

  .tokyo_lp_eventClose:hover {
    opacity: 0.5;
    transition: 0.3s ease-in-out;
    cursor: pointer;
  }
}

@media screen and (max-width: 834px) {
  .tokyo_lp_event {
    padding-top: 9.6rem;
  }

  .tokyo_lp_eventNavi {
    margin-bottom: 1.6rem;
  }

  .tokyo_lp_eventNavi li + li {
    margin-left: 0.3rem;
  }

  .tokyo_lp_eventItem {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .tokyo_lp_eventBox .eventInfo a {
    padding: 0.8rem 0.8rem 3.9rem;
  }

  .tokyo_lp_eventBox .eventInfo a::before,
  .tokyo_lp_eventBox .eventInfo a::after {
    right: 0.8rem;
    bottom: 1.8rem;
    z-index: 1;
    width: 1.8rem;
  }

  .tokyo_lp_eventBox .eventInfo .info {
    margin-top: 1.6rem;
    min-height: 7.2rem;
  }

  .tokyo_lp_eventBox .eventInfo .info .title01,
  .tokyo_lp_eventBox .eventInfo .info .title02 {
    font-size: 1.4rem;
  }

  .tokyo_lp_eventBox .eventInfo .info .title02 {
    margin-top: 0.8rem;
  }

  .fancybox-slide--html {
    /* padding: 1.6rem; */
  }

  .tokyo_lp_eventFancybox {
    max-width: 40rem;
  }

  .tokyo_lp_fancyBody {
    padding: 0 1.8rem 1.6rem;
    height: calc(100vh - 7rem);
  }

  .tokyo_lp_fancyBody::-webkit-scrollbar {
    width: 0.7rem;
  }

  .tokyo_lp_showImage {
    overflow: hidden;
    height: 20.8rem;
  }

  .tokyo_lp_fancyInfo {
    margin-top: 0.8rem;
  }

  .tokyo_lp_fancyInfo .title01 {
    font-size: 1.4rem;
  }

  .tokyo_lp_fancyInfo .title02 {
    margin-top: 0.8rem;
  }

  .tokyo_lp_fancyInfo .text {
    font-size: 1.4rem;
  }
}
