@charset "UTF-8";
/*
* color
* --------------------------------------------------*/
/*
* font
* --------------------------------------------------*/
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

/*
* base
* --------------------------------------------------*/
/* html
-----------------------------------------------------*/
html {
  font-size: 10px;
}

/* body
-----------------------------------------------------*/
body {
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding-top: 0;
  font-size: 1.6rem;
  background-color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  vertical-align: top;
}

.only-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .only-sp {
    display: block;
  }
}

/* テキスト
-----------------------------------------------------*/
p {
  margin-bottom: 0;
}

p.text-s {
  font-size: 14px;
  letter-spacing: 0.05em;
  /*SP*/
}
@media screen and (max-width: 768px) {
  p.text-s {
    font-size: 12px;
  }
}

p.lh-l {
  line-height: 2.2;
}

p.text-supplement {
  font-size: 1.2rem;
}

em {
  font-style: normal;
}

strong {
  font-weight: bold;
}

p.text-w {
  color: #fff;
}

@media screen and (max-width: 768px) {
  h2 img {
    width: auto;
    height: 56px;
  }
}

/*リンクテキスト
-----------------------------------------------------*/
a {
  color: #000;
  -webkit-transition: none;
  transition: none;
}

a,
input[type=submit],
input[type=button],
button {
  text-decoration: none;
  outline: none;
}

a:hover,
a:active,
input[type=submit]:hover,
input[type=submit]:active,
input[type=button]:hover,
input[type=button]:active,
button:hover,
button:active {
  /*PC*/
}
@media screen and (min-width: 769px) {
  a:hover,
  a:active,
  input[type=submit]:hover,
  input[type=submit]:active,
  input[type=button]:hover,
  input[type=button]:active,
  button:hover,
  button:active {
    color: #8c8c8c;
    outline: none;
    text-decoration: none;
    opacity: 0.7;
  }
}

a:focus,
a:active,
input[type=submit]:focus,
input[type=submit]:active,
input[type=button]:focus,
input[type=button]:active,
button:focus,
button:active {
  outline: none;
  text-decoration: none;
}

a:active:focus,
a:active.focus,
a.active:focus,
a.active.focus,
input[type=submit]:active:focus,
input[type=submit]:active.focus,
input[type=submit].active:focus,
input[type=submit].active.focus,
input[type=button]:active:focus,
input[type=button]:active.focus,
input[type=button].active:focus,
input[type=button].active.focus,
button:active:focus,
button:active.focus,
button.active:focus,
button.active.focus {
  outline: none;
  text-decoration: none;
}

/* img
-----------------------------------------------------*/
figure img {
  margin-bottom: 0;
}

img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

/* 背景
-----------------------------------------------------*/
.bg-black {
  background-color: #000;
}

.bg-yellow {
  background-color: #f1edde;
}

.bg-gray {
  background-color: #f1edde;
}

.bg-white {
  background-color: #fff;
}

.bg-blackline {
  background-color: #000;
  background-image: url("/files/user/_/common/img/watchingguide/bg_blackline.jpg");
  background-size: 120px;
}

.bg-redline {
  background-color: #a0191a;
  background-image: url("/files/user/_/common/img/watchingguide/bg_redline.jpg");
  background-size: 120px;
}

.bg-white {
  background-color: #ffffff;
}

/*
* placeholder
-----------------------------------------------------*/
input:-moz-placeholder-shown, .form-control:-moz-placeholder-shown {
  color: #cdd6dd;
}
input:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #cdd6dd;
}
input:placeholder-shown,
.form-control:placeholder-shown {
  color: #cdd6dd;
}

input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #cdd6dd;
}

input:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #cdd6dd;
  opacity: 1;
}

input::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #cdd6dd;
  opacity: 1;
}

input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #cdd6dd;
}

input:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
}

.hr-dashed {
  border-top: 1px dashed #000;
}

.btn {
  width: 100%;
  max-width: 360px;
  margin-top: 24px;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 100px;
  position: relative;
  white-space: normal;
  letter-spacing: 0.08em;
  padding: 16px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  background-color: #000;
  color: #fff;
  -webkit-transition: none;
  transition: none;
}
.btn.btn-center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.btn.btn-s {
  max-width: 344px;
  padding: 17px 0;
  font-size: 16px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .btn.btn-s {
    padding: 15px 10px;
    max-width: none;
    width: 100%;
  }
}
.btn.btn-red {
  background-color: #cd182f;
}

.btn:focus,
.btn:disabled,
.btn:visited,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.btn:hover,
.btn:active,
.btn.touch {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.btn:hover,
.btn:active {
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.btn:disabled,
.btn.disabled {
  opacity: 1;
}

.btn:disabled:hover,
.btn:disabled:active,
.btn.disabled:hover,
.btn.disabled:active {
  opacity: 0.6;
}

.btn-bevel {
  clip-path: polygon(0 16px, 16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
}

.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.txt-red {
  color: #cd182f;
}

.txt-yellow {
  color: #cbaa4c;
}

.txt-small {
  font-size: 12px;
  font-weight: normal;
  line-height: 110%;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
-- Layout CSS
-------------------------------------------------- */
.wrap {
  padding-top: 57px;
  overflow: hidden;
}

/*SP*/
@media screen and (max-width: 768px) {
  .wrap {
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .wrap {
    padding-top: 70px;
  }
}
.container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .container {
    max-width: 1108px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container-l {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-l {
    max-width: 1304px;
  }
}

.img-note {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .img-note {
    font-size: 9px;
  }
}

.img-note-s {
  color: #000;
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 1.1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .img-note-s {
    font-size: 9px;
  }
}

/*
* header
* --------------------------------------------------*/
.lp-header {
  background-color: #cd182f;
  height: 57px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1005;
}

.lp-header > .inner {
  padding: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp-header .site-logo {
  max-width: 150px;
  -webkit-box-flex: 150px;
  -ms-flex: 150px;
  flex: 150px;
  height: 57px;
  padding: 9px 0;
}

.lp-header .header-nav {
  height: 57px;
  max-width: calc(100% - 150px);
  -webkit-box-flex: calc(100% - 150px);
  -ms-flex: calc(100% - 150px);
  flex: calc(100% - 150px);
}

@media (min-width: 992px) {
  .lp-header {
    height: 70px;
  }
  .lp-header > .inner {
    padding-right: 30px;
  }
  .lp-header .site-logo {
    height: 70px;
    padding: 15px 0;
  }
  .lp-header .header-nav {
    height: 70px;
  }
}
@media (min-width: 1481px) {
  .lp-header > .inner {
    padding-left: 30px;
  }
}
.site-logo {
  width: 150px;
  margin-bottom: 0;
}

.site-logo .logo-link,
.site-logo .logo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-logo .logo-icon {
  -webkit-box-flex: 39px;
  -ms-flex: 39px;
  flex: 39px;
  max-width: 39px;
  max-height: 39px;
}

.site-logo .logo-text {
  max-width: calc(100% - 39px);
  -webkit-box-flex: calc(100% - 39px);
  -ms-flex: calc(100% - 39px);
  flex: calc(100% - 39px);
  padding-left: 9px;
  color: #fff;
  font-size: 15px;
  line-height: 1.1;
  margin: 0;
  position: relative;
  top: -2px;
}

.header-nav {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 28px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
}

.header-nav .nav-list .link {
  font-size: 1.4rem;
  font-weight: 700s;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.3;
}
.header-nav .nav-list .link.link-btn {
  padding: 4px 14px 5px;
  background-color: #000;
  border-radius: 100px;
}

@media (min-width: 992px) {
  .header-nav {
    display: block;
  }
  .header-nav .nav-list .list-item {
    margin-right: 0px;
  }
  .header-nav .nav-list .link {
    font-size: 1.3rem;
    font-weight: bold;
  }
  .header-nav .nav-list .link .br {
    display: none;
  }
}
@media (min-width: 1201px) {
  .header-nav .nav-list .link {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .header-nav .nav-list .link .br {
    display: block;
  }
}
@media (min-width: 1481px) {
  .header-nav .nav-list .list-item {
    margin-right: 10px;
  }
  .header-nav .nav-list .link {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px;
  }
  .header-nav .nav-list .link .br {
    display: none;
  }
}
.drawer-nav {
  display: none;
  visibility: hidden;
  max-width: 400px;
  width: calc(100% - 15px);
  height: calc(100% - 57px);
  background-color: #a0191a;
  padding: 10px 30px 70px;
  position: fixed;
  top: 57px;
  right: 0;
  -webkit-transition-property: -webkit-transform visibility;
  transition-property: -webkit-transform visibility;
  transition-property: transform visibility;
  transition-property: transform visibility, -webkit-transform visibility;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translateX(calc(100% + 30px));
  transform: translateX(calc(100% + 30px));
  z-index: 1000;
}

.drawer-nav::after {
  content: "";
  background-color: #000;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 90px;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
}

.drawer-nav.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.drawer-nav .nav-list {
  margin-bottom: 0;
  max-height: 100%;
  overflow-y: auto;
}

.drawer-nav .nav-list .list-item {
  margin-right: 10px;
}

.drawer-nav .nav-list .link {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 18px 10px;
  border-bottom: 1px solid #fff;
  text-align: center;
}

@media (max-width: 991px) {
  .drawer-nav {
    display: block;
  }
}
.drawer-btn {
  font-size: 1.1rem;
  display: none;
  color: #fff;
  width: 68px;
  height: 57px;
  border: 0;
  background: none;
  position: fixed;
  top: 0;
  right: 0;
  text-align: left;
  padding: 10px;
  z-index: 1010;
}

.drawer-btn:hover,
.drawer-btn:active {
  opacity: 1;
  color: #fff;
}

.drawer-btn.active {
  opacity: 1;
}

.drawer-btn .icon-bar {
  position: absolute;
  display: block;
  background-color: #fff;
  width: 22px;
  height: 3px;
  right: 10px;
  top: 27px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: center;
}

.drawer-btn .icon-bar::before,
.drawer-btn .icon-bar::after {
  content: "";
  -webkit-transition-property: -webkit-transform top bottom;
  transition-property: -webkit-transform top bottom;
  transition-property: transform top bottom;
  transition-property: transform top bottom, -webkit-transform top bottom;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
  position: absolute;
  height: 3px;
  width: 22px;
  right: 50%;
  top: 50%;
  background-color: #fff;
  margin: 0;
}

.drawer-btn .icon-bar::before {
  -webkit-transform: translate(50%, -8px) rotate(0);
  transform: translate(50%, -8px) rotate(0);
}

.drawer-btn .icon-bar::after {
  -webkit-transform: translate(50%, 4px) rotate(0);
  transform: translate(50%, 4px) rotate(0);
}

.drawer-btn.active .icon-bar {
  background-color: transparent;
}

.drawer-btn.active .icon-bar::before {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}

.drawer-btn.active .icon-bar::after {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}

@media (max-width: 991px) {
  .drawer-btn {
    display: block;
  }
}
/*
* footer
* --------------------------------------------------*/
.lp-footer {
  background-color: #000;
  padding: 20px 0;
  color: #fff;
}

.lp-footer .footer-logo {
  margin-bottom: 10px;
  /*SP*/
  width: 40px;
  margin-bottom: 10px;
  margin-inline: auto;
}
.lp-footer .footer-logo img {
  height: 40px;
}

.lp-footer .footer-logo .logo-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  width: auto;
}

.lp-footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.lp-footer .footer-menu .item {
  margin-left: 10px;
  margin-right: 10px;
}

.lp-footer .footer-menu .link {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}

.lp-footer .copyright {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

/*
--  CSS
-------------------------------------------------- */
.lp-mv .mv-wrap {
  position: relative;
  text-align: center;
  margin: 0;
}
.lp-mv .mv-wrap h1 {
  position: absolute;
  top: 54px;
  left: 70px;
  max-width: 734px;
  width: 51%;
  z-index: 2;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .lp-mv .mv-wrap h1 {
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 91.5%;
  }
}
.lp-mv .mv-wrap .img-note {
  position: absolute;
  bottom: 30px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .lp-mv .mv-wrap .img-note {
    right: 20px;
    bottom: 17px;
  }
}
.lp-mv .mv-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.section-about {
  padding: 68px 0 80px;
  background-color: #000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about {
    padding: 64px 0;
  }
}
.section-about h2 {
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-about h2 {
    line-height: 0;
  }
}
.section-about h2 img {
  width: 400px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about h2 img {
    width: auto;
    height: 14.6px;
  }
}
.section-about .container > p {
  max-width: 784px;
  margin: 0 auto;
}
.section-about .container ul.list-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 50px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about .container ul.list-point {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 420px;
    margin-inline: auto;
    margin-top: 32px;
  }
}
.section-about .container ul.list-point li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 1;
  background-color: #cbaa4c;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 700;
  left: 0.02em;
  text-align: center;
  /*SP*/
}
@media screen and (max-width: 1100px) {
  .section-about .container ul.list-point li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .section-about .container ul.list-point li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 400px) {
  .section-about .container ul.list-point li {
    font-size: 1.4rem;
  }
}
.section-about .container ul.list-point li:nth-of-type(3) {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about .container ul.list-point li:nth-of-type(3) {
    letter-spacing: 0;
  }
}
.section-about .container ul.list-point li .li-inner > span {
  color: #fff;
}
.section-about .container ul.list-point li .li-inner a {
  color: #fff;
  font-size: 1.4rem;
}
.section-about .container ul.list-point li .li-inner a span {
  text-decoration: underline !important;
}
.section-about .container ul.list-point li .li-inner .s-black {
  font-size: 14px;
  color: #000;
}
@media screen and (max-width: 1100px) {
  .section-about .container ul.list-point li .li-inner .s-black {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
}

.section-igarena {
  position: relative;
  padding: 80px 0 120px;
  background-color: #000;
  background-image: url(/v=1747985066/files/user/_/common/img/seasonticket/bg_texture_black.jpg);
  background-size: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-igarena {
    padding: 60px 0;
    background-image: url(/v=1747985066/files/user/_/common/img/seasonticket/bg_texture_black_sp.jpg);
    background-size: 100%;
  }
}
.section-igarena h2 {
  margin-bottom: 103px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-igarena h2 {
    margin-bottom: 22px;
  }
}
.section-igarena h2 img {
  width: 408px;
  height: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-igarena h2 img {
    width: auto;
    height: 36px;
  }
}
.section-igarena .container-l .arena-lead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-igarena .container-l .arena-lead {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-igarena .container-l .arena-lead .left-wrap {
  position: relative;
  margin-top: 100px;
  max-width: 530px;
  z-index: 2;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-igarena .container-l .arena-lead .left-wrap {
    margin-top: 0;
    max-width: none;
  }
}
.section-igarena .container-l .arena-lead .left-wrap > p {
  line-height: 180%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-igarena .container-l .arena-lead .left-wrap > p {
    line-height: 1.65;
    letter-spacing: 0;
  }
}
.section-igarena .container-l .arena-lead .left-wrap .strong {
  padding-bottom: 33px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1.6px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-igarena .container-l .arena-lead .left-wrap .strong {
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
  }
}
.section-igarena .container-l .arena-lead .sp-wrap {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-igarena .container-l .arena-lead .sp-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 25px;
  }
}
.section-igarena .container-l .arena-lead .img-arena {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 970px;
  width: 78%;
  z-index: 1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-igarena .container-l .arena-lead .img-arena {
    position: relative;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.section-igarena .container-l .arena-lead .img-arena .img-note {
  position: absolute;
  right: 24px;
  bottom: 17px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-igarena .container-l .arena-lead .img-arena .img-note {
    right: 15px;
    bottom: 10px;
  }
}
.section-igarena .container-l .text-gray {
  color: #dddddd;
}
.section-igarena .container-l .about-inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 120px auto 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-igarena .container-l .about-inside {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
    margin-top: 48px;
  }
}
.section-igarena .container-l .about-inside .img-arena {
  position: relative;
  max-width: 706px;
  width: 57%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-igarena .container-l .about-inside .img-arena {
    max-width: none;
    width: 100%;
  }
}
.section-igarena .container-l .about-inside .img-arena .img-note {
  position: absolute;
  color: #000;
  left: 24px;
  bottom: 17px;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-igarena .container-l .about-inside .img-arena .img-note {
    left: 11px;
    bottom: 6px;
  }
}
.section-igarena .container-l .about-inside > p {
  width: 490px;
  line-height: 180%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-igarena .container-l .about-inside > p {
    width: 100%;
    line-height: 1.65;
    letter-spacing: 0;
  }
}
.section-igarena .container-l .about-lounge {
  margin-top: 100px;
  padding: 80px 50px 50px;
  background: rgba(39, 39, 39, 0.8);
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-igarena .container-l .about-lounge {
    margin-top: 40px;
    padding: 30px 20px 20px;
  }
}
.section-igarena .container-l .about-lounge > p {
  margin: 0 auto;
  max-width: 872px;
  width: 100%;
  line-height: 180%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-igarena .container-l .about-lounge > p {
    letter-spacing: 0;
    line-height: 1.65;
  }
}
.section-igarena .container-l .about-lounge > p:not(:first-of-type) {
  margin-top: 16px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-igarena .container-l .about-lounge > p:not(:first-of-type) {
    margin-top: 20px;
  }
}
.section-igarena .container-l .about-lounge .img-list {
  margin-top: 56px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-igarena .container-l .about-lounge .img-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-top: 25px;
    gap: 20px;
  }
}
.section-igarena .container-l .about-lounge .img-note {
  margin: 16px 0 0 auto;
  text-align: right;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-igarena .container-l .about-lounge .img-note {
    margin-top: 10px !important;
  }
}

.section-seat-and-benefit {
  position: relative;
  padding: 60px 0 160px;
  background-color: #cd182f;
  background-image: url(/v=1747985066/files/user/_/common/img/seasonticket/bg_texture_red.jpg);
  background-size: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit {
    padding: 0 0 45px;
  }
}
.section-seat-and-benefit .lp-section-body {
  position: relative;
  z-index: 10;
}
.section-seat-and-benefit .container h2 {
  margin-bottom: 43px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container h2 {
    margin-left: 12px;
    margin-bottom: 32px;
  }
}
.section-seat-and-benefit .container h2 img {
  width: 607px;
  height: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container h2 img {
    height: 34.4px;
    width: auto;
  }
}
.section-seat-and-benefit .container .bl-seat {
  padding-top: 80px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-seat {
    padding: 60px 0 0;
  }
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-seat .bl-inner .tab-list {
    display: none;
  }
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-list li .btn-block {
  padding: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  border: 4px solid #000;
  letter-spacing: 0.02em;
  line-height: 1.85;
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-list li .btn-block.btn-current {
  color: #000;
  background-color: #fff;
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp {
  /*PC*/
  /*SP*/
}
@media screen and (min-width: 769px) {
  .section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp {
    margin-top: 16px;
    background-color: #fff;
    padding: 80px;
  }
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp:nth-of-type(n + 2) {
    margin-top: 16px;
  }
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-title {
  /*PC*/
}
@media screen and (min-width: 769px) {
  .section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-bottom: 32px;
    padding-bottom: 12px;
    border-bottom: 4px solid #000;
  }
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-title h3 {
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.2em;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-title h3 {
    margin-bottom: 0;
    letter-spacing: 0.1em;
  }
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-title .img-benefit {
  width: 394px;
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-title.btn-accordion-seasonticket {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-title.btn-accordion-seasonticket h3 {
    font-size: 1.8rem;
    color: #fff;
    padding: 10px 20px;
    text-align: left;
    background: #000;
    border: 1px solid #000;
    position: relative;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  .section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-title.btn-accordion-seasonticket h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-title.btn-accordion-seasonticket h3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
    text-align: center;
    background: #fff;
    background-image: url(/v=1723702776/files/user/_/common/img/packageticket/tab_open.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-title.btn-accordion-seasonticket.active h3 {
  background: #fff;
  color: #000;
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-title.btn-accordion-seasonticket.active h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  text-align: center;
  background: #000;
  background-image: url(/v=1723702776/files/user/_/common/img/packageticket/tab_close.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 8px;
    background-color: #fff;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .img-benefit {
    margin-bottom: 12px;
  }
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .img-wrap {
  max-width: 488px;
  width: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .img-wrap {
    max-width: none;
  }
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap {
  max-width: 354px;
  width: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap {
    margin-top: 15px;
    max-width: none;
  }
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap .seat-index {
  font-weight: 700;
  letter-spacing: 0.04em;
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap .seat-price {
  margin-top: 12px;
  margin-bottom: 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap .seat-price {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3px;
  }
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap .seat-price li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 5px;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 30px;
  font-weight: 600;
  line-height: 160%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap .seat-price li {
    gap: 10px;
    font-size: 22px;
  }
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap .seat-price li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap .seat-price li > span {
    padding: 0 0 4px 0;
    font-size: 12px;
  }
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap .seat-price li > span::before {
  content: "●";
  display: block;
  margin: 0 8px 0 0;
  font-size: 12px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap .seat-price li > span::before {
    margin-right: 6px;
    font-size: 10px;
  }
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap .seat-price li > .yellow::before {
  color: #fffb00;
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap .seat-price li > .blue::before {
  color: #09fffb;
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap .seat-price li > .pink::before {
  color: #ff55e5;
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap .seat-benefit {
  margin-top: 14px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap .seat-benefit {
    margin-top: 20px;
  }
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap .seat-benefit .benefit-title {
  margin-bottom: 0;
  padding-bottom: 14px;
  border-bottom: 2px solid #cd182f;
  font-weight: 700;
  font-size: 16px;
  color: #cd182f;
  line-height: 160%;
  letter-spacing: 0.04em;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap .seat-benefit .benefit-title {
    font-size: 14px;
    padding-bottom: 13px;
  }
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap .seat-benefit .list-seat-benefit {
  margin-top: 20px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap .seat-benefit .list-seat-benefit {
    margin-top: 16px;
  }
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap .seat-benefit .list-seat-benefit .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 120%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap .seat-benefit .list-seat-benefit .item {
    margin-top: 16px;
  }
}
.section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap .seat-benefit .list-seat-benefit .item::before {
  content: "●";
  display: block;
  color: #cd182f;
  margin-right: 6px;
  font-size: 12px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-seat .bl-inner .tab-seasonticket-warp .tab-contents .bl-text-wrap .seat-benefit .list-seat-benefit .item::before {
    margin-right: 8px;
  }
}
.section-seat-and-benefit .container .bl-benefit {
  margin-top: 60px;
  padding-top: 80px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-benefit {
    margin-top: 0;
    padding-top: 60px;
  }
}
.section-seat-and-benefit .container .bl-benefit h2 {
  margin-bottom: 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-benefit h2 {
    margin-left: 0;
  }
}
.section-seat-and-benefit .container .bl-benefit h2 img {
  width: 237px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-benefit h2 img {
    width: auto;
    height: 38px;
  }
}
.section-seat-and-benefit .container .bl-benefit .benefit-list {
  margin-top: 36px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-benefit .benefit-list {
    margin-top: 28px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.section-seat-and-benefit .container .bl-benefit .benefit-list li {
  padding: 14px 14px 28px;
  background-color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-benefit .benefit-list li {
    padding: 22px 20px;
  }
}
.section-seat-and-benefit .container .bl-benefit .benefit-list li .img-wrap {
  position: relative;
}
.section-seat-and-benefit .container .bl-benefit .benefit-list li .img-wrap .img-note-s {
  position: absolute;
  bottom: 6px;
  left: 6px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-benefit .benefit-list li .img-wrap .img-note-s {
    bottom: 10px;
    left: 10px;
  }
}
.section-seat-and-benefit .container .bl-benefit .benefit-list li .text-wrap {
  margin-top: 18px;
  padding: 0 9px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-benefit .benefit-list li .text-wrap {
    margin-top: 16px;
    padding: 0;
  }
}
.section-seat-and-benefit .container .bl-benefit .benefit-list li .text-wrap .title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
}
.section-seat-and-benefit .container .bl-benefit .benefit-list li .text-wrap .text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 165%;
  letter-spacing: 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-seat-and-benefit .container .bl-benefit .benefit-list li .text-wrap .text {
    margin-top: 10px;
  }
}
.section-seat-and-benefit .container .bl-benefit .benefit-list li .text-wrap .note {
  margin-top: 4px;
  line-height: 165%;
  font-size: 12px;
  letter-spacing: 0;
}

.img-area {
  position: relative;
  width: 100%;
}
.img-area .img-note {
  position: absolute;
  bottom: 30px;
  right: 40px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .img-area .img-note {
    bottom: 15px;
    right: 15px;
  }
}

.section-request-and-note {
  position: relative;
  padding: 60px 0 140px;
  background-color: #cd182f;
  background-image: url(/v=1747985066/files/user/_/common/img/seasonticket/bg_texture_beige.jpg);
  background-size: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note {
    margin-top: -6px;
    padding: 0;
  }
}
.section-request-and-note .container h2 {
  text-align: left;
  padding: 80px 0 36px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container h2 {
    margin-left: 10px;
    margin-bottom: 0;
    padding: 60px 0 28px;
  }
}
.section-request-and-note .container h2 img {
  width: auto;
  height: 57px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container h2 img {
    width: auto;
    height: 37.8px;
  }
}
.section-request-and-note .container .bl-request {
  margin-top: 6px;
}
.section-request-and-note .container .bl-request .contents-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.section-request-and-note .container .bl-request .request-wrap {
  padding: 64px 88px 64px;
  background-color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-request .request-wrap {
    padding: 30px 20px 40px 20px;
  }
}
.section-request-and-note .container .bl-request .request-wrap h3 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-request .request-wrap h3 {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.section-request-and-note .container .bl-request .request-wrap .text-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.65;
  /*SP*/
}
.section-request-and-note .container .bl-request .request-wrap .text-note::before {
  content: "※";
  display: block;
  margin: 0 1px 0 0;
  color: #000;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-request .request-wrap .text-note {
    margin-top: 20px;
  }
}
.section-request-and-note .container .bl-request .request-wrap .text-note + .text-note {
  margin-top: 5px;
}
.section-request-and-note .container .bl-request .request-wrap .text-note + .text {
  margin-top: 30px;
}
.section-request-and-note .container .bl-request .request-wrap .request-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 10px 0;
  margin-top: 21px;
  margin-bottom: 36px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-request .request-wrap .request-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.section-request-and-note .container .bl-request .request-wrap .request-list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5eedb;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-request .request-wrap .request-list li {
    display: block;
  }
}
.section-request-and-note .container .bl-request .request-wrap .request-list li .item,
.section-request-and-note .container .bl-request .request-wrap .request-list li .value {
  padding-block: 16px 20px;
  line-height: 1.65;
}
.section-request-and-note .container .bl-request .request-wrap .request-list li .item {
  padding-right: 30px;
  padding-left: 25px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background-color: #f5eedb;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-request .request-wrap .request-list li .item {
    padding-block: 12px;
    text-align: center;
    line-height: 1.65;
  }
}
.section-request-and-note .container .bl-request .request-wrap .request-list li .value {
  padding-right: 26px;
  padding-left: 33px;
  font-size: 15px;
  letter-spacing: 0;
  border: 1px solid #f5eedb;
  background-color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-request .request-wrap .request-list li .value {
    padding-block: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.65;
  }
}
.section-request-and-note .container .bl-request .request-wrap .request-list li .value .text-note {
  margin-top: 5px;
}
.section-request-and-note .container .bl-request .request-wrap .block-img {
  margin-top: 20px;
}
.section-request-and-note .container .bl-request .request-wrap h4 {
  margin-top: 80px;
  padding: 16px 30px 18px;
  background-color: #b3a36b;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-request .request-wrap h4 {
    margin-top: 40px;
    padding: 12px 12px 14px 16px;
    font-size: 16px;
  }
}
.section-request-and-note .container .bl-request .request-wrap .list-note {
  margin-top: 30px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-request .request-wrap .list-note {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.section-request-and-note .container .bl-request .request-wrap .list-note li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-request .request-wrap .list-note li {
    font-size: 14px;
    line-height: 1.3;
  }
}
.section-request-and-note .container .bl-request .request-wrap .list-note li::before {
  content: "●";
  display: block;
  color: #cd182f;
  margin: 4px 9px 0 0;
  font-size: 12px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-request .request-wrap .list-note li::before {
    margin: 1px 6px 0 0;
    font-size: 1.2rem;
  }
}
.section-request-and-note .container .bl-request .request-wrap .list-note li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #000;
}
.section-request-and-note .container .bl-request .request-wrap .list-note li a:hover {
  opacity: 0.7;
}
.section-request-and-note .container .bl-request .request-wrap .list-note li .text-red {
  color: #cd182f;
  border-bottom: 1px solid #cd182f;
}
.section-request-and-note .container .bl-request .request-wrap .list-note .note-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 8px 20px;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-request .request-wrap .list-note .note-s {
    font-size: 12px;
  }
}
.section-request-and-note .container .bl-request .request-wrap .list-note .note-s::before {
  content: "※";
  display: block;
  margin: 0 1px 0 0;
  color: #000;
  font-size: 14px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-request .request-wrap .list-note .note-s::before {
    font-size: 12px;
  }
}
.section-request-and-note .container .bl-request .request-wrap .text-box {
  margin: 20px 0 0 0;
  padding: 20px 30px 17px 25px;
  width: 230px;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  background: rgba(229, 218, 176, 0.2);
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-request .request-wrap .text-box {
    margin: 20px 12px 0;
    width: calc(100% - 24px);
  }
}
.section-request-and-note .container .bl-request .request-wrap .text {
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.section-request-and-note .container .bl-request .request-wrap .btn-wrap {
  margin-top: 60px;
  text-align: center;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-request .request-wrap .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 34px;
  }
}
.section-request-and-note .container .bl-request .request-wrap .btn-wrap a {
  margin-top: 0;
  border-radius: 88px;
  line-height: 1.24;
  letter-spacing: 1.28px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-request .request-wrap .btn-wrap a {
    font-size: 16px;
    letter-spacing: 0.08em;
    border-radius: 85px;
  }
}
.section-request-and-note .container .bl-request .request-wrap .btn-gray {
  background-color: #cccccc;
  pointer-events: none;
  cursor: default;
}
.section-request-and-note .container .bl-request .request-wrap .btn-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.65;
  letter-spacing: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*SP*/
}
.section-request-and-note .container .bl-request .request-wrap .btn-note.red {
  color: #cd182f;
}
.section-request-and-note .container .bl-request .request-wrap .btn-note.red::before {
  color: #cd182f;
}
.section-request-and-note .container .bl-request .request-wrap .btn-note::before {
  content: "※";
  display: block;
  margin: 0 1px 0 0;
  color: #000;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-request .request-wrap .btn-note {
    text-align: left;
  }
}
.section-request-and-note .container .bl-sales-schedule {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-sales-schedule {
    margin-top: 0;
  }
}
.section-request-and-note .container .bl-sales-schedule h2 img {
  width: 655px;
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-sales-schedule h2 img {
    width: 236px;
    height: 85px;
  }
}
.section-request-and-note .container .bl-sales-schedule .bl-inner {
  padding: 48px 88px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.65;
  background-color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-sales-schedule .bl-inner {
    padding: 30px 20px 40px 20px;
  }
}
.section-request-and-note .container .bl-sales-schedule .bl-inner .schedule-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-request-and-note .container .bl-sales-schedule .bl-inner .schedule-text::before {
  content: "※";
  display: block;
  margin: 0 1px 0 0;
  color: #000;
  font-size: 14px;
}
.section-request-and-note .container .bl-note {
  margin-top: 60px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-note {
    margin-top: 0;
  }
}
.section-request-and-note .container .bl-note .list-note {
  padding: 48px 60px;
  background-color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-note .list-note {
    margin-bottom: 0;
    padding: 24px 32px;
  }
}
.section-request-and-note .container .bl-note .list-note li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-note .list-note li {
    margin-top: 16px;
  }
}
.section-request-and-note .container .bl-note .list-note li::before {
  content: "●";
  display: block;
  color: #cd182f;
  margin-right: 6px;
  font-size: 1.2rem;
}
.section-request-and-note .container .bl-faq {
  margin-top: 60px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-faq {
    margin-top: 0;
  }
}
.section-request-and-note .container .bl-faq .faq-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 1040px;
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-faq .faq-lists {
    padding-bottom: 60px;
  }
}
.section-request-and-note .container .bl-faq .faq-lists .faq-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 94px;
  grid-template-columns: 1fr 94px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0 48px;
  padding: 28px 10px 28px 56px;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-faq .faq-lists .faq-list {
    -ms-grid-columns: 1fr 50px;
    grid-template-columns: 1fr 50px;
    padding: 20px 10px 20px 20px;
    gap: 0 12px;
  }
}
.section-request-and-note .container .bl-faq .faq-lists .faq-list.open .faq-a {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.section-request-and-note .container .bl-faq .faq-lists .faq-list.open .status svg path:last-child {
  opacity: 0;
}
.section-request-and-note .container .bl-faq .faq-lists .faq-list .faq-q,
.section-request-and-note .container .bl-faq .faq-lists .faq-list .faq-a-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46px 1fr;
  grid-template-columns: 46px 1fr;
  gap: 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-faq .faq-lists .faq-list .faq-q,
  .section-request-and-note .container .bl-faq .faq-lists .faq-list .faq-a-group {
    -ms-grid-columns: 30px 1fr;
    grid-template-columns: 30px 1fr;
    gap: 0 12px;
  }
}
.section-request-and-note .container .bl-faq .faq-lists .faq-list .faq-q {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-faq .faq-lists .faq-list .faq-q svg {
    width: 30px;
    height: 30px;
  }
}
.section-request-and-note .container .bl-faq .faq-lists .faq-list .faq-a {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-faq .faq-lists .faq-list .faq-a {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    padding-right: 10px;
  }
  .section-request-and-note .container .bl-faq .faq-lists .faq-list .faq-a svg {
    width: 30px;
    height: 30px;
  }
}
.section-request-and-note .container .bl-faq .faq-lists .faq-list .faq-a .faq-a-inr {
  overflow: hidden;
}
.section-request-and-note .container .bl-faq .faq-lists .faq-list .faq-a .faq-a-group {
  padding: 24px 0 12px;
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-faq .faq-lists .faq-list .faq-a .faq-a-group {
    padding: 20px 0 10px;
  }
}
.section-request-and-note .container .bl-faq .faq-lists .faq-list .faq-a .faq-a-group p {
  padding-top: 5px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-faq .faq-lists .faq-list .faq-a .faq-a-group p {
    padding-top: 0;
  }
}
.section-request-and-note .container .bl-faq .faq-lists .faq-list .faq-a .faq-a-group a {
  font-weight: 700;
  border-bottom: 1px solid #000;
}
.section-request-and-note .container .bl-faq .faq-lists .faq-list h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-faq .faq-lists .faq-list h3 {
    font-size: 14px;
  }
}
.section-request-and-note .container .bl-faq .faq-lists .faq-list .status-wrap {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  border-left: 1px solid #f0bac1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-faq .faq-lists .faq-list .status-wrap {
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
}
.section-request-and-note .container .bl-faq .faq-lists .faq-list .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 10px;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-faq .faq-lists .faq-list .status {
    top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .section-request-and-note .container .bl-faq .faq-lists .faq-list .status svg {
    width: 20px;
  }
}
.section-request-and-note .container .bl-faq .faq-lists .faq-list .status svg path {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.section-access {
  margin-top: 60px;
  padding-top: 80px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access {
    margin-top: 0;
    padding-top: 60px;
  }
}
.section-access .inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.section-access .inr .access-left-wrap h2 img {
  width: 225px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .inr .access-left-wrap h2 img {
    width: auto;
    height: 37.8px;
  }
}
.section-access .inr .access-left-wrap > p {
  margin-top: 36px;
  max-width: 392px;
  width: 100%;
  line-height: 1.8;
  letter-spacing: 0.04em;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .inr .access-left-wrap > p {
    margin-top: 28px;
    font-size: 14px;
  }
}
.section-access .inr .map {
  position: relative;
  width: 100%;
  max-width: 608px;
  aspect-ratio: 608/376;
  overflow: hidden;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .inr .map {
    max-width: none;
  }
}
.section-access .inr .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.section-access .btn-contact-wrap {
  margin-top: 100px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .btn-contact-wrap {
    margin-top: 40px;
  }
}
.section-access .btn-contact-wrap .btn-contact {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 520px;
  padding: 18px;
  border: 2px solid #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #000;
  text-align: center;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .btn-contact-wrap .btn-contact {
    max-width: 408px;
    padding: 16px 12px;
  }
}
.section-access .btn-contact-wrap + p {
  margin-top: 28px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .btn-contact-wrap + p {
    /*SP*/
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .section-access .btn-contact-wrap + p {
    padding: 0 20px;
  }
}
.section-access .btn-wrap {
  margin-top: 100px;
  padding: 26px;
  background-color: #000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-access .btn-wrap {
    margin-top: 56px;
    padding: 40px 20px;
  }
}
.section-access .btn-wrap .btn {
  margin: 0;
  color: #fff;
}

.btn-join-request {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 246px;
  z-index: 1000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .btn-join-request {
    bottom: 20px;
    right: 20px;
    width: 197px;
  }
}
@media screen and (min-width: 769px) {
  .btn-join-request a {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .btn-join-request a:hover {
    opacity: 0.7;
  }
}

.section-sns {
  padding: 220px 0 86px;
  background-color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-sns {
    padding: 86px 0;
  }
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sns-list .sns-btn {
  max-width: 20%;
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
  background-color: #eee;
  display: block;
  height: 0;
  padding-bottom: 13%;
  position: relative;
}

.sns-list .sns-btn .img {
  position: absolute;
  max-width: 100px;
  width: 55%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sns-list .sns-twi {
  background-color: #000;
}

.sns-list .sns-inst {
  background-image: url("https://nagoya-dolphins.jp/files/user/common/2021-22/game/sns-inst-bg.png");
  background-size: cover;
  background-position: center;
}

.sns-list .sns-youtube {
  background-color: #ff0000;
}

.sns-list .sns-tictok {
  background-color: #000;
}

.sns-list .sns-line {
  background-color: #06c755;
}

@media (max-width: 767px) {
  .sns-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sns-list .sns-btn {
    max-width: 50%;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    padding-bottom: 120px;
  }
  .sns-list .sns-line {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
/*
-- Utility CSS
-------------------------------------------------- */
.clearfix,
.cf {
  *zoom: 1;
}

.clearfix:after,
.cf:after {
  content: "";
  display: block;
  clear: both;
}

.test-left {
  text-align: left;
}

.test-center {
  text-align: center;
}

.test-right {
  text-align: right;
}

.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.v-bottom {
  vertical-align: bottom;
}

.img-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

@media (max-width: 767px) {
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .mt-sp-0 {
    margin: 0px !important;
  }
}
@media (max-width: 767px) {
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .mt-sp-0 {
    margin-top: 0px !important;
  }
}
@media (max-width: 767px) {
  .mb-sp-5 {
    margin-bottom: 5px !important;
  }
  .mt-sp-5 {
    margin-top: 5px !important;
  }
}
@media (max-width: 767px) {
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .mt-sp-10 {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .mb-sp-15 {
    margin-bottom: 15px !important;
  }
  .mt-sp-15 {
    margin-top: 15px !important;
  }
}
@media (max-width: 767px) {
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .mt-sp-20 {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .mb-sp-25 {
    margin-bottom: 25px !important;
  }
  .mt-sp-25 {
    margin-top: 25px !important;
  }
}
@media (max-width: 767px) {
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
}
@media (max-width: 767px) {
  .mb-sp-35 {
    margin-bottom: 35px !important;
  }
  .mt-sp-35 {
    margin-top: 35px !important;
  }
}
@media (max-width: 767px) {
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .mb-sp-45 {
    margin-bottom: 45px !important;
  }
  .mt-sp-45 {
    margin-top: 45px !important;
  }
}
@media (max-width: 767px) {
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .mt-sp-50 {
    margin-top: 50px !important;
  }
}
@media (max-width: 767px) {
  .mb-sp-55 {
    margin-bottom: 55px !important;
  }
  .mt-sp-55 {
    margin-top: 55px !important;
  }
}
@media (max-width: 767px) {
  .mb-sp-60 {
    margin-bottom: 60px !important;
  }
  .mt-sp-60 {
    margin-top: 60px !important;
  }
}
@media (max-width: 767px) {
  .mb-sp-65 {
    margin-bottom: 65px !important;
  }
  .mt-sp-65 {
    margin-top: 65px !important;
  }
}
@media (max-width: 767px) {
  .mb-sp-70 {
    margin-bottom: 70px !important;
  }
  .mt-sp-70 {
    margin-top: 70px !important;
  }
}
@media (max-width: 767px) {
  .mb-sp-75 {
    margin-bottom: 75px !important;
  }
  .mt-sp-75 {
    margin-top: 75px !important;
  }
}
@media (max-width: 767px) {
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .mt-sp-80 {
    margin-top: 80px !important;
  }
}
@media (max-width: 767px) {
  .mb-sp-85 {
    margin-bottom: 85px !important;
  }
  .mt-sp-85 {
    margin-top: 85px !important;
  }
}
@media (max-width: 767px) {
  .mb-sp-90 {
    margin-bottom: 90px !important;
  }
  .mt-sp-90 {
    margin-top: 90px !important;
  }
}
@media (max-width: 767px) {
  .mb-sp-95 {
    margin-bottom: 95px !important;
  }
  .mt-sp-95 {
    margin-top: 95px !important;
  }
}
@media (max-width: 767px) {
  .mb-sp-100 {
    margin-bottom: 100px !important;
  }
  .mt-sp-100 {
    margin-top: 100px !important;
  }
}
.mb-ss {
  margin-bottom: 10px !important;
}

.mb-s {
  margin-bottom: 20px !important;
}

.mb-m {
  margin-bottom: 40px !important;
}

.mb-l {
  margin-bottom: 60px !important;
}

.mb-ll {
  margin-bottom: 80px !important;
}

.mt-ss {
  margin-top: 10px !important;
}

.mt-s {
  margin-top: 20px !important;
}

.mt-m {
  margin-top: 40px !important;
}

.mt-l {
  margin-top: 60px !important;
}

.mt-ll {
  margin-top: 80px !important;
}

@media (max-width: 767px) {
  .mb-ss {
    margin-bottom: 5px !important;
  }
  .mb-s {
    margin-bottom: 10px !important;
  }
  .mb-m {
    margin-bottom: 20px !important;
  }
  .mb-l {
    margin-bottom: 30px !important;
  }
  .mb-ll {
    margin-bottom: 40px !important;
  }
  .mt-ss {
    margin-top: 5px !important;
  }
  .mt-s {
    margin-top: 10px !important;
  }
  .mt-m {
    margin-top: 20px !important;
  }
  .mt-l {
    margin-top: 30px !important;
  }
  .mt-ll {
    margin-top: 40px !important;
  }
}
.fz-ss {
  font-size: 0.625rem !important;
}

.fz-s {
  font-size: 0.75rem !important;
}

.fz-m {
  font-size: 0.875rem !important;
}

.fz-l {
  font-size: 1rem !important;
}

.fz-ll {
  font-size: 1.125rem !important;
}

.fw-bold {
  font-weight: bold !important;
}

.fw-normal {
  font-weight: normal !important;
}

.sp-break {
  display: inline;
}

@media (max-width: 767px) {
  .sp-break {
    display: block;
  }
}
.pc-visible {
  display: block;
}

.sp-visible {
  display: none;
}

@media (max-width: 767px) {
  .pc-visible {
    display: none;
  }
  .sp-visible {
    display: block;
  }
}