@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 {
  color: #000;
  text-decoration: none;
  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 */
}

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

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
/*** タブレット 835x ~ 940px***/
@media screen and (min-width: 835px) and (max-width: 940px) {
  html {
    font-size: 1.045vw;
  }
}
@media screen and (max-width: 834px) {
  html {
    font-size: 2.66vw;
  }
}

body {
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}
@font-face {
  font-family: "abolition";
  src: url("../font/FontsFree-Net-Abolition-W00-Regular.ttf") format("truetype");
}
.en_ft {
  font-family: "AbolitionW00", "abolition", serif;
  font-weight: 400;
}
.font_chibajets {
  font-family: "CHIBAJETS AF";
  font-weight: 700;
}
/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  body {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

/* !chibajets_lp_wrapper
---------------------------------------------------------- */
#chibajets_lp_wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 12.6rem;
  /*min-width: 960px;*/
}
.chibajets_lp_inner,
.chibajets_lp_inner02,
.chibajets_lp_inner03 {
  padding: 0 2rem;
  max-width: 94rem;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.chibajets_lp_inner02 {
  max-width: 94rem;
}
.chibajets_lp_inner03 {
  max-width: 134rem;
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  #chibajets_lp_wrapper {
    min-width: auto;
    padding-top: 6.4rem;
  }
  .chibajets_lp_inner,
  .chibajets_lp_inner02,
  .chibajets_lp_inner03 {
    padding: 0 1.6rem;
    max-width: 76rem;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
  }
}

/* !header
---------------------------------------------------------- */
#chibajets_lp_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.chibajets_lp_header_menu {
  background: #ff0000;
}
.chibajets_lp_header_menu .chibajets_lp_inner03 {
  height: 12.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chibajets_lp_logo a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.1;
  letter-spacing: 0.7rem;
}
.chibajets_lp_logo a img {
  margin-right: 1rem;
  width: 10.5rem;
}
.chibajets_lp_navi_box {
  display: flex;
  align-items: center;
}
.chibajets_lp_navi_sns {
  margin-left: 3.2rem;
}
.chibajets_lp_navi_sns ul {
  display: flex;
  grid-gap: 1.4rem;
}
.chibajets_lp_navi_sns li {
  width: 1.6rem;
}
.chibajets_lp_navi_slick {
  display: flex;
  grid-gap: 3.2rem;
}
.chibajets_lp_navi_slist a {
  color: #fff;
  display: block;
  font-size: 1.1rem;
  padding-bottom: 1.5rem;
  text-align: center;
  background: url(../image/arrow_down_white.svg) no-repeat bottom center;
  background-size: 1.4rem auto;
}
.chibajets_lp_navi_slist a .eng {
  font-size: 2.4rem;
  letter-spacing: 0.4rem;
}

.chibajets_lp_fixed {
  position: fixed;
  bottom: 3.7rem;
  right: 3.7rem;
  z-index: 95;
  width: 30rem;
}
/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .chibajets_lp_header_inner {
    padding: 0 1.6rem;
    height: 6.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .chibajets_lp_header_left {
    display: flex;
    align-items: center;
  }

  .chibajets_lp_header_menu {
    /*background: none;*/
  }
  .chibajets_lp_header_menu .chibajets_lp_inner03 {
    padding: 0 0.5rem;
    height: auto;
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .chibajets_lp_logo a {
    background: #ff0000;
    display: flex;
    align-items: center;
    height: 6.4rem;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.1;
    letter-spacing: 0.3rem;
  }
  .chibajets_lp_logo a img {
    margin-right: 0.5rem;
    width: 5.4rem;
  }

  .chibajets_lp_btn_menu {
    position: absolute; /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    right: 0;
    top: 0;
    z-index: 99;
    width: 5.7rem;
    height: 6.4rem;
    background: url(../image/btn_menu.svg) no-repeat center center;
    background-size: 2.5rem auto;
  }

  .chibajets_lp_btn_menu.active {
    background: url(../image/btn_menu_close.svg) no-repeat center center;
    background-size: auto 100%;
    right: 0;
    top: 3.2rem;
    top: 32px;
    width: 100%;
    height: 3.84rem;
  }

  .chibajets_lp_navi_box {
    position: absolute;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: #ff0000;
    z-index: 98;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s, height 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.6rem 4.6rem;
  }
  .chibajets_lp_navi_box.open {
    opacity: 1;
    pointer-events: auto;
    right: 0;
  }

  .chibajets_lp_navi_slick {
    flex-direction: column;
  }
  .chibajets_lp_navi_sns {
    margin-left: 0;
    position: absolute;
    bottom: 5.6rem;
    left: 0;
    width: 100%;
  }
  .chibajets_lp_navi_sns ul {
    justify-content: center;
    grid-gap: 2.4rem;
  }
  .chibajets_lp_navi_sns li {
    width: 2.4rem;
  }
  .chibajets_lp_navi_sns li img {
    width: 100%;
  }
  .chibajets_lp_navi_slick {
    display: flex;
    grid-gap: 3.2rem;
    grid-gap: 32px;
  }
  .chibajets_lp_navi_slist a {
    color: #fff;
    display: block;
    font-size: 1.4rem;
    padding-bottom: 1.5rem;
    text-align: center;
    background: url(../image/arrow_down_white.svg) no-repeat bottom center;
    background-size: 1.4rem auto;

    font-size: 14px;
    padding-bottom: 15px;
    background: url(../image/arrow_down_white.svg) no-repeat bottom center;
    background-size: 14px auto;
  }
  .chibajets_lp_navi_slist a .eng {
    font-size: 3.2rem;
    letter-spacing: 0.4rem;

    font-size: 32px;
    letter-spacing: 4px;
  }

  .chibajets_lp_fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 95;
    height: 6.8rem;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    opacity: 1 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .chibajets_lp_fixed img {
    width: 31.1rem;
  }
}

@media screen and (max-height: 700px) {
  .chibajets_lp_navi_box.open {
    flex-direction: column;
    gap: 50px;
    padding-top: 40%;
    height: 100vh;
    overflow-y: scroll;
  }
  .chibajets_lp_navi_sns {
    position: relative;
    bottom: unset;
    left: unset;
  }
}

/* !teaser
---------------------------------------------------------- */
#chibajets_lp_teaser {
  background: url(../image/kv.webp) no-repeat center center;
  background-size: cover;
  height: 38.6rem;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding-right: 12rem;
}
.teaser_hd span {
  display: block;
}
.teaser_hd span.eng {
  font-size: 6rem;
  letter-spacing: 2rem;
  line-height: 1.1;
}
.teaser_hd span font {
  color: #ff0000;
}
/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  #chibajets_lp_teaser {
    background: url(../image/kv.webp) no-repeat center center;
    background-size: cover;
    height: 13.2rem;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    padding-right: 1rem;
  }
  .teaser_hd span {
    display: block;
  }
  .teaser_hd span.eng {
    font-size: 2.8rem;
    letter-spacing: 0.5rem;
    line-height: 1.1;
  }
  .teaser_hd span font {
    color: #ff0000;
  }
}
/* chibajets_lp_footer
-----------------------------------------------------------*/
.chibajets_lp_pagetop {
  position: fixed;
  right: 4rem;
  bottom: 12rem;
  z-index: 9;
  width: 4.5rem;
  cursor: pointer;
  transition: opacity 0.3s;
  opacity: 0;
}
.chibajets_lp_pagetop.is_fixed {
  opacity: 1;
}
.chibajets_lp_pagetop img {
  width: 100%;
}
.chibajets_lp_pagetop:hover {
  opacity: 0.7;
}

.chibajets_lp_footer {
  position: relative;
  background: #ff0000;
  color: #dee1e1;
  padding: 4.2rem 0 5rem;
  text-align: center;
}
.chibajets_lp_footer .chibajets_lp_inner03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chibajets_lp_footer_box {
  display: flex;
  align-items: center;
}
.chibajets_lp_footer a {
  color: #dee1e1;
}
.chibajets_lp_footer_logo img {
  width: 7.5rem;
}
.chibajets_lp_footer_link {
  display: flex;
  grid-gap: 1.6rem;
  margin-left: 5rem;
}
.chibajets_lp_footer_link li {
  font-size: 1.4rem;
}

.chibajets_lp_copyright {
  text-align: center;
  font-size: 1rem;
}
/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .chibajets_lp_pagetop {
    right: 1.6rem;
    bottom: 7.8rem;
    width: 3rem;
  }
  .chibajets_lp_pagetop:hover {
    opacity: 1;
  }

  .chibajets_lp_footer {
    position: relative;
    background: #ff0000;
    color: #dee1e1;
    padding: 3.8rem 0 15rem;
    text-align: center;
  }
  .chibajets_lp_footer .chibajets_lp_inner03 {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .chibajets_lp_footer_box {
    display: block;
    align-items: center;
  }
  .chibajets_lp_footer a {
    color: #dee1e1;
    white-space: nowrap;
  }
  .chibajets_lp_footer_logo img {
    width: 4rem;
  }
  .chibajets_lp_footer_link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 0.8rem;
    margin-left: 0;
    margin-top: 3rem;
  }
  .chibajets_lp_footer_link li {
    font-size: 1rem;
  }

  .chibajets_lp_copyright {
    text-align: center;
    font-size: 1rem;
    margin-top: 3.7rem;
  }
}

/*0530*/
.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

/*20230725*/
/*common*/
.clip_path_bg {
  clip-path: polygon(1.6rem 0%, 100% 0%, 100% 100%, 0% 100%, 0% 1.6rem);
}
.second_tablink .clip_path_bg {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 1.6rem 100%, 0% calc(100% - 1.6rem));
}
.clip_path_border {
  position: relative;
}
.clip_path_border:before {
  content: "";
  position: absolute;
  left: -0.2rem;
  top: -0.2rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #ff0000;
  clip-path: polygon(1.2rem 0%, 100% 0%, 100% 100%, 0% 100%, 0% 1.2rem);
}
.clip_path_border:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
  clip-path: polygon(1.1rem 0%, 100% 0%, 100% 100%, 0% 100%, 0% 1.1rem);
}

.chibajets_lp_sec_title {
  padding: 0.75rem 1.6rem;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  background: #ff0000;
  margin-bottom: 4rem;
}

.chibajets_lp_three_title {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.35;
  padding: 0.4rem 1.2rem 0;
  color: #ff0000;
  margin-bottom: 2.4rem;
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .chibajets_lp_sec_title {
    padding: 0.9rem 1.6rem;
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }

  .chibajets_lp_three_title {
    padding: 0.4rem 1.6rem;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
}
/*chibajets_lp_anchor*/
.chibajets_lp_anchor {
  padding: 9.6rem 0;
}
.chibajets_lp_anchor ul {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}
.chibajets_lp_anchor ul li {
  /*width: 100%;*/
}
.chibajets_lp_anchor ul li a {
  color: #fff;
  border: 0.2rem solid currentColor;
  border-radius: 0.8rem;
  height: 13.6rem;
  width: 13.6rem;
  background: url(../image/arrow_down_red.svg) no-repeat bottom 2.4rem center #fff;
  background-size: 1.3rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #c8191e;
}
.chibajets_lp_anchor_icon {
  width: 5.6rem;
}
.chibajets_lp_anchor_txt {
  font-size: 1.2rem;
  font-weight: 700;
  padding-bottom: 1.6rem;
}
/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .chibajets_lp_anchor {
    padding: 3.2rem 0 8rem;
  }
  .chibajets_lp_anchor ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.9rem;
  }
  .chibajets_lp_anchor ul li {
    /*width: 100%;*/
  }
  .chibajets_lp_anchor ul li a {
    color: #fff;
    border: 2px solid currentColor;
    border-radius: 0.8rem;
    height: 10.8rem;
    background: url(../image/arrow_down_red.svg) no-repeat bottom 1rem center #fff;
    background-size: 1.3rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #c8191e;
    width: auto;
  }
  .chibajets_lp_anchor_icon {
    width: 5.6rem;
  }
  .chibajets_lp_anchor_icon img {
    width: 100%;
  }
  .chibajets_lp_anchor_txt {
    font-size: 1.2rem;
    font-weight: 700;
    padding-bottom: 1.6rem;
  }
}

/*0524*/
.tabWrap {
  position: relative;
}
.chibajets_lp_seat_tabbox {
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.chibajets_lp_seat_tabbox.is_active {
  position: static;
  opacity: 1;
  pointer-events: auto;
}
.chibajets_lp_seat_tablink {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 4rem;
  position: relative;
}
.chibajets_lp_seat_tablink li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  height: 5.8rem;
}
.chibajets_lp_seat_tablink li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.7rem;
  background: #dee1e1;
  color: #fff;
}
.chibajets_lp_seat_tablink li a.is_active {
  height: 5.8rem;
  pointer-events: none;
  background: #ff0000;
}

.chibajets_lp_seat_tablink.second_tablink {
  margin: 4rem 0 0;
}
.chibajets_lp_seat_tablink.second_tablink li {
  align-items: flex-start;
}

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

.chibajets_lp_seat_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.chibajets_lp_seat_left {
  width: calc(49% - 1.6rem);
  margin-bottom: 6.4rem;
}
.chibajets_lp_seat_right {
  width: 51%;
  position: relative;
}
.chibajets_lp_seat_left_map a {
  display: block;
  position: relative;
}
.chibajets_lp_seat_left_map a:nth-child(n + 2) {
  display: none;
}
.chibajets_lp_seat_left_map a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3rem;
  height: 3rem;
  clip-path: polygon(0.8rem 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0.8rem);
  background: url(../image/seatmap/icon_plus.svg) no-repeat right 0.8rem bottom 0.8rem #c8191e;
  background-size: 1.3rem auto;
}
.chibajets_lp_seat_nav {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.8rem;
}
.chibajets_lp_seat_nav li {
  cursor: pointer;
}
.chibajets_lp_seat_nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  background: #d9d9d9;
  color: #fff;
  font-size: 2rem;
}
.chibajets_lp_seat_nav li a.is_active {
  background: #ff0000;
}

#seat_box01 .chibajets_lp_seat_nav li:nth-child(1) a.is_active {
  background: #c8191e;
}

#seat_box01 .chibajets_lp_seat_nav li:nth-child(2) a.is_active {
  background-color: #7f2a28;
}

#seat_box01 .chibajets_lp_seat_nav li:nth-child(3) a.is_active {
  background-color: #e23e2d;
}

#seat_box01 .chibajets_lp_seat_nav li:nth-child(4) a.is_active {
  background-color: #ef0c9e;
}

#seat_box01 .chibajets_lp_seat_nav li:nth-child(5) a.is_active {
  background-color: #f96464;
}

#seat_box01 .chibajets_lp_seat_nav li:nth-child(6) a.is_active {
  background-color: #ed7614;
}

#seat_box01 .chibajets_lp_seat_nav li:nth-child(7) a.is_active {
  background-color: #ed9c3b;
}

#seat_box01 .chibajets_lp_seat_nav li:nth-child(8) a.is_active {
  background-color: #e26dc9;
}

#seat_box01 .chibajets_lp_seat_nav li:nth-child(9) a.is_active {
  background-color: #b72c9d;
}

#seat_box01 .chibajets_lp_seat_nav li:nth-child(10) a.is_active {
  background-color: #a548cc;
}

#seat_box01 .chibajets_lp_seat_nav li:nth-child(11) a.is_active {
  background-color: #5f3da0;
}

#seat_box01 .chibajets_lp_seat_nav li:nth-child(12) a.is_active {
  background-color: #35ba51;
}

#seat_box01 .chibajets_lp_seat_nav li:nth-child(13) a.is_active {
  background-color: #0e8c44;
}

#seat_box01 .chibajets_lp_seat_nav li:nth-child(14) a.is_active {
  background-color: #10ada9;
}

#seat_box01 .chibajets_lp_seat_nav li:nth-child(15) a.is_active {
  background-color: #164c9b;
}

#seat_box01 .chibajets_lp_seat_nav li:nth-child(16) a.is_active {
  background-color: #0b77ad;
}

#seat_box01 .chibajets_lp_seat_nav li:nth-child(17) a.is_active {
  background-color: #fee924;
}

#seat_box02 .chibajets_lp_seat_nav li:nth-child(1) a.is_active {
  background: #c8191e;
}

#seat_box02 .chibajets_lp_seat_nav li:nth-child(2) a.is_active {
  background: #A8ADAD;
}

#seat_box02 .chibajets_lp_seat_nav li:nth-child(3) a.is_active {
  background-color: #ffe100;
}

#seat_box02 .chibajets_lp_seat_nav li:nth-child(4) a.is_active {
  background-color: #f39800;
}

#seat_box02 .chibajets_lp_seat_nav li:nth-child(5) a.is_active {
  background-color: #e4007f;
}

#seat_box02 .chibajets_lp_seat_nav li:nth-child(6) a.is_active {
  background-color: #cb272e;
}

#seat_box02 .chibajets_lp_seat_nav li:nth-child(7) a.is_active {
  background-color: #1d2088;
}

#seat_box02 .chibajets_lp_seat_nav li:nth-child(8) a.is_active {
  background-color: #00a0e9;
}

#seat_box02 .chibajets_lp_seat_nav li:nth-child(9) a.is_active {
  background-color: #b74b97;
}

#seat_box02 .chibajets_lp_seat_nav li:nth-child(10) a.is_active {
  background-color: #9fa0a0;
}

#seat_box02 .chibajets_lp_seat_nav li:nth-child(11) a.is_active {
  background-color: #00496c;
}

#seat_box02 .chibajets_lp_seat_nav li:nth-child(12) a.is_active {
  background-color: #006d33;
}

#seat_box02 .chibajets_lp_seat_nav li:nth-child(13) a.is_active {
  background-color: #00a040;
}

#seat_box02 .chibajets_lp_seat_nav li:nth-child(14) a.is_active {
  background-color: #b7d100;
}

#seat_box02 .chibajets_lp_seat_nav li:nth-child(15) a.is_active {
  background-color: #ec6d81;
}

#seat_box02 .chibajets_lp_seat_nav li:nth-child(16) a.is_active {
  background-color: #8d93c8;
}

#seat_box02 .chibajets_lp_seat_nav li:nth-child(17) a.is_active {
  background-color: #bf9224;
}

.chibajets_lp_seat_slist_box {
  padding: 1.6rem;
}
.chibajets_lp_seat_slist_box.clip_path_border:before {
  left: 0;
  top: 0;
  clip-path: polygon(6.3rem 0%, 100% 0%, 100% 100%, 0% 100%, 0% 6.3rem);
}
.chibajets_lp_seat_slist_box.clip_path_border:after {
  left: 0.2rem;
  top: 0.2rem;
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  clip-path: polygon(6.2rem 0%, 100% 0%, 100% 100%, 0% 100%, 0% 6.2rem);
}

.chibajets_lp_seat_slist_head {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.chibajets_lp_seat_slist_head span {
  width: 4.7rem;
  height: 4.7rem;
  margin-right: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 4rem;
  background: #ff0000
}
.chibajets_lp_seat_slist_head p {
  width: calc(100% - 4.7rem - 0.8rem);
  font-size: 1.8rem;
  line-height: 1.35;
  font-weight: 700;
}
.chibajets_lp_seat_slist_title {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.chibajets_lp_seat_slist_title p + ol,
.chibajets_lp_seat_slist_title p + p {
  margin-top: 0.8rem;
}
.chibajets_lp_seat_slist_title ol {
  list-style: inside;
}
.chibajets_lp_seat_slist_title li::marker {
  font-size: 1rem;
}
.chibajets_lp_seat_slist_price {
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
}
.chibajets_lp_seat_slist_price dt {
  text-align: center;
  font-weight: 700;
  /*margin-bottom: 1.6rem;*/
  margin-right: 1.6rem;
  font-size: 1.4rem;
}
.chibajets_lp_seat_slist_price dd {
  display: flex;
  grid-gap: 0.9rem;
}
.chibajets_lp_seat_slist_price_item {
  display: flex;
  align-items: center;
  background: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
  padding-right: 0.9rem;
}
.chibajets_lp_seat_slist_price_item span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.9rem;
  background: #191919;
  color: #fff;
  width: 6.7rem;
  margin-right: 0.9rem;
}
.chibajets_lp_seat_slist_notice {
  margin-top: 1.6rem;
  font-size: 1.2rem;
  font-weight: 400;
}
.chibajets_lp_seat_slist_checkout {
  margin-top: 0.8rem;
}
.chibajets_lp_seat_slist_checkout dt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.chibajets_lp_seat_slist_checkout dd {
  display: flex;
  grid-gap: 0.8rem;
}
.chibajets_lp_seat_slist_checkout dd a {
  width: 100%;
  border-radius: 0.6rem;
  background: url(../image/seatmap/icon_plus.svg) no-repeat right 0.7rem bottom 0.7rem #c8191e;
  background-size: 1.2rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.8rem;
  color: #fff;
  font-size: 3.8rem;
}

.chibajets_lp_seat_ticket {
  text-align: center;
  margin-top: 4rem;
}
/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .chibajets_lp_seat_wrap {
    display: block;
    justify-content: space-between;
    position: relative;
  }
  .chibajets_lp_seat_left {
    width: auto;
    margin-bottom: 2.4rem;
  }
  .chibajets_lp_seat_right {
    width: auto;
    padding: 0 1.6rem;
    position: relative;
  }
  .chibajets_lp_seat_nav {
    margin: 3.2rem auto 0;
    max-width: 31rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0.6rem;
  }
  .chibajets_lp_seat_nav li a {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2rem;
  }
  .chibajets_lp_seat_nav li:first-child a {
    font-size: 1.5rem;
  }
}

.hide {
  display: none;
}
.fancybox-content {
  padding: 0;
  background: none;
  overflow: unset;
  max-height: calc(100vh - 12rem);
  width: 72rem;
  max-width: calc(100% - 2rem);
  font-weight: 400;
}
.fancybox-bg {
  background: rgb(255, 255, 255);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}
.fancybox_wrap {
  text-align: center;
  position: relative;
}
.fancybox_seat {
  margin: 1.6rem 0 3.2rem;
  font-size: 1.8rem;
  line-height: 1.35;
  font-weight: 700;
}
.fancybox_close_icon,
.fancybox_close_button {
  cursor: pointer;
}
.fancybox_close_icon {
  position: absolute;
  right: 0;
  bottom: calc(100% + 2rem);
  width: 4rem;
}
.fancybox_close_icon img {
  width: 100%;
}

.chibajets_lp_pricelist {
  margin-top: 4rem;
}
.chibajets_lp_pricelist_img {
  text-align: center;
}
.chibajets_lp_pricelist_txt {
  margin: 1.6rem 3.2rem 0;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}

.lala-00:before,
.lala-00 .chibajets_lp_seat_slist_head span {
  background: #c8191e;
}
.lala-01:before,
.lala-01 .chibajets_lp_seat_slist_head span {
  background: #7f2a28;
}
.lala-02:before,
.lala-02 .chibajets_lp_seat_slist_head span {
  background: #e23e2d;
}
.lala-03:before,
.lala-03 .chibajets_lp_seat_slist_head span {
  background: #ef0c9e;
}
.lala-04:before,
.lala-04 .chibajets_lp_seat_slist_head span {
  background: #f96464;
}
.lala-05:before,
.lala-05 .chibajets_lp_seat_slist_head span {
  background: #ed7614;
}
.lala-11:before,
.lala-11 .chibajets_lp_seat_slist_head span {
  background: #35ba51;
}
.lala-12:before,
.lala-12 .chibajets_lp_seat_slist_head span {
  background: #0e8c44;
}
.lala-06:before,
.lala-06 .chibajets_lp_seat_slist_head span {
  background: #ed9c3b;
}
.lala-07:before,
.lala-07 .chibajets_lp_seat_slist_head span {
  background: #e26dc9;
}
.lala-08:before,
.lala-08 .chibajets_lp_seat_slist_head span {
  background: #b72c9d;
}
.lala-09before,
.lala-09 .chibajets_lp_seat_slist_head span {
  background: #a548cc;
}
.lala-10before,
.lala-10 .chibajets_lp_seat_slist_head span {
  background: #5f3da0;
}
.lala-13:before,
.lala-13 .chibajets_lp_seat_slist_head span {
  background: #10ada9;
}
.lala-14:before,
.lala-14 .chibajets_lp_seat_slist_head span {
  background: #164c9b;
}
.lala-15:before,
.lala-15 .chibajets_lp_seat_slist_head span {
  background: #0b77ad;
}
.lala-16:before,
.lala-16 .chibajets_lp_seat_slist_head span {
  background: #fee924;
}

.funa-01:before,
.funa-01 .chibajets_lp_seat_slist_head span {
  background: #A8ADAD;
}
.funa-02:before,
.funa-02 .chibajets_lp_seat_slist_head span {
  background: #ffe100;
}
.funa-03:before,
.funa-03 .chibajets_lp_seat_slist_head span {
  background: #f39800;
}
.funa-04:before,
.funa-04 .chibajets_lp_seat_slist_head span {
  background: #e4007f;
}
.funa-05:before,
.funa-05 .chibajets_lp_seat_slist_head span {
  background: #cb272e;
}
.funa-06:before,
.funa-06 .chibajets_lp_seat_slist_head span {
  background: #1d2088;
}
.funa-07:before,
.funa-07 .chibajets_lp_seat_slist_head span {
  background: #00a0e9;
}
.funa-08:before,
.funa-08 .chibajets_lp_seat_slist_head span {
  background: #b74b97;
}
.funa-09:before,
.funa-09 .chibajets_lp_seat_slist_head span {
  background: #9fa0a0;
}
.funa-10:before,
.funa-10 .chibajets_lp_seat_slist_head span {
  background: #00496c;
}
.funa-11:before,
.funa-11 .chibajets_lp_seat_slist_head span {
  background: #006d33;
}
.funa-12:before,
.funa-12 .chibajets_lp_seat_slist_head span {
  background: #00a040;
}
.funa-13:before,
.funa-13 .chibajets_lp_seat_slist_head span {
  background: #b7d100;
}
.funa-14:before,
.funa-14 .chibajets_lp_seat_slist_head span {
  background: #ec6d81;
}
.funa-15:before,
.funa-15 .chibajets_lp_seat_slist_head span {
  background: #8d93c8;
}
.funa-16:before,
.funa-16 .chibajets_lp_seat_slist_head span {
  background: #bf9224;
}

.chibajets_lp_flex_price {
  margin-top: 6.4rem;
  padding: 2.4rem 1.6rem 1.6rem;
  border: 0.2rem solid #ff0000;
}
.chibajets_lp_flex_price_hd {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.2rem;
  padding-top: 0.4rem;
  margin-bottom: 0.75rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  background: url(../image/bg-question.svg) no-repeat center center;
  background-size: auto 100%;
}
.chibajets_lp_flex_price_hd span {
}
.chibajets_lp_flex_price_dl {
  display: flex;
  justify-content: space-between;
}
.chibajets_lp_flex_price_dl dt {
  width: 52%;
}
.chibajets_lp_flex_price_dl dd {
  width: calc(48% - 1.6rem);
  font-size: 1.4rem;
  font-weight: 400;
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .chibajets_lp_seat_slist_title {
    margin-top: 1.6rem;
  }
  .chibajets_lp_seat_slist_price {
    display: block;
    margin-top: 3.2rem;
  }
  .chibajets_lp_seat_slist_price dt {
    margin: 0 0 1.6rem;
  }
  .chibajets_lp_seat_slist_price dd {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .chibajets_lp_seat_slist_checkout {
    margin-top: 1.6rem;
  }
  .chibajets_lp_seat_slist_checkout dd a {
    border-radius: 0.5rem;
    background: url(../image/seatmap/icon_plus.svg) no-repeat right 0.5rem bottom 0.5rem #c8191e;
    background-size: 0.9rem auto;
    height: 4.8rem;
    font-size: 2.8rem;
  }
  .chibajets_lp_pricelist_txt {
    margin: 1.6rem 1.6rem 0;
  }
  .chibajets_lp_flex_price {
    padding: 1.6rem;
    margin-top: 4rem;
    border-width: 2px;
  }
  .chibajets_lp_flex_price_dl {
    display: block;
    justify-content: space-between;
  }
  .chibajets_lp_flex_price_dl dt {
    width: auto;
    margin-bottom: 1.6rem;
  }
  .chibajets_lp_flex_price_dl dd {
    width: auto;
    font-size: 1.4rem;
    font-weight: 400;
  }
}

#chibajets_lp_schedule {
  margin-top: 9.6rem;
}
.chibajets_lp_schedule_cont {
  max-width: 75rem;
  margin: 0 auto;
}
.chibajets_lp_schedule_notice {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 1.6rem;
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  #chibajets_lp_schedule {
    margin-top: 8rem;
  }
  .chibajets_lp_schedule_notice {
    margin: 1.6rem 1.6rem 0;
  }
}

#chibajets_lp_method {
  margin-top: 9.6rem;
}
.chibajets_lp_method_item + .chibajets_lp_method_item {
  margin-top: 4.8rem;
}
.chibajets_lp_method_slist {
  max-width: 31.1rem;
  margin: 0 1.2rem;
  background: #dee1e1;
  padding: 1.6rem;
  height: 100%;
}
.chibajets_lp_method_slist_img {
  margin-bottom: 1.6rem;
}
.chibajets_lp_method_slist_head {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.chibajets_lp_method_slist_head span {
  width: 4.7rem;
  height: 4.7rem;
  margin-right: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 3.2rem;
  background: #ff0000;
}
.chibajets_lp_method_slist_head p {
  width: calc(100% - 4.7rem - 1.6rem);
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
.chibajets_lp_seat_slist_text {
  font-size: 1.4rem;
}

.chibajets_lp_method_notice {
  font-size: 1.2rem;
  padding-top: 3.2rem;
}

.chibajets_lp_method_video {
  margin: 4rem auto 0;
  max-width: 50rem;
}
.chibajets_lp_method_video_iframe {
  position: relative;
  width: 100%;
  padding-top: 56%;
}
.chibajets_lp_method_video_iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.chibajets_lp_method_video_txt {
  font-size: 1.2rem;
  margin-top: 0.8rem;
}

.chibajets_lp_method_dl {
  display: flex;
}
.chibajets_lp_method_dl dt {
  width: 56%;
}
.chibajets_lp_method_dl dd {
  width: 44%;
  padding-left: 1.6rem;
}
.chibajets_lp_method_dl_head {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.chibajets_lp_method_dl_txt {
  font-size: 1.4rem;
  font-weight: 400;
}
.chibajets_lp_method_dl_btn {
  text-align: center;
  margin-top: 2.4rem;
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  #chibajets_lp_method {
    margin-top: 8rem;
  }
  .chibajets_lp_method_item + .chibajets_lp_method_item {
    margin-top: 5.6rem;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 4rem;
  }
  .chibajets_lp_method_notice {
    padding: 0 1.6rem;
  }
  .chibajets_lp_seat_ticket,
  .chibajets_lp_method_video {
    margin-top: 2.4rem;
  }
  .chibajets_lp_access_dl01 .btn img {
    width: 100%;
  }
  .chibajets_lp_notes_btn img,
  .chibajets_lp_seat_ticket img,
  .chibajets_lp_method_dl_btn img {
    width: 31.1rem;
  }
  .chibajets_lp_method_dl {
    display: block;
  }
  .chibajets_lp_method_dl dt {
    width: auto;
  }
  .chibajets_lp_method_dl dd {
    width: auto;
    padding: 1.6rem 1.6rem 0;
  }
  .chibajets_lp_method_dl_head {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 1.6rem;
  }
}

#chibajets_lp_access {
  margin-top: 9.6rem;
}
.chibajets_lp_access_dl01 {
  margin: 0 auto;
  max-width: 75rem;
}
.chibajets_lp_access_dl01 dt {
  margin-bottom: 1.6rem;
}
.chibajets_lp_access_dl01 dd {
  display: flex;
  align-items: center;
  justify-content: center;
}
.chibajets_lp_access_dl01 .cont {
  width: 31.1rem;
  margin-right: 1.6rem;
}
.chibajets_lp_access_dl01 .place {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.chibajets_lp_access_dl01 .addr {
  font-size: 1.6rem;
}
.chibajets_lp_access_dl01 .btn {
  width: 27.2rem;
}
.chibajets_lp_access_dl02 {
  margin-top: 3.2rem;
  display: flex;
  justify-content: center;
}
.chibajets_lp_access_dl02 dt {
  width: 51.3%;
  margin-right: 1.6rem;
}
.chibajets_lp_access_dl02 dd {
  width: 41.7%;
}
/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  #chibajets_lp_access {
    margin-top: 8rem;
  }
  .chibajets_lp_access_dl01 dt {
    margin-bottom: 1.6rem;
  }
  .chibajets_lp_access_dl01 dd {
    display: block;
    align-items: center;
    justify-content: center;
  }
  .chibajets_lp_access_dl01 .cont {
    width: auto;
    margin: 0 1.6rem 3.2rem;
  }
  .chibajets_lp_access_dl01 .place {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
  }
  .chibajets_lp_access_dl01 .addr {
    font-size: 1.6rem;
  }
  .chibajets_lp_access_dl01 .btn {
    width: 27.2rem;
    margin: 0 auto;
  }
  .chibajets_lp_access_dl02 {
    margin-top: 3.2rem;
    display: block;
    justify-content: center;
  }
  .chibajets_lp_access_dl02 dt {
    width: auto;
    margin-bottom: 3.2rem;
    margin-right: 0;
  }
  .chibajets_lp_access_dl02 dd {
    width: auto;
  }
}

#chibajets_lp_faq {
  margin-top: 9.6rem;
}
.chibajets_lp_faq_item + .chibajets_lp_faq_item {
  margin-top: 3.5rem;
}
.chibajets_lp_faq_item dt {
  margin-left: 0.75rem;
  padding: 1.6rem 6.2rem 1.6rem 5.5rem;
  background: url(../image/tog_no.svg) no-repeat right 2.4rem center #d9d9d9;
  background-size: 1.4rem auto;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  cursor: pointer;
}
.chibajets_lp_faq_item dt.is_active {
  background: url(../image/tog_on.svg) no-repeat right 2.4rem center #d9d9d9;
  background-size: 1.4rem auto;
}
.chibajets_lp_faq_item dt:before {
  content: "Q";
  position: absolute;
  left: -0.75rem;
  top: -1.1rem;
  z-index: 2;
  width: 4.7rem;
  height: 4.7rem;
  margin-right: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 3.2rem;
  background: #ff0000;
  font-family: "CHIBAJETS AF";
  font-weight: 700;
  clip-path: polygon(1.6rem 0%, 100% 0%, 100% 100%, 0% 100%, 0% 1.6rem);
}
.chibajets_lp_faq_item dd {
  display: none;
  padding: 1.6rem 3.2rem 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
.chibajets_lp_faq_item dd p + p {
  margin-top: 2.1rem;
}
.chibajets_lp_faq_item dd a {
  color: #ff0000;
}

#chibajets_lp_notes {
  margin-top: 9.6rem;
  padding-bottom: 12rem;
}
.chibajets_lp_notes_item + .chibajets_lp_notes_item {
  margin-top: 3.2rem;
}
.chibajets_lp_notes_item dt {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 0.8rem;
  border-bottom: 0.2rem solid #ff0000;
}
.chibajets_lp_notes_item dd {
  padding: 1.6rem 3.2rem 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
.chibajets_lp_notes_btn {
  text-align: center;
  margin-top: 3.2rem;
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  #chibajets_lp_faq {
    margin-top: 8rem;
  }
  .chibajets_lp_faq_item + .chibajets_lp_faq_item {
    margin-top: 2.4rem;
  }
  .chibajets_lp_faq_item dt {
    min-height: 5.8rem;
    display: flex;
    align-items: center;
    margin-left: 0.75rem;
    padding: 0.8rem 3.1rem 0.8rem 5.2rem;
    background: url(../image/tog_no.svg) no-repeat right 0.9rem center #d9d9d9;
    background-size: 1.4rem auto;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.5;
    cursor: pointer;
  }
  .chibajets_lp_faq_item dt.is_active {
    background: url(../image/tog_on.svg) no-repeat right 0.9rem center #d9d9d9;
    background-size: 1.4rem auto;
  }
  .chibajets_lp_faq_item dt:before {
    content: "Q";
    position: absolute;
    left: -0.75rem;
    top: -1.1rem;
    z-index: 2;
    width: 4.7rem;
    height: 4.7rem;
    margin-right: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 3.2rem;
    background: #ff0000;
    font-family: "CHIBAJETS AF";
    font-weight: 700;
    clip-path: polygon(1.6rem 0%, 100% 0%, 100% 100%, 0% 100%, 0% 1.6rem);
  }
  .chibajets_lp_faq_item dd {
    display: none;
    padding: 1.6rem 1.6rem 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .chibajets_lp_faq_item dd p + p {
    margin-top: 2.1rem;
  }
  .chibajets_lp_faq_item dd a {
    color: #ff0000;
  }

  #chibajets_lp_notes {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
  .chibajets_lp_notes_item {
    padding: 0 1.6rem;
  }
  .chibajets_lp_notes_item + .chibajets_lp_notes_item {
    margin-top: 3.2rem;
  }
  .chibajets_lp_notes_item dt {
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid #ff0000;
  }
  .chibajets_lp_notes_item dd {
    padding: 1.6rem 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .chibajets_lp_notes_btn {
    text-align: center;
    margin-top: 3.2rem;
  }

  .hint_wrap {
    position: relative;
  }
  .hint_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url(../image/icon-carousel-guide.png) no-repeat center center;
    background-size: 9.2rem auto;
    transition: opacity 0.3s;
  }
  .hint_wrap.is_active:before {
    opacity: 0;
  }
}
