@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: "";
}
a,
input,
select,
textarea,
button {
  outline: none;
}
abbr,
acronym {
  border: 0;
}
*,
*:before,
*::after {
  box-sizing: border-box;
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}

/*common*/
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
  .op:hover img {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
  }
}
/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #fff;
  background: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}
body {
  color: #000;
  background: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}
.en_font02 {
  font-family: "source-han-sans-japanese", sans-serif;
}
.en_font03 {
  font-family: "Kaisei Tokumin", serif;
}
.grampus_lp_inner,
.grampus_lp_inner02 {
  max-width: 112rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
.grampus_lp_inner02 {
  max-width: 94rem;
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

.anchorArea {
  position: relative;
}
.grampus_lp_anchor {
  position: absolute;
  top: -5.8rem;
  z-index: -1;
}

/*** スマホ 320px ~ 767px***/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .grampus_lp_anchor {
    top: -4.8rem;
  }
  .grampus_lp_inner,
  .grampus_lp_inner02 {
    max-width: unset;
  }
  .grampus_lp_inner02 {
    max-width: unset;
    padding: 0;
  }
}

/* !grampus_lp_wrapper
---------------------------------------------------------- */
#grampus_lp_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 5.8rem;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #grampus_lp_wrapper {
    padding: 4.8rem 0 11.3rem;
  }
}

/* !header
---------------------------------------------------------- */
#grampus_lp_header {
  background: #d70c18;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 5.8rem;
  border-bottom: 0.2rem solid #fff;
}
.grampus_lp_headerIn {
  height: 5.8rem;
  padding: 0.3rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grampus_lp_headerLogo {
  width: 14rem;
}
.grampus_lp_headerLogo img {
  width: 100%;
}
.grampus_lp_naviLinks {
  display: flex;
}
.grampus_lp_naviLinks li {
  position: relative;
}
.grampus_lp_naviLinks li + li::before {
  content: "";
  position: absolute;
  left: -1.6rem;
  top: 0;
  z-index: 3;
  width: 0.2rem;
  height: 100%;
  background: #fff;
}
.grampus_lp_naviLinks li + li {
  margin-left: 3.2rem;
}
.grampus_lp_naviLinks a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
}

.grampus_lp_naviLinks a.disabled {
  pointer-events: none;
  color: #999;
}

.grampus_lp_buylinks {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.grampus_lp_buylinks ul {
  display: flex;
  border-width: 2px 0;
  border-style: solid;
  border-color: #000;
}
.grampus_lp_buylinks li {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: center;
  padding: 0 1.2rem;
  height: 7.4rem;
  width: calc(100% / 3);
  background: #baa85b;
  line-height: 1;
}
.grampus_lp_buylinks li + li {
  border-left: 2px solid #000;
}
.grampus_lp_buylinks li a {
  width: 100%;
}
.grampus_lp_buylinks .matchDate .icon {
  margin-bottom: 0.6rem;
}
.grampus_lp_buylinks .matchDate .date {
  font-size: 2rem;
  zoom: 0.5;
}
.grampus_lp_buylinks .matchDate .day {
  margin-left: 1.2rem;
  font-size: 4.4rem;
}
.grampus_lp_buylinks .matchInfo {
  display: flex;
  align-items: center;
  margin-left: 0.6rem;
}
.grampus_lp_buylinks .matchInfo .day {
  font-size: 7.9rem;
}
.grampus_lp_buylinks .matchInfo .dateinfo {
  margin-left: 0.5rem;
  width: 5.5rem;
}
.grampus_lp_buylinks .matchInfo .dateinfo .week {
  margin-bottom: 0.3rem;
  font-size: 2.1rem;
}
.grampus_lp_buylinks .matchInfo .dateinfo .kickoff {
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
  padding: 0.2rem 0.8rem 0.2rem 0.2rem;
  background: #000;
  color: #fff;
  font-size: 1.5rem;
}
.grampus_lp_buylinks .matchInfo .dateframe {
  position: relative;
}
.grampus_lp_buylinks .matchInfo .dateframe + .dateframe {
  padding-left: 2.6rem;
}
.grampus_lp_buylinks .matchInfo .dateframe + .dateframe:before {
  content: "OR";
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
}
.grampus_lp_buylinks .matchInfo .dateframe .day {
  font-size: 4.5rem;
}
.grampus_lp_buylinks .matchInfo .dateframe .week {
  text-align: center;
}
.grampus_lp_buylinks .matchTeam {
  position: relative;
  padding-left: 2.8rem;
  text-align: center;
}
.grampus_lp_buylinks .matchTeam:before {
  content: "VS";
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.8rem;
  font-family: "Alternate Gothic No2 D";
}
.grampus_lp_buylinks .matchTeam .logo img {
  max-width: 4.2rem;
  max-height: 4.2rem;
}
.grampus_lp_buylinks .matchTeam .clubName {
  margin-top: 0.2rem;
  font-weight: bold;
  font-size: 1rem;
}
.grampus_lp_buylinks .matchPlace {
  margin-left: 0.5rem;
  text-align: center;
}
.grampus_lp_buylinks .matchPlace .place {
  position: relative;
  padding: 0.4rem 0 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
  background: #000;
  color: #fff;
  font-weight: bold;
}
.grampus_lp_buylinks .matchPlace .place:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.5rem;
  height: 100%;
  border-left: 0.2rem solid #baa85b;
}
.grampus_lp_buylinks .st2 {
  justify-content: center;
  background: #d70c18;
  color: #fff;
}
.grampus_lp_buylinks .st2 li {
  background: #d70c18;
}

.is-mac .grampus_lp_buylinks .matchInfo .day {
  padding-top: 0.5rem;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #grampus_lp_header {
    width: 100%;
    height: 4.8rem;
    z-index: 100;
    border-color: #baa85b;
  }
  .grampus_lp_headerIn {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .grampus_lp_headerLogo {
    width: 13.6rem;
  }
  .grampus_lp_headerLogo img {
    width: 100%;
  }

  #grampus_lp_navi {
    background: rgba(255, 255, 255, 0.84);
    position: fixed;
    top: 4.8rem;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 90;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, right 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #grampus_lp_navi::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: auto;
  }
  #grampus_lp_navi.open {
    opacity: 1;
    pointer-events: auto;
  }

  .grampus_lp_naviLinks {
    width: 100%;
    display: block;
  }
  .grampus_lp_naviLinks li + li {
    margin-left: 0;
    margin-top: 3rem;
  }
  .grampus_lp_naviLinks a {
    display: block;
    font-size: 2.6rem;
    color: #000000;
    position: relative;
    padding-bottom: 2rem;
    background: url("../image/img/icon-arrow.svg") no-repeat center bottom;
  }
  .grampus_lp_naviLinks a::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.6rem;
    width: 16rem;
    border-top: 2px solid #d70c18;
  }
  .grampus_lp_naviLinks .small {
    font-size: 2rem;
  }

  /*******btnMenu*********/
  .grampus_lp_btnMenu {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 3rem;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .grampus_lp_btnMenu span {
    display: block;
    background: #ffffff;
    width: 3rem;
    height: 0.3rem;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    position: absolute;
    left: 0;
    z-index: 3;
  }
  .grampus_lp_btnMenu span:first-child {
    top: 0;
  }
  .grampus_lp_btnMenu span:nth-child(2) {
    top: 50%;
    margin-top: -0.15rem;
  }
  .grampus_lp_btnMenu span:last-child {
    width: 1.5rem;
    bottom: 0;
  }
  .grampus_lp_btnMenu.active span:first-child {
    -webkit-transform: translateY(1.1rem) rotate(45deg);
    -moz-transform: translateY(1.1rem) rotate(45deg);
    -ms-transform: translateY(1.1rem) rotate(45deg);
    transform: translateY(1.1rem) rotate(45deg);
  }

  .grampus_lp_btnMenu.active span:nth-child(2) {
    opacity: 0;
  }

  .grampus_lp_btnMenu.active span:last-child {
    width: 100%;
    -webkit-transform: translateY(-1.2rem) rotate(-45deg);
    -moz-transform: translateY(-1.2rem) rotate(-45deg);
    -ms-transform: translateY(-1.2rem) rotate(-45deg);
    transform: translateY(-1.2rem) rotate(-45deg);
  }

  .grampus_lp_buylinks li {
    /* display: block; */
    padding: 0.5rem;
    height: auto;
  }
  .grampus_lp_buylinks .matchDate {
    display: flex;
    justify-content: center;
  }
  .grampus_lp_buylinks .matchDate .icon {
    margin: 0 0.6rem 0 0;
  }
  .grampus_lp_buylinks .matchDate .date {
    color: #fff;
    font-size: 1.6rem;
  }
  .grampus_lp_buylinks .matchDate .day {
    font-size: 2.6rem;
  }
  .grampus_lp_buylinks .matchInfo {
    justify-content: center;
    margin: 0;
  }
  .grampus_lp_buylinks .matchInfo .day {
    font-size: 5.2rem;
  }
  .grampus_lp_buylinks .matchInfo .dateinfo .week {
    margin-bottom: 0.1rem;
    font-size: 1.6rem;
  }
  .grampus_lp_buylinks .matchTeam {
    display: flex;
    justify-content: center;
    padding-left: 0;
  }
  .grampus_lp_buylinks .matchInfo .dateinfo .kickoff {
    font-size: 1.1rem;
  }
  .grampus_lp_buylinks .matchTeam {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
  }
  .grampus_lp_buylinks .matchTeam:before {
    content: none;
  }
  .grampus_lp_buylinks .matchTeam .logo img {
    max-width: 2rem;
    max-height: 2rem;
  }
  .grampus_lp_buylinks .matchTeam .clubName {
    margin: 0 0 0 0.5rem;
    color: #fff;
    font-size: 2.1rem;
    zoom: 0.5;
  }
  .grampus_lp_buylinks .matchPlace .place {
    display: none;
  }
  .grampus_lp_buylinks .matchInfo .dateframe {
    padding-right: 1.5rem;
    margin: 0.75rem 0;
  }
  .grampus_lp_buylinks .matchInfo .dateframe .day {
    font-size: 3.6rem;
  }
  .grampus_lp_buylinks .matchInfo .dateframe .week {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    writing-mode: vertical-lr;
    font-size: 1.4rem;
  }
  .grampus_lp_buylinks .matchInfo .dateframe + .dateframe {
    padding-left: 1.6rem;
  }
  .grampus_lp_buylinks .matchInfo .dateframe + .dateframe:before {
    left: 0.3rem;
    font-size: 1.3rem;
  }

  .grampus_lp_buylinks .st2 li {
    width: 48%;
    text-align: center;
  }
  .grampus_lp_buylinks .st2 li + li {
    border-left: 0;
  }
}

/* !mainVisual
---------------------------------------------------------- */
.grampus_lp_topMatch {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #d70c18;
  padding: 0 2rem;
  border-width: 2px 0;
  border-style: solid;
  border-color: #000;
}
.grampus_lp_topMatch .topMatchIn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 108rem;
  height: 7.2rem;
  line-height: 1;
  color: #ffffff;
}
.grampus_lp_topMatchInfo {
  display: flex;
}
.grampus_lp_topPlace {
  flex-direction: column;
  padding: 0.4rem 0 0;
  display: flex;
  width: 15.2rem;
  justify-content: center;
}
.grampus_lp_topPlace .mark {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3rem;
}
.grampus_lp_topPlace .imgP {
  width: 6.15rem;
}
.grampus_lp_topPlace .imgP img {
  width: 100%;
}
.grampus_lp_topPlace .date {
  margin-left: 0.8rem;
  font-size: 1.5rem;
}
.grampus_lp_topPlace .date .day {
  margin-left: 1rem;
  font-size: 2.8rem;
}
.grampus_lp_topPlace .txtP {
  padding: 0.3rem 0 0.5rem;
  width: 100%;
  text-align: center;
  color: #f4d780;
  font-weight: bold;
  white-space: nowrap;
  background: #000;
}
.grampus_lp_topDate {
  display: flex;
  align-items: center;
  margin-left: 1.8rem;
}
.grampus_lp_topDate .txtP01 {
  margin-top: -1rem;
  font-size: 8.7rem;
  line-height: 0.8;
}
.is-mac .grampus_lp_topDate .txtP01 {
  margin-top: 0;
}
.grampus_lp_topDate .txtP02 {
  margin-left: 1rem;
}
.grampus_lp_topDate .txtP02 span {
  display: block;
  white-space: nowrap;
}
.grampus_lp_topDate .txtP02 span:first-child {
  font-size: 2.8rem;
}
.grampus_lp_topDate .txtP02 span:last-child {
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
  padding: 0.1rem 1.2rem 0.1rem 0.2rem;
  background: #fff;
  color: #d70c18;
  font-size: 1.5rem;
}
.is-mac .grampus_lp_topDate .txtP02 span:last-child {
  padding-top: 0.5rem;
}
.grampus_lp_topClub {
  display: flex;
  align-items: center;
  margin-left: 2.4rem;
}
.grampus_lp_topMatch .grampus_lp_clubTeam {
  display: flex;
  align-items: center;
}
.rampus_lp_clubLogo {
  width: 4.5rem;
  position: relative;
  z-index: 4;
}
.grampus_lp_clubName {
  font-size: 2.9rem;
  font-weight: bold;
  padding: 0 1.6rem 0 0.8rem;
  position: relative;
  z-index: 3;
  white-space: nowrap;
}
.grampus_lp_vs {
  width: 3.4rem;
  margin: 0 0.8rem 0 0;
}
.grampus_lp_vs img {
  width: 100%;
}
.grampus_lp_topMatchBtn {
  width: 37.4rem;
}
.grampus_lp_topMatchBtn img {
  width: 100%;
}
.grampus_lp_mainImage {
  width: 100%;
  position: relative;
  z-index: 2;
}
.grampus_lp_mainImage img {
  width: 100%;
}
/*** mainVisual  スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .grampus_lp_topMatch .topMatchIn {
    display: block;
    padding: 1.6rem 0 1.2rem 52.5%;
    height: auto;
  }
  .grampus_lp_topPlace {
    display: block;
    width: 4.8rem;
  }
  .grampus_lp_topMatchInfo {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: calc(50% - 2rem);
  }
  .grampus_lp_topMatchInfo .txtP {
    overflow: hidden;
    width: 100%;
    text-align: center;
  }
  .grampus_lp_topMatchInfo .txtP span {
    display: inline-block;
    position: relative;
  }
  .grampus_lp_topMatchInfo .txtP span:before,
  .grampus_lp_topMatchInfo .txtP span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    border-top: 1px solid #fff;
  }
  .grampus_lp_topMatchInfo .txtP span:before {
    right: calc(100% + 0.2rem);
  }
  .grampus_lp_topMatchInfo .txtP span:after {
    left: calc(100% + 0.2rem);
  }
  .grampus_lp_topPlace .imgP {
    width: 4.65rem;
  }
  .grampus_lp_topPlace .date {
    margin-left: 0;
    font-size: 1.6rem;
    zoom: 0.5;
  }
  .grampus_lp_topDate {
    margin-left: 0;
    margin-top: -0.6rem;
  }
  .grampus_lp_topDate .txtP01 {
    margin-top: -0.6rem;
    line-height: 1;
    font-size: 6.5rem;
  }
  .grampus_lp_topDate .txtP02 {
    margin-left: 0.8rem;
  }
  .grampus_lp_topDate .txtP02 span:first-child {
    font-size: 1.6rem;
  }
  .grampus_lp_topDate .txtP02 span:last-child {
    font-size: 1.2rem;
  }
  .grampus_lp_topClub {
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
  .grampus_lp_vs {
    width: 1.7rem;
    margin: 0 0.4rem 0 0;
  }
  .grampus_lp_topMatch .grampus_lp_clubTeam {
    flex-direction: row;
  }
  .grampus_lp_clubName {
    font-size: 1.2rem;
    padding: 0 0 0 0.3rem;
  }
  .rampus_lp_clubLogo {
    width: 2.85rem;
  }
  .grampus_lp_topMatchBtn {
    width: 100%;
  }
}

/* common
-----------------------------------------------------------*/
.grampus_lp_title {
  border: 0.4rem solid #B7A17A;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* padding-bottom: 3.4rem; */
  margin-bottom: 6.5rem;
  text-align: center;
}
.grampus_lp_title::before {
  content: "";
  width: 88.4rem;
  border: 0.8rem solid #B7A17A;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* .grampus_lp_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.2rem;
  background: url("../image/img/line-bor.svg") no-repeat center bottom;
  background-size: 80% 100%;
} */

.grampus_lp_title h2 {
  line-height: 1;
  font-size: 2.1rem;
  font-weight: bold;
}
.grampus_lp_title h2 .eng {
  font-size: 8.3rem;
  font-weight: normal;
}

.color_red {
  color: #d70c18;
}

.grampus_lp_slider .slick-slide {
  height: 27.2rem;
}

.color_gray {
  color: #666 !important;
}

/*** contents スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .grampus_lp_title {
    padding-bottom: 1.8rem;
    margin-bottom: 4rem;
  }

  .grampus_lp_title_partner {
    padding-bottom: 0.5rem;
    margin-bottom: 4rem;
  }

  .grampus_lp_title:after {
    height: 1.4rem;
  }
  .grampus_lp_title h2 {
    font-size: 2rem;
    line-height: 1.1;
  }
  .grampus_lp_title h2 .eng {
    font-size: 6rem;
  }

  .grampus_lp_slider .slick-slide {
    height: 13.6rem;
  }
  .grampus_lp_slider .slick-slide img {
    width: 13.6rem;
  }

  .toggleBox {
    display: none;
  }
}

/* grampus_lp_contents
-----------------------------------------------------------*/
/**grampus_lp_match**/
.grampus_lp_match {
  padding: 5.4rem 0 7.2rem;
  position: relative;
  z-index: 2;
  background: #baa85b;
}
.grampus_lp_match::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  background: url("../image/img/match/bg-match.png") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.grampus_lp_matchArea {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 3.2rem 0;
  overflow: hidden;
  box-shadow: 1rem 1rem 0.6rem rgba(0, 0, 0, 0.16);
}
.grampus_lp_matchPlaceDate .imgP {
  margin-left: -0.7rem;
  width: 41.7rem;
}
.grampus_lp_matchPlaceDate .imgP img {
  width: 100%;
}
.grampus_lp_matchIn {
  display: flex;
  justify-content: space-between;
  line-height: 1;
}
.grampus_lp_matchIn * {
  box-sizing: border-box;
}
.grampus_lp_matchPlaceDate {
  width: 38%;
}
.grampus_lp_matchInfo {
  padding: 0.2rem 0 0 4rem;
  display: flex;
  align-items: center;
}
.grampus_lp_matchInfo .txtP01 {
  font-size: 21.1rem;
  color: #d70c18;
  line-height: 1;
}
.is-mac .grampus_lp_matchInfo .txtP01 span {
  overflow: hidden;
  height: 1em;
  padding-top: 0.25em;
}
.is-mac .grampus_lp_matchInfo .txtP01.none span {
  overflow: visible;
  height: auto;
  padding-top: 0;
}
.grampus_lp_matchInfo .grampus_lp_matchDateInfo {
  margin-left: 1rem;
}
.grampus_lp_matchInfo span {
  display: block;
}
.grampus_lp_matchDateInfo .txtP02 {
  font-size: 5.6rem;
  color: #d70c18;
  margin-bottom: 0.3rem;
}
.grampus_lp_matchDateInfo .txtP03 span {
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 1.6rem) 100%, 0% 100%);
  display: inline-block;
  font-size: 4.4rem;
  color: #fff;
  padding: 0.3rem 2.4rem 0 1rem;
  background: #d70c18;
  position: relative;
}
.is-mac .grampus_lp_matchDateInfo .txtP03 span {
  padding-top: 0.8rem;
}
.grampus_lp_matchPlace {
  margin-top: 2rem;
  line-height: 6.4rem;
  background: #000000;
  color: #f4d780;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
.grampus_lp_matchClub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 2.6rem;
  position: relative;
  z-index: 3;
  width: 60%;
}
.grampus_lp_clubTeam {
  min-width: 46%;
}
.grampus_lp_matchClub .grampus_lp_vs {
  margin: 0;
  width: 5.8rem;
}
.grampus_lp_clubTeam .grampus_lp_clubLogo {
  height: 30rem;
  line-height: 30rem;
  text-align: center;
}
.club02 .grampus_lp_clubLogo {
}
.grampus_lp_clubLogo img {
  max-height: 30rem;
}
.grampus_lp_matchClub .grampus_lp_clubName {
  margin-top: -3.7rem;
  background: #000;
  line-height: 4.8rem;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 1rem;
}
.grampus_lp_btnLink {
  display: flex;
  justify-content: center;
  margin: 3.2rem auto 0;
  padding: 0 2rem;
}
.grampus_lp_btnLink a {
  margin: 0 1.5rem;
  max-width: calc(50% - 3rem);
}

.grampus_lp_matchItem {
  width: 50%;
}
.grampus_lp_matchItem + .grampus_lp_matchItem {
  border-left: 4px solid #000;
}
.grampus_lp_matchItem .imgDate {
  margin-left: -0.6rem;
}
.grampus_lp_matchItem .display {
  display: flex;
  justify-content: space-between;
}
.grampus_lp_matchItem .grampus_lp_matchInfo {
  display: block;
  margin: 0;
  width: 56%;
}
.grampus_lp_matchItem .grampus_lp_matchDateInfo {
  display: flex;
  align-items: center;
  margin-left: 0;
  justify-content: center;
  height: 15rem;
}
.grampus_lp_matchItem .grampus_lp_matchInfo .txtP01 {
  font-size: 14.4rem;
}
.grampus_lp_matchItem .grampus_lp_matchInfo .txtP02 {
  writing-mode: vertical-lr;
  font-size: 5.4rem;
}
.grampus_lp_matchItem .grampus_lp_matchInfo .txtP03 {
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 1.6rem) 100%, 0% 100%);
  font-size: 4rem;
  padding: 0.3rem 3rem 0 1rem;
  background: #d70c18;
  text-align: center;
}
.is-mac .grampus_lp_matchItem .grampus_lp_matchInfo .txtP03 span {
  padding-top: 0.5rem;
}
.grampus_lp_matchItem .grampus_lp_matchClub {
  justify-content: flex-end;
  margin-top: -3.6rem;
  padding: 0 1.2rem;
  width: 42%;
  text-align: center;
}
.grampus_lp_matchItem .grampus_lp_clubTeam {
  width: 86%;
}
.grampus_lp_matchItem .grampus_lp_vs {
  position: absolute;
  left: -1rem;
  top: 8rem;
}
.grampus_lp_matchItem .grampus_lp_clubTeam .grampus_lp_clubLogo {
  height: 18.5rem;
  line-height: 18.5rem;
}
.grampus_lp_matchItem .grampus_lp_clubName {
  display: inline-block;
  padding: 0 2rem;
  margin-top: -1.5rem;
  line-height: 3rem;
  font-size: 1.4rem;
}
.grampus_lp_btnLink2 {
  margin-top: 2.4rem;
  text-align: center;
}
.grampus_lp_btnLink2 a {
  display: block;
  margin: 1.6rem auto 0;
  max-width: 34.2rem;
}
.grampus_lp_matchItem.right .imgDate {
  margin: 0 -1.2rem 0 0;
  text-align: right;
}
.grampus_lp_matchItem.right .display {
  flex-direction: row-reverse;
}
.grampus_lp_matchItem.right .grampus_lp_matchInfo {
  padding: 0.2rem 0 0 0;
}
.grampus_lp_matchItem.right .grampus_lp_matchDateInfo {
  padding-right: 2.4rem;
}
.grampus_lp_matchItem.right .grampus_lp_matchInfo .txtP03 {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 1.6rem 100%);
  padding: 0.3rem 1rem 0 3rem;
}
.grampus_lp_matchItem.right .grampus_lp_vs {
  left: 1rem;
}
.grampus_lp_matchPlace.st2 {
  font-size: 2.8rem;
  color: #fff;
}

/*** contents スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .grampus_lp_match {
    padding: 4rem 0;
  }
  .grampus_lp_matchArea {
    padding: 2.4rem 0;
  }
  .grampus_lp_matchPlaceDate .imgP {
    width: 29.4rem;
  }
  .grampus_lp_matchIn {
    display: block;
  }
  .grampus_lp_matchPlaceDate {
    width: 100%;
  }
  .grampus_lp_matchInfo {
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .grampus_lp_matchInfo .txtP01 {
    font-size: 11.2rem;
    line-height: 1;
  }
  .grampus_lp_matchInfo .grampus_lp_matchDateInfo {
    margin-left: 0.5rem;
  }
  .grampus_lp_matchInfo .txtP02 {
    font-size: 4.8rem;
  }
  .grampus_lp_matchInfo .txtP02 span {
    display: block;
  }
  .grampus_lp_matchDateInfo .txtP03 {
    position: relative;
  }
  .grampus_lp_matchDateInfo .txtP03 span {
    display: inline-block;
    padding: 0.3rem 3rem 0.1rem 1rem;
    font-size: 2.8rem;
    color: #000;
  }
  .grampus_lp_matchPlace {
    margin-top: 1.6rem;
    line-height: 4.8rem;
    font-size: 2.8rem;
  }
  .grampus_lp_matchClub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.2rem;
    margin-top: -2.8rem;
    width: 100%;
  }
  .grampus_lp_matchClub .grampus_lp_vs {
    margin: 0;
    width: 2.2rem;
  }
  .grampus_lp_clubTeam .grampus_lp_clubLogo {
    width: 14.4rem;
    height: 15.7rem;
  }
  .grampus_lp_clubTeam {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .club02 .grampus_lp_clubLogo {
    width: 11.4rem;
  }
  .grampus_lp_clubLogo img {
    width: 100%;
    height: 100%;
  }
  .grampus_lp_matchClub .grampus_lp_clubName {
    top: 0;
    line-height: 2.4rem;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 1rem;
    text-align: center;
    margin-top: -2.4rem;
  }
  .club02 .grampus_lp_clubName {
    padding: 0 1.8rem;
  }
  .grampus_lp_btnLink {
    display: block;
    width: 100%;
    margin: 2.4rem auto 0;
  }
  .grampus_lp_btnLink a {
    display: block;
    margin: 1.6rem auto 0;
    max-width: calc(100% - 3.2rem);
  }

  .grampus_lp_matchIn.spIn {
    display: flex;
  }
  .grampus_lp_matchItem {
    margin-top: 4rem;
  }
  .grampus_lp_matchItem .imgDate {
    margin: -3.5rem -0.7rem 0 -0.2rem;
  }
  .grampus_lp_matchItem .display {
    display: block;
  }
  .grampus_lp_matchItem .grampus_lp_matchInfo {
    width: auto;
  }
  .grampus_lp_matchItem .grampus_lp_matchDateInfo {
    height: 8.4rem;
  }
  .grampus_lp_matchItem .grampus_lp_matchInfo .txtP01 {
    font-size: 8.4rem;
  }
  .grampus_lp_matchItem .grampus_lp_matchInfo .txtP02 {
    font-size: 3.4rem;
  }
  .grampus_lp_matchItem .grampus_lp_matchInfo .txtP03 {
    max-width: 90%;
    font-size: 2.1rem;
  }
  .grampus_lp_matchItem .grampus_lp_matchClub {
    margin-top: 0;
    width: auto;
  }
  .grampus_lp_matchItem .grampus_lp_vs {
    left: 1.6rem;
    top: 5rem;
  }
  .grampus_lp_matchItem .grampus_lp_clubTeam {
    width: 100%;
  }
  .grampus_lp_matchItem .grampus_lp_clubTeam .grampus_lp_clubLogo {
    margin: 0 0 0 auto;
    width: 12rem;
    height: 12rem;
  }
  .grampus_lp_matchItem .grampus_lp_clubName {
    margin-top: -0.2rem;
    width: 100%;
  }
  .grampus_lp_matchItem.right .imgDate {
    margin: -3.5rem -0.5rem 0 -0.4rem;
  }
  .grampus_lp_matchItem.right .grampus_lp_matchDateInfo {
    padding: 0 1.6rem;
  }
  .grampus_lp_matchItem.right .grampus_lp_matchInfo .txtP03 {
    margin-left: auto;
  }
  .grampus_lp_btnLink2 {
    margin-top: 1.6rem;
  }
  .grampus_lp_btnLink2 a {
    margin: 1.6rem auto;
    max-width: 28rem;
  }
}

/***grampus_lp_top***/
.grampus_lp_top {
  position: relative;
  z-index: 2;
  z-index: 1;
  background: #baa85b;
  padding: 8rem 0 9rem;
}
.grampus_lp_top::before {
  content: "";
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -3;
  background: url("../image/img/haikei-studium.png") center bottom no-repeat;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  background-size: auto;
}
.grampus_lp_ifame {
  width: 100%;
  padding-top: 50.56%;
  position: relative;
}
.grampus_lp_ifame iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grampus_lp_topImage {
  max-width: 80rem;
  width: 100%;
  margin: 4rem auto 0;
}
.grampus_lp_topImage img {
  width: 100%;
}
.grampus_lp_topIn {
  margin-top: 4rem;
  color: #fff;
}
.grampus_lp_topIn > .txtP {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.grampus_lp_topInfo {
  margin-top: 3.2rem;
}
.grampus_lp_topItem .titP {
  height: 3.8rem;
  overflow: hidden;
  position: relative;
}
.grampus_lp_topItem .titP span {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.8rem;
  background: #000000;
  display: inline-block;
  padding: 0.1rem 1rem 0;
  position: relative;
}
.grampus_lp_topItem .titP span::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1.3rem;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 0.7rem solid #000;
  border-top: 1.9rem solid #000;
  border-right: 0.7rem solid transparent;
  border-bottom: 1.9rem solid transparent;
}
.grampus_lp_topItem .txtP {
  margin-top: 1.6rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
}
.grampus_lp_topItem + .grampus_lp_topItem {
  margin-top: 3.2rem;
}
.grampus_lp_topItem span {
  display: block;
}
.grampus_lp_topItem span + span {
  margin-top: 2rem;
}
.grampus_lp_topItem .imgP {
  max-width: 52rem;
  width: 100%;
  margin: 2.4rem auto 0;
}
.grampus_lp_topItem .imgP img {
  width: 100%;
}
.grampus_lp_topNote {
  margin-top: 4rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}
.grampus_lp_topNote span + span {
  margin-top: 2.3rem;
}
.grampus_lp_topArea .grampus_lp_btnLink {
  margin-top: 4rem;
}

.grampus_lp_noteTit {
  cursor: pointer;
  position: relative;
  background: #000000;
  text-align: center;
  margin-top: 3.1rem;
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 2.1;
}
.grampus_lp_noteTit::after {
  content: "";
  position: absolute;
  right: 2.8rem;
  top: 50%;
  z-index: 3;
  width: 2.4rem;
  height: 0.4rem;
  background: #fff;
}
.grampus_lp_noteTit::before {
  content: "";
  position: absolute;
  right: 2.8rem;
  top: 50%;
  transform: rotate(90deg);
  z-index: 3;
  width: 2.4rem;
  height: 0.4rem;
  background: #fff;
}
.grampus_lp_noteInfo {
  padding-top: 2.4rem;
  display: none;
}
.grampus_lp_noteInfo.is-active {
  display: block;
}
.grampus_lp_noteTit.is-active::before {
  transform: rotate(180deg);
}

/*** contents スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .grampus_lp_top {
    padding: 4rem 0 8rem;
  }
  .grampus_lp_ifame {
    width: 100%;
    padding-top: 50.74%;
    position: relative;
  }
  .grampus_lp_topImage {
    max-width: 33.5rem;
    width: 100%;
    margin: 2.4rem auto 0;
  }
  .grampus_lp_topImage img {
    width: 100%;
  }
  .grampus_lp_topIn {
    margin-top: 1.6rem;
  }
  .grampus_lp_topIn > .txtP {
    font-size: 1.5rem;
    letter-spacing: 0.025em;
    line-height: 1.5;
  }
  .grampus_lp_topInfo {
    margin-top: 2.4rem;
  }
  .grampus_lp_topItem .titP {
    height: 3.2rem;
  }
  .grampus_lp_topItem .titP span {
    font-size: 2rem;
    line-height: 3.2rem;
    padding: 0 1.2rem;
    margin-top: -0.1rem;
  }
  .grampus_lp_topItem .titP span::before {
    top: 0;
    right: -1.3rem;
    border-left: 0.7rem solid #000;
    border-top: 1.6rem solid #000;
    border-right: 0.7rem solid transparent;
    border-bottom: 1.6rem solid transparent;
  }

  .grampus_lp_topItem .txtP {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .grampus_lp_topItem + .grampus_lp_topItem {
    margin-top: 2.4rem;
  }
  .grampus_lp_topItem span {
    display: block;
  }
  .grampus_lp_topItem span + span {
    margin-top: 0;
  }
  .grampus_lp_topItem .imgP {
    max-width: 335rem;
    width: 100%;
    margin: 1.6rem auto 0;
  }
  .grampus_lp_topNote span + span {
    margin-top: 2.3rem;
  }
  .grampus_lp_topArea .grampus_lp_btnLink {
    margin-top: 3.2rem;
  }
  .grampus_lp_noteTit {
    line-height: 3.3;
    font-size: 1.6rem;
  }
  .grampus_lp_noteTit::after,
  .grampus_lp_noteTit::before {
    right: 2rem;
    width: 1.4rem;
    height: 0.3rem;
  }
  .grampus_lp_noteInfo {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.83;
    padding-top: 1.6rem;
  }
}

/***grampus_lp_activity***/
.grampus_lp_redBcg {
  position: relative;
  background: linear-gradient(0deg, rgba(216, 12, 24, 1) 0%, rgba(223, 67, 0, 1) 50%, rgba(216, 12, 24, 1) 100%);
  z-index: 2;
  color: #fff;
}
.grampus_lp_redBcg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  background: url("../image/img/haikei-pc.png");
  width: 100%;
  height: 100%;
  background-size: 100% auto;
}

.grampus_lp_redBcg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  background: url("../image/img/bg_bottom.png");
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.grampus_lp_activity {
  padding: 10.2rem 0 0;
}
.grampus_lp_activity02 {
  padding: 10.2rem 0;
}

.grampus_lp_activity::before,
.grampus_lp_activity::after {
  content: "";
  position: absolute;
  z-index: -2;
  background: url("../image/img/bg_side.png");
  width: 36%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 18rem;
}
.grampus_lp_activity::before {
  left: 0;
  background-position: left top;
}
.grampus_lp_activity::after {
  right: 0;
  background-position: right top;
  transform: scale(-1, 1);
}

.grampus_lp_activityArea {
  padding-bottom: 10.2rem;
}
.grampus_lp_activityTit {
  max-width: 38.3rem;
  width: 100%;
  margin: 0 auto;
}
.grampus_lp_activityTit img {
  width: 100%;
}
.grampus_lp_activityTxt01 {
  margin-top: 3.5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.grampus_lp_activityTxt02 {
  color: #fff101;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grampus_lp_activityTxt02 span {
  display: inline-block;
  font-size: 2.9rem;
  font-weight: bold;
}
.grampus_lp_activityTxt02 span:last-child {
  font-size: 4.6rem;
}
.grampus_lp_activityTxt03 {
  margin-top: 4rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
.grampus_lp_activityImage {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto 3.2rem;
}
.grampus_lp_activityImage img {
  width: 100%;
}

.grampus_lp_activitydisplay {
  max-width: 80rem;
  width: 100%;
  margin-inline: auto;
}

.grampus_lp_activityticket {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 98rem;
}
.grampus_lp_activityticket li {
  position: relative;
  margin: 5.5rem 2rem 0;
  width: calc(50% - 4rem);
}
.grampus_lp_activityticket li .held {
  position: absolute;
  left: -1.4rem;
  top: -2rem;
}
.grampus_lp_activityticket li .bg {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}
.grampus_lp_activityticket li .bg img {
  width: 100%;
}
.grampus_lp_activityticket li .links {
  display: flex;
  position: absolute;
  right: 7.5rem;
  bottom: 0.8rem;
}
.grampus_lp_activityticket li .links a {
  padding: 0.5rem 2.5rem;
  margin: 0 0.3rem;
  background: url("../image/img/icon-link-wh.svg") no-repeat right 0.8rem center;
  border-radius: 1.2rem;
  border: 1px solid #fff;
  text-decoration: none;
  line-height: 1.2;
  font-size: 1.7rem;
  font-weight: bold;
}
.grampus_lp_activityticket li .links .buy {
  background-color: #d70c18;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
}
.grampus_lp_activityticket li .links .detail {
  background-color: #e95504;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
}
.grampus_lp_activitytit02 {
  background-color: #D80C18;
  border: 0.4rem solid #B7A17A;
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  align-items: center;
  height: 26.1rem;
  margin: 0 0 6.5rem;
  position: relative;
  gap: 0 3.2rem;
}
.grampus_lp_activitytit02 h2 {
  /* padding-bottom: 3rem; */
  /* width: 100%; */
  /* background: url("../image/img/activity/line-bor-uni.svg") no-repeat center bottom;
  background-size: 80% 2.2rem; */
  line-height: 1.15;
  text-align: center;
  font-size: 6rem;
  font-weight: bold;
}
.grampus_lp_activitytit02 h2::before {
  content: "";
  width: 88.4rem;
  height: 24.5rem;
  border: 0.8rem solid #B7A17A;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.grampus_lp_activitytit02 .logos {
  display: flex;
  gap: 0 2.4rem;
  /* justify-content: space-between; */
  /* width: 38%; */
}
.grampus_lp_activitytit02 .logos img {
  max-width: 49%;
}
.grampus_lp_activitytit .logos img {
  max-width: 15.6rem;
}
.grampus_lp_activitytit .logos img + img {
  margin-left: 2.9rem;
}
.grampus_lp_activitydisplay .display {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grampus_lp_activitydisplay .display .img {
  width: calc(50% - 1.7rem);
}
.grampus_lp_activitydisplay .display .info {
  width: 50%;
}
.grampus_lp_activitydisplay .display .info p {
  line-height: 1.44;
  font-size: 1.8rem;
  font-weight: 500;
}
.grampus_lp_activitydisplay .display .info p + p {
  margin-top: 2.5rem;
}
.grampus_lp_activitybtn {
  margin-top: 4rem;
  text-align: center;
}
.grampus_lp_activitybtn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 56.5rem;
  height: 6rem;
  background: url("../image/img/icon-link-red.svg") no-repeat right 1.5rem center #fff;
  border: 3px solid #f4d780;
  border-radius: 4rem;
  text-decoration: none;
  color: #d70c18;
  font-size: 2.8rem;
  font-weight: bold;
}

/* sp */
@media screen and (max-width: 767px) {
  .grampus_lp_redBcg::before {
    background: url("../image/img/haikei-event-sp.png");
    width: 100%;
    height: 100%;
    background-size: 100% auto;
  }
  .grampus_lp_activity {
    padding: 4.2rem 0 0;
  }
  .grampus_lp_activity02 {
    padding: 4.2rem 0;
  }
  .grampus_lp_activity::before,
  .grampus_lp_activity::after {
    content: none;
  }
  .grampus_lp_activityTit {
    max-width: 24.8rem;
  }
  .grampus_lp_activityTit img {
    width: 100%;
  }
  .grampus_lp_activityTxt01 {
    margin-top: 0.8rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .grampus_lp_activityTxt02 span {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 4rem;
    white-space: nowrap;
  }
  .grampus_lp_activityTxt02 span:last-child {
    font-size: 2.8rem;
    line-height: 4rem;
    white-space: nowrap;
  }
  .grampus_lp_activityImage {
    margin: 2.4rem -2rem;
    width: auto;
  }
  .grampus_lp_activityTxt03 {
    margin-top: 3.2rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .grampus_lp_activityArea {
    padding-bottom: 4.2rem;
  }
  .grampus_lp_activityticket {
    margin-top: 0.8rem;
  }
  .grampus_lp_activityticket li {
    position: relative;
    margin: 2.5rem 1.8rem 0;
    width: 100%;
  }
  .grampus_lp_activityticket li .held {
    top: -1.25rem;
  }
  .grampus_lp_activityticket li .held img {
    max-height: 5rem;
  }
  .grampus_lp_activityticket li .links {
    right: 5.8rem;
    bottom: 0.6rem;
  }
  .grampus_lp_activityticket li .links a {
    padding: 0.3rem 1.8rem;
    margin: 0 0.25rem;
    background: url(../image/img/icon-link-wh.svg) no-repeat right 0.8rem center;
    background-size: 0.45rem;
    line-height: 1.24;
    font-size: 1.3rem;
  }
  .grampus_lp_activitytit02 {
    display: block;
    height: auto;
    padding: 3rem 0;
    margin: 0 0 3.2rem;
    border: 0.2rem solid #B7A17A;
  }
  .grampus_lp_activitytit02 h2 {
    margin-bottom: 4rem;
    font-size: 3.8rem;
    width: 100%;
  }
  .grampus_lp_activitytit02 h2::before {
    width: calc(100% - 0.6rem);
    height: calc(100% - 0.6rem);
    border: 0.4rem solid #B7A17A;
  }
  .grampus_lp_activitytit02 .logos {
    width: 100%;
  }
  .grampus_lp_activitytit02 .logos img {
    margin: 0 2.4rem;
    max-width: calc(50% - 4.8rem);
  }
  .grampus_lp_activitydisplay .display {
    display: block;
  }
  .grampus_lp_activitydisplay .display .img {
    margin-bottom: 2.4rem;
    width: 100%;
  }
  .grampus_lp_activitydisplay .display .info {
    width: 100%;
  }
  .grampus_lp_activitydisplay .display .info p {
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .grampus_lp_activitydisplay .display .info p + p {
    margin-top: 2rem;
  }
  .grampus_lp_activitybtn {
    margin-top: 3.2rem;
  }
  .grampus_lp_activitybtn a {
    height: 3.2rem;
    background-position: right 0.8rem center;
    background-size: 0.5rem;
    border: 3px solid #f4d780;
    font-size: 1.4rem;
  }
}

/***grampus_lp_invitation***/
.grampus_lp_invitation {
  padding: 10.4rem 0;
}
/* .grampus_lp_invitation::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  background: url("../image/img/haikei-invite-pc.jpg");
  width: 100%;
  height: 100%;
  background-size: 100% auto;
} */
.grampus_lp_invitation .grampus_lp_title {
  height: 23.7rem;
}
.grampus_lp_invitation .grampus_lp_title::before {
  height: 22.1rem;
}
.grampus_lp_invitation .grampus_lp_title:after {
  background: url("../image/img/invitation/line-bor-invite.svg") no-repeat center bottom;
  background-size: 80% 100%;
}
.grampus_lp_invitation .grampus_lp_title h2 {
  padding-left: 17.6rem;
  background: url("../image/img/invitation/icon-title.svg") no-repeat left center;
  background-size: 16.6rem;
  text-align: left;
  line-height: 1.15;
  color: #d70c18;
  font-size: 5.9rem;
  font-weight: bold;
}
.grampus_lp_invitation .grampus_lp_title h2 .big {
  font-size: 7.2rem;
}
.grampus_lp_invitation .img {
  max-width: 80rem;
  margin: 0 auto 3.2rem;
}
.grampus_lp_invitation .txt {
  max-width: 80rem;
  margin-inline: auto;
}
.grampus_lp_invitation .txt p {
  margin-bottom: 2.4rem;
  line-height: 1.444;
  font-size: 1.8rem;
  font-weight: 500;
}
.grampus_lp_invitation .tickets {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grampus_lp_invitation .tickets a {
  width: max-content;
  margin-inline: auto;
  /* box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16); */
  /* border-radius: 1.4rem; */
  border: 0.3rem solid #F4D780;
  border-radius: 3.5rem;
}

/* sp */
@media screen and (max-width: 767px) {
  .grampus_lp_invitation {
    padding: 8rem 0;
  }
  .grampus_lp_invitation::before {
    background: url("../image/img/haikei-invite-sp.jpg");
    width: 100%;
    height: 100%;
    background-size: 100% auto;
  }
  .grampus_lp_invitation .grampus_lp_title {
    height: auto;
    padding: 3rem 0;
    border: 0.2rem solid #B7A17A;
  }
  .grampus_lp_invitation .grampus_lp_title::before {
    width: calc(100% - 0.6rem);
    height: calc(100% - 0.6rem);
    border: 0.4rem solid #B7A17A;
  }
  .grampus_lp_invitation .grampus_lp_title h2 {
    /* padding-left: 11.2rem;
    background-size: 10.3rem; */
    padding-left: 9.7rem;
    background-size: 8.5rem;
    font-size: 3.3rem;
  }
  .grampus_lp_invitation .grampus_lp_title h2 .big {
    /* font-size: 4.8rem; */
    font-size: 3.7rem;
  }
  .grampus_lp_invitation .txt p {
    margin-bottom: 2rem;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .grampus_lp_invitation .tickets {
    display: block;
    margin-top: 3.2rem;
  }
  .grampus_lp_invitation .tickets a {
    display: block;
    margin-top: 2.4rem;
    width: 100%;
    border-radius: 3.2rem;
  }
  .grampus_lp_invitation .tickets a img {
    width: 100%;
  }
}

/***grampus_lp_event***/
.grampus_lp_event {
  padding: 8rem 0;
}
.grampus_lp_redBcg.grampus_lp_event_redBcg::before {
  background: url("../image/img/haikei-event-pc.png");
  background-size: 100% auto;
}
.grampus_lp_redBcg.grampus_lp_event_redBcg::after {
  content: none;
}

.grampus_lp_event::before,
.grampus_lp_event::after {
  content: "";
  position: absolute;
  z-index: -2;
  background: url("../image/img/bg_side.png");
  width: 36%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 37.6rem;
}

.grampus_lp_event::before {
  left: 0;
  background-position: left top;
}

.grampus_lp_event::after {
  right: 0;
  background-position: right top;
  transform: scale(-1, 1);
}
.grampus_lp_event .grampus_lp_inner02 {
  max-width: 92.4rem;
}
.grampus_lp_event .grampus_lp_title {
  margin-bottom: 6.4rem;
  border: none;
}
.grampus_lp_event .grampus_lp_title:before,
.grampus_lp_event .grampus_lp_title:after {
  content: none;
  /* background: url("../image/img/event/line-bor-uni.svg") no-repeat center bottom;
  background-size: 80% 100%; */
}
.grampus_lp_eventslider {
  max-width: 80rem;
  margin-inline: auto;
  position: relative;
}
.grampus_lp_event .grampus_lp_bannerSlider_0805,
.grampus_lp_event .grampus_lp_bannerSlider_0813,
.grampus_lp_event .grampus_lp_bannerSlider_0902 {
  padding-bottom: 14rem;
}
.grampus_lp_bannerSlider_0805 .item,
.grampus_lp_bannerSlider_0813 .item,
.grampus_lp_bannerSlider_0902 .item {
  line-height: 1.333;
  font-size: 1.8rem;
}
.grampus_lp_bannerSlider_0805 .img,
.grampus_lp_bannerSlider_0813 .img,
.grampus_lp_bannerSlider_0902 .img {
  margin-bottom: 1.6rem;
}
.grampus_lp_bannerSlider_0805 .img img,
.grampus_lp_bannerSlider_0813 .img img,
.grampus_lp_bannerSlider_0902 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grampus_lp_bannerSlider_0805 .number,
.grampus_lp_bannerSlider_0813 .number,
.grampus_lp_bannerSlider_0902 .number {
  position: relative;
  padding-left: 13.6rem;
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
  font-weight: bold;
}
.grampus_lp_bannerSlider_0805 .number .step,
.grampus_lp_bannerSlider_0813 .number .step,
.grampus_lp_bannerSlider_0902 .number .step {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.8rem 0 0;
  width: 12rem;
  height: 7rem;
  background: url("../image/img/event/bg-number.png") no-repeat center;
  background-size: 100%;
  text-align: center;
  font-size: 3.4rem;
  font-weight: normal;
  color: #000;
}
/* .grampus_lp_bannerSlider_0805 .number .step.coming_soon,
.grampus_lp_bannerSlider_0813 .number .step.coming_soon,
.grampus_lp_bannerSlider_0902 .number .step.coming_soon {
  transform: unset;
} */
.is-mac .grampus_lp_bannerSlider_0805 .number .step,
.is-mac .grampus_lp_bannerSlider_0813 .number .step,
.is-mac .grampus_lp_bannerSlider_0902 .number .step {
  padding: 1.2rem 0 0;
}
.grampus_lp_eventslider ul.slick-dots {
  display: none!important;
}
.grampus_lp_bannerNav {
  display: flex;
  justify-content: center;
}
.grampus_lp_bannerNav li {
  cursor: pointer;
  margin: 0 0.5rem;
  width: 30%;
  max-width: 14.8rem;
  background: #000;
}
.grampus_lp_bannerNav li img {
  opacity: 0.5;
}
.grampus_lp_bannerNav li.slick_on img {
  opacity: 1;
}
.grampus_lp_event .grampus_lp_bannerNav {
  position: absolute;
  bottom: 4rem;
  width: 100%;
}

.grampus_lp_stadiumevent {
  padding-top: 12rem;
}
.grampus_lp_stadiumevent .grampus_lp_title h2 {
  padding-left: 17.6rem;
  background: url("../image/img/event/icon-title.svg") no-repeat left center;
  background-size: 15.2rem;
  text-align: left;
}
.grampus_lp_stadiumslider {
  padding-bottom: 4.6rem;
}
.grampus_lp_stadiumslider .slick-list {
  overflow: visible;
}
.grampus_lp_stadiumslider .slick-slide {
  width: 37.56rem;
  margin: 0 3.2rem;
}
.grampus_lp_stadiumslider .slick-prev,
.grampus_lp_stadiumslider .slick-next {
  top: 27rem;
}
.grampus_lp_stadiumslider .slick-prev {
  margin-left: -23rem;
}
.grampus_lp_stadiumslider .slick-next {
  margin-right: -23rem;
}
.grampus_lp_titdate {
  clip-path: polygon(0% 0%, calc(100% - 1.5rem) 0%, 100% 100%, 0% 100%);
  display: inline-flex;
  margin-bottom: 0rem;
  padding: 1rem 2rem 0 0.6rem;
  background: #000;
  line-height: 1;
  color: #fff;
}
.grampus_lp_titdate .day {
  position: relative;
  padding-right: 2rem;
  margin-right: 1.2rem;
  font-size: 3.4rem;
}
.grampus_lp_titdate .week {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-lr;
  font-size: 1.3rem;
}
.grampus_lp_stadiumslider .info {
  padding: 1.6rem;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  color: #000;
}
.grampus_lp_stadiumslider .info .tit {
  padding-left: 1rem;
  margin-bottom: 1rem;
  border-left: 1rem solid #d70c18;
  font-size: 2rem;
  font-weight: bold;
}

/* sp */
@media screen and (max-width: 767px) {
  .grampus_lp_event {
    padding: 8rem 0;
  }
  .grampus_lp_event .grampus_lp_title {
    margin-bottom: 4rem;
  }
  .grampus_lp_redBcg.grampus_lp_event_redBcg::before {
    background: url("../image/img/haikei-event-sp.png");
    background-size: 100% auto;
  }
  .grampus_lp_event .grampus_lp_bannerSlider_0805,
  .grampus_lp_event .grampus_lp_bannerSlider_0813,
  .grampus_lp_event .grampus_lp_bannerSlider_0902 {
    padding-bottom: 8.5rem;
  }
  .grampus_lp_bannerSlider_0805 .item,
  .grampus_lp_bannerSlider_0813 .item,
  .grampus_lp_bannerSlider_0902 .item {
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .grampus_lp_bannerSlider_0805 .img,
  .grampus_lp_bannerSlider_0813 .img,
  .grampus_lp_bannerSlider_0902 .img {
    margin-bottom: 1.6rem;
  }
  .grampus_lp_bannerSlider_0805 .number,
  .grampus_lp_bannerSlider_0813 .number,
  .grampus_lp_bannerSlider_0902 .number {
    padding-left: 7.3rem;
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
  }
  .grampus_lp_bannerSlider_0805 .number .step,
  .grampus_lp_bannerSlider_0813 .number .step,
  .grampus_lp_bannerSlider_0902 .number .step {
    padding: 0;
    width: 6.6rem;
    height: 3.8rem;
    font-size: 2.2rem;
  }
  .grampus_lp_bannerSlider_0805 .more,
  .grampus_lp_bannerSlider_0813 .more,
  .grampus_lp_bannerSlider_0902 .more {
    cursor: pointer;
    margin-bottom: 1.6rem;
    background: url("../image/img/icon-plus-red.svg") no-repeat right 1.2rem center #fff;
    border-radius: 2rem;
    text-align: center;
    line-height: 2.2rem;
    color: #d70c18;
    font-size: 1.1rem;
    font-weight: bold;
  }
  .grampus_lp_bannerSlider_0805 .more.open,
  .grampus_lp_bannerSlider_0813 .more.open,
  .grampus_lp_bannerSlider_0902 .more.open {
    background-image: url("../image/img/icon-minus-red.svg");
  }
  .grampus_lp_event .grampus_lp_bannerNav {
    bottom: 0;
  }

  .grampus_lp_stadiumevent {
    padding-top: 8rem;
  }
  .grampus_lp_stadiumevent .grampus_lp_title {
    padding-bottom: 0;
  }
  .grampus_lp_stadiumevent .grampus_lp_title:after {
    left: auto;
    right: 0;
    width: calc(100% - 8.5rem);
    background-size: auto 100%;
  }
  .grampus_lp_stadiumevent .grampus_lp_title h2 {
    padding-left: 8.5rem;
    padding-bottom: 2.2rem;
    width: 100%;
    background-size: 7.3rem;
  }

  .grampus_lp_stadiumslider {
    padding-bottom: 3.6rem;
  }
  .grampus_lp_stadiumslider .slick-slide {
    width: 31.1rem;
    margin: 0 2rem;
  }
  .grampus_lp_stadiumslider .slick-prev,
  .grampus_lp_stadiumslider .slick-next {
    top: 27rem;
  }
  .grampus_lp_stadiumslider .slick-prev {
    margin-left: -1rem;
    left: 0;
  }
  .grampus_lp_stadiumslider .slick-next {
    right: 0;
    margin-right: -1rem;
  }
  .grampus_lp_titdate {
    margin-bottom: 0.4rem;
  }
  .grampus_lp_titdate .day {
    padding-right: 1.5rem;
    margin-right: 0.8rem;
    font-size: 2.8rem;
  }
  .grampus_lp_titdate .week {
    font-size: 1.1rem;
  }
  .grampus_lp_stadiumslider .info {
    padding: 1.6rem;
  }
  .grampus_lp_stadiumslider .info .tit {
    padding-left: 0.8rem;
    border-left-width: 0.8rem;
    font-size: 1.6rem;
  }
  .grampus_lp_stadiumslider .info .txt {
    font-size: 1.2rem;
  }

  .is-mac .grampus_lp_bannerSlider_0805 .number .step,
  .is-mac .grampus_lp_bannerSlider_0813 .number .step,
  .is-mac .grampus_lp_bannerSlider_0902 .number .step {
    padding: 0.3rem 0 0;
  }
}

/***grampus_lp_townevent***/
.grampus_lp_townevent {
  padding: 9.8rem 0 11rem;
  background: url("../image/img/town/bg-town.png") no-repeat center;
  background-size: cover;
}
.grampus_lp_townevent .grampus_lp_inner {
  max-width: 84rem;
}
.grampus_lp_townevent .grampus_lp_title {
  max-width: 72rem;
  height: 15.8rem;
  margin-inline: auto;
}

.grampus_lp_townevent .grampus_lp_title::before {
  width: 70.4rem;
  height: 14.2rem;
}
.grampus_lp_townevent .grampus_lp_title:after {
  background: url("../image/img/town/line-bor-town.svg") no-repeat center bottom;
  background-size: 80% 100%;
}
.grampus_lp_townevent .grampus_lp_title h2 {
  padding-left: 12rem;
  background: url("../image/img/town/icon-title.svg") no-repeat left center;
  text-align: left;
  color: #d70c18;
}

.grampus_lp_townIntrod li {
  margin-bottom: 3.5rem;
}

.grampus_lp_townIntrod .display .info {
  margin-top: 1.5rem;
}
.grampus_lp_townIntrod .display .info .tit {
  padding-left: 0.8rem;
  margin-bottom: 1.6rem;
  border-left: 0.9rem solid #d70c18;
  line-height: 1.11;
  font-size: 2.4rem;
  font-weight: bold;
  color: #d70c18;
}
.grampus_lp_townevent .slick-dots li button:before {
  background: #9b9898;
}
.grampus_lp_townevent .slick-dots li.slick-active button:before {
  background: #d70c18;
}
.grampus_lp_townevent .grampus_lp_stadiumslider .info {
  background: #B7A17A;
  color: #fff;
}
.grampus_lp_townIntrod .display .info .txt {
  font-size: 1.8rem;
}

/* sp */
@media screen and (max-width: 767px) {
  .grampus_lp_townevent {
    padding: 8rem 0;
  }
  .grampus_lp_townevent .grampus_lp_title {
    height: auto;
    padding: 3rem 0;
    border: 0.2rem solid #B7A17A;
  }
  .grampus_lp_townevent .grampus_lp_title h2 {
    padding-left: 8.3rem;
    background-size: 7.5rem;
  }
  .grampus_lp_townevent .grampus_lp_title::before {
    width: calc(100% - 0.6rem);
    height: calc(100% - 0.6rem);
    border: 0.4rem solid #B7A17A;
  }
  .grampus_lp_townevent .grampus_lp_title:after {
    left: auto;
    right: 0;
    width: calc(100% - 8.8rem);
    background-size: 100% 100%;
  }
  .grampus_lp_townIntrod li {
    margin-bottom: 4rem;
  }
  .grampus_lp_townIntrod .display {
    display: block;
  }
  .grampus_lp_townIntrod .display .img {
    margin-bottom: 0.8rem;
    width: 100%;
  }
  .grampus_lp_townIntrod .display .info {
    width: 100%;
    margin-top: 0;
  }

  .grampus_lp_townIntrod .display .info .tit {
    padding-left: 0.4rem;
    margin-bottom: 0.8rem;
    border-left-width: 0.8rem;
  }
  .grampus_lp_townIntrod .display .info .txt {
    font-size: 1.4rem;
  }
}

/***grampus_lp_partner***/
.grampus_lp_partner {
  padding: 12rem 0;
  background: #B7A17A;
  color: #fff;
}
.grampus_lp_partner .grampus_lp_inner {
  max-width: 84rem;
}
.grampus_lp_title_partner {
  max-width: 72rem;
  height: 15.8rem;
  padding-top: 1rem;
  margin-inline: auto;
  margin-bottom: 4rem;
  border-color: #fff;
}
.grampus_lp_title_partner::before {
  width: 70.4rem;
  height: 14.2rem;
  border-color: #fff;
}
.grampus_lp_partner .grampus_lp_title:after {
  background: url("../image/img/partner/line-bor-partner.svg") no-repeat center bottom;
  background-size: 80% 80%;
}
.grampus_lp_sub {
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.grampus_lp_partner .img_walls {
  display: flex;
  width: 80%;
  margin: 0 auto 2.2rem;
  gap: 0 1rem;
}
.grampus_lp_partner .img_walls li {
}

.grampus_lp_partner .walls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -2.8rem;
}

.grampus_lp_partner .walls_second {
  margin-top: 60px;
}

.grampus_lp_partner .walls li {
  margin: 0 0 2.2rem 2.8rem;
  width: calc(25% - 2.8rem);
}
.grampus_lp_partner .walls .hot {
  margin: 0 0 2.2rem;
  width: 25%;
}

.grampus_lp_otherCompanies .otherTit {
  cursor: pointer;
  position: relative;
  padding: 0.5rem 1rem;
  margin-top: 4.2rem;
  background: #f29600;
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.4;
}
.grampus_lp_otherCompanies .otherTit:after {
  content: "";
  position: absolute;
  right: 1.6rem;
  top: 0;
  width: 2.4rem;
  height: 100%;
  background: url("../image/img/icon-plus.svg") no-repeat center;
  background-size: 100%;
}
.grampus_lp_otherCompanies .otherTit.is-active:after {
  background-image: url("../image/img/icon-minus.svg");
}
.grampus_lp_otherCompanies .otherBox {
  padding-top: 5rem;
  display: none;
}

.grampus_lp_otherCompanies .otherBox .walls_other {
  background-color: rgba(255, 255, 255, 0.5);
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 2rem 4rem;
  gap: 0.2rem 0.5rem;
}
.grampus_lp_otherCompanies .otherBox .walls_other li {
  color: #000;
  font-size: 1.1rem;
  font-weight: bold;
  width: 100%;
}

/* sp */
@media screen and (max-width: 767px) {
  .grampus_lp_partner {
    padding: 8rem 0;
  }
  .grampus_lp_title_partner {
    height: auto;
    padding: 3rem 0;
    border: 0.2rem solid #fff;
  }
  .grampus_lp_title_partner::before {
    width: calc(100% - 0.6rem);
    height: calc(100% - 0.6rem);
    border: 0.4rem solid #fff;
  }
  .grampus_lp_partner .grampus_lp_title:after {
    background-size: 80% 55%;
  }
  .grampus_lp_sub {
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
  }
  .grampus_lp_partner .walls {
    margin-left: -1.6rem;
  }
  .grampus_lp_partner .walls li {
    margin: 0 0 1.2rem 1.6rem;
    width: calc(50% - 1.6rem);
  }
  /*.grampus_lp_partner .walls .hot {
    margin: 0 0 1.2rem 1.6rem;
    width: calc(50% - 1.6rem);
  }*/
  .grampus_lp_otherCompanies .otherTit {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .grampus_lp_otherCompanies .otherTit:after {
    right: 1rem;
    width: 2rem;
  }
  .grampus_lp_otherCompanies .otherBox .walls_other {
    grid-template-columns: auto auto;
    padding: 2rem 1rem;
  }
  .grampus_lp_otherCompanies .otherBox .walls_other li {
    font-size: 1rem;
  }
}

/* grampus_lp_footer
-----------------------------------------------------------*/
.grampus_lp_footer {
  padding: 8rem 0 15rem;
  background: #d70c18;
  position: relative;
  z-index: 2;
}
.grampus_lp_footerTit {
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 3.3rem;
}
.grampus_lp_footerSns {
  margin-top: 3.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 53rem;
  width: 100%;
  margin: 0 auto;
}
.grampus_lp_footerSns li {
  width: 25%;
  margin-top: 3.4rem;
}
.grampus_lp_footerSns a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.grampus_lp_footerSns a span {
  display: block;
  text-align: center;
}
.grampus_lp_footerSns a span:last-child {
  margin-top: 0.8rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.7rem;
  color: #fff;
}
.grampus_lp_footerLogo {
  max-width: 17.6rem;
  width: 100%;
  margin: 4.4rem auto 0;
}
.grampus_lp_footerLogo img {
  width: 100%;
}
.grampus_lp_footerInfo {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding-bottom: 2.4rem;
}
.grampus_lp_footerIn {
  position: relative;
}
.grampus_lp_footerIn::after {
  content: "";
  position: absolute;
  left: -100%;
  bottom: 0;
  z-index: 3;
  width: calc(100% + 100vw);
  height: 1.5rem;
  background: #f29600;
}
.grampus_lp_copyright {
  margin-top: 2.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
/*** footerスマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .grampus_lp_footer {
    padding: 7rem 0 8rem;
  }
  .grampus_lp_footerTit {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .grampus_lp_footerSns {
    /* margin: 1.6rem auto 0; */
    margin-left: -1.2rem;
  }
  .grampus_lp_footerSns li {
    width: calc(25% - 3rem);
    margin-top: 1.85rem;
    margin-left: 3rem;
  }
  .grampus_lp_footerSns a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .grampus_lp_footerSns a span {
    display: block;
    text-align: center;
  }
  .grampus_lp_footerSns a span:last-child {
    margin-top: 0.5rem;
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
  .grampus_lp_footerLogo {
    max-width: 11.3rem;
    width: 100%;
    margin: 3.1rem auto 0;
  }
  .grampus_lp_footerInfo {
    margin-top: 1.4rem;
    font-size: 1rem;
    line-height: 1.4rem;
    padding-bottom: 3.6rem;
  }
  .grampus_lp_footerIn::after {
    height: 1.2rem;
  }
  .grampus_lp_copyright {
    margin-top: 0.8rem;
    padding: 0 1.2rem;
  }
}

/*
  syachi0805
--------------------------------------------*/
.grampus_lp_gourmet {
  padding-top: 12rem;
}
.grampus_lp_gourmetSlider {
  padding-bottom: 3.6rem;
}
.grampus_lp_gourmetSlider .slick-list {
  overflow: visible;
}
.grampus_lp_gourmetSlider .slick-slide {
  width: 29.7rem;
  margin: 0 2.8rem;
}
.grampus_lp_gourmetSlider .item {
  overflow: hidden;
  border-radius: 0 1rem 1rem;
}
.grampus_lp_gourmetSlider .info {
  padding: 0.8rem 1.2rem 1.4rem;
  background: #baa85b;
}
.grampus_lp_gourmetSlider .tit {
  margin-bottom: 1rem;
  font-size: 1.7rem;
  font-weight: bold;
}
.grampus_lp_gourmetSlider .price {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: bold;
}
.grampus_lp_gourmetSlider .price .th {
  padding: 0.2rem 1rem;
  width: 4.8rem;
  background: #000;
  text-align: center;
  font-size: 1.3rem;
}
.grampus_lp_gourmetSlider .price .td {
  width: calc(100% - 6.2rem);
  font-size: 1.7rem;
}
.grampus_lp_gourmetSlider .end {
  padding: 0.8rem 1rem;
  background: #000;
  line-height: 1.2;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.grampus_lp_goods {
  padding-top: 12rem;
}
.grampus_lp_goods .goods {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.4rem;
}
.grampus_lp_goods .goods li {
  margin-left: 2.4rem;
  width: calc(25% - 2.4rem);
  font-size: 1.8rem;
}
.grampus_lp_goods .goods .img {
  margin-bottom: 1.2rem;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
}
.grampus_lp_goods .goods .tit {
  margin-bottom: 0.8rem;
  line-height: 1.22;
  font-weight: 500;
}
.grampus_lp_goods .goods .price {
  margin-top: 0.8rem;
  text-align: right;
  font-weight: bold;
}

.grampus_lp_ticket {
  padding: 12rem 0 0;
}
.grampus_lp_display {
  display: flex;
  justify-content: space-between;
}
.grampus_lp_display .image {
  width: 50%;
}
.grampus_lp_display .info {
  width: calc(50% - 2rem);
}
.grampus_lp_display .btn {
  margin-top: 2.4rem;
  text-align: center;
}
.grampus_lp_ticket .grampus_lp_display .info {
  line-height: 1.333;
  font-size: 1.8rem;
  font-weight: 500;
}
.grampus_lp_ticket .grampus_lp_display h3 {
  padding: 0.5rem 0;
  margin-bottom: 1.6rem;
  border: 2px solid #707070;
  text-align: center;
  font-weight: 500;
}
.grampus_lp_ticket .grampus_lp_display .info > p {
  margin-bottom: 2rem;
}
.grampus_lp_ticket .grampus_lp_display .info .link {
  color: #00b4f7;
}

.grampus_lp_access {
  padding: 12rem 0 0;
}
.grampus_lp_access .googleMap iframe {
  width: 100%;
  height: 33.5rem;
}
.grampus_lp_access .grampus_lp_display .info {
  color: #707070;
}
.grampus_lp_access .grampus_lp_display .place {
  padding-left: 0.4rem;
  margin-bottom: 2rem;
  border-left: 0.8rem solid #d70c18;
  font-size: 2.4rem;
  font-weight: bold;
}
.grampus_lp_access .grampus_lp_display .add {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
}
.grampus_lp_access .lines li {
  padding-left: 1em;
  text-indent: -1em;
}

.grampus_lp_accessImage img {
  width: 100%;
}

.grampus_lp_faq {
  padding: 12rem 0;
  background: url("../image/img/main-logo.png") no-repeat center #baa85b;
  background-size: 37.5rem;
  color: #fff;
}
.grampus_lp_faq ul {
  border-top: 2px solid #fff;
}
.grampus_lp_faq li {
  padding: 2.4rem 0;
  border-bottom: 2px solid #fff;
}
.grampus_lp_faq li .quest {
  cursor: pointer;
  position: relative;
  padding: 0.8rem 2rem 0.8rem 6rem;
  min-height: 4.5rem;
  background: url("../image/img/icon-plus.svg") no-repeat right center;
  background-size: 1.6rem;
}
.grampus_lp_faq li .quest.is-active {
  background-image: url("../image/img/icon-minus.svg");
}
.grampus_lp_faq li .answer {
  display: none;
  position: relative;
  padding: 2.8rem 0 0 6rem;
}
.grampus_lp_faq li .quest:before,
.grampus_lp_faq li .answer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  background: no-repeat center;
  background-size: 100%;
}
.grampus_lp_faq li .quest:before {
  background-image: url("../image/img/icon-q.svg");
}
.grampus_lp_faq li .answer:before {
  top: 1.6rem;
  background-image: url("../image/img/icon-a.svg");
}

/*** footerスマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .grampus_lp_gourmet,
  .grampus_lp_goods,
  .grampus_lp_ticket,
  .grampus_lp_access {
    padding-top: 8rem;
  }

  .grampus_lp_gourmetSlider {
    padding-bottom: 2.8rem;
  }
  .grampus_lp_gourmetSlider .slick-slide {
    width: 28rem;
  }
  .grampus_lp_gourmetSlider .slick-prev {
    left: -0.5rem;
  }
  .grampus_lp_gourmetSlider .slick-next {
    right: -0.5rem;
  }
  .grampus_lp_goods .goods {
    margin-left: -1.5rem;
  }
  .grampus_lp_goods .goods li {
    margin: 0 0 2.4rem 1.5rem;
    width: calc(50% - 1.5rem);
    font-size: 1.2rem;
  }

  .grampus_lp_display {
    display: block;
  }
  .grampus_lp_display .image {
    width: 100%;
  }
  .grampus_lp_display .info {
    margin-top: 2.5rem;
    width: 100%;
  }
  .grampus_lp_display .btn a {
    display: inline-block;
    width: 100%;
    max-width: 28rem;
  }
  .grampus_lp_ticket .grampus_lp_display .info {
    font-size: 1.2rem;
  }
  .grampus_lp_ticket .grampus_lp_display h3 {
    font-size: 1.4rem;
  }

  .grampus_lp_access .googleMap iframe {
    height: 20.8rem;
  }
  .grampus_lp_access .grampus_lp_display .info {
    padding: 0 1.2rem;
  }
  .grampus_lp_access .grampus_lp_display .place {
    margin: 0 0 0.8rem -1.2rem;
  }
  .grampus_lp_access .grampus_lp_display .add {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }

  .grampus_lp_faq {
    padding: 8rem 0;
    background-size: 22.2rem;
  }
  .grampus_lp_faq ul {
    border-top-width: 1px;
  }
  .grampus_lp_faq li {
    padding: 0.8rem 0;
    border-width: 1px 0;
    font-size: 1.4rem;
  }
  .grampus_lp_faq li .quest {
    cursor: pointer;
    position: relative;
    padding: 0.3rem 2rem 0.3rem 4rem;
    min-height: 3.2rem;
    background-position: right 2rem;
    background-size: 1.6rem;
  }
  .grampus_lp_faq li .answer {
    padding: 1.4rem 2rem 1rem 4rem;
  }
  .grampus_lp_faq li .quest:before,
  .grampus_lp_faq li .answer:before {
    width: 3.2rem;
    height: 3.2rem;
  }
  .grampus_lp_faq li .answer:before {
    top: 1.2rem;
  }
}

.is-mac .grampus_lp_matchInfo {
  align-items: flex-end;
}
