html {
  overflow: auto; /* iOS・レスポンシブモード用*/
}
body {
  background-color: #1c1c47;
  position: relative; /* iOS用 */
  margin: 0;
  overflow: visible;
  overflow-x: hidden;
  width: 100%;
  /* font-family: 'メイリオ',"ヒラギノ角ゴ Pro", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif; */
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ StdN w6", sans-serif;
  font-weight: 500;
  /* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
  /* font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳＰゴシック','MS PGothic' !important; */
  /* font-family: "ヒラギノ角ゴ StdN W8","ヒラギノ角ゴ ProN","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Verdana, "sans-serif"!important; */
  /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; */
  /* font-feature-settings: "palt"; */
}
body.nav_scroll_on {
  overflow: hidden;
}
.second_bg {
  background-image: url(../images/footer/bg_foot_pc.png), url(../images/second/img_bg_second_pc.webp);
  background-size: 100% auto, max(100%, 1920px) auto;
  background-position: center bottom, center top 320px;
  background-repeat: no-repeat;
  /* background-color: #23282b; */
}
/* .second_bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/second/second-bg_after.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 1000px;
} */
@media (max-width: 1199px) {
  .second_bg {
    background-image: url(../images/footer/bg_foot_sp.png), url(../images/second/img_bg_second_sp.jpg);
    background-size: 100% auto;
    background-position: center bottom, center top;
  }
}

@media header, nav {
  /* position: relative; */
  /* z-index: 100; */
}
main {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
h2 {
  margin: 0;
  font-size: 48px;
  text-align: center;
  padding: 0px;
  color: #12124d;
  position: absolute;
  /* top: 48%; */
  transform: translateY(-50%);
}
.in-bl {
  display: inline-block;
}

@media (max-width: 767px) {
  h2 {
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
  }
  h2 img{
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1199px) {
  .head_container_pc {
    display: none;
  }
  .head_container_sp {
    display: block;
    overflow-x: hidden;
    background: url(../images/header/header_background_tb.png) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

@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: 10;
}
.head_container_pc {
  background: url(../images/header/header_background.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 235px;
}
.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: 1200px;
  height: 100%;
  margin: 0 auto;
  list-style: none;
  padding: 0 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
ul.head_ul_pc li:nth-child(1) {
  max-width: 315px;
  margin-top: 10px;
}
ul.head_ul_pc li:nth-child(2) {
  margin-left: 56px;
}
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: 70px;
  height: 70px;
  position: relative;
  cursor: pointer;
  margin-top: 0;
}
.nav_btn .line {
  left: 2px;
  right: 0;
  width: 32px;
  height: 4px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  position: absolute;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@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: 22px;
}
.nav_btn.move .line.top {
  /* box-shadow: none; */
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top: 34px;
}
.nav_btn .line.middle {
  top: 34px;
}
.nav_btn.move .line.middle {
  width: 0;
  opacity: 0;
}
.nav_btn .line.bottom {
  top: 46px;
}
.nav_btn.move .line.bottom {
  /* box-shadow: none; */
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 34px;
}
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;
}
.head_line_sp {
  width: 100%;
  height: 10px;
  background-size: contain;
}
@media (max-width: 1199px) {
  ul.head_ul_sp {
    height: 80px;
    margin: 0 0 0 2%;
  }
  .head_img1_sp {
    margin-bottom: 0;
  }
  .head_img1_sp img {
    width: 130px;
  }
  .head_img2_sp img {
    width: 224px;
    height: auto;
    padding-right: 7vw;
  }
}
@media (max-width: 767px) {
  ul.head_ul_sp {
    margin: 0 0 0 5%;
  }
  .head_img1_sp {
    margin-bottom: 1vw;
  }
  .head_img1_sp img {
    width: 20vw;
  }

  .head_img2_sp img {
    width: 46vw;
    max-width: 200px;
    padding-right: 7vw;
  }

  .nav_btn {
    width: 60px;
  }

  .head_line_sp {
    height: 0;
  }
}
@media (max-width: 450px) {
  .head_img2_sp img {
    width: 42vw;
    max-width: 170px;
  }

  ul.head_ul_sp {
    height: 60px;
    overflow: hidden;
  }
}
.nav_container_pc {
  width: 100%;
  height: 90px;
  /* height: calc(65px + 8px * 2);
  max-height: calc(65px + 8px * 2); */
  /* background-color: #fff; */
  background: linear-gradient(
  90deg,
  #fbd4d7 0%,
  #f2d6d8 30%,
  #eed8da 55%,
  #f6c4c3 75%,
  #ffaaa9 100%
  );
  box-sizing: border-box;
  padding: 0;
  position: fixed;
  left: 0;
  top: 235px;
  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: flex-start;
}
.nav_leftwrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 90px;
  gap: 63px;
}
li.nav_ul_li_pc {
  position: relative;
  text-align: center;
}
li.nav_ul_li_pc + li.nav_ul_li_pc {
  padding-left: 4px;
}
.main_nav_title_pc {
  text-decoration: none;
  color: #223870;
  font-size: 23px;
  font-weight: 600;
}
.nav_ul_li_pc:hover .main_nav_title_pc {
  color: #ffffff;
  filter:
    drop-shadow(0 0 6px rgba(253,133,156,1))
    drop-shadow(0 0 4px rgba(253,133,156,1))
    drop-shadow(0 0 4px rgba(253,133,156,1))
    drop-shadow(0 0 2px rgba(253,133,156,1));
  }
.main_nav_link_set {
  display: flex;
  align-items: center;
  gap: 22px;
  height: 90px;
  margin-top: 0;
}
.main_nav_link_set a {
  display: block;
}
.main_nav_link_set a:hover {
  opacity: 0.7;
}
ul.nav_list_pc {
  background-color: rgba(30, 29, 72, 0.9);
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0px;
  top: 90px;
  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: #ffffff;
  color: #fff;
}

ul.nav_list_pc li a .nav_list_pc_space{
  font-size: 14px;
  margin-right: .4em;
}
a.main_nav_title_pc {
  position: relative;
  display: flex;
  text-decoration: none;
  height: 90px;
  line-height: 90px;
}

.main_nav_title_pc span.triangle_icon {
  font-size: 15px;
  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: #ffffff;
  display: block;
  text-align: left;
  font-weight: bold;
  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: #ffffff;
  color: #223870;
}
.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 (max-width: 767px) {
  .nav_list_pc_li_icon {
    font-size: 12px;
    padding-right: .5em;
  }
}

@media (min-width: 1200px) {
  .nav_container_pc {
    display: block;
  }
  .nav_container_sp {
    display: none;
  }
}
.nav_container_sp {
  position: fixed;
  left: 0;
  top: 90px;
  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 - 90px);
  background: rgba(30, 29, 72, 0.9);
  visibility: visible;
}
@media (max-width: 767px) {
  .nav_container_sp {
    top: 80px;
  }
  .nav_container_sp.open {
    height: calc(100vh - 80px);
  }
}
@media (max-width: 450px) {
  .nav_container_sp {
    top: 60px;
  }

}


.nav_contents {
  width: 89%;
  margin: 0 auto;
}
.nav_ul_sp {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 200px;
  padding-bottom: 55px;
}
#nav_live_replay_sp {
  padding: 37px 0 46px;
  /* padding: min(6vw, 40px) 0 min(4vw, 25px); */
}
.nav_ul_li_sp {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-bottom: 16px;
  z-index: 5;
}
.nav_ul_li_sp a {
  text-decoration: none;
}
.nav_title {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  gap: .25em;
  font-size: 22px;
  font-size: min(5vw, 22px);
  font-weight: 500;

  filter:
    drop-shadow(0 0 6px rgba(253,133,156,1))
    drop-shadow(0 0 4px rgba(253,133,156,1))
    drop-shadow(0 0 2px rgba(253,133,156,1));
}


.nav_title.direct_link::before {
  content: "▶︎";
  font-size: 14px;
  vertical-align: middle;
}
.nav_title::before {
  content: "▼";
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
}
@media (max-width: 1199px) {
  .nav_contents {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #nav_live_replay_sp{
    padding: 8vw 0 6vw;
  }
}
@media (max-width: 499px) {
  .nav_title::before {
    font-size: 14px;
    width: 24px;
    height: 24px;
  }
}
.up .nav_title::before {
  transform: rotate(-180deg);
}
.nav_list_sp {
  display: none;
  list-style: none;
  padding: 0;
  padding-bottom: 24px;
  margin: 0 auto;
}
.nav_list_sp a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 8px 0 8px 8px;
  font-size: min(4.3vw, 18px);
  font-weight: 400;
}
.nav_list_sp li {
  line-height: 1.3;
  margin: 0 0 14px 8px;
  padding: 0;
}
.nav_list_sp li:hover a {
  opacity: 0.7;
}
.nav_list_sp li:last-child {
  margin-bottom: 0;
}
.images_three_set {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 50%;
  gap: min(2.5vw, 15px);
  margin: 0 auto;
}
.images_three_set .internet-vote {
  width: 75%;
}
.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 .main_inner{
  background-image:
    url(../images/footer/bg_foot_pc.png),
    url(../images/main/img_bg_top_pc.png);
  background-position:
  center bottom,
  center top;
  background-repeat:
    no-repeat,
    no-repeat;
  background-size:
    max(100%, 1920px) auto,
    max(100%, 1920px) auto;
}
.main_container_pc {
  margin-top: 326px;

  /* background-image: url(../images/main/img_mv_pc.png),
  url(../images/main/img_bg_top_pc.png);
  background-position: center top, center top;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 1540px; */
}
/* @media (min-width: 1920px) {
  .main_container_pc {
    background-size: 62.5%, 100%;
    background-position: center 0;
    padding-top: 71vw;
  }
} */
@media (max-width: 1199px) {
  main .main_inner{
  background-image:
    url(../images/footer/bg_foot_sp.png);
  background-position:
    center bottom;
  background-repeat:
    no-repeat;
  background-size:
    100% auto;
  }
  .main_container_pc {
    display: none;
  }
  .main_container_sp {
    display: block;
  }
  .nav_ul_li_sp{
    padding: 0 5%;
  }
  .nav_list_sp li{
    margin: 0;
    padding: 4px 5% 4px 10%;
  }
  .nav_list_sp li:hover{
    background-color: #ffffff;
    margin: 0;
  }
  .nav_list_sp li:hover .nav_list_pc_li_icon{
    color:#223870!important;
  }
  .nav_list_sp a{
    font-weight: 500;
  }
  .nav_list_sp li:hover a{
    color:#223870!important;
    font-weight: 600;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .images_three_set {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .main_container_sp {
    display: none;
  }
}
.main_container_sp {
  text-align: center;
  position: relative;
  padding-top: 90px;
  z-index: 1;
}
_::-webkit-full-page-media,
_:future,
:root .css_selector {
  padding-top: 0;
}
.main_container_sp img {
  width: 100%;
  max-width: none;
}

.mainvisual_sp {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1199px) {
  .mainvisual_sp {
    width: 100%;
    z-index: 2;
  }
  .mainvisual_sp img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main_container_sp {
    padding-top: 80px;
  }
}
@media (max-width: 450px) {
  .main_container_sp {
    padding-top: 60px;
  }
}

.pickup_pc {
  margin-top: -40px;
  padding: 0;
  position: relative;
  z-index: 1;
}
.pickup_ul_pc {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 27px;
  position: relative;
}
.pickup_ul_pc li {
  /* width: calc(33% - 2px); */
}
.pu_snswrap {
  text-align: center;
  margin-top: 48px;
}
.sns_ul_pc {
  position: relative;
  justify-content: space-between;
  width: 680px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  padding-bottom: 48px;
  z-index: 2;
}
.sns_ul_pc li{
  filter: 
  drop-shadow(0 0 9px rgba(244,109,198,.8))
  drop-shadow(0 0 8px rgba(244,109,198,.5));
}
.sns_ul_pc li a:hover,
.sns_ul_sp li a:hover {
  opacity: 0.7;
}
.sns_wrap_sp {
  position: relative;
  margin: 10vw auto 5vw;
  max-width: 60%;
  z-index: 2;
}
.sns_wrap_sp p img {
  max-width: 100%;
  width: auto;
}
.pickup_pc p {
  margin-top: -55px;
  text-align: center;
  padding: 10px 0;
}

.pickup_ul_pc li:hover,
.pickup_ul_sp li:hover {
  opacity: 0.7;
}
@media (max-width: 1199px) {
  .pickup_pc {
    display: none;
  }
  .pickup_sp {
    display: block;
  }

  .pickup_sp {
    /* background: url("../images/pickup/main_bg_sp.jpg") no-repeat; */
    background-position: top;
    background-size: cover;
    margin-top: -40vw;
    padding: 0 5%;
    padding-top: 6%;
    position: relative;
    z-index: 2;
  }
  .pu_sp_mt {
    padding-bottom: 0;
  }
  .pickup_ul_sp {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 32px 20px;
    width: 100%;
  }
  .pickup_ul_sp li {
    width: calc(100% / 2 - 20px);
    margin: 0 auto;
  }

  .pickup_sp p {
    width: 49%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    margin-bottom: 3%;
    /* margin-top: -45px; */
  }

  .sns_ul_sp {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25em;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }
  .sns_ul_sp li {
    width: 10%;
    filter:
      drop-shadow(0 0 8px rgba(244,109,198,.3))
      drop-shadow(0 0 8px rgba(244,109,198,.5))
      drop-shadow(0 0 8px rgba(244,109,198,.5))
      drop-shadow(0 0 8px rgba(244,109,198,.5));
  }
  .sns_ul_sp li img{
    width: 100%;
    height: auto;
    display: block;
  }
}

@media (max-width: 767px) {
  .pickup_ul_sp {
    gap: 4vw 2vw;
  }
  .pickup_ul_sp li {
    width: calc(100% / 2 - 2.5vw);
    margin: 0 auto;
  }
  .sns_ul_sp li{
  filter:
    drop-shadow(0 0 3px rgba(244,109,198,.5))
    drop-shadow(0 0 3px rgba(244,109,198,.5))
    drop-shadow(0 0 3px rgba(244,109,198,.5))
    drop-shadow(0 0 3px rgba(244,109,198,.5));    
  }
}



@media (min-width: 1200px) {
  .pickup_pc {
    display: block;
  }
  .pickup_sp {
    display: none;
  }
  
}

.sns_ul_sp {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
}
.sns_ul_sp li {
  width: calc(100% / 3 - 40px);
}
@media (max-width: 1199px) {
  .sns_ul_sp {
    gap: 60px;
  }

  .sns_ul_sp li {
    width: calc(100% / 3 - 60px);
  }
}
@media (max-width: 767px) {
  .sns_ul_sp {
      width: 100%;
      list-style: none;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
      margin-left: 0;
      padding-left: 0;
      text-align: center;
  }
  .sns_ul_sp li {
    width: calc(100% / 3 - 20px);
  }
}

@media (min-width: 1200px) {
  .news-footer_container {
    display: block;
    /* background-image: url(../images/footer/footer_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative; */
  }

  .news_kiji_pc {
    display: flex;
    /* flex-direction: column; */
    justify-content: flex-start;
    align-items:center;
  }
  .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.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    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_title {
    width: 40%;
    max-width: 240px;
  }
}
.news_wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 8px;
}
.news_wrapper p {
  text-align: center;
  position: relative;
  z-index: 5;
  margin: 0 auto;
}

.news_wrapper .news_title{
  margin-left: 170px;
  margin-top: -50px;
  z-index: 0;
}
.news_wrapper p img {
  max-width: 100%;
}

.news-border {
  position: relative;
  /* background-color: #fff; */
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  border-radius: 16px;
}
.news-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 10px solid transparent;
  /* background: linear-gradient(180deg, #be41ff 20%, #00bcff 80%) border-box
    border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude; */
  z-index: 0;
}
@media (max-width: 1199px) {
  .news_wrapper .news_title{
    box-sizing: border-box;
    margin: -30px 0px 0 88px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news_wrapper .news_title{
    margin-left: 0;
    margin-top: -3vw;
  }
}

@media (max-width: 499px) {
  .news-border {
    padding: 8px;
  }
  .news-border::before {
    border-radius: 6px;
    border-width: 8px;
  }
}

.news_list {
  background: linear-gradient(90deg,rgba(250, 216, 223, 1) 0%, rgba(248, 203, 205, 1) 100%);
  width: 100%;
  margin: 0 auto;
  max-width: 970px;
  position: relative;
}
@-moz-document url-prefix() {
  .news_list {
    scrollbar-color: #0c0934 #ccc;
  }
}
@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: 14px 3px;
  margin: 0;
  width: 100%;
  height: 200px;
  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_wrapper p {
    margin-bottom: 0;
    padding-top: 0;
  }
  .news-border {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }
  ul.news_list_ul {
    padding: 20px 3px;
    width: 100%;
  }
}
@media (max-width: 499px) {
  ul.news_list_ul {
    padding: 5% 0 5% 3%;
    height: 240px;
  }
  .news_wrapper p {
    margin-bottom: 0;
    padding-top: 0;
  }
}
ul.news_list_ul li {
  padding: 13px 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: auto 100%; */
  background: transparent;
  background-position: center;
  background-size: auto 100%;
}
.news_list_ul::-webkit-scrollbar-thumb {
  background-image: url("../images/news/news_on_scrollbar.png");
  background-repeat: no-repeat;
  height: 52px;
  background-position: center;
  background-size: 12px 60%;
  /* 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;
} */

@media (max-width: 767px) {
  .news_list_ul::-webkit-scrollbar-thumb {
    background-size: 12px 80%;
  }
}
.date {
  background: #cf476c;
  /* border: 1px solid #FFFFFF; */
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-left: 28px;
  padding: 2px 12px 5px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .date {
    padding: 5px 10px 0;
  }
}
.news_list_ul a {
  color: #cf476c;
  /* text-decoration: none; */
  /* border-bottom: 1px solid #cf476c; */
  font-weight: 600;
  transition: all .125s;
}
.news_list_ul a:hover {
  opacity: .6;
}
.text {
  color: #1c1c47;
  margin-left: 45px;
  letter-spacing: 0.3px;
  line-height: 1.2;
  /* margin-top: 15px; */
  font-size: 18px; /* display: block; */
  font-weight: 600;
}
@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: .8em;
    margin-left: 20px;
    line-height: 1.75;
  }
}
@media (max-width: 499px) {
  .date {
    font-size: 16px;
    margin-left: 10px;
    padding: 0 11px 4px;
  }
  .text {
    font-size: 16px;
    margin-left: 10px;
  }
}

.mainvisual_pc {
  position: relative;
  text-align: center;
}

.mainvisual_pc .inner img{
  filter: drop-shadow(0 30px 30px rgba(0, 0, 0, 0.5));
}

@media (max-width: 1199px) {
  .mainvisual_pc {
    display: none;
  }
}
/* @media (min-width: 1200px) {
  .mainvisual_pc {
    display: block;
    background: url("../images/pickup/main_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
} */
footer {
  position: relative;
  z-index: 10;
}
.footer_container {
  padding: 60px 0px 0px 0px;
  position: relative;
}

#to_top_btn_pc {
  position: fixed;
  right: 25px;
  bottom: 30px;
  cursor: pointer;
  width: 96px;
  height: 96px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
  z-index: 11;
  font-weight: bold;
}
@media (max-width: 1199px) {
  #to_top_btn_sp {
    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_sp {
    width: 60px;
    height: 60px;
    bottom: 5px;
    right: 10px;
  }
}
@media (min-width: 1500px) {
  #to_top_btn_pc {
    right: 50px;
  }
}
@media (min-width: 1900px) {
  #to_top_btn_pc {
    right: 250px;
  }
}
@media (min-width: 2500px) {
  #to_top_btn_pc {
    right: 550px;
  }
}
@media (min-width: 3800px) {
  #to_top_btn_pc {
    right: 1150px;
  }
}
#to_top_btn_pc.show,
#to_top_btn_sp.show {
  opacity: 1;
  visibility: visible;
}
#to_top_btn_pc:hover {
  opacity: 0.8;
}
img.slide-arrow.prev-arrow.slick-arrow {
  display: none !important;
}
@media (max-width: 1199px) {
  img.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -9.5%;
    width: min(7vw, 40px);
    display: block !important;
    cursor: pointer;
  }
}
img.slide-arrow.next-arrow.slick-arrow {
  display: none !important;
}
@media (max-width: 1199px) {
  img.slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -9.5%;
    width: min(7vw, 40px);
    display: block !important;
    cursor: pointer;
  }
}
@media (max-width: 499px) {
  img.slide-arrow.prev-arrow.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    left: -10%;
    width: min(7vw, 30px);
  }
  img.slide-arrow.next-arrow.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    right: -10%;
    width: min(7vw, 30px);
  }
  ul.slider {
    width: 80% !important;
  }
}
.footer_banner_pc,
.footer_banner_sp {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .footer_banner_pc {
    display: none;
  }
  .footer_banner_sp {
    display: block;
  }
}
@media (min-width: 1200px) {
  .footer_banner_pc {
    display: block;
  }
  .footer_banner_sp {
    display: none;
  }
}
ul.slider {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 1000px;
  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;
  }
}
.suishou {
  text-align: center;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .suishou {
    width: 150px;
  }
}
.suishou a {
  text-decoration: none;
  color: #fff;
}
.suishou a:hover {
  opacity: 0.7;
}
.footer_container p {
  text-align: center;
  margin: 0 auto;
  width: 60%;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 1;
}
.copy_color p img {
  max-width: 330px;
  width: 100%;
}
.page-bi {
  position: relative;
  padding: 150px 0 60px
}
@media (max-width: 1199px) {
  .page-bi {
    position: relative;
    background: none;
    padding: 110px 0 40px;
  }
}
@media (max-width: 767px) {
  .page-bi {
    position: relative;
    background: none;
    padding: 20vw 0 8vw;
  }
}

@media (max-width: 499px) {
  .footer_container {
    padding-top: 40px;
  }
  .footer_container p {
    padding: 40px 0;
  }
}
.contain {
  max-width: 1200px;
  margin: auto;
  padding-top: 307px;
  /* padding-left: 10px;
  padding-right: 10px; */
  position: relative;
}
@media (max-width: 1199px) {
  .contain {
    width: 96%;
    padding-top: 5vw;
    padding-left: 0;
    padding-right: 0;
  }
}
/* @media (max-width: 767px) {
  .contain {
    padding-top: 110px;
  }
}
@media (max-width: 499px) {
  .contain {
    padding-top: 100px;
  }
} */
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;
  }
}
@media (max-width: 1199px) {
  .bc-white {
    margin-top: 0;
    /* background: rgb(255, 255, 255); */
  }
  .clear_box_w.pc-none {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .bc-white {
    border-radius: 12px;
  }
}
.page-inner {
  padding: 100px 0 0;
  margin: auto;
}
@media (max-width: 1199px) {
  .page-inner {
    padding: 0;
    padding: min(9vw, 90px) 0 min(5.6vw, 40px);
  }
}
/* 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 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  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: 767px) {
  .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 */
/*下層ページタイトルパターン2*/
.second_title_img {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -64px;
}
/* _:-ms-lang(x)::-ms-backdrop,
.second_title_txt {
  top: 50%;
} */
.second_title_img img {
  max-width: 1050px;
}
@media (max-width: 1199px) {
  h2 {
    letter-spacing: 2px;
  }

  .second_title_img {
    margin-bottom: max(-56px, -5.2vw);
  }
  .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: 767px) {
  h2 {
    letter-spacing: 1px;
  }
}
/* @media (min-width: 1200px) {
  .mainvisual_pc 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: 767px) {
  /*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;
}
