/* Josh's Custom CSS Reset --- more customized */
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: inline-block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  font-size: 100%;
}
#root,
#__next {
  isolation: isolate;
}

/* Basic settings */
br {
  letter-spacing: 0;
}
ul,
li {
  list-style: none;
}
img,
a img {
  border: 0;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
}
b,
strong {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Base Set */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  color: #333;
  font-family:
    -apple-system, BlinkMacSystemFont, "Roboto", "Noto Sans JP", "Arial",
    sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}
a {
  background-color: transparent;
  outline: 0;
  text-decoration: none;
  transition: all 0.5s;
}
a:link {
  color: #3366cc;
}
a:visited {
  color: #3366cc;
}
a:hover {
  color: #1a428c;
}
a:active {
  color: #99ccff;
}

/* -------------------------------------------------------
Layout
---------------------------------------------------------- */
html,
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.footer {
  margin-top: auto;
}
.cp {
  padding: 1rem 0;
  font-size: 80%;
  text-align: center;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}
.list_disc li {
  list-style: disc;
}
ol.decimal {
  padding-left: 2em;
}
ol.decimal li {
  list-style: decimal;
}
.img_box img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* button */
a.btn_c {
  position: relative;
  display: inline-block;
  padding: 1em 3em;
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
  font-size: 90%;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
a.btn_c::before,
a.btn_c::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
a.btn_c.now {
  background-color: #fff;
  border-color: #ccc;
  color: #666;
}
a.btn_v {
  display: inline-block;
  padding: 2em 1em;
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
  font-size: 90%;
  letter-spacing: 0.1em;
}

.arrow::before {
  right: 16px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.info {
  overflow-x: hidden;
}

.greeting_title {
  overflow: hidden;
}
.info_wrap02 {
  margin-top: 7rem;
}
dl.hanabi dd {
  line-height: 1.6;
  vertical-align: middle;
  display: flex;
  align-items: center;
  gap: 4px;
}

.hanabi span {
  display: block;
  position: absolute;
  bottom: -35px;
  left: 0;
  font-size: 14px;
  padding: 0.3em 0.5em;
  background: #bf0025;
  color: #fff;
  border-radius: 4px;
}

/* -------------------------------------------------------
for SmartPhone only
---------------------------------------------------------- */
@media screen and (max-width: 599px) {
  .pc,
  .tab,
  .tabpc {
    display: none;
  }
  .pia_qr {
    display: none;
  }

  /* fv */
  .fv {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(images/fv.jpg) no-repeat center center;
    background-size: cover;
  }
  .fv .title {
    position: absolute;
    top: 5%;
    left: 5%;
    display: flex;
    align-items: flex-start;
    color: #fff;
  }
  .fv .title .t1 {
    padding-top: 0.5rem;
  }
  .fv .title .t1 span {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .fv .title .t1 p {
    font-size: 3rem;
    font-family: "Shippori Mincho", serif;
  }
  .fv .title .t2 {
    padding-left: 1rem;
    font-size: 5.8rem;
    font-family: "Shippori Mincho", serif;
  }
  .fv .catch {
    position: absolute;
    bottom: 5%;
    left: 5%;
  }
  .fv .catch img {
    width: 280px;
    height: auto;
  }
  .fv .catch .fv_date {
    display: none;
  }
  .fv .arrow {
    display: none;
  }
  .fv .catch .fv_btn {
    display: none;
  }

  /* title ------------- */
  .notes_wrap h2,
  .access_wrap h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 4rem;
    color: #111;
    font-size: 3rem;
    font-family: "Shippori Mincho", serif;
  }
  .sponsor_wrap h2.min {
    position: relative;
    display: inline-block;
    margin-bottom: 4rem;
    color: #111;
    font-size: 2.2rem;
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
  }
  .notes_wrap h2::after,
  .access_wrap h2::after,
  .sponsor_wrap h2::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 50px;
    margin-left: 2rem;
    background-color: #7a0b0b;
  }
  .kaisai_wrap h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 4rem;
    color: #111;
    font-size: 3rem;
    font-family: "Shippori Mincho", serif;
  }
  .kaisai_wrap h2::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 50px;
    margin-left: 2rem;
    background-color: #7a0b0b;
  }

  /* section */
  /* kaisai */
  .kaisai_wrap {
    position: relative;
  }
  .kaisai_title {
    padding: 6rem 1rem 0;
  }
  .kaisai_wrap .inner {
    padding: 4rem 1rem;
    overflow-x: hidden;
  }

  .kaisai_flx + .kaisai_flx {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px dotted #ccc;
  }
  .kaisai_flx .date_img_box img {
    width: 60%;
  }
  .kaisai_flx .date_img_box_l img {
    width: 60%;
  }
  .kaisai_flx .date_detail_min,
  .kaisai_flx .date_detail {
    margin-top: 1rem;
    padding: 2rem 1rem;
    background-color: #f7f7f7;
    letter-spacing: 0.05em;
  }

  dl.time {
    display: flex;
    align-items: center;
    color: #111;
    font-weight: bold;
  }
  dl.time + dl.time,
  dl.time + dl.time_pu {
    margin-top: 2rem;
  }
  dl.time dt {
    font-size: 2rem;
  }
  dl.time dd {
    position: relative;
    margin-left: 1em;
    font-size: 1.8rem;
  }
  dl.time_pu {
    display: flex;
    align-items: center;
    padding: 1rem;
    background-color: #f5ce0c;
    color: #000;
    font-weight: bold;
  }
  dl.time_pu dt {
    white-space: nowrap;
    font-size: 2.4rem;
  }
  dl.time_pu dd {
    margin-left: 1em;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .date_detail_min .local,
  .date_detail .local {
    margin-top: 2em;
    font-size: 1.6rem;
  }
  .local-hanabi {
    margin-top: 4em !important;
  }

  .hanabi span {
    font-size: 12px;
  }

  .seat_push {
    margin-top: 0.5em;
    text-align: center;
  }
  .seat_push a {
    color: #b50000;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: underline;
  }

  .local a {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #666;
    border-radius: 4px;
    color: #fff;
  }

  /* info */
  .info_wrap {
    padding-top: 1rem;
    padding-bottom: 6rem;
    background: #000 url(images/bg2.jpg) no-repeat center top;
    background-size: cover;
  }
  .info_title {
    position: relative;
    margin-bottom: -1.5rem;
    text-align: center;
    text-shadow: 0 2px 4px #000;
    z-index: 99;
  }
  .info_title h2 {
    color: #333333;
    font-weight: 700;
    font-size: 3.5rem;
    font-family: "Shippori Mincho", serif;
    text-shadow: none;
  }
  .info {
    position: relative;
  }
  .info_img {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .info_txt {
    position: relative;
    padding: 2rem;
    color: #333333;
    font-size: 100%;
    line-height: 1.6;
  }

  /* greeting */
  .greeting_wrap {
    padding-top: 15rem;
    padding-bottom: 15rem;
    background: url(images/bg3.jpg) no-repeat center top;
    background-size: cover;
  }
  .greeting_wrap h2 {
    margin-bottom: 4rem;
  }
  .greeting_area_wrap .greeting_box {
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .greeting_area_wrap .greeting_box + .greeting_box {
    margin-top: 4rem;
  }
  .representative {
    margin-bottom: 3rem;
  }
  .representative h3 {
    color: #111;
    font-size: 4rem;
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
  }
  .representative p {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #111;
    font-size: 1.6rem;
  }
  .greeting_img {
    margin-bottom: 2rem;
    text-align: center;
  }
  .greeting_img img {
    width: 240px;
    height: auto;
  }
  .greeting_txt_detail p {
    line-height: 1.6;
  }

  .notes_wrap {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #f7f7f7;
  }
  .notes_wrap .inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .notes_wrap .inner dl {
    line-height: 1.6;
  }
  .notes_wrap .inner dl + dl {
    margin-top: 2em;
  }
  .notes_wrap .inner dt {
    margin-bottom: 0.5em;
    font-weight: bold;
  }
  .notes_wrap .inner dd {
    padding-left: 1em;
  }

  /* access */
  .access_wrap {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .access_wrap .inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .access_wrap .map iframe {
    width: 100%;
    height: 240px;
    margin-bottom: 2rem;
  }
  .gmap {
    font-size: 90%;
    line-height: 1.4;
  }
  .gmap a {
    display: inline-block;
    padding: 1em 3em;
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }
  .access_info {
    margin-top: 6rem;
  }
  .access_info h3 {
    margin-bottom: 1rem;
    padding: 1rem 0;
    background-color: #f5f5f5;
    font-weight: bold;
    text-align: center;
  }
  .access_flx {
    line-height: 1.8;
  }
  .access_flx + .access_flx {
    margin-top: 2rem;
  }
  .access_item {
    font-weight: bold;
  }

  /* sponsor */
  .sponsor_wrap {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #f5f3e9;
  }
  .sponsor_wrap .inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .sponsor_wrap .vip {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    font-size: 130%;
    line-height: 1.4;
  }
  .sponsor_list li {
    padding: 0.6em;
    line-height: 1.2;
  }

  /* seats */
  .seats_wrap {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .seats_wrap .inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .seats_wrap h2 {
    margin-bottom: 6rem;
    color: #111;
    font-size: 3rem;
    line-height: 1.4;
    text-align: center;
  }
  .seats_intro {
    margin: 4rem 0;
    line-height: 1.6;
    text-align: center;
  }
  .seats_intro p {
    color: #de0000;
    font-size: 120%;
    font-weight: bold;
  }
  .seats_txt {
    margin-top: 4rem;
    line-height: 1.6;
  }

  .seats_intro_imgflx .img_box p {
    color: #de0000;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .seats_intro_imgflx .img_box.tenugui {
    width: 80%;
    margin: 0 auto 3rem;
  }

  .keidai_map {
    text-align: center;
  }
  .pia_box {
    margin-top: 4rem;
    text-align: center;
  }
  .pia_link {
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .pia_box p {
    margin-top: 1em;
    font-weight: bold;
    line-height: 1.6;
  }

  /* footer */
  .footer {
    background: url(images/bg2.jpg) no-repeat center top;
    background-size: cover;
  }
  .footer .inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .footer .site_name {
    font-size: 2rem;
    font-weight: bold;
  }
  .telbox {
    margin-top: 2rem;
  }
  .telbox span {
    display: block;
  }
  .telbox span.tel {
    font-size: 2rem;
    font-weight: bold;
  }
  .site_link a {
    color: #eee;
  }
  .fv_btn {
    display: none;
  }
} /* end smartphone only */
/* -------------------------------------------------------
for smartphone landscape
---------------------------------------------------------- */
@media (orientation: landscape) {
} /* end smartphone landscape */
/* -------------------------------------------------------
for TAB & PC
---------------------------------------------------------- */
@media screen and (min-width: 600px) {
  .ssp {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  /* block */
  .flx {
    display: flex;
  }
  .fd_r {
    flex-direction: row;
  }
  .fd_rr {
    flex-direction: row-reverse;
  }
  .jc_sb {
    justify-content: space-between;
  }
  .jc_c {
    justify-content: center;
  }
  .al_c {
    align-items: center;
  }

  /* fv */
  .fv {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(images/fv01.jpg) no-repeat center center;
    background-size: cover;
  }
  .fv-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 3s ease-in-out;
    z-index: -1;
  }

  .fv-bg.bg1 {
    background-image: url(images/fv01.jpg);
  }

  .fv-bg.bg2 {
    background-image: url(images/fv02.jpg);
  }

  .fv-bg.active {
    opacity: 1;
  }

  .fv .title {
    position: absolute;
    top: 5%;
    left: 5%;
    display: flex;
    align-items: flex-start;
    color: #fff;
  }
  .fv .title .t1 {
    padding-top: 0.5rem;
  }
  .fv .title .t1 span {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 2rem;
  }
  .fv .title .t1 p {
    font-size: 4rem;
    font-family: "Shippori Mincho", serif;
  }
  .fv .title .t2 {
    padding-left: 1rem;
    font-size: 6.8rem;
    font-family: "Shippori Mincho", serif;
  }
  .fv .catch img {
    width: 440px;
    height: auto;
  }
  .fv .catch .fv_date {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .fv .date {
    position: absolute;
    bottom: 10%;
    left: 5%;
  }
  .fv .date img {
    width: 500px;
    height: auto;
  }
  .fv .arrow {
    position: absolute;
    bottom: 10%;
    left: 10%;
  }
  .fv .arrow img {
    width: 80px;
  }
  .fv #more {
    margin-top: 10px;
  }
  .fv .fv_btn {
    margin-top: 2rem;
    text-align: center;
  }
  .fv .fv_btn img {
    width: 320px;
    height: auto;
  }

  /* title ------------- */
  .notes_wrap h2,
  .access_wrap h2,
  .sponsor_wrap h2,
  .kaisai_wrap h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 6rem;
    color: #111;
    font-size: 5rem;
    font-family: "Shippori Mincho", serif;
  }
  .notes_wrap h2::after,
  .access_wrap h2::after,
  .sponsor_wrap h2::after,
  .kaisai_wrap h2::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 50px;
    margin-left: 2rem;
    background-color: #7a0b0b;
  }

  /* section ------------- */
  /* kaisai */
  .kaisai_wrap {
    position: relative;
    background: url(images/kaisai_bg.webp) no-repeat center top;
    background-size: cover;
  }
  .kaisai_title {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 10rem;
  }
  .kaisai_wrap .inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 10rem;
    padding: 8rem 6rem;
    background-color: rgba(255, 255, 255, 1);
  }

  .kaisai_flx {
    display: flex;
    justify-content: space-between;
  }
  .kaisai_flx + .kaisai_flx {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px dotted #ccc;
  }
  .kaisai_flx .date_img_box {
    width: 30%;
  }
  .kaisai_flx .date_detail_min {
    width: 60%;
    letter-spacing: 0.05em;
  }
  .kaisai_flx .date_img_box_l {
    width: 30%;
  }

  .date_img_box img,
  .date_img_box_l img {
    width: 100%;
  }
  .kaisai_flx .date_detail {
    width: 60%;
    letter-spacing: 0.05em;
  }
  dl.time {
    display: flex;
    align-items: center;
    color: #111;
    font-weight: bold;
  }
  dl.time + dl.time,
  dl.time + dl.time_pu {
    margin-top: 2rem;
  }
  dl.time dt {
    font-size: 3rem;
  }
  dl.time dd {
    position: relative;
    margin-left: 1em;
    font-size: 2.4rem;
  }
  dl.hanabi dd {
    line-height: 1.6;
  }
  dl.time_pu {
    display: flex;
    align-items: center;
    padding: 1rem;
    background-color: #f5ce0c;
    color: #000;
    font-weight: bold;
  }
  dl.time_pu dt {
    white-space: nowrap;
    font-size: 3.4rem;
  }
  dl.time_pu dd {
    margin-left: 1em;
    font-size: 3rem;
    line-height: 1.4;
  }
  .date_detail_min .local,
  .date_detail .local {
    margin-top: 2em;
    font-size: 1.6rem;
  }

  .local-hanabi {
    margin-top: 4em !important;
  }

  .seat_push {
    margin-top: 0.5em;
    text-align: right;
  }
  .seat_push a {
    color: #b50000;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: underline;
  }

  .local a {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #666;
    border-radius: 4px;
    color: #fff;
  }

  /* info */
  .info_wrap {
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 10rem;
    background: #000 url(images/bg2.jpg) no-repeat center top;
    background-size: cover;
  }
  info_wrap02 {
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-size: cover;
  }

  .info_title {
    position: relative;
    margin-bottom: -2.5rem;
    text-align: center;
    z-index: 99;
  }
  .info_title h2 {
    color: #000;
    font-size: 5rem;
    font-family: "Shippori Mincho", serif;
    text-shadow: 0 0 8px #000;
  }
  .info {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .info_img {
    position: relative;
    width: 70%;
    z-index: 1;
  }
  .info_txt {
    position: relative;
    width: 50%;
    height: 100%;
    margin-right: 5%;
    margin-left: -5%;
    padding: 4vw 5rem;
    background-color: rgba(255, 255, 255, 0.8);
    color: #111;
    font-size: 120%;
    line-height: 2;
    z-index: 2;
  }

  /* greeting */
  .greeting_wrap {
    padding-bottom: 15rem;
    background: url(images/bg3.jpg) no-repeat center top;
    background-size: cover;
  }
  .greeting_wrap h2 {
    margin-bottom: 10rem;
    font-size: 6rem;
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 8px #fff;
  }
  .greeting_wrap h2 img {
    width: 800px;
    height: auto;
  }

  .greeting_area_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .greeting_area_wrap .greeting_box {
    width: 32%;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .representative {
    margin-bottom: 3rem;
  }
  .representative h3 {
    color: #111;
    font-size: 4.8rem;
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
  }
  .representative p {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #111;
    font-size: 2rem;
  }
  .greeting_img {
    margin-bottom: 2rem;
    text-align: center;
  }
  .greeting_img img {
    width: 100%;
    max-width: 280px;
  }
  .greeting_txt_detail p {
    line-height: 2;
  }

  /* notes */
  .notes_wrap {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-color: #f7f7f7;
  }
  .notes_wrap .inner {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }
  .notes_wrap .inner dl {
    line-height: 1.8;
  }
  .notes_wrap .inner dl + dl {
    margin-top: 2em;
  }
  .notes_wrap .inner dd {
    padding-left: 1em;
  }

  /* access */
  .access_wrap {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .access_wrap .inner {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }
  .access_wrap .map iframe {
    width: 100%;
    height: 500px;
    margin-bottom: 2rem;
  }
  .access_info {
    margin-top: 6rem;
  }
  .access_info h3 {
    margin-bottom: 1em;
    font-size: 120%;
    font-weight: bold;
  }
  .access_flx {
    display: flex;
    width: 100%;
    font-size: 130%;
    line-height: 1.8;
  }
  .access_flx + .access_flx {
    margin-top: 2rem;
  }
  .access_item {
    width: 5em;
    font-weight: bold;
  }
  .access_txt {
    flex: 1;
  }

  /* sponsor */
  .sponsor_wrap {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-color: #f5f3e9;
  }
  .sponsor_wrap .inner {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }
  .sponsor_wrap .vip {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    font-size: 160%;
  }
  .sponsor_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sponsor_list::after {
    content: "";
    display: block;
    width: 33%;
  }
  .sponsor_list li {
    width: 33%;
    padding: 0.6em;
    font-size: 120%;
    line-height: 1.2;
  }

  /* seats */
  .seats_wrap {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .seats_wrap .inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
  .seats_wrap h2 {
    margin-bottom: 6rem;
    color: #111;
    font-size: 4.4rem;
    text-align: center;
  }
  /*
  .seats_intro {
    margin: 4rem 0;
    text-align: center;
  }
  */
  .seats_intro_imgflx {
    display: flex;
    justify-content: space-between;
    margin: 4rem 0;
  }
  .seats_intro_imgflx .img_box {
    width: 43%;
    text-align: center;
  }
  .seats_intro_imgflx .img_box.center {
    padding-top: 3rem;
  }
  .seats_intro_imgflx .img_box.right {
    width: 40%;
  }

  .seats_intro_imgflx .img_box p {
    color: #de0000;
    font-size: 120%;
    font-weight: bold;
  }
  .seats_txt {
    margin-top: 4rem;
    font-size: 110%;
    line-height: 2;
  }
  .keidai_map {
    text-align: center;
  }
  .pia_box {
    width: 480px;
    margin: 4rem auto 0;
    text-align: center;
  }
  .pia_box p {
    margin-top: 1em;
    font-weight: bold;
    line-height: 1.8;
  }
  .pia_link {
    padding: 1.5rem 4rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
  }
  .pia_link:hover {
    opacity: 0.5;
  }
  .pia_qr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
  }
  .pia_qr p {
    margin-top: 1em;
    font-size: 90%;
  }

  /* footer */
  .footer {
    background: url(images/bg2.jpg) no-repeat center top;
    background-size: cover;
  }
  .footer .inner {
    width: 1024px;
    margin: 0 auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .footer .site_name {
    font-size: 2rem;
    font-weight: bold;
  }
  .telbox span {
    display: inline-block;
  }
  .telbox span.tel {
    font-size: 2rem;
    font-weight: bold;
  }
  .telbox span.fax {
    margin-left: 2em;
  }
  .site_link a {
    color: #eee;
  }
} /* end TAB & PC */

/* greeting other */
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .date_box h3 .yuryo {
    top: -40px;
    right: -20px;
    width: 180px;
  }

  .greeting_area_wrap {
    display: block;
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .greeting_area_wrap .greeting_box {
    width: 100%;
  }
  .greeting_area_wrap .greeting_box + .greeting_box {
    margin-top: 4rem;
  }
  .greeting_box .tab_flx {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .greeting_box .tab_flx .greeting_img {
    width: 240px;
  }
  .greeting_box .tab_flx .greeting_txt_detail {
    flex: 1;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1120px) {
  .kaisai_flx {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .date_box h3 .yuryo {
    top: -40px;
    right: -20px;
    width: 180px;
  }
}

/* -------------------------------------------------------
for TAB only
---------------------------------------------------------- */
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .fv {
    height: 75vh;
  }
  .fv .catch {
    position: absolute;
    top: 15%;
    right: 5%;
    z-index: 100;
  }
  .fv .catch img {
    width: 340px;
    height: auto;
  }
  .kaisai_wrap .inner {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .date_box.b1 h3 {
    font-size: 2rem;
  }
  .date_box.b2 h3 {
    font-size: 3rem;
  }
  .date_box p {
    font-size: 100%;
  }

  .info_txt {
    width: 50%;
    height: 100%;
    margin-right: 0;
    margin-left: -5%;
    padding: 3rem;
    font-size: 100%;
    line-height: 1.8;
    z-index: 2;
  }

  .notes_wrap .inner,
  .access_wrap .inner,
  .sponsor_wrap .inner,
  .seats_wrap .inner {
    padding-right: 4rem;
    padding-left: 4rem;
  }
} /* end TAB only */
/* -------------------------------------------------------
for PC
---------------------------------------------------------- */
@media only screen and (min-width: 1024px) {
  body {
    zoom: 1;
  }
  .spv,
  .tab {
    display: none;
  }

  .fv .catch {
    position: absolute;
    top: 12%;
    left: 62%;
    z-index: 100;
  }
  .fv .catch h1 > img {
    width: auto;
    height: 70vh;
  }
} /* end PC */
