@charset "UTF-8";
/*
* color
* --------------------------------------------------*/
/*
* font
* --------------------------------------------------*/
html,
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
}

body {
  font-size: 16px;
}

.en {
  font-family: "abolition", sans-serif;
  letter-spacing: 0.1em;
}

/*
* base
* --------------------------------------------------*/
/* html
-----------------------------------------------------*/
html {
  font-size: 10px;
}

/* body
-----------------------------------------------------*/
body {
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0;
  padding-top: 0;
  font-size: 14px;
}

img {
  vertical-align: top;
}

/*
-- Layout CSS
-------------------------------------------------- */
.wrap {
  padding-top: 57px;
  padding-bottom: 70px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .wrap {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
.container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    max-width: 990px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.lp-header {
  background-color: #cd1b2f;
  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: 20px;
  }
  .lp-header .site-logo {
    height: 70px;
    padding: 15px 0;
  }
  .lp-header .header-nav {
    height: 70px;
  }
}
@media (min-width: 1201px) {
  .lp-header > .inner {
    padding-right: 310px;
  }
}
@media (min-width: 1481px) {
  .lp-header > .inner {
    padding-right: 375px;
    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;
}

.lp-ticket {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  bottom: 0;
  right: 0;
  position: fixed;
  padding: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1010;
}

.lp-ticket .ticket-btn {
  max-width: calc(50% - 3px);
  -webkit-box-flex: calc(50% - 3px);
  -ms-flex: calc(50% - 3px);
  flex: calc(50% - 3px);
  margin-bottom: 0;
  color: #000;
  background-color: #b7a369;
  padding: 7px 0 6px 12px;
  -webkit-clip-path: polygon(0 10px, 10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  clip-path: polygon(0 10px, 10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  text-align: center;
  line-height: 1.3;
  height: 50px;
  position: relative;
}

.lp-ticket .ticket-btn::before {
  content: "";
  background-image: url(https://nagoya-dolphins.jp/files/user/common/2023-24/game/icon-ticket.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px auto;
  position: absolute;
  width: 28px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: calc(50% - 50px);
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
  transform: translate(-50%, -50%) rotate(-15deg);
}

.lp-ticket .ticket-btn .date {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
}

.lp-ticket .ticket-btn .date .week {
  font-size: 1.2rem;
  font-weight: bold;
}

.lp-ticket .ticket-btn .text {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
}

@media (min-width: 992px) {
  .lp-ticket {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lp-ticket .ticket-btn {
    max-width: 300px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 1201px) {
  .lp-ticket {
    width: 310px;
    bottom: auto;
    top: 0;
  }
}
@media (min-width: 1481px) {
  .lp-ticket {
    width: 375px;
  }
}
/*
* footer
* --------------------------------------------------*/
.lp-footer {
  background-color: #000;
  padding: 20px 0 10px;
  color: #fff;
}

.lp-footer .footer-logo {
  margin-bottom: 10px;
}

.lp-footer .footer-logo .logo-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}

.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;
}

.lp-section {
  padding: 0 0 60px;
}

.lp-section .lp-section-header {
  background-color: #cd1b2f;
  background-image: url(https://nagoya-dolphins.jp/files/user/common/2023-24/game/red-bg-s.png);
  background-position: center top;
  background-size: 950px;
  background-repeat: no-repeat;
  min-height: 99px;
  text-align: center;
  padding: 5px;
}

.lp-section .lp-section-header .en-title {
  font-size: 3rem;
  margin-bottom: 0;
  color: #fff;
}

.lp-section .lp-section-header .title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #fff;
}

.lp-section .lp-section-header.special-header {
  background-image: url(https://nagoya-dolphins.jp/v=1629357368/files/user/common/2021-22/game/bg.png);
}

.lp-section .lp-section-header.special-header .en-title,
.lp-section .lp-section-header.special-header .title {
  color: #000;
}

.lp-section-body {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .lp-section-body {
    padding-top: 60px;
  }
}
.lp-section .section-mv .mv-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.lp-section .section-mv .mv-pc {
  display: none;
}

.lp-section .section-mv .mv-sp {
  display: block;
}

@media (min-width: 768px) {
  .lp-section .section-mv .mv-pc {
    display: block;
  }
  .lp-section .section-mv .mv-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .lp-section.section-sns .container {
    padding: 0;
  }
}
.header-nav {
  display: none;
}

.header-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
}

.header-nav .nav-list .list-item {
  margin-right: 10px;
}

.header-nav .nav-list .list-item:last-child {
  margin-right: 0;
}

.header-nav .nav-list .link {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
  line-height: 1.3;
}

@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;
    padding: 8px;
  }
  .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;
  }
}
.lp-mv {
  background-color: #cd1b2f;
}

.lp-mv .mv-wrap {
  text-align: center;
  margin: 0;
}

.lp-mv .mv-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.lp-mv .mv-pc {
  display: none;
}

.lp-mv .mv-sp {
  display: block;
}

@media (min-width: 768px) {
  .lp-mv .mv-pc {
    display: block;
  }
  .lp-mv .mv-sp {
    display: none;
  }
}
/*
-- plugin
--------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {} /* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -40px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: -40px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*
-- Module CSS
-------------------------------------------------- */
/*見出し
-----------------------------------------------------*/
h1,
h2,
h3,
h4,
h5 {
  word-wrap: break-word;
  font-weight: normal;
  color: #000;
  margin: 0 0 1rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #333333;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-size: 1.6rem;
  font-weight: bold;
}

h4,
h5,
h6 {
  font-size: 1.4rem;
  font-weight: bold;
}

/* テキスト
-----------------------------------------------------*/
p {
  margin-bottom: 1rem;
}

p.supplement {
  font-size: 1.2rem;
}

em {
  font-style: normal;
}

strong {
  font-weight: bold;
}

/*リンクテキスト
-----------------------------------------------------*/
a {
  color: #333333;
}

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 {
  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 {
  margin-bottom: 0;
}

/* 背景
-----------------------------------------------------*/
.bg-black {
  background-color: #000;
}

/*
* 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 #333333;
}

.text-link,
.entry-contents a {
  font-weight: bold;
  text-decoration: underline;
}

em {
  color: #ea6000;
}

/* heading */
.h2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .h2 {
    font-size: 1.5rem;
  }
}
.h3 {
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .h3 {
    font-size: 2rem;
    font-weight: bold;
  }
}
.h4 {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 22px;
  position: relative;
}

@media (max-width: 767px) {
  .h4 {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.h5 {
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .h5 {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
/* table */
.table {
  margin: 0;
  width: 100%;
}

.table tbody tr th,
.table tbody tr td,
.table thead tr th,
.table thead tr td,
.table tfoot tr th,
.table tfoot tr td {
  vertical-align: top;
  padding: 15px 15px;
}

.table tbody tr th,
.table thead tr th,
.table tfoot tr th {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ff;
  color: #fff;
}

.table img {
  vertical-align: top;
}

@media (max-width: 767px) {
  .table.table-sp-break {
    display: block;
  }
  .table.table-sp-break tbody,
  .table.table-sp-break thead,
  .table.table-sp-break tfoot {
    display: block;
  }
  .table.table-sp-break tbody tr,
  .table.table-sp-break thead tr,
  .table.table-sp-break tfoot tr {
    display: block;
  }
  .table.table-sp-break tbody tr th,
  .table.table-sp-break tbody tr td,
  .table.table-sp-break thead tr th,
  .table.table-sp-break thead tr td,
  .table.table-sp-break tfoot tr th,
  .table.table-sp-break tfoot tr td {
    display: block;
    width: 100%;
  }
}
.table.table-sp-break tbody th,
.table.table-sp-break thead th,
.table.table-sp-break tfoot th {
  border-top: 0;
  border-bottom: 0;
}

.table.table-sp-break tbody td,
.table.table-sp-break thead td,
.table.table-sp-break tfoot td {
  border-top: 0;
}

@media (max-width: 767px) {
  .table-sp-break {
    display: block;
  }
  .table-sp-break tbody,
  .table-sp-break thead,
  .table-sp-break tfoot {
    display: block;
  }
  .table-sp-break tbody tr,
  .table-sp-break thead tr,
  .table-sp-break tfoot tr {
    display: block;
  }
  .table-sp-break tbody tr th,
  .table-sp-break tbody tr td,
  .table-sp-break thead tr th,
  .table-sp-break thead tr td,
  .table-sp-break tfoot tr th,
  .table-sp-break tfoot tr td {
    display: block;
    width: 100%;
  }
}
/* ol ul list */
.ul > li,
.ol > li {
  margin-bottom: 0;
  padding-left: 1.2em;
  position: relative;
}

.ul > li:last-child,
.ol > li:last-child {
  margin-bottom: 0;
}

.ul > li li,
.ol > li li {
  margin-top: 0;
  margin-bottom: 0;
}

.ul > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  top: 0.65em;
  left: 3px;
  margin: 0;
}

.ol > li {
  counter-increment: item;
  margin-bottom: 0;
}

.ol > li::before {
  font-size: 2rem;
  font-weight: bold;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: -5px;
  padding-right: 0.5em;
}

.t-wp30 {
  width: 30%;
}

.t-wp25 {
  width: 25%;
}

.t-wp20 {
  width: 20%;
}

.t-wp15 {
  width: 15%;
}

.btn {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 0;
  position: relative;
  white-space: normal;
  letter-spacing: 0;
  padding: 17px 15px;
  min-height: 60px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.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 {
  -webkit-clip-path: polygon(0 16px, 16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
  clip-path: polygon(0 16px, 16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
}

.btn-icon-arrow::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-right: 8px;
}

.btn-icon-plus::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -3px 8px -3px 0;
  background-image: linear-gradient(0, transparent calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), transparent calc(50% + 1px));
}

.btn-primary {
  background-color: #b7a369;
  border: 1px solid #b7a369;
  color: #000;
}

.btn-primary:focus,
.btn-primary:disabled,
.btn-primary:visited,
.btn-primary:focus {
  background-color: #b7a369;
  border: 1px solid #b7a369;
  color: #000;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: inherit;
  border: 1px solid inherit;
  color: inherit;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.touch {
  background-color: #b7a369;
  border: 1px solid #b7a369;
  color: #000;
  opacity: 0.7;
}

.btn-primary.btn-icon-arrow::before {
  background-color: #000;
}

.btn-primary.btn-icon-plus::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: linear-gradient(0, transparent calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), transparent calc(50% + 1px));
}

.btn-success {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

.btn-success:focus,
.btn-success:disabled,
.btn-success:visited,
.btn-success:focus {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active:focus {
  background-color: inherit;
  border: 1px solid inherit;
  color: inherit;
}

.btn-success:hover,
.btn-success:active,
.btn-success.touch {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  opacity: 0.7;
}

.btn-success.btn-icon-arrow::before {
  background-color: #fff;
}

.btn-success.btn-icon-plus::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: linear-gradient(0, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px));
}

.btn-info {
  background-color: #b7a369;
  border: 1px solid #b7a369;
  color: #000;
}

.btn-info:focus,
.btn-info:disabled,
.btn-info:visited,
.btn-info:focus {
  background-color: #b7a369;
  border: 1px solid #b7a369;
  color: #000;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active:focus {
  background-color: inherit;
  border: 1px solid inherit;
  color: inherit;
}

.btn-info:hover,
.btn-info:active,
.btn-info.touch {
  background-color: #b7a369;
  border: 1px solid #b7a369;
  color: #000;
  opacity: 0.7;
}

.btn-info.btn-icon-arrow::before {
  background-color: #000;
}

.btn-info.btn-icon-plus::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: linear-gradient(0, transparent calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), transparent calc(50% + 1px));
}

.btn-warning {
  background-color: #cd1b2f;
  border: 1px solid #cd1b2f;
  color: #fff;
}

.btn-warning:focus,
.btn-warning:disabled,
.btn-warning:visited,
.btn-warning:focus {
  background-color: #cd1b2f;
  border: 1px solid #cd1b2f;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active:focus {
  background-color: inherit;
  border: 1px solid inherit;
  color: inherit;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.touch {
  background-color: #cd1b2f;
  border: 1px solid #cd1b2f;
  color: #fff;
  opacity: 0.7;
}

.btn-warning.btn-icon-arrow::before {
  background-color: #fff;
}

.btn-warning.btn-icon-plus::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: linear-gradient(0, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px));
}

.btn-danger {
  background-color: #cd1b2f;
  border: 1px solid #cd1b2f;
  color: #fff;
}

.btn-danger:focus,
.btn-danger:disabled,
.btn-danger:visited,
.btn-danger:focus {
  background-color: #cd1b2f;
  border: 1px solid #cd1b2f;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active:focus {
  background-color: inherit;
  border: 1px solid inherit;
  color: inherit;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.touch {
  background-color: #cd1b2f;
  border: 1px solid #cd1b2f;
  color: #fff;
  opacity: 0.7;
}

.btn-danger.btn-icon-arrow::before {
  background-color: #fff;
}

.btn-danger.btn-icon-plus::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: linear-gradient(0, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px));
}

.btn-xs {
  font-size: 1.2rem;
  font-weight: normal;
  padding: 5px 10px;
  min-height: 30px;
}

.btn-sm {
  min-height: 40px;
  padding: 9px 15px;
}

.btn-md {
  min-height: 50px;
  padding: 12px 15px;
}

.btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
}

.btns-wrap .btn {
  margin-top: 10px;
}

.btns-wrap .btn:not(:first-of-type) {
  margin-left: 20px;
}

.btns-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .card-list .item-col {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .card-list .card-item {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .card-list .btn {
    min-height: 40px !important;
    padding: 0 15px;
    height: auto !important;
  }
}
.card-list .btn.btn-bevel {
  -webkit-clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
          clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}

.card-list .item-col {
  margin-bottom: 60px;
}

.card-item {
  height: 100%;
  position: relative;
  padding-bottom: 60px;
}

.card-item .thumbnail-wrap {
  margin-bottom: 12px;
  text-align: center;
}

.card-item .thumbnail-wrap .img-fluid {
  display: block;
  margin: 0 auto;
}

.card-item .title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.card-item .text {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.card-item .area {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
}

.card-item .btn {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (max-width: 767px) {
  .card-item .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.ticket-list {
  font-size: 1.4rem;
  font-weight: bold;
}

.ticket-list .num {
  font-size: 1rem;
  font-weight: bold;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  display: inline-block;
  border-radius: 30px;
  line-height: 14px;
  text-align: center;
  letter-spacing: -1px;
  margin-right: 5px;
  margin-top: -2px;
  margin-bottom: -2px;
}

.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;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-yellow {
  background-color: #f1edde;
}

.bg-gray {
  background-color: #f1edde;
}

.bg-white {
  background-color: #ffffff;
}

.txt-red {
  color: #cd1b2f;
}

.txt-yellow {
  color: #b7a369;
}

.txt-gray {
  color: #666;
}

.txt-small {
  font-size: 12px;
  font-weight: normal;
  line-height: 110%;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.box {
  padding: 20px;
  font-size: 1.2rem;
}

.box h1,
.box h2,
.box h3,
.box h4,
.box h5,
.box h5 {
  margin-bottom: 0.5rem;
}

.box p:last-child,
.box ul:last-child,
.box ol:last-child,
.box table:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .box-card {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.heading-bar {
  background-color: #b7a369;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
}

.time-schedule {
  margin-bottom: 20px;
}

.time-schedule .title {
  text-align: center;
  margin-bottom: 10px;
}

.time-schedule .title .date {
  font-size: 2.5rem;
  display: block;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: -3px;
  margin-bottom: 2px;
}

.time-schedule .title .date > strong {
  font-size: 8rem;
  letter-spacing: 0.15em;
}

.time-schedule .sub-title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.time-schedule .schedule-table {
  width: 100%;
}

.time-schedule .schedule-table tbody tr th,
.time-schedule .schedule-table tbody tr td {
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .time-schedule .schedule-table tbody tr th,
  .time-schedule .schedule-table tbody tr td {
    font-size: 1.2rem;
    padding: 8px;
  }
}

.time-schedule .schedule-table tbody tr th p,
.time-schedule .schedule-table tbody tr td p {
  margin-bottom: 0;
}

.time-schedule .schedule-table tbody tr th .note-text,
.time-schedule .schedule-table tbody tr td .note-text {
  font-size: 1.2rem;
  font-weight: normal;
  position: relative;
  padding-left: 1.4rem;
}

.time-schedule .schedule-table tbody tr th .note-text::before,
.time-schedule .schedule-table tbody tr td .note-text::before {
  content: "※";
  position: absolute;
  left: 0;
}

.time-schedule .schedule-table tbody tr:nth-of-type(1) td {
  padding: 0;
  background-color: transparent !important;
  font-weight: bold;
  line-height: 1.4;
}

.time-schedule .schedule-table tbody tr th {
  background-color: #c89937;
  color: #fff;
  padding-left: 6px;
  padding-right: 6px;
  width: 78px;
}

.time-schedule .schedule-table tbody tr td {
  background-color: #f4f4f4;
  border-left: 2px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
}
.time-schedule .schedule-table tbody tr td:nth-of-type(1) {
  width: 120px;
  background-color: #a0191a;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
}
@media (max-width: 767px) {
  .time-schedule .schedule-table tbody tr td:nth-of-type(1) {
    width: 80px;
  }
}
.time-schedule .schedule-table tbody tr td:nth-of-type(3) {
  background-color: #f6f4ed;
  color: #b7a369;
  width: 150px;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 767px) {
  .time-schedule .schedule-table tbody tr td:nth-of-type(3) {
    width: 80px;
  }
}

.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%;
  }
}
.banner-link {
  display: block;
}

.banner-link img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slide-card .slick-slide {
  height: 100%;
}

.slide-card .slick-slide .card-item {
  height: 100%;
}

.slide-card {
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 20px;
  display: none;
}
.slide-card.not-bottom {
  padding-bottom: 0 !important;
}
.slide-card.not-bottom .card-item {
  padding-bottom: 0;
}

.slide-card.slick-initialized {
  display: block;
}

.slide-card.slick-dotted {
  padding-bottom: 10px;
}

.slide-card .slide-item {
  padding: 0 5px;
}

.slide-card .card-item {
  padding-bottom: 34px;
}

.slide-card .card-item .title {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.slide-card .card-item .btn {
  max-width: 100%;
  width: 100%;
  display: block;
  min-height: 34px;
  height: 34px;
  padding: 4px 15px;
}
@media (max-width: 767px) {
  .slide-card .card-item .btn {
    font-size: 1.2rem;
  }
}
.slide-card .card-item .btn:before {
  margin-bottom: -1px;
  width: 12px;
  height: 12px;
}

@media (min-width: 768px) {
  .slide-card {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
  }
  .slide-card .slide-item {
    padding: 0 12px;
  }
}
.slide-virus .card-item {
  padding: 10px;
}

.slide-virus .card-item .title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #cd1b2f;
  text-align: center;
  margin-bottom: 0;
}

.slide-virus .card-item .text {
  font-size: 1.4rem;
  font-weight: bold;
  color: #cd1b2f;
  margin-bottom: 0;
  text-align: center;
}

.slick-arrow {
  background-color: #000;
  width: 30px;
  height: 60px;
}

.slick-arrow:hover,
.slick-arrow:active {
  background-color: rgba(0, 0, 0, 0.6);
}

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  content: "";
  display: block;
  height: 20px;
  width: 2px;
  background-color: #fff;
  position: absolute;
  left: 14px;
  margin: 0;
  opacity: 1;
}

.slick-next::before,
.slick-prev::before {
  top: 12px;
}

.slick-next::after,
.slick-prev::after {
  top: 28px;
}

.slick-prev {
  left: -40px;
}

.slick-prev::before {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.slick-prev::after {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.slick-next {
  right: -40px;
}

.slick-next::before {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.slick-next::after {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.slick-dots li {
  width: 20px;
  height: 20px;
  padding: 5px;
}
@media (max-width: 767px) {
  .slick-dots li {
    width: 14px;
    height: 14px;
    padding: 2px;
  }
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #eaeaea;
  padding: 0;
}
.slick-dots li.slick-active button {
  background-color: #cd1b2f;
}

.popup-wrap {
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition-property: opacity visibility;
  transition-property: opacity visibility;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 1015;
}

.popup-wrap.is-open {
  visibility: visible;
  opacity: 1;
}

.popup-wrap .popup-box {
  position: fixed;
  max-width: 770px;
  width: calc(100% - 30px);
  max-height: calc(100vh - 120px - 34px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup-wrap .popup-box .popup-body {
  padding: 10px;
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 120px - 34px);
}

.popup-wrap .popup-box .popup-body > .scroll-inner {
  max-height: calc(100vh - 140px - 34px);
  overflow-y: auto;
}

.popup-wrap .popup-box .btn-close {
  background-color: #cd1b2f;
  border: 1px solid #cd1b2f;
  color: #fff;
  display: block;
  width: 100%;
  border-radius: 0 0 6px 6px;
  min-height: 34px;
  padding: 3px 10px;
}

.popup-wrap .popup-box .btn-close:focus,
.popup-wrap .popup-box .btn-close:disabled,
.popup-wrap .popup-box .btn-close:visited,
.popup-wrap .popup-box .btn-close:focus {
  background-color: #cd1b2f;
  border: 1px solid #cd1b2f;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.popup-wrap .popup-box .btn-close:not(:disabled):not(.disabled):active,
.popup-wrap .popup-box .btn-close:not(:disabled):not(.disabled).active,
.popup-wrap .popup-box .btn-close:not(:disabled):not(.disabled):active:focus {
  background-color: inherit;
  border: 1px solid inherit;
  color: inherit;
}

.popup-wrap .popup-box .btn-close:hover,
.popup-wrap .popup-box .btn-close:active,
.popup-wrap .popup-box .btn-close.touch {
  background-color: #cd1b2f;
  border: 1px solid #cd1b2f;
  color: #fff;
  opacity: 0.7;
}

.popup-wrap .popup-box .btn-close:before {
  background-image: linear-gradient(0, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px));
  content: "";
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  top: 1px;
  margin-right: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .popup-wrap .popup-box {
    max-height: calc(100vh - 120px);
  }
  .popup-wrap .popup-box .popup-body {
    padding: 20px;
    background-color: #fff;
    border-radius: 6px 6px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 120px - 34px);
  }
  .popup-wrap .popup-box .popup-body > .scroll-inner {
    max-height: calc(100vh - 160px - 34px);
    overflow-y: auto;
  }
  .popup-wrap .popup-box .btn-close {
    background-color: #cd1b2f;
    border: 1px solid #cd1b2f;
    color: #fff;
    display: block;
    width: 100%;
    border-radius: 0 0 6px 6px;
    min-height: 34px;
    padding: 3px 10px;
  }
  .popup-wrap .popup-box .btn-close:focus,
  .popup-wrap .popup-box .btn-close:disabled,
  .popup-wrap .popup-box .btn-close:visited,
  .popup-wrap .popup-box .btn-close:focus {
    background-color: #cd1b2f;
    border: 1px solid #cd1b2f;
    color: #fff;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .popup-wrap .popup-box .btn-close:not(:disabled):not(.disabled):active,
  .popup-wrap .popup-box .btn-close:not(:disabled):not(.disabled).active,
  .popup-wrap .popup-box .btn-close:not(:disabled):not(.disabled):active:focus {
    background-color: inherit;
    border: 1px solid inherit;
    color: inherit;
  }
  .popup-wrap .popup-box .btn-close:hover,
  .popup-wrap .popup-box .btn-close:active,
  .popup-wrap .popup-box .btn-close.touch {
    background-color: #cd1b2f;
    border: 1px solid #cd1b2f;
    color: #fff;
    opacity: 0.7;
  }
  .popup-wrap .popup-box .btn-close:before {
    background-image: linear-gradient(0, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px));
    content: "";
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    top: 1px;
    margin-right: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.popup-box .thumbnail-wrap {
  margin-bottom: 12px;
  text-align: center;
}

.popup-box .thumbnail-wrap .img-fluid {
  margin-bottom: 0;
}

.popup-box .title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.popup-box .text {
  font-size: 1.4rem;
  font-weight: bold;
}

ul.text-list {
  list-style: inside;
}
ul.text-list li {
  margin-top: 8px;
}

/*アコーディオン*/
.accordion dt {
  position: relative;
  padding: 10px 32px 10px 32px;
  background-color: #b7a369;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.accordion dt .date {
  font-size: 2rem;
  display: block;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: -3px;
  color: #000;
}
.accordion dt .date > strong {
  font-size: 3.5rem;
  letter-spacing: 0.15em;
}

.accordion dt .icn-toggle {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.accordion dt .icn-toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #000;
  display: block;
}

.accordion dt .icn-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  border-radius: 10px;
  background: #000;
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}

.accordion dd {
  display: none;
  margin-top: 24px;
  height: auto;
  opacity: 1;
}

.accordion dd p {
  margin: 0;
}

.accordion dd img {
  margin-right: 24px;
}

/* 開いた後のスタイル */
.accordion dt.active .icn-toggle:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

@media (max-width: 767px) {
  .accordion dt {
    font-size: 16px;
  }
  .accordion dd p span.faq-initial {
    font-size: 16px;
  }
  .accordion dd p {
    margin-top: 16px;
  }
}
.accordion.accordion-text dt {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  background-color: #f4f4f4;
}
.accordion.accordion-text.accordion-text-gold dt {
  background-color: #b7a369;
  color: #fff;
}

.accordion-more .accordion-btn {
  position: relative;
  padding: 8px 24px 8px 16px;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid #000;
}
.accordion-more .accordion-btn.active .icn-toggle:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-more .content-more {
  display: none;
  height: auto;
  opacity: 1;
}
.accordion-more .icn-toggle {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.accordion-more .icn-toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #000;
  display: block;
}
.accordion-more .icn-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  border-radius: 10px;
  background: #000;
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}

/*
--  CSS
-------------------------------------------------- */
.lp-league {
  background-color: #a0191a;
  background-image: url(https://nagoya-dolphins.jp/files/user/common/2023-24/game/black-bg-l.png);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #000;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .lp-league {
    background-image: none;
    background-size: 100%;
  }
}

.lp-league .lp-league-title {
  color: #fff;
  max-width: 260px;
  min-height: 92px;
  margin: 0 auto 30px;
  position: relative;
  padding-left: 70px;
  padding-top: 15px;
  text-align: center;
}

.lp-league .lp-league-title .bleague-logo {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.lp-league .lp-league-title .season {
  font-size: 1.8rem;
  margin-bottom: 0;
  letter-spacing: 2px;
  display: block;
  color: #fff;
}

.lp-league .lp-league-title .num {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.3;
  letter-spacing: 2px;
  display: block;
}

.lp-league .lp-league-title .num > .en {
  font-size: 4rem;
  line-height: 1.1;
  margin-left: -3px;
  margin-right: 2px;
}

.lp-league .lp-league-venue {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.lp-league .lp-league-venue .small {
  font-size: 1rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .lp-league .lp-league-venue {
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 30px;
  }
  .lp-league .lp-league-venue .small {
    font-size: 2.2rem;
    font-weight: bold;
  }
}
.lp-league h3 {
  color: #fff;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .lp-league h3 {
    font-size: 2rem;
  }
}
.lp-league .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .lp-league .menu {
    gap: 16px;
  }
}
.lp-league .menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: calc((100% - 96px) / 5);
  background-color: #a0191a;
  text-align: center;
  -webkit-clip-path: polygon(0 24px, 24px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
          clip-path: polygon(0 24px, 24px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
}
@media (max-width: 767px) {
  .lp-league .menu .menu-item {
    width: calc((100% - 32px) / 3);
    -webkit-clip-path: polygon(0 16px, 16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
            clip-path: polygon(0 16px, 16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
  }
}
.lp-league .menu .menu-item img {
  width: 60%;
}
.lp-league .menu .menu-item p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
@media (max-width: 767px) {
  .lp-league .menu .menu-item p {
    font-size: 1.2rem;
  }
}

.lp-versus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.lp-versus .heading {
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lp-versus .club:first-child {
  margin-right: 15px;
}

.lp-versus .club:last-child {
  margin-left: 15px;
}

.lp-versus .club-logo {
  display: block;
  margin: 0 auto 10px;
  height: 100px;
  width: auto;
}

.lp-versus .club-name {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .lp-versus .heading {
    font-size: 4.5rem;
  }
  .lp-versus .club:first-child {
    margin-right: 30px;
  }
  .lp-versus .club:last-child {
    margin-left: 30px;
  }
  .lp-versus .club-logo {
    margin: 0 auto 15px;
    height: 135px;
  }
  .lp-versus .club-name {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.lp-schedule .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .lp-schedule .col:nth-of-type(odd) {
    padding-right: 5px;
  }
  .lp-schedule .col:nth-of-type(even) {
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  .lp-schedule .row .col:not(:last-child) {
    margin-bottom: 0;
  }
}
.schedule-card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 30px 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .schedule-card {
    padding: 30px 0 20px;
  }
}

.schedule-card .sponser {
  border: 1px solid #eaeaea;
  width: 180px;
  min-height: 50px;
  margin-bottom: 0;
}

.schedule-card .date {
  font-size: 2.5rem;
  display: block;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: -3px;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .schedule-card .date {
    font-size: 2rem;
  }
}
.schedule-card .date > strong {
  font-size: 8rem;
  letter-spacing: 0.15em;
}

@media (max-width: 767px) {
  .schedule-card .date > strong {
    font-size: 4rem;
  }
}
.schedule-card .tipoff {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .schedule-card .tipoff {
    font-size: 2rem;
  }
}

.section-roster {
  background-color: #cd1b2f;
}

.section-roster .roster-lead {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.section-roster .roster-lead p:not(:last-child) {
  margin-bottom: 20px;
}

.section-roster .roster-lead img {
  display: block;
  margin: 0 auto;
}

.section-roster .thumbnail-wrap {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 124.59%;
  margin-bottom: 0;
  overflow: hidden;
}

.section-roster .thumbnail-wrap .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0;
}

.roster-slide {
  color: #fff;
  padding: 0 25px 0;
}

@media (min-width: 768px) {
  .roster-slide {
    padding: 0;
  }
}
.roster-slide .slick-slider {
  display: none;
}

.roster-slide .slick-slider.slick-initialized {
  display: block;
}

.roster-slide .roster-item .thumbnail-wrap {
  padding-bottom: 124.59%;
  border-radius: 6px;
}

.roster-slide .roster-item .thumbnail-wrap .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0;
}

.roster-slide .roster-item .name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.roster-slide .roster-item .name .num {
  font-size: 1.8rem;
  margin-right: 10px;
}

.roster-slide .roster-item .name-en {
  font-size: 1.8rem;
  line-height: 1.5;
}

.roster-slide .roster-item .profile-info {
  background-color: #000;
  border-radius: 6px;
  padding: 12px 20px;
}

.roster-slide .roster-item .profile-table tbody tr th,
.roster-slide .roster-item .profile-table tbody tr td {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 4px 0;
}

.roster-slide .roster-item .profile-table tbody tr th {
  padding-right: 10px;
}

@media (min-width: 768px) {
  .roster-slide .roster-item .name {
    margin-top: 60px;
  }
  .roster-slide .roster-item .profile-info {
    max-width: 290px;
  }
}
.roster-slide-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px -6px 0;
}

.roster-slide-menu .item {
  max-width: 25%;
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  margin-bottom: 10px;
  padding: 0 6px;
}

.roster-slide-menu .item.current .thumbnail-wrap::after {
  background-color: rgba(0, 0, 0, 0);
}

.roster-slide-menu .thumbnail-wrap {
  padding-bottom: 124.59%;
}

.roster-slide-menu .thumbnail-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.roster-slide-menu .name {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .roster-slide-menu {
    margin: 30px -6px 0;
  }
  .roster-slide-menu .item {
    max-width: 14.2857%;
    -webkit-box-flex: 14.2857%;
    -ms-flex: 14.2857%;
    flex: 14.2857%;
    padding: 0 6px;
  }
  .roster-slide-menu .name {
    font-size: 1.4rem;
    font-weight: bold;
  }
}
.section-intro {
  background-color: #a0191a;
  background-image: url(https://nagoya-dolphins.jp/files/user/common/2023-24/game/bg-DD.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
}

@media (min-width: 768px) {
  .section-intro .team,
  .section-preview .team {
    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;
    gap: 30px;
  }
}
.section-intro .team .team-logo,
.section-preview .team .team-logo {
  width: 110px;
}
.section-intro .team .team-logo img,
.section-preview .team .team-logo img {
  width: 100%;
}
@media (max-width: 767px) {
  .section-intro .team .team-logo,
  .section-preview .team .team-logo {
    width: 80px;
    margin: 0 auto;
  }
}
.section-intro .team.team-logo-wide .team-logo,
.section-preview .team.team-logo-wide .team-logo {
  width: 180px;
}
@media (max-width: 767px) {
  .section-intro .team.team-logo-wide .team-logo,
  .section-preview .team.team-logo-wide .team-logo {
    width: 150px;
  }
}
.section-intro .team .team-name p,
.section-preview .team .team-name p {
  text-align: right;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-intro .team .team-name p,
  .section-preview .team .team-name p {
    text-align: center;
  }
}
.section-intro .team .team-name p.en,
.section-preview .team .team-name p.en {
  font-size: 4rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .section-intro .team .team-name p.en,
  .section-preview .team .team-name p.en {
    font-size: 3rem;
  }
}
.section-intro .team .team-name p.ja,
.section-preview .team .team-name p.ja {
  font-size: 1.4rem;
  font-weight: bold;
}

.section-intro .team-name {
  color: #fff;
}

.section-preview {
  padding-top: 60px;
  background-color: #b7a369;
  color: #000;
}
@media (max-width: 767px) {
  .section-preview {
    padding-top: 40px;
  }
}
.section-preview .lp-section-body {
  padding-top: 0;
}
.section-preview h3 {
  font-size: 2rem;
}

.section-schedule {
  padding-bottom: 40px;
}
.section-schedule .date {
  font-size: 2rem;
  display: block;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media (max-width: 767px) {
  .section-schedule .date {
    font-size: 1.5rem;
  }
}
.section-schedule .date > strong {
  font-size: 3.5rem;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .section-schedule .date > strong {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .section-schedule .tab-list .col:nth-of-type(odd) {
    padding-right: 5px;
  }
  .section-schedule .tab-list .col:nth-of-type(even) {
    padding-left: 5px;
  }
}
.section-schedule .btn-success {
  position: relative;
  background-color: #fff;
  color: #b7a369;
  border: 2px solid #b7a369;
  padding: 12px 0 10px;
}
@media (max-width: 767px) {
  .section-schedule .btn-success:hover {
    opacity: 1;
  }
}
.section-schedule .btn-success.btn-current {
  background-color: #b7a369;
  color: #fff;
}
.section-schedule .btn-success.btn-current:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 38%;
  right: 8px;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  .section-schedule .btn-success.btn-current:after {
    top: 42%;
    right: 4px;
    width: 8px;
    height: 8px;
  }
}

.section-ticket .accordion dt {
  padding: 5px 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.section-ticket .accordion dt .icn-toggle {
  width: 16px;
  height: 16px;
}
.section-ticket .accordion dt .icn-toggle:before {
  background-color: #fff;
}
.section-ticket .accordion dt .icn-toggle:after {
  background-color: #fff;
}
@media (min-width: 768px) {
  .section-ticket .accordion dt .icn-toggle {
    display: none;
  }
}
@media (min-width: 768px) {
  .section-ticket .accordion dd {
    display: block !important;
  }
}

/*
-- 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;
}

@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;
  }
}


.flex-gap {
  gap: 30px;
}

.flex-col-3 {
  width: calc(33.3% - 30px);
}

@media (max-width: 767px) {
  .flex-gap {
    gap: 10px;
  }
  .flex-col-3 {
    width: calc(33.3% - 15px);
  }
}