@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: 500;
}
q:after,
q:before {
  content: "";
}
a,
input,
select,
textarea,
button {
  outline: none;
}
abbr,
acronym {
  border: 0;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

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

/*common*/
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
a:hover {
  opacity: 0.7;
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  background: #000;
  color: #baa85b;
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

.font_cormorant {
  font-family: "Cormorant Garamond", serif;
}
.font_shippori {
  font-family: "Shippori Mincho", serif;
}

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

/*** pc ***/
@media screen and (min-width: 835px) {
  .sp {
    display: none;
  }
}
/*** sp ***/
@media screen and (max-width: 834px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-size: 1.4rem;
  }

  .pc {
    display: none;
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: 2.66667vw;
  }
}

/* !nagoya_lp_wrapper
---------------------------------------------------------- */
#nagoya_lp_wrapper {
  position: relative;
  padding-top: 8.8rem;
}

/* !header
---------------------------------------------------------- */
#nagoya_lp_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
}
.nagoya_lp_head_inner {
  display: flex;
  justify-content: space-between;
  height: 8.8rem;
  background: #000;
}

#nagoya_lp_headlogo {
  display: flex;
  gap: 0 1.6rem;
}
#nagoya_lp_headlogo a {
  display: block;
  width: 11.1rem;
}
#nagoya_lp_headlogo .txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 1.25;
  font-weight: 700;
  font-size: 1.4rem;
}
#nagoya_lp_headlogo .txt .big {
  font-size: 2rem;
}
.nagoya_lp_headlinks {
  display: flex;
  align-items: center;
  gap: 0 1.6rem;
  padding: 0 1.5rem;
}
#nagoya_lp_header .headlinks {
  display: flex;
  gap: 0 1.6rem;
  position: absolute;
  right: 9rem;
  top: 1.6rem;
}
#nagoya_lp_header .headlinks a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 4rem 0 1.6rem;
  height: 5.8rem;
  width: 22.4rem;
  background: url(../image/common/ico_link.svg) no-repeat right 1.6rem center;
  background-size: 2.4rem;
  border-radius: 0.4rem;
  white-space: nowrap;
  word-wrap: break-word;
  word-break: break-all;
  color: #000;
  font-weight: 700;
}
#nagoya_lp_header .headlinks .jap {
  font-size: 1.2rem;
}

.nagoya_lp_btn_menu {
  position: relative;
  z-index: 5;
  cursor: pointer;
  width: 5.8rem;
  height: 5.8rem;
  background: url(../image/common/ico_menu.svg) no-repeat center #2b2929;
  background-size: 3.4rem;
}
.nagoya_lp_btn_menu.active {
  background-image: url(../image/common/ico_menu_close.svg);
}
#nagoya_lp_navi {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  transition-duration: 0.5s;
  padding: 12.6rem 3rem 8rem;
  width: 100%;
  max-width: 37.5rem;
  height: 100vh;
  background: #000;
}
#nagoya_lp_navi.open {
  opacity: 1;
  visibility: visible;
}
#nagoya_lp_navi li {
  margin-bottom: 5.4rem;
}
#nagoya_lp_navi li a {
  display: inline-block;
  padding: 0 0 1.6rem;
  border-bottom: 1px solid #fff;
}
#nagoya_lp_navi li .eng {
  margin-bottom: 0.4rem;
  font-size: 4rem;
}
#nagoya_lp_navi li .jap {
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

/*** sp ***/
@media screen and (max-width: 834px) {
  #nagoya_lp_wrapper {
    padding-top: 6.4rem;
  }

  #nagoya_lp_header.slideUp {
    pointer-events: none;
  }

  .nagoya_lp_head_inner {
    transition-duration: 0.5s;
    height: 6.4rem;
  }
  #nagoya_lp_header.slideUp .nagoya_lp_head_inner {
    transform: translateY(-100%);
  }

  #nagoya_lp_headlogo {
    align-items: center;
    gap: 0 0.8rem;
  }
  #nagoya_lp_headlogo a {
    width: 5.6rem;
  }
  #nagoya_lp_headlogo .txt {
    line-height: 1;
    font-size: 1.2rem;
  }
  #nagoya_lp_headlogo .txt .big {
    font-size: 1.4rem;
  }
  .nagoya_lp_headlinks {
    gap: 0;
    padding: 0 0.6rem;
  }
  #nagoya_lp_header .headlinks {
    gap: 0 0.8rem;
    position: fixed;
    right: 0;
    top: auto;
    bottom: 0;
    padding: 0.8rem 0.8rem 1.6rem;
    width: 100%;
  }
  #nagoya_lp_header.slideUp .headlinks {
    pointer-events: auto;
  }
  #nagoya_lp_header .headlinks a {
    padding: 0 4rem 0 0.8rem;
    height: 4.8rem;
    width: 50%;
    background-position: right 0.8rem center;
    font-size: 1.2rem;
  }
  #nagoya_lp_header .headlinks .eng {
    line-height: 1;
    font-size: 1.6rem;
  }

  .nagoya_lp_btn_menu {
    width: 5.2rem;
    height: 5.2rem;
    background-size: 3rem;
  }
}

/* nagoya_lp_footer
-----------------------------------------------------------*/
.nagoya_lp_footer {
  padding: 12rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.nagoya_lp_footlogo img {
  width: 12.4rem;
}
.nagoya_lp_footer #copyright {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.footer_contact {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  color: white;
  line-height: 150%;
}

.footer_contact .title {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
}

.footer_contact .address {
  font-size: 1.4rem;
}

.footer_contact a {
  text-decoration: underline;
}

.footer_contact .heed {
  font-size: 1.2rem;
}

/*** sp ***/
@media screen and (max-width: 834px) {
  .nagoya_lp_footer {
    padding: 12rem 0 18rem;
    gap: 6.4rem;
  }

  .footer_contact {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    color: white;
  }

  .footer_contact .title {
    font-size: 1.6rem;
  }

  .footer_contact .address {
    font-size: 1.4rem;
  }

  .footer_contact a {
    text-decoration: underline;
  }

  .footer_contact .heed {
    font-size: 1.2rem;
  }
}

/* !common
---------------------------------------------------------- */
.nagoya_lp_kv {
  position: relative;
}
.nagoya_lp_kv .kv img {
  width: 100%;
}
.nagoya_lp_kv .info {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.nagoya_lp_kv .head {
  display: inline-block;
  line-height: 1;
  text-align: center;
  font-size: 2.4rem;
}
.nagoya_lp_kv .head .foucs {
  margin-top: 2rem;
  padding-top: 0.8rem;
  border-top: 1px solid;
  font-size: 8rem;
}
.nagoya_lp_kv .scroll {
  position: absolute;
  right: 6.4rem;
  bottom: -10rem;
}
.nagoya_lp_kv .scroll .txt {
  display: block;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  color: #fff;
}
.nagoya_lp_kv .scroll .line {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 1.5rem 0.3rem 0;
  height: 12rem;
  width: 2px;
  background: #baa85b;
  border-radius: 2px;
}
.nagoya_lp_kv .scroll .line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background: #fff;
  animation: scrolldown 3s infinite forwards;
}
@keyframes scrolldown {
  0% {
    height: 100%;
  }
  50% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

.bg_yellow {
  background-color: #baa85b !important;
}
.bg_yellow2 {
  background-color: #cb9e5a !important;
}

.nagoya_lp_inner {
  margin: 0 auto;
  padding: 0 5rem;
  max-width: 115rem;
}

.head-large {
  margin-bottom: 8rem;
}
.head-large .eng {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
  line-height: 1;
  font-size: 12.8rem;
}
.head-large .eng:before {
  content: "";
  width: 4.4rem;
  border-top: 1px solid;
}

.head_middle {
  overflow: hidden;
  margin-bottom: 3.2rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
.head_middle .con {
  display: inline-block;
  position: relative;
  padding: 0 2.4rem;
}
.head_middle .con:before,
.head_middle .con:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100vw;
  border-top: 1px solid;
}
.head_middle .con:before {
  right: 100%;
}
.head_middle .con:after {
  left: 100%;
}

.hide {
  display: none;
}

.nagoya_lp_anchorarea {
  position: relative;
}
.nagoya_lp_anchorarea .anchor {
  position: absolute;
  top: -8.8rem;
}

/*** sp ***/
@media screen and (max-width: 834px) {
  .nagoya_lp_kv .head {
    font-size: 1.6rem;
  }
  .nagoya_lp_kv .head .foucs {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    font-size: 4rem;
  }
  .nagoya_lp_kv .scroll {
    right: 0.8rem;
    bottom: -5rem;
  }

  .nagoya_lp_inner {
    padding: 0 1.6rem;
  }

  .head-large {
    margin-bottom: 4rem;
  }
  .head-large .eng {
    font-size: 4.8rem;
  }
}

/* !page
---------------------------------------------------------- */
.nagoya_lp_introd {
  display: flex;
}
.nagoya_lp_introd .imgs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: calc(37.5% - 1.1rem);
}
.nagoya_lp_introd .imgs img {
  width: 100%;
}
.nagoya_lp_introd .imgs .img2 {
  position: absolute;
  right: -9.1rem;
  top: 30%;
  width: 69.19%;
}
.nagoya_lp_introd .imgs .img3 {
  margin: 0 -2.6rem 0 3.4rem;
}
.nagoya_lp_introd .info {
  display: flex;
  align-items: center;
  padding: 14rem 5rem 14rem 18rem;
  width: calc(62.5% + 1.1rem);
  background: url(../image/intro/img_bg_intro_pc.png) no-repeat center;
  background-size: cover;
}
.nagoya_lp_introd .info .con {
  max-width: 57rem;
}
.nagoya_lp_introd .head {
  margin-bottom: 1.8rem;
  line-height: 1.75;
  font-size: 3.2rem;
  font-weight: 700;
}

.nagoya_lp_service {
  position: relative;
}
.nagoya_lp_contactlink ul {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  position: absolute;
  top: 12.6rem;
  left: 0;
  z-index: 9;
  width: 100%;
  text-align: center;
}
.nagoya_lp_contactlink li {
  position: relative;
  width: 50%;
  max-width: 51.2rem;
}
.nagoya_lp_contactlink .head {
  margin-bottom: 2.4rem;
  font-weight: 700;
}
.nagoya_lp_contactlink .head span {
  display: inline-block;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid;
}
.nagoya_lp_contactlink .subject_cate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
  font-weight: 700;
}
.nagoya_lp_contactlink .subject_cate:before {
  content: "対象：";
}
.nagoya_lp_contactlink .subject_cate span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.4rem;
  height: 2.8rem;
  border: 1px solid;
}
.nagoya_lp_btn {
  position: relative;
}
.nagoya_lp_btn .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.8rem 1.6rem;
  background: #000;
  border: 1px solid;
  border-radius: 0.4rem;
  text-align: center;
}
.nagoya_lp_btn .btn:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../image/common/ico_link_down_yell.svg) no-repeat center;
  background-size: 100%;
}
.nagoya_lp_btn .jap {
  font-weight: 700;
  font-size: 1.4rem;
}
.nagoya_lp_btn .eng {
  line-height: 1;
  font-weight: 600;
  font-size: 4rem;
}
.nagoya_lp_btn .active {
  color: #000;
}
.nagoya_lp_btn .active:after {
  background-image: url(../image/common/ico_link_down.svg);
}
.service_grandvip .nagoya_lp_btn .btn {
  border-color: #baa85b;
}
.service_royalvip .nagoya_lp_btn .btn {
  border-color: #cb9e5a;
}
.service_grandvip .nagoya_lp_btn .active {
  background-color: #baa85b;
}
.service_royalvip .nagoya_lp_btn .active {
  background-color: #cb9e5a;
}
.nagoya_lp_contactlink.fixScroll ul {
  position: fixed;
  top: 8.8rem;
  left: 0;
  padding: 2rem 2rem 8rem;
  margin-bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 62.13%, rgba(0, 0, 0, 0) 100%);
}
.nagoya_lp_contactlink.fixScroll .info {
  display: none;
}
.nagoya_lp_contactlink.fixScroll .nagoya_lp_btn .btn {
  padding: 1rem 1.6rem;
  height: 5.6rem;
}
.nagoya_lp_contactlink.fixScroll .nagoya_lp_btn .btn:after {
  content: none;
}
.nagoya_lp_contactlink.fixScroll .nagoya_lp_btn .btn.active:after {
  content: "";
}
.nagoya_lp_contactlink.fixScroll .nagoya_lp_btn .jap {
  font-size: 0;
}
.nagoya_lp_contactlink.fixScroll .nagoya_lp_btn .eng {
  font-size: 2rem;
}

.nagoya_lp_service .service_tabbox {
  padding-top: 48rem;
}
.nagoya_lp_service .head-large {
  margin-bottom: 4rem;
}
.service_displays li {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 8rem;
}
.service_displays li .img {
  width: 50%;
}
.service_displays li .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.service_displays li .info {
  padding: 0 5rem 0 7.8rem;
  width: 50%;
}
.service_displays li .con {
  max-width: 54.2rem;
}
.service_displays li .head {
  padding-left: 1.2rem;
  border-left: 4px solid;
  margin-bottom: 1.8rem;
  font-size: 2.6rem;
}
.service_displays li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.service_displays li:nth-of-type(even) .info {
  padding: 0 7.8rem 0 5rem;
}
.service_displays li:nth-of-type(even) .con {
  margin-left: auto;
}

.nagoya_lp_seat {
  padding: 8rem 0;
  background: url(../image/seats/img_bg_seats_pc.png) no-repeat center;
  background-size: cover;
}
.nagoya_lp_seat .seat_display {
  display: flex;
}
.nagoya_lp_seat .seat_display .left {
  width: calc(50% - 1.2rem);
}
.nagoya_lp_seat .seat_display .right {
  padding: 0 1rem 0 9rem;
  width: calc(50% + 1.2rem);
  max-width: 54.8rem;
}
.nagoya_lp_seat .seat_display .img {
  margin-bottom: 8rem;
}
.nagoya_lp_seat .seat_display .info {
  margin-left: auto;
  max-width: 51.8rem;
}
.seat_display .head {
  margin-bottom: 1.8rem;
  font-size: 2.6rem;
  font-weight: 700;
}
.seat_display .cate {
  margin-bottom: 1.8rem;
}
.seat_display .cate span {
  display: inline-block;
  padding: 0.3rem 2.4rem;
  margin-right: 1.8rem;
  border: 1px solid;
  font-size: 1.4rem;
}
.seat_display .txt {
  line-height: 1.75;
}

.nagoya_lp_seat .seat_stadium_btn {
  display: flex;
  align-items: flex-end;
  gap: 0 0.8rem;
  margin-bottom: 1.6rem;
  border-bottom: 2px solid;
}
.nagoya_lp_seat .seat_stadium_btn li {
  width: 50%;
}
.nagoya_lp_seat .seat_stadium_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1rem;
  height: 4.8rem;
  background: no-repeat center bottom 0.8rem;
  background-size: 1.5rem;
  border: 1px solid #baa85b;
  border-bottom: 0;
}
.nagoya_lp_seat .seat_stadium_btn .active {
  padding-bottom: 2rem;
  height: 5.5rem;
  background-image: url(../image/common/ico_link_down.svg);
  background-color: #baa85b;
  color: #000;
}
.nagoya_lp_seat .seat_map {
  position: relative;
}
.nagoya_lp_seat .seat_map_btn {
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  width: 4.8rem;
  height: 4.8rem;
  background: rgba(0, 0, 0, 0.5);
}
.nagoya_lp_seat .seat_map_btn a {
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nagoya_lp_seat .seat_map_btn a.active {
  opacity: 0;
  visibility: hidden;
}
.nagoya_lp_seat .seat_map_btn img {
  width: 3.2rem;
}
.nagoya_lp_seat .sit_name {
  margin-top: 1.6rem;
  padding: 0.8rem;
  background: #141414;
  text-align: center;
}

.nagoya_lp_banner {
  display: flex;
  align-items: flex-start;
  gap: 0 2.4rem;
  overflow: hidden;
  padding-top: 8rem;
}
.nagoya_lp_banner .img1 {
  margin-top: 6.4rem;
  width: 50%;
}
.nagoya_lp_banner .img1 img {
  width: 100%;
}

.nagoya_lp_banner .img2 {
  width: 50%;
}
.nagoya_lp_banner .img2 img {
  width: 100%;
}

.nagoya_lp_about {
  padding: 12rem 0 8rem;
}
.nagoya_lp_about .about_info {
  margin: 0 auto;
  max-width: 80rem;
}
.nagoya_lp_about .about_info .part + .part {
  margin-top: 5.6rem;
}
.nagoya_lp_about .about-fee {
  text-align: center;
  line-height: 1.75;
}
.nagoya_lp_about .about-fee + .about-fee {
  margin-top: 3.2rem;
}
.nagoya_lp_about .about-fee .grade {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  margin: 0 0 0.5rem;
  border: 1px solid;
  line-height: 1;
  font-size: 1.4rem;
}
.nagoya_lp_about .about_info .big {
  font-size: 2.4rem;
}
.nagoya_lp_about .about_info .note {
  font-size: 1.4rem;
}
.nagoya_lp_about .about_info .price_table {
  width: 100%;
  margin: 3.2rem 0;
}
.nagoya_lp_about .bg_txt {
  padding: 2.4rem 4rem;
  background: #141414;
}
.nagoya_lp_about .bg_txt + .bg_txt {
  margin-top: 3.2rem;
}
.nagoya_lp_about .about_match {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  text-align: center;
  font-size: 1.8rem;
}
.about_service .note {
  margin-bottom: 2.4rem;
  text-align: center;
  font-size: 1.2rem;
}
.about_service .contents {
  display: flex;
  justify-content: center;
}
.nagoya_lp_about .about_notes li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.75;
}
.nagoya_lp_about .about_notes li:before {
  content: "•";
  margin: 0 0.8rem;
}

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

.about_timetable li {
  display: flex;
  margin-bottom: 2rem;
}
.about_timetable .th {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0.5rem;
  width: 14.2rem;
  background: #141414;
  text-align: center;
  font-size: 1.4rem;
}
.about_timetable .td {
  padding: 0.6rem 1.6rem;
  text-align: left;
}
.about_timetable .about_notes li {
  display: block;
  margin-bottom: 0;
}

.about-vip table {
  width: 100%;
  color: #fff;
}
.about-vip .th_none {
  background: #000;
  border: 0;
}
.about-vip .bg_vip,
.about-vip .bg_vip2 {
  background: #baa85b;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
}
.about-vip .bg_vip2 {
  background: #cb9e5a;
}
.about-vip th {
  background: #333;
  border: 1px solid #acacac;
  text-align: center;
  font-size: 1.4rem;
}
.about-vip thead th {
  padding: 0.5rem;
  height: 5.8rem;
}
.about-vip tbody th {
  height: 6.8rem;
  width: 8.2rem;
}
.about-vip td {
  padding: 0.5rem;
  width: 20%;
  border: 1px solid #acacac;
  text-align: center;
  font-size: 1.2rem;
}
.about-vip td:first-of-type {
  width: 21.2rem;
}
.about-vip .comparison {
  display: flex;
  justify-content: center;
  gap: 0 1.2rem;
}
.about-vip .comparison img {
  display: block;
  margin: 0 auto;
}
.about-vip .comparison p span {
  font-size: 1rem;
}

.vip_seat_link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 5.5rem 4rem 9rem;
  margin: 8rem auto 0;
  max-width: 92.4rem;
  background: #fff;
  border-bottom: 0.4rem solid #baa85b;
  color: #000;
}
.vip_seat_link .head .eng {
  text-transform: uppercase;
  color: #baa85b;
  font-size: 4rem;
}
.vip_seat_link .head .jap {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 700;
}
.vip_seat_link .head .big {
  margin-right: 0.4rem;
  font-size: 3.6rem;
}
.vip_seat_link .head .note {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.vip_seat_link .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: 11rem;
  height: 8rem;
  background: #000;
  border-radius: 4rem;
}
.vip_seat_link .btn img {
  width: 2.4rem;
}

.service_royalvip {
  color: #cb9e5a;
}
.service_royalvip.service_tabbox {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(90deg, #000 54.33%, #331313 100%);
}
.service_royalvip .vip_seat_link a {
  background: #cb9e5a;
  border-bottom-color: #fff;
}
.service_royalvip .vip_seat_link .head .eng {
  color: #fff;
}
.service_royalvip .nagoya_lp_seat .seat_stadium_btn {
  border-color: #cb9e5a;
}
.service_royalvip .nagoya_lp_seat .seat_stadium_btn .active {
  background-color: #cb9e5a;
}

.nagoya_lp_notice {
  padding: 8rem 0;
  background: url(../image/notice/img_bg_notice_pc.png) no-repeat center;
  background-size: cover;
  color: #fff;
}
.notice_info .part + .part {
  margin-top: 4rem;
}
.notice_info .notices li {
  font-size: 1.4rem;
}

.js-toggle-box {
  display: none;
}

.nagoya_lp_faq {
  padding: 12rem 0;
  background: #fff;
}
.faq_list li {
  padding: 2.4rem 0.8rem;
  border-bottom: 1px solid #000;
  color: #000;
}
.faq_list .quest {
  cursor: pointer;
  padding-right: 4rem;
  background: url(../image/common/ico_plus.svg) no-repeat right 0.8rem top 0;
  background-size: 2.4rem;
  font-weight: 700;
}
.faq_list .quest.open {
  background-image: url(../image/common/ico_minus.svg);
}
.faq_list .answer {
}
.faq_list .answer p {
  margin-top: 2rem;
}
.faq_list .answer .cate {
  display: inline-block;
  padding: 0.6rem 0.8rem 0.4rem;
  margin-bottom: 0.4rem;
  border-radius: 1.6rem;
  line-height: 1;
  font-size: 1.2rem;
}
.faq_list .answer .cate.grand {
  background: #baa85b;
}
.faq_list .answer .cate.royal {
  background: #cb9e5a;
}

/*** sp ***/
@media screen and (max-width: 834px) {
  .nagoya_lp_introd {
    display: block;
  }
  .nagoya_lp_introd .imgs {
    display: block;
    margin: 1.6rem 0 -4rem;
    width: auto;
  }
  .nagoya_lp_introd .imgs .img1 {
    max-width: 30.5rem;
  }
  .nagoya_lp_introd .imgs .img2 {
    position: relative;
    right: 0;
    top: 0;
    margin: -2.2rem 0 0 auto;
    width: 21.1rem;
  }
  .nagoya_lp_introd .imgs .img3 {
    margin: 1.2rem auto 0 2.4rem;
    max-width: 30rem;
  }
  .nagoya_lp_introd .info {
    display: flex;
    align-items: center;
    padding: 7rem 2.4rem 4.8rem;
    width: auto;
    background-image: url(../image/intro/img_bg_intro_sp.png);
  }
  .nagoya_lp_introd .head {
    font-size: 2rem;
  }

  .nagoya_lp_contactlink ul {
    gap: 1.6rem;
    top: 4.8rem;
    padding: 0 2rem;
  }
  .nagoya_lp_contactlink .head span {
    width: 100%;
  }
  .nagoya_lp_btn .eng {
    line-height: 1.25;
    font-size: 2rem;
  }
  .nagoya_lp_contactlink .subject_cate span {
    padding: 0 0.8rem;
    height: 2.1rem;
  }
  .nagoya_lp_btn .btn {
    padding: 1rem;
  }

  .nagoya_lp_contactlink.fixScroll ul {
    top: 6.4rem;
    transition-duration: 0.5s;
  }
  .nagoya_lp_contactlink.fixScroll ul.moveup {
    top: 0;
  }
  .nagoya_lp_contactlink.fixScroll .nagoya_lp_btn .btn {
    padding: 0.6rem;
    height: 6.4rem;
  }
  .nagoya_lp_contactlink.fixScroll .nagoya_lp_btn .eng {
    font-size: 1.6rem;
  }

  .nagoya_lp_service .service_tabbox {
    padding-top: 40rem;
  }

  .nagoya_lp_service .head-large {
    margin-bottom: 6.4rem;
  }
  .service_displays li {
    display: block;
    margin-bottom: 4rem;
  }
  .service_displays li .img {
    width: auto;
  }
  .service_displays li .info {
    padding: 2.4rem;
    width: 36rem;
  }
  .service_displays li .head {
    padding-left: 1.2rem;
    border-left: 4px solid;
    font-size: 2rem;
  }
  .service_displays li:nth-of-type(even) .info {
    padding: 2.4rem;
    margin-left: auto;
  }

  .nagoya_lp_seat {
    background-image: url(../image/seats/img_bg_seats_sp.png);
  }
  .nagoya_lp_seat .seat_display {
    display: block;
    padding: 0 2.4rem;
  }
  .nagoya_lp_seat .seat_display .left,
  .nagoya_lp_seat .seat_display .right {
    width: auto;
  }
  .nagoya_lp_seat .seat_display .img {
    margin: 0 0 2.4rem -2.4rem;
  }
  .seat_display .head {
    font-size: 2rem;
  }
  .seat_display .cate span {
    padding: 0.1rem 1.6rem;
    font-size: 1.2rem;
  }
  .nagoya_lp_seat .seat_display .right {
    padding: 4rem 0 0;
  }
  .nagoya_lp_seat .seat_stadium_btn {
    margin-bottom: 1.2rem;
  }
  .nagoya_lp_seat .seat_stadium_btn a {
    height: 3.4rem;
    font-size: 1.1rem;
  }
  .nagoya_lp_seat .seat_stadium_btn .active {
    height: 4.4rem;
  }
  .nagoya_lp_seat .seat_map_btn {
    right: 1.2rem;
    bottom: 1.2rem;
    width: 3.5rem;
    height: 3.5rem;
  }
  .nagoya_lp_seat .seat_map_btn img {
    width: 2.3rem;
  }
  .nagoya_lp_seat .sit_name {
    margin-top: 1.2rem;
    letter-spacing: 0.56px;
  }

  .nagoya_lp_banner {
    display: block;
    padding-top: 6.4rem;
  }
  .nagoya_lp_banner .img1,
  .nagoya_lp_banner .img2 {
    max-width: 30rem;
    width: auto;
  }
  .nagoya_lp_banner .img1 {
    margin: 0;
  }
  .nagoya_lp_banner .img2 {
    margin: 2.4rem 0 0 auto;
  }

  .nagoya_lp_about .about_info .part + .part {
    margin-top: 4rem;
  }
  .nagoya_lp_about .about_info .big {
    font-size: 2rem;
  }
  .nagoya_lp_about .about_info .note {
    font-size: 1.2rem;
  }
  .nagoya_lp_about .about_match {
    gap: 0.8rem;
    font-size: 1.6rem;
  }
  .nagoya_lp_about .bg_txt {
    padding: 2.4rem 1.6rem;
  }
  .about_timetable li {
    margin-bottom: 2.4rem;
  }
  .about_timetable .th {
    padding: 0.8rem 0.5rem;
    width: 12rem;
    font-size: 1.2rem;
  }
  .about_timetable .td {
    padding: 0.2rem 0 0.2rem 1.6rem;
    width: calc(100% - 12rem);
  }

  .about-vip {
    position: relative;
    overflow-x: auto;
  }

  .about-vip .icon {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: 0.3s;
    width: 100%;
    height: 100%;
    background: url(../image/common/ico_scrollhint.svg) no-repeat center;
    background-size: 9.6rem;
  }
  .about-vip table {
    table-layout: fixed;
    min-width: 44rem;
  }
  .about-vip thead th {
    height: 3.6rem;
  }
  .about-vip thead tr th:first-child {
    position: sticky;
    left: 0;
    top: 0;
  }
  .about-vip tbody th {
    position: sticky;
    left: 0;
    top: 0;
    width: 6.5rem;
  }

  .about-vip tbody th:before {
    width: 100%;
    height: 100%;
    border: 1px solid #acacac;
    position: absolute;
    left: -0.1rem;
    top: -0.1rem;
    z-index: 2;
    content: "";
  }
  .about-vip .bg_vip,
  .about-vip .bg_vip2 {
    font-size: 1.4rem;
  }
  .about-vip td {
    width: 21%;
  }
  .about-vip td:first-of-type {
    width: 9.6rem;
  }
  .about-vip .comparison {
    gap: 0 1rem;
    font-size: 1rem;
  }
  .about-vip .comparison img {
    width: 2rem;
  }

  .about-vip .th_none {
    position: relative;
  }

  .about-vip .th_none:before {
    width: 100%;
    height: 1rem;
    position: absolute;
    left: 0;
    top: -0.1rem;
    z-index: 2;
    content: "";
    background: #000;
  }

  .vip_seat_link a {
    padding: 1.6rem 3rem;
    border-bottom: 0.4rem solid #baa85b;
  }
  .vip_seat_link .head .eng {
    font-size: 2.4rem;
  }
  .vip_seat_link .head .jap {
    font-size: 1.6rem;
  }
  .vip_seat_link .head .big {
    font-size: 2.4rem;
  }
  .vip_seat_link .btn {
    padding: 0 1rem;
    width: 3.4rem;
    height: 2.2rem;
  }
  .vip_seat_link .btn img {
    width: 1.5rem;
  }
  .vip_seat_link .head .note {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }

  .nagoya_lp_notice {
    padding: 8rem 0;
    background-image: url(../image/notice/img_bg_notice_sp.png);
  }
  .nagoya_lp_notice .head_middle {
    margin-bottom: 3.2rem;
    font-size: 2rem;
  }

  .nagoya_lp_faq {
    padding: 8rem 0;
  }
  .faq_list li {
    padding: 4rem 0.8rem 2rem;
  }
  .faq_list .quest {
    padding-right: 3rem;
    font-size: 1.6rem;
  }
}
