html {
  overflow: auto;
  /* iOS・レスポンシブモード用*/
}

body {
  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-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-family: "Noto Serif JP", serif; */
  font-family: 'Noto Sans JP', 'メイリオ', 'ヒラギノ角ゴ StdN w6', sans-serif;
  /* font-feature-settings: "palt"; */
  background-color: #BBDB85;
}

body.nav_scroll_on {
  overflow: hidden;
}

header,
nav {
  /* position: relative; */
  /* z-index: 100; */
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

h2 {
  margin-top: 0;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  padding: 15px 0px;
  letter-spacing: 8px;
  /* background-image: linear-gradient(0deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%); */
  /* -webkit-background-clip: text; */
  /* color: transparent; */
  color: #000;
  /* background: url(../images/movie/movie.jpg) no-repeat; */
  /* background-size: 100%; */
  /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.7)); */
  /* box-shadow: 0 3px 3px rgba(0,0,0,0.4); */
  font-family: vdl-logog, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

@media (max-width: 500px) {
  h2 {
    letter-spacing: 7px;
  }
}

@media all and (-ms-high-contrast: none) {
  h2 {
    /* margin-top: 0; */
    /* font-size: 25px; */
    /* text-align: center; */
    /* font-weight: bold; */
    /* padding: 15px 0px; */
    /* letter-spacing: 8px; */
    /* color: #e3bd6d; */
    /* background-image:none; */
    /*  background: url(../images/movie/movie.jpg) no-repeat;*/
    /* background-size: 100%; */
    /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.7)); */
    /* box-shadow: 0 3px 3px rgba(0,0,0,0.4); */
    /* font-family: vdl-logog, sans-serif; */
    /* font-weight: bold; */
    /* font-style: normal; */
  }
}

/* main_nav.php css start */
@media (max-width: 768px) {
  .head_container_pc {
    display: none;
  }

  .head_container_tb {
    display: none;
  }

  .head_container_sp {
    display: block;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .head_container_pc {
    display: none;
  }

  .head_container_tb {
    display: block;
  }

  .head_container_sp {
    display: none;
  }
}

@media (min-width: 1200px) {
  .head_container_pc {
    display: block;
    /* padding: 10px 0; */
    /* margin-top: 10px */
  }

  .head_container_tb {
    display: none;
  }

  .head_container_sp {
    display: none;
  }
}

.head_container_pc,
.head_container_tb,
.head_container_sp {
  width: 100%;
  /* background: url('../images/header/header_background.jpg') no-repeat; */
  /* background-size: cover; */
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

.head_container_pc {
  height: 135px;
  background: #fff;
}

main {
  /* background-color: #009caa; */
}

.head_container_tb,
.head_container_sp {
  /* background: url('../images/header/header_background_sp2.jpg') no-repeat; */
  /* background-size: cover; */
  /* background-position: bottom; */
  /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.4)); */
  /* box-shadow: 0 4px 4px rgba(0,0,0,0.7); */
}

/* .head_img3_sp {
  max-width: 75px;
} */

.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;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  height: 135px;
}

ul.head_ul_pc li:nth-child(1) {
  /* margin-right: 9px; */
}

ul.head_ul_pc li:nth-child(2) {
  /* margin-top: 21px; */
  margin-left: 25px;
  /* margin-right: 0px; */
}

ul.head_ul_pc li:nth-child(3) {
  margin-top: 40px;
}


/* ul.head_ul_pc li:nth-child(3) {
  margin-right: 40px;
} */

ul.head_ul_pc li:nth-child(4),
ul.head_ul_pc li:nth-child(5),
ul.head_ul_pc li:nth-child(6),
ul.head_ul_pc li:nth-child(7) {
  margin-left: 10px;
}


.pickup_pc a.grayout img,
.pickup_sp a.grayout img {
  filter: grayscale(1);
}

.pickup_pc a.grayout,
.pickup_sp a.grayout {
  pointer-events: none;
}

ul.head_ul_tb {
  /* height: 60px; */
  height: 80px;
  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;
  /* border-bottom: 4px solid #fff100; */
  background: #fff;
  align-items: center;
  padding-left: 30px;
}

.head_img1_tb {
  /* max-width: 88px; */
  /* max-height: 50px; */
  /* margin-right: 200px; */
  /* margin-bottom: 7px; */
  /* margin-left: 5px; */
  /* margin-top: 5px; */
}

.head_img1_tb img {
  width: 157px;
  max-width: 191px;
  height: auto;
}

.head_img2_tb {
  max-width: 380px;
  /* margin-bottom: 5px; */
}

.head_img3_tb {
  max-width: 380px;
  margin-bottom: 5px;
  height: auto;
  /* margin-left: 5px; */
  /* margin-right: 5px; */
}

.nav_btn {
  width: 90px;
  height: 80px;
  /*  background: #ae8e2e;*/
  background-size: contain;
  /* background-size: cover; */
  /* background-position: left top; */
  position: relative;
  cursor: pointer;
}

.nav_btn .line {
  /* left: 2px; */
  left: -30px;
  right: 0;
  /* width: 36px; */
  width: 65px;
  height: 7px;
  margin: 0 auto;
  text-align: center;
  background: #663333;
  position: absolute;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pickup_pc {
  /* position: relative; */
}


@media(max-width: 2000px) {
  .pickup_pc::before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: -20px;
    background: #008387;
    height: 200px;
    max-width: 1199px;
    margin: auto;
  }
}


@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  body {
    /* font-family: 'メイリオ'; */
  }

  .head_img1_tb img {
    /* width: 230px; */
  }

  .nav_btn {
    width: 60px;
    height: 60px;
    /* background: url('../images/header/nav_btn.png') no-repeat; */
    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: 15px
}

.nav_btn.move .line.top {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top: 35px;
}

.nav_btn .line.middle {
  top: 35px;
}

.nav_btn.move .line.middle {
  width: 0;
  opacity: 0;
}

.nav_btn .line.bottom {
  top: 55px;
}

.nav_btn.move .line.bottom {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 35px;
}


@media (max-width: 768px) {
  .nav_btn {
    width: 50px;
    height: 60px;
    margin-right: 5px;
    left: 0;
  }



  .nav_btn .line {
    width: 40px;
    height: 5px;
    left: 10px;
  }

  .nav_btn .line.top {
    top: 17px;
  }

  .nav_btn .line.middle {
    top: 30px;
  }

  .nav_btn .line.bottom {
    top: 43px;
  }

  .nav_btn.move .line.top {
    top: 30px;
  }

  .nav_btn.move .line.bottom {
    top: 30px;
  }

}
ul.head_ul_sp {
  height: 60px;
  /* height: 45px; */
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 4px solid #fff100; */
  background: #fff;
  padding-left: 10px;
}

.head_img1_sp {
  max-width: 120px;
  /* width: 120px; */
}

.head_img1_sp img {
  /* min-height: 45px; */
  /* min-width: 115px; */
  /* width: 115px; */
}

.head_img2_sp {
  /* width: 180px; */
  /* margin-right: 5px; */
  max-width: 340px;
}

.main_nav_link_set img:first-child {
  /* margin-left: -10px; */
}

main {
  /* background: #009caa; */
}

@media(max-width: 767px) {

  .head_img1_sp img {
    min-height: auto;
    /* height: 66px; */
  }
  .head_img3_sp {
    max-width: 180px;
  }

  .head_img3_sp {
    max-width: 138px;
  }
}

@media(max-width: 500px) {
.head_img1_sp {
  max-width: 70px;
  margin-bottom: 8px;
}
    .head_img2_sp {
        max-width: 210px;
        /* width: 190px; */
    }

  .head_img3_sp {
    max-width: 80px;
  }
}

@media all and (-ms-high-contrast:none) and (max-width: 1199px) {

  *::-ms-backdrop,
  .head_img1_tb {
    /* width: 230px; */
  }

  .head_img2_tb {
    width: 250px;
    /* margin-bottom: 10px; */
  }

  .head_img3_tb {
    /* width: 250px; */
    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: url(../images/header/header-bg.jpg); */
  /* background-size: cover; */
  position: fixed;
  left: 0;
  top: 135px;
  z-index: 10;
  background-color: #FF9933;
  /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.4)); */
  /* padding: 3px 0; */
  height: 92px;
}

@media (min-width: 2000px) {
  .nav_container_pc {
    background-size: cover;
  }
}

ul.nav_ul_pc {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  /* justify-content: flex-end; */
  align-items: center;
  /* gap: 26px; */
  /* transform: translateX(62px); */
  /* padding-top: 5px; */
  /* padding-bottom: 10px; */
  height: 92px;
}
li.nav_ul_li_pc {
  position: relative;
  /* padding: 27px 0; */
  /* margin-top: 5px; */
  text-align: center;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  /* IE11 */
  .nav_ul_li_pc {
    padding: 10px 0 0;
  }
}


li.nav_ul_li_pc+li.nav_ul_li_pc {
  margin-left: 28px;
}

.main_nav_title_pc {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: bold;
  font-style: normal;
}

/* .nav_ul_li_pc:hover .main_nav_title_pc {
  color: #e60012;
} */

.main_nav_title_pc span.triangle_icon {
  font-size: 16px;
  margin-left: -15px;
  vertical-align: middle;
  position: relative;
  left: -5px;
  top: -2px;
  color: #e02821;
}

.main_nav_link_set {
  /* margin-left: 50px; */
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  /* IE11 */
  .main_nav_title_pc span.triangle_icon {
    vertical-align: baseline;
  }
}

.main_nav_link_set {
  /* padding: 5px 0; */
  display: flex;
  gap: 11px;
  margin-left: auto;
  align-items: center;
}

.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: 0;
  top: 92px;
  z-index: 50;
  /* background: rgba(255, 255, 255, .9); */
  background: #663333;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  /* IE11 */
  ul.nav_list_pc {
    top: 93px;
  }
}

ul.nav_list_pc li {
  width: 410px;
  height: 0;
  /* background: rgba(255, 255, 255, .9); */
  /* border-bottom: 1px solid #b92019; */
  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: 47px;
  padding-left: 15px;
  overflow: hidden;
}

/* ul.nav_list_pc li::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #4abdc3;
} */

.mv_wrap {
  position: relative;
  display: inline-flex;
  overflow: hidden;
}

.mv_wrap img {
  /* visibility: hidden; */
}

.ovh-rainbow {
  position: relative;
  overflow: hidden;
}

.thunder {
  position: absolute;
  left: -207px;
  top: 0;
  z-index: 4;
  filter: brightness(0.5);
}

.thunder.active {
  filter: brightness(1);
}

.rainbow1 {
  transform: translateX(450px);
  transform-origin: right;
  opacity: 0;
  transition: 0.8s;
}

.rainbow2,
.rainbow3 {
  transform: translateX(200px);
  transform-origin: right;
  opacity: 0;
  transition: 0.8s;
}

.rainbow4,
.rainbow5 {
  transform: translateX(-200px);
  transform-origin: left;
  opacity: 0;
  transition: 0.8s;
}

.rainbow1_sp,
.rainbow2_sp,
.rainbow3_sp {
  transform: translateX(50px);
  transform-origin: right;
  opacity: 0;
  transition: 0.8s;
}

.rainbow4_sp,
.rainbow5_sp {
  transform: translateX(-50px);
  transform-origin: left;
  opacity: 0;
  transition: 0.8s;
}


.rainbow1.active,
.rainbow2.active,
.rainbow3.active,
.rainbow4.active,
.rainbow5.active,
.rainbow1_sp.active,
.rainbow2_sp.active,
.rainbow3_sp.active,
.rainbow4_sp.active,
.rainbow5_sp.active {
  transform: translateX(0px);
  opacity: 1;
}

.racer-img {
  z-index: 3;
}


.mv-date {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(0)translate(0px, -400px);
  z-index: 7;
}

.mv-date.active {
  transform: scale(1)translate(0px, 0px);
  transition: all 1s cubic-bezier(0.65, -0.21, 0, 1.08);
}

.rainbow1,
.rainbow2,
.rainbow3,
.rainbow4,
.rainbow5,
.racer-img,
.crowd,
.crowd_gray,
.biribiri,
.biribiri_blue,
.dynamite {
  position: absolute;
}

.crowd {
  right: -237px;
  top: 0;
  z-index: 1;
}

.crowd_gray {
  right: -149px;
  top: 108px;
  z-index: 2;
}

.rainbow1 {
  left: -377px;
  top: 85px;
}

.rainbow2 {
  z-index: 5;
  bottom: 0;
  left: -430px;
}

.rainbow3 {
  bottom: 0;
  z-index: 4;
  left: -429px;
}

.rainbow4 {
  right: -413px;
}

.rainbow5 {
  bottom: 0;
  right: 0;
  z-index: 6;
}

.biribiri {
  left: 0;
  z-index: 6;
}

.dynamite {
  left: 10px;
  top: 10px;
  z-index: 9;
}


@media(max-width: 1366px) {
  .thunder {
    left: -15vw;
  }

  .crowd {
    right: -17.5vw;
  }

  .crowd_gray {
    left: 11vw;
    top: 8vw;
  }

  .rainbow1 {
    left: -28vw;
  }
}

@media(max-width: 1199px) {
  .rainbow1 {
    top: 25vw;
    left: -32vw;
  }

  .rainbow2 {
    left: -19.7vw;
  }

  .rainbow3 {
    left: -19.2vw;
  }

  .rainbow4 {
    right: -19.3vw;
  }

  .rainbow5 {
    right: -29vw;
  }

  .biribiri_blue {
    right: -26vw;
    z-index: 6;
    bottom: 18vw;
    z-index: 7;
  }

  .dynamite {
    width: 13vw;
  }
}


.racer-img {
  right: 0;
  left: 78px;
  margin: auto;
  bottom: 0;
}

.photogallery {
  background: url(../images/pickup/photogallery_bg.png)no-repeat center /cover;
}

.photogallery-slider a img:hover {
  opacity: .7;
}

.d-block {
  display: block;
}

.text-center {
  text-align: center;
}

.photogallery p {
  text-align: center;
}

ul.nav_list_pc li:first-child {
  /* margin-top: 10px; */
}

ul.nav_ul_pc li.nav_ul_li_pc:hover ul.nav_list_pc li {
  opacity: 1;
  visibility: visible;
  height: 59px;
  /* font-family: "メイリオ", "ヒラギノ角ゴ Pro", sans-serif; */
  line-height: 59px;
}

ul.nav_ul_pc li.nav_ul_li_pc a {
  position: relative;
}

ul.nav_ul_pc li.nav_ul_li_pc .main_nav_title_pc::after{
  /* content: "";
  position: absolute;
  bottom: -7px;
  width: 0;
  display: block;
  height: 2px;
  background-color: #59c0c8;
  transition: width .2s; */
}
.nav_ul_pc li.nav_ul_li_pc:hover .main_nav_title_pc::after{
  width: 100%;
}

ul.nav_list_pc li:last-child {
  border-bottom: none;
  /* border-radius: 0 0 5px 5px; */
}

ul.nav_list_pc li:hover {
  background: #ed7e99;
  /* background-size: contain; */
}

ul.nav_list_pc li:hover a {
  color: #fff;
}

ul.nav_list_pc li:hover .nav_list_pc_li_icon {
  color: #00f2ff;
}

.nav_list_pc_li_icon {
  font-size: 12px;
  padding: 0 5px;
  color: #e02821;
  position: relative;
  top: -2px;
}

.grayout .nav_list_pc_li_icon {
  color: #000;
}

/* ul.nav_list_pc li:hover .nav_list_pc_li_icon {
  color: #fff;
} */

ul.nav_list_pc li a::before {
  /* font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 16px;
  vertical-align: bottom;
  padding-left: 15px;
  padding-right: 5px;
  color: #564414; */
}

a.main_nav_title_pc {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;

  /* 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; */

    height: 92px;
    line-height: 92px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;

    font-size: 22px;
    letter-spacing: 0;
    font-weight: 500;
    color: #fff;
}
.nav_ul_pc li:hover > a{
  color: #ffff00;
}


ul.nav_list_pc li:last-child::before {
  content: '';
  display: none;
}

/* a.main_nav_title_pc::after {
  position: absolute;
  bottom: 15px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  transform-origin: left top;
  transition: transform .3s;
} */

a.main_nav_title_pc:hover::after {
  transform: scale(1, 1);
}

ul.nav_list_pc:hover+a.main_nav_title_pc::after {
  transform: scale(1, 1);
}

@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: #fff;
  /* background-color: #003a7b; */
  display: block;
  font-weight: 500;
  text-align: left;
  font-size: 20px;
  letter-spacing: 0.5px;
}

ul.nav_list_pc li:hover a::before,
ul.nav_list_pc li:hover a {
  /* color: #fff; */
  /* background-color: #fee473; */
  /* background: url('../images/header/mouse_on.jpg') no-repeat; */
}

ul.nav_list_pc li:hover .underbar {
  /* text-decoration: underline; */
}

.inner-circle {
  background-color: #e02821;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#to_top_btn_pc {
  /* color: #fff; */
  position: fixed;
  bottom: 100px;
  right: 100px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  /* background-color: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  z-index: 2;
}

.top_news_box {
  background: #000;
  padding: 10px 0;
  margin-bottom: 0px;
  margin-top: 0;
  text-align: center;
  color: #fff;
}

.top_news_box .news_text,
.top_news_box a {
  color: #fff;
}

#nav_live_replay_sp_inner {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
}

.images_three_set {
  /* justify-content: flex-end;
  width:calc((100% - 20px) / 3); */
  flex:1;
}


.news_list_ul::-webkit-scrollbar-track {
  /* background: url(../images/news/news_back_scrollbar.png) no-repeat;
  background-position: center;
  background-size: auto 90%;
  background-size: auto 100%; */
  
}

@media(max-width: 1210px) {
  ul.nav_ul_pc {
    /* transform: translateX(56px); */
  }
}

@media (max-width: 1199px) {

  .top_news_box_pc {
    display: none;
  }

  .nav_container_pc {
    display: none;
  }

  .nav_container_sp {
    display: block;
  }
}

@media (min-width: 1200px) {
  .nav_container_pc {
    display: block;
  }

  .top_news_box_sp {
    display: none;
  }

  .nav_container_sp {
    display: none;
  }
}

.nav_container_sp {
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  /* opacity: 0; */
  visibility: hidden;
  height: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  overflow-y: auto;
  z-index: 40;
  /* font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  /* font-family: 'メイリオ','ヒラギノ角ゴ StdN W6',sans-serif; */
}

@media (max-width: 768px) {
  .nav_container_sp {
    top: 60px;
  }
}

.nav_container_sp.open {
  height: 100vh;
  /* background: rgba(255, 255, 255, .9); */
  background: #663333;
  visibility: visible;
}

.nav_ul_sp {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 150px;
  /* margin-top: 5px; */
  padding-bottom: 55px;
  /* max-width: 800px; */
  /* margin-inline: auto; */
}
.nav_ul_sp .nav_live_replay_sp{
  /* margin-top: 40px;
  margin-bottom: 30px; */
  /* padding: 0 10px; */
  margin:6vw auto 0;
}
.nav_ul_sp .text-center{
  width: calc((100% - 60px) / 3);
  margin:0 auto;
}
#nav_live_replay_sp_inner {
  /* border-top: 2px solid #d0a401; */
  padding: 4vw 20px 6vw;
}


.text-center a {
  /* width: 100%; */
}

.text-center img {
  width: 100%;
}

.day1_wrap .mt-0 {
  margin-top: 0;
}

.w-40 {
  max-width: 40%;
}

.nav_ul_li_sp {
  width: 100%;
  margin: 0 auto;
  margin-top: 1px;
  /* background: #e02821; */
  /* border-radius: 7px; */
  /* border: 2px solid #000; */
  /* background-size: cover; */
  /* background-position: center; */
  position: relative;
  z-index: 5;
  width: calc(100% - 20px);
  margin: auto;
  margin-top: 15px;
  /* margin-bottom: 10px; */
  /* border-bottom: none; */
  /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.4)); */
  /* box-shadow: 0 3px 3px rgba(0,0,0,0.4); */
}

.nav_ul_li_sp.active {
  border-radius: 7px 7px 0 0;
}

.text-center.mt-0 a:hover {
  opacity: .7;
}

.nav_ul_li_sp a {
  text-decoration: none;
}

.nav_title {
  color: #FFF;
  cursor: pointer;
  /* font-weight: bold; */
  display: block;
  padding: 10px 0;
  margin-left: 20px;
  font-size: min(5vw, 36px);
  font-weight: bold;
  /* font-family: "メイリオ", "ヒラギノ角ゴ Pro", sans-serif; */
}


.nav_title.direct_link:after {
  position: absolute;
  left: 20px;
  top: 10px;
  content: '▶';
  font-size: 14px;
  vertical-align: middle;
  font-size: min(5vw, 36px);
  vertical-align: middle;
  color: #fff100;
}

.nav_title.direct_link.up:after {
  content: '▶';
}

.nav_title.direct_link a:visited {
  color: inherit;
}

.nav_ul_li_sp:last-of-type {
  border-radius: 7px !important;
}

.nav_title.direct_link {
  display: flex;
}

.nav_title.direct_link a {
  display: block;
  margin-left: 10px;
  width: 100%;
}

.nav_title:hover {
  opacity: 0.7;
}

.nav_title:hover .nav_list_pc_li_icon {
  color: #f6cf5d;
}

.news_list_ul .text {
  /* font-family: "メイリオ", "ヒラギノ角ゴ Pro", sans-serif; */
}

.nav_title::after {
  /* font-family: "Font Awesome 5 Free"; */
  /* content: "\f0d7"; */
  /* font-weight: 900; */
  /* font-size: 24px; */
  /* content: url('../images/header/down.png'); */
  /* width: 24px; */
  /* vertical-align: bottom; */
  position: absolute;
  left: 10px;
  top: 10px;
  content: '▼';
  font-size: min(5vw, 36px);
  vertical-align: middle;
  color: #FFF;
}

.nav_title.up::after {
  /* font-family: "Font Awesome 5 Free"; */
  /* content: "\f0de"; */
  /* font-weight: 900; */
  /* font-size: 24px; */
  /* content: url('../images/header/up.png'); */
  /* vertical-align: bottom; */
  position: absolute;
  left: 10px;
  top: 10px;
  content: '▲';
  font-size: min(5vw, 36px);
  vertical-align: middle;
}


.nav_list_sp {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  /* width: calc(100% - 20px); */
  /* background: #fff; */
  margin: auto;
  /* border: 2px solid #000; */
  border-top: 0;
  /* border-radius: 0 0 7px 7px; */
  /* margin-bottom: 10px; */
  /* height: 0; */
  /* visibility: hidden; */
  /* opacity: 0; */
  /* transition: all 0.5s; */
  /* overflow: hidden; */
}

.nav_list_sp a {
  color: #FFF;
  text-decoration: none;
  display: block;
  font-weight: bold;
  padding: 15px 0;
  padding-left: 32px;
  letter-spacing: 2px;
  font-size: min(6vw, 24px);
  /* font-family: "メイリオ", "ヒラギノ角ゴ Pro", sans-serif; */
}
@media (max-width: 768px) {
    .nav_list_sp a {
        font-size: 20px;
    }
}
.bc-white {
  /* margin: 0 10px; */
}


/* .nav_list_sp .nav_list_pc_li_icon {
  color: #111212;
} */

.nav_list_sp li {
  /* border-bottom: 2px solid #000; */
  /* background: #ffffff; */
  /* margin: 0 5px; */
  position: relative;
  /* opacity: 0.9; */
  /* padding-left: 10px; */
}


.nav_list_sp li:last-of-type {
  border-radius: 0 0 3px 3px;
}

.nav_list_sp li:hover a {
  color: #fff;
  background-color: #ed7e99;
}

/* .nav_list_sp li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  height: 2px;
  display: inline-block;
  width: calc(100% - 10px);
  margin: auto;
} */

.nav_list_sp li:last-child:before {
  background: none;
  width: 100%;
}


.nav_list_sp li:last-child {
  border-bottom: none;
}


.images_three_set {
  /* display: flex; */
  text-align: center;
  width: 95%;
  margin: 0 auto;
}

.images_three_set img{
  width:100%;
  height:auto;
}

.nav_live_replay_sp .text-center a:hover{
  opacity: 0.7;
}

.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;
  /* background-color: gray; */
}

ul.nav_list_pc li.grayout:hover .nav_list_pc_li_icon {
  color: #000;
}

.nav_list_sp li.grayout_sp {
  background: #969696;
  pointer-events: none;
}

.nav_list_sp li.grayout_sp a .nav_list_pc_li_icon {
  color: #000;
}

.nav_list_sp .grayout_sp a:hover .nav_list_pc_li_icon {
  color: #000;
}

.nav_list_sp li.grayout_sp:hover {
  opacity: 0.9;
}

.nav_ul_li_sp_stay.grayout_sp {
  background: #969696;
  pointer-events: none;
}

.nav_ul_li_sp_stay.grayout_sp a {
  color: #000;
}

.nav_ul_li_sp_stay.grayout_sp:hover {
  opacity: 1;
}

.add_bana {
  margin-top: 10px;
}

@media(max-width: 500px) {
  .add_bana {
    margin-top: 5px;
  }

  .nav_list_pc_li_icon {
    padding: 0;
  }
}

/* グレイアウト用 */
/* main_nav.php css end */
/* index.php css start */
main {
  /* position: relative; */
  display: block;
}

.main_container_pc {
  /* background: url('../images/pickup/index_background_pc2.jpg') no-repeat; */
  /* background-position: 50%; */
  /* background-position-y: -80px; */
  /* background-attachment: fixed; */
  /* background-size: cover; */
  /* padding-top: 156px; */
}

@media (max-width: 1199px) {
  .main_container_pc {
    display: none;
  }

  .main_container_sp {
    display: block;
  }
}

@media (min-width: 1200px) {
  .main_container_sp {
    display: none;
  }
}

.main_container_sp {
  /* text-align: center; */
  /* background: url('../images/pickup/index_pickup_bg_sp2.jpg') no-repeat; */
  /* background-size: cover; */
  /* background-attachment: fixed; */
  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 {
  max-width: 100%;
}

.main_center_img {
  /* width: 1200px; */
  margin: 0 auto;
  /* box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.33); */
  position: relative;
}

.main_wrapper_sp{
  margin: 0 5%;
  padding-bottom: 10vw;
}

@media (max-width: 1199px) {
  .main_center_img {
    width: 100%;
    z-index: 1;
    /* visibility: hidden; */
  }

  /* .main_center_img img {
    width: 100%;
  } */
}


.main_center_img img:first-child {
  width: 100%;
}

.pickup_pc {
  padding-bottom: 170px;
  /* margin-top: -165px; */
  /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.4)); */
  /*  box-shadow: 0 7px 6px rgba(0,0,0,0.4);*/
  /* position: relative; */
  /* margin-top: -4px; */
}


.fade_anime {
  transform: translateY(100px);
  transition: 1s;
  opacity: 0;
}

.fade_anime.fade_up {
  transform: translateY(0px);
  opacity: 1;
}


@media (min-width: 2000px) {
  .pickup_pc {
    /* margin-top: -40px; */
  }
}

.pickup_ul_pc {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  /* padding-bottom: 30px; */
  /* margin-bottom: 10px; */
  /* margin-top: 10px; */
  /* gap: 10px; */
  /* align-items: flex-end; */
  /* padding-inline: 18px; */
}

.pickup_ul_pc:last-child {
  margin-top: 20px;
}


.pickup_ul_pc2 {
  justify-content: center;
}

.pickup_pc p {
   margin: 110px auto 60px;
  text-align: center;
}
.pickup_ul_pc .grayout,
.pickup_sp .grayout {
  /* filter: grayscale(); */
  pointer-events: none;
}

.pickup_ul_pc li {
  /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.4)); */
  /* box-shadow: 0 3px 3px rgba(0,0,0,0.4); */
  /* ５個用 */
  /* width: 20%; */
}

.pickup_ul_sp li {
  /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.4)); */
  /* box-shadow: 0 3px 3px rgba(0,0,0,0.4); */
  width: 49%;
}

.pickup_ul_pc li:hover,
.pickup_ul_sp li:hover {
  opacity: 0.7;
}

.pickup_ul_pc2 li+li {
  margin-left: 15px;
}

.rule-bg {
  max-width: 1200px;
  padding: 40px 0px;
  margin: auto;
  background: url(../images/rule/rule_bg.jpg)repeat center/cover;
}

ul {
  list-style: none;
  padding: 0;
}

.day1_wrap .d-flex,
.day2_wrap .d-flex {
  gap: 40px;
}


.day1_wrap li.grayout,
.day2_r li.grayout,
.day3_12_btn a.grayout {
  filter: grayscale(1);
  pointer-events: none;
}



.day3_wrap .d-flex {
  gap: 21px;
  justify-content: center;
}

.day3_12_btn {
  margin: 30px 0 0;
}

.day1_wrap {
  margin-left: 60px;
}

#day1,
#day2,
#day3 {
  max-width: 1100px;
  margin: auto;
}

#day1 {
  margin-top: 20px;
}


.second_wrap {
  margin-left: 70px;
}

.day2_title {
  display: flex;
  align-items: flex-end;
}

.day2_r {
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}

.day2_r .d-flex {
  gap: 12px;
}

.gray-bg {
  background: #414141;
  padding: 20px 30px;
  max-width: 1040px;
  margin: auto;
}

.d-flex {
  display: flex;
}

.rule-h {
  padding-top: 35px;
}

.rule-setsumei {
  font-size: 22px;
  max-width: 1130px;
  margin: 0;
}

.text-white {
  color: #fff;
  font-weight: bold;
}

.rule {
  background: #000;
  padding-bottom: 50px;
}

.photogallery-slider .slick-slide {
  margin: 0 5px;
}

.winner {
  display: block;
  margin-top: 30px;
}

.winner a:hover {
  opacity: .7;
}

@media(max-width: 500px) {
  .bc-white {
    margin: 0 5px;
  }
}

@media (max-width: 1199px) {
  .pickup_pc {
    display: none;
  }

  .pickup_sp {
    display: block;
  }

  .rule-h {
    margin: auto;
    margin-top: 0;
    width: 30%;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 45px;
  }

  .rule-setsumei {
    font-size: min(3.2vw, 21px);
  }

  .rule-setsumei-h {
    margin-top: 15px;
  }

  .gray-bg {
    padding: 10px;
  }

  .rule-bg {
    padding: 20px 5px;
    margin: 0 20px;
  }


  .rule_sp .day1_wrap .d-flex {
    display: block;
  }

  .day1_wrap {
    display: flex;
    margin-left: 0;
    gap: 10px;
  }

  #day1 {
    justify-content: center;
    gap: 10px;
  }

  .second_wrap {
    margin-left: 0;
  }

  .day2_wrap {
    display: flex;
    justify-content: center;
    gap: 2%;
  }

  .day2_after_wrap li {
    flex: 0 0 40%;
  }

  .day2_after_wrap .d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
  }

  .day2_before_wrap .d-flex {
    justify-content: start;
  }

  .day2_wrap img {
    width: calc(50% - 5px);
  }

  #day2 {
    justify-content: center;
  }

  .day2_r {
    max-width: 800px;
  }


}

@media(min-width: 700px) and (max-width: 800px) {
  .rule-setsumei {
    font-size: min(2.5vw, 21px);
  }
}

@media (min-width: 1200px) {
  .pickup_pc {
    display: block;
  }

  .pickup_sp,
  .rule_sp {
    display: none;
  }
}

.pickup_sp {
  /* padding: 0 5vw; */
  padding-bottom: 0;
  /* position: relative; */
  z-index: 2;
  /* margin-top: -13vw; */
}

.pickup_ul_sp {
  list-style: none;
  /* padding: 0 0 2%; */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: end;
}

.pickup_ul_sp li:not(:first-child) {
  margin-left: 4vw;
}
.pickup_sp > ul + ul {
  padding-top: 5vw;
}
.pickup_sp p {
  /* width: 55%; */
  text-align: center;
  margin: 9vw auto 3vw;
}

.pickup_ul_sp li img {
  width: 100%;
}

.pickup_ul_sp3 {
  /* margin-top: 10px; */
}

*,
*::before,
*::after {
  box-sizing: border-box;
}



@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  /* IE11 */
  .pickup_ul_sp {
    /* justify-content: space-around; */
    /* padding: 0 5px 0 10px; */
  }
}

@media(max-width: 767px) {
  .main_container_sp img.photogallery_title {
    max-width: 70%;
  }

  .inner-circle {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }

  #to_top_btn_pc {
    width: 60px;
    height: 60px;
  }

  .pickup_ul_sp2 {
    max-width: 800px;
  }

  .day2_after_wrap {
    margin-right: 1vw;
  }
.nav_ul_sp .nav_live_replay_sp{
    margin-top: 7vw;
    /* padding: 0 10px; */
}
}

@media (max-width: 500px) {
  #to_top_btn_pc {
    width: 45px;
    height: 45px;
  }

  .pickup_ul_sp2 {
    /* max-width: 350px; */
  }

  .pickup_sp {
    /* padding: 20px 10px; */
    /* margin-top: -17vw; */
  }

  .pickup_sp p {
    /* width: 40%; */
    /* padding: 0px 0 10px; */
  }
}

@media (max-width: 450px) {
  .photogallery {
    background: url(../images/pickup/photogallery_bg_sp.png) #121417;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 500px;
  }
}

.pickup_ul_sp2 li {
  width: 50%;
}

@media (min-width: 1200px) {
  .news_container {
    display: block;
    /* padding-bottom: 4vw; */
  }

  .news_kiji_pc {
    display: flex;
    align-items: center;
  }

  .news_kiji_sp {
    display: none;
  }

  #news_logo_pc {
    display: inline;
  }

  #news_logo_sp {
    display: none;
  }
}

@media (max-width: 1199px) {

  .day2_before_wrap .d-flex {
    justify-content: start;
  }

  .news_container {
    /* background: url('../images/news/news_bg.jpg');
    background-size: cover; */
    /* padding: 0px 0 25px; */
  }

  .day3_12_btn {
    margin-top: 5px;
  }

  .news_kiji_pc {
    display: none;
  }

  .news_kiji_sp {
    display: block;
  }

  #news_logo_pc {
    display: none;
  }

  #news_logo_sp {
    display: inline;
  }

  .rule-chusyaku1,
  .rule-chusyaku2 {
    max-width: 70%;
  }

  .rule-chusyaku1 {
    display: block;
    margin: auto;
  }

  .day3_wrap {
    margin: auto;
    margin-top: 10px;
  }

  .day3_wrap .d-flex {
    gap: 2.5%;
  }
}

@media (max-width: 600px) {

  .day2_after_wrap {
    margin-right: 1vw;
  }

  .rule-chusyaku1 {
    margin: 0;
  }

  .rule-chusyaku1,
  .rule-chusyaku2 {
    max-width: 75%;
  }

  .day2_after_wrap li {
    flex: 1 0 32%;
  }

  .news_container {
    /* padding: 0px 0 25px; */
  }
}

.news_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.news_wrapper p {
  margin: 60px auto;
  text-align: center;
  /* padding: 25px 0; */
  /* position: relative; */
  /* z-index: 5; */
  /* margin-top: -50px; */
  /* width: fit-content; */
}

.news_wrapper p::after {
  /* content: "";
  background-image: url(../images/header/sakura.png);
  background-size: contain;
  position: absolute;
  top: -30px;
  right: -14px;
  width: 80px;
  height: auto;
  aspect-ratio: 205 / 171; */
}

@media(min-width: 1200px) {
  .news_wrapper p::after {
    display: none;
  }
}

 

.news_list {
  /* box-sizing: border-box; */
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  position: relative;
  border: 3px solid #6f232d;
  border-radius: 25px;
  /* box-shadow: 0 5px 0px 2px rgba(0, 0, 0, .4); */
  /* font-family: 'Noto Sans JP','メイリオ','ヒラギノ角ゴ StdN W6', sans-serif; */
  /* scrollbar-base-color: #7d5c00; */
  /* scrollbar-color: #7d5c00 #ccc; */

  /* border-style: solid;
  border-width: 8px 8px 8px 8px;
  -moz-border-image: url('../images/news/black_obi7.png') 11 11 11 11 round round;
  -webkit-border-image: url('../images/news/black_obi7.png') 11 11 11 11 round round;
  -o-border-image: url('../images/news/black_obi7.png') 11 11 11 11 round round;
  border-image: url('../images/news/black_obi7.png') 11 11 11 11 round round; */
  padding-right: 8px;
}

@-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: 10px 20px 10px 10px;
  margin: 0;
  width: 100%;
  /* height: 170px; */
  overflow-y: scroll;
  position: relative;
  height: 200px;
}

.mv-text {
  position: absolute;
  right: 3vw;
  top: 4vw;
  width: 40vw;
  max-width: 425px;
  transform: translate(-10px, 10px);
  opacity: 0;
  transition: 1s;
}

.mv-text.active {
  transform: translate(0px, 0px);
  opacity: 1;
  transition: 1s;
  z-index: 6;
}

@media (max-width: 1199px) {

  .news_wrapper p {
    margin: 8vw auto 3vw;
  }
  .news_wrapper p img,
  .pickup_sp p img {
    width: 100%;
  }

  ul.news_list_ul {
    padding: 2px 3px;
  }

  .news_list {
    /* margin: 0 20px; */
    border-radius: 20px;
    padding-right: 3px;
  }

  .thunder {
    left: -13vw;
  }

  .racer-img {
    bottom: unset;
    top: 20vw;
    left: 7vw;
  }
}

ul.news_list_ul li {
  padding: 16px 0;
}

@media(max-width: 500px) {
  ul.news_list_ul {
    padding: 10px 8px 10px 14px;
    height: 260px;
  }
  ul.news_list_ul li {
    padding: 6px 0;
  }
  .news_list {
    padding-right: 0;
  }

}

.news_list_ul::-webkit-scrollbar {
  width: 50px;
}



.news_list_ul::-webkit-scrollbar-thumb {
  background: url('../images/news/news_on_scrollbar.png') no-repeat;
  /* height: 80px; */
  height: 50%;
  background-position: center;
}

.date {
  background: #ff9966;
  background-size: cover;
  color: #663333;
  padding: 1px 12px;
  margin-left: 15px;
  margin-right: 30px;
  font-weight: 400;
  font-size: 18px;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .date {
    padding: 5px 10px 0;
  }
}

.news_list_ul .date {
  /* font-family: "メイリオ", "ヒラギノ角ゴ Pro", sans-serif; */
}

.news_list_ul a {
  font-weight: 500;
    color: #ed1c24;
    text-decoration-color: #ed1c24;
    text-underline-offset: 1px;
    text-decoration-thickness: 1px;
    font-weight: 400;
}

/* .news_list_ul a::before {
  content: '';
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0px;
  background: #eba4a6;
} */

.text {
  color: #663333;
  margin-left: 15px;
  letter-spacing: 0.3px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-right: 20px;
}

.news_wrapper img {
  /* padding-right: 91px; */
}



@media (max-width: 700px) {
  .news_wrapper img {
    /* max-width: 90%; */
    /* padding-right: 22%; */
  }
}

@media (max-width: 1199px) {
  .text {
    display: block;
    padding: 0 10px 0 0;
    margin-top: 10px;
  }
}

.main_center {
  /* background: url(../images/pickup/main_bg.jpg); */
  /* background-size: cover; */
  /* background-position: 100px; */
  text-align: center;
  /* background-position: 0 146px; */
}

@media (max-width: 1199px) {
  .main_center {
    display: none;
  }
}

@media (min-width: 1200px) {
  .main_center {
    display: block;
    font-size: 0;
  }
}

/* index.php css end */
/* footer.php css start */
footer {
  position: relative;
  z-index: 1;
}

.slider {
  box-shadow: none;
}

.photogallery-slider {
  max-width: 1200px;
  margin: auto;
}

.photogallery_title {
  display: inline-block;
  margin: 30px 0;
}

.photogallery-slider a {
  display: inline-block;
}

.other-btn {
  margin-top: 30px;
  padding-bottom: 30px;
  display: inline-block;
}

.pickup_sp a:hover {
  opacity: .7;
}

.footer_container {
  /*  background: url('../images/pickup/index_pickup_bg_pc.jpg');*/
  /*  padding: 30px 0 15px;*/
  padding: 0px 0px 0px 0px;
  position: relative;
  /* border-style: solid;
  border-width: 8px 0 0 0;
  -moz-border-image: url('../images/news/black_obi7.png') 11 11 11 11 round round;
  -webkit-border-image: url('../images/news/black_obi7.png') 11 11 11 11 round round;
  -o-border-image: url('../images/news/black_obi7.png') 11 11 11 11 round round;
  border-image: url('../images/news/black_obi7.png') 11 11 11 11 round round; */
}

#footer_center_moya {
  position: absolute;
  top: -35px;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
}

#to_top_btn_pc {
  position: fixed;
  /* right: 15px; */
  bottom: 50px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}
@media (max-width: 1199px) {
  /* #to_top_btn_sp {
    position: fixed;
    right: 20px;
    bottom: 45px;
    width: 45px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 1s;
    z-index: 1;
  } */
#to_top_btn_pc {
    bottom: 6vw;
    width: 80px;
    height: 80px;
    right: 10%;
}
}
@media (max-width: 768px) {
  #to_top_btn_pc {
    bottom: 11vw;
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 500px) {
  #to_top_btn_pc {
    width: 55px;
    height: 55px;
    right: 12%;
    bottom: 14vw;
  }
}


@media (min-width: 1500px) {
  #to_top_btn_pc {
    right: 50px;
    bottom: 155px;
  }
}

@media (min-width: 1900px) {
  #to_top_btn_pc {
    right: 230px;
  }
}

@media (min-width: 2500px) {
  #to_top_btn_pc {
    right: 530px;
  }
}

@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;
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  img.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    left: -30px;
    width: 20px;
    display: block !important;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
  }
}

img.slide-arrow.next-arrow.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  img.slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    /* top: 10px; */
    right: -30px;
    width: 20px;
    display: block !important;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 786px) {
  img.slide-arrow.prev-arrow.slick-arrow {
    left: -20px;
  }

  img.slide-arrow.next-arrow.slick-arrow {
    right: -20px;
  }
}

@media (max-width: 400px) {
  img.slide-arrow.prev-arrow.slick-arrow {
    left: -10px;
    width: 14px;
    top: 20px;
  }

  img.slide-arrow.next-arrow.slick-arrow {
    right: -10px;
    width: 14px;
    top: 20px;
  }
}

@media (max-width: 1199px) {
  #footer_center_moya {
    display: none;
  }
}

.footer_banner_pc {
  max-width: 1200px;
  margin: 0 auto;
}
.footer_banner_sp{
  margin: 0 4%;
}
@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: 10px;
  margin: 0;
  list-style: none;
  width: 90%;
  margin: 0 auto 50px;
  /* background: #fff; */
}

@media (max-width: 1199px) {
  ul.slider {
    background: none;
    box-shadow: none;
    margin: 0 auto;
  }

}

ul.slider li a img {
  width: 100%;
}

ul.slider li a img:hover {
  opacity: 0.7;
}

/* slickデファクト左右ボタン用 */
.slick-prev:before {
  /* content: url('../images/footer/banner_left.png')!important; */
}

.slick-next:before {
  /* content: url('../images/footer/banner_right.png')!important; */
}

.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 {
  /* right: -20px!important; */
  width: auto !important;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .slick-prev {
    width: auto !important;
  }

  .slick-next {
    width: auto !important;
    /* right: -20px!important; */
  }
}

.suishou {
  text-align: center;
  /* width: 230px; */
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 15px;
}

@media (max-width: 500px) {

  .date {
    margin-left: 0;
  }

  .text {
    margin-left: 0;
    margin-right: 0;
  }


  .suishou {
    width: 150px;
  }

  .nav_list_sp a {
    font-size: 16px;
    letter-spacing: 0;
  }
}

.suishou a {
  text-decoration: none;
  color: #fff;
  /* display: block; */
}

.suishou a:hover {
  opacity: 0.7;
}

.footer_container p {
  text-align: center;
  /* color: #ffde65; */
  margin: 0 auto;
  width: 80%;
  padding-top: 28px;
  padding-bottom: 78px;
}
@media (max-width: 1199px) {
.footer_container p {
  padding-top: 10vw;
  padding-bottom: 3vw;
}
}
@media (max-width: 768px) {
  .footer_container p {
    width: 60%;
    padding-top: 17vw;
    padding-bottom: 30px;
  }
}

.copy_color {
  /* background: #fff; */
}
/* footer.php css end */
/* 下層ページ共通 css start */
.page-bi {
  /* background: #e10414; */
  /* background-image: url('../images/pickup/index_background_pc.jpg'); */
  background-repeat: repeat-x;
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-position-y: 50px;
}

@media (max-width: 1199px) {
  .page-bi {
    /* background: url("../images/pickup/index_background_sp2.jpg"); */
    /* background-attachment: fixed; */
    /* background-size: 100%; */
    /* background-position-y: 60px; */
    /* background-position-x: center; */
    /* background-size: cover; */
    /* background: #fff; */
    padding-bottom: 0;
    /* margin-top: 3vw; */
    /* margin-top: 20px; */
  }
}

@media (max-width: 768px) {
  .page-bi {
    /* background: url("../images/pickup/index_pickup_bg_sp2.jpg"); */
    /* background-attachment: scroll; */
  }
}

.contain {
  max-width: 1200px;
  margin: auto;
  padding-top: 74px;
  position: relative;
  /*  box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.8);*/
}

@media (max-width: 1199px) {
  .contain {
    width: 100%;
    /* width: 98%; */
    padding-top: 5vw;
  }
}

@media (max-width: 767px) {
  .contain {
      padding-top: 7vw;
  }
}

h2.pc {
  /* background: url('../images/movie/second_title_bg.jpg') no-repeat; */
  background: #e0bf43;
  background-size: 100%;
  /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.7)); */
  font-size: 30px;
  text-align: center;
  font-weight: 900;
  padding: 15px 0px;
  color: #000000;
  letter-spacing: 10px;
  position: relative;
  text-shadow: none;
  /* 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 all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  h2.pc {
    /* box-shadow: 0 5px 5px rgba(0,0,0,0.4); */
    padding-bottom: 8px;
  }
}

h2.sp {
  /* background: url('../images/movie/second_title_bg.jpg') no-repeat; */
  /* background-size: cover; */
  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;
}

.pickup_pc a:hover,
.other-btn:hover,
.day1_wrap a:hover,
.day2_r a:hover,
.day3_12_btn a:hover {
  opacity: .7;
}


@media (max-width: 1199px) {
  h2.sp {
    filter: none;
    box-shadow: none;
  }
}

h2.sp::before {
  /* position: absolute;
  content: url('../images/movie/movie_sp_before2.png');
  left: 0;
  top: 0;
  z-index: -2; */
}

h2.sp::after {
  /* position: absolute;
  content: url('../images/movie/movie_sp_after2.png');
  right: 0;
  top: 0;
  z-index: -2; */
}

@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 7px 5px 0px rgba(0,0,0,0.4); */
  /* padding-top: 30px; */
  margin-bottom: 4vw;
  /* border-radius: 10px; */
  /* border: 4px solid #000; */
  /* margin-top: -40px; */
  position: relative;
  margin-top: 26px;
}

.contain.active {
  transform: translateX(0%);
  transition: 1s;
}

@media (max-width: 1199px) {
  .bc-white {
    /* margin-top: -3.5vw; */
    /* background: rgba(255,255,255,1);*/
    /* background: rgb(255, 255, 255); */
    /* background: linear-gradient(0deg, rgba(255,255,255,1) 95%, rgba(255,255,255,0.958420868347339) 95%, rgba(255,255,255,0) 100%); */
    box-shadow: none;
    margin-bottom: 3vw;
  }

  .clear_box_w.pc-none {
    /* background: linear-gradient(0deg, rgba(255,255,255,1)0%, rgba(255,255,255,0.958420868347339) 55%, rgba(255,255,255,0) 100%); */
    height: 100px;
  }
}


@media(max-width: 767px) {
  .bc-white {
    /* margin-top: -2vw; */
    margin-top: 10px;
  }
}

.page-inner {
  padding: 2% 2% 3% 2%;
  margin: auto;
}

/* @media (max-width: 1199px) {
  .page-inner {
    padding: 0;
  }
} */

@media(max-width: 440px) {
  .sp-only-nav {
    display: block;
    margin-left: 55px;
  }
}

/* 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;
}

.sunday {
  color: #e60a12;
}

.kousin {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  padding: 110px 0 150px;
}

.d-none {
  display: none;
}

.d-inline-block {
  display: inline-block;
}

@media(min-width: 768px) {
  .d-md-none {
    display: none;
  }

  .d-md-inline {
    display: inline;
  }
}

@media (max-width: 700px) {
  .kousin {
    font-size: 20px !important;
    padding: 100px 0 100px !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;
}

h3.ty_schedule_title {
  /* padding: 0.5em;
  margin: 1.2em 0 0.4em 0;
  line-height: 130%;
  background: #fcf7e6;
  border-left: solid 5px rgba(251,224,12,0.8);
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #000;
  box-shadow: none;
  text-shadow: none; */
}

#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: #ffff66;
  color: #000;
}

/* 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: 650px) {
  .main_container_sp .photogallery-slider img {
    max-width: 96%;
  }
}

@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);
  /* background: #fff; */
  /* opacity: 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;
}

.page-bi {
  /* background: url('../images/second/second_bg.png')no-repeat center top /cover; */
  /* background: url(../images/second/second_bg.png) no-repeat center top / contain, linear-gradient(180deg, rgba(0, 156, 170, 1) 0%, rgb(20 121 124) 47%); */
  background: url('../images/second/second_bg_1.jpg')no-repeat center top / 100% ,#f5ae4d;
  /* background-color: rgb(245 172 78); */
		
}

@media(max-width: 1199px) {
	.page-bi {
    background: url('../images/second/second_bg-sp.jpg') no-repeat center top / cover;
		/* margin-top: -109px; */
    /* background-color: rgb(245 172 78); */
    margin-top: 0;
    background-position: bottom;
		}
	}
    
@media(min-width: 1850px) {
  .page-bi {
    /* background: url('../images/second/second_bg_1.jpg') no-repeat center top / 100% ,#f5ae4d; */
    /* background-color: rgb(245 172 78); */
  }
}


@media(min-width: 2500px) {
  .pickup_pc {
    /* margin-top: -7vw; */
  }
}


@media(min-width: 3800px) {
  .pickup_pc {
    /* margin-top: 0vw; */
  }
}

@media (max-width: 768px) {
  .event_images ul {
    display: block;
  }

  .event_images li+li {
    margin-left: 0;
  }
}

.event_images p {
  text-align: center;
}

.event hr {
  /* border-top: 2px dashed #ccc; */
}

/* event.php css end */
/*下層ページタイトルパターン2*/
.second_title_img {
  margin: auto;
  text-align: center;
}
@media(min-width: 1200px) {
.second_title_img img{
  /* max-width: 1200px; */
  /* width: 1200px; */
  height: auto;
}
}
@media(max-width: 1199px) {
  .second_title_img {
    padding: 0 6vw;
  }
}

/* @media(max-width: 767px) {
  .second_title_img {
    margin: auto;
    text-align: center;
    padding: 0 20px;
  }

} */

.second_title_txt {
  position: absolute;
  top: 42%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-size: 25px;
}

_:-ms-lang(x)::-ms-backdrop,
.second_title_txt {
  top: 50%;
}

@media (max-width: 1199px) {
  body{
    background-color: transparent;
  }
  h2.second_title_txt {
    font-size: 1.3em;
    width: 80%;
  }
}

@media (max-width: 768px) {
  h2.second_title_txt {
    font-size: 2.8vw;
    width: 100%;
  }
}

/* メインビジュアルサイズ変更 */
@media (min-width: 1200px) {
  .main_center img {
    /* max-width: 1400px !important; */
  }
}

/******表示・非表示*******/
@media (min-width: 1200px) {

  /*PCの時非表示にします*/
  .pc-none {
    display: none !important;
  }
}

@media (max-width: 1199px) {

  /*TBとSPの時非表示にします*/
  .tb-none {
    display: none !important;
  }
}

@media (max-width: 768px) {

  /*SPの時非表示にします*/
  .sp-none {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
}

/* ヘッダースクロール固定用 */
.head_container_pc,
.nav_container_pc,
.main_container_pc {
  transition: 0.5s;
}

.main_container_pc {
  /* padding-top: 227px !important; */
}

.fade-out {
  transition: 0.5s;
}