@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Oswald:wght@700&display=swap");
:root {
  --transition: 0.3s ease-in-out;
  --ft-en: "Oswald", sans-serif;
  --ft-en-ja: "Oswald", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  --cl-black: #000;
  --cl-white: #fff;
  --cl-gray01: #999;
  --cl-gray02: #ccc;
  --cl-gray03: #f0f0f0;
  --cl-accent: #cc172b;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-decoration: none;
}

*:focus {
  outline: none;
}

body.scrollHide {
  overflow-y: hidden;
}

#containerLp {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#containerLp * {
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#containerLp hr {
  border: none;
  margin: 0;
  padding: 0;
}

#containerLp hr.h30 {
  height: 30px;
}

@media (max-width: 600px) {
  #containerLp hr.h30 {
    height: 20px;
  }
}

#containerLp hr.h20 {
  height: 20px;
}

@media (max-width: 600px) {
  #containerLp hr.h20 {
    height: 10px;
  }
}

#containerLp .alignCenter {
  text-align: center;
}

#containerLp .dBlock {
  display: block;
}

#containerLp .dInBlock {
  display: inline-block;
}

#containerLp .mAuto {
  margin: auto;
}

#containerLp img {
  vertical-align: middle;
}

#containerLp .pc {
  display: block;
}

@media (max-width: 600px) {
  #containerLp .pc {
    display: none;
  }
}

#containerLp .sp {
  display: none;
}

@media (max-width: 600px) {
  #containerLp .sp {
    display: block;
  }
}

#containerLp .pic {
  width: 100%;
  height: auto;
}

#containerLp strong {
  color: #000;
  font-weight: 700;
}

#containerLp th,
#containerLp td {
  border: solid 1px #ccc;
}

#containerLp .fs24 {
  font-size: 24px;
}

@media (max-width: 600px) {
  #containerLp .fs24 {
    font-size: 12px;
  }
}

#containerLp .fs20 {
  font-size: 20px;
}

@media (max-width: 600px) {
  #containerLp .fs20 {
    font-size: 10px;
  }
}

#containerLp .fs16 {
  font-size: 16px;
}

@media (max-width: 600px) {
  #containerLp .fs16 {
    font-size: 8px;
  }
}

#containerLp .fw700 {
  font-weight: 700 !important;
}

#containerLp .fw400 {
  font-weight: 400 !important;
}

#containerLp .navCol2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#containerLp .navCol2 ul li {
  margin: 0 10px;
  width: 50%;
}

@media (max-width: 600px) {
  #containerLp .navCol2 ul li {
    margin: 0 4px;
  }
}

#containerLp .btnStyle01 {
  font-size: 20px;
  padding: 15px 15px;
  color: #000;
  display: block;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  font-weight: 700;
  position: relative;
  margin: auto;
  /* min-height: 95px; */
}

#containerLp .btnStyle01 small {
  font-size: 20px;
}

@media (max-width: 600px) {
  #containerLp .btnStyle01 small {
    font-size: 10px;
  }
}

#containerLp .navPageLinksWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#containerLp .navPageLinksWrap a:nth-child(1) {
  background: #000;
  color: #fff;
}

#containerLp .navPageLinksWrap a:nth-child(1):before {
  background-image: url("../img/icon_blank_link.svg");
}

#containerLp .navPageLinksWrap a:nth-child(2) {
  background: #ccc;
}

#containerLp .btnStyle01.w100-32 {
  /* max-width: calc(100% - 32px); */
  width: 48%;
}

#containerLp .btnStyle01 small {
  display: block;
}

@media (max-width: 600px) {
  #containerLp .btnStyle01.w100-32 {
    max-width: calc(100% - 16px);
  }
}

#containerLp .btnStyle01--black {
  background: #000;
  color: #fff;
}

@media (min-width: 601px) {
  #containerLp .btnStyle01 {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  #containerLp .btnStyle01:hover {
    background-color: #b4b4b4;
  }
}

@media (max-width: 600px) {
  #containerLp .btnStyle01 {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 11px;
    padding: 10px 10px;
    border-radius: 4px;
  }
}

#containerLp .btnStyle01.fs26 {
  padding: 12px 15px;
  font-size: 20px;
  border-radius: 12px;
}
#containerLp .btnStyle01.pd {
  padding: 29px 15px;
}

@media (max-width: 600px) {
  #containerLp .btnStyle01.fs26 {
    border-radius: 6px;
    font-size: 13px;
    padding: 20px 0;
    height: 8.5vh;
  }
  #containerLp .btnStyle01.pd {
    padding: 25px 15px;
  }
  #containerLp .btnStyle01.pd_02 {
    padding: 10px 15px;
  }
}

#containerLp .btnStyle01.fs32 {
  padding: 18px 15px;
  font-size: 32px;
  border-radius: 12px;
}

@media (max-width: 600px) {
  #containerLp .btnStyle01.fs32 {
    border-radius: 8px;
    font-size: 16px;
    padding: 12px 10px;
  }
}

#containerLp .btnStyle01.mw430 {
  max-width: 500px;
}

#containerLp .btnStyle01.mw430 .logo {
  height: 60px;
  margin-right: 15px;
}

#containerLp .btnStyle01.btnStyle01.w100-32 .logo {
  height: 60px;
  margin-right: 15px;
}

@media (max-width: 600px) {
  #containerLp .btnStyle01.mw430 {
    max-width: 270px;
  }
}

#containerLp .btnStyle01.mw480 {
  max-width: 480px;
}

@media (max-width: 600px) {
  #containerLp .btnStyle01.mw480 {
    max-width: 240px;
  }
}

#containerLp .btnStyle01.mw320 {
  max-width: 310px;
}

@media (max-width: 600px) {
  #containerLp .btnStyle01.mw320 {
    max-width: 155px;
  }
}

#containerLp .btnStyle01.h96 {
  height: 66px;
  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;
}

@media (max-width: 600px) {
  #containerLp .btnStyle01.h96 {
    height: 28px;
  }
}

#containerLp .btnStyle01[target="_blank"]::before {
  content: "";
  background: url(../img/icon_external_link_b.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 600px) {
  #containerLp .btnStyle01[target="_blank"]::before {
    width: 12px;
    height: 12px;
    right: 5px;
  }
}

#containerLp .btnStyle01--black[target="_blank"]::before {
  content: "";
  background: url(../img/icon_external_link_w.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 600px) {
  #containerLp .btnStyle01--black[target="_blank"]::before {
    width: 12px;
    height: 12px;
    right: 7px;
  }
}

#containerLp .tag {
  display: block;
  color: #fff;
  font-size: 28px;
  background: #333;
  padding: 6px 20px;
  text-align: center;
}

@media (max-width: 600px) {
  #containerLp .tag {
    font-size: 14px;
    padding: 5px 10px;
  }
}

#containerLp .tag--yellow {
  background: #d0b068;
}

#containerLp .hStyle01 {
  font-size: 36px;
  padding: 40px 0 40px;
  text-align: center;
  display: block;
  position: relative;
  letter-spacing: 0.08em;
}

@media (max-width: 600px) {
  #containerLp .hStyle01 {
    font-size: 18px;
    padding: 27px 0 20px;
    letter-spacing: 0.04em;
  }
}

#containerLp .hStyle01::before {
  content: "";
  width: 80px;
  height: 4px;
  background: #000;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 600px) {
  #containerLp .hStyle01::before {
    width: 40px;
    height: 2px;
  }
}

#containerLp .hStyle02 {
  background: #eee;
  color: #000;
  font-size: 32px;
  padding: 20px;
  color: #000;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.1em;
}

@media (max-width: 600px) {
  #containerLp .hStyle02 {
    font-size: 16px;
    padding: 15px 10px;
  }
}

#containerLp .hStyle02--yellow {
  background: #d0b068;
}

#containerLp .hStyle02--r8 {
  border-radius: 8px;
}

@media (max-width: 600px) {
  #containerLp .hStyle02--r8 {
    border-radius: 4px;
  }
}

#containerLp .ulDisk {
  list-style: "・";
  font-size: 28px;
  padding: 30px 20px 30px 30px;
  font-weight: 700;
}

#containerLp .ulDisk .--note{
  list-style: "※";
}

#containerLp .ulDisk .--head{
  list-style: "■";
  font-weight: 700;
}

.caption__small {
  font-size: 15px;
}

@media (max-width: 600px) {
  .caption__small {
    font-size: 8px;
  }
}

#containerLp .ulDisk li {
  text-align: left;
}

#containerLp .ulDisk .underline {
  text-decoration: underline;
}

@media (max-width: 600px) {
  #containerLp .ulDisk {
    font-size: 14px;
    padding: 15px 10px 15px 10px;
  }
}

#containerLp .ulDisk--s {
  font-size: 20px;
  font-weight: 400;
  padding: 30px 20px 30px 40px;
}

@media (max-width: 600px) {
  #containerLp .ulDisk--s {
    font-size: 10px;
    padding: 15px 10px 15px 20px;
  }
}

#containerLp .logoRamove {
  max-width: 360px;
  width: auto;
  height: auto;
  margin: 20px auto;
}

@media (max-width: 600px) {
  #containerLp .logoRamove {
    max-width: 180px;
    margin: 20px auto;
  }
}

@media (max-width: 600px) {
  #containerLp .spFull {
    width: 100vw;
    margin: 15px -10px 0 -10px;
  }
}

#containerLp #mainVisual {
  position: relative;
  height: 530px;
}

@media (max-width: 600px) {
  #containerLp #mainVisual {
    /* height: 175px; */
    height: 57.3vw;
    width: 100vw;
    margin: -20px -10px 0 -10px;
  }
}

#containerLp #mainVisual::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  /* background: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.01) 25%, rgba(0, 0, 0, 0.01) 75%, #000 75%), linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.01) 25%, rgba(0, 0, 0, 0.01) 75%, #000 75%); */
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #containerLp #mainVisual::after {
    /* background: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.3) 75%, #000 75%), linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.3) 75%, #000 75%); */
    background-size: 3px 3px;
    background-position: 0 0, 1.5px 1.5px;
  }
}

#containerLp #mainVisual header {
  position: relative;
  z-index: 2;
  display: none;
}

#containerLp #mainVisual header i {
  display: block;
  margin: 0 auto 13px;
  max-width: 110px;
}

@media (max-width: 600px) {
  #containerLp #mainVisual header i {
    max-width: 73px;
  }
}

#containerLp #mainVisual header i img {
  width: 100%;
  height: auto;
  display: block;
}

#containerLp #mainVisual header h2 {
  text-align: center;
}

#containerLp #mainVisual header h2 img {
  height: 34px;
  width: auto;
}

@media (max-width: 600px) {
  #containerLp #mainVisual header h2 img {
    height: 22px;
  }
}

#containerLp #mainVisual header h2 span {
  margin-top: 18px;
  display: block;
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.04em;
}

@media (max-width: 600px) {
  #containerLp #mainVisual header h2 span {
    margin-top: 15px;
  }
}

@media (max-width: 600px) {
  #containerLp #mainVisual header h2 span {
    font-size: 14px;
  }
}

#containerLp #mainVisual header h2 span::before {
  content: "";
  width: 48px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 600px) {
  #containerLp #mainVisual header h2 span::before {
    top: -8px;
    width: 24px;
  }
}

#containerLp #alartTopic {
  padding: 12px 16px;
}

#containerLp #alartTopic a {
  color: #ff0004;
}

#containerLp #alartTopic p {
  color: #000;
}

@media (max-width: 600px) {
  #containerLp #alartTopic {
    padding: 6px 8px;
  }
}

#containerLp #alartTopic .content a {
  display: block;
  border: solid 4px #ff0000;
  color: #ff0000;
  text-decoration: underline;
  text-align: center;
  padding: 15px 50px 18px;
  position: relative;
  font-size: 26px;
}

@media (min-width: 601px) {
  #containerLp #alartTopic .content a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3 ease;
  }
  #containerLp #alartTopic .content a:hover {
    box-shadow: 0px 0px 0px 2px #ff0000 inset;
    -webkit-box-shadow: 0px 0px 0px 2px #ff0000 inset;
  }
}

@media (max-width: 600px) {
  #containerLp #alartTopic .content a {
    font-size: 13px;
    padding: 9px 25px;
  }
}

#containerLp #alartTopic .content a[target="_blank"]::before {
  content: "";
  background: url(../img/icon_external_link.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 600px) {
  #containerLp #alartTopic .content a[target="_blank"]::before {
    width: 12px;
    height: 12px;
    right: 7px;
  }
}

#containerLp #alartTopic .content p {
  margin-top: 20px;
}

@media (max-width: 600px) {
  #containerLp #alartTopic .content p {
    margin-top: 10px;
  }
}

#containerLp .attention {
  font-weight: 700;
  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;
  font-size: 22px;
}

#containerLp .attention i {
  display: block;
  margin-right: 10px;
  width: 36px;
  height: auto;
}

@media (max-width: 600px) {
  #containerLp .attention {
    font-size: 11px;
  }
  #containerLp .attention i {
    margin-right: 5px;
    width: 16px;
    height: auto;
  }
}

#containerLp .olFlow {
  counter-reset: item;
  list-style-type: none;
}

#containerLp .olFlow > li {
  position: relative;
  margin-bottom: 25px;
  position: relative;
  background: #eee;
}

@media (max-width: 600px) {
  #containerLp .olFlow > li {
    margin-bottom: 13px;
  }
}

#containerLp .olFlow > li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 30px 0 30px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  left: 0;
  bottom: -25px;
}

@media (max-width: 600px) {
  #containerLp .olFlow > li::after {
    border-width: 13px 15px 0 15px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    bottom: -13px;
  }
}

@media (max-width: 600px) {
  #containerLp .olFlow > li {
    margin-bottom: 13px;
  }
}

#containerLp .olFlow > li::before {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  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;
  color: #fff;
  background: #000;
  width: 60px;
  height: 100%;
  counter-increment: item;
  content: counter(item);
}

@media (max-width: 600px) {
  #containerLp .olFlow > li::before {
    width: 30px;
    font-size: 24px;
  }
}

.login__txt {
  font-size: 20px;
  font-weight: 400;
  padding: 20px;
}

@media (max-width: 600px) {
  .login__txt {
    font-size: 10px !important;
    padding: 10px !important;
  }
}

#containerLp .olFlow > li .flowList {
  padding: 40px 20px 40px 80px;
}

@media (max-width: 600px) {
  #containerLp .olFlow > li .flowList {
    padding: 20px 14px 20px 44px;
  }
}

#containerLp .olFlow > li .flowList__heading {
  font-size: 28px;
  padding-left: 26px;
}

@media (max-width: 600px) {
  #containerLp .olFlow > li .flowList__heading {
    font-size: 14px;
    padding-left: 13px;
  }
}

#containerLp .olFlow > li .flowList__heading small {
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 600px) {
  #containerLp .olFlow > li .flowList__heading small {
    font-size: 10px;
  }
}

#containerLp .olFlow > li .flowList__heading--col2 {
  padding-left: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 130px 30px 1fr;
  grid-template-columns: 130px 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 30px;
}

@media (max-width: 600px) {
  #containerLp .olFlow > li .flowList__heading--col2 {
    -ms-grid-columns: 65px 1fr;
    grid-template-columns: 65px 1fr;
    gap: 15px;
  }
}

#containerLp .olFlow > li .flowList__heading--col2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#containerLp .olFlow > li .flowList__heading--col2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#containerLp .olFlow > li .flowList__main {
  margin-top: 30px;
}

@media (max-width: 600px) {
  #containerLp .olFlow > li .flowList__main {
    margin-top: 15px;
  }
}

#containerLp .tabContents .tabNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#containerLp .tabContents .tabNav ul li {
  cursor: pointer;
  padding: 10px;
  width: 50%;
  margin: 16px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0px 0px 4px #ccc;
  -webkit-box-shadow: 0px 0px 4px #ccc;
  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;
  line-height: 1.75rem;
}

@media (max-width: 600px) {
  #containerLp .tabContents .tabNav ul li {
    font-size: 12px;
    margin: 8px;
    box-shadow: 0px 0px 2px #ccc;
    -webkit-box-shadow: 0px 0px 2px #ccc;
    line-height: 1rem;
  }
}

@media (min-width: 601px) {
  #containerLp .tabContents .tabNav ul li {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  #containerLp .tabContents .tabNav ul li:not(.current):hover {
    background: #efefef;
  }
}

#containerLp .tabContents .tabNav ul li.current {
  background: #000;
  color: #fff;
}

#containerLp .tabContents .spScroll {
  overflow-scrolling: touch;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#containerLp .tabContents .tabContent > * {
  display: none;
  opacity: 0;
}

#containerLp .tabContents .tabContent > *.current {
  display: block;
  opacity: 1;
}

#containerLp .navPageLinks {
  margin: 27px 0 70px;
}

@media (max-width: 600px) {
  #containerLp .navPageLinks {
    margin: 15px 0 40px;
  }
}

#containerLp .navPageLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#containerLp .navPageLinks ul li {
  width: 100%;
  text-align: center;
}

#containerLp .navPageLinks ul li a {
  padding: 20px 20px 20px 20px;
  height: 200px;
  background: #eee;
  border-radius: 8px;
  margin: 0 5px;
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

@media (max-width: 900px) {
  #containerLp .navPageLinks ul li a {
    height: 230px;
  }
  #containerLp .navPageLinks ul li a br {
    display: block;
  }
}

@media (min-width: 601px) {
  #containerLp .navPageLinks ul li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  #containerLp .navPageLinks ul li a:hover {
    background: #ccc;
  }
}

@media (max-width: 600px) {
  #containerLp .navPageLinks ul li a {
    margin: 0 2px;
    padding: 10px;
    font-size: 12px;
    height: 114px;
  }
}

#containerLp .navPageLinks ul li a:hover::after {
  bottom: 10px;
}

#containerLp .navPageLinks ul li a[target="_blank"]::after {
  content: "";
  background: url(../img/icon_external_link_b.svg) no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 2;
  width: 26px;
  height: 26px;
}

@media (max-width: 600px) {
  #containerLp .navPageLinks ul li a[target="_blank"]::after {
    bottom: 5px;
    width: 13px;
    height: 13px;
  }
}

#containerLp .navPageLinks ul li a::after {
  content: "";
  background: url(../img/icon_bottom.svg) no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 2;
  width: 29px;
  height: 16px;
}

@media (min-width: 601px) {
  #containerLp .navPageLinks ul li a::after {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
}

@media (max-width: 600px) {
  #containerLp .navPageLinks ul li a::after {
    bottom: 6px;
    width: 17px;
    height: 8px;
  }
}

#containerLp .navPageLinks ul li a .icon {
  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;
  height: 80px;
}

@media (max-width: 600px) {
  #containerLp .navPageLinks ul li a .icon {
    height: 40px;
  }
}

#containerLp .navPageLinks ul li a img {
  max-width: 100px;
  max-height: 80px;
  width: auto;
  height: auto;
}

@media (max-width: 600px) {
  #containerLp .navPageLinks ul li a img {
    max-width: 100%;
    max-height: 40px;
  }
}

#containerLp .navPageLinks ul li a span {
  margin-top: 10px;
  display: block;
}

@media (max-width: 600px) {
  #containerLp .navPageLinks ul li a span {
    margin-top: 5px;
  }
}

#containerLp #pageLinksFooter {
}

#containerLp #pageLinksFooter.navPageLinks {
  /* max-width: 950px; */
  /* width: calc(100% - 30px); */
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 27px 0 20px;
}

@media (max-width: 600px) {
  #containerLp #pageLinksFooter.navPageLinks {
    bottom: -200px;
  }
}

#pageLinksFooter p,
#pageLinksFooter a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  background: #fff;
  width: fit-content;
  /* margin: 0 auto 15px; */
  padding: 10px 50px;
  flex-shrink: 0;
  border-radius: 9999px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
}

#pageLinksFooter p img,
#pageLinksFooter a img {
  width: 80px;
  margin: 0 15px 0 0;
}

#pageLinksFooter a:hover{
  opacity: .6;
}

#containerLp #pageLinksFooter.navPageLinks:not(.sticky2) {
  bottom: -150px;
  position: fixed;
  left: 50%;
  opacity: 0;
  transition: 0.3s;
}

@media (min-width: 601px) {
  #containerLp #pageLinksFooter.navPageLinks:not(.sticky2) {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
}

@media (max-width: 600px) {
  #containerLp #pageLinksFooter.navPageLinks {
    /* width: calc(100% - 16px); */
  }
}

#containerLp #pageLinksFooter.navPageLinks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

#containerLp #pageLinksFooter.navPageLinks.sticky {
  position: fixed;
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

#containerLp #pageLinksFooter.navPageLinks.sticky2 {
  /* width: calc(100% + 16px); */
  position: fixed;
  opacity: 0;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
}

@media (max-width: 600px) {
  #containerLp #pageLinksFooter.navPageLinks.sticky2 {
    /* width: calc(100% + 4px); */
  }
}

@media (max-width: 600px) {
  #containerLp #pageLinksFooter.navPageLinks {
    /* margin: 19px 0 10px; */
  }
}

#containerLp #pageLinksFooter.navPageLinks ul li a {
  line-height: 1.3;
  padding: 0;
  height: 80px;
  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;
  font-size: 20px;
}

@media (max-width: 900px) {
  #containerLp #pageLinksFooter.navPageLinks ul li a br {
    display: block;
  }
}

@media (min-width: 601px) {
  #containerLp #pageLinksFooter.navPageLinks ul li a[target="_blank"] span {
    padding-right: 20px;
  }
}

@media (max-width: 600px) {
  #containerLp #pageLinksFooter.navPageLinks ul li a[target="_blank"] span {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

#containerLp #pageLinksFooter.navPageLinks ul li a[target="_blank"]::before {
  content: "";
  background: url(../img/icon_external_link_b.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 600px) {
  #containerLp #pageLinksFooter.navPageLinks ul li a[target="_blank"]::before {
    top: 15px;
    width: 12px;
    height: 12px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 601px) {
  #containerLp #pageLinksFooter.navPageLinks ul li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  #containerLp #pageLinksFooter.navPageLinks ul li a:hover {
    background: #ccc;
  }
}

@media (max-width: 600px) {
  #containerLp #pageLinksFooter.navPageLinks ul li a {
    font-size: 14px;
  }
}

#containerLp #pageLinksFooter.navPageLinks ul li a span {
  margin: 0;
}

#containerLp #pageLinksFooter.navPageLinks ul li a::after {
  display: none;
}

#container {
  max-width: 940px;
  margin: 50px auto 0;
  padding: 20px;
  color: #333;
  background-color: #fff;
}

@media (max-width: 600px) {
  #container {
    padding: 20px 10px;
    margin-top: 0;
  }
}

#containerLp {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 600px) {
  #containerLp {
    margin-bottom: 0px;
  }
}

#containerLp.pageTicket #mainVisual {
  background: url(../img/header_bg_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  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;
}

@media (max-width: 600px) {
  #containerLp.pageTicket #mainVisual {
    /* background: url(../img/header_bg_sp.jpg) no-repeat; */
    background-size: cover;
    background-position: center;
    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;
  }
}

#containerLp.pageTicket #ticketSchedule {
  overflow: hidden;
  background: #eee;
  width: calc(100% + 40px);
  margin-left: -20px;
}

#containerLp.pageTicket #ticketSchedule .contents {
  padding: 0 20px;
}

@media (max-width: 600px) {
  #containerLp.pageTicket #ticketSchedule .contents {
    padding: 0 10px;
  }
}

@media (max-width: 600px) {
  #containerLp.pageTicket #ticketSchedule {
    width: 100vw;
    margin-left: -10px;
  }
}

#containerLp.pageTicket #ticketSchedule header {
  padding: 40px 0px 20px;
  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;
}

@media (max-width: 600px) {
  #containerLp.pageTicket #ticketSchedule header {
    padding: 20px 0px 14px;
  }
}

#containerLp.pageTicket #ticketSchedule header h3 {
  padding: 0;
  margin: 0;
  font-size: 36px;
  margin-right: 7px;
  font-weight: 900;
}

@media (max-width: 600px) {
  #containerLp.pageTicket #ticketSchedule header h3 {
    font-size: 18px;
  }
}

#containerLp.pageTicket #ticketSchedule header i {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

@media (min-width: 601px) {
  #containerLp.pageTicket #ticketSchedule header i {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  #containerLp.pageTicket #ticketSchedule header i:hover {
    opacity: 0.5;
  }
}

@media (max-width: 600px) {
  #containerLp.pageTicket #ticketSchedule header i {
    padding-top: 3px;
    width: 14px;
    height: 14px;
    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;
  }
}

#containerLp.pageTicket #ticketSchedule .contents {
  padding: 0　20px;
}

#containerLp.pageTicket #ticketSchedule .contents > .btnStyle01 {
  margin: 30px auto;
}

@media (max-width: 600px) {
  #containerLp.pageTicket #ticketSchedule .contents > .btnStyle01 {
    margin: 15px auto 15px;
  }
}

#containerLp.pageTicket #ticketSchedule .contents > span {
  font-size: 13px;
  text-align: center;
  margin: 0 auto 20px;
  display: block;
}

#containerLp.pageTicket #ticketSchedule .ticletList {
  position: relative;
}

#containerLp.pageTicket #ticketSchedule .ticletList .hide {
  display: none;
}

#containerLp.pageTicket #ticketSchedule .ticletList .swiperBtnWrap .swiperBtn {
  position: absolute;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  height: 50%;
  z-index: 300;
}

@media (min-width: 601px) {
  #containerLp.pageTicket
    #ticketSchedule
    .ticletList
    .swiperBtnWrap
    .swiperBtn {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  #containerLp.pageTicket
    #ticketSchedule
    .ticletList
    .swiperBtnWrap
    .swiperBtn:hover {
    opacity: 0.5;
  }
}

@media (max-width: 600px) {
  #containerLp.pageTicket
    #ticketSchedule
    .ticletList
    .swiperBtnWrap
    .swiperBtn {
    top: 45%;
    left: -14px;
    width: 50px;
    height: 50%;
  }
}

#containerLp.pageTicket
  #ticketSchedule
  .ticletList
  .swiperBtnWrap
  .swiperBtn::before {
  content: "";
  background: url(../img/icon_right_w.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  z-index: 2;
}

@media (max-width: 600px) {
  #containerLp.pageTicket
    #ticketSchedule
    .ticletList
    .swiperBtnWrap
    .swiperBtn::before {
    width: 8px;
    height: 13px;
    -webkit-transform: translate(-67%, -50%);
    transform: translate(-67%, -50%);
  }
}

#containerLp.pageTicket
  #ticketSchedule
  .ticletList
  .swiperBtnWrap
  .swiperBtn::after {
  content: "";
  background: #000;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 600px) {
  #containerLp.pageTicket
    #ticketSchedule
    .ticletList
    .swiperBtnWrap
    .swiperBtn::after {
    width: 24px;
    height: 24px;
  }
}

#containerLp.pageTicket
  #ticketSchedule
  .ticletList
  .swiperBtnWrap
  .swiperBtn.swiperBtnNext {
  left: auto;
  right: -8px;
}

@media (max-width: 600px) {
  #containerLp.pageTicket
    #ticketSchedule
    .ticletList
    .swiperBtnWrap
    .swiperBtn.swiperBtnNext {
    right: -14px;
  }
}

#containerLp.pageTicket
  #ticketSchedule
  .ticletList
  .swiperBtnWrap
  .swiperBtn.swiperBtnPrev::before {
  -webkit-transform: translate(-75%, -50%) scale(-1, -1);
  transform: translate(-75%, -50%) scale(-1, -1);
}

@media (max-width: 600px) {
  #containerLp.pageTicket
    #ticketSchedule
    .ticletList
    .swiperBtnWrap
    .swiperBtn.swiperBtnPrev::before {
    -webkit-transform: translate(-100%, -50%) scale(-1, -1);
    transform: translate(-100%, -50%) scale(-1, -1);
  }
}

#containerLp.pageTicket
  #ticketSchedule
  .ticletList
  .swiperBtnWrap
  .swiperBtn.swiper-button-disabled {
  display: none;
}

#containerLp.pageTicket .match {
  background: #fff;
  border-radius: 8px;
  border: solid 4px #ccc;
  padding: 14px;
}

@media (max-width: 600px) {
  #containerLp.pageTicket .match {
    border: solid 2px #ccc;
    padding: 7px;
  }
}

#containerLp.pageTicket .match > strong {
  display: block;
  font-size: 20px;
  background: #eee;
  text-align: center;
  padding: 3px;
  font-weight: 900;
}

@media (max-width: 600px) {
  #containerLp.pageTicket .match > strong {
    font-size: 10px;
  }
}

#containerLp.pageTicket .match--home > strong {
  background: #000;
  color: #fff;
}

#containerLp.pageTicket .match--home .btnStyle01 {
  background: #000;
  color: #fff;
}

#containerLp.pageTicket .match time {
  padding: 0 8px;
  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;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 28px;
}

@media (max-width: 600px) {
  #containerLp.pageTicket .match time {
    padding: 0 4px;
    font-size: 14px;
  }
}

#containerLp.pageTicket .match time.fcRed strong span,
#containerLp.pageTicket .match time.fcRed strong small {
  color: #ff0000;
}

#containerLp.pageTicket .match time.fcBlue strong span,
#containerLp.pageTicket .match time.fcBlue strong small {
  color: #2954b6;
}

#containerLp.pageTicket .match time strong {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  letter-spacing: 0.1em;
}

@media (max-width: 600px) {
  #containerLp.pageTicket .match time strong {
    letter-spacing: 0.04em;
    font-size: 24px;
  }
}

#containerLp.pageTicket .match time strong small {
  font-weight: 900;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  margin: 0 10px;
}

@media (max-width: 600px) {
  #containerLp.pageTicket .match time strong small {
    margin: 0 5px 0 0;
    font-size: 12px;
  }
}

#containerLp.pageTicket .match__teamLogo {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  overflow: hidden;
}

@media (max-width: 600px) {
  #containerLp.pageTicket .match__teamLogo {
    margin: 8px 0;
  }
}

#containerLp.pageTicket .match__teamLogo img {
  max-width: 190px;
  max-height: 140px;
  width: auto;
  height: auto;
  display: block;
}

@media (max-width: 940px) {
  #containerLp.pageTicket .match__teamLogo img {
    max-width: 160px;
    max-height: 120px;
  }
}

@media (max-width: 860px) {
  #containerLp.pageTicket .match__teamLogo img {
    max-width: 45%;
    max-height: 120px;
  }
}

@media (max-width: 600px) {
  #containerLp.pageTicket .match__teamLogo img {
    max-width: 45%;
    max-height: 55px;
  }
}

#containerLp.pageTicket .match__teamName {
  text-align: center;
}

#containerLp.pageTicket .match__teamName strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 600px) {
  #containerLp.pageTicket .match__teamName strong {
    font-size: 10px;
  }
}

#containerLp.pageTicket .match__stadium {
  background: #eee;
  text-align: center;
  margin: 12px 0;
  padding: 3px 10px 4px;
}

@media (max-width: 600px) {
  #containerLp.pageTicket .match__stadium {
    margin: 6px 0;
    padding: 1px 3px 2px;
  }
}

#containerLp.pageTicket .match__stadium span {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  display: block;
}

@media (max-width: 600px) {
  #containerLp.pageTicket .match__stadium span {
    font-size: 10px;
  }
}

#containerLp.pageTicket .match__stadium span::before {
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  content: "";
  background: url(../img/icon_pin.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 24px;
}

@media (max-width: 600px) {
  #containerLp.pageTicket .match__stadium span::before {
    width: 10px;
    height: 12px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}

#containerLp.pageTicket .match > .btnStyle01 {
  margin: 15px auto 10px;
}

@media (max-width: 600px) {
  #containerLp.pageTicket .match > .btnStyle01 {
    margin: 10px auto 4px;
  }
}

#containerLp.pageTicket #howToBuyWrap {
  position: relative;
}

#containerLp.pageTicket #howToBuyWrap #howToBuy .heading,
#containerLp.pageTicket #howToBuyWrap #buyTicket .heading {
  padding: 0 16px;
}

@media (max-width: 600px) {
  #containerLp.pageTicket #howToBuyWrap #howToBuy .heading,
  #containerLp.pageTicket #howToBuyWrap #buyTicket .heading {
    padding: 0 8px;
  }
}

#containerLp.pageTicket #howToBuyWrap #howToBuy .heading .ulHowToBuy,
#containerLp.pageTicket #howToBuyWrap #buyTicket .heading .ulHowToBuy {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 30px;
}

@media (max-width: 600px) {
  #containerLp.pageTicket #howToBuyWrap #howToBuy .heading .ulHowToBuy,
  #containerLp.pageTicket #howToBuyWrap #buyTicket .heading .ulHowToBuy {
    gap: 15px;
  }
}

#containerLp.pageTicket
  #howToBuyWrap
  #howToBuy
  .heading
  .ulHowToBuy
  > *:nth-child(1),
#containerLp.pageTicket
  #howToBuyWrap
  #buyTicket
  .heading
  .ulHowToBuy
  > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#containerLp.pageTicket
  #howToBuyWrap
  #howToBuy
  .heading
  .ulHowToBuy
  > *:nth-child(2),
#containerLp.pageTicket
  #howToBuyWrap
  #buyTicket
  .heading
  .ulHowToBuy
  > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#containerLp.pageTicket #howToBuyWrap #howToBuy .heading .ulHowToBuy li,
#containerLp.pageTicket #howToBuyWrap #buyTicket .heading .ulHowToBuy li {
  height: 96px;
  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;
  border-radius: 8px;
  background: #eee;
  border: solid 4px #cccc;
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 600px) {
  #containerLp.pageTicket #howToBuyWrap #howToBuy .heading .ulHowToBuy li,
  #containerLp.pageTicket #howToBuyWrap #buyTicket .heading .ulHowToBuy li {
    border-radius: 4px;
    border: solid 2px #ccc;
    font-size: 16px;
    height: 43px;
  }
}

#containerLp.pageTicket #howToBuyWrap #howToBuy .heading .ulHowToBuy li.active,
#containerLp.pageTicket
  #howToBuyWrap
  #buyTicket
  .heading
  .ulHowToBuy
  li.active {
  background: #fff;
  border: solid 4px #565656;
}

@media (max-width: 600px) {
  #containerLp.pageTicket
    #howToBuyWrap
    #howToBuy
    .heading
    .ulHowToBuy
    li.active,
  #containerLp.pageTicket
    #howToBuyWrap
    #buyTicket
    .heading
    .ulHowToBuy
    li.active {
    border: solid 2px #565656;
  }
}

#containerLp.pageTicket
  #howToBuyWrap
  #howToBuy
  .heading
  .ulHowToBuy
  li.active
  span,
#containerLp.pageTicket
  #howToBuyWrap
  #buyTicket
  .heading
  .ulHowToBuy
  li.active
  span {
  color: #000;
}

@media (max-width: 600px) {
  #containerLp.pageTicket
    #howToBuyWrap
    #howToBuy
    .heading
    .ulHowToBuy
    li.active
    span,
  #containerLp.pageTicket
    #howToBuyWrap
    #buyTicket
    .heading
    .ulHowToBuy
    li.active
    span {
    padding-left: 25px;
  }
}

#containerLp.pageTicket
  #howToBuyWrap
  #howToBuy
  .heading
  .ulHowToBuy
  li.active
  span::before,
#containerLp.pageTicket
  #howToBuyWrap
  #buyTicket
  .heading
  .ulHowToBuy
  li.active
  span::before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: solid 4px #ff0000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* z-index: 2; */
  background: #fff;
}

@media (max-width: 600px) {
  #containerLp.pageTicket
    #howToBuyWrap
    #howToBuy
    .heading
    .ulHowToBuy
    li.active
    span::before,
  #containerLp.pageTicket
    #howToBuyWrap
    #buyTicket
    .heading
    .ulHowToBuy
    li.active
    span::before {
    width: 13px;
    height: 13px;
    border: solid 2px #ff0000;
  }
}

#containerLp.pageTicket
  #howToBuyWrap
  #howToBuy
  .heading
  .ulHowToBuy
  li.active
  span::after,
#containerLp.pageTicket
  #howToBuyWrap
  #buyTicket
  .heading
  .ulHowToBuy
  li.active
  span::after {
  display: none;
}

#containerLp.pageTicket #howToBuyWrap #howToBuy .heading .ulHowToBuy li span,
#containerLp.pageTicket #howToBuyWrap #buyTicket .heading .ulHowToBuy li span {
  color: #999;
  padding-left: 40px;
  position: relative;
  display: inline-block;
}

@media (max-width: 600px) {
  #containerLp.pageTicket #howToBuyWrap #howToBuy .heading .ulHowToBuy li span,
  #containerLp.pageTicket
    #howToBuyWrap
    #buyTicket
    .heading
    .ulHowToBuy
    li
    span {
    padding-left: 20px;
  }
}

#containerLp.pageTicket
  #howToBuyWrap
  #howToBuy
  .heading
  .ulHowToBuy
  li
  span::before,
#containerLp.pageTicket
  #howToBuyWrap
  #buyTicket
  .heading
  .ulHowToBuy
  li
  span::before {
  content: "";
  width: 4px;
  height: 30px;
  background: #ccc;
  position: absolute;
  left: -10px;
  top: 50%;
  /* z-index: 2; */
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
}

@media (max-width: 600px) {
  #containerLp.pageTicket
    #howToBuyWrap
    #howToBuy
    .heading
    .ulHowToBuy
    li
    span::before,
  #containerLp.pageTicket
    #howToBuyWrap
    #buyTicket
    .heading
    .ulHowToBuy
    li
    span::before {
    left: 0px;
    width: 2px;
    height: 15px;
  }
}

#containerLp.pageTicket
  #howToBuyWrap
  #howToBuy
  .heading
  .ulHowToBuy
  li
  span::after,
#containerLp.pageTicket
  #howToBuyWrap
  #buyTicket
  .heading
  .ulHowToBuy
  li
  span::after {
  content: "";
  width: 4px;
  height: 30px;
  background: #ccc;
  position: absolute;
  left: 10px;
  top: 50%;
  /* z-index: 2; */
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform: rotate(-45deg) translateY(-50%);
}

@media (max-width: 600px) {
  #containerLp.pageTicket
    #howToBuyWrap
    #howToBuy
    .heading
    .ulHowToBuy
    li
    span::after,
  #containerLp.pageTicket
    #howToBuyWrap
    #buyTicket
    .heading
    .ulHowToBuy
    li
    span::after {
    left: 11px;
    width: 2px;
    height: 15px;
  }
}

#containerLp.pageTicket #howToBuyWrap #howToBuy .heading p,
#containerLp.pageTicket #howToBuyWrap #buyTicket .heading p {
  font-size: 26px;
  margin: 30px 0;
}

@media (max-width: 600px) {
  #containerLp.pageTicket #howToBuyWrap #howToBuy .heading p,
  #containerLp.pageTicket #howToBuyWrap #buyTicket .heading p {
    font-size: 13px;
    margin: 15px 0;
  }
}

#containerLp.pageTicket #howToBuyWrap #howToBuy .buyingMembers .olFlow,
#containerLp.pageTicket #howToBuyWrap #buyTicket .buyingMembers .olFlow {
  margin-top: 24px;
}

#containerLp.pageTicket #howToBuyWrap #howToBuy .buyingVisitor,
#containerLp.pageTicket #howToBuyWrap #buyTicket .buyingVisitor {
  margin: 70px 0 0;
}

@media (max-width: 600px) {
  #containerLp.pageTicket #howToBuyWrap #howToBuy .buyingVisitor,
  #containerLp.pageTicket #howToBuyWrap #buyTicket .buyingVisitor {
    margin: 45px auto 0;
  }
}

#containerLp.pageTicket #howToBuyWrap #howToBuy .buyingVisitor .navCol2,
#containerLp.pageTicket #howToBuyWrap #buyTicket .buyingVisitor .navCol2 {
  margin: 45px 0 0;
}

@media (max-width: 600px) {
  #containerLp.pageTicket #howToBuyWrap #howToBuy .buyingVisitor .navCol2,
  #containerLp.pageTicket #howToBuyWrap #buyTicket .buyingVisitor .navCol2 {
    margin: 24px 0;
  }
}

#containerLp.pageTicket #howToBuyWrap #priceList {
  margin-bottom: 78px;
}

@media (max-width: 600px) {
  #containerLp.pageTicket #howToBuyWrap #priceList {
    margin-bottom: 28px;
  }
}

#containerLp.pageTicket #howToBuyWrap #priceList .tabContent figure {
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  #containerLp.pageTicket #howToBuyWrap #priceList .tabContent figure {
    margin-bottom: 15px;
  }
}

#containerLp.pageTicket
  #howToBuyWrap
  #priceList
  .tabContent
  figure
  .img-stadium {
  max-width: 600px;
  margin: auto;
}

#containerLp.pageTicket
  #howToBuyWrap
  #priceList
  .tabContent
  figure
  figcaption
  strong {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: block;
  margin: 15px 0 25px;
}

@media (max-width: 600px) {
  #containerLp.pageTicket
    #howToBuyWrap
    #priceList
    .tabContent
    figure
    figcaption
    strong {
    font-size: 16px;
    margin: 8px 0 15px;
  }
}

#containerLp.pageTicket #howToBuyWrap #priceList .spScroll {
  margin-top: 54px;
}

@media (max-width: 600px) {
  #containerLp.pageTicket #howToBuyWrap #priceList .spScroll {
    margin-top: 27px;
  }
}

#containerLp.pageTicket #howToBuyWrap #priceList .tblPrice {
  width: 100%;
  margin: auto;
}

@media (max-width: 600px) {
  #containerLp.pageTicket #howToBuyWrap #priceList .tblPrice {
    width: 100%;
  }
}

#containerLp.pageTicket #howToBuyWrap #priceList .tblPrice th,
#containerLp.pageTicket #howToBuyWrap #priceList .tblPrice td {
  text-align: center;
  padding: 10px;
  border: solid 2px #ccc;
  line-height: 1.3;
  vertical-align: middle;
}

@media (max-width: 600px) {
  #containerLp.pageTicket #howToBuyWrap #priceList .tblPrice th,
  #containerLp.pageTicket #howToBuyWrap #priceList .tblPrice td {
    border: solid 1px #ccc;
    padding: 4px;
  }
}

#containerLp.pageTicket #howToBuyWrap #priceList .tblPrice .bgWite {
  background: #fff !important;
}

#containerLp.pageTicket #howToBuyWrap #priceList .tblPrice .bgWite.fs16 {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 600px) {
  #containerLp.pageTicket #howToBuyWrap #priceList .tblPrice .bgWite.fs16 {
    font-size: 10px;
  }
}

#containerLp.pageTicket #howToBuyWrap #priceList .tblPrice .bgLightGray {
  background: #eee;
}

#containerLp.pageTicket #howToBuyWrap #priceList .tblPrice .bgGray {
  background: #ddd;
}

#containerLp.pageTicket #howToBuyWrap #priceList .tblPrice .bgBlack {
  background: #000;
  color: #fff;
}

#containerLp.pageTicket #howToBuyWrap #priceList .tblPrice .bgDarkGray {
  background: #333;
  color: #fff;
}

#containerLp.pageTicket #howToBuyWrap #priceList .tblPrice thead th {
  padding: 10px 10px 12px 10px;
}

@media (max-width: 600px) {
  #containerLp.pageTicket #howToBuyWrap #priceList .tblPrice thead th {
    padding: 5px 5px 6px 5px;
  }
}

#containerLp.pageTicket #howToBuyWrap #priceList .tblPrice tbody tr th {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  padding-left: 34px;
}


/* #containerLp.pageTicket #howToBuyWrap #priceList .tblPrice tbody tr th::before */

#containerLp.pageTicket #howToBuyWrap #priceList .tblPrice tbody tr td.seat_area{
  position: relative;
}

#containerLp.pageTicket #howToBuyWrap #priceList .tblPrice tbody tr td.seat_area:before {
  content: "";
  width: 18px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 600px) {
  #containerLp.pageTicket
    #howToBuyWrap
    #priceList
    .tblPrice
    tbody
    tr
    th::before {
    width: 9px;
  }

  #containerLp.pageTicket #howToBuyWrap #priceList .tblPrice tbody tr td.seat_area:before {
    width: 4px;
  }
}

@media (max-width: 600px) {
  #containerLp.pageTicket #howToBuyWrap #priceList .tblPrice tbody tr th {
    font-size: 10px;
    padding-left: 12px;
  }
}

#containerLp.pageTicket #howToBuyWrap #priceList .tblPrice tbody tr td {
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 600px) {
  #containerLp.pageTicket #howToBuyWrap #priceList .tblPrice tbody tr td {
    font-size: 10px;
  }
}

.yen-small {
  font-size: 14px;
}

#containerLp.pageTicket
  #howToBuyWrap
  #priceList
  .tblPrice
  tbody
  tr.classSS
  th::before,
  .seat_area.classSS:before {
  background: #c2a878;
}

#containerLp.pageTicket #howToBuyWrap #priceList .tblPrice tbody tr.classSS td {
  /* background: #c2a878; */
}

#containerLp.pageTicket
  #howToBuyWrap
  #priceList
  .tblPrice
  tbody
  tr.classS
  th::before,
  .seat_area.classS:before {
  background: #b0353f;
}

#containerLp.pageTicket #howToBuyWrap #priceList .tblPrice tbody tr.classS td {
  /* background: #f2b0b5; */
}

#containerLp.pageTicket
  #howToBuyWrap
  #priceList
  .tblPrice
  tbody
  tr.classSA
  th::before,
  .seat_area.classA:before {
  background: #FF9F9F;
}

#containerLp.pageTicket #howToBuyWrap #priceList .tblPrice tbody tr.classSA td {
  background: #f9dde2;
}

#containerLp.pageTicket
  #howToBuyWrap
  #priceList
  .tblPrice
  tbody
  tr.classA
  th::before,
  .seat_area.classAB:before {
  background: #000000;
}

#containerLp.pageTicket #howToBuyWrap #priceList .tblPrice tbody tr.classA td {
  background: #fee2e2;
}

#containerLp.pageTicket
  #howToBuyWrap
  #priceList
  .tblPrice
  tbody
  tr.classB
  th::before,
  .seat_area.classB:before {
  background: #838384;
}

#containerLp.pageTicket #howToBuyWrap #priceList .tblPrice tbody tr.classB td {
  background: #d8dfdf;
}

.classB .classB_sub {
  font-weight: normal !important;
  background-color: #fff !important;
}

#containerLp.pageTicket
  #howToBuyWrap
  #priceList
  .tblPrice
  tbody
  tr.classW
  th::before {
  background: #0a3d86;
}

#containerLp.pageTicket #howToBuyWrap #priceList .tblPrice tbody tr.classW td {
  background: #cfd9e8;
}

#containerLp.pageTicket #howToBuyWrap #buyTicket {
  padding-bottom: 0;
}

#containerLp.pageTicket #howToBuyWrap #buyTicket .ulDisk {
  margin: 12px auto 24px;
}

@media (max-width: 600px) {
  #containerLp.pageTicket #howToBuyWrap #buyTicket .ulDisk {
    margin: 8px auto 12px;
  }
}

#containerLp .modalContents {
  pointer-events: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}

#containerLp .modalContents__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.97);
}

#containerLp .modalContents.active {
  opacity: 1;
  pointer-events: auto;
}

#containerLp .modalContents__match {
  z-index: 10;
  width: 680px;
  margin: auto;
  max-height: 100%;
  overflow-scrolling: touch;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 600px) {
  #containerLp .modalContents__match {
    width: 100%;
    height: 100%;
  }
}

#containerLp .modalContents__match .btnModalClose {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
}

@media (min-width: 601px) {
  #containerLp .modalContents__match .btnModalClose {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  #containerLp .modalContents__match .btnModalClose:hover {
    opacity: 0.5;
  }
}

@media (max-width: 600px) {
  #containerLp .modalContents__match .btnModalClose {
    top: 10px;
    right: 10px;
    z-index: 1200;
  }
}

@media (max-width: 360px) {
  #containerLp .modalContents__match .btnModalClose {
    top: 7px;
    right: 7px;
    width: 24px;
    height: 24px;
  }
}

#containerLp .modalContents__match > div {
  padding: 40px 0;
}

@media (max-width: 600px) {
  #containerLp .modalContents__match > div {
    padding: 45px 10px 0;
  }
}

@media (max-width: 600px) and (max-width: 360px) {
  #containerLp .modalContents__match > div {
    padding: 35px 10px 0;
  }
}

#containerLp .modalContents__match .col2 {
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 175fr 20px 195fr;
  grid-template-columns: 175fr 195fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
}

@media (max-width: 600px) {
  #containerLp .modalContents__match .col2 {
    gap: 10px;
  }
}

#containerLp .modalContents__match .col2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#containerLp .modalContents__match .col2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#containerLp .modalContents__match .col2 > *:nth-child(2) strong {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  #containerLp .modalContents__match .col2 > *:nth-child(2) strong {
    font-size: 16px;
  }
}

#containerLp .modalContents__match .col2 > *:nth-child(2) strong img {
  margin-right: 5px;
}

@media (max-width: 600px) {
  #containerLp .modalContents__match .col2 > *:nth-child(2) strong img {
    width: 20px;
    height: auto;
  }
}

#containerLp .modalContents__match .col2 p {
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 600px) {
  #containerLp .modalContents__match .col2 p {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  #containerLp .modalContents__match .col2 p {
    font-size: 12px;
  }
}

#containerLp .modalContents__match .col2 .match__teamLogo img {
  max-width: 80px;
  max-height: 80px;
}

@media (max-width: 600px) {
  #containerLp .modalContents__match .col2 .match__teamLogo img {
    max-width: 40%;
    max-height: 50px;
  }
}

@media (max-width: 600px) {
  #containerLp .modalContents__match .col2 .match__teamLogo {
    margin: 5px 0;
  }
}

#containerLp .modalContents__match .col2 .match .btnStyle01 {
  pointer-events: none;
  font-size: 20px;
}

@media (max-width: 600px) {
  #containerLp .modalContents__match .col2 .match .btnStyle01 {
    font-size: 12px;
  }
}

body {
  padding-top: 0;
  background-color: #fff !important;
  margin: 0px !important;
  background-color: #000 !important;
}
/*# sourceMappingURL=tiket.css.map */

header {
  margin-bottom: 0 !important;
}

h2 {
  margin-top: 0px !important;
  background-color: transparent !important;
  padding: 0 !important;
}

.pageTicket h2::before {
  display: none !important;
}

h3::before {
  border: none !important;
}

h4::before {
  background-image: none !important;
}

.btnStyle01 {
  text-decoration: none !important;
}

.list a {
  text-decoration: none;
}

.lifont li {
  font-size: 20px !important;
}

@media (max-width: 600px) {
  .lifont li {
    font-size: 10px !important;
  }
}

.lifont02 li {
  font-size: 28px !important;
}

@media (max-width: 600px) {
  .lifont02 li {
    font-size: 14px !important;
  }
}

.sche-btn {
  /* margin-top: 27px; */
}

.c-footer {
  background: url(../img/bg-pattern03.png) repeat-x top center;
}
.c-footer .inner-block {
  padding-top: min(70px, 5.303030303vw);
  padding-bottom: min(60px, 4.5454545455vw);
}
.c-footer .pagetop {
  color: #fff;
  display: grid;
  gap: min(18px, 1.3636363636vw);
  place-content: center;
  line-height: 1;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  fill: #fff;
  text-decoration: none;
}
.c-footer .pagetop .c-svg {
  margin: auto;
  width: min(30px, 2.2727272727vw);
  height: min(30px, 2.2727272727vw);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.c-footer .pagetop .txt {
  font-size: min(40px, 3.0303030303vw);
  font-family: var(--ft-en);
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.c-footer .sponsor-area {
  background: var(--cl-gray03);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: min(70px, 5.303030303vw) auto min(120px, 9.0909090909vw);
  padding: min(40px, 3.0303030303vw) min(50px, 3.7878787879vw);
}
.c-footer .sponsor-area .head {
  font-size: min(18px, 1.3636363636vw);
  font-family: var(--ft-en);
  font-weight: bold;
  line-height: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: min(120px, 9.0909090909vw);
  position: relative;
}
.c-footer .sponsor-area .head::before {
  content: "";
  background: currentColor;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  height: min(18px, 1.3636363636vw);
}
.c-footer .sponsor-area .body {
  padding-left: min(50px, 3.7878787879vw);
}
.c-footer .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-footer .sns img {
  width: min(100px, 7.5757575758vw);
}
.c-footer .sns a {
  display: block;
}
.c-footer .logo {
  margin: min(60px, 4.5454545455vw) auto min(120px, 9.0909090909vw);
  text-align: center;
}
.c-footer .logo img {
  height: min(94px, 7.1212121212vw);
}
.c-footer .copyright {
  color: var(--cl-white);
  font-size: 14px;
  font-family: var(--ft-en);
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
}

.c-header {
  background-color: #000;
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}

.site-title {
  padding-top: 15px;
  padding-left: 20px;
}

.site-title a {
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
}

.site-title__logo {
  width: 145px;
  height: 38px;
}

.site-title__text {
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0;
}

.site-title__text em {
  font-family: var(--ft-en);
}

.site-title__text span {
  font-size: 1.125rem;
}

.btn-menu {
  position: absolute;
  /* top: 28px; */
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
  z-index: 11;
  width: 26px;
  height: 26px;
  transition: 0.4s;
  cursor: pointer;
  background: transparent;
}

.btn-menu span {
  display: inline-block;
  position: absolute;
  left: 0px;
  height: 3px;
  background-color: #fff;
  width: 100%;
  transition: 0.4s;
}

.btn-menu span:nth-of-type(1) {
  top: 0px;
}

.btn-menu span:nth-of-type(2) {
  top: 9px;
}

.btn-menu span:nth-of-type(3) {
  top: 18px;
}

.btn-menu.open span:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 9px;
}

.btn-menu.open span:nth-of-type(2) {
  opacity: 0;
}

.btn-menu.open span:nth-of-type(3) {
  transform: rotate(45deg);
  top: 9px;
}

#menu-panel {
  position: fixed;
  top: 70px;
  right: 0;
  z-index: 11;
  width: 75.5%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #000;
  opacity: 0.95;
  padding-top: 43px;
  padding-left: 32px;
  padding-right: 32px;
  overflow-y: auto;
  transition: 0.3s;
}

#menu-panel.show {
  transform: translateX(0);
}

#menu-overlay {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  visibility: hidden;
  transition: background-color 0.4s ease, visibility 0.4s ease;
  z-index: 10;
}

/* メニューが開いているときに黒背景を表示 */
#menu-overlay.show {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
}

.menu-list li a {
  display: block;
  border-top: 1px solid #fff;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.menu-list li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.menu-list li a[target="_blank"]::before {
  background: url(../img/icon_blank_link.svg) no-repeat;
  border: none;
  transform: rotate(0);
  width: 25px;
  height: 25px;
}

.menu-list li:last-of-type a {
  border-bottom: 1px solid #00000080;
}

.menu-link {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  width: 100%;
}

.menu-link li {
  width: 60px;
  height: 60px;
}

.kv img {
  width: 100%;
}

@media only screen and (min-width: 601px) {
  .c-footer .pagetop:hover .c-svg {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .c-footer .sns a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .c-header {
    height: 110px;
  }

  .site-title {
    padding-top: 15px;
    padding-left: 48px;
  }

  .site-title__logo {
    width: 241px;
    height: 39px;
  }

  .site-title__text {
    font-size: 1rem;
  }

  .site-title__text span {
    font-size: 1.75rem;
  }

  .btn-menu {
    right: 40px;
    width: 38px;
    height: 38px;
  }

  .btn-menu span {
    height: 4.8px;
  }

  .btn-menu span:nth-of-type(2) {
    top: 14.4px;
  }

  .btn-menu span:nth-of-type(3) {
    top: 28.8px;
  }

  .btn-menu.open span:nth-of-type(1) {
    top: 14.4px;
  }

  .btn-menu.open span:nth-of-type(3) {
    top: 14.4px;
  }

  #menu-panel {
    top: 90px;
  }

  #menu-overlay {
    top: 90px;
  }

  .menu-list li a {
    font-size: 1.125rem;
  }

  .kv {
    margin-top: 110px;
  }

  #containerLp #pageLinksFooter.navPageLinks {
    background: rgba(255, 255, 255, 0.55);
    margin: 0;
    padding: 10px 10px;
  }

  #containerLp .navPageLinksWrap a {
    transition: 0.3s;
  }

  #containerLp .navPageLinksWrap a:hover {
    opacity: 0.65;
  }
}

@media only screen and (max-width: 600px) {
  .c-footer {
    background-size: 960px auto;
  }
  .c-footer .inner-block {
    padding-top: min(30px, 8vw);
    padding-bottom: min(80px, 21.3333333333vw);
  }
  .c-footer .pagetop {
    gap: min(8px, 2.1333333333vw);
  }
  .c-footer .pagetop .c-svg {
    width: min(30px, 8vw);
    height: min(30px, 8vw);
  }
  .c-footer .pagetop .txt {
    font-size: min(20px, 5.3333333333vw);
  }
  .c-footer .sponsor-area {
    margin: min(30px, 8vw) auto min(60px, 16vw);
    padding: min(20px, 5.3333333333vw);
  }
  .c-footer .sponsor-area .head {
    font-size: min(16px, 4.2666666667vw);
    width: min(80px, 21.3333333333vw);
  }
  .c-footer .sponsor-area .head::before {
    height: min(16px, 4.2666666667vw);
  }
  .c-footer .sponsor-area .body {
    padding-left: min(20px, 5.3333333333vw);
  }
  .c-footer .sns img {
    width: min(55px, 14.6666666667vw);
  }
  .c-footer .logo {
    margin: min(20px, 5.3333333333vw) auto min(60px, 16vw);
  }
  .c-footer .logo img {
    height: min(50px, 13.3333333333vw);
  }
  .c-footer .copyright {
    font-size: 12px;
  }

  .menu-link li {
    width: 55px;
    height: 55px;
  }

  .kv {
    margin-top: 80px;
  }

  #pageLinksFooter p img,
  #pageLinksFooter a img {
    width: 55px;
  }

  #pageLinksFooter p,
  #pageLinksFooter a {
    font-size: 14px;
    padding: 4px 25px;
    /* margin-bottom: 10px; */
  }

  #containerLp.pageTicket #howToBuyWrap #howToBuy .buyingVisitor .navCol2,
  #containerLp.pageTicket #howToBuyWrap #buyTicket .buyingVisitor .navCol2 {
    margin: 24px 0 0;
  }

  #containerLp #pageLinksFooter.navPageLinks {
    flex-direction: column;
  }

  #containerLp #pageLinksFooter.navPageLinks {
    background: rgba(0, 0, 0, 0.75);
    padding: 10px 0;
    width: 100%;
    margin: 0;
  }
}
