@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.12em;
}

/*
* base
* --------------------------------------------------*/
/* html
-----------------------------------------------------*/
html {
  font-size: 10px;
}

/* body
-----------------------------------------------------*/
body {
  color: #000;
  line-height: 1.7;
  letter-spacing: 0;
  padding-top: 0;
  font-size: 1.5rem;
  background-color: #cd1b2f;
}

img {
  vertical-align: top;
}

/*
-- Layout CSS
-------------------------------------------------- */
.wrap {
  padding-top: 57px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .wrap {
    padding-top: 70px;
  }
}
.container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    max-width: 1020px;
    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 {
  margin-top: 96px;
}
@media (max-width: 767px) {
  .lp-section {
    margin-top: 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 .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;
  }
}
/*
-- 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: #000;
  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: 0;
}

p.text-supplement {
  font-size: 1.2rem;
}

p.text-caption {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
p.text-caption:after {
  content: "";
  display: block;
  width: 265px;
  height: 13px;
  margin: 12px auto 0;
  background-image: url("/files/user/_/common/img/watchingguide/img_caption.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

em {
  font-style: normal;
}

strong {
  font-weight: bold;
}

/*リンクテキスト
-----------------------------------------------------*/
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 {
  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;
}

.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;
}

.text-link {
  font-weight: bold;
  text-decoration: underline !important;
}

em {
  color: #ea6000;
}

/* heading */
h2 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.8rem;
  }
}
h2 span.en {
  font-size: 9.6rem;
  margin-right: 12px;
}
@media (max-width: 767px) {
  h2 span.en {
    font-size: 6rem;
    margin-right: 6px;
  }
}
h2 span.en span.space {
  letter-spacing: 0;
}
h2.h2-common {
  position: relative;
}
h2.h2-common:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 8px;
  display: block;
  width: 100%;
  height: 82px;
  background-color: #b7a369;
}
@media (max-width: 767px) {
  h2.h2-common:after {
    height: 48px;
  }
}
h2.h2-center span.en {
  display: block;
  margin: 0 0 16px;
  line-height: 1;
}

@media (max-width: 767px) {
  .h2 {
    font-size: 1.5rem;
  }
}
h3 {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.8rem;
  }
}
h3 .en {
  margin-right: 24px;
  font-size: 5.4rem;
}
@media (max-width: 767px) {
  h3 .en {
    margin-right: 16px;
    font-size: 4rem;
  }
}
h3.h3-fukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 499px;
  height: 135px;
  padding: 0 54px;
  color: #fff;
  background-image: url("/files/user/_/common/img/watchingguide/bg_fukidashi.png");
  background-size: 100%;
}
@media (max-width: 767px) {
  h3.h3-fukidashi {
    width: 330px;
    height: 89px;
    padding: 0 40px;
  }
}

@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;
  }
}
.btn {
  width: 100%;
  max-width: 360px;
  margin-top: 24px;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  position: relative;
  white-space: normal;
  letter-spacing: 0;
  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: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%);
}

.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: #cd1b2f;
}

.txt-yellow {
  color: #b7a369;
}

.txt-small {
  font-size: 12px;
  font-weight: normal;
  line-height: 110%;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*アコーディオン*/
.accordion dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 6px 32px 9px;
  background-color: #000;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .accordion dt {
    padding: 6px 80px 9px 24px;
    font-size: 1.8rem;
  }
}
.accordion dt::before {
  content: "Q.";
  font-family: "abolition", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .accordion dt::before {
    font-size: 4rem;
  }
}

.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: #fff;
  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: #fff;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding: 24px 32px 36px;
  border-radius: 8px;
  background-color: #fff;
  height: auto;
  opacity: 1;
}
@media (max-width: 767px) {
  .accordion dd {
    margin-top: 12px;
    padding: 24px 24px 36px;
  }
}
.accordion dd::before {
  content: "A.";
  display: block;
  font-family: "abolition", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-right: 16px;
  color: #cd1b2f;
}
@media (max-width: 767px) {
  .accordion dd::before {
    font-size: 4rem;
  }
}
.accordion dd p {
  margin-top: 12px;
}

/* 開いた後のスタイル */
.accordion dt.active .icn-toggle:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

/*
--  CSS
-------------------------------------------------- */
.lp-mv .mv-wrap {
  text-align: center;
  margin: 0;
}
.lp-mv .mv-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.lp-mv p.message {
  padding: 40px 0;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .lp-mv p.message {
    padding: 24px 0;
    font-size: 1.6rem;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .menu {
    gap: 16px;
  }
}
.menu .menu-item {
  position: relative;
  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% - 90px) / 4);
  text-align: center;
  background-image: url("/files/user/_/common/img/watchingguide/border_menu.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .menu .menu-item {
    width: calc((100% - 32px) / 2);
  }
}
.menu .menu-item img {
  width: 60%;
}
.menu .menu-item p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
@media (max-width: 767px) {
  .menu .menu-item p {
    font-size: 1.5rem;
  }
}

.guide-list li {
  position: relative;
  padding: 32px 66px;
  background-color: #fff;
  border: 8px solid #a0191a;
  border-radius: 32px;
}
@media (max-width: 767px) {
  .guide-list li {
    padding: 80px 24px 40px;
  }
}
.guide-list li:nth-of-type(n + 2) {
  margin-top: 115px;
}
@media (max-width: 767px) {
  .guide-list li:nth-of-type(n + 2) {
    margin-top: 100px;
  }
}
.guide-list li .h3-fukidashi {
  position: absolute;
  top: -51px;
  left: -43px;
}
@media (max-width: 767px) {
  .guide-list li .h3-fukidashi {
    top: -44px;
    left: -24px;
  }
}
@media (min-width: 768px) {
  .guide-list li .guide-content-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.guide-list li .guide-content-one:nth-of-type(n + 2) {
  margin-top: 40px;
}
.guide-list li .guide-content-one.guide-content-one-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.guide-list li .guide-content-one.guide-content-one-center .guide-content-text {
  padding: 0;
}
@media (min-width: 768px) {
  .guide-list li .guide-content-one.guide-content-one-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .guide-list li .guide-content-one .guide-content-text {
    padding-top: 80px;
    width: 44.1509%;
  }
}
.guide-list li .guide-content-one .guide-content-text.guide-content-text-wide {
  width: 100%;
}
@media (min-width: 768px) {
  .guide-list li .guide-content-one .guide-content-img {
    width: 48.1761%;
  }
}
@media (max-width: 767px) {
  .guide-list li .guide-content-one .guide-content-img {
    margin-top: 32px;
  }
}
.guide-list li .guide-content-one .guide-content-img img {
  width: 100%;
}
.guide-list li .img-dd {
  position: absolute;
  bottom: -48px;
  width: 160px;
}
@media (max-width: 767px) {
  .guide-list li .img-dd {
    bottom: -60px;
    width: 124px;
  }
}
.guide-list li .img-dd.img-dd-right {
  right: -64px;
}
@media (max-width: 767px) {
  .guide-list li .img-dd.img-dd-right {
    right: -24px;
  }
}
.guide-list li .img-dd.img-dd-left {
  left: -64px;
}
@media (max-width: 767px) {
  .guide-list li .img-dd.img-dd-left {
    left: -24px;
  }
}
.guide-list li .img-dd img {
  width: 100%;
}
.guide-list .sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .guide-list .sns-link {
    gap: 24px;
  }
}
.guide-list .sns-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.guide-list .sns-link a img {
  width: 60px;
}
@media (max-width: 767px) {
  .guide-list .sns-link a img {
    width: 56px;
  }
}
.guide-list .sns-link a span {
  margin-left: 8px;
}

.section-whatdd {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .section-whatdd {
    padding: 64px 0;
  }
}

.section-sns {
  padding: 86px 0;
  background-color: #fff;
}

.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;
  }
}