/*
  Reset
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  Font
*/
@font-face {
  font-family: 'Source Han Sans JP';
  src: url('../font/SourceHanSans-Bold.otf') format('otf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Han Sans JP';
  src: url('../font/SourceHanSans-Bold.otf') format('otf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Han Sans JP';
  src: url('../font/SourceHanSans-Regular.otf') format('otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*
  Variable
*/
/*
  Mixin
*/
/*
  Base
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  min-height: 100vh;
}

body {
  font-family: 'Source Han Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  min-width: 1080px;
  color: #000;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  display: block;
  text-decoration: none;
  color: #000;
  transition: 0.2s ease all;
}
a:hover {
  opacity: 0.7;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.en {
  font-family: 'Arimo', sans-serif;
}

.nowrap {
  white-space: nowrap;
}

@media (max-width: 768px) {
  body {
    min-width: auto;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/*
  Layout
*/
.header {
  width: 100%;
  background: #d70c18;
}
.header_inr {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1080px;
  margin: 0 auto;
}
.header_logo a {
  width: 140px;
}

.pagetop {
  width: 56px;
  height: 56px;
  position: fixed;
  z-index: 99;
  top: 12px;
  right: 10px;
}

.footer {
  background: url('../image/bg_footer_pc.png') center center no-repeat;
  background-size: contain;
  background-size: cover;
  text-align: center;
  padding: 20.1851851852vw 0 10.2777777778vw;
  margin-bottom: 89px;
  color: #fff;
  /*clip-path: polygon(0% 16%, 100% 0%, 100% 100%, 0% 100%);*/
}
.footer_inr {
  width: 800px;
  margin: 0 auto;
}
.footer_txt {
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 700;
  margin-bottom: 30px;
}
.footer_sns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.footer_sns li {
  width: 88px;
}
.footer_sns li a p {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: 700;
  color: #fff;
  margin-top: 14px;
}
.footer_logo {
  width: 195px;
  margin: 0 auto 17px;
}
.footer_company {
  font-size: 1.5rem;
  line-height: 2.6;
  margin-bottom: 10px;
}
.footer_copy {
  font-size: 1.2rem;
  line-height: 2.1666666667;
}

.sec {
  position: relative;
}
.sec_inr {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1079px) {
  .footer {
    padding: 218px 0 111px;
  }
}
@media (max-width: 768px) {
  .header_inr {
    width: 100%;
  }
  .header_logo a {
    width: 136px;
  }

  .footer {
    background: url('../image/bg_footer_sp.png') center center no-repeat;
    background-size: contain;
    background-size: cover;
    padding: 20.5333333333vw 0 17.8666666667vw;
    margin-bottom: 16vw;
    color: #fff;
    /*clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%);*/
  }
  .footer_inr {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .footer_txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-bottom: 25px;
  }
  .footer_sns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 22px;
  }
  .footer_sns li {
    width: 80px;
    margin: 0 auto 32px;
  }
  .footer_sns li a img {
    width: 50px;
  }
  .footer_sns li a p {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    margin-top: 5px;
  }
  .footer_logo {
    width: 113px;
    margin: 0 auto 13px;
  }
  .footer_company {
    font-size: 1rem;
    line-height: 1.5;
  }
  .footer_copy {
    font-size: 1rem;
    line-height: 1.5;
  }

  .sec_inr {
    width: 100%;
    padding: 0 20px;
  }
}
/*
  Slider
*/
.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
  outline: none;
}

.slick-arrow {
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}
.slick-arrow.slick-disabled:hover {
  opacity: 0.5;
}

.slick-prev,
.slick-next {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 3;
  top: 46%;
  transform: translate(0, -50%);
  transition: 0.2s ease opacity;
}
.slick-prev:before,
.slick-next:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('../image/arrow.svg') center center no-repeat;
  background-size: contain;
  width: 12px;
  height: 22px;
  transform: translate(-50%, -50%);
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
}

.slick-prev {
  left: -20px;
}
.slick-prev:before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.slick-next {
  right: -20px;
}

.slide {
  position: relative;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.slick-dots li {
  width: 38px;
  height: 4px;
  display: block;
  margin: 0 10px;
  clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
}
.slick-dots li.slick-active button {
  background: #f29600;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #9b9898;
  width: 38px;
  height: 4px;
  padding: 0;
}

@media (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
  }
  .slick-prev:before,
  .slick-next:before {
    width: 17px;
    height: 26px;
  }

  .slick-dots {
    flex-wrap: wrap;
  }
  .slick-dots li {
    width: 30px;
    height: 3px;
    margin: 0 4px 16px;
  }
  .slick-dots li button {
    padding: 5px;
    width: 30px;
    height: 3px;
  }
}
/*
  CV
*/
.cv {
  background: url('../image/bg_cv_pc.png') center center no-repeat;
  background-size: contain;
  background-size: cover;
  padding: 92px 0 98px;
}
.cv_box {
  width: 100%;
  padding: 52px 43px 46px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.16);
}
.cv_box_inr {
  width: 840px;
  margin: 0 auto;
}
.cv .matchday {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}
.cv .matchday:before,
.cv .matchday:after {
  content: '';
  display: block;
  position: absolute;
  clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
}
.cv .matchday:before {
  width: 260px;
  height: 42px;
  background: #fff101;
  top: -10px;
  left: -10px;
}
.cv .matchday:after {
  width: 210px;
  height: 34px;
  background: #e95504;
  bottom: -13px;
  right: -20px;
}
.cv .matchday_cnt {
  text-align: center;
  font-family: 'League Gothic', sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  max-width: 330px;
  background: #f29600;
  clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
  padding: 7px 35px 8px;
  position: relative;
  z-index: 1;
}
.cv .matchday_cnt img {
  width: 141px;
  margin-right: 7px;
}
.cv .matchday_cnt p {
  display: flex;
  align-items: center;
  color: #000;
}
.cv .matchday_cnt p span {
  display: block;
  margin: 5px 11px 0 0;
  font-size: 1.9rem;
  line-height: 1.1052631579;
  white-space: nowrap;
}
.cv .matchday_cnt p strong {
  font-size: 3.8rem;
  line-height: 1;
}
.cv .detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 58px;
}
.cv .detail_date {
  width: 260px;
  font-family: 'League Gothic', sans-serif;
  font-weight: 400;
  text-align: center;
}
.cv .detail_date .date {
  font-size: 11rem;
  line-height: 1.0181818182;
  color: #d70c18;
  position: relative;
  top: 2px;
  z-index: 2;
}
.cv .detail_date .date span {
  margin-left: 16px;
}
.cv .detail_date .time {
  font-size: 2.9rem;
  line-height: 1;
  clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
  background: #f29600;
  padding: 7px 5px 2px;
  margin-bottom: 10px;
}
.cv .detail_date .place {
  font-size: 1.9rem;
  line-height: 1;
  clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
  background: #e95504;
  padding: 10px 10px 5px;
  color: #fff;
}
.cv .detail_team {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 511px;
}
.cv .detail_team .team {
  width: 240px;
  position: relative;
}
.cv .detail_team .team_logo {
  margin-bottom: 10px;
}
.cv .detail_team .team_logo.nagoya {
  width: 167px;
  margin-left: auto;
  margin-right: auto;
}
.cv .detail_team .team_logo.kyoto {
  width: 122px;
  margin-left: auto;
  margin-right: auto;
}

/*.cv .detail_team .team_rank {
  position: absolute;
  display: inline-block;
  bottom: 35px;
  right: 13px;
}
.cv .detail_team .team_rank .grade {
  font-size: 1.8rem;
  line-height: 1.4375;
  font-weight: 700;
}
.cv .detail_team .team_rank .grade .en {
  font-size: 5.9rem;
  line-height: 1.2898550725;
  font-style: italic;
}
.cv .detail_team .team_rank .point {
  position: absolute;
  top: 16px;
  right: -19px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 36px;
  font-size: 1rem;
  line-height: 1.5;
  clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
  background: #f29600;
  padding: 1px 6px;
  white-space: nowrap;
}
.cv .detail_team .team_rank .point .en {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  margin-left: 3px;
}
.cv .detail_team .team_rank .point_sp {
  display: none;
}*/
.cv .detail_team .team_name {
  margin: 0 auto;
  background: #000;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
  padding: 8px;
}
.cv .detail_team .vs {
  position: relative;
  top: -10px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
}
.cv .place_sp {
  display: none;
}
.cv .btn {
  width: 280px;
  /* margin: 0 auto; */
}

.cv_btn_wrapper {
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: center;
}

@media (max-width: 768px) {
  .cv {
    background: url('../image/bg_cv_sp.png') center center no-repeat;
    background-size: contain;
    background-size: cover;
    padding: 89px 0 74px;
  }
  .cv_box {
    width: 100%;
    padding: 37px 30px 52px;
  }
  .cv_box_inr {
    width: 100%;
    position: relative;
  }
  .cv .matchday {
    position: absolute;
    top: -65px;
    left: -65px;
  }
  .cv .matchday:before,
  .cv .matchday:after {
    display: none;
  }
  .cv .matchday_cnt {
    display: flex;
    align-items: center;
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    padding: 2px 20px 3px 35px;
  }
  .cv .matchday_cnt img {
    width: 111px;
    margin-right: 6px;
  }
  .cv .matchday_cnt p span {
    font-size: 1.6rem;
    line-height: 1.125;
  }
  .cv .matchday_cnt p strong {
    font-size: 3.8rem;
    line-height: 1;
  }
  .cv .detail {
    display: block;
    margin-bottom: 8px;
  }
  .cv .detail_date {
    width: 234px;
    margin: 0 auto 15px;
  }
  .cv .detail_date .date {
    font-size: 9rem;
    line-height: 1.0222222222;
    top: 19px;
  }
  .cv .detail_date .date span {
    margin-left: 8px;
  }
  .cv .detail_date .time {
    font-size: 2.6rem;
    line-height: 1;
  }
  .cv .detail_team {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
  }
  .cv .detail_team .team {
    width: 115px;
    position: relative;
    text-align: center;
  }
  .cv .detail_team .team_logo {
    margin: 0 auto 5px;
  }
  .cv .detail_team .team_logo.nagoya {
    width: 90px;
  }
  .cv .detail_team .team_logo.kyoto {
    width: 68px;
  }
  .cv .detail_team .team_rank {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .cv .detail_team .team_rank .grade {
    font-size: 2.5rem;
    line-height: 1.44;
  }
  .cv .detail_team .team_rank .grade .en {
    font-size: 6.5rem;
    line-height: 1;
  }
  .cv .detail_team .team_rank .point {
    position: relative;
    top: -4px;
    right: auto;
    display: inline-block;
    max-width: none;
    font-size: 1rem;
    line-height: 1.5;
    clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
    background: #f29600;
    padding: 1px 6px;
    white-space: nowrap;
  }
  .cv .detail_team .team_rank .point .en {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    font-style: italic;
    margin-left: 3px;
  }
  .cv .detail_team .team_rank .point_sp {
    display: inline;
    font-weight: 700;
    font-style: italic;
    font-size: 2rem;
    line-height: 1.3;
    margin-left: 5px;
  }
  .cv .detail_team .team_name {
    width: 100%;
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 10px;
    padding: 4px;
  }
  .cv .detail_team .vs {
    top: 5px;
    font-size: 1.2rem;
    line-height: 1;
    margin: 0 6px;
  }
  .cv .place_sp {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
    color: #fff;
    background: #e95504;
    padding: 8px 10px;
    max-width: 184px;
    margin: 0 auto 50px;
    text-align: center;
  }
  .cv .btn {
    max-width: 280px;
    width: 100%;
  }

  .cv_btn_wrapper {
    flex-direction: column;
    gap: 27px;
  }
}
/*
  Fixed CV
*/
.fixed_cv {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #000;
  height: 89px;
  width: 100%;
  z-index: 99;
  transform: translateY(120px);
  /* transition: 0.2s ease transform; */
}
.fixed_cv.fixed {
  transform: translateY(0);
}
.fixed_cv_inr {
  width: 1080px;
  margin: 0 auto;
}
.fixed_cv_box_pc {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: -28px;
}
.fixed_cv_box_pc .matchday {
  width: 235px;
  margin-right: 41px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed_cv_box_pc .matchday_team.nagoya {
  width: 100px;
}
.fixed_cv_box_pc .matchday_team.kyoto {
  width: 75px;
}
.fixed_cv_box_pc .matchday_vs {
  color: #fff;
  font-weight: 700;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.fixed_cv_box_pc .date {
  position: relative;
  margin-right: 18px;
  top: 9px;
  text-align: center;
  font-family: 'League Gothic', sans-serif;
}
.fixed_cv_box_pc .date_match {
  font-weight: 400;
  display: flex;
  align-items: center;
  background: #f29600;
  clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
  padding: 6px 24px;
}
.fixed_cv_box_pc .date_match img {
  width: 93px;
  margin-right: 9px;
}
.fixed_cv_box_pc .date_match p {
  display: flex;
  align-items: center;
  color: #000;
}
.fixed_cv_box_pc .date_match p span {
  display: block;
  margin-top: 3px;
  font-size: 1.1rem;
  line-height: 1;
}
.fixed_cv_box_pc .date_match p strong {
  font-size: 2.3rem;
  line-height: 1;
  margin-left: 11px;
}
.fixed_cv_box_pc .date_detail {
  font-size: 6.5rem;
  line-height: 1.0307692308;
}
.fixed_cv_box_pc .place {
  position: relative;
  top: 19px;
  margin-right: 20px;
}
.fixed_cv_box_pc .place_start {
  font-family: 'League Gothic', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  text-align: center;
}
.fixed_cv_box_pc .place_detail {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
  background: #d70c18;
  padding: 5px 30px;
  text-align: center;
  word-break: keep-all;
}
.fixed_cv_box_pc .btn {
  position: relative;
  top: 20px;
  width: 197px;
}
.fixed_cv_box_pc .btn.first {
  margin-right: 16px;
}
.fixed_cv_box_sp {
  display: none;
}

@media (max-width: 768px) {
  .fixed_cv {
    background: none;
    height: auto;
  }
  .fixed_cv_inr {
    width: 100%;
  }
  .fixed_cv_box_pc {
    display: none;
  }
  .fixed_cv_box_sp {
    display: block;
    width: 100%;
    padding: 10px 0;
    background-color: #fff101;
  }

  .fixed_cv_box_sp_inner {
    width: calc(100% - 40px);
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.3px;
  }
}
/*
  CV Detail
*/
.cv_detail {
  background: #d70c18;
  color: #fff;
}

.cv_detail .note {
  margin-bottom: 50px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}

.cv_detail_inr {
  width: 800px;
  position: relative;
  padding: 50px 0 80px;
}
.cv_detail_ttl {
  background: #ffc430;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 216px;
  width: 100%;
}
.cv_detail_ttl img {
  width: 508px;
}

.cv_detail_ttl.cv_ttl_type01 {
  background: #fff;
}

.cv_detail_ttl.cv_ttl_type01 img {
  width: 436px;
}

.cv_detail_tit {
  font-size: 3.2rem;
  line-height: 1.46875;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
}

.cv_detail_info {
  display: flex;
  justify-content: space-between;
}
.cv_detail_info .img {
  width: 51%;
}
.cv_detail_info .desc {
  width: 48.5%;
  font-size: 1.8rem;
  line-height: 1.7778;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.cv_detail_info .img + .desc {
  width: 44.375%;
  padding-top: 30px;
}
.cv_detail_info .desc dl {
  margin-bottom: 36px;
}
.cv_detail_info .desc dl:last-child {
  margin-bottom: 0;
}
.cv_detail_info .desc dl dt {
  width: 132px;
  color: #d70c18;
  background: #fff101;
  font-size: 1.7rem;
  line-height: 1.1764705882;
  text-align: center;
  padding: 4px;
  margin-bottom: 10px;
}
.cv_detail_info .desc dl dd {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.cv_detail_info .desc dl dd img {
  width: 306px;
  display: block;
}
.cv_detail_txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 700;
  margin-bottom: 50px;
}
.cv_detail_flow .ttl {
  color: #d70c18;
  background: #fff101;
  font-size: 1.7rem;
  line-height: 1.1764705882;
  text-align: center;
  padding: 4px;
  margin-bottom: 16px;
  font-weight: bold;
}
.cv_detail_flow .img {
  margin-bottom: 18px;
}
.cv_detail_flow .note {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  font-weight: 700;
  margin-bottom: 23px;
}
.cv_detail_btn {
  width: 280px;
}

.cv_detail_btn_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin: 0 auto 50px;
}

.kakaku_photo {
  width: 100%;
  margin-bottom: 10px;
}

.ticket_photo {
  width: 365px;
  max-width: calc(100% - 20px);
  margin: 50px auto 40px;
}

.ticket_photo img {
  width: 100%;
}

@media (max-width: 768px) {
  .cv_detail_inr {
    width: 100%;
    position: relative;
    padding: 0 0 40px;
  }
  .cv_detail_ttl {
    height: 150px;
  }
  .cv_detail_ttl img {
    max-width: 320px;
    width: 100%;
  }

  .cv_detail_ttl.cv_ttl_type01 img {
    max-width: 245px;
  }

  .cv_detail_tit {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 44px;
  }

  .cv_detail_info {
    display: block;
  }
  .cv_detail_info .img {
    width: 100%;
    margin-top: 0;
  }
  .cv_detail_info .desc {
    width: 100% !important;
    padding: 0 20px;
    font-size: 1.4rem;
    line-height: 1.714;
  }
  .cv_detail_info .img + .desc {
    text-align: center;
  }
  .cv_detail_info .desc dl {
    padding-top: 30px;
  }
  .cv_detail_info .desc dl dt {
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 700;
    padding: 8px;
    margin-bottom: 30px;
  }
  .cv_detail_info .desc dl dd {
    font-size: 1.4rem;
    line-height: 1.714;
  }
  .cv_detail_info .desc dl dd img {
    width: 100%;
  }
  .ticket_photo {
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .cv_detail_txt {
    margin-bottom: 30px;
    padding: 0 20px;
    font-size: 1.4rem;
    line-height: 1.714;
  }
  .cv_detail_flow {
    padding: 0 20px;
  }
  .cv_detail_flow .img {
    margin-bottom: 40px;
  }
  .cv_detail_flow .note {
    font-size: 1.7rem;
    line-height: 1.6470588235;
    margin-bottom: 58px;
  }

  .cv_detail_flow .ttl {
    font-size: 1.6rem;
    line-height: 1.1875;
    padding: 4px 10px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .cv_detail_btn {
    width: 280px;
  }
  .cv_detail_btn_wrapper {
    margin: 0 auto 50px;
    gap: 26.7px;
    flex-direction: column;
  }
  .cv_detail .note {
    margin-bottom: 40px;
    font-size: 1.4rem;
    line-height: 1.714;
    font-weight: bold;
    padding: 0 20px;
  }
}
/*
  Event
*/
.event {
  padding: 120px 0 102px;
  background: url('../image/bg_event_pc.png') center center no-repeat;
  background-size: contain;
  background-size: cover;
}
.event_list {
  display: flex;
}
.event_list_item {
  width: 310px;
  margin-right: 75px;
}
.event_list_item:last-child {
  margin-right: 0;
}
.event_list_item .img {
  margin-bottom: 5px;
}
.event_list_item .desc {
  padding: 0 15px;
  color: #000;
}
.event_list_item .desc .ttl {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #f29600;
  margin-bottom: 16px;
  text-align: center;
}
.event_list_item .desc .txt {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}

@media (max-width: 768px) {
  .event {
    padding: 57px 0 54px;
    background: url('../image/bg_event_sp.png') center center no-repeat;
    background-size: contain;
    background-size: cover;
  }
  .event_inr {
    padding: 0 32px;
  }
  .event_list {
    display: block;
  }
  .event_list_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 84px;
  }
  .event_list_item:last-child {
    margin-bottom: 0;
  }
  .event_list_item .img {
    margin: 5px;
  }
  .event_list_item .desc {
    font-size: 1.4rem;
    line-height: 1.2142857143;
  }
}
/*
  Safety
*/
.safety {
  background: url('../image/bg_safety_pc.jpg') center center no-repeat;
  background-size: contain;
  background-size: cover;
  padding: 63px 0 72px;
  overflow-x: hidden;
}
.safety_ttl {
  width: 823px;
  margin: 0 auto 50px;
}
.safety_lead {
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.5263157895;
  font-weight: 700;
  margin-bottom: 77px;
  text-align: center;
}
.safety_slide {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
.safety_slide_item {
  margin: 0 27px 67px 0;
  width: 342px;
}
.safety_slide_item:nth-child(3n) {
  margin-right: 0;
}
.safety_slide_item_box {
  width: 100%;
  position: relative;
}
.safety_slide_item_box .img {
  width: 290px;
}
.safety_slide_item_box .num {
  font-weight: 700;
  font-style: italic;
  position: absolute;
  bottom: 35px;
  right: 1px;
  display: inline-block;
  color: #d70c18;
  font-size: 6.5rem;
  line-height: 1.2;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff;
}
.safety_slide_item_box .ttl {
  position: absolute;
  bottom: -40px;
  right: 23px;
}
.safety_slide_item_box .ttl span {
  position: relative;
  background: #fff101;
  padding: 3px 18px;
  font-size: 1.7rem;
  line-height: 1.7647058824;
  color: #d70c18;
  font-weight: 700;
  display: block;
  clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
}
.safety_slide_item_box .ttl span.shift {
  top: 0;
  left: 15px;
}
.cv_movie {
  width: 100%;
  margin: 0 auto;
}
.cv_movie .movie {
  position: relative;
  margin-bottom: 10px;
  padding-top: 56.3432835821%;
}

.cv_movie .movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.safety_banner {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.safety_banner img {
  width: 100%;
}
.safety_movie {
  width: 536px;
  margin: 0 auto 80px;
}
.safety_movie .movie {
  position: relative;
  margin-bottom: 10px;
  padding-top: 56.3432835821%;
}
.safety_movie .movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.safety_movie .txt {
  text-align: center;
}
.safety_movie .txt span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  padding-left: 33px;
  background: url('../image/icon_transparent_youtube.svg') center center no-repeat;
  background-size: contain;
  background-position: left top;
}
.safety_detail {
  width: 800px;
  margin: 0 auto;
}
.safety_detail .ttl {
  position: relative;
  background: #fff101;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #d70c18;
  font-weight: 700;
  text-align: center;
  padding: 12px;
  margin-bottom: 47px;
}
.safety_detail .ttl:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 37.5px 0 37.5px;
  border-color: #fff101 transparent transparent transparent;
}
.safety_detail .btn {
  display: flex;
  justify-content: space-between;
}
.safety_detail .btn li {
  width: 374px;
}

@media (max-width: 768px) {
  .safety {
    background: url('../image/bg_safety_sp.jpg') center center no-repeat;
    background-size: contain;
    background-size: cover;
    padding: 48px 0 62px;
  }
  .safety_ttl {
    width: 100%;
    margin: 0 auto 37px;
  }
  .safety_lead {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 28px;
    text-align: left;
  }
  .safety_slide {
    display: block;
    margin-bottom: 23.7333333333vw;
  }
  .safety_slide_item {
    margin: 0;
    width: 100%;
    margin: 0 10px;
  }
  .safety_slide_item:nth-child(3n) {
    margin-right: 0;
    margin: 0 10px;
  }
  .safety_slide_item_box {
    width: 100%;
    position: relative;
  }
  .safety_slide_item_box .img {
    width: 84%;
  }
  .safety_slide_item_box .num {
    bottom: 11.7333333333vw;
    right: 1.8666666667vw;
    color: #d70c18;
    font-size: 17.0666666667vw;
    line-height: 1;
  }
  .safety_slide_item_box .ttl {
    position: absolute;
    bottom: -10.6666666667vw;
    right: 8vw;
  }
  .safety_slide_item_box .ttl span {
    padding: 12px 4.8vw;
    font-size: 4.2666666667vw;
    line-height: 1;
  }
  .safety_slide .slick-prev,
  .safety_slide .slick-next {
    top: 58%;
    width: 26px;
    height: 26px;
    background: #f29600;
  }
  .safety_slide .slick-prev:before,
  .safety_slide .slick-next:before {
    width: 10px;
    height: 20px;
  }
  .safety_slide .slick-dots {
    display: none !important;
  }
  .safety_movie {
    width: 100%;
    margin: 0 auto 54px;
  }
  .safety_movie .txt {
    text-align: center;
  }
  .safety_movie .txt span {
    font-size: 1.2rem;
    line-height: 1.1666666667;
  }
  .safety_detail {
    width: 100%;
    margin: 0 auto;
  }
  .safety_detail .ttl {
    margin-bottom: 55px;
  }
  .safety_detail .ttl:before {
    bottom: -20px;
    border-style: solid;
    border-width: 20px 50px 0 50px;
  }
  .safety_detail .btn {
    display: block;
  }
  .safety_detail .btn li {
    width: 100%;
    max-width: 335px;
    margin: 0 auto 50px;
  }
  .safety_detail .btn li:last-child {
    margin-bottom: 0;
  }
}
/*
  Team Information
*/
.team_info {
  background: url('../image/bg_team-info_pc.png') center center no-repeat;
  background-size: contain;
  background-size: cover;
  padding: 63px 0 118px;
  overflow-x: hidden;
}
.team_info_ttl {
  width: 773px;
  margin: 0 auto 68px;
}
.team_info_player {
  width: 926px;
  margin: 0 auto 108px;
}
.team_info_player_ttl {
  width: 672px;
  margin: 0 auto 37px;
}
.team_info_player .player_slide {
  margin-bottom: 52px;
}
.team_info_player .player_slide_item {
  color: #fff;
  margin: 0 63px;
}
.team_info_player .player_slide_item_box {
  display: flex;
}
.team_info_player .player_slide_item .img {
  position: relative;
  z-index: 1;
  width: 337px;
  margin-right: 18px;
}
.team_info_player .player_slide_item .desc {
  width: 443px;
  margin-top: 82px;
}
.team_info_player .player_slide_item .desc .ttl {
  font-weight: 700;
}
.team_info_player .player_slide_item .desc .ttl.jp {
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 10px;
}
.team_info_player .player_slide_item .desc .ttl.en {
  width: 384px;
  background: #d70c18;
  padding: 10px 18px 10px 38px;
  font-size: 2.5rem;
  line-height: 1.4;
  margin-left: -38px;
  margin-bottom: 14px;
  clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
}
.team_info_player .player_slide_item .desc .ttl.en span {
  display: block;
}
.team_info_player .player_slide_item .desc .ttl .br_shift_pc {
  display: block;
  text-indent: 1em;
}
.team_info_player .player_slide_item .desc .profile {
  font-size: 1.8rem;
  line-height: 1.3888888889;
  margin-bottom: 16px;
}
.team_info_player .player_slide_item .desc .txt {
  font-size: 1.8rem;
  line-height: 1.3888888889;
}
.team_info_player .player_slide .slick-prev,
.team_info_player .player_slide .slick-next {
  background: none;
  top: auto;
  bottom: -48px;
}
.team_info_player .player_slide .slick-prev:before,
.team_info_player .player_slide .slick-next:before {
  background: url('../image/arrow_player.svg') center center no-repeat;
  background-size: contain;
  width: 6px;
  height: 11px;
}
.team_info_player .player_slide .slick-prev {
  left: 160px;
}
.team_info_player .player_slide .slick-next {
  right: 160px;
}
.team_info_player .player_list {
  width: 800px;
  margin: 0 auto;
}
.team_info_highlight {
  width: 800px;
  margin: 0 auto;
}
.team_info_highlight_ttl {
  width: 672px;
  margin: 0 auto 80px;
}
.team_info_highlight .movie {
  position: relative;
  padding-top: 56.375%;
}
.team_info_highlight .movie:before,
.team_info_highlight .movie:after {
  content: '';
  display: block;
  position: absolute;
}
.team_info_highlight .movie:before {
  width: 604px;
  height: 343px;
  background: #d70c18;
  top: -28px;
  right: 24px;
  clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
}
.team_info_highlight .movie:after {
  width: 360px;
  height: 477px;
  background: #e95504;
  bottom: -48px;
  left: 29px;
  clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
}
.team_info_highlight .movie iframe {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .team_info {
    background: url('../image/bg_team-info_sp.png') center center no-repeat;
    background-size: contain;
    background-size: cover;
    padding: 63px 0 74px;
  }
  .team_info_inr {
    padding: 0;
  }
  .team_info_ttl {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 38px;
  }
  .team_info_player {
    width: 100%;
    margin: 0 auto 58px;
  }
  .team_info_player_ttl {
    width: 100%;
    margin: 0 auto 32px;
    padding: 0 20px;
  }
  .team_info_player .player_slide {
    margin-bottom: 44px;
  }
  .team_info_player .player_slide_item {
    margin: 0 20px;
  }
  .team_info_player .player_slide_item_box {
    display: block;
  }
  .team_info_player .player_slide_item .img {
    width: 100%;
    margin-right: 0;
  }
  .team_info_player .player_slide_item .desc {
    width: 100%;
    margin-top: -30vw;
    position: relative;
    z-index: 2;
  }
  .team_info_player .player_slide_item .desc .ttl {
    text-align: right;
  }
  .team_info_player .player_slide_item .desc .ttl.jp {
    font-size: 4.5rem;
    line-height: 1;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }
  .team_info_player .player_slide_item .desc .ttl.jp_small {
    font-size: 4rem;
    line-height: 1;
  }
  .team_info_player .player_slide_item .desc .ttl.en {
    width: 72.8vw;
    background: #000;
    padding: 17px 24px 10px;
    font-size: 2rem;
    line-height: 1.2;
    margin: -14px 0 0;
    float: right;
    margin-bottom: 48px;
    position: relative;
    right: -11px;
  }
  .team_info_player .player_slide_item .desc .ttl .br_shift_pc {
    display: inline;
    text-indent: 0;
  }
  .team_info_player .player_slide_item .desc .profile {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 13px;
    clear: right;
  }
  .team_info_player .player_slide_item .desc .txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .team_info_player .player_slide .slick-prev,
  .team_info_player .player_slide .slick-next {
    background: #d70c18;
    top: 67.2vw;
    bottom: auto;
  }
  .team_info_player .player_slide .slick-prev:before,
  .team_info_player .player_slide .slick-next:before {
    background: url('../image/arrow.svg') center center no-repeat;
    background-size: contain;
    width: 17px;
    height: 26px;
  }
  .team_info_player .player_slide .slick-prev {
    left: 0;
  }
  .team_info_player .player_slide .slick-next {
    right: 0;
  }
  .team_info_player .player_list {
    width: 100%;
  }
  .team_info_highlight {
    width: 100%;
    padding: 0 20px;
  }
  .team_info_highlight_ttl {
    width: 100%;
    margin: 0 auto 45px;
  }
  .team_info_highlight .movie {
    padding-top: 56.4179104478%;
  }
  .team_info_highlight .movie:before {
    width: 67.2vw;
    height: 38.4vw;
    top: -3.2vw;
    right: 3.2vw;
  }
  .team_info_highlight .movie:after {
    width: 40.2666666667vw;
    height: 53.3333333333vw;
    bottom: -4.8vw;
    left: 2.9333333333vw;
  }
  .team_info_highlight .movie iframe {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
/*
  Ticket
*/
.ticket {
  background: url('../image/bg_ticket_pc.png') center center no-repeat;
  background-size: contain;
  background-size: cover;
  padding: 55px 0 104px;
  overflow-x: hidden;
}
.ticket_ttl {
  width: 800px;
  margin: 0 auto 52px;
}
.ticket_ttl img {
  display: block;
  width: 690px;
  margin: 0 auto;
}
.ticket_fig {
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto 54px;
}
.ticket_fig_map {
  width: 456px;
}
.ticket_fig_price {
  width: 300px;
}
.ticket_note {
  width: 800px;
  margin: 0 auto 70px;
}
.ticket_note li {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}
.ticket_slide_item {
  margin: 0 92px;
}
.ticket_slide_item .info {
  display: flex;
  align-items: flex-end;
  margin-bottom: 23px;
}
.ticket_slide_item .info .tag {
  margin-right: 68px;
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}
.ticket_slide_item .info .tag_loyal {
  background: #1ad3fc;
}
.ticket_slide_item .info .tag_ss {
  background: #9933ff;
}
.ticket_slide_item .info .tag_s {
  background: #46dc00;
}
.ticket_slide_item .info .tag_a {
  background: #e664e6;
}
.ticket_slide_item .info .tag_s2 {
  background: #ffd700;
  color: #000;
}
.ticket_slide_item .info .tag_3 {
  background: #f29600;
}
.ticket_slide_item .info .tag_4 {
  background: #1d1b77;
}
.ticket_slide_item .info .tag_goalback {
  background: #d70c18;
}
.ticket_slide_item .info .tag_away {
  background: #a08456;
}
.ticket_slide_item .info .btn {
  width: 260px;
}
.ticket_slide_item_box {
  position: relative;
}
.ticket_slide_item_box .img {
  width: 457px;
}
.ticket_slide_item_box .desc {
  position: absolute;
  top: 0;
  right: -3px;
  background: #f29600;
  width: 520px;
  padding: 12px 87px 10px 90px;
  height: 320px;
  display: flex;
  flex-direction: column;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  color: #fff;
}
.ticket_slide_item_box .desc .ttl {
  font-size: 2.2rem;
  line-height: 1.1363636364;
  font-weight: 700;
  margin-bottom: 8px;
}
.ticket_slide_item_box .desc .txt {
  font-size: 1.3rem;
  line-height: 1.3076923077;
  margin-bottom: 5px;
}
.ticket_slide_item_box .desc .table {
  margin-top: auto;
  background: #fff;
  font-size: 1.1rem;
  line-height: 1.0909090909;
  text-align: center;
  border: 1px solid #a9a9a9;
  table-layout: fixed;
  width: 200px;
}
.ticket_slide_item_box .desc .table th,
.ticket_slide_item_box .desc .table td {
  color: #000;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  padding: 5px;
}
.ticket_slide_item_box .desc .table thead th {
  background: #000;
  color: #fff;
  width: 100px;
}
.ticket_slide_item_box .desc .table thead th small {
  font-size: 1rem;
  line-height: 1.2;
}
.ticket_slide_item_box .desc .btn_sp {
  display: none;
}
.ticket .slick-prev,
.ticket .slick-next {
  background: #000;
  width: 60px;
  height: 92px;
}
.ticket .slick-prev:before,
.ticket .slick-next:before {
  width: 31px;
  height: 58px;
}
.ticket .slick-dots {
  margin-top: 70px;
}

@media (max-width: 768px) {
  .ticket {
    background: url('../image/bg_ticket_sp.png') center center no-repeat;
    background-size: contain;
    background-size: cover;
    padding: 60px 0;
  }
  .ticket_ttl {
    width: 100%;
    margin: 0 auto 33px;
  }
  .ticket_ttl img {
    width: 100%;
  }
  .ticket_fig {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
  }
  .ticket_fig_map {
    width: 100%;
    margin-bottom: 38px;
  }
  .ticket_fig_price {
    width: 100%;
  }
  .ticket_note {
    width: 100%;
    margin: 0 auto 83px;
  }
  .ticket_note li {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
  .ticket_slide {
    margin: 0 -20px;
  }
  .ticket_slide_item {
    margin: 0 20px;
  }
  .ticket_slide_item .info {
    display: block;
    margin-bottom: -19px;
    position: relative;
    z-index: 1;
  }
  .ticket_slide_item .info .tag {
    margin-right: 0;
    max-width: 308px;
    margin: 0 auto;
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
  }
  .ticket_slide_item_box {
    position: relative;
  }
  .ticket_slide_item_box .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .ticket_slide_item_box .desc {
    position: relative;
    top: auto;
    right: auto;
    background: none;
    width: 100%;
    padding: 0;
    height: 118.4vw;
    clip-path: none;
  }
  .ticket_slide_item_box .desc .ttl {
    font-size: 1.6rem;
    line-height: 1.3125;
    color: #fff101;
  }
  .ticket_slide_item_box .desc .txt {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .ticket_slide_item_box .desc .table {
    font-size: 1.4rem;
    line-height: 1.5;
    width: 100%;
    max-width: 279px;
    margin: auto auto 20px;
  }
  .ticket_slide_item_box .desc .table thead th {
    width: 50%;
  }
  .ticket_slide_item_box .desc .btn_sp {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
  .ticket .slick-prev,
  .ticket .slick-next {
    background: #f29600;
    width: 50px;
    height: 50px;
    top: 41.6vw;
  }
  .ticket .slick-prev:before,
  .ticket .slick-next:before {
    width: 17px;
    height: 26px;
  }
  .ticket .slick-prev {
    left: 0;
  }
  .ticket .slick-next {
    right: 0;
  }
  .ticket .slick-dots {
    margin-top: 24px;
  }
}
@media (max-width: 320px) {
  .ticket_slide {
    margin: 0 -20px;
  }
  .ticket_slide_item_box .desc {
    height: 160vw;
  }
}
/*
  J.League ID
*/
.jid {
  padding: 60px 0 50px;
}
.jid_ttl {
  width: 684px;
  margin: 0 auto 55px;
}
.jid_slide {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.jid_slide_item {
  width: 274px;
}
.jid_slide_item .img {
  width: 222px;
  margin: 0 auto 10px;
}
.jid_slide_item .desc {
  display: flex;
  align-items: center;
}
.jid_slide_item .desc .step {
  width: 36px;
  height: 35px;
  border-radius: 18px;
  background: #d70c18;
  color: #fff;
  margin-right: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
.jid_slide_item .desc .step_txt {
  font-size: 1rem;
  line-height: 1;
  transform: scale(0.9);
}
.jid_slide_item .desc .step_num {
  font-size: 1.9rem;
  line-height: 1;
}
.jid_slide_item .desc .txt {
  width: 220px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
}
.jid_slide_item .desc .txt a {
  color: #d70c18;
}
.jid_btn {
  width: 280px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .jid {
    padding: 45px 0 60px;
    overflow-x: hidden;
  }
  .jid_ttl {
    width: 100%;
    margin: 0 auto 30px;
  }
  .jid_slide {
    margin-bottom: 20px;
  }
  .jid_slide_item {
    width: 100%;
    margin: 0 10px;
  }
  .jid_slide_item .img {
    width: 59.2vw;
  }
  .jid_slide_item .desc {
    justify-content: center;
  }
  .jid_slide_item .desc .step {
    width: 36px;
    margin-right: 14px;
  }
  .jid_slide_item .desc .txt {
    width: 220px;
  }
  .jid_slide .slick-prev,
  .jid_slide .slick-next {
    background: #000;
  }
  .jid_slide .slick-dots {
    margin-top: 20px;
  }
  .jid_slide .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 4px;
  }
  .jid_slide .slick-dots li.slick-active button {
    background: #d70c18;
  }
  .jid_slide .slick-dots li button {
    border-radius: 7px;
    width: 14px;
    height: 14px;
  }
  .jid_btn {
    max-width: 234px;
    width: 100%;
  }
}
/*
  Access
*/
.access {
  background: url('../image/bg_access_pc.png') center center no-repeat;
  background-size: contain;
  background-size: cover;
  padding: 24px 0 120px;
  color: #fff;
}
.access_inr {
  width: 100%;
}
.access_ttl {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 56px;
  right: -70px;
}
.access_ttl img {
  width: 578px;
}
.access_img {
  width: 100%;
  margin: -190px auto 0;
}
.access_toyota {
  width: 800px;
  margin: -100px auto 54px;
}
.access_toyota .ttl {
  width: 206px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: #d70c18;
  padding: 13px;
  clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
  margin: 0 0 20px 65px;
}
.access_toyota .box {
  display: flex;
  justify-content: space-between;
}
.access_toyota .box .map {
  width: 336px;
}
.access_toyota .box .desc {
  width: 424px;
}
.access_toyota .box .desc .address {
  font-size: 1.9rem;
  line-height: 1.5263157895;
  font-weight: 700;
  margin-bottom: 18px;
}
.access_toyota .box .desc .btn_googlemap {
  width: 203px;
  margin-bottom: 29px;
}
.access_toyota .box .desc .route {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 16px 0;
  margin-bottom: 16px;
}
.access_toyota .box .desc .route dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.access_toyota .box .desc .route dl:last-child {
  margin-bottom: 0;
}
.access_toyota .box .desc .route dl dt {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  padding-left: 24px;
  background: url('../image/icon_map.svg') center center no-repeat;
  background-size: contain;
  background-position: left center;
}
.access_toyota .box .desc .route dl dd {
  width: 128px;
}
.access_toyota .box .desc .note {
  font-size: 1.2rem;
  line-height: 1.5;
}
.access_parking {
  width: 800px;
  margin: 0 auto 66px;
}
.access_parking .ttl {
  position: relative;
  width: 252px;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: #d70c18;
  padding: 14px;
  margin: 0 auto 32px;
}
.access_parking .ttl:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #d70c18 transparent transparent transparent;
}
.access_parking .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}
.access_parking .box .map {
  width: 348px;
}
.access_parking .box .desc {
  width: 403px;
}
.access_parking .box .desc dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.access_parking .box .desc dl:last-child {
  margin-bottom: 0;
}
.access_parking .box .desc dl dt {
  width: 103px;
  background: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 8px;
  color: #000;
}
.access_parking .box .desc dl dd {
  width: 286px;
  font-size: 1.6rem;
  line-height: 1.6875;
}
.access_parking .box .desc dl dd small {
  font-size: 1.1rem;
  line-height: 1.5454545455;
}
.access_parking .note {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.03em;
}
.access_station {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
.access_station .ttl {
  position: absolute;
  top: 31px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 263px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: #a08456;
  padding: 13px;
  margin: 0 auto;
}
.access_station .ttl:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #a08456 transparent transparent transparent;
}

@media (max-width: 768px) {
  .access {
    background: url('../image/bg_access_sp.png') center center no-repeat;
    background-size: contain;
    background-size: cover;
    padding: 42px 0 120px;
    color: #fff;
  }
  .access_inr {
    width: 100%;
    padding: 0;
  }
  .access_ttl {
    width: 100%;
    padding: 0 20px;
    top: auto;
    right: auto;
  }
  .access_ttl img {
    width: 67.7333333333vw;
  }
  .access_img {
    width: 100%;
    margin: -4vw auto 0;
  }
  .access_toyota {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 54px;
  }
  .access_toyota .ttl {
    width: 206px;
    padding: 13px;
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
    margin: 0 auto 30px;
  }
  .access_toyota .box {
    display: block;
  }
  .access_toyota .box .map {
    width: 100%;
    margin-bottom: 12px;
  }
  .access_toyota .box .desc {
    width: 100%;
  }
  .access_toyota .box .desc .address {
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1.625;
    margin-bottom: 15px;
  }
  .access_toyota .box .desc .btn_googlemap {
    width: 254px;
    margin: 0 auto 33px;
  }
  .access_toyota .box .desc .route {
    margin-bottom: 20px;
  }
  .access_toyota .box .desc .route dl {
    margin-bottom: 12px;
  }
  .access_toyota .box .desc .route dl dt {
    width: 200px;
    font-size: 1.6rem;
    line-height: 1.125;
    letter-spacing: 0.03em;
    padding-left: 24px;
    background: url('../image/icon_map.svg') center center no-repeat;
    background-size: contain;
    background-position: left center;
    background-size: 19px 25px;
  }
  .access_toyota .box .desc .route dl dt small {
    display: block;
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
  .access_toyota .box .desc .route dl dd {
    width: 132px;
  }
  .access_parking {
    width: 100%;
    margin: 0 auto 60;
    padding: 0 20px;
  }
  .access_parking .box {
    display: block;
  }
  .access_parking .box .map {
    width: 100%;
    margin-bottom: 40px;
  }
  .access_parking .box .desc {
    width: 100%;
  }
  .access_parking .box .desc dl {
    display: block;
    margin-bottom: 30px;
  }
  .access_parking .box .desc dl dt {
    width: 110px;
    background: #d70c18;
    font-size: 1.4rem;
    line-height: 1;
    padding: 8px;
    color: #fff;
    margin-bottom: 10px;
  }
  .access_parking .box .desc dl dd {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.3125;
  }
  .access_parking .box .desc dl dd small {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  .access_parking .note {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  .access_station {
    width: 100%;
  }
  .access_station .ttl {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 313px;
    font-size: 2rem;
    line-height: 1;
    padding: 14px;
    margin: 0 auto 23px;
  }
}
/*
  Application
*/
.app {
  padding: 74px 0 0;
}
.app_ttl {
  width: 684px;
  margin: 0 auto 75px;
}
.app_lead {
  font-size: 2.4rem;
  line-height: 1.375;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #d70c18;
}
.app_sub_ttl {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: #996a3d;
  text-align: center;
  color: #fff;
  width: 375px;
  padding: 16px;
  margin: 0 auto 30px;
  clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
}
.app_slide {
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
}
.app_slide_item {
  width: 230px;
}
.app_slide_item .img {
  margin: 0 auto 20px;
}
.app_slide_item .txt {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
.app_btn_list {
  margin-bottom: 66px;
}
.app_btn_list ul {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.app_btn_list ul li {
  width: 260px;
  margin-right: 40px;
}
.app_btn_list ul li:last-child {
  margin-right: 0;
}
.app_btn_list_note {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}
.app_btn_wifi {
  width: 500px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .app {
    padding: 36px 0 26px;
    overflow-x: hidden;
  }
  .app_ttl {
    width: 100%;
    margin: 0 auto 16px;
  }
  .app_lead {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .app_sub_ttl {
    font-size: 1.5rem;
    line-height: 1;
    width: 250px;
    padding: 11px;
    margin: 0 auto 220x;
  }
  .app_slide {
    display: block;
    margin-bottom: 46px;
  }
  .app_slide_item {
    width: auto;
  }
  .app_slide_item .img {
    width: 61.3333333333vw;
    margin: 0 auto 20px;
  }
  .app_slide_item .txt {
    width: 61.3333333333vw;
    margin: 0 auto;
  }
  .app_slide .slick-prev,
  .app_slide .slick-next {
    background: #d70c18;
  }
  .app_btn_list {
    margin-bottom: 30px;
  }
  .app_btn_list ul {
    max-width: 335px;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .app_btn_list ul li {
    width: 150px;
    margin-right: 0;
  }
  .app_btn_list_note {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .app_btn_wifi {
    width: 100%;
    max-width: 335px;
  }
}
