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-color: #f7f8d4;
}
body.nav_scroll_on {
  overflow: hidden;
}

@media (min-width: 1200px) {
  
    body::after{
    content: "";
    background-image: url(../images/main/main-bg.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;

  }
    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;
  }

  }

  @media (min-width: 1200px) and (max-width: 1920px) {
    body::after {
      width: 1920px;
    }
  }

main {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
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: none; */
  }
  
}
.head_container_pc,
.head_container_tb,
.head_container_sp {
  width: 100%;
  background: url("../images/header/header-bg.jpg") no-repeat;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  background-position: center top;
  z-index: 10;
}

.head_container_sp {
  background-image: none;
  background-color: #fff;
}

.head_container_pc {
  height: 191px;
  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: 191px;
  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);
}
.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: 18px;
  left: 5px;
  position: relative;
  width: auto;
  min-width: auto;
  top: 9px;
}
.head_img2_sp img {
  max-height: 57px;
  margin-right: 12px;
}
@media (max-width: 1199px) and (min-width: 769px) {
  ul.head_ul_sp {
    height: 80px;
  }
  .head_img1_sp img {
    height: 20px;
    min-height: 20px;
    left: 10px;
    position: relative;
    width: auto;
    min-width: auto;
    top: 13px;
  }
  .head_img2_sp img {
    height: 58px;
    min-height: 76px;
  }
}
@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: #008ccf;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 191px;
  z-index: 10;
}
@media (min-width: 2000px) {
  .nav_container_pc {
    background-size: cover;
  }
}
ul.nav_ul_pc {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 82px;
  position: relative;
  width: 1200px;
}
.nav_leftwrap {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
}
li.nav_ul_li_pc {
  position: relative;
  text-align: center;
}
.main_nav_title_pc {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
}
.main_nav_link_set {
  display: flex;
  gap: 10px;
  position: relative;
}
.main_nav_link_set a {
  display: block;
}
.main_nav_link_set a:hover {
  opacity: 0.7;
}
ul.nav_list_pc {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: -18px;
  top: 82px;
  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: 470px;
  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: 82px;
  line-height: 82px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
ul.nav_list_pc li a {
  text-decoration: none;
  color: #036eb7;
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 22px;
  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: #036eb7 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;
}
@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(255, 255, 255, 0.9);
  visibility: visible;
}
.nav_ul_sp {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 250px;
  padding-bottom: 55px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
#nav_live_replay_sp {
  padding: min(4vw, 30px) 0;
}
.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: #036eb7;
  cursor: pointer;
  display: block;
  padding: 8px 0;
  font-size: min(5.8vw, 36px);
  font-weight: bold;
  padding-left: calc(2.5% + min(7.4vw, 47px));
}
.nav_title.direct_link:after {
  position: absolute;
  left: 10px;
  top: 15px;
  content: "▶︎";
  font-size: 14px;
  vertical-align: middle;
}
.nav_title::after {
  position: absolute;
  left: 2.5%;
  top: 50%;
  transform: translateY(-50%);
  content: "▼";
}
.nav_title.up::after {
  position: absolute;
  left: 2.5%;
  top: 50%;
  content: "▲";
  transform: translateY(-50%);
}
.nav_list_sp {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 18px;
}
.nav_list_sp a {
  color: #006ebb;
  text-decoration: none;
  display: block;
  padding: min(3.5vw, 20px) 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(4.6vw, 33px);
  padding-left: calc(2.5% + min(7.4vw, 22px) + 1.7em);
}
.nav_list_sp li {
  line-height: 1.3;
}
.nav_list_sp li:hover {
  background: #006ebb;
}
.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: center;
  text-align: center;
  width: 95%;
  gap: 3%;
  margin: 0 auto;
}
.images_three_set a {
  width: 50%;
}
.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: #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;
}

@media (min-width: 1200px) {
  main::after{
  content: "";
  position: absolute;
  background-image: url("../images/footer/footer-bg.png") ;
  background-repeat: no-repeat;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  aspect-ratio: 1920 / 460;
  background-position: center 25px;
  background-size: cover;
}
}



@media (min-width: 1920px){
  main::after {
    width: 100%;
  }
}
.main_container_pc {
  padding-top: 273px;
}
@media (max-width: 1199px) {
  .main_container_pc {
    display: none;
  }
  .main_container_sp {
    display: block;
  }
  .head_container_sp {
    display: block;
    overflow-x: hidden;
  }
  .head_container_sp::before{
  content: "";
  position: absolute;
  background-image:url("../images/header/spl.png");
  top: 0;
  left: 0;
  width: 138px;
  aspect-ratio: 230 / 90;
  background-repeat: no-repeat;
  background-size: contain;
}
  .head_container_sp::after{
  content: "";
  position: absolute;
  background-image:url("../images/header/spr.png");
  top: 0;
  right: 0;
  width: 138px;
  aspect-ratio: 264 / 97;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
}

@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;
}



@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: 1174px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.sns_wrap_sp {
  position: relative;
  margin-top: 3.3%;
}
.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 {
}
.pickup_ul_pc li:nth-child(n + 5) {
  margin-top: 29px;
}
.pickup_ul_sp li {
  width: 47%;
}
.pickup_ul_pc li:hover,
.pickup_ul_sp li:hover {
  opacity: 0.8;
}
@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: 6%;
}
.pickup_ul_sp {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 89%;
  margin-bottom: 5%;
}
.pickup_sp p {
  width: 49%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  margin-bottom: 3%;
}
.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: 53px;
    position: relative;
    padding-bottom: 105px;
  }

  .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;
  }
  .news_kiji_pc {
    display: none;
  }
  .news_kiji_sp {
    display: block;
  }
  #news_logo_pc {
    display: none;
  }
  #news_logo_sp {
    display: inline;
  }
  #news_title {
    width: 28%;
    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: 14px;
  margin: 0 auto 33px;
}
.news_wrapper p img {
  max-width: 187px;
}
.news_list {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
@-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: 17px 3px;
  margin: 0;
  width: 100%;
  height: 180px;
  overflow-y: scroll;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
  box-shadow: 0px 0px 7px 2px #f0e5d6;
  background-color: #fff;
}
.news_title_pc {
  display: block;
}
.news_title_sp {
  display: none;
}
@media (max-width: 1199px) {
  .news_wrapper p {
    padding-top: 0;
    margin-bottom: min(3.7vw, 30px);
  }
  .news_list {
    width: 100%;
  }
  ul.news_list_ul {
    padding: 15px 3px;
    box-shadow: none;
    height: 250px;
    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 85%;
}
.news_list_ul::-webkit-scrollbar-track {
  background: url("../images/news/scrollbar_bg.png") no-repeat;
  background-position: center;
  background-size: 8px 88%;
}
.date {
  background: #008ccf;
  background-size: cover;
  color: #fff;
  padding: 1px 12px 3px;
  margin-left: 57px;
  font-size: 16px;
  border-radius: 1px;
  font-weight: 700;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .date {
    padding: 5px 10px 0;
  }
}
.news_list_ul a {
  font-weight: 700;
  color: #008ccf;
  text-decoration-color: #008ccf;
  text-underline-offset: 7px;
  text-decoration-thickness: 2px;
}
.text {
  color: #101010;
  margin-left: 29px;
  letter-spacing: 0.3px;
  font-size: 16px;
  font-weight: 700;
}
@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: 18px;
    padding-bottom: 8px;
  }
  .date {
    margin-left: 0;
    padding: 1px 10px 2px;
    background: #0083c0;
  }
  .text {
    display: block;
    padding: 0 10px 0 0;
    margin-top: 14px;
    margin-left: 0;
    color: #000;
  }
  .news_list_ul::-webkit-scrollbar {
    width: 40px;
  }
  .news_list_ul a {
    text-decoration-color:#0083c0;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
    color: #0083c0;
  }
}
.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;
  }
  
}
footer {
  position: relative;
}
.footer_container {
  padding: 0px 0px 50px 0px;
  position: relative;
  background-color: #f7f8d6;
}
#to_top_btn_pc {
  position: fixed;
  right: 25px;
  bottom: 30px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background: #f09945;
  border-radius: 50%;
  line-height: 70px;
  color: #fff;
  text-align: center;
  border: 3px solid #fff;
  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: 65px;
    height: 65px;
    background: #f09945;
    border-radius: 50%;
    line-height: 65px;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 1s;
    z-index: 11;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  #to_top_btn_sp {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    bottom: 3.3vw;
    right: 10px;
    box-sizing: content-box;
    font-size: 11px;
    border: 2px solid #fff;
  }
}
@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 {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  img.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -6%;
    width: min(2.5vw, 28px);
    cursor: pointer;
  }
}
img.slide-arrow.next-arrow.slick-arrow {
  position: absolute;
  right: -5.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: -6%;
    width: min(2.5vw, 28px);
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  img.slide-arrow.prev-arrow.slick-arrow {
    left: -7.6vw;
    width: min(3.6vw, 25px);
  }
  img.slide-arrow.next-arrow.slick-arrow {
    right: -7.6vw;
    width: min(3.6vw, 25px);
  }
  ul.slider {
    width: 72% !important;
  }
}
@media (max-width: 519px) {
  img.slide-arrow.prev-arrow.slick-arrow {
    left: -14%;
    width: min(5.5vw, 28px);
  }
  img.slide-arrow.next-arrow.slick-arrow {
    right: -14%;
    width: min(5.5vw, 28px);
  }
}
.footer_banner_pc,
.footer_banner_sp {
  margin: 0 auto;
  background: #008ccf;
}
@media (max-width: 1199px) {
  .footer_banner_pc {
    display: none;
  }
  .footer_banner_sp {
    display: block;
    background-color: #0083c0;
  }
}
@media (min-width: 1200px) {
  .footer_banner_pc {
    display: block;
  }
  .footer_banner_sp {
    display: none;
  }
}
ul.slider {
  padding: 22px 0;
  margin: 0;
  list-style: none;
  width: 1081px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  ul.slider {
    background: none;
    box-shadow: none;
    width: 82%;
    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: 50px;
  line-height: 1;
}
.page-bi {
  position: relative;
  padding-bottom: 75px;
}
@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: 60px;
  }
}

@media (max-width: 768px) {
  .footer_container {
    background-size: cover;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .footer_container p {
    padding-top: 30px;
    width: 60%;
  }
  .page-bi {
    position: relative;
    background: none;
    padding-bottom: 30px;
  }
}

.contain {
  max-width: 1200px;
  margin: auto;
  padding-top: 273px;
  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%;
  margin: auto;
}
@media (max-width: 1199px) {
  .page-inner {
    padding: 0 0 min(5.6vw, 40px);
  }
}
.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;
}
@media (max-width: 700px) {
  .kousin {
    font-size: 20px !important;
    padding: 110px 0 120px !important;
  }
}
.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;
}
.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;
}
.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: 4vw;
  }
}
@media (min-width: 1200px) {
  .main_center img {
    position: relative;
    margin-top: 31px;
  }
  
}
/******表示・非表示*******/
@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: #036eb7;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
