<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */
@font-face {
  font-family: "ydb2024_seasonfont_main";
  src: url("../fonts/ydb2024_seasonfont_main-Regular.eot");
  src: url("../fonts/ydb2024_seasonfont_main-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ydb2024_seasonfont_main-Regular.woff2") format("woff2"),
    url("../fonts/ydb2024_seasonfont_main-Regular.woff") format("woff"),
    url("../fonts/ydb2024_seasonfont_main-Regular.ttf") format("truetype"),
    url("../fonts/ydb2024_seasonfont_main-Regular.svg#ydb2024_seasonfont_main-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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 {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&amp;Safari */
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&amp;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: #000;
  background: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}
body.is-hidden {
  height: 100vh;
  overflow: hidden;
}

.ydb {
  font-family: "ydb2024_seasonfont_main";
}

/*** タブレット 768x ~ 1200px***/
@media screen and (max-width: 1200px) {
  html {
    overflow-y: scroll;
    font-size: 0.83vw;
  }
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  html {
    overflow-y: scroll;
    font-size: 62.5%;
  }
  body {
    font-size: 1.2rem;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.pc_flex {
  display: flex !important;
}

.sp_flex {
  display: none !important;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .pc_flex {
    display: none !important;
  }
  .sp_flex {
    display: flex !important;
  }
}

.anim-bg:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: transparent;
  content: "";
  opacity: 0;
  transition: opacity 0.2s ease;
}

.bg-white .anim-bg:before {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.bg-white .anim-box {
  filter: invert(1);
}

.movie-bg {
  position: relative;
  z-index: 1;
  width: 100%;
}

.movie-bg .movie-bg__black {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  transition: filter 1s ease-out;
  will-change: filter;
}

.movie-bg .movie-bg__black .black-bg {
  overflow: hidden;
  position: absolute;
  width: 125vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: 0.5s ease-out;
}

.movie-bg .movie-bg__black .black-bg.blur {
  filter: blur(10rem);
}

.movie-bg .movie-bg__black {
  background: #fff;
  width: 100%;
  height: 100%;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .movie-bg .movie-bg__black .black-bg.blur {
    filter: blur(5rem);
  }
}

/* !cs_lp_wrapper
---------------------------------------------------------- */
#cs_lp_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#cs_lp_wrapper::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../image/bg.jpg") no-repeat center center;
  background-size: cover;
}

/* !header
---------------------------------------------------------- */
#opening_lp_header {
  width: 100%;
  position: relative;
}

.opening_lp_logo {
  position: absolute;
  top: 8.4rem;
  left: 7%;
  width: 11rem;
}
.opening_lp_logo.is-fixed {
  position: fixed;
  top: 1.6rem;
  z-index: 90;
}
.opening_lp_btnMenu {
  position: absolute;
  right: 7%;
  top: 11.2rem;
  z-index: 90;
  width: 6rem;
  height: 3rem;
}
.opening_lp_btnMenu.is-fixed {
  position: fixed;
  top: 4.5rem;
  z-index: 90;
}

/* ＊＊＊ KV上のニュースを追加したら以下コメントアウト ＊＊＊ */
/* .opening_lp_logo {
  position: fixed;
  top: 1.6rem;
  left: 7%;
  width: 11rem;
  z-index: 90;
}
.opening_lp_btnMenu {
  position: fixed;
  right: 7%;
  top: 4.5rem;
  z-index: 90;
} */

/******* btnMenu *********/
.opening_lp_btnMenu .blue {
  display: none;
}
.bg-white .opening_lp_btnMenu .blue {
  display: block;
}

.bg-white .opening_lp_btnMenu .white {
  display: none;
}

/******* cv *******/
.opening_lp_cv {
  position: fixed;
  right: 3.2rem;
  bottom: 4rem;
  z-index: 10;
  width: 46rem;
}

.opening_lp_cv a:hover {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}

/******* navi *******/
#opening_lp_navi {
  /* padding: 22.9rem 0; */
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  transform: translateX(100%);
  transition: all 0.3s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: url("../image/bg.jpg") no-repeat;
  background-size: cover;
}

#opening_lp_navi.open {
  transform: translateX(0%);
}

#opening_lp_navi .opening_lp_close {
  position: absolute;
  right: 8rem;
  top: 5rem;
  z-index: 10;
  width: 6rem;
}

#opening_lp_navi ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.2rem 8rem;
  max-width: 77rem;
  margin: 0 auto;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#opening_lp_navi ul li {
  text-align: left;
}

#opening_lp_navi a {
  display: block;
  width: 100%;
  position: relative;
  text-decoration: unset;
  color: #fff;
  transition: opacity 0.5s ease;
}

#opening_lp_navi .ydb {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
}

#opening_lp_navi .jap {
  display: block;
  font-size: 2.1321rem;
  font-style: normal;
  font-weight: 700;
}

#opening_lp_navi a:hover {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}

#opening_lp_navi a.deactive {
  color: #a2a4a2;
  cursor: default;
}
#opening_lp_navi a.deactive:hover {
  opacity: 1;
}

.opening_lp_headerLinks {
  height: auto;
  min-height: 6.4rem;
  position: relative;
  background: #fff;
  padding: 1.8rem 1rem;
  overflow: hidden;
  white-space: nowrap;
}

.opening_lp_headerLinks .swiper-slide {
  text-align: center;
}

.opening_lp_headerLinks {
  display: flex;
  position: relative;
}

.opening_lp_headerLinks a {
  min-width: 76.8rem;
  margin: 0 auto;
  display: inline-flex;
  position: relative;
  color: #003a8f;
  text-decoration: none;
}

.opening_lp_headerLinks a .ydb {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.028rem;
  margin-right: 3.2rem;
}

.opening_lp_headerLinks a .jap {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.opening_lp_headerLinks a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  background: url("../image/icon_link_blue.svg") no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  background-size: 100% 100%;
}

.opening_lp_headerLinks a:hover .jap {
  text-decoration: underline;
}

.inactive {
  pointer-events: none;
  opacity: 0.5;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    .opening_lp_logo {
      top: 5rem;
      left: 1.3rem;
      width: 6.4rem;
    }

    .opening_lp_logo.is-fixed {
      top: 1.6rem;
    }

  /******* btnMenu *********/
  .opening_lp_btnMenu {
    right: 1.3rem;
    top: 7.2rem;
    width: 3.6rem;
  }

  /* ＊＊＊ KV上のニュースを追加したら以下コメントアウト ＊＊＊ */
  /* .opening_lp_logo {
    top: 1.6rem;
  }
  .opening_lp_btnMenu {
    top: 4.5rem;
  } */

  /******* cv *******/
  .opening_lp_cv {
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    width: 34.5rem;
  }

  /******* navi *******/
  #opening_lp_navi {
    padding: 4.2rem 1rem;
    right: 0;
    top: 0;
    z-index: 90;
  }

  #opening_lp_navi .opening_lp_close {
    right: 1.58rem;
    top: 3.2rem;
    width: 4.4rem;
  }

  #opening_lp_navi ul {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0);
    display: block;
    padding: 0 1.7rem;
  }

  #opening_lp_navi ul li {
    padding-right: 4.4rem;
  }

  #opening_lp_navi li + li {
    margin-top: 2.4rem;
  }

  #opening_lp_navi .ydb {
    font-size: 2.4rem;
  }

  #opening_lp_navi .jap {
    font-size: 1.4rem;
  }

  .opening_lp_headerLinks {
    min-height: 4.2rem;
    padding: 1.3rem;
  }

  .opening_lp_headerLinks .swiper-slide {
    text-align: center;
  }

  .opening_lp_headerLinks {
    display: flex;
    position: relative;
  }

  .opening_lp_headerLinks a {
    min-width: auto;
    max-width: 35rem;
    width: 100%;
  }

  .opening_lp_headerLinks a .ydb {
    font-size: 1.8rem;
    margin-right: 1.6rem;
  }

  .opening_lp_headerLinks a .jap {
    font-size: 1.2rem;
  }

  .opening_lp_headerLinks a::after {
    width: 1.6rem;
    height: 1.6rem;
  }

  #opening_lp_navi .opening_lp_navBtn {
    max-width: 34.5rem;
    width: 100%;
    margin: 3.2rem auto 0;
  }
}

/* !mainVisual
---------------------------------------------------------- */
.opening_lp_mainVisual img {
  width: 100%;
}
/* opening_lp_contents
-----------------------------------------------------------*/
.opening_lp_inner {
  max-width: 123.2rem;
  padding: 0 1.6rem;
  width: 100%;
  margin: 0 auto;
}
/*** contents スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .opening_lp_message .opening_lp_inner {
    padding: 0;
  }
  .opening_lp_inner .info {
    padding: 0 16px;
  }
}

/* opening_lp_footer
-----------------------------------------------------------*/
.opening_lp_footer {
  padding: 12rem 0 67rem;
  position: relative;
}

.opening_lp_footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(
      to bottom,
      #003a8f 30%,
      rgba(0, 58, 143, 0.7) 60%,
      rgba(0, 58, 143, 0) 100%
    ),
    url("../image/bg_footer.png") bottom center no-repeat;
  background-size: cover;
}

.opening_lp_footeInner {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.opening_lp_footerLogo {
  max-width: 14rem;
  width: 100%;
  margin: 0 auto;
}

.opening_lp_footerLogo a:hover {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}

.opening_lp_footerSns {
  margin-top: 3.6rem;
  text-align: center;
}

.opening_lp_footerSns .title .ydb {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.042rem;
}

.opening_lp_footerSns .title .jap {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0.4rem;
}

.opening_lp_footerSns ul {
  max-width: 46.4rem;
  width: 100%;
  margin: 2.4rem auto 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.6rem;
}

.opening_lp_footerSns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  background: #1d4aa2;
  border-radius: 100%;
  transition: opacity 0.5s ease;
}

.opening_lp_footerSns li a:hover {
  opacity: 0.7;
}

.opening_lp_footerLinks {
  margin-top: 4.2rem;
}

.opening_lp_footerLinks ul {
  display: flex;
  justify-content: center;
}

.opening_lp_footerLinks ul.sp {
  display: none;
}

.opening_lp_footerLinks li a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 3.6rem;
}

.opening_lp_footerLinks li + li a {
  position: relative;
}

.opening_lp_footerLinks li + li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 0.1rem;
  top: 0;
  height: 2.4rem;
  background: rgba(255, 255, 255, 0.2);
}

.opening_lp_footerLinks li a:hover {
  text-decoration: underline;
}

.opening_lp_copyright {
  color: #fff;
  margin-top: 4.2rem;
  text-align: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
/*** footerスマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .opening_lp_footer {
    padding: 9rem 0 30rem;
    position: relative;
  }
  .opening_lp_footer::before {
    /* height: 37.6rem; */
    background-size: cover;
  }
  .opening_lp_footerLogo {
    max-width: 10rem;
  }

  .opening_lp_footerSns .title .ydb {
    font-size: 3.2rem;
  }

  .opening_lp_footerSns .title .jap {
    font-size: 1.4rem;
    margin-top: 0.2rem;
  }

  .opening_lp_footerSns ul {
    max-width: 32.8rem;
    gap: 0.8rem;
  }

  .opening_lp_footerSns li a {
    width: 4.8rem;
    height: 4.8rem;
  }
  .opening_lp_footerLinks {
    margin-top: 3.6rem;
  }

  .opening_lp_footerLinks ul.pc {
    display: none;
  }

  .opening_lp_footerLinks ul.sp {
    display: flex;
    justify-content: center;
  }

  .opening_lp_footerLinks ul li {
    margin-bottom: 1.6rem;
  }

  .opening_lp_footerLinks li a {
    padding: 0 1.6rem;
    white-space: nowrap;
  }
}

/* heading
-----------------------------------------------------------*/
.opening_lp_heading h2 {
  text-align: center;
  color: #003a8f;
  margin-bottom: 5.4rem;
}

.opening_lp_heading .ydb {
  font-size: 7.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.076rem;
}

.opening_lp_heading .jap {
  font-size: 2.2rem;
  font-weight: 700;
  display: block;
  margin-top: -0.2rem;
}

/*** footerスマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .opening_lp_heading h2 {
    margin-bottom: 3.2rem;
  }

  .opening_lp_heading .ydb {
    font-size: 5.4rem;
    letter-spacing: -0.054rem;
  }

  .opening_lp_heading .jap {
    font-size: 1.6rem;
  }
}

/* GAME INFO
-----------------------------------------------------------*/
.opening_lp_game {
  padding: 8rem 0 15rem;
  position: relative;
}
.opening_lp_game .inner {
  width: 900px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}
.opening_lp_game .opening_lp_heading h2 {
  color: #fff;
}
.opening_lp_gameInfo {
  display: flex;
  gap: 72px;
}
.gameinfo_text {
  width: 940px;
  max-width: calc(100% - 32px);
  padding: 24px 36px;
  border: 2px solid #fff;
  margin: 0 auto 100px;
}
.gameinfo_text p {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
}
.gameinfo_text span {
  color: #ffe10d;
}
.opening_lp_game .jera_title {
  display: flex;
  gap: 16px;
  width: 520px;
  max-width: 100%;
  margin: 0 auto 100px;
  justify-content: center;
  align-items: center;
}
.opening_lp_game .jera_title .logo_jera {
  width: 130px;
  max-width: 100%;
}
.opening_lp_game .jera_title .title_jera {
  width: 330px;
  max-width: 100%;
}
.opening_lp_gameInfo .opponent {
  width: 28%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.opening_lp_gameInfo .opponent .ydb {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.08px;
}
.opening_lp_gameInfo .opponent .opponent_info img {
  width: 180px;
}
.logo_giants {
  width: 150px!important;
}
.opening_lp_gameInfo .opponent .name {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
.opening_lp_gameInfo .date_wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.opening_lp_gameInfo .date_wrapper img {
  max-width: 100%;
}
.opening_lp_gameInfo .date_wrapper span {
  height: 1px;
  background-image: linear-gradient(to right, #ffffff 60%, transparent 40%);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  width: 100%;
}
.opening_lp_gameBtn a {
  display: block;
  max-width: 46rem;
  width: 100%;
  margin: 6.4rem auto 0;
  transition: opacity 0.5s ease;
}

.opening_lp_gameBtn a:hover {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}
.publiv_item {
  width: 640px;
  margin: 0 auto 100px;
  display: block;
}
.stadium.ydb {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 130%; /* 46.8px */
  letter-spacing: -1.08px;
  margin-top: 40px;
}

.mb_game_info {
  margin-bottom: 100px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .opening_lp_game {
    padding: 5.7rem 0 8.4rem;
  }
  .opening_lp_game .opening_lp_heading h2 {
    color: #fff;
  }
  .opening_lp_gameInfo {
    flex-direction: column;
    gap: 28px;
  }
  .gameinfo_text {
    padding: 20px 16px;
    margin-bottom: 64px;
  }
  .gameinfo_text p {
    font-size: 16px;
    text-align: start;
  }
  .opening_lp_gameInfo .opponent {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .opening_lp_gameInfo .opponent .ydb {
    font-size: 24px;
    letter-spacing: -0.54px;
  }
  .opening_lp_gameInfo .opponent .opponent_info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  .opening_lp_gameInfo .opponent .opponent_info img {
    width: 120px;
  }
  .logo_giants {
    width: 100px!important;
  }
  .opening_lp_gameInfo .opponent .detail .name {
    font-size: 14px;
  }
  .opening_lp_gameDate {
    margin-top: 2.1rem;
    padding: 0 0 3.2rem;
    border-bottom: 0.1rem dashed #fff;
  }

  .opening_lp_gameDate img.pc {
    display: none;
  }

  .opening_lp_gameDate img.sp {
    display: inline-block;
  }

  .opening_lp_gameItem {
    padding: 1.6rem 0;
    border-bottom: 0.1rem solid #fff;
    display: block;
  }

  .opening_lp_gameBox:first-child {
    border-right: none;
    border-bottom: 0.1rem dashed #fff;
    padding: 0 2rem 1.6rem;
  }

  .opening_lp_gameBox:nth-child(2) {
    padding: 1.6rem 2rem 0;
  }

  .opening_lp_gamePosition {
    max-width: 28.5rem;
    width: 100%;
    margin: 3.2rem auto 0;
  }

  .opening_lp_gameBtn a {
    max-width: 34.5rem;
    margin: 4rem auto 0;
  }
  .opening_lp_game .jera_title {
    gap: 10px;
    margin-bottom: 64px;
    /* justify-content: start; */
  }
  .opening_lp_game .jera_title .logo_jera {
    width: 25%;
  }
  .opening_lp_game .jera_title .title_jera {
    width: 61.2%;
    margin-right: 4%;
  }
  .opening_lp_gameInfo .date_wrapper {
    gap: 16px;
  }
  .publiv_item {
    width: 640px;
    margin: 0 auto 64px;
    display: block;
  }
  .stadium.ydb {
    font-size: 22px;
  }

  .mb_game_info {
    margin-bottom: 64px;
  }
  
}

/* MESSAGE
-----------------------------------------------------------*/
.opening_lp_message {
  padding: 8rem 0 14rem;
  background: #fff;
  position: relative;
}

.opening_lp_message::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 75.9rem;
  height: 4.2rem;
  background: url("../image/section/top_wh.svg") left no-repeat;
  background-size: cover;
  transform: translate(1%, -95%);
}
.opening_lp_messageItem {
  display: flex;
  align-items: center;
  width: 100%;
}
.opening_lp_messageItem + .opening_lp_messageItem {
  margin-top: 8rem;
}
.opening_lp_messageItem:nth-child(odd) {
  flex-direction: row-reverse;
}
.opening_lp_messageItem .image {
  width: 60.2rem;
}
.opening_lp_messageItem .info {
  width: calc(100% - 65.6rem);
}
.opening_lp_messageItem:nth-child(odd) .image {
  margin-left: 5.4rem;
}
.opening_lp_messageItem:nth-child(even) .image {
  margin-right: 5.4rem;
}
.opening_lp_messageItem .title span {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  padding: 0.4rem 0.8rem;
  background: #003a8f;
  display: inline-block;
}
.opening_lp_messageItem .title span {
  margin-bottom: 0.4rem;
}

.opening_lp_messageItem .text {
  margin-top: 2.4rem;
  color: #003a8f;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
}
.opening_lp_messageItem .info a {
  color: #003a8f;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  text-decoration: none;
  align-items: center;
  margin-top: 24px;
}
.opening_lp_messageItem .info a:hover {
  opacity: 0.8;
}

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

  .opening_lp_message::after {
    width: 21.7rem;
    height: 2.6rem;
    background: url("../image/section/top_wh_sp.svg") left no-repeat;
  }

  /* .opening_lp_message::before {
    width: 21.7rem;
    height: 2.6rem;
    background: url("../image/section/bottom_wh_sp.svg") left no-repeat;
    background-size: cover;
  } */

  .opening_lp_messageItem {
    display: block;
  }

  .opening_lp_messageItem + .opening_lp_messageItem {
    margin-top: 4.8rem;
  }

  .opening_lp_messageItem .image {
    /* max-width: 34.5rem; */
    width: 100%;
  }

  .opening_lp_messageItem .info {
    width: 100%;
    margin-top: 1.6rem;
  }

  .opening_lp_messageItem:nth-child(odd) .image {
    margin-left: 0;
  }

  .opening_lp_messageItem:nth-child(even) .image {
    margin-right: 0;
  }

  .opening_lp_messageItem .title span {
    font-size: 2.2rem;
  }

  .opening_lp_messageItem .title span {
    margin-bottom: 0.4rem;
  }

  .opening_lp_messageItem .text {
    margin-top: 2.4rem;
    font-size: 1.5rem;
    margin-top: 1.2rem;
  }
  .opening_lp_messageItem .info a {
    font-size: 16px;
    margin-top: 16px;
  }
}

/* EVENT
-----------------------------------------------------------*/
.opening_lp_event {
  padding: 12rem 0 10rem;
  position: relative;
  background: #003a8f;
}

.opening_lp_event::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 75.9rem;
  height: 4.2rem;
  background: url("../image/section/bottom_bl.svg") left no-repeat;
  background-size: cover;
  transform: translate(-1%, 95%);
}

.opening_lp_event .opening_lp_heading h2 {
  color: #fff;
}

.opening_lp_eventItem {
  display: flex;
  align-items: center;
  justify-content: center;
}

.opening_lp_eventItem .image {
  width: 60rem;
  /* margin-right: 5.4rem; */
}
.opening_lp_eventItem .info {
  width: 60rem;
  margin-left: 5.4rem;
}

.opening_lp_eventItem .info {
  width: calc(100% - 65.4rem);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .opening_lp_event {
    padding: 7.9rem 0 5.4rem;
  }
  .opening_lp_event::after {
    width: 21.7rem;
    height: 2.6rem;
    background: url("../image/section/bottom_bl_sp.svg") left no-repeat;
    background-size: cover;
  }

  .opening_lp_eventItem {
    display: block;
  }

  .opening_lp_eventItem .image {
    max-width: 34.5rem;
    width: 100%;
    margin: 0 auto;
  }

  .opening_lp_eventItem .info {
    width: 100%;
    padding: 2.4rem 1.6rem 0;
    font-size: 1.6rem;
    margin-left: 0;
  }
}

/* PHOTO
-----------------------------------------------------------*/
.photo_container {
  display: flex;
  background-color: transparent;
}
.photo_container .item {
  width: 100%;
  height: 100%;
  margin-right: 4px;
}
.photo_container .item img {
  width: 280px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .photo_container .item img {
    width: 160px;
  }
}

/* GOODS
-----------------------------------------------------------*/
.opening_lp_goods {
  padding: 11.9rem 0 12.4rem;
  background-color: #003a8f;
}
.opening_lp_goods .opening_lp_heading h2 {
  color: #fff;
}
.goods_wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.6rem;
  margin-top: 3.2rem;
  padding-bottom: 90px;
}
.goods_wrapper .item {
  width: 204px;
  max-width: 100%;
  color: #fff;
  font-family: "Noto Sans JP";
}
.goods_wrapper .item img {
  width: 100%;
  margin-bottom: 16px;
}
.goods_wrapper .item .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  width: 204px;
}
.goods_wrapper .item .price {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.goods_wrapper .item .price span {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.goods_wrapper .item .opening_lp_goodsBtn a {
  max-width: 46rem;
  width: 100%;
  margin: 6.4rem auto 0;
  display: block;
  transition: opacity 0.5s ease;
}
.goods_btn {
  width: 430px;
  max-width: 100%;
  margin: 0 auto;
}
.goods_btn:hover {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .opening_lp_goods {
    padding: 8rem 0;
  }
  .goods_wrapper {
    display: block;
    margin-top: 2.4rem;
    margin-right: -1.6rem;
    padding-bottom: 48px;
  }
  .goods_wrapper .item {
    width: 200px;
    max-width: 100%;
    margin-right: 1.2rem;
  }
  .goods_wrapper .item img {
    max-width: 100%;
    width: 20rem;
  }
  .goods_wrapper .item .name {
    font-size: 16px;
    width: 200px;
  }
  .goods_wrapper .item .price {
    font-size: 14px;
  }
  .goods_wrapper .item .price span {
    font-size: 10px;
  }
}

/* MOVIE
-----------------------------------------------------------*/
.opening_lp_movie {
  padding: 8rem 0 10rem;
  position: relative;
  background: #fff;
}
.opening_lp_movie::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 75.9rem;
  height: 4.2rem;
  background: url("../image/section/top_wh.svg") no-repeat;
  background-size: cover;
  transform: translate(1%, -95%);
}
.opening_lp_movie::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 75.9rem;
  height: 4.2rem;
  background: url("../image/section/bottom_wh.svg") no-repeat;
  background-size: cover;
  transform: translate(-1%, 95%);
}
.movie_item {
  max-width: 76.8rem;
  width: 100%;
  margin: 0 auto;
}
.movie_item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.movie_item .title {
  color: #003a8f;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1.6rem;
  text-align: center;
}

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

  .opening_lp_movie::before {
    width: 21.7rem;
    height: 2.6rem;
    background: url("../image/section/top_wh_sp.svg") no-repeat;
    background-size: cover;
  }

  .opening_lp_movie::after {
    width: 21.7rem;
    height: 2.6rem;
    background: url("../image/section/bottom_wh_sp.svg") no-repeat;
    background-size: cover;
    transform: translate(-1%, 95%);
  }

  .movie_item {
    max-width: 34.5rem;
  }

  .movie_item .title {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}

/* GALLERY
-----------------------------------------------------------*/
.opening_lp_gallery {
  padding: 12.2rem 0 13.9rem;
  position: relative;
}
.opening_lp_gallery .opening_lp_heading h2 {
  color: #fff;
}
.opening_lp_gallery::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 75.9rem;
  height: 4.2rem;
  background: url("../image/section/top_wh.svg") no-repeat;
  background-size: cover;
  transform: translate(1%, 5%);
}
.comingsoon {
  width: 768px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.opening_lp_galleryWrap {
  max-width: 76.8rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.opening_lp_gallerySwiper .swiper-button-prev,
.opening_lp_gallerySwiper .swiper-button-next {
  display: none;
}
.opening_lp_gallerySwiper .galleryArrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 4.2rem;
  z-index: 30;
}

.opening_lp_gallerySwiper .galleryArrow.prev {
  left: 50%;
  transform: translateX(-50%);
  margin-left: -43.4rem;
}

.opening_lp_gallerySwiper .galleryArrow.next {
  right: 50%;
  transform: translateX(50%);
  margin-right: -43.4rem;
}

.opening_lp_gallerySwiper .swiper-slide a {
  display: block;
  max-width: 76.8rem;
  width: 100%;
  /* height: 43.2rem; */
  margin: 0 auto;
  text-align: center;
}

.opening_lp_gallerySwiper .swiper-slide img {
  width: auto;
  margin: 0 auto;
  height: 100%;
}

.opening_lp_galleryThumbs {
  max-width: 72.9rem;
  width: 100%;
  margin: 2rem auto 0;
  position: relative;
}

.opening_lp_galleryThumbs::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 12rem;
  height: 100%;
  background: linear-gradient(270deg, #003a8f 0.29%, rgba(0, 58, 143, 0) 100%);
}
.opening_lp_galleryThumbs .swiper,
.opening_lp_galleryThumbs .swiper-wrapper {
  height: 100% !important;
}
.opening_lp_galleryThumbs .swiper-slide a {
  width: 100%;
  height: 100%;
  padding-top: 65%;
  position: relative;
  display: block;
}
.opening_lp_galleryThumbs .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  object-fit: contain;
}
.opening_lp_galleryThumbs .swiper-slide-thumb-active {
  position: relative;
}
.opening_lp_galleryThumbs .swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #ffe10d;
}
.opening_lp_popupWrap {
  z-index: 999;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0%;
  left: 0%;
  visibility: hidden;
  opacity: 0;
}

.opening_lp_popupWrap.show {
  visibility: visible;
  opacity: 1;
}

.opening_lp_popupWrap .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
}

.opening_lp_galleryPopup {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  /* width: 34.5rem; */
  margin-top: -5rem;
  transform: translate(-50%, -50%);
}

.swiper-slide {
  height: auto;
}

.opening_lp_galleryPopup .swiper-slide {
  height: 60rem;
  width: 76.8rem;
}

.opening_lp_galleryPopup .swiper-slide a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.opening_lp_galleryPopup .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  object-fit: contain;
}

.opening_lp_galleryPopup .swiper-wrapper {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}

.opening_lp_galleryPopup .swiper-button-prev,
.opening_lp_galleryPopup .swiper-button-next {
  display: none;
}

.opening_lp_galleryPopup .galleryArrow {
  position: absolute;
  width: 8rem;
  bottom: -5%;
  z-index: 300;
  transform: translateY(100%);
}

.opening_lp_galleryPopup .galleryArrow a {
  width: 100%;
  display: block;
  position: relative;
  text-decoration: none;
}
.opening_lp_galleryPopup .galleryArrow.prev {
  left: 0;
}

.opening_lp_galleryPopup .galleryArrow.prev a::after {
  content: "PREV";
  position: absolute;
  color: #ffe10d;
  left: 1.8rem;
  top: 0.1rem;
  z-index: 3;
  font-family: "ydb2024_seasonfont_main";
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.opening_lp_galleryPopup .galleryArrow.next {
  right: 0;
}

.opening_lp_galleryPopup .galleryArrow.next a {
  text-align: right;
}

.opening_lp_galleryPopup .galleryArrow.next a::before {
  content: "NEXT";
  position: absolute;
  left: 0;
  top: 0.1rem;
  z-index: 3;
  color: #ffe10d;
  font-family: "ydb2024_seasonfont_main";
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.opening_lp_galleryPopup .galleryArrow img {
  width: 1.6rem;
}

.opening_lp_galleryPopup .popClose {
  position: absolute;
  bottom: -10%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, 100%);
  width: 16rem;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .opening_lp_gallery {
    padding: 8rem 0;
  }
  .opening_lp_gallery::after {
    width: 21.7rem;
    height: 2.6rem;
    background: url("../image/section/top_wh_sp.svg") no-repeat;
    background-size: cover;
  }

  .opening_lp_gallerySwiper {
    aspect-ratio: 343/228.61;
  }

  .opening_lp_gallerySwiper .galleryArrow {
    top: 35%;
    width: 3.2rem;
    position: absolute;
  }
  .opening_lp_gallerySwiper .galleryArrow.prev {
    left: 0.5rem;
    margin-left: 0;
  }
  .opening_lp_gallerySwiper .galleryArrow.next {
    right: 0.5rem;
    margin-right: 0;
  }
  .opening_lp_gallerySwiper .swiper {
    width: 100%;
    margin: 0 auto;
  }
  .opening_lp_gallerySwiper .swiper-slide {
    aspect-ratio: 343/228.61;
  }
  .opening_lp_gallerySwiper .swiper-slide a {
    aspect-ratio: 343/228.61;
  }
  .opening_lp_gallerySwiper .swiper-slide img {
    object-fit: contain;
    aspect-ratio: 343/228.61;
  }
  .opening_lp_galleryThumbs {
    max-width: 37.5rem;
    margin: 8px auto 0;
  }
  .opening_lp_galleryThumbs::before {
    width: 4.9rem;
    height: 5rem;
  }

  .opening_lp_galleryThumbs .swiper-slide-thumb-active::before {
    border: 0.2rem solid #ffe10d;
  }

  .opening_lp_galleryPopup {
    height: auto;
    width: 45rem;
    max-width: calc(100% - 32px);
  }

  /* .swiper-slide {
    height: 20rem;
  } */

  .opening_lp_galleryPopup .swiper-slide {
    height: 24rem;
  }

  .opening_lp_galleryPopup .swiper-slide a {
    position: relative;
    width: 100%;
  }

  .opening_lp_galleryPopup .swiper-slide a img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
  }
  .opening_lp_galleryPopup .swiper {
    /* max-width: 24.5rem; */
    width: 100%;
    margin: 0 auto;
  }

  .opening_lp_galleryPopup .swiper-button-prev,
  .opening_lp_galleryPopup .swiper-button-next {
    display: none;
  }

  .opening_lp_galleryPopup .galleryArrow {
    width: 6.2rem;
    bottom: -2rem;
    transform: translateY(100%);
  }

  /* .opening_lp_galleryPopup .swiper-slide {
    height: 100%;
    width: 500px;
    max-width: calc(100% - 32px);
  } */

  .opening_lp_galleryPopup .galleryArrow.prev {
    left: 0;
  }

  .opening_lp_galleryPopup .galleryArrow.prev a::after {
    font-size: 1.8rem;
  }

  .opening_lp_galleryPopup .galleryArrow.next a::before {
    font-size: 1.8rem;
  }

  .opening_lp_galleryPopup .popClose {
    bottom: -5.2rem;
    width: 13rem;
  }
}

/* NEWS
-----------------------------------------------------------*/
.opening_lp_news {
  padding: 12rem 0 10rem;
  position: relative;
  background: #fff;
}

.opening_lp_news::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 75.9rem;
  height: 4.2rem;
  background: url("../image/section/bottom_wh.svg") left no-repeat;
  background-size: cover;
  transform: translate(-1%, 95%);
}

.opening_lp_newsList {
  max-width: 76.8rem;
  width: 100%;
  margin: 0 auto;
}

.opening_lp_newsList ul a {
  padding: 1.6rem 0;
  text-decoration: none;
  display: block;
  border-top: #003a8f 0.1rem solid;
  position: relative;
}

.opening_lp_newsList ul li:last-child a {
  border-bottom: #003a8f 0.1rem solid;
}

.opening_lp_newsList ul .date {
  color: #919191;
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
}

.opening_lp_newsList ul .title {
  margin-top: 0.8rem;
  color: #003a8f;
  font-size: 1.6rem;
  font-weight: 700;
  padding-right: 4.6rem;
  position: relative;
}

.opening_lp_newsList ul .title span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.opening_lp_newsList ul a:hover .title {
  text-decoration: underline;
}

.opening_lp_newsList ul .title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 2.2rem;
  height: 2.2rem;
  background: url("../image/icon_linl_yellow.svg") no-repeat;
  background-size: 100% 100%;
}

.opening_lp_newsBtn a {
  max-width: 46rem;
  width: 100%;
  margin: 6.4rem auto 0;
  display: block;
  transition: opacity 0.5s ease;
}

.opening_lp_newsBtn a:hover {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}

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

  .opening_lp_news::before {
    width: 21.7rem;
    height: 2.6rem;
    background: url("../image/section/bottom_wh_sp.svg") left no-repeat;
    background-size: cover;
  }

  .opening_lp_newsList {
    max-width: 34.5rem;
  }

  .opening_lp_newsList ul a {
    padding: 1.2rem 0;
    position: relative;
  }

  .opening_lp_newsList ul .date {
    font-size: 1.2rem;
  }

  .opening_lp_newsList ul .title {
    margin-top: 0.4rem;
    font-size: 1.4rem;
    font-weight: 700;
    padding-right: 2.6rem;
  }

  .opening_lp_newsList ul .title span {
    -webkit-line-clamp: 2;
  }

  .opening_lp_newsList ul .title::before {
    right: 0rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .opening_lp_newsBtn a {
    max-width: 64rem;
    width: 100%;
    margin: 6.4rem auto 0;
    display: block;
  }
}
</pre></body></html>