@charset "UTF-8";
@import url("//use.fontawesome.com/releases/v6.5.1/css/all.css");
@import url(https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Noto+Serif+JP:wght@300&family=Oswald:wght@700&family=Radley&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap");
.libre {
  font-family: "Libre Baskerville", serif;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.noto {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}

.noto_serif {
  font-family: "Noto Serif JP", serif;
}

/* !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 {
  border: 0;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

* {
  box-sizing: border-box;
}
*: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: #000;
  text-decoration: none;
  transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !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 {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  overflow-x: clip;
}

.eng {
  font-family: "Libre Baskerville", serif;
}

.red {
  color: #E6002D;
}

/*** スマホ 320px ~ 767px***/
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}
.pc {
  display: block;
}

.sp {
  display: none;
}

/*** スマホ 320px ~ 767px***/
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br_pc {
    display: none;
  }
}
/* !ページ内アンカー設定
---------------------------------------------------------- */
.coming {
  display: block;
  padding: 0.5em 0 0.3em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-family: "Teko", sans-serif;
  font-weight: 500;
  font-size: 80px;
}
@media only screen and (max-width: 767px) {
  .coming {
    padding: 0.4em 0 0.2em;
    font-size: 10.333333vw;
  }
}

/* !lp250905_wrapper
---------------------------------------------------------- */
.lp250905_wrapper {
  width: 100%;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

.pc-hidden {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
  .pc-hidden {
    display: block;
  }
}
.lp250905_inner01 {
  max-width: 1080px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  text-align: center;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .lp250905_inner01 {
    width: 92%;
    padding: 30px 4%;
  }
}

.lp250905_inner02 {
  max-width: 900px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  text-align: center;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .lp250905_inner02 {
    width: 92%;
    padding: 30px 4%;
  }
}

.lp250905_inner03 {
  max-width: 1300px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  text-align: center;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .lp250905_inner03 {
    width: 92%;
    padding: 30px 4%;
  }
}

/* !

/*** スマホ 320px ~ 767px***/
@media only screen and (max-width: 767px) {
  .lp250905_wrapper {
    min-width: 320px;
    /*padding-bottom: 60px;*/
  }
}
.link_hover {
  transition: all 0.5s ease-in-out;
}
.link_hover:hover {
  opacity: 0.7;
}

/* !header temp
---------------------------------------------------------- */
.header_temp {
  width: 100%;
  height: 173px;
  position: fixed;
  z-index: 100;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .header_temp {
    height: 56px;
    margin-bottom: 20px;
  }
}
.header_temp .header_temp_cont img {
  width: 100%;
}

/* !newsModal
---------------------------------------------------------- */
.news-modal {
  display: none;
  padding: 50px 40px 80px;
  width: 100%;
  max-width: 800px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .news-modal {
    padding: 8vw 5.333333vw;
  }
}
.news-modal .category {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.news-modal .ttl {
  position: relative;
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.news-modal .ttl::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  content: "";
  width: 100px;
  height: 3px;
  background-color: #E6002D;
}
.news-modal .txt {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.news-modal p + p {
  margin-top: 20px;
}

/* !mainVisual
---------------------------------------------------------- */
.lp250905_kv {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #700016;
  border-bottom: 5px solid #E6002D;
}
.lp250905_kv img {
  width: 100%;
}
.lp250905_kv ul {
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 0;
}
.lp250905_kv ul li {
  width: 530px;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
  transition: all 0.3s;
}
.lp250905_kv ul li img {
  opacity: 0;
}
.lp250905_kv ul li.active {
  padding-bottom: 15px;
  background-color: #E6002D;
}
.lp250905_kv ul li:hover {
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .lp250905_kv ul li {
    border-radius: 2.666666vw 2.666666vw 0 0;
  }
  .lp250905_kv ul li.active {
    padding-bottom: 1.333333vw;
  }
  .lp250905_kv ul li:hover {
    padding-bottom: 1.333333vw;
  }
}
.lp250905_kv ul li:last-of-type {
  margin-left: 20px;
}
.lp250905_kv ul #tab-elfen {
  background-image: url(../images/kv_tab-elfen-off.png);
}
.lp250905_kv ul #tab-elfen.active {
  background-image: url(../images/kv_tab-elfen-on.png);
}
.lp250905_kv ul #tab-ardija {
  background-image: url(../images/kv_tab-ardija-off.png);
}
.lp250905_kv ul #tab-ardija.active {
  background-image: url(../images/kv_tab-ardija-on.png);
}
@media only screen and (max-width: 767px) {
  .lp250905_kv {
    width: 100%;
    border-bottom-width: 3px;
  }
  .lp250905_kv ul li {
    width: 46.677777vw;
  }
  .lp250905_kv ul li:last-of-type {
    margin-left: 1.333333vw;
  }
}

/*** スマホ 320px ~ 767px***/
/* !footer temp
-----------------------------------------------------------*/
.footer_temp {
  width: 100%;
  height: 1150px;
  position: relative;
  background: url(../images/temp_footer_bg_pc.jpg) repeat-x;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .footer_temp {
    height: 1170px;
  }
}
.footer_temp .footer_temp_cont img {
  width: 100%;
  height: auto;
}

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

.obi {
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 120px;
  height: 120px;
  color: #fff;
  font-family: "Teko", sans-serif;
  font-size: 22px;
  font-weight: 500;
  transform: rotate(-45deg);
}
.obi span {
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, 0);
  height: auto;
}

.obi:before {
  content: "";
  display: block;
  background: #E6002D;
  height: 60px;
  width: 120px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  color: #fff;
}

.link_btn {
  margin: 0;
  position: absolute;
  right: -20px;
  bottom: 20px;
  width: 250px;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .link_btn {
    margin: 30px 5% 0;
    right: 0;
    bottom: 20px;
    width: 90%;
  }
}
.link_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.2em;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-family: "Teko", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1px;
  letter-spacing: 0.1em;
  background: #000;
}
.link_btn a svg {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: auto;
  fill: #fff;
  transform: translateY(-50%);
}
.link_btn a:hover {
  background: #E6002D;
}

/* contents matrix */
.lp250905_cont-1 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .lp250905_cont-1 {
    margin-bottom: 60px;
  }
}
.lp250905_cont-1 ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .lp250905_cont-1 ul {
    display: block;
  }
}
.lp250905_cont-1 ul li {
  position: relative;
  width: 46%;
  background-color: #fff;
  border: 2px solid #000;
  padding: 10px 10px 90px;
}
@media only screen and (max-width: 767px) {
  .lp250905_cont-1 ul li {
    width: 100%;
    margin-bottom: 80px;
    padding-bottom: 20px;
  }
}
.lp250905_cont-1 ul li .photo {
  margin-bottom: 20px;
}
.lp250905_cont-1 ul li .photo img {
  width: 100%;
  height: auto;
}
.lp250905_cont-1 ul li .photo2 {
  margin-bottom: 0;
}
.lp250905_cont-1 ul li .photo2 img {
  width: 100%;
  height: auto;
}
.lp250905_cont-1 ul li .note {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  text-align: left;
  font-size: 11px;
  margin-bottom: 20px;
  padding: 0 0 5px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}
.lp250905_cont-1 ul li .shop {
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 12px;
  padding: 7px;
  letter-spacing: 0.1em;
  background-color: #000;
  float: left;
  margin-left: 10px;
}
.lp250905_cont-1 ul li .ttl {
  color: #E6002D;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 18px;
  padding: 20px 10px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  clear: both;
}
.lp250905_cont-1 ul li .price {
  color: #000;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 17px;
  padding: 0 10px 20px;
  letter-spacing: 0.1em;
}
.lp250905_cont-1 ul li .price span {
  font-weight: 400;
  font-size: 0.6em;
}
.lp250905_cont-1 ul li .txt {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  text-align: left;
  font-size: 14px;
  padding: 10px;
  letter-spacing: 0.12em;
  line-height: 1.8;
}
.lp250905_cont-1 ul li .txt p + p {
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .lp250905_cont-1 ul li .link_btn {
    position: relative;
    margin-top: 50px;
  }
}

.lp250905_cont-2 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .lp250905_cont-2 {
    margin-bottom: 60px;
  }
}
.lp250905_cont-2 ul li {
  width: 29%;
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px 10px 30px;
}
@media only screen and (max-width: 767px) {
  .lp250905_cont-2 ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.lp250905_cont-2 ul li .obi {
  position: absolute;
  display: flex;
  margin: -10px;
}
.lp250905_cont-2 ul li .obi img {
  width: 30%;
  height: auto;
}
.lp250905_cont-2 ul li .photo {
  margin-bottom: 20px;
}
.lp250905_cont-2 ul li .photo img {
  width: 100%;
  height: auto;
}
.lp250905_cont-2 ul li .shop {
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 11px;
  padding: 5px;
  letter-spacing: 0.1em;
  background-color: #000;
  float: left;
  margin: 10px 0 0 10px;
}
.lp250905_cont-2 ul li .ttl {
  color: #E6002D;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 18px;
  padding: 15px 10px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  clear: both;
}
.lp250905_cont-2 ul li .price {
  color: #000;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 17px;
  padding: 0 10px 10px;
  letter-spacing: 0.1em;
}
.lp250905_cont-2 ul li .price span {
  font-weight: 400;
  font-size: 0.6em;
}
.lp250905_cont-2 ul li .txt {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  text-align: left;
  font-size: 14px;
  padding: 10px;
  letter-spacing: 0.12em;
  line-height: 1.8;
}

/* COMING SOON */
.comingsoon {
  margin: 80px auto;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .comingsoon {
    margin: 40px auto;
    width: 80%;
  }
}
.comingsoon img {
  width: 100%;
  height: auto;
}

/* slick */
.slider-dots {
  width: 100%;
}
.slider-dots .slick-dots {
  bottom: auto;
  margin-bottom: 10px;
}
.slider-dots .slick-dots li {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  border: none !important;
}
.slider-dots .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border: none;
  transform: rotate(45deg) skew(10deg, 10deg);
}
.slider-dots .slick-dots li button:before {
  display: none;
}
.slider-dots .slick-dots li + li {
  margin-left: 20px !important;
}
.slider-dots .slick-dots li.slick-active button {
  background-color: #E6002D;
}

/* scroll top btn */
#scrolltotop a {
  height: 50px;
  bottom: -120px;
  width: 50px;
  position: fixed;
  right: 3%;
  z-index: 99;
}

#scrolltotop span:after {
  position: absolute;
  display: block;
  margin-top: -9px;
  margin-left: -10.5px;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
}

/* !title
---------------------------------------------------------- */
h2 {
  text-align: center;
  margin-bottom: 80px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  h2 {
    margin-bottom: 20px;
  }
}
h2 img {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  h2 img {
    width: 70%;
  }
}

h3 img,
h4 img {
  height: 35px;
}

.txtBold {
  font-weight: bold;
}

/*** スマホ 320px ~ 767px***/
/* contents
---------------------------------------------------------- */
/* Match Module */
.lp250905_match_module {
  width: 100%;
  min-height: 100px;
  background-color: #E6002D;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lp250905_match_module {
    padding: 20px 0;
  }
}
.lp250905_match_module ul {
  min-height: 100px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .lp250905_match_module ul {
    display: block;
  }
}
.lp250905_match_module ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .lp250905_match_module ul li {
    display: block;
  }
}
.lp250905_match_module ul li img {
  width: 95%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .lp250905_match_module ul li img {
    width: 90%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .lp250905_match_module ul li:nth-child(1) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .lp250905_match_module ul li:nth-child(1) img {
    width: 60%;
    height: auto;
  }
}

/* Contents Navi */
.lp250905_menu {
  width: 100%;
  background-color: #000;
  /* position: sticky; */
  top: 0;
  z-index: 10;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .lp250905_menu {
    top: 0;
    padding: 10px 5px 0;
  }
}
.lp250905_menu ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .lp250905_menu ul {
    flex-wrap: wrap;
  }
}
.lp250905_menu ul li {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  border-right: 1px solid #E6002D;
  width: 12.5%;
}
@media only screen and (max-width: 767px) {
  .lp250905_menu ul li {
    width: 25%;
    margin-bottom: 15px;
    padding: 0 2%;
    font-size: 3.2vw;
    line-height: 1.2;
  }
}
.lp250905_menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3em 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  letter-spacing: 0.04em;
}
.lp250905_menu ul li a:hover {
  color: #E6002D;
}
.lp250905_menu ul li:nth-child(1) {
  border-left: 1px solid #E6002D;
}
@media only screen and (max-width: 767px) {
  .lp250905_menu ul li:nth-child(5) {
    border-left: 1px solid #E6002D;
  }
}

.lp250905_derby {
  width: 100%;
  position: relative;
  padding: 120px 0 0;
}
.lp250905_derby .derby-txt {
  margin: 0 auto;
  padding: 50px;
  width: 900px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.8;
  text-align: left;
  box-sizing: border-box;
}
.lp250905_derby .derby-txt p + p {
  margin-top: 1em;
}
.lp250905_derby .derby-txt strong {
  color: #E6002D;
}
.lp250905_derby .derby_kv {
  margin: 50px auto 0;
  width: 900px;
}
@media only screen and (max-width: 767px) {
  .lp250905_derby .derby_kv {
    margin: 8vw 5.333333vw 0;
    width: auto;
  }
}
.lp250905_derby .derby_kv img {
  width: 100%;
  height: auto;
}
.lp250905_derby ul {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  padding: 30px 0 10px 0;
}
.lp250905_derby ul li {
  margin-right: 50px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  font-family: "Teko", sans-serif;
  font-size: 160px;
  font-weight: 600;
  white-space: nowrap;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .lp250905_derby ul li {
    margin-right: 6.666667vw;
    font-size: 21.333333vw;
  }
}
.lp250905_derby ul li:after {
  display: block;
  content: "";
  margin: -0.1em 0 0 50px;
  width: 20px;
  height: 20px;
  background-color: #E6002D;
  transform: rotate(45deg) skew(10deg, 10deg);
}
@media only screen and (max-width: 767px) {
  .lp250905_derby ul li:after {
    margin-left: 6.666667vw;
    width: 2.666666vw;
    height: 2.666666vw;
  }
}
@media only screen and (max-width: 767px) {
  .lp250905_derby {
    padding-top: 13vw;
  }
  .lp250905_derby .derby-txt {
    margin: 0 5.333333vw;
    padding: 5.333vw;
    width: auto;
    font-size: 14px;
  }
  .lp250905_derby .derby-txt p + p {
    margin-top: 4.2vw;
  }
}

/* News */
.lp250905_news {
  width: 100%;
  position: relative;
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .lp250905_news {
    padding: 60px 0;
  }
}
.lp250905_news .event_cont {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .lp250905_news .event_cont {
    margin-bottom: 60px;
  }
}
.lp250905_news .event_cont ul li {
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px 10px 90px;
  margin-bottom: 40px;
  width: 333px;
}
.lp250905_news .event_cont ul li p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .lp250905_news .event_cont ul li {
    width: 80vw;
  }
}
.lp250905_news .event_cont ul li .obi {
  position: absolute;
  display: flex;
}
.lp250905_news .event_cont ul li .photo {
  margin-bottom: 20px;
}
.lp250905_news .event_cont ul li .photo img {
  width: 100%;
  height: auto;
}
.lp250905_news .event_cont ul li .category {
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 11px;
  padding: 5px;
  letter-spacing: 0.1em;
  background-color: #000;
  float: left;
  margin: 10px 0 0 10px;
}
.lp250905_news .event_cont ul li .ttl {
  color: #E6002D;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 18px;
  padding: 15px 10px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  clear: both;
}
.lp250905_news .event_cont ul li .price {
  color: #000;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 17px;
  padding: 0 10px 10px;
  letter-spacing: 0.1em;
}
.lp250905_news .event_cont ul li .price span {
  font-weight: 400;
  font-size: 0.6em;
}
.lp250905_news .event_cont ul li .txt {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  text-align: left;
  font-size: 14px;
  padding: 10px;
  letter-spacing: 0.12em;
  line-height: 1.8;
}

/* Event slick */
.news_slider .slick-list {
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .news_slider .slick-list {
    overflow: hidden;
    margin: 0;
  }
}
.news_slider .slick-list .slick-track {
  display: flex;
}
.news_slider .slick-list .slick-track::before {
  display: none;
}
.news_slider .slick-list .slick-track::after {
  display: none;
}

.news_slider .slick-slide {
  width: 333px;
  height: auto;
  margin: 0 20px;
  position: relative;
  overflow: visible;
  float: none;
}
@media only screen and (max-width: 767px) {
  .news_slider .slick-slide {
    width: 80vw;
  }
}

.news_slider .slick-arrow {
  width: 60px;
  height: 60px;
  background-color: #000;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 240px;
  z-index: 1;
}

.news_slider .slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 24px;
}

.news_slider .slick-next {
  right: -80px;
  background: url(../images/shape_arrow_r_02.svg) center/30px auto no-repeat;
}
@media only screen and (max-width: 767px) {
  .news_slider .slick-next {
    right: -40px;
  }
}

.news_slider .slick-prev {
  left: -80px;
  background: url(../images/shape_arrow_l_02.svg) center/30px auto no-repeat;
}
@media only screen and (max-width: 767px) {
  .news_slider .slick-prev {
    left: -40px;
  }
}

.news_slider .slick-next::before {
  left: 20px;
}

.news_slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}

/* Pickup Players */
.lp250905_players {
  position: relative;
  padding: 120px 0 0;
  width: 100%;
  background: url(../images/bg_pattern-01.png) repeat #fff;
  background-size: 1400px;
  border-top: 5px solid #E6002D;
}
.lp250905_players:before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #fff;
}
.lp250905_players:after {
  position: absolute;
  top: 5px;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .lp250905_players {
    padding: 60px 0 0;
  }
}
.lp250905_players .players_cont {
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .lp250905_players .players_cont {
    margin-bottom: 120px;
  }
}
.lp250905_players .players_cont .slide_single {
  background-color: #fff;
  border: 1px solid #000;
  padding: 40px 30px 70px;
  margin: 80px 160px 0;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .lp250905_players .players_cont .slide_single {
    padding: 20px 10px 0;
    margin: 50px 10px 0;
  }
}
.lp250905_players .players_cont .slide_single .obi {
  position: absolute;
  display: flex;
  margin: -40px;
  right: -101px;
}
@media only screen and (max-width: 767px) {
  .lp250905_players .players_cont .slide_single .obi {
    margin: -20px;
    right: -177px;
  }
}
.lp250905_players .players_cont .slide_single .obi img {
  width: 50%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .lp250905_players .players_cont .slide_single .obi img {
    width: 30%;
  }
}
.lp250905_players .players_cont .slide_single .player_img {
  width: 80%;
  margin: -110px 0 -110px -269px;
  z-index: 10;
  /* display: flex; */
  float: left;
}
@media only screen and (max-width: 767px) {
  .lp250905_players .players_cont .slide_single .player_img {
    width: 100%;
    margin: 0 0 30px;
    float: none;
  }
}
.lp250905_players .players_cont .slide_single .player_img img {
  width: 100%;
  height: auto;
}
.lp250905_players .players_cont .slide_single .credit {
  width: 60%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .lp250905_players .players_cont .slide_single .credit {
    width: 100%;
    float: none;
  }
}
.lp250905_players .players_cont .slide_single .credit .position {
  color: #E6002D;
  font-family: "Teko", sans-serif;
  font-weight: 500;
  text-align: left;
  font-size: 28px;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .lp250905_players .players_cont .slide_single .credit .position {
    font-size: 16px;
    text-align: center;
  }
}
.lp250905_players .players_cont .slide_single .credit .name_jpn {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: left;
  font-size: 42px;
  padding: 0 0 10px 0;
  letter-spacing: 0.18em;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .lp250905_players .players_cont .slide_single .credit .name_jpn {
    font-size: 28px;
    text-align: center;
  }
}
.lp250905_players .players_cont .slide_single .credit .name_eng {
  font-family: "Teko", sans-serif;
  font-weight: 500;
  text-align: left;
  font-size: 20px;
  padding: 10px 0;
  letter-spacing: 0.04em;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .lp250905_players .players_cont .slide_single .credit .name_eng {
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
  }
}
.lp250905_players .players_cont .slide_single .credit .txt {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  text-align: left;
  font-size: 14px;
  padding: 20px 0;
  letter-spacing: 0.12em;
  line-height: 1.6em;
}
@media only screen and (max-width: 767px) {
  .lp250905_players .players_cont .slide_single .credit .txt {
    padding-bottom: 100px;
  }
}

.photos_cont, .photos_cont2 {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
  background-color: #E6002D;
}
.photos_cont .photos_inner, .photos_cont2 .photos_inner {
  padding: 5px 0;
  background-color: #fff;
}
.photos_cont .photos_inner ul, .photos_cont2 .photos_inner ul {
  padding: 10px 0;
  background-color: #000;
}
.photos_cont .photos_inner ul li, .photos_cont2 .photos_inner ul li {
  margin: 0 5px;
  width: 200px;
  height: 150px;
  border-radius: 15px 0 15px 0;
  overflow: hidden;
}
.photos_cont .photos_inner ul li img, .photos_cont2 .photos_inner ul li img {
  width: 100%;
  height: auto;
}

/* PickupPlayers slick-1 */
.players_slider .slick-track {
  display: block;
}
@media only screen and (max-width: 767px) {
  .players_slider .slick-track {
    display: flex;
  }
  .players_slider .slick-track::before {
    display: none;
  }
  .players_slider .slick-track::after {
    display: none;
  }
}
.players_slider .slick-slide {
  width: 660px;
  /* height: 400px; */
  margin: 0 20px;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .players_slider .slick-slide {
    width: 80vw;
    height: auto !important;
    float: none;
  }
}

.players_slider .slick-arrow {
  width: 60px;
  height: 60px;
  background-color: #000;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 640px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .players_slider .slick-arrow {
    top: 105%;
  }
}

.players_slider .slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 24px;
}

.players_slider .slick-next {
  top: 50%;
  right: -80px;
  background: url(../images/shape_arrow_r_02.svg) center/30px auto no-repeat;
}
@media only screen and (max-width: 767px) {
  .players_slider .slick-next {
    right: -10px;
  }
}

.players_slider .slick-prev {
  top: 50%;
  left: -80px;
  background: url(../images/shape_arrow_l_02.svg) center/30px auto no-repeat;
}
@media only screen and (max-width: 767px) {
  .players_slider .slick-prev {
    left: -10px;
  }
  .players_slider .slick-prev .lp250905_players .players_cont .slide_single {
    height: 100%;
  }
}

.players_slider .slick-next::before {
  left: 20px;
}

.players_slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}

/* photos slick */
.photo_slider .slick-slide {
  width: 220px;
  height: 220px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .photo_slider .slick-slide {
    width: 120px;
    height: auto;
  }
}

.photo_slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .photo_slider .slick-slide img {
    width: 100%;
    height: auto;
  }
}

/* Stadium Gourmet */
.lp250905_gourmet {
  width: 100%;
  background-size: 3%;
  position: relative;
  padding: 120px 0;
}
.lp250905_gourmet .lp250905_cont-1 .photo {
  position: relative;
  margin-bottom: 20px;
}
.lp250905_gourmet .lp250905_cont-1 .photo .gourmet_chef_ico {
  position: absolute;
  bottom: -10px;
  right: 10px;
  display: block;
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .lp250905_gourmet {
    padding: 60px 0;
  }
}
.lp250905_gourmet .gourmet_cont ul li {
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px 10px 30px;
  margin-bottom: 40px;
}
.lp250905_gourmet .gourmet_cont ul li .photo {
  position: relative;
}
.lp250905_gourmet .gourmet_cont ul li .photo img {
  width: 100%;
  height: auto;
}
.lp250905_gourmet .gourmet_cont ul li .shop {
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 11px;
  padding: 5px;
  letter-spacing: 0.1em;
  background-color: #000;
  float: left;
  margin: 10px 0 0 10px;
}
.lp250905_gourmet .gourmet_cont ul li .ttl {
  color: #E6002D;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 18px;
  padding: 15px 10px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  clear: both;
}
.lp250905_gourmet .gourmet_cont ul li .price {
  color: #000;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 17px;
  padding: 0 10px 10px;
  letter-spacing: 0.1em;
}
.lp250905_gourmet .gourmet_cont ul li .price span {
  font-weight: 400;
  font-size: 0.6em;
}
.lp250905_gourmet .gourmet_cont ul li .txt {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  text-align: left;
  font-size: 14px;
  padding: 10px;
  letter-spacing: 0.12em;
  line-height: 1.8;
}

/* Stadium Gourmet slick */
.gourmet_slider .slick-track {
  display: flex;
}
.gourmet_slider .slick-track .slick-slide {
  width: 333px;
  height: auto;
  margin: 0 20px;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .gourmet_slider .slick-track .slick-slide {
    width: 80vw;
  }
}

.gourmet_slider .slick-arrow {
  width: 60px;
  height: 60px;
  background-color: #000;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 240px;
  z-index: 1;
}

.gourmet_slider .slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 24px;
}

.gourmet_slider .slick-next {
  right: -80px;
  background: url(../images/shape_arrow_r_02.svg) center/30px auto no-repeat;
}
@media only screen and (max-width: 767px) {
  .gourmet_slider .slick-next {
    right: -40px;
  }
}

.gourmet_slider .slick-prev {
  left: -80px;
  background: url(../images/shape_arrow_l_02.svg) center/30px auto no-repeat;
}
@media only screen and (max-width: 767px) {
  .gourmet_slider .slick-prev {
    left: -40px;
  }
}

.gourmet_slider .slick-next::before {
  left: 20px;
}

.gourmet_slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}

/* Schedule */
.lp250905_schedule {
  width: 100%;
  background-color: #f7f7f7;
  position: relative;
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .lp250905_schedule {
    padding: 60px 0;
  }
}
.lp250905_schedule .time_cont {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .lp250905_schedule .time_cont {
    display: block;
    margin-bottom: 60px;
  }
}
.lp250905_schedule .time_cont .time {
  position: relative;
  color: #fff;
  font-family: "Teko", sans-serif;
  font-weight: 500;
  text-align: left;
  font-size: 32px;
  letter-spacing: 0.05em;
  overflow: hidden;
  /* background: url(../images/schedule_time_base.png) no-repeat;
  background-size: contain; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute; */
  width: 130px;
  /* margin: -1px; */
  background-color: #000;
  line-height: 1;
  text-align: center;
}
.lp250905_schedule .time_cont .time:before {
  position: absolute;
  top: -1.5px;
  left: -6.5px;
  display: block;
  width: 20px;
  height: 10px;
  background-color: #E6002D;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(-45deg);
  content: "";
}
.lp250905_schedule .time_cont .time span {
  font-size: 0.5em;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .lp250905_schedule .time_cont .time {
    font-size: 24px;
    width: 100%;
    height: auto;
    padding: 0.2em 0.5em;
    float: none;
    margin: -22px 0 0 -1px;
  }
}
.lp250905_schedule .time_cont .cont {
  width: 760px;
  padding: 10px 10px 8px 20px;
  border: 1px solid #000;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .lp250905_schedule .time_cont .cont {
    width: 100%;
    padding: 0;
    margin-top: 5px;
  }
}
.lp250905_schedule .time_cont .cont .ttl {
  color: #E6002D;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .lp250905_schedule .time_cont .cont .ttl {
    padding: 10px 10px 10px 0;
    margin-left: 90px;
    line-height: 1.2em;
  }
}
.lp250905_schedule .time_cont .cont .txt {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.6em;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .lp250905_schedule .time_cont .cont .txt {
    padding: 15px;
    line-height: 1.3;
  }
}

/* Goods */
.lp250905_goods {
  width: 100%;
  background: url(../images/bg_pattern-01.png) repeat #fff;
  background-size: 1400px;
  position: relative;
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .lp250905_goods {
    padding: 60px 0;
  }
}
.lp250905_goods .lp250905_cont-2 ul li {
  padding-bottom: 90px !important;
}
.lp250905_goods .slick-list {
  width: 100%;
  padding: 0 !important;
  overflow: inherit;
}
.lp250905_goods .slick-list .slick-track {
  display: flex;
}
.lp250905_goods .slick-list .slick-track:before {
  display: none;
}
.lp250905_goods .slick-list .slick-track:after {
  display: none;
}
.lp250905_goods .slick-list .slick-track .slick-slide {
  width: 333px;
  height: auto;
  margin: 0 20px;
  position: relative;
  overflow: visible;
}
.lp250905_goods .slick-list .slick-track .slick-slide img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .lp250905_goods .slick-list .slick-track .slick-slide {
    width: 80vw;
  }
}

.goods_slider .slick-arrow {
  width: 60px;
  height: 60px;
  background-color: #000;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 240px;
  z-index: 1;
}

.goods_slider .slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 24px;
}

.goods_slider .slick-next {
  right: -80px;
  background: url(../images/shape_arrow_r_02.svg) center/30px auto no-repeat;
}
@media only screen and (max-width: 767px) {
  .goods_slider .slick-next {
    right: -40px;
  }
}

.goods_slider .slick-prev {
  left: -80px;
  background: url(../images/shape_arrow_l_02.svg) center/30px auto no-repeat;
}
@media only screen and (max-width: 767px) {
  .goods_slider .slick-prev {
    left: -40px;
  }
}

.goods_slider .slick-next::before {
  left: 20px;
}

.goods_slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}

/* Seat&Price */
.lp250905_seatprice {
  background-color: #f7f7f7;
  width: 100%;
  position: relative;
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .lp250905_seatprice {
    padding: 60px 0 30px;
  }
}
.lp250905_seatprice .seatprice_cont .seatprice_block {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .lp250905_seatprice .seatprice_cont .seatprice_block {
    display: block;
  }
}
.lp250905_seatprice .seatprice_cont .seatprice_block .seatprice_img-map img, .lp250905_seatprice .seatprice_cont .seatprice_block .seatprice_img-price img {
  width: 94%;
}
@media only screen and (max-width: 767px) {
  .lp250905_seatprice .seatprice_cont .seatprice_block .seatprice_img-map, .lp250905_seatprice .seatprice_cont .seatprice_block .seatprice_img-price {
    margin-bottom: 30px;
  }
  .lp250905_seatprice .seatprice_cont .seatprice_block .seatprice_img-map img, .lp250905_seatprice .seatprice_cont .seatprice_block .seatprice_img-price img {
    width: 100%;
  }
}
.lp250905_seatprice .seatprice_rule {
  margin: 80px auto 0;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .lp250905_seatprice .seatprice_rule {
    width: auto;
  }
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-head {
  position: relative;
  padding: 0.6em 0;
  background-color: #E6002D;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.07em;
  cursor: pointer;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-head::before {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #fff;
  transform: rotateZ(90deg);
  transition: 0.3s;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-head::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #fff;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-head.active::before {
  transform: rotateZ(0);
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont {
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont a:link {
  color: #E6002D;
  text-decoration: underline;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont a:hover {
  color: #E6002D;
  text-decoration: none;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont a:visited {
  color: #E6002D;
  text-decoration: underline;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont a:active {
  color: #E6002D;
  text-decoration: underline;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-ttl {
  position: relative;
  padding-top: 60px;
  padding-bottom: 15px;
  border-bottom: 3px solid #000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-ttl::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  content: "";
  width: 150px;
  height: 3px;
  background-color: #E6002D;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-subttl {
  position: relative;
  margin-top: 50px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid #000;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-subttl::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #E6002D;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-em {
  margin: 30px 0 -10px;
  color: #E6002D;
  font-size: 16px;
  font-weight: 700;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-txt {
  margin-top: 20px;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-img {
  display: block;
  margin: 30px auto 0;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-link {
    display: block;
  }
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-link .seatprice_rule-btn {
  width: 320px;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-link .seatprice_rule-btn + .seatprice_rule-btn {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-link .seatprice_rule-btn {
    width: 80%;
    margin: 20px auto 0;
  }
  .lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-link .seatprice_rule-btn + .seatprice_rule-btn {
    margin-left: auto;
  }
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-link a {
  position: relative;
  display: block;
  text-align: center;
  padding: 1em 0;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-link a:hover {
  background-color: #E6002D;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-link a svg {
  top: 50%;
  position: absolute;
  right: 20px;
  width: 40px;
  fill: #fff;
  transform: translateY(-50%);
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-note-circle {
  margin-top: 20px;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-note-circle li {
  position: relative;
  margin-top: 5px;
  padding-left: 1em;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-note-circle li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-note-square {
  margin-top: 20px;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-note-square li {
  position: relative;
  margin-top: 5px;
  padding-left: 1em;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-note-square li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-attention {
  margin-top: 10px;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-attention li {
  position: relative;
  margin-top: 5px;
  padding-left: 1em;
}
.lp250905_seatprice .seatprice_rule .seatprice_rule-cont .seatprice_rule-attention li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

/* Access */
.lp250905_access {
  width: 100%;
  position: relative;
  padding: 120px 0 0;
}
@media only screen and (max-width: 767px) {
  .lp250905_access {
    padding: 60px 0 0;
  }
}
.lp250905_access .access_cont {
  margin-bottom: 60px;
  display: block;
  height: 600px;
}
@media only screen and (max-width: 767px) {
  .lp250905_access .access_cont {
    height: auto;
  }
}
.lp250905_access .access_cont .credit {
  width: 45%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .lp250905_access .access_cont .credit {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}
.lp250905_access .access_cont .credit .subt {
  position: relative;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}
.lp250905_access .access_cont .credit .subt:before {
  position: absolute;
  bottom: -2px;
  display: block;
  width: 100px;
  height: 2px;
  background-color: #E6002D;
  content: "";
}
.lp250905_access .access_cont .credit .subt .jpn {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.lp250905_access .access_cont .credit .subt .eng_s {
  margin-left: 1em;
  font-family: "Teko", sans-serif;
  font-weight: 500;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.lp250905_access .access_cont .credit .txt {
  margin-bottom: 50px;
}
.lp250905_access .access_cont .credit .txt p {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 20px;
}
.lp250905_access .access_cont .credit .txt p span {
  font-size: 0.8em;
}
.lp250905_access .access_cont .googlemap {
  width: 50%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .lp250905_access .access_cont .googlemap {
    width: 100%;
    float: none;
  }
}
.lp250905_access .access_cont .googlemap iframe {
  width: 100%;
  height: 540px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .lp250905_access .access_cont .googlemap iframe {
    height: 400px;
  }
}
.lp250905_access .access_notice {
  width: 75%;
  margin: 0 auto;
  padding-top: 60px;
  background-color: #000;
  padding: 20px 20px 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp250905_access .access_notice {
    width: 100%;
    padding: 10px 10px 20px;
  }
}
.lp250905_access .access_notice .ttl {
  margin: -53px auto 10px;
  text-align: center;
  display: block;
  width: 14%;
  padding: 10px;
  background-color: #ebebeb;
}
@media only screen and (max-width: 767px) {
  .lp250905_access .access_notice .ttl {
    margin: -40px auto 10px;
    width: 40%;
  }
}
.lp250905_access .access_notice .ttl img {
  width: 100%;
  height: auto;
}
.lp250905_access .access_notice .txt {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.8;
}
.lp250905_access .access_notice .txt strong {
  color: #E6002D;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .lp250905_access .access_notice .txt {
    font-size: 14px;
  }
}

.photos_cont2 {
  width: 100%;
  margin-top: 140px;
}
@media only screen and (max-width: 767px) {
  .photos_cont2 {
    margin-top: 80px;
  }
}

/* Q&A */
.lp250905_qa {
  width: 100%;
  background-color: #fef7f8;
  position: relative;
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .lp250905_qa {
    padding: 60px 0;
  }
}
.lp250905_qa .qa_cont {
  margin-bottom: 60px;
}
.lp250905_qa .qa_cont .qa {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .lp250905_qa .qa_cont .qa {
    margin-bottom: 30px;
  }
}
.lp250905_qa .qa_cont .qa .q {
  background-color: #fff;
  border: 1px solid #000;
  height: auto;
  padding: 15px 40px 15px 15px;
  position: relative;
  cursor: pointer;
}
.lp250905_qa .qa_cont .qa .q .q_txt {
  margin-left: 5%;
  color: #E6002D;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}
.lp250905_qa .qa_cont .qa .q:before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.lp250905_qa .qa_cont .qa .q:after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  transition: all 0.3s;
}
.lp250905_qa .qa_cont .qa .q.active:after {
  transform: translate(0, -50%) rotate(0);
}
.lp250905_qa .qa_cont .qa .a {
  background-color: #f7f7f7;
  border: 1px solid #000;
  height: auto;
  display: none;
  padding: 15px;
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .lp250905_qa .qa_cont .qa .a {
    margin-top: 16px;
  }
}
.lp250905_qa .qa_cont .qa .a .a_txt p {
  margin-left: 5%;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin-bottom: 10px;
}
.lp250905_qa .qa_cont .qa .a .a_txt p a {
  text-decoration: none;
  border-bottom: 1px dotted #E6002D;
  padding-bottom: 3px;
  font-size: 0.9em;
}
.lp250905_qa .qa_cont .qa .a .a_txt p a:hover {
  text-decoration: none;
  border-bottom: none;
  color: #E6002D;
}
.lp250905_qa .qa_cont .qa .icon {
  position: absolute;
  margin: -34px 0 0 -92px;
}
.lp250905_qa .qa_cont .qa .icon img {
  width: 50%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .lp250905_qa .qa_cont .qa .icon img {
    width: 30%;
  }
}
.lp250905_qa .qa_cont .memo {
  text-align: center;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-weight: 700;
  margin: 60pv;
}

/* Floating Banner */
.lp250905_ticket {
  width: 100%;
  background-color: #000;
  padding: 10px 0;
  text-align: center;
  /* position: sticky; */
  bottom: 0;
  z-index: 10;
}
.lp250905_ticket .btn a {
  display: block;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lp250905_ticket .btn a {
    width: 90%;
  }
}
.lp250905_ticket .btn a img {
  width: 100%;
  height: auto;
}
.lp250905_ticket .btn .btn a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .lp250905_ticket .btn {
    padding: 10px 0;
  }
  .lp250905_ticket .btn .btn a:hover {
    opacity: 1;
  }
}

/* etc
---------------------------------------------------------- */
/*fancy*/
.hide {
  display: none;
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.fancybox-skin {
  background: #fff !important;
  color: #000;
}

.fancybox-close {
  position: absolute;
  top: 3px;
  right: 3px;
  transform: translate(50%, -50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  background: url(../images/close_fancy.svg) no-repeat center center;
  background-size: auto;
}

.fancybox_wrap {
  max-width: 600px;
}
.fancybox_wrap .contP {
  padding: 30px 24px;
}
.fancybox_wrap .itemP + .itemP {
  margin-top: 24px;
}
.fancybox_wrap .imgP img {
  width: 100%;
}

/* -------------------------------
//contents
------------------------------- */
.fade-here,
.fade-scale,
.fade-up,
.fade-from-left,
.fade-from-right {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.hide {
  display: none !important;
}

.mfp-container .hide {
  display: block !important;
}/*# sourceMappingURL=style.css.map */