@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;
}

/* !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*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a {
  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;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #2b2b2b;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}
.font_bebneue {
  font-family: "Bebas Neue", cursive;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/* !common
---------------------------------------------------------- */
.hide {
  display: none;
}

.jara_lp_inner {
  margin: auto;
  max-width: 720px;
}

.jara_lp_anchorarea {
  position: relative;
}
.jara_lp_anchorarea .anchor {
  position: absolute;
  top: -70px;
}

.jara_lp_slider .item {
  max-width: 618px;
}

.jara_lp_game {
  padding: 100px 15px;
  background: url(../image/02_game/bg_game_pc.jpg);
  text-align: center;
  color: #fff;
}
.jara_lp_game h2 {
  margin-bottom: 45px;
}
.jara_lp_game .small_text {
  font-size: 2rem;
  padding-top: 24px;
  color: white;
  margin: 0 auto;
  font-weight: 500;
}

.jara_lp_game .stadium {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.jara_lp_game .stadium li {
  flex: 0 0 50%;
  margin: 0 20px 50px;
  max-width: 420px;
  display: flex;
  align-items: flex-end;
}
.jara_lp_game .stadium .date {
  line-height: 0.8;
  font-size: 10rem;
}
.jara_lp_game .stadium .week {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 15px;
  width: 41px;
  height: 41px;
  background: #575757;
  color: #fff;
  font-size: 3.3rem;
  font-weight: bold;
}
.jara_lp_game .stadium .week.sat {
  background: #368bff;
}
.jara_lp_game .stadium .week.sun {
  background: #ff2424;
}
.jara_lp_game .stadium .times {
  margin-left: 24px;
}
.jara_lp_game .stadium .times th {
  padding: 8px 0 0;
  width: 56px;
  text-align: center;
}
.jara_lp_game .stadium .times th span {
  display: block;
  background: #fff;
  border-radius: 12px;
  line-height: 24px;
  color: #00388f;
  font-size: 1.6rem;
  font-weight: bold;
}
.jara_lp_game .stadium .times td {
  padding: 8px 0 0 24px;
  line-height: 1;
  font-family: "Bebas Neue", cursive;
  font-size: 3rem;
}
.jara_lp_game .place {
  font-size: 2.8rem;
  font-weight: bold;
}
.jara_lp_game .place .sign {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  padding: 0 20px;
  background: #fff;
  line-height: 39px;
  color: #111;
  font-size: 2.5rem;
}
.jara_lp_game .movie {
  margin-top: 50px;
}

.jara_lp_btns {
  margin-top: 45px;
  text-align: center;
}

.jara_lp_title {
  margin-bottom: 50px;
  text-align: center;
}
.jara_lp_title img {
  height: 82px;
}
.jara_lp_title .eng {
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
  line-height: 0.9;
  color: #c69e43;
  font-size: 5rem;
  font-weight: bold;
}
.jara_lp_title .jap {
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .jara_lp_inner {
    padding: 0 15px;
  }

  .jara_lp_slider .item {
    max-width: 295px;
  }

  .jara_lp_game {
    padding: 50px 15px;
    background-image: url(../image/02_game/bg_game_sp.jpg);
  }
  .jara_lp_game h2 {
    margin-bottom: 20px;
  }
  .jara_lp_game .small_text {
    font-size: 1.8rem;
    padding-top: 16px;
    color: white;
    margin: 0 auto;
    font-weight: 500;
  }

  /* .jara_lp_game h2 img {
    height: 84px;
  } */
  .jara_lp_game .stadium {
    display: block;
  }
  .jara_lp_game .stadium li {
    justify-content: center;
    margin: 0 0 20px;
  }
  .jara_lp_game .stadium .date {
    font-size: 7.8rem;
  }
  .jara_lp_game .stadium .week {
    margin-left: 10px;
    margin-bottom: 7px;
    width: 34px;
    height: 34px;
    font-size: 2.6rem;
  }
  .jara_lp_game .place {
    margin-top: 28px;
    font-size: 1.6rem;
  }
  .jara_lp_game .place .sign {
    margin-right: 8px;
    padding: 0 10.7px;
    line-height: 24px;
    font-size: 1.6rem;
  }
  .jara_lp_game .stadium .times {
    margin-left: 14px;
    margin-bottom: 5px;
  }
  .jara_lp_game .stadium .times th {
    padding: 5px 0 0;
    width: 48px;
  }
  .jara_lp_game .stadium .times th span {
    line-height: 20px;
    font-size: 1.2rem;
  }
  .jara_lp_game .stadium .times td {
    padding: 7px 0 0 9px;
    font-size: 2.4rem;
  }
  .jara_lp_game .movie {
    margin-top: 45px;
  }

  .jara_lp_btns {
    margin-top: 32px;
  }

  .jara_lp_title {
    margin-bottom: 25px;
  }
  .jara_lp_title img {
    height: auto;
    width: 100%;
  }
}

/* !jara_lp_wrapper
---------------------------------------------------------- */
#jara_lp_wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 70px;
  width: 100%;
  min-width: 720px;
  min-height: 100vh;
  background: #111;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #jara_lp_wrapper {
    padding-top: 50px;
    min-width: 100%;
  }
}

/* !header
---------------------------------------------------------- */
#jara_lp_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  background: #00388f;
}
#jara_lp_headlogo {
  display: flex;
  align-items: center;
}
#jara_lp_headlogo .logo {
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
  padding: 12.5px 50px 12.5px 27px;
  background: #fff;
}
#jara_lp_headlogo .logo img {
  height: 45px;
}
#jara_lp_headlogo .jap img {
  height: 50px;
  padding-left: 16px;
}
#jara_lp_header .headlinks {
  position: fixed;
  right: 34px;
  bottom: 16px;
}
.jara_lp_btn_menu {
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 42px;
}
.jara_lp_btn_menu span {
  display: block;
  margin: 10px auto;
  transition: all 0.5s;
  width: 100%;
  height: 5px;
  background: #fff;
}
.jara_lp_btn_menu.active span:first-child {
  -webkit-transform: translateY(15px) rotate(45deg);
  -moz-transform: translateY(15px) rotate(45deg);
  -ms-transform: translateY(15px) rotate(45deg);
  transform: translateY(15px) rotate(45deg);
}
.jara_lp_btn_menu.active span:nth-child(2) {
  opacity: 0;
}
.jara_lp_btn_menu.active span:last-child {
  -webkit-transform: translateY(-15px) rotate(-45deg);
  -moz-transform: translateY(-15px) rotate(-45deg);
  -ms-transform: translateY(-15px) rotate(-45deg);
  transform: translateY(-15px) rotate(-45deg);
}
#jara_lp_navi {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1;
  opacity: 0;
  transform: translateY(-150%);
  transition: all 0.5s;
  padding: 30px 0;
  width: 100%;
  max-width: 375px;
  background: #00388f;
  text-align: center;
}
#jara_lp_navi.open {
  opacity: 1;
  transform: translateY(0%);
}
#jara_lp_navi li {
  margin-bottom: 35px;
}
#jara_lp_navi li a {
  display: block;
  text-align: center;
  color: #c69e43;
  font-weight: bold;
  font-size: 2rem;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #jara_lp_headlogo .logo {
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
    padding: 8.5px 23px 8.5px 9px;
  }
  #jara_lp_headlogo .logo img {
    height: 33px;
  }
  #jara_lp_headlogo .jap img {
    height: 35px;
    padding-left: 8px;
  }
  #jara_lp_header .headlinks {
    right: 0;
    width: 100%;
    text-align: center;
  }
  .jara_lp_btn_menu {
    right: 16px;
    width: 28px;
  }
  .jara_lp_btn_menu span {
    margin: 6px auto;
    height: 3px;
  }
  .jara_lp_btn_menu.active span:first-child {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
  .jara_lp_btn_menu.active span:last-child {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }
  #jara_lp_navi {
    padding: 35px 0 20px;
  }
  #jara_lp_navi li {
    margin-bottom: 20px;
  }
}

/* !mainVisual
---------------------------------------------------------- */
.jara_lp_mainVisual .kv img {
  width: 100%;
}
.jara_lp_mainVisual .introd {
  padding: 100px 15px 75px;
  background: url(../image/01_top/bg_pc.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.jara_lp_mainVisual .introd h2 {
  margin-bottom: 52px;
}

.jara_lp_mainVisual .introd .small_text {
  font-size: 2rem;
  padding-top: 24px;
  color: white;
  margin: 0 auto;
  font-weight: 500;
}

.jara_lp_mainVisual .tit {
  margin-bottom: 35px;
  color: #c69e43;
  font-size: 3.5rem;
  font-weight: bold;
}
.jara_lp_mainVisual .txt {
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 500;
}

.menu {
  background-color: #02388f;
  padding: 80px 0px;
}

.menu__inner {
}

.menu__btn {
  max-width: 384px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
}

.menu__btn a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  background-color: #e21e1e;
  border: 1px solid white;
  border-radius: 35px;
  transition: all 0.3s;
}

.menu__btn a:hover {
  opacity: 0.7;
}

.menu__btn img {
  width: 7px;
}

.menu__title {
  max-width: 434px;
  margin: 0 auto;
  margin-top: 86px;
}

.menu__lists {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 11px;
  margin-top: 45px;
}

.menu__list a {
  position: relative;
  display: block;
  transition: all 0.3s;
}

.menu__list a:hover {
  opacity: 0.8;
}

.menu__list--out a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.4;
}

.menu__information {
  margin-top: 86px;
  padding-left: 16px;
  border-left: 6px solid white;
}

.information__title {
  color: #c69e43;
  font-size: 40px;
  font-weight: bold;
  line-height: calc(48 / 40);
}

.information__lists {
  margin-top: 23px;
}

.information__list {
}

.information__list + .information__list {
  margin-top: 26px;
}

.information__list a {
  transition: all 0.3s;
}

.information__list a:hover {
  opacity: 0.8;
}

.information__list time {
  color: #c69e43;
  font-size: 16px;
  font-weight: bold;
}

.information__list-title {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .jara_lp_mainVisual .introd {
    padding: 50px 15px 40px;
    background-image: url(../image/01_top/bg_sp.jpg);
  }
  .jara_lp_mainVisual .introd h2 {
    margin-bottom: 34px;
  }
  .jara_lp_mainVisual .tit {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  .jara_lp_mainVisual .txt {
    text-align: left;
  }

  .jara_lp_mainVisual .introd .small_text {
    font-size: 1.8rem;
    padding-top: 16px;
    color: white;
    margin: 0 auto;
    font-weight: 500;
  }
  .menu {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .menu__btn {
    max-width: 307px;
    margin: 0 auto;
    height: 56px;
  }
  .menu__btn a {
    font-size: 16px;
    gap: 18px;
  }
  .menu__title {
    margin-top: 56px;
  }
  .menu__lists {
    margin-top: 26px;
    grid-template-columns: repeat(4, 1fr);
    gap: 9px 8px;
  }
  .menu__information {
    margin-top: 38px;
    border-width: 3px;
    padding-left: 16px;
  }
}

/* jara_lp_result
-----------------------------------------------------------*/
.jara_lp_result {
  padding: 80px 0 0;
}
.jara_lp_result .jara_lp_result_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jara_lp_result ul {
  flex: 0 0 48%;
}

.jara_lp_result ul li {
  margin-bottom: 8px;
}
.jara_lp_result li a {
  display: block;
  position: relative;
  padding: 6px 40px 6px 16px;
  background: #00388f;
  border-radius: 6px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.jara_lp_result li a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 8px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.jara_lp_result li a:hover {
  opacity: 0.7;
}

.jara_lp_schedule {
  padding: 100px 0;
}
.jara_lp_tabCard {
  display: flex;
  justify-content: space-between;
}
.jara_lp_tabCard li {
  cursor: pointer;
  padding: 4px 0;
  width: calc(25% - 1px);
  background: #fff;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
}
.jara_lp_tabCard.tabCtrlbottom li {
  border-radius: 0 0 10px 10px;
}
.jara_lp_tabCard li.on {
  background: #c69e43;
  color: #fff;
}
.jara_lp_tabCard li big {
  font-size: 2.2rem;
}
.jara_lp_tabBox {
  padding: 30px 0;
}
.jara_lp_schedule .schedule {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jara_lp_schedule .schedule dl {
  display: flex;
  flex: 0 0 48%;
  margin-bottom: 8px;
}
.jara_lp_schedule .schedule dt {
  padding: 5px;
  width: 206px;
  background: #003f8d;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
.jara_lp_schedule .schedule dd {
  width: 150px;
  background: #fff;
  text-align: center;
  font-family: "Bebas Neue", cursive;
  font-size: 2.1rem;
}
.jara_lp_schedule .schedule .fontadjust {
  font-size: 1.3rem;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .jara_lp_result {
    padding: 50px 0 50px;
  }
  .jara_lp_result .jara_lp_result_list {
    display: block;
  }

  .jara_lp_tabBox {
    padding: 25px 0;
  }
  .jara_lp_schedule {
    padding: 50px 0;
  }
  .jara_lp_tabCard li {
    padding: 3px 0 1px;
  }
  .jara_lp_schedule .schedule {
    display: block;
  }

  .jara_lp_schedule .schedule dt {
    width: calc(100% - 150px);
  }
  .jara_lp_schedule .schedule .fontadjust {
    font-size: 1.2rem;
  }
}

/* jara_lp_ticket
-----------------------------------------------------------*/
.jara_lp_ticket {
  padding: 100px 0;
  background: #00388f;
  color: #fff;
}
.jara_lp_ticket .seat {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.jara_lp_ticket .seat .item {
  flex: 0 0 48%;
  /* border-bottom: solid 1rem #e60812; */
}
.jara_lp_ticket .seat .tit {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
}
.jara_lp_ticket .seat .txt {
  font-size: 1.3rem;
}
.jara_lp_ticket .seat table {
  display: block;
  margin-top: 15px;
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%;
  line-height: 1.43;
}
.jara_lp_ticket .seat th {
  color: #2b2b2b;
  font-weight: bold;
}
.jara_lp_ticket .seat thead th {
  padding: 4px;
  background: #adc8fc;
  text-align: center;
}
.jara_lp_ticket .seat tbody th {
  padding: 5.5px 3px;
  width: 35%;
  background: #e60012;
  font-size: 1.2rem;
  color: white;
}
.jara_lp_ticket .seat tbody tr:nth-of-type(2) th {
  background: #00923a;
}
.jara_lp_ticket .seat .item:nth-child(1) tbody tr:nth-of-type(2) th {
  background: #f6ab00;
}
.jara_lp_ticket .seat tbody tr:nth-of-type(3) th {
  background: #f6ab00;
}
.jara_lp_ticket .seat td {
  background: #f5f9ff;
  text-align: center;
  font-weight: 500;
}
.jara_lp_ticket .seat .price {
  padding: 3px;
  display: block;
  background: #f5f9ff;
  color: #2b2b2b;
  font-size: 1.6rem;
}
.jara_lp_ticket .seat .notes {
  margin-top: 2px;
  font-size: 1.2rem;
}

.jara_lp_ticket .introd {
  margin-top: 50px;
}
.jara_lp_ticket .introd .item {
  display: flex;
  /* align-items: center; */
  background: #ffffff;
}
.jara_lp_ticket .introd .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.jara_lp_ticket .introd .info {
  flex: 0 0 52%;
  padding: 20px;
  line-height: 1.71;
  color: #2b2b2b;
}
.jara_lp_ticket .introd .tit {
  margin-bottom: 10px;
  color: #00388f;
  font-size: 2rem;
}
.item.first {
  margin-bottom: 3.2rem;
}

.seat_desc {
  font-size: 1.6rem;
  line-height: 2;
}

.info.red {
  border-bottom: solid 1rem #e60812;
}
.info.green {
  border-bottom: solid 1rem #00923a;
}
.info.yellow {
  border-bottom: solid 1rem #f6ab00;
}

.seat_sp {
  display: none;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .jara_lp_ticket {
    padding: 50px 0;
  }
  .jara_lp_ticket .seat {
    display: block;
    margin-top: 0;
  }
  .jara_lp_ticket .seat .item {
    margin-top: 25px;
  }
  .jara_lp_ticket .introd .item {
    display: block;
  }
  .jara_lp_ticket .introd .item + .item {
    margin-top: 40px;
  }
  .jara_lp_ticket .introd .info {
    padding: 5px 10px;
    height: 177px;
  }
  .jara_lp_ticket .introd .tit {
    margin-bottom: 5px;
  }
  .seat_sp {
    display: block;
  }
  .seat_pc {
    display: none;
  }
  .seat_desc {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

/* jara_lp_access
-----------------------------------------------------------*/
.jara_lp_access {
  padding: 100px 0;
}
.jara_lp_access .display {
  display: flex;
  justify-content: space-between;
}
.jara_lp_access .display .img {
  width: 48%;
}
.jara_lp_access .display .info {
  width: 46.4%;
}
.jara_lp_access .map {
  align-items: center;
  color: #fff;
}
.jara_lp_access .map h3 {
  margin-bottom: 10px;
  color: #c69e43;
  font-size: 2.5rem;
  font-weight: bold;
}
.jara_lp_access .map .info {
  font-size: 1.6rem;
  font-weight: 500;
}
.jara_lp_access .map .link {
  color: #fff;
  font-size: 1.4rem;
}
.jara_lp_access .map .link:hover {
  text-decoration: underline;
}
.jara_lp_access .access {
  margin-top: 40px;
  padding: 20px 35px;
  border: 2px solid #fff;
  color: #fff;
}
.jara_lp_access .access h3 {
  margin: 0 auto 30px;
  padding: 0 0 10px;
  max-width: 290px;
  border-bottom: 2px solid #c69e43;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.jara_lp_access .access ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jara_lp_access .access li {
  flex: 100%;
  padding: 0 0 10px 1em;
  text-indent: -1em;
  line-height: 1.8;
  font-weight: 500;
}
.jara_lp_access .access li:before {
  content: "●";
  margin-right: 3px;
  color: #c69e43;
  font-size: 0.8rem;
}
.jara_lp_access .traffic {
  margin-top: 50px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}
.jara_lp_access .traffic h3,
.jara_lp_access .traffic h4 {
  cursor: pointer;
  position: relative;
  padding: 13px 50px 13px 100px;
  background: url(../image/06_access/icon_bus.svg) no-repeat 30px center #00388f;
  border-radius: 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.jara_lp_access .traffic .ico_traffic02 {
  background-image: url(../image/06_access/icon_car.svg);
}
.jara_lp_access .traffic h3:after,
.jara_lp_access .traffic h4:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(180deg);
  transition: all 0.3s;
  width: 70px;
  height: 100%;
  background: url(../image/06_access/icon_arrow.svg) no-repeat center;
}
.jara_lp_access .traffic h3.open:after,
.jara_lp_access .traffic h4.open:after {
  transform: rotate(0deg);
}
.jara_lp_access .toggleBox,
.jara_lp_access .listBox {
  display: none;
}
.jara_lp_access .traffic .bg {
  padding: 30px 40px;
  background: #fff;
}
.jara_lp_access .timetable {
  margin-top: 30px;
}
.jara_lp_access .timetable li {
  margin-bottom: 25px;
}
.jara_lp_access .traffic h4 {
  padding: 8px;
  background: #00388f;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
.jara_lp_access .timetable .table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
}
.jara_lp_access .timetable .table .item {
  flex: 0 0 48%;
}
.jara_lp_access .timetable .table .tit {
  margin-bottom: 5px;
  color: #00388f;
  font-size: 2rem;
}
.jara_lp_access .timetable .table table {
  width: 100%;
}
.jara_lp_access .timetable .table table th,
.jara_lp_access .timetable .table table td {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.71;
  padding: 10px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-weight: bold;
}

.jara_lp_access .timetable .table table th {
  border-right: 2px solid #fff;
}

.jara_lp_access .timetable .table table tr:nth-child(odd) th,
.jara_lp_access .timetable .table table tr:nth-child(odd) td {
  background: #bfcfe4;
}

.jara_lp_access .timetable .table table tr:nth-child(even) th,
.jara_lp_access .timetable .table table tr:nth-child(even) td {
  background: #f0f2f8;
}

.jara_lp_access .jara_lp_btns {
  margin-top: 30px;
}
.jara_lp_access .note {
  margin-top: 15px;
  color: #fff;
  font-size: 1.3rem;
}
.jara_lp_access .movie {
  margin-top: 70px;
}
.jara_lp_access .movie iframe {
  width: 100%;
  height: 408px;
  border: 0;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .jara_lp_access {
    padding: 50px 0;
  }
  .jara_lp_access .display {
    flex-direction: column;
  }
  .jara_lp_access .display .img {
    width: 100%;
  }
  .jara_lp_access .display .info {
    width: 100%;
  }
  .jara_lp_access .map .img {
    margin-bottom: 15px;
  }
  .jara_lp_access .map h3 {
    margin-bottom: 2px;
    font-size: 2rem;
  }
  .jara_lp_access .access {
    margin-top: 30px;
    padding: 20px 16px;
  }
  .jara_lp_access .access h3 {
    padding: 0 0 6px;
  }
  .jara_lp_access .access ul {
    display: block;
  }
  .jara_lp_access .traffic {
    margin-top: 25px;
  }
  .jara_lp_access .traffic h3,
  .jara_lp_access .traffic h4 {
    padding: 13px 45px 13px 67px;
    background-position: 16px center;
    background-size: 30px;
    font-size: 1.4rem;
  }
  .jara_lp_access .traffic h3:after,
  .jara_lp_access .traffic h4:after {
    width: 44px;
    height: 100%;
    background-size: 15px;
  }
  .jara_lp_access .traffic .bg {
    padding: 15px 16px;
  }
  .jara_lp_access .timetable {
    margin-top: 40px;
  }
  .jara_lp_access .timetable li {
    margin-bottom: 23px;
  }
  .jara_lp_access .traffic h4 {
    padding: 8px;
    font-size: 1.8rem;
  }
  .jara_lp_access .timetable .table {
    display: block;
    margin-top: 15px;
  }
  .jara_lp_access .timetable .table .item + .item {
    margin-top: 30px;
  }
  .jara_lp_access .park {
    flex-direction: column-reverse;
  }
  .jara_lp_access .park .img {
    margin-top: 16px;
  }
  .jara_lp_access .note {
    margin-top: 10px;
  }
  .jara_lp_access .movie {
    margin-top: 30px;
  }
  .jara_lp_access .movie iframe {
    height: 212px;
  }
}

/* jara_lp_food
-----------------------------------------------------------*/
.jara_lp_food {
  padding: 100px 0 0px 0;
}
.jara_lp_food .foods {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jara_lp_food .foods li {
  display: flex;
  margin-bottom: 30px;
  flex: 0 0 48%;
  background: #fff;
}
.jara_lp_food .foods li:last-child,
.jara_lp_food .foods li:nth-last-child(2) {
  margin-bottom: 0;
}
.jara_lp_food .foods .img {
  width: 42.85%;
}
.jara_lp_food .foods .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.jara_lp_food .foods .info {
  padding: 8px;
  width: 57.15%;
}
.jara_lp_food .foods .info p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 50px;
  font-weight: 500;
}
.jara_lp_food .foods .tit {
  margin-bottom: 5px;
  color: #ff8709;
  font-size: 1.8rem;
  font-weight: bold;
}
.jara_lp_food .foods .info .price {
  margin-top: 5px;
  height: auto;
  text-align: right;
  color: #f60700;
  font-size: 1.6rem;
  font-weight: normal;
}

.food_info {
  text-align: center;
  margin-top: 40px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .jara_lp_food {
    padding: 50px 0 50px;
  }
  .jara_lp_food .foods {
    display: block;
  }
  .jara_lp_food .foods li,
  .jara_lp_food .foods li:nth-last-child(2) {
    margin-bottom: 16px;
  }
}

/* jara_lp_event
-----------------------------------------------------------*/
.jara_lp_event {
  padding-bottom: 100px;
}
.jara_lp_event ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jara_lp_event li {
  flex: 0 0 48%;
  position: relative;
  background: #fff;
}
.jara_lp_event li .step {
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
  padding: 0 16px 0 10px;
  background: #fff;
  border-left: 6px solid #c69e43;
  line-height: 33px;
  color: #c69e43;
  text-transform: uppercase;
  font-size: 2.9rem;
}
.jara_lp_event li .info {
  padding: 15px;
  font-weight: 500;
  font-size: 1.6rem;
}

.jara_lp_event li p span {
  font-size: 1.2rem;
}

.jara_lp_event li .tit {
  margin-bottom: 10px;
  color: #1b4aa6;
  font-size: 2rem;
  font-weight: bold;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .jara_lp_event {
    padding-bottom: 50px;
  }
  .jara_lp_event ul {
    display: block;
  }
  .jara_lp_event li + li {
    margin-top: 40px;
  }
}

/* jara_lp_player
-----------------------------------------------------------*/
.jara_lp_player {
  padding: 86px 0 80px;
  color: #fff;
}
.jara_lp_player .slide_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 5% 38px;
}
.jara_lp_player .slide_nav li {
  margin: 0 8px 12px;
  width: 30%;
  max-width: 164px;
  background: #d0cecc;
  border-radius: 30px;
  text-align: center;
  line-height: 26px;
  font-weight: bold;
  cursor: pointer;
}
.jara_lp_player .slide_nav li.slick_on {
  background: #c69e43;
}
.jara_lp_player .slider .display {
  position: relative;
  background: #003f8d;
}
.jara_lp_player .slider .img {
  position: relative;
  width: 100%;
}
.jara_lp_player .slider .img::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.jara_lp_player .slider .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jara_lp_player .slider .info {
  padding: 16px;
  padding-bottom: 48px;
  line-height: 1.71;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.jara_lp_player .slider .info p .hide {
  display: block;
}
.jara_lp_player .slider .tit {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
}

.jara_lp_player .slider .team {
  font-size: 20px;
  font-weight: bold;
  color: #d6ab47;
}

.jara_lp_player .slider .more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 203px;
  height: 40px;
  cursor: pointer;
}
.jara_lp_player .slick-prev {
  transform: translate(-50%, -50%);
  top: 144px;
}
.jara_lp_player .slick-next {
  transform: translate(50%, -50%);
  top: 144px;
}

.jara_lp_player .slider {
  max-width: 534px;
  margin: 0 auto;
}

.jara_lp_player .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  max-width: 534px;
  height: calc(100% - 120px);
  max-height: 650px;
  z-index: 1000;
  display: none;
}

.jara_lp_player .modal__item {
  position: relative;
  z-index: 1;
  display: none;
}
.jara_lp_player .modal .img {
  position: relative;
}
.jara_lp_player .modal .img::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.jara_lp_player .modal .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jara_lp_player .modal__item .info {
  padding: 16px;
  background-color: #02388f;
}

.jara_lp_player .modal__item .tit {
  font-size: 18px;
  font-weight: bold;
}

.jara_lp_player .modal__item .team {
  font-size: 20px;
  font-weight: bold;
  color: #c69e43;
  line-height: 1.5;
  margin-top: 8px;
}

.jara_lp_player .modal__item .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
  max-height: 200px;
  overflow-y: scroll;
}

.jara_lp_player .modal__item .close {
  background-color: white;
  color: #c69e43;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jara_lp_player .modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4;
  z-index: 999;
  display: none;
}

@media screen and (max-height: 780px) {
  .modal {
    overflow: scroll;
  }

  .modal__text {
    overflow: initial;
    max-height: unset;
  }
}

.jara_lp_watch {
  padding: 100px 0;
  text-align: center;
  color: #fff;
}
.jara_lp_watch .sub {
  margin-bottom: 50px;
}
.jara_lp_watch .sub span {
  display: inline-block;
  padding: 5px;
  border-bottom: 2px solid #c69e43;
  font-size: 2rem;
  font-weight: bold;
}
.jara_lp_watch ul {
  display: flex;
  justify-content: center;
}
.jara_lp_watch li {
  margin: 0 20px;
  width: 40%;
  max-width: 146px;
  text-align: left;
  font-weight: 500;
}
.jara_lp_watch li .ico {
  margin: 0 auto 10px;
  max-width: 97px;
}
.jara_lp_watch .note1 {
  margin: 50px auto 0;
  padding: 14px 10px;
  max-width: 550px;
  border: 1px solid #fff;
  font-weight: bold;
}
.jara_lp_watch .note2 {
  margin: 50px auto 0;
  font-weight: bold;
}
.jara_lp_watch .jara_lp_btns {
  margin-top: 30px;
}
.jara_lp_watch .jara_lp_btns img {
  max-width: 345px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .jara_lp_player {
    padding: 50px 0 77px;
  }
  .jara_lp_player .slide_nav {
    padding: 0;
    margin: 0 -8px 13px;
  }
  .jara_lp_player .slide_nav li {
    margin: 0 8px 12px;
    width: calc(50% - 16px);
  }
  .jara_lp_player .slider .item {
  }
  .jara_lp_player .slider .display {
    display: block;
    padding-bottom: 49px;
  }
  .jara_lp_player .slider .info {
    padding: 16px;
  }
  .jara_lp_player .slider .info p .hide {
    display: none;
  }
  .jara_lp_player .slider .tit {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .jara_lp_player .slider .more {
    /* display: block;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-top: 18px;
    cursor: pointer; */
  }
  .jara_lp_player .slider .more span {
    font-size: 1.4rem;
    position: relative;
    color: #0a3f8d;
    display: none;
  }
  .jara_lp_player .slider .more .more_open {
    display: inline-block;
  }
  .jara_lp_player .slider .more span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
  }
  .jara_lp_player .slider .more .more_open:after {
    border-width: 10px 6px 0 6px;
    border-color: #0a3e8d transparent transparent transparent;
  }

  .jara_lp_player .slider .more .more_close:after {
    top: 44%;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent #0a3e8d transparent;
  }

  .jara_lp_player .slider .more.active .more_close {
    display: inline-block;
  }

  .jara_lp_player .slider .more.active .more_open {
    display: none;
  }

  .jara_lp_player .slick-prev {
    /* transform: translate(0, -50%);
    top: 109px;
    left: -15px; */
  }
  .jara_lp_player .slick-next {
    /* transform: translate(0, -50%);
    top: 109px;
    right: -15px; */
  }
  .jara_lp_watch {
    padding: 50px 0;
    text-align: left;
  }
  .jara_lp_watch .sub {
    margin-bottom: 24px;
    text-align: center;
  }
  .jara_lp_watch .sub span {
    padding: 0 20px 6px;
    font-size: 1.8rem;
  }
  .jara_lp_watch li {
    margin: 0;
    padding: 0 16px;
    width: 50%;
    max-width: inherit;
  }
  .jara_lp_watch .note1 {
    margin: 20px auto 0;
    padding: 9px 12px;
  }
  .jara_lp_watch .note2 {
    margin: 35px auto 0;
  }
  .jara_lp_player .modal {
    width: calc(100% - 32px);
    height: fit-content;
    overflow: hidden;
    max-height: unset;
  }
}

/* jara_lp_sponsor
-----------------------------------------------------------*/
.jara_lp_sponsor {
  padding: 100px 0;
  background: #fff;
}
.jara_lp_sponsor .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 50px 0px;
}
.jara_lp_sponsor .logos li {
  /* margin: 0 25px 30px; */
  width: calc(23.6% - 50px);
  flex: 0 25%;
}
.jara_lp_sponsor .logos .one {
  flex: 0 100%;
}
.jara_lp_sponsor .logos li:nth-child(2),
.jara_lp_sponsor .logos li:nth-child(3),
.jara_lp_sponsor .logos li:nth-child(4) {
  flex: 0 33%;
}
.jara_lp_sponsor .logos a {
  display: inline-block;
  max-width: 160px;
}

.jara_lp_sponsor .logos li:nth-child(2) a,
.jara_lp_sponsor .logos li:nth-child(3) a,
.jara_lp_sponsor .logos li:nth-child(4) a {
  max-width: 198px;
}

.jara_lp_sponsor .logos .one a {
  max-width: 231px;
}

.jara_lp_sponsor .logos a:hover {
  opacity: 0.7;
}

.jara_lp_facebook {
  padding: 70px 0 0;
}
.jara_lp_facebook ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.jara_lp_facebook li {
  flex: 0 0 48%;
}
.jara_lp_facebook .tit {
  margin-bottom: 6px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .jara_lp_sponsor {
    padding: 50px 0;
  }
  .jara_lp_sponsor .logos {
    justify-content: space-between;
    gap: 28px 0;
  }
  .jara_lp_sponsor .logos li {
    /* margin: 0 25px 25px; */
    width: calc(50% - 50px);
    flex: 0 30%;
  }
  .jara_lp_sponsor .logos a {
    max-width: 143px;
  }

  .jara_lp_facebook {
    padding: 56px 0 0;
  }
  .jara_lp_facebook ul {
    display: block;
  }
  .jara_lp_facebook .tit {
    text-align: center;
  }

  .jara_lp_sponsor .logos li:nth-child(2),
  .jara_lp_sponsor .logos li:nth-child(3) {
    flex: 0 50%;
  }

  .jara_lp_sponsor .logos li:nth-child(4) {
    flex: 0 100%;
  }
  .jara_lp_sponsor .logos li:nth-child(2) a,
  .jara_lp_sponsor .logos li:nth-child(3) a,
  .jara_lp_sponsor .logos li:nth-child(4) a {
    max-width: 138px;
  }
  .jara_lp_sponsor .logos .one a {
    max-width: 143px;
  }
}

/* jara_lp_footer
-----------------------------------------------------------*/
.jara_lp_footer {
  padding: 100px 16px 160px;
  background: #fff;
  text-align: center;
}
.jara_lp_footer #copyright {
  margin-top: 30px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .jara_lp_footer {
    padding: 90px 16px 100px;
  }
  .jara_lp_footer img {
    max-width: 160px;
  }
  .jara_lp_footer #copyright {
    margin-top: 38px;
    font-size: 1.4rem;
  }
}

/* jara_lp_galeery
-----------------------------------------------------------*/

.jara_lp_gallery {
  padding-top: 100px;
  padding-bottom: 160px;
}

.gallery__inner.jara_lp_inner {
  max-width: 840px;
  padding: 0 20px;
}

.gallery__main {
  position: relative;
}

.gallery__grid {
  display: grid;
  gap: 1.75vw 2.34vw;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  transition: all 0.3s ease-in;
}

.gallery__btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 307px;
  height: 56px;
  bottom: -80px;
}

.gallery__btn a {
  position: relative;
  height: 100%;
  display: grid;
  place-items: center;
  color: white;
  border: 2px solid white;
  background-color: #00388f;
  font-size: 16px;
  font-weight: bold;
  border-radius: 28px;
}

.gallery__btn a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 16px;
  background: url(../image/13_gallery/arrow_white.png) center center / contain no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  transition: all 0.3s;
}

.gallery__btn a.close::before {
  transform: translateY(-50%) rotate(180deg);
}

.gallery__grid picture {
  position: relative;
  opacity: 0;
  animation-name: animation_remove;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
}

.gallery__grid picture::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 33%;
  background: linear-gradient(to top, black, transparent);
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
}

.gallery__grid picture.is-cover::before {
  opacity: 1;
}

.gallery__grid picture.is-active {
  animation-name: animation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
}

@keyframes animation {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }

  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes animation_remove {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }

  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .gallery__main {
  }
  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: min(4vw, 15px);
  }
  .jara_lp_gallery {
    padding-top: 50px;
  }
}

/* jara_lp_news
-----------------------------------------------------------*/

.jara_lp_news {
  background-color: #02388f;
  padding-top: 86px;
  padding-bottom: 80px;
}

.news__inner {
  max-width: 840px;
  padding: 0 20px;
}

.news__bigCards {
  max-width: 720px;
  display: grid;
  gap: min(2.48vw, 34px);
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  margin-top: 50px;
}

.news__smallCards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(1.75vw, 25px);
  margin-top: 58px;
}

.bigCard {
  position: relative;
  height: 100%;
  background-color: white;
  padding-bottom: 56px;
}

.bigCard__img {
  position: relative;
  display: block;
}

.bigCard__img::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.bigCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bigCard__content {
  padding: 16px 16px;
}

.cat {
  text-align: center;
  max-width: 65px;
  text-transform: uppercase;
  font-size: 14px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
}

.cat.gold {
  border-color: #c69e43;
  color: #c69e43;
}

.cat.black {
  border-color: black;
}

.bigCard__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #02388f;
  margin-top: 8px;
}

.bigCard__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 166px;
}

.bigCard__btn a {
  display: block;
}

.smallCard {
  position: relative;
  padding-bottom: 37px;
}

.smallCard__cat {
}

.smallCard__cat.gold {
}

.smallCard__cat.black {
}

.smallCard__img {
  display: block;
  position: relative;
  margin-top: 8px;
}

.smallCard__img::before {
  display: block;
  content: "";
  padding-top: 75.138%;
}

.smallCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smallCard__title {
  color: white;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 9px;
}

.smallCard__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 105px;
}

.smallCard__btn a {
  display: block;
}

.news-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  max-width: 534px;
  /* height: calc(100% - 120px); */
  max-height: 650px;
  z-index: 1000;
  display: none;
  background-color: white;
}

.news-modal__small {
}

.news-modal picture {
  position: relative;
  display: block;
}

.news-modal picture::before {
  display: block;
  content: "";
  padding-top: 56.179%;
}

.news-modal picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-modal__content {
  padding: 16px;
}

.news-modal__cat {
}

.news-modal__title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
}

.news-modal__title--blue {
  color: #00388f;
}

.news-modal__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
  overflow-y: scroll;
  max-height: 169px;
}

.news-modal__btn {
  transition: all 0.3s;
  margin-top: 8px;
}

.news-modal__btn:hover {
  opacity: 0.9;
}

.new-modal__btn--black {
  /* position: absolute; */
  bottom: 0;
  background-color: black;
  width: 100%;
  height: 43px;
}

.new-modal__btn--black a {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.news-modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0.4;
  background-color: black;
}

.news-modal__main {
  position: relative;
}

@media screen and (max-height: 780px) {
  .news-modal {
    overflow: scroll;
    width: calc(100% - 32px);
  }

  .news-modal__text {
    overflow: initial;
    max-height: unset;
  }
}

@media screen and (max-width: 767px) {
  .news-modal {
    overflow: hidden;
    width: calc(100% - 32px);
    height: fit-content;
    max-height: unset;
  }

  .news-modal__text {
    overflow-y: scroll;
    max-height: 190px;
  }

  .news__bigCards {
    display: block;
  }

  .news__bigCard + .news__bigCard {
    margin-top: 16px;
  }

  .news__smallCards {
    display: block;
    margin-top: 24px;
    border-top: 2px solid white;
  }
  .smallCard {
    display: grid;
    grid-template-columns: 35% 1fr;
    gap: 1rem;
    border-bottom: 2px solid white;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .smallCard__title {
    margin-top: 28px;
  }
  .smallCard__btn {
    margin-bottom: 8px;
  }

  .news-modal__title {
    font-size: 18px;
  }

  .news-modal__btn {
    height: 32px;
  }
}
