*{
  padding: 0;
  margin: 0;
}
html {
  /* iOS・レスポンシブモード用*/
  /* overflow: auto;  */
}
body {
  position: relative; /* iOS用 */
  margin: 0;
  overflow: visible;
  overflow-x: hidden;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  /* font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ StdN w6", sans-serif; */
  /* background: #00002F; */
  /* background: linear-gradient(to bottom, #0C3575 0%,#0C3575 50%, #00002F 100%); */

 background-image: url(../images/main/main_bg.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 padding-bottom: 38px;
 background-position-y: 176px;
 background-position-x: center;
}
body.nav_scroll_on {
  overflow: hidden;
}
.bg-overlay-image-pc,
.bg-overlay-image-sp {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 1200px) {
  
    body::after{
    /* content: ""; */
    /* background-image: url(../images/main/main_bg.jpg); */
    width: 100%;
    position: absolute;
    top: 0;
    left:50%;
    transform: translateX(-50%);
    background-position: center;
    background-size: cover;
    z-index: -1;
    background-position: top;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .bg-overlay-image-pc {
  top: 176px;
  display: block;
}
.bg-overlay-image-sp {
  display: none;
}
    /* body::before{
    content: "";
    background-image: url(../images/main/main_bg2.png);
    width: 100%;
    position: absolute;
    top: 273px;
    left:50%;
    transform: translateX(-50%);
    background-position: center;
    background-size: cover;
    background-position: top;
    height:calc(100% - 273px) ;
    background-repeat: no-repeat;
    background-size: 100% auto;
    max-width: 1280px;
  } */

  }
@media (max-width: 1199px) {
    body::after{
    /* content: "";
    background-image: url(../images/main/main_bg_sp.jpg); */
    width: 100%;
    position: absolute;
    top: 0px;
    left:50%;
    transform: translateX(-50%);
    background-position: center;
    background-size: cover;
    z-index: -1;
    background-position: top;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .bg-overlay-image-sp {
  top: 80px;
  display: block;
  width: 100%;
}
  .bg-overlay-image-pc {
    display: none;
  }
}
	@media (max-width: 768px) {
  .bg-overlay-image-sp {
  top: 60px;
  display: block;
  width: 100%;
}

  }
  @media (min-width: 1200px) and (max-width: 1920px) {
    body::after {
      width: 1920px;
    }
  }

main {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a img {
  display: block;
  margin: 0 auto;
}
.in-bl {
    display: inline-block;
}
ul li{
  list-style: none;
}
h2 {
  margin: 0;
  font-size: 32px;
  text-align: center;
  padding: 0px;
  letter-spacing: 2px;
  color: #fff;
  font-style: normal;
  position: absolute;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@media (max-width: 500px) {
  h2 {
    letter-spacing: 7px;
  }
}
@media (max-width: 1199px) {
  .head_container_pc {
    display: none;
  }
}
@media (min-width: 1200px) {
  body {
    position: relative;
  }
  

  .head_container_pc {
    display: block;
  }
  .head_container_tb {
    display: none;
  }
  .head_container_sp {
    display: none;
  }
}
@media (max-width: 1920px) and (min-width: 1200px) {
  body {
    /* background-size: 1920px auto; */
  }
}
@media (max-width: 1199px) {
  body {
  background-image: url(../images/main/main_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 0;
  /* padding-bottom: 0; */
  }
  
}
.head_container_pc,
.head_container_tb,
.head_container_sp {
  width: 100%;
  background: #00002F;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

.head_container_pc {
  height: 120px;
  background-size: 1920px auto;
}

@media (min-width: 1920px) {
  .head_container_pc {
    background-size: cover;
  }
}
.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 {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

ul.head_ul_pc li:nth-child(1) {
  margin-top: 6px;
}
ul.head_ul_pc li:nth-child(2) {
  margin-bottom: 1px;
  margin-left: 25px;
}
ul.head_ul_pc li:nth-child(3) {
  /* margin-top: 30px; */
  position: relative;
  /* right: 12px; */
}
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: 60px;
  height: 60px;
  background-size: contain;
  position: relative;
  cursor: pointer;
  /* filter: drop-shadow(1px 1px 3px #df3838) drop-shadow(0px 0px 5px #df3838) drop-shadow(0px 0px 5px #df3838); */
  margin-right: 10px;
}
.nav_btn .line {
  /* left: 2px; */
  right: 0;
  width: 36px;
  height: 4px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  /* box-shadow: 0px 0px 6px 4px #df3838; */
  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: 16px;
}
.nav_btn.move .line.top {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top: 29px;
}
.nav_btn .line.middle {
  top: 28px;
}
.nav_btn.move .line.middle {
  width: 0;
  opacity: 0;
}
.nav_btn .line.bottom {
  top: 40px;
}
.nav_btn.move .line.bottom {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 29px;
}
@media (max-width: 768px) {
  .nav_btn {
    width: 45px;
    min-width: 45px;
    height: 45px;
  }
  .nav_btn .line {
    /* width: 30px;
    height: 3px; */
  }
  .nav_btn .line.top {
    top: 11px;
  }
  .nav_btn .line.middle {
    top: 21px;
  }
  .nav_btn .line.bottom {
    top: 31px;
  }
  .nav_btn.move .line.top {
    top: 21px;
  }
  .nav_btn.move .line.bottom {
    top: 21px;
  }
}
ul.head_ul_sp {
  height: 60px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head_img1_sp img {
  height: 17px;
  left: 5px;
  position: relative;
  width: auto;
  min-width: auto;
  margin-left: 5px;
}
.head_img2_sp img {
  max-height: 55px;
  margin-right: 12px;
}
@media (max-width: 1199px) and (min-width: 769px) {
  ul.head_ul_sp {
    height: 80px;
  }
  .head_img1_sp img {
    height: 28px;
    min-height: 20px;
    left: 0;
    position: relative;
    width: auto;
    min-width: auto;
  }
  .head_img2_sp img {
    height: 58px;
    min-height: 76px;
    margin-right: 0;
  }
}
@media (max-width: 768px){
  .head_img1_sp img {
    height: 14px;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 1199px) {
  *::-ms-backdrop,
  .head_img2_tb {
    width: 250px;
  }
  .head_img3_tb {
    margin-right: 65px;
  }
  .head_img2_sp {
    width: 220px;
    margin-right: 65px;
    margin-left: 30px;
  }
  .images_three_set a {
    flex: 1;
  }
}
.nav_container_pc {
  width: 100%;
  /* background: #FFF; */
  background-image: url(../images/header/nav_bg_white.png);
  position: fixed;
  left: 0;
  top: 120px;
  z-index: 10;
}
@media (min-width: 2000px) {
  .nav_container_pc {
    background-size: cover;
  }
}
ul.nav_ul_pc {
  font-weight: 600;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  position: relative;
  width: 1030px;
}
.nav_ul_pc li:hover img{
  filter: brightness(0) saturate(100%) invert(20%) sepia(67%) saturate(7388%) hue-rotate(349deg) brightness(77%) contrast(111%);
}
.nav_ul_pc .nav_pc_gray img{
  filter: brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(0%) hue-rotate(166deg) brightness(96%) contrast(92%);
}
.nav_ul_pc .nav_pc_gray:hover img{
  filter: brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(0%) hue-rotate(166deg) brightness(96%) contrast(92%);
}

li.nav_ul_li_pc {
  position: relative;
  text-align: center;
}
.main_nav_title_pc {
  text-decoration: none;
  /* color: #fff;
  font-size: 22px; */
}
ul.nav_list_pc {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: -18px;
  top: 56px;
  z-index: 50;
}
a.main_nav_title_pc span {
  position: relative;
  left: 2px;
}
li.nav_ul_li_pc:nth-child(3) a.main_nav_title_pc {
  letter-spacing: -2px;
}
ul.nav_list_pc li {
  width: 380px;
  height: 0;
  background: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  transition: opacity 0.2s, visibility 0.2s, height 0.2s;
  visibility: hidden;
  opacity: 0;
  position: relative;
  z-index: 30;
  line-height: 48px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
ul.nav_ul_pc li.nav_ul_li_pc:hover ul.nav_list_pc li {
  opacity: 1;
  visibility: visible;
  height: 48px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
a.main_nav_title_pc {
  position: relative;
    display: inline-block;
    text-decoration: none;
    height: 56px;
    line-height: 56px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
}
ul.nav_list_pc li a {
  text-decoration: none;
  color: #0D3671;
  display: block;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding-left: 33px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
ul.nav_list_pc li:hover a::before,
ul.nav_list_pc li:hover a {
  color: #fff;
  background: #cc0311 no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav_list_pc .underbar::before {
  content: "▼";
  left: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  font-size: 14px;
  color: #CC0311;
}
.nav_list_pc li:hover .underbar::before {
  color: #fff;
}

ul.nav_list_pc .bg_gray {
  background: rgba(128, 128, 128, 1);
}
ul.nav_list_pc .bg_gray:hover a::before,
ul.nav_list_pc .bg_gray:hover a {
  color: #0D3671;
  background: rgba(128, 128, 128, 1) no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav_list_pc .bg_gray:hover .underbar::before {
  color: #CC0311;
}

@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;
}
@media (max-width: 768px) {
  .nav_container_sp {
    top: 60px;
  }
}
.nav_container_sp.open {
  height: 100vh;
  background: rgba(0, 0, 47, 1);
  visibility: visible;
}
.nav_wrapper_sp{
  margin: 30px 10px 250px;
}
.nav_ul_sp {
  list-style: none;
  padding: 0;
  margin: 0;
  /* margin-bottom: 250px; */
  /* padding-bottom: 55px; */
  font-weight: 500;
  font-size: 36px;
}
#nav_live_replay_sp {
  /* padding: min(6vw, 30px) 0; */
  max-width: 800px;
  margin: 0 auto;
  list-style: none;
}
.nav_ul_li_sp {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}
.nav_ul_li_sp a {
  text-decoration: none;
}
.nav_title {
  color: #cc0311;
  background-color: #E0D1A1;
  cursor: pointer;
  display: block;
  padding: 6px 0;
  font-size: min(5.8vw, 36px);
  /* font-weight: bold; */
  padding-left: calc(2.5% + min(7.4vw, 47px));
  margin-bottom: 5px;
}
.nav_sp_gray{
  background-color: gray;
}
.nav_title.direct_link:after {
  position: absolute;
  left: 10px;
  top: 15px;
  content: "▶︎";
  font-size: 14px;
  vertical-align: middle;
}
.nav_title::after {
  position: absolute;
  left: 3.5%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url("../images/header/spnav_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 16px;
}
.nav_title.up::after {
  position: absolute;
  left: 3.5%;
  top: 50%;
  content: "";
  background-image: url("../images/header/spnav_arrow_down.png");
  transform: translateY(-50%);
    width: 24px;
  height: 16px;
}
@media screen and (max-width: 768px) {
.nav_title::after,
.nav_title.up::after {
  width: min(5.8vw, 24px);
  height: min(3vw, 16px);
}  
}
/* spナビ 電話投票キャンペーン */
.nav_title.no_arrow{
padding-left: 2.5vw;
}
.nav_title.no_arrow::after {
  content: none;
  background-image: none;
}

.nav_list_sp {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 18px;
}
.nav_list_sp .bg_gray {
  background: gray;
}
.nav_list_sp a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: min(3.5vw, 20px) 0;
  font-weight: 500;
  font-size: min(4.6vw, 30px);
  padding-left: calc(2.5% + min(7.4vw, 47px));
}
.nav_list_sp li {
  line-height: 1.3;
}
.nav_list_sp li:hover {
  /* background: #CC0311; */
}
.nav_list_sp li:hover .underbar {
  color: #ffffff;
}
.nav_list_sp li .underbar {
  position: relative;
}
/* .nav_list_sp li .underbar::before {
  content: "▼";
  position: absolute;
  left: -1.7em;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  font-size: min(3.6vw, 22px);
} */
.nav_list_sp li:last-child {
  border-bottom: none;
}
.images_three_set:first-child {
  margin-bottom: min(4.2vw, 37px);
  width: 100%;
}
.images_three_set {
  display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin: min(70px, 12vw) auto 0;
    max-width: 800px;
    gap: 1rem;
  }
.images_three_set a {
  width: 50%;
}
.images_three_set img {
  width: 100%;
}
.images_three_set a:hover {
  opacity: 0.8;
}
.image_single a:hover {
  opacity: 0.8;
}
/* グレイアウト用 */
ul.nav_list_pc li.grayout {
  background: #acacac;
  pointer-events: none;
}
ul.nav_list_pc li.grayout a {
  color: #000;
}
.nav_list_sp li.grayout_sp {
  pointer-events: none;
}
.nav_list_sp li.grayout_sp a {
  color: #919191;
}
main {
  display: block;
  position: relative;
}
.main_center{
  position: relative;
}

@media (min-width: 1920px){
  main::after {
    width: 100%;
  }
}
.main_container_pc {
  padding-top: 178px;
}
@media (max-width: 1199px) {
  .main_container_pc {
    display: none;
  }
  .main_container_sp {
    display: block;
  }
  .head_container_sp {
    display: block;
    /* overflow-x: hidden; */
  }
}

@media (max-width:768px) {
  .head_container_sp::before {
    width: 113px;
  }
  
}
@media (max-width:768px) {
  .head_container_sp::after {
    width: 113px;
  }
  
}
@media (min-width: 1200px) {
  .main_container_sp {
    display: none;
  }
}
.main_container_sp {
  text-align: center;
  margin-top: 80px;
  position: relative;
  z-index: 1;
  margin-left: 3%;
  margin-right: 3%;
}



@media (max-width: 768px) {
  .main_container_sp {
    margin-top: 60px;
  }
}
_::-webkit-full-page-media,
_:future,
:root .css_selector {
  padding-top: 0;
}
.main_container_sp img {
  width: 100%;
}
.main_center_img {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1199px) {
  .main_center_img {
    width: 100%;
    z-index: 1;
  }
  .main_center_img img {
    width: 100%;
  }
}
.pickup_pc {
  position: relative;
}
.pickup_ul_pc {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 1200px;
  /* width: 1174px; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  /* gap: 13px; */
}
.sns_wrap_sp {
  position: relative;
  margin-top: 3.3%;
}
.sns_wrap_sp p img {
  max-width: 100%;
  width: auto;
}
.pickup_pc p {
  margin-top: 50px;
  text-align: center;
  padding: 20px 0 20px;
}
.pickup_ul_pc li {
}
.pickup_ul_pc li:nth-child(n + 5) {
  margin-top: 29px;
}
@media (max-width: 1199px) {
.pickup_ul_sp_1 li + li ,
.pickup_ul_sp_2{
  margin-top: -6vw;
}
}
@media (max-width: 768px) {
}

.pickup_ul_sp_2 li {
  width: 49%;
}
.pickup_ul_pc li:hover,
.pickup_ul_sp_1 li:hover,
.pickup_ul_sp_2 li:hover {
  opacity: 0.8;
}
.pickup_ul_pc .grayout:hover,
.pickup_ul_sp_1 .grayout:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  .pickup_pc {
    display: none;
  }
  .pickup_sp {
    display: block;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .pickup_pc {
    display: block;
    z-index: 1;
  }
  .pickup_sp {
    display: none;
  }
}
.pu_sp_mt {
  margin-top: 3%;
  /* padding-bottom: 3%; */
}
.pickup_ul_sp_2 {
  list-style: none;
  padding: 0;
  /* margin: 0 auto; */
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* margin-bottom: 5%; */
}
.pickup_sp p {
  /* width: 49%; */
  margin: 0 auto;
  text-align: center;
  padding: 0;
  margin-bottom: 3%;
  margin-top: 8%;
}
/* .pickup_ul_sp2 {
  max-width: 800px;
  width: 67%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2%;
  gap: 4%;
}
.pickup_ul_sp2 li {
  width: 31%;
} */
@media (min-width: 1200px) {
  .news_container {
    display: block;
    margin-top: 40px;
    position: relative;
    padding-bottom: 60px;
  }

  .news_kiji_pc {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .news_kiji_sp {
    display: none;
  }
  #news_logo_pc {
    display: inline;
  }
  #news_logo_sp {
    display: none;
  }
}
@media (max-width: 1199px) {
  .news_container {
    background-size: cover;
    padding: 0;
    margin-top: -2.8%;
    z-index: 1;
    position: relative;
    margin-left: 3%;
    margin-right: 3%;    
  }
  .news_kiji_pc {
    display: none;
  }
  .news_kiji_sp {
    display: block;
  }
  #news_logo_pc {
    display: none;
  }
  #news_logo_sp {
    display: inline;
  }
  #news_title {
    width: 100%;
    /* max-width: 310px; */
  }
  .news_wrapper {
    padding-bottom: min(8vw, 50px);
  }
}
.news_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.news_wrapper p {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 5;
  padding-top: 0;
  margin: 0 auto 35px;
}
.news_list {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  border-radius: 3px;
}
@-moz-document url-prefix() {
  .news_list {
    scrollbar-color: #7d5c00 #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: 12px 3px;
  margin: 0;
  width: 100%;
  height: 180px;
  overflow-y: scroll;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
  /* background-color: #fff; */
}
.news_title_pc {
  display: block;
}
.news_title_sp {
  display: none;
}
@media (max-width: 1199px) {
  .news_wrapper p {
    padding-top: 8%;
    margin-bottom: 6%;
    /* margin-bottom: min(3.7vw, 30px); */
  }
  .news_list {
    width: 100%;
  }
  ul.news_list_ul {
    padding: 15px 3px;
    height: 260px;
    padding-left: min(4.5vw, 30px);
  }
  .news_title_pc {
    display: none;
  }
  .news_title_sp {
    display: block;
  }
}
ul.news_list_ul li {
  padding: 11px 0 12px;
}
.news_list_ul::-webkit-scrollbar {
  width: 39px;
}
.news_list_ul::-webkit-scrollbar-thumb {
  background: url("../images/news/news_on_scrollbar.jpg") no-repeat;
  height: 70px;
  background-position: center;
  background-size: 8px 70%;
}
.news_list_ul::-webkit-scrollbar-track {
  background: url("../images/news/scrollbar_bg.png") no-repeat;
  background-position: center;
  background-size: 8px 80%;
}
.date {
  background: #CC0311;
  background-size: cover;
  color: #fff;
  padding: 1px 28px 3px;
  margin-left: 24px;
  font-size: 18px;
  border-radius: 1px;
  font-weight: 500;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .date {
    padding: 5px 10px 0;
  }
}
.news_list_ul a {
  font-weight: 500;
  color: #CC0311;
  text-decoration-color: #CC0311;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.text {
  color: #101010;
  margin-left: 29px;
  letter-spacing: 0.3px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .news_list_ul::-webkit-scrollbar-thumb {
    background-size: 15px 85%;
  }
  .news_list_ul::-webkit-scrollbar-track {
    background-size: 15px 88%;
  }
  ul.news_list_ul li {
    padding-top: 10px;
    padding-bottom: 8px;
  }
  .date {
    margin-left: 0;
    padding: 1px 10px 2px;
    background: #CC0311;
    font-size: 16px;
  }
  .text {
    display: block;
    padding: 0 10px 0 0;
    margin-top: 14px;
    margin-left: 0;
    color: #000;
    font-size: 16px;

  }
  .news_list_ul::-webkit-scrollbar {
    width: 40px;
  }
  .news_list_ul a {
    text-decoration-color:#CC0311;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    color: #CC0311;
  }
}
.main_center {
  text-align: center;
}
@media (max-width: 1199px) {
  .main_center {
    display: none;
  }
}
@media (max-width: 768px) {
  .news_list_ul::-webkit-scrollbar-thumb {
    background-size: 10px 85%;
  }
  .news_list_ul::-webkit-scrollbar-track {
    background-size: 10px 88%;
  }
  .news_list_ul::-webkit-scrollbar {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  .main_center {
    display: block;
    position: relative;
    height: 982px;
  }
  
}
footer {
  position: relative;
}
.footer_container {
  padding: 0px 0px 50px 0px;
  padding-bottom: 0;
  position: relative;
  /* background-color: #00002F; */
}
#to_top_btn_pc {
  position: fixed;
  right: 40px;
  bottom: 80px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
  z-index: 11;
}
@media (max-width: 1259px) {
#to_top_btn_pc {  
  right: 7px;  
}
}
@media (max-width: 1199px) {
  #to_top_btn_sp {
  position: fixed;
  right: 10px;
  bottom: 25px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
  z-index: 11;
  }
}
@media (max-width: 768px) {
  #to_top_btn_sp {
    width: 50px;
    height: 50px;
    bottom: 5vw;
    right: 13px;
    box-sizing: content-box;
  }
}
@media (max-width: 519px) {
  #to_top_btn_sp {
    width: 45px;
    height: 45px;
    bottom: 21px;
    right: 16px;
  }
}
@media (min-width: 1500px) {
  #to_top_btn_pc {
    right: 50px;
  }
}
@media (min-width: 1900px) {
  #to_top_btn_pc {
    right: 280px;
  }
}
@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 {
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  img.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5%;
    width: min(2.5vw, 25px);
    cursor: pointer;
  }
}
img.slide-arrow.next-arrow.slick-arrow {
  position: absolute;
  right: -3.3%;
  top: 50%;
  transform: translateY(-50%);
}

img.slide-arrow.next-arrow.slick-arrow:hover,
img.slide-arrow.prev-arrow.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media (max-width: 1199px) {
  img.slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5%;
    width: min(2.5vw, 25px);
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  img.slide-arrow.prev-arrow.slick-arrow {
    left: -5.6vw;
    width: min(3.6vw, 20px);
  }
  img.slide-arrow.next-arrow.slick-arrow {
    right: -5.6vw;
    width: min(3.6vw, 20px);
  }
  ul.slider {
    /* width: 72% !important; */
  }
}
@media (max-width: 519px) {
  img.slide-arrow.prev-arrow.slick-arrow {
    left: -6%;
    width: min(3.5vw, 28px);
  }
  img.slide-arrow.next-arrow.slick-arrow {
    right: -6%;
    width: min(3.5vw, 28px);
  }
}
.footer_banner_pc,
.footer_banner_sp {
  margin: 0 auto;
  /* background: #00002F; */
}
@media (max-width: 1199px) {
  .footer_banner_pc {
    display: none;
  }
  .footer_banner_sp {
    display: block;
    /* background-color: #000130; */
  }
}
@media (min-width: 1200px) {
  .footer_banner_pc {
    display: block;
  }
  .footer_banner_sp {
    display: none;
  }
}
ul.slider {
  padding: 20px 0;
  margin: 0;
  list-style: none;
  /* width: 1049px; */
  width: 970px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  ul.slider {
    background: none;
    box-shadow: none;
    width: 83%;
    padding: 20px 0;
  }
}
ul.slider li a img {
  max-width: 160px;
  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: 80%;
  padding-top: 18px;
  line-height: 1;
}
.page-bi {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .footer_container {
    background-size: cover;
    padding-top: 0;
    /* padding-bottom: min(6vw, 46px); */
  }
  .footer_container p {
    /* padding-top: min(6vw, 46px); */
    width: 60%;
  }
  .page-bi {
    position: relative;
    background: none;
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .footer_container {
    background-size: cover;
    padding-top: 0;
  }
  .footer_container p {
    padding-top: 3.6vw;
    width: 60%;
  }
  .page-bi {
    position: relative;
    background: none;
  }
}

.contain {
  max-width: 1200px;
  margin: auto;
  padding-top: 190px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) and (min-width: 769px) {
  .contain {
    width: 95%;
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .contain {
    width: 95%;
    padding-top: 60px;
  }
}
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); */
  /* box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.13); */
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .bc-white {
    margin-top: 0;
    /* background: rgb(255, 255, 255); */
    box-shadow: none;
    margin-top: 16px;
  }
  .clear_box_w.pc-none {
    height: 100px;
  }
}
.page-inner {
  /* padding: 2% 2% 5% 2%; */
  /* padding: 1%; */
  margin: auto;
}
@media (max-width: 1199px) {
  .page-inner {
    padding: 0 0 min(5.6vw, 40px);
  }
}
@media (max-width: 768px) {
  .page-inner {
    padding: 0;
  }
}


.jstream-eqPlayer {
  display: block !important;
}
.jstplayer {
  width: 640px;
}
.jstlistcrtl {
  width: 640px;
}
.jstlist {
  width: 600px;
}
.jstream-eqPlayer {
  display: block !important;
}
.saturday {
  color: #01a0e9;
}
.sunday {
  color: #e60a12;
}
.kousin {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  padding: 150px 0;
  color: #fff;
}
@media (max-width: 700px) {
  .kousin {
    font-size: 20px !important;
    padding: 110px 0 120px !important;
  }
}
.tv_padding {
  padding: 20px;
}
.tv_padding a {
  /* color: #4d4f9a; */
  color: #3dc2ff;  
}
.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;
}
.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;
  }
}

.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; */
  border-top: solid 3px #ddd;
  border-bottom: solid 3px #ddd;
}
.underline {
  border-bottom: 3px solid lightskyblue;
}

/* event.php css end */
/*下層ページタイトルパターン2*/
.second_title_img {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
_:-ms-lang(x)::-ms-backdrop,
.second_title_txt {
  top: 50%;
}
@media (max-width: 1199px) {
  h2 {
    top: 0;
    letter-spacing: 4px;
  }
  
  h2.second_title_txt {
    position: relative;
    font-size: min(5.7vw, 32px);
  }
  .second_title_img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  h2 {
    letter-spacing: 2px;
  }
  .bc-white {
    margin-top: 0;
  }
  .second_title_img {
    margin-top: 7vw;
    margin-bottom: 20px;
  }
}


/******表示・非表示*******/
@media (min-width: 1200px) {
  /*PCの時非表示にします*/
  .pc-none {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .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,
.main_container_pc {
  transition: 0.5s;
}
.fade-out {
  transition: 0.5s;
}
li.nav_ul_li_pc:hover::after {
  transform: scale(1, 1);
}
/* li.nav_ul_li_pc::after {
  position: absolute;
  bottom: 14px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #cc0311;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
} */
.entry_pc {
  display: none;
}

@media(min-width: 451px) {
  .entry_pc {
    display: block;
  }

  .entry_sp {
    display: none;
  }
}