html {
  overflow: auto; /* iOS・レスポンシブモード用*/
}
body {
  position: relative; /* iOS用 */
  margin: 0;
  overflow: visible;
  overflow-x: hidden;
  width: 100%;
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ StdN w6", sans-serif;
  background: #222;
}
body.nav_scroll_on {
  overflow: hidden;
}

@media header, nav {
  /* position: relative; */
  /* z-index: 100; */
}

@media (min-width: 1200px) {
  header,
  nav {
    position: relative;
    z-index: 11;
  }
}

main {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
h2 {
  margin: 0;
  font-size: 32px;
  text-align: center;
  padding: 0px;
  color: #fff;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
}

.in-bl {
  display: inline-block;
}

@media (max-width: 500px) {
  h2 {
    letter-spacing: 7px;
  }
}
@media (max-width: 1199px) {
  .head_container_pc {
    display: none;
  }
  .head_container_sp {
    display: block;
    overflow-x: hidden;
    background-color: #fff;
  }
}
@media (min-width: 1200px) {
  .head_container_pc {
    display: block;
  }
  .head_container_tb {
    display: none;
  }
  .head_container_sp {
    display: none;
  }
}
.head_container_pc,
.head_container_tb,
.head_container_sp {
  width: 100%;
  /* background: rgb(233, 233, 233);
  background: linear-gradient(
    0deg,
    rgba(233, 233, 233, 1) 0%,
    rgba(245, 245, 245, 1) 100%
  ); */
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.head_container_pc {
  background-color: #fff;
  height: 107px;
}
.head_ul_pc li a:hover,
.head_ul_tb li a:hover,
.head_ul_sp li a:hover {
  opacity: 0.7;
}
ul.head_ul_pc {
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  list-style: none;
  padding: 0 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 20px;
}
ul.head_ul_pc li:nth-child(1) {
  max-width: 281px;
}
ul.head_ul_pc li:nth-child(2) {
  max-width: 611px;
}
ul.head_ul_pc li:nth-child(3) {
  max-width: 378px;
}
ul.head_ul_tb {
  height: 60px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: flex-end;
  -ms-flex-align: end;
}
.nav_btn {
  width: 80px;
  height: 80px;
  position: relative;
  cursor: pointer;
  margin-top: 0;
}
.nav_btn.move {
  background-color: #222;
}
.nav_btn .line {
  left: 2px;
  right: 0;
  width: 36px;
  height: 5px;
  margin: 0 auto;
  text-align: center;
  background: #222;
  position: absolute;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav_btn.move .line {
  background-color: #fff;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .nav_btn {
    width: 60px;
    height: 60px;
    background-size: contain;
    background-position: center;
    position: fixed;
    right: 0;
    top: 0;
    cursor: pointer;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 769px) and (max-width: 830px) {
  *::-ms-backdrop,
  .nav_btn .line {
    left: 0;
  }
}
.nav_btn .line.top {
  top: 25px;
}
.nav_btn.move .line.top {
  /* box-shadow: none; */
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top: 37px;
}
.nav_btn .line.middle {
  top: 37px;
}
.nav_btn.move .line.middle {
  width: 0;
  opacity: 0;
}
.nav_btn .line.bottom {
  top: 49px;
}
.nav_btn.move .line.bottom {
  /* box-shadow: none; */
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 37px;
}
ul.head_ul_sp {
  height: 45px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1199px) {
  ul.head_ul_sp {
    height: 80px;
    margin: 0;
    margin-left: 10px;
  }
  .head_img1_sp {
    margin-bottom: 10px;
  }
  .head_img1_sp img {
    width: 120px;
  }
  .head_img2_sp img {
    width: 280px;
    height: auto;
    margin-bottom: 4px;
  }
}
@media (max-width: 768px) {
  ul.head_ul_sp {
    height: 70px;
    margin: 0;
    margin-left: 8px;
  }
  .head_img1_sp {
    margin-bottom: 16px;
  }
  .head_img1_sp img {
    width: 80px;
  }

  .head_img2_sp img {
    width: 216px;
  }

  .nav_btn {
    width: 70px;
    height: 70px;
  }
  .nav_btn .line.top {
    top: 22px;
  }
  .nav_btn .line.middle,
  .nav_btn.move .line.top,
  .nav_btn.move .line.bottom {
    top: 34px;
  }
  .nav_btn .line.bottom {
    top: 46px;
  }
}
.nav_container_pc {
  width: 100%;
  background-color: #222222;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 107px;
  height: 100px;
  z-index: 10;
}
ul.nav_ul_pc {
  list-style: none;
  padding: 0 8px;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_leftwrap {
  display: flex;
  justify-content: flex-start;
  gap: 52px;
}
li.nav_ul_li_pc {
  position: relative;
  text-align: center;
  cursor: pointer;
}
li.nav_ul_li_pc + li.nav_ul_li_pc {
  /* padding-left: 4px; */
}
.main_nav_title_pc {
  text-decoration: none;
  color: #f9f9f9;
  font-size: 22px;
  font-weight: 500;
}
.nav_ul_li_pc:hover .main_nav_title_pc {
  /* text-shadow: 0px 0px 5px #f8efc5, 0px 0px 5px #f8efc5; */
  color: #c5a861;
}
.main_nav_link_set {
  display: flex;
  gap: 15px;
}
.main_nav_link_set a {
  display: block;
}
.main_nav_link_set a:hover {
  opacity: 0.7;
}
ul.nav_list_pc {
  background-color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: -8px;
  top: 100px;
  z-index: 50;
}
ul.nav_list_pc li {
  width: 400px;
  height: 0;
  font-size: 12px;
  -webkit-transition: opacity 0.2s, visibility 0.2s, height 0.2s;
  -o-transition: opacity 0.2s, visibility 0.2s, height 0.2s;
  transition: opacity 0.2s, visibility 0.2s, height 0.2s;
  visibility: hidden;
  opacity: 0;
  position: relative;
  z-index: 30;
  line-height: 34px;
}
ul.nav_ul_pc li.nav_ul_li_pc:hover ul.nav_list_pc li {
  opacity: 1;
  visibility: visible;
  height: 48px;
  line-height: 48px;
}
ul.nav_list_pc li:hover {
  background: #b50505;
  color: #fff;
}
a.main_nav_title_pc {
  position: relative;
  display: flex;
  text-decoration: none;
  height: 100px;
  line-height: 100px;
  pointer-events: none;
  cursor: pointer;
}
.main_nav_title_pc span.triangle_icon {
  font-size: 22px;
  padding-left: 5px;
  vertical-align: top;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  ul.nav_list_pc li a {
    padding-top: 3px;
  }
}
ul.nav_list_pc li a {
  text-decoration: none;
  color: #000;
  display: block;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding-left: 19px;
  height: 100%;
}
ul.nav_list_pc li:hover a::before,
ul.nav_list_pc li:hover a {
  background: #c5a861;
  color: #fff;
  font-weight: 500;
}
.nav_list_pc_li_icon {
  font-size: 16px;
  padding-right: 16px;
  color: #fff;
  position: relative;
}
@media (max-width: 1199px) {
  .nav_container_pc {
    display: none;
  }
  .nav_container_sp {
    display: block;
  }
}
@media (min-width: 1200px) {
  .nav_container_pc {
    display: block;
  }
  .nav_container_sp {
    display: none;
  }
}
.nav_container_sp {
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  visibility: hidden;
  height: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  overflow-y: auto;
  z-index: 40;
}
.nav_container_sp.open {
  height: calc(100vh - 80px);
  background: rgba(255, 255, 255, 0.95);
  visibility: visible;
}
@media (max-width: 768px) {
  .nav_container_sp {
    top: 70px;
  }
  .nav_container_sp.open {
    height: calc(100vh - 70px);
  }
}

.nav_contents {
  width: 100%;
  margin: 0 auto;
}
.nav_ul_sp {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 200px;
  padding-bottom: 55px;
}
#nav_live_replay_sp {
  padding: min(7vw, 60px) 0 min(7vw, 60px);
  background-color: #222;
}
.nav_ul_li_sp {
  position: relative;
  background-color: #c5a861;
  cursor: pointer;
  padding: 8px 16px;
  margin-bottom: min(3.5vw, 25px);
  z-index: 5;
}
.nav_ul_li_sp a {
  text-decoration: none;
}
.nav_title {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-size: min(5vw, 34px);
  font-weight: 500;
  width: 94%;
  margin: auto;
}
.nav_title.direct_link::before {
  content: "▶︎";
  font-size: 14px;
  vertical-align: middle;
}
.nav_title::before {
  content: "▼";
  color: #fff;
  font-size: min(4.5vw, 34px);
  line-height: 1;
}
.up .nav_title::before {
  transform: rotate(-180deg) translateY(-2px);
}
.nav_list_sp {
  display: none;
  list-style: none;
  padding: 0;
  padding-bottom: 24px;
  margin: 0 auto;
}
.nav_list_sp a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: min(4.5vw, 34px);
  font-weight: 500;
  padding: 8px 0;
  margin-left: min(9.5vw, 70px);
}
.nav_list_sp li {
  line-height: 1.3;
  width: 100%;
  margin: 0 auto 14px;
  padding: 0;
}
.nav_list_sp li a:hover {
  opacity: 0.7;
}
.nav_list_sp li:last-child {
  margin-bottom: 0;
}
.images_three_set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  width: 92%;
  gap: min(2.5vw, 15px);
  margin: 0 auto;
}
.images_three_set .internet-vote {
  width: 100%;
}
.images_three_set .live,
.images_three_set .replay {
  width: calc(50% - 7.5px);
}
.images_three_set img {
  width: 100%;
}
.images_three_set a:hover {
  opacity: 0.7;
}
.image_single a:hover {
  opacity: 0.7;
}
/* グレイアウト用 */
ul.nav_list_pc li.grayout {
  background: #969696;
  pointer-events: none;
}
ul.nav_list_pc li.grayout a {
  color: #000;
}
ul.nav_list_pc li.grayout a .nav_list_pc_li_icon {
  color: #2b2b2b;
}
.nav_list_sp li.grayout_sp {
  pointer-events: none;
}
.nav_list_sp li.grayout_sp a,
.nav_list_sp li.grayout_sp a .nav_list_pc_li_icon {
  color: #969696;
}
main {
  display: block;
}
.main_container_pc {
  position: relative;
}
@media (max-width: 1199px) {
  .main_container_pc {
    display: none;
  }
  .main_container_sp {
    display: block;
  }
}
@media (min-width: 1200px) {
  .main_container_sp {
    display: none;
  }
}
.main_container_sp {
  text-align: center;
  position: relative;
  padding-top: 80px;
  z-index: 1;
}
_::-webkit-full-page-media,
_:future,
:root .css_selector {
  padding-top: 0;
}

.main_center_img {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1199px) {
  .main_center_img {
    width: 100%;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .main_container_sp {
    padding-top: 70px;
  }
}
.pickup_pc {
  position: relative;
  background-color: #222;
  /* background-image: url("../images/pickup/pickup-before.png");
  background-position: center 113%;
  background-size: auto;
  background-repeat: no-repeat; */
  padding-top: 72px;
  z-index: 1;
}
@media (min-width: 1920px) {
  .pickup_pc {
    background-size: 100%;
  }
}
.pickup_ul_pc,
.pickup_ul_pc2,
.pickup_ul_pc3 {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.pickup_ul_pc {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}
.pickup_ul_pc li {
  width: 22.3%;
  max-width: 267px;
}
.pickup_ul_pc2 {
  max-width: 1200px;
  margin-bottom: 85px;
}
.pickup_ul_pc2 li {
  margin-bottom: 40px;
}
.pu_snswrap {
  text-align: center;
}
.pickup_ul_pc3 {
  justify-content: space-between;
  width: 800px;
  display: flex;
  gap: 16px;
  padding-bottom: 56px;
}
.sns_wrap_sp {
  position: relative;
  margin-top: 4%;
}
.sns_wrap_sp p img {
  max-width: 100%;
  width: auto;
}
.pickup_pc p {
  margin-top: -55px;
  text-align: center;
  padding: 10px 0;
}
.pickup_ul_sp li {
  width: 48%;
}
.pickup_ul_pc li:hover,
.pickup_ul_sp li:hover,
.pickup_ul_pc2 li:hover,
.pickup_ul_sp2 li:hover,
.pickup_ul_pc3 li:hover,
.pickup_ul_sp3 li:hover {
  opacity: 0.7;
}
@media (max-width: 1199px) {
  .pickup_pc {
    display: none;
  }
  .pickup_sp {
    display: block;
  }
}
@media (min-width: 1200px) {
  .pickup_pc {
    display: block;
  }
  .pickup_sp {
    display: none;
  }
}

.pickup_sp {
  background-color: #222;
  /* background-image: url("../images/pickup/pickup-before.png");
  background-position: center 104%;
  background-size: 100%;
  background-repeat: no-repeat; */
  padding: 0 5%;
  padding-top: 9%;
  position: relative;
  z-index: 1;
}
.pu_sp_mt {
  padding-bottom: 3%;
}

.pickup_ul_sp,
.pickup_ul_sp2,
.pickup_ul_sp3 {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.pickup_ul_sp {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.pickup_ul_sp + .pickup_ul_sp {
  margin-top: min(3vw,30px);
}
.pickup_ul_sp2 {
  margin: 7% 0;
}
.pickup_ul_sp img {
  width: 100%;
  max-width: none;
}
.pickup_sp p {
  width: 49%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  margin-bottom: 2%;
}

.pickup_ul_sp2 li {
  margin-bottom: 5%;
}
.pickup_ul_sp2 img {
  width: 100%;
}

.pickup_ul_sp3 {
  width: 94%;
  display: flex;
  justify-content: center;
  gap: 1%;
  padding-bottom: 0%;
}
.pickup_ul_sp3 li {
  max-width: 20%;
}
@media (min-width: 1200px) {
  .news-footer_container {
    display: block;
    background-image: url("../images/footer/footer_bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
  }

  .news_kiji_pc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .news_kiji_sp {
    display: none;
  }
  #news_logo_pc {
    display: inline;
  }
  #news_logo_sp {
    display: none;
  }
}
@media (max-width: 1199px) {
  .news-footer_container {
    background-image: url("../images/footer/footer_bg_sp.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 0;
    z-index: 1;
    position: relative;
  }
  .news_kiji_pc {
    display: none;
  }
  .news_kiji_sp {
    display: block;
  }
  #news_logo_pc {
    display: none;
  }
  #news_logo_sp {
    display: inline;
  }
}
.news_wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 8px;
}
.news_wrapper p {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 5;
  padding: 55px 0 30px;
}
.news_wrapper #news_title {
  font-size: 50px;
  font-weight: bold;
  color: #c5a861;
}

.news-border {
  position: relative;
  background-color: #fff;
  border: 5px solid #c5a861;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 499px) {
  .news-border {
    padding: 8px;
  }
  .news_wrapper #news_title {
    font-size: 34px;
  }
}

.news_list {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@-moz-document url-prefix() {
  .news_list {
    scrollbar-color: #c5a861 #222;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .news_list {
    padding-right: 10px;
  }
}
@supports (-ms-ime-align: auto) {
  .news_list {
    padding-right: 10px;
  }
}
ul.news_list_ul {
  list-style: none;
  padding: 10px 3px;
  margin: 0;
  width: 101%;
  height: 180px;
  overflow-y: scroll;
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
  z-index: 2;
}
@-moz-document url-prefix() {
  ul.news_list_ul {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .news_wrapper {
    padding: 0 4%;
  }
  .news-border {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }
  ul.news_list_ul {
    padding: 16px 3px;
    width: 100%;
    height: 240px;
  }
}
ul.news_list_ul li {
  padding: 10px 0;
}
.news_list_ul::-webkit-scrollbar {
  width: 52px;
}
/* .news_list_ul::-webkit-scrollbar {
  width: 0px;
} */
.news_list_ul::-webkit-scrollbar-track {
  background: url("../images/news/news_back_scrollbar.png") no-repeat;
  background-position: center;
  background-size: 8px 90%;
}
.news_list_ul::-webkit-scrollbar-thumb {
  background-image: url("../images/news/news_on_scrollbar.png");
  background-repeat: no-repeat;
  height: 120px;
  background-position: center;
  /* background-size: 8px 85%; */
  /* height: 120px;
  max-height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto; */
}
/* .news_list_ul::-webkit-scrollbar-track,
.news_list_ul::-webkit-scrollbar-thumb {
  background: none;
} */
.date {
  background-color: #222;
  color: #fff;
  padding: 4px 10px 6px;
  margin-left: 60px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .date {
    padding: 5px 10px 0;
  }
}
.news_list_ul a {
  color: #bd0202;
  padding-bottom: 1px;
  text-decoration: none;
  border-bottom: 1px solid #bd0202;
}
.text {
  color: #222123;
  margin-left: 32px;
  letter-spacing: 0.3px;
  line-height: 1.6;
  /* margin-top: 15px; */
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .news_list_ul::-webkit-scrollbar {
    width: 27px;
  }
  ul.news_list_ul li {
    padding-top: 8px;
    padding-bottom: 16px;
  }
  .date {
    margin-left: 18px;
    padding: 3px 11px 4px;
  }
  .text {
    display: block;
    padding: 0 10px 0 0;
    margin-top: 8px;
    margin-left: 20px;
  }
}
@media (max-width: 499px) {
  .date {
    font-size: 16px;
    margin-left: 10px;
  }
  .text {
    font-size: 16px;
    margin-left: 10px;
  }
}
.main_center {
  /* background-image: url("../images/main/index_main_image.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #222;
  padding-top: 1638px; */

  margin-top: 207px;
}
@media (min-width: 1920px) {
  .main_center {
    /* background-size: 100%;
    background-position: center 0;
    padding-top: 85vw; */
  }
}
.main_center {
  position: relative;
  text-align: center;
}
@media (max-width: 1199px) {
  .main_center {
    display: none;
  }
}
footer {
  /* position: relative; */
  /* z-index: 10; */
}
.footer_container {
  padding: 80px 0px 0px 0px;
  position: relative;
  overflow: hidden;
}
.footer_container.second {
  position: relative;
  background-image: url("../images/footer/footer_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding-top: 64px;
  border: none;
}
#to_top_btn {
  position: fixed;
  right: 25px;
  bottom: 30px;
  cursor: pointer;
  width: 117px;
  height: 117px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
  z-index: 11;
  font-weight: bold;
}
#to_top_btn.stopped {
  position: absolute;
}
@media (max-width: 1199px) {
  #to_top_btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 80px;
    height: 80px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 1s;
    z-index: 100;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  #to_top_btn {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 10px;
  }
}
@media (min-width: 1500px) {
  #to_top_btn {
    right: 50px;
  }
}
@media (min-width: 1900px) {
  #to_top_btn {
    right: 210px;
  }
}
@media (min-width: 2500px) {
  #to_top_btn {
    right: 520px;
  }
}
@media (min-width: 3800px) {
  #to_top_btn {
    right: 1150px;
  }
}
#to_top_btn.show {
  opacity: 1;
  visibility: visible;
}
#to_top_btn:hover {
  /* opacity: 0.8; */
}
img.slide-arrow.prev-arrow.slick-arrow,
img.slide-arrow.next-arrow.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 33px;
}
img.slide-arrow.prev-arrow.slick-arrow {
  left: -9%;
}
img.slide-arrow.next-arrow.slick-arrow {
  right: -9%;
}
@media (max-width: 1199px) {
  img.slide-arrow.prev-arrow.slick-arrow,
  img.slide-arrow.next-arrow.slick-arrow {
    width: 26px;
  }
}
@media (max-width: 799px) {
  img.slide-arrow.prev-arrow.slick-arrow,
  img.slide-arrow.next-arrow.slick-arrow {
    width: 24px;
  }
}
@media (max-width: 499px) {
  img.slide-arrow.prev-arrow.slick-arrow,
  img.slide-arrow.next-arrow.slick-arrow {
    transform: translateY(-50%);
    cursor: pointer;
    width: min(5vw, 22px);
  }
  img.slide-arrow.prev-arrow.slick-arrow {
    left: -10%;
  }
  img.slide-arrow.next-arrow.slick-arrow {
    right: -10%;
  }
  ul.slider {
    width: 80% !important;
  }
}
.footer_banner {
  max-width: 1200px;
  margin: 0 auto;
}

ul.slider {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  ul.slider {
    background: none;
    box-shadow: none;
    width: 80%;
  }
}
ul.slider li a img {
  width: 100%;
}
ul.slider li a img:hover {
  opacity: 0.7;
}
.slick-prev {
  left: -10px !important;
}
.slick-next {
  right: -10px !important;
}
_::-webkit-full-page-media,
_:future,
:root .slick-prev {
  width: auto !important;
}
_::-webkit-full-page-media,
_:future,
:root .slick-next {
  width: auto !important;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .slick-prev {
    width: auto !important;
  }
  .slick-next {
    width: auto !important;
  }
}

.footer_container p {
  text-align: center;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 60px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}
.footer_container.second p {
  padding-top: 88px;
}
.copy_color p img {
  max-width: 330px;
  width: 100%;
}
.page-bi {
  position: relative;
  background-image: url("../images/second/second-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  overflow: hidden;
  padding-top: 208px;
}
.page-bi::before {
  content: "";
  position: fixed;
  top: 208px;
  left: 50%;
  background-image: url("../images/second/second-before.png");
  background-repeat: no-repeat;
  width: 1892px;
  height: 746px;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .page-bi {
    background: none;
    padding-top: 80px;
  }
  .page-bi::before {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(0);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url("../images/second/second-bg_sp.jpg");
    background-size: cover;
    z-index: -1;
  }

  .footer_container.second {
    background-image: url("../images/footer/footer_bg_sp.webp");
  }

  .footer_container p {
    padding-bottom: 80px;
  }

  .footer_container.second {
    padding-top: 40px;
  }
  .footer_container.second p {
    padding: 32px 0 82px;
  }
}
@media (max-width: 768px) {
  .page-bi {
    padding-top: 70px;
  }
}
@media (max-width: 499px) {
  .footer_container {
    padding-top: 40px;
  }
  .footer_container p {
    padding-top: 40px;
    font-size: 14px;
  }
}
.contain {
  max-width: 1200px;
  margin: auto;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .contain {
    width: 96%;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .contain {
    padding-top: 24px;
  }
}
h2.pc {
  background: #e0bf43;
  background-size: 100%;
  font-size: 30px;
  text-align: center;
  font-weight: 900;
  padding: 15px 0px;
  color: #000000;
  letter-spacing: 10px;
  position: relative;
  text-shadow: none;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff;
  position: relative;
  z-index: 1;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  h2.pc {
    padding-bottom: 8px;
  }
}
h2.sp {
  background: #e0bf43;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.7));
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  font-size: 20px;
  text-align: center;
  font-weight: 900;
  padding: 15px 0px;
  color: #000000;
  letter-spacing: 3px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  text-shadow: 0px 1px 2px #000000;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  h2.sp {
    filter: none;
    box-shadow: none;
  }
}
@media (max-width: 1199px) {
  h2.pc {
    display: none;
  }
  h2.sp {
    display: block;
  }
}
@media (min-width: 1200px) {
  h2.pc {
    display: block;
  }
  h2.sp {
    display: none;
  }
}
.bc-white {
  background: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px) {
  .bc-white {
    margin-top: 0;
    background: rgb(255, 255, 255);
  }
  .clear_box_w.pc-none {
    height: 100px;
  }
}
.page-inner {
  padding: 8% 2% 6% 2%;
  margin: auto;
}
@media (max-width: 1199px) {
  .page-inner {
    padding: 0;
    padding: min(9vw, 90px) 0 min(12vw, 120px);
  }
}
/* movie_~.php css start */
.jstream-eqPlayer {
  display: block !important;
}
.jstplayer {
  width: 640px;
}
.jstlistcrtl {
  width: 640px;
}
.jstlist {
  width: 600px;
}
.jstream-eqPlayer {
  display: block !important;
}
/* movie_~.php css end */
/* dream.php css start */
.saturday {
  color: #01a0e9;
  text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff,
    -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff,
    -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
}
.sunday {
  color: #e60a12;
  text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff,
    -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff,
    -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
}
.kousin {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  padding: 150px 0;
}
@media (max-width: 700px) {
  .kousin {
    font-size: 20px !important;
    padding: 100px 0 !important;
  }
}
/* dream.php css end */
/* tv_schedule.php css start */
.tv_padding {
  padding: 20px;
}
.tv_padding a {
  color: #4d4f9a;
}
.tv_padding p {
  margin: 0;
  margin-top: 10px;
}
.tv_padding tr {
  background: #fff;
}
#tv {
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  border-collapse: collapse;
  margin-top: 20px;
}
th,
td {
  border: 1px solid #000;
  padding: 5px;
}
th {
  background: #333333;
  color: #fff;
}
/* tv_schedule.php css end */
/* suishou.php css start */
.suishou_padding {
  padding: 10px;
}
#suishou_contents_pc,
#suishou_contents_sp {
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  border-collapse: collapse;
}
#suishou_contents_pc td,
#suishou_contents_sp td {
  background: #fff;
}
@media (max-width: 1199px) {
  #suishou_contents_pc {
    display: none;
  }
  #suishou_contents_sp {
    display: table;
  }
  .suishou_padding {
    box-shadow: none;
  }
}
@media (min-width: 1200px) {
  #suishou_contents_pc {
    display: table;
  }
  #suishou_contents_sp {
    display: none;
  }
}
/* suishou.php css end */
/* event.php css start */
.event_container {
  width: 800px;
  margin: auto;
}
.event_container .event_box + .event_box {
  margin-top: 100px;
}
.event_container h3 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  background: #a4ff00;
  padding: 10px 0;
  letter-spacing: 4px;
}
.event_container h4 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  width: 568px;
  margin: auto;
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 50%,
    #74a2ff 50%,
    #74a2ff 100%
  );
  padding: 2px 0;
}
.event_container .event_time_place_text {
  text-align: center;
  font-size: 22px;
  margin: 30px 0;
}
.event_container .event_text {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .event_container {
    width: 100%;
  }
  .event_container h4 {
    width: 420px;
  }
}
@media (max-width: 500px) {
  .event_container h3 {
    font-size: 24px;
  }
  .event_container h4 {
    width: 315px;
    font-size: 20px;
  }
  .event_container .event_time_place_text {
    font-size: 18px;
  }
  .event_container .event_text {
    font-size: 16px;
  }
}
.event_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding-bottom: 20px;
}
.event_wrapper img {
  box-shadow: 0 0 8px #999;
}
.kaimon {
  width: 95%;
  border-top: 3px solid lightskyblue;
  border-bottom: 3px solid lightskyblue;
  margin: 0 auto;
  font-weight: bold;
  border-top: solid 3px #c8b48a;
  border-bottom: solid 3px #c8b48a;
}
.underline {
  border-bottom: 3px solid lightskyblue;
}
.event {
  border: 5px solid #e2ba22;
  width: 85%;
  margin: 20px auto 0;
  text-align: center;
  border-radius: 25px;
  opacity: 1;
  background: #fff;
}
.event_padding {
  padding: 0 20px 20px 20px;
}
.event p {
  text-align: left;
}
.event h3 {
  padding: 0.3em 0.5em;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  /* color: #fff; */
  /* background: repeating-linear-gradient(-45deg, #bf73a1, #bf73a1 2px, #af6993 0, #af6993 4px); */
  /* box-shadow: 6px 6px #f2e3ec; */
  /* border-left: solid #420d07 8px; */
  /* text-shadow: 1px 1px #000; */
  margin: 0;
  background-color: #f5e9d8;
  background-image: linear-gradient(
    -45deg,
    #ebcf65 25%,
    #e2ba22 25%,
    #e2ba22 50%,
    #ebcf65 50%,
    #ebcf65 75%,
    #e2ba22 75%,
    #e2ba22
  );
  background-position: 0 0, 25px 25px;
  background-size: 50px 50px;
  border-radius: 15px 15px 0 0;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff;
}
.event h4 {
  padding: 0.3em 0.9em;
  text-align: left;
  padding-left: 5px;
  border-left: solid 8px #e2ba22;
  font-size: 1.7em;
  font-weight: bold;
}
.event_h4 {
  border-left: solid 8px #420d07;
  padding-left: 20px;
}
.event_h4_underline {
  border-bottom: 3px solid #420d07;
}
.event p span {
  /* background: #e10414; */
  color: #e10414;
}
.photo p {
  text-align: center;
}
.event_images ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.event_images li + li {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .event_images ul {
    display: block;
  }
  .event_images li + li {
    margin-left: 0;
  }
}
.event_images p {
  text-align: center;
}
.event hr {
  /* border-top: 2px dashed #ccc; */
}
/* event.php css end */
/* rule.php css start */
.rule-wrapper {
  text-align: center;
}
.rule-img {
  position: relative;
  display: inline-block;
  padding: 2% 0;
}
.rule-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 84.5%;
  background-image: url("../images/rule/rule-before_pc.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: min(20vw, 263px);
  height: min(16vw, 213px);
}
@media (max-width: 1199px) {
  .rule-wrapper {
    width: 95%;
    margin: 0 auto;
  }
  .rule-img {
    padding: 4% 0;
  }
  .rule-img::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .bc-white.rule {
    /* width: 105%; */
    /* margin-left: -2.5%; */
  }
}
/* rule.php css end */
/*下層ページタイトルパターン2*/
.second_title_img {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -50px;
}
/* _:-ms-lang(x)::-ms-backdrop,
.second_title_txt {
  top: 50%;
} */
.second_title_img img {
  max-width: 1000px;
}
@media (max-width: 1199px) {
  h2 {
    letter-spacing: 2px;
  }

  .second_title_img {
    margin-bottom: max(-72px, -4.5vw);
  }
  .second_title_img img {
    max-width: 900px;
    width: 90%;
  }
  h2.second_title_txt {
    /* position: relative; */
    font-size: min(4vw, 40px);
    top: 48%;
    transform: translateY(-50%);
  }
  /* .second_title_img img {
    position: absolute;
  } */
}
@media (max-width: 768px) {
  h2 {
    letter-spacing: 1px;
  }
}
/* @media (min-width: 1200px) {
  .main_center img {
    max-width: 1570px !important;
    width: 100%;
    left: -2px;
    position: relative;
  }
} */
/******表示・非表示*******/
@media (min-width: 1200px) {
  /*PCの時非表示にします*/
  .pc-none {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  /*TBとSPの時非表示にします*/
  .tb-none {
    display: none !important;
  }
}
@media (max-width: 768px) {
  /*SPの時非表示にします*/
  .sp-none {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
/* ヘッダースクロール固定用 */
.head_container_pc,
.nav_container_pc {
  transition: 0.5s;
}
.main_container_pc {
  transition: margin 0.5s;
}
.fade-out {
  transition: 0.5s;
}