html {
  overflow: auto;
  /* iOS・レスポンシブモード用*/
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


body {
   /* perspective: 1000px; */
  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; */
  background-color: #000;
  /* font-feature-settings: "palt"; */
}

body.nav_scroll_on {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

h2 {
  margin-top: 0;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  padding-left: 63px;
  padding-block: 21px;
  letter-spacing: 0.025em;
  /* 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: #fff;
  /* 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: italic;
  text-align: left;
  /* 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: 1199px) {
  h2 {
    /* letter-spacing: 7px; */
    padding-left: 4%;
  }
}



/* main_nav.php css start */
@media (max-width: 768px) {
  .head_container_pc {
    display: none;
  }

  .head_container_tb {
    display: none;
  }

  .head_container_sp {
    display: block;
  }

  .contain {
    padding-top: 0;
  }
}

@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;
  }

  .head_container_tb {
    display: none;
  }

  .head_container_sp {
    display: none;
  }
}

.head_container_pc {
  width: 100%;
  background-image: url('../images/pickup/bg_pc.jpg');
  background-size: auto;
  background-position: top center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

@media (min-width: 1920px) {
  .head_container_pc {
    background-size: cover;
  }
}

.head_container_pc::before {
  content: "";
  background-image: url('../images/pickup/fire.webp');
  width: 100%;
  height: 100%;
  background-size: auto;
  position: absolute;
  top: 0;
  z-index: -1;
  mix-blend-mode: screen;
  background-position: center top;
  
}

@media (min-width: 1920px) {
    .head_container_pc::before {
        background-size: cover;
    }
}

.head_container_tb {
  width: 100%;
  background-image: url('../images/pickup/bg_sp.webp');
  background-size: cover;
  background-position: top center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

.head_container_sp {
  width: 100%;
  background-image: url('../images/pickup/bg_sp.webp');
  background-size: cover;
  background-position: top center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

@media(max-width:750px) {
  .head_container_sp.second-nav {
    background-size: auto;
  }
}

.head_container_pc {
  height: 237px;
}


.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;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}


ul.head_ul_pc li:nth-child(2) {
  margin-top: 21px;
  margin-left: 88px;
  margin-right: 40px;
}

ul.head_ul_pc li:nth-child(3) {
  margin-top: 35px;
}

ul.head_ul_tb {
  height: 100px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  padding-left: 32px;
}

.head_img2_tb {
  max-width: 240px;
  margin-right: 147px;
}

.head_img3_tb {
  max-width: 240px;
  margin-bottom: 5px;
}

.nav_btn {
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  left: -30px;
}

.nav_btn .line {
  left: 0px;
  right: 0;
  width: 60px;
  height: 7px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  position: absolute;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (-ms-high-contrast:none) {

  .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: 4px
}

.nav_btn.move .line.top {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top: 30px;
}

.nav_btn .line.middle {
  top: 21px;
}

.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: 30px;
}

@media (max-width: 768px) {
  .nav_btn {
    width: 45px;
    height: 45px;
    left: 0;
  }

  .nav_btn .line {
    width: 40px;
  }

  .nav_btn .line.top {
    top: 5px;
  }

  .nav_btn .line.middle {
    top: 18px;
  }

  .nav_btn .line.bottom {
    top: 31px;
  }

  .nav_btn.move .line.top {
    top: 20px;
  }

  .nav_btn.move .line.bottom {
    top: 20px;
  }

  .nav_btn .line {
    height: 5px;
  }

  .nav_btn .line {
    left: -10px;
  }
}

ul.head_ul_sp {
  height: 80px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head_img1_sp {
  max-width: 110px;
  margin-left: 8px;
}

.head_img2_sp {
  max-width: 170px;
  width: 170px;
  margin-right: 37px;
}

.nav_container_pc {
  width: 100%;
  height: 90px;
  position: fixed;
  left: 0;
  top: 237px;
  z-index: 10;
  background-image: url('../images/pickup/bg_pc.jpg');
  background-size: auto;
  background-position: center -237px;
}



@media (min-width: 1920px) {
    .nav_container_pc {
        background-size: cover;
    }
}

.nav_container_pc::after {
  content: "";
  background-image: url('../images/pickup/menu_bar.png');
  opacity: 0.7;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}
.nav_container_pc::before {
  content: "";
  background-image: url('../images/pickup/fire.webp');
  width: 100%;
  height: 100%;
  background-size: auto;
  position: absolute;
  top: 0;
  z-index: -1;
  mix-blend-mode: screen;
  background-position: center -237px;
  
}

.nav_container_pc.second::before {
  display: none;
}

@media (min-width: 1920px) {
    .nav_container_pc::before  {
        background-size: cover;
    }
}

ul.nav_ul_pc {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

li.nav_ul_li_pc {
  position: relative;
  text-align: center;
}


li.nav_ul_li_pc+li.nav_ul_li_pc {
  margin-left: 10px;
}

.main_nav_title_pc {
  text-decoration: none;
  color: #fff;
  font-size: 23px;
  letter-spacing: 0.025em;
  font-family: 'Noto Sans JP', 'メイリオ', 'ヒラギノ角ゴ StdN W6', sans-serif;
  font-weight: bold;
  font-style: normal;
}

.main_center {
  position: relative;
}

.boat {
  top:65%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  opacity: 0;
}
.text5 {
  position: absolute;
  opacity: 0;
  top:42%;
  left: 50%;
  transform: translateX(-50%);
}


.text4 {
  position: absolute;
  opacity: 0;
  top: 37%;
  left: 50%;
  transform: translateX(-50%);
}
.text3 {
  position: absolute;
  opacity: 0;
  top: 28%;
  left: 50%;
  transform: translateX(-50%);
}
.text1 {
  position: absolute;
  opacity: 0;
  top: 4%;
  right: 15%;
}
.text2 {
  position: absolute;
  opacity: 0;
  top: 3%;
  left: 14%;
}
.day_pc {
  position: absolute;
  opacity: 0;
  top: 84%;
  left: 50%;
  transform: translateX(-50%);
}

.fire {
  position: absolute;
  width: 100vw;
  top: -325px;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  mix-blend-mode: screen;
  height: 1450px;
  object-fit: cover;
}

@media (min-width: 1920px) {
  .fire {
    object-fit: fill;
  }
}

.hibana {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 76px;
}

.bakuhatsu {
  position: absolute;
  top: -2%;
  left: -6%;
  right: 0;
  margin: auto;
  mix-blend-mode: screen;
  opacity: 0;
  width: 100%;
}

.pickup_fade_anime {
    opacity: 0;
  }

  .pickup_fade_anime.fade_up {
    animation: animation4 1s forwards;
  }

  .other_fade_anime {
    opacity: 0;
  }

  .other_fade_anime.fade_up {
    animation: animation4 1s forwards;
  }

  .boat.fade_up {
    animation: animation3 1s .6s steps(7) forwards;

  }

.text5.fade_up {
    animation: animation33 1s 1.2s forwards;
  }

  .text4.fade_up {
    animation: animation33 1s 1.1s forwards;
  }

  .text3.fade_up {
    animation: animation33 1s 1s forwards;
  }

  .text1.fade_up {
    animation: animation66 1s 1s forwards;
  }

  .text2.fade_up {
    animation: animation77 1s 1s forwards;
  }

  .day_pc.fade_up {
    animation: animation88 3s .4s forwards;
  }
  .bakuhatsu.fade_up {
    animation: animation99 3s .1s steps(14) forwards;
  }

  @media(max-width: 767px) {
   .second_wrap {
    /* background-image: url(../images/second/bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    background-position-y: 0px; */
  }
}

.mv_img {
  opacity: 0;
  position: absolute;
  top: -75px;
  max-width: none;
  left: 45.3%;
  transform: translateX(-50%);
}

.mv_img.active {
  animation: animation02 1.5s .8s steps(15) forwards;
  opacity: 0;
}

@keyframes animation02 {
0% {
      transform: scale(1) translateX(-50%);
      opacity: 0;
    }
    100% {
      transform: scale(1) translateX(-50%);
      opacity: 1;
    }
}

@keyframes animation3 {
  0% { 
     transform:scale(0.5) ;
    opacity: 0;
  }

  20% { 
    opacity: 1;
  }
  
  80% {
    opacity: 0;
    transform:scale(2) ;
 
  }
  85% {
    opacity: 0;
    transform:scale(0.5);
  }

  100% {
    transform:scale(1) ;
    opacity: 1;
  }     
}

@keyframes animation33 {
  0% {
      transform: scale(1) translateX(-50%);
      opacity: 1;
    }
    30% {
      transform: scale(1.1) translateX(-50%);
    }
    50% {
      transform: scale(1) translateX(-50%);
    }
    70% {
      transform: scale(1.1) translateX(-50%);
    }
    100% {
      transform: scale(1) translateX(-50%);
      opacity: 1;
    }
}

@keyframes animation66 {
  0% {
      transform: translate(100px, -100px);      
    }
    
    100% {
        transform: translate(0);
        opacity: 1;
    }
}
@keyframes animation77 {
  0% {
      transform: translate(-100px, -100px);   
    } 
    100% {
        transform: translate(0);
        opacity: 1;
    }
}
@keyframes animation88 { 
    0% {    
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
}
@keyframes animation99 {
    0% {
      transform: scale(.2);
      opacity: 1; 
    }

    50% {
    transform: scale(1.1);
    } 
    100% {
        transform: scale(1);
        opacity: 0;
  }
}


@keyframes animation4 {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.text-center {
  text-align: center;
}

.main_bg {
  text-align: center;
  background-image: url('../images/pickup/bg_pc.jpg');
  background-size: auto;
  background-position: center -327px;
  background-repeat: no-repeat;
  position: relative;
}

@media (min-width: 1921px) {
    .main_bg {
        background-size: cover;
    }
}

.main_bg::after{
  content: "";
  background-image: url('../images/pickup/kusari.png');
  /* background-size: contain; */
  position: absolute;
  width: 100%;
  height: 87px;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: repeat-x;
  z-index: 1;
}


.nav_ul_li_pc:hover .main_nav_title_pc {
  text-shadow:0 0 24px #7b2322,0 0 24px #7b2322,0 0 24px #7b2322,0 0 25px #7b2322,0 0 1px #7b2322, 0 0 2px #7b2322, 0 0 3px #7b2322, 0 0 4px #7b2322, 0 0 5px #7b2322, 0 0 6px #7b2322, 0 0 7px #7b2322, 0 0 8px #7b2322, 0 0 9px #7b2322, 0 0 10px #7b2322, 0 0 11px #7b2322, 0 0 12px #7b2322, 0 0 13px #7b2322, 0 0 14px #7b2322, 0 0 15px #7b2322,0 0 16px #7b2322,0 0 17px #7b2322,0 0 18px #7b2322,0 0 19px #7b2322,0 0 20px #7b2322;
}

.main_nav_title_pc span.triangle_icon {
  font-size: 14px;
  margin-left: -10px;
  vertical-align: middle;
}

.main_nav_link_set {
  display: flex;
  gap: 30px;
  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: 89px;
  z-index: 50;
}

ul.nav_list_pc li {
  width: 422px;
  height: 0;
  background: rgba(21, 8, 7, .9);
  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: 48px;
}


ul.nav_ul_pc li.nav_ul_li_pc:hover ul.nav_list_pc li {
  opacity: 1;
  visibility: visible;
  height: 42px;
  line-height: 42px;
}

ul.nav_list_pc li:last-child {
  border-bottom: none;
}

.nav_list_pc_li_icon {
  font-size: 15px;
  padding: 0 4px 0 5px;
  color: #fff;
}

.nav_icon {
  vertical-align: middle;
  opacity: 0;
}

.grayout .nav_list_pc_li_icon {
  color: #000;
}

ul.nav_list_pc li:hover .nav_list_pc_li_icon {
  color: #fff;
}

a.main_nav_title_pc {
  position: relative;
  display: inline-block;
  text-decoration: none;
  height: 90px;
  line-height: 90px;
}

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;
  display: block;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding-left: 14px;
}

ul.nav_list_pc li:hover a::before,
ul.nav_list_pc li:hover a {
  color: #fff;
}


@media (max-width: 1199px) {
  .nav_container_pc {
    display: none;
  }

  .nav_container_sp {
    display: block;
  }

  .nav_icon {
    vertical-align: top;
  }
}

@media (min-width: 1200px) {
  .nav_container_pc {
    display: block;
  }

  .nav_container_sp {
    display: none;
  }
}

.nav_container_sp {
  position: fixed;
  left: 0;
  top: 100px;
  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: 80px;
  }
}

.nav_container_sp.open {
  height: 100vh;
  background: rgba(21, 8, 7, .95);
  visibility: visible;
}

.nav_ul_sp {
  list-style: none;
  padding-inline: 5px;
  margin: 0 auto 150px;
  padding-bottom: 55px;
  max-width: 660px;
}

#nav_live_replay_sp {
  padding:0 0 4%;
}

.nav_ul_li_sp {
  width: 100%;
  margin: 0 auto;
  margin-top: 1px;
  position: relative;
  z-index: 5;
}

.nav_ul_li_sp a {
  text-decoration: none;
}

.nav_title {
  color: #c32706;
  cursor: pointer;
  font-weight: bold;
  display: block;
  padding: 10px 0;
  font-size: 22px;
}

.nav_title.direct_link:after {
  position: absolute;
  left: 10px;
  top: 15px;
  content: '▶︎';
  font-size: 14px;
  vertical-align: middle;
}

.nav_title:hover {
  opacity: 0.7;
}

.nav_title:hover .nav_list_pc_li_icon {
  color: #f6cf5d;
}

.nav_title::after {
  position: absolute;
  left: 10px;
  top: 11px;
  content: '▼';
  font-size: 20px;
  vertical-align: middle;
}

.nav_title.up::after {
  position: absolute;
  left: 10px;
  top: 13px;
  content: '▲';
  font-size: 20px;
  vertical-align: middle;
}

.nav_list_sp {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav_list_sp a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 700;
  padding: 15px 0;
  padding-left: 10px;
  letter-spacing: 1px;
}

.nav_list_sp a:hover  {
  opacity: 0.7;
}

.nav_list_sp .nav_list_pc_li_icon {
  color: #fff;
  padding: 0 5px;
}


.nav_list_sp li:hover .underbar {
  color: #ffffff;
}

.nav_list_sp li:last-child {
  border-bottom: none;
}

.images_three_set {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  gap: 5px;
}

.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 {
  color: #000;
}

.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;
}

/* グレイアウト用 */
/* main_nav.php css end */
/* index.php css start */
main {
  /* position: relative; */
  display: block;
}

.main_container_pc {
  padding-top: 327px;
}

@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;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .main_container_sp {
    margin-top: 80px;
  }
}

_::-webkit-full-page-media,
_:future,
:root .css_selector {
  padding-top: 0;
}

.pickup_sp img {
  width: 100%;
}

.main_center_img {
  margin: 0 auto;
  position: relative;
}

.mv-sp-box {
  position: relative;
}

@media (max-width: 1199px) {
  .main_center_img {
    width: 100%;
    z-index: 1;
    overflow: hidden;
  }

  .mv-sp-box::after {
    content: "";
    background-image: url(../images/pickup/kusari_sp.png);
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -36px;
    left: 0;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 1;
    aspect-ratio: 750 / 79;
    bottom: -5vw;
  }
}


.pickup_pc {
  margin-top: 6px;
}

.pickup_ul_pc {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}



.pickup_ul_pc3 {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;

  gap: 30px;
  margin-top: 31px;

}

.pickup_pc p {
  /*  margin: 0;*/
  margin-top: -55px;
  text-align: center;
  padding: 10px 0;
}

.pickup_ul_sp li {
  width: 49%;
}

.pickup_ul_pc li img:hover,
.pickup_ul_sp li img:hover {
  opacity: 0.7;
}
.pickup_ul_pc3 li img:hover,
.pickup_ul_sp3 li img:hover {
  opacity: 0.7;
}


@media (max-width: 1199px) {
  .pickup_pc {
    display: none;
  }

  .pickup_sp {
    display: block;
  }
}

@media (min-width: 1200px) {
  .pickup_pc {
    display: block;
    position: relative;
    z-index: 2;
  }

  .pickup_sp {
    display: none;
  }
}

.pickup_sp {
  margin-top: 5vw;
  padding-inline: 9%;
  position: relative;
  z-index: 2;
}

.pickup_ul_sp {
  list-style: none;
  padding: 0 0 2vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 2vw;
}



.pickup_ul_sp3 {
   list-style: none;
  padding: 0 0 2vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;

  margin-top: 3vw;
  padding-inline: 9vw;
  gap: 4vw;
}


.pickup_sp p {
  width: 55%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  margin-top: -45px;
}

@media (max-width: 500px) {
  .nav_list_sp a {
    padding: 15px 0;
  }
}


@media (min-width: 1200px) {
  .news_container {
    display: block;
    padding-top: 30px;
    position: relative;
    z-index: 1;
  }

  .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) {
  .news_container {
    padding-inline: 3%;
  }

  .news_kiji_pc {
    display: none;
  }

  .news_kiji_sp {
    display: block;
  }

  #news_logo_pc {
    display: none;
  }

  #news_logo_sp {
    display: inline;
  }

}

@media (max-width: 600px) {
  .news_container .news_wrapper {
    margin: 0 auto 30px;
  }

}

.news_wrapper {
  max-width: 1200px;
  margin: 0 auto 30px;
 
}

.news_wrapper p {
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.news_list {
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  position: relative;
  font-family: 'Noto Sans JP', 'メイリオ', 'ヒラギノ角ゴ StdN W6', sans-serif;
  padding: 0 10px 0 10px;
}

@-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 3px;
  margin: 0;
  height: 200px;
  overflow-y: scroll;
  position: relative;
}

@media (max-width: 1199px) {
  ul.news_list_ul {
    padding: 0;
  }
}

ul.news_list_ul li {
  padding: 15px 0;
}

.news_list_ul::-webkit-scrollbar {
  width: 45px;
}

.news_list_ul::-webkit-scrollbar-thumb {
  background: url('../images/news/news_on_scrollbar.jpg') no-repeat;
  /* height: 80px; */
  height: 70px;
  background-position: center;
  background-size: 20px auto;
}

.date {
  background: #9b1e2a;
  background-size: cover;
  color: #fff;
  padding: 2px 10px 3px 10px;
  margin-left: 20px;
  font-weight: 700;
  font-size: 18px;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .date {
    padding: 5px 10px 0;
  }
}

.news_list_ul a {
  color: #9b1e2a;
}

.d-block {
  display: block;
}

.mx-auto {
  margin: auto;
}

.f_logo.mx-auto {
  margin: 30px auto 20px;
}

.text {
  color: #000;
  margin-left: 40px;
  letter-spacing: 0.3px;
  display: block;
  font-weight: 700;
}


.grayout_pickup {
  pointer-events: none;
}

.grayout_pickup img {
  filter: grayscale(1);
}

@media (max-width: 1199px) {
  .text {
    display: block;
    padding: 0 10px 0 0;
    margin-top: 15px;
    margin-left: 20px;
  }
}

.main_center {
  text-align: center;
  margin: 0 auto;
  max-width:1200px;
  height: 1325px;
}

@media (max-width: 1199px) {
  .main_center {
    display: none;
  }
}



/* index.php css end */
/* footer.php css start */
footer {
  position: relative;
  z-index: 3;
}

.footer_container {
  padding:0;
  position: relative;
}



#footer_center_moya {
  position: absolute;
  top: -35px;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
}

#to_top_btn_pc {
  position: fixed;
  right: 30px;
  bottom: 14px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}

@media (max-width: 1199px) {
  #to_top_btn_sp {
    position: fixed;
    right: 20px;
    bottom: 14px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 1s;
    z-index: 1;
  }
}
@media (max-width: 900px) {
  #to_top_btn_sp {
   width: 120px;
   bottom: 55px;
  }
}
@media (max-width: 600px) {
  #to_top_btn_sp {
   width: 90px;
  }
}

@media (min-width: 1500px) {
  #to_top_btn_pc {
    right: 50px;
  }
}

@media (min-width: 1900px) {
  #to_top_btn_pc {
    right: 144px;
  }
}

@media (min-width: 2500px) {
  #to_top_btn_pc {
    right: 422px;
  }
}

@media (min-width: 3800px) {
  #to_top_btn_pc {
    right: 1076px;
  }
}

#to_top_btn_pc.show,
#to_top_btn_sp.show {
  opacity: 1;
  visibility: visible;
}

#to_top_btn_pc:hover {
  opacity: 0.8;
}

img.slide-arrow.prev-arrow.slick-arrow {
  display: none !important;
}

@media (max-width: 1199px) {
  img.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    top: 10px;
    left: -30px;
    width: 20px;
    display: block !important;
    cursor: pointer;
  }
}

img.slide-arrow.next-arrow.slick-arrow {
  display: none !important;
}

@media (max-width: 1199px) {
  img.slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    top: 10px;
    right: -30px;
    width: 20px;
    display: block !important;
    cursor: pointer;
  }
}

@media (max-width: 786px) {
  img.slide-arrow.prev-arrow.slick-arrow {
    top: 14px;
  }

  img.slide-arrow.next-arrow.slick-arrow {
    top: 14px;
  }
}

@media (max-width: 400px) {
  img.slide-arrow.prev-arrow.slick-arrow {
    top: 12px;
  }

  img.slide-arrow.next-arrow.slick-arrow {
    top: 12px;
  }
}

@media (max-width: 1199px) {
  #footer_center_moya {
    display: none;
  }
}

.footer_banner_pc,
.footer_banner_sp {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .footer_banner_pc {
    display: none;
  }

  .footer_banner_sp {
    display: block;
  }
}

@media (min-width: 1200px) {
  .footer_banner_pc {
    display: block;
  }

  .footer_banner_sp {
    display: none;
  }
}

ul.slider {
  padding: 10px;
  margin: 0;
  list-style: none;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  ul.slider {
    background: none;
    box-shadow: none;
  }
}

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) {
  .suishou {
    width: 150px;
  }
}

.suishou a {
  text-decoration: none;
  color: #fff;
  /* display: block; */
}

.suishou a:hover {
  opacity: 0.7;
}

.footer_container p {
  text-align: center;
  margin: 0 auto 0px;
  width: 100%;
}

.copy_color {
  /* background: #fdd000; */
}

.copy_color img {
  padding: 30px 0 35px;
}

@media (max-width: 600px) {
  .copy_color img {
    width: 65%;
    padding: 30px 0 30px;
  }
}

.news_wrapper p {
  padding: 0 20px;
  text-align: center;
}

.index {
  position: relative;
}

.index::after {
  background-image: url("../images/pickup/bottom_bg.jpg");
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 1600px);
  top: 1600px;
  background-position: center top;
  background-size: cover;
}
@media(max-width:1199px) {
.index::after {
  background-image: url("../images/pickup/bottom_bg_sp.jpg");
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 130.4vw + 100px);
  top: calc(130.4vw - 100px);
  z-index: -1;
  background-position: center top;
  background-size: 100% 100%;
}
}

@media (max-width: 768px) {
  .index::after {
    height: calc(100% - 130.4vw + 80px);
    top: calc(130.4vw - 80px);
  }
}
@media (max-width: 500px) {
  .index::after {
    height: calc(100% - 129vw + 80px);
    top: calc(129vw - 80px);
  }
}


/* footer.php css end */
/* 下層ページ共通 css start */
.second_wrap {
  /* background-repeat: repeat-x;
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-position-y: 0px; */
  margin-top: 327px;

   background-image: url(../images/second/bg.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center -327px;
    background-repeat: no-repeat;
    background-size: auto;
}

@media(max-width:1199px) {
  .second_wrap {
    background-image: url(../images/second/bg_sp.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center -100px;
    background-repeat: no-repeat;

  }
}
@media(max-width:750px) {
  .second_wrap {
    background-size: auto;
  }
}

@media (min-width: 1920px) {
    .second_wrap {
        background-size: 100% auto;
    }
}

@media(min-width: 768px) {
  .second_wrap {
    /* background-image: url(../images/second/bg.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center -327px;
    background-repeat: no-repeat; */
  }
}

@media (max-width: 768px) {
  .page-bi {
    /* background: url("../images/pickup/index_pickup_bg_sp2.jpg"); */
    /* background-attachment: scroll; */
  }

  .news_wrapper {
    margin: 0 auto 30px;
  }

  .news_list {
    padding: 10px 0px 15px 5px;
  }

  ul.news_list_ul {
    /* width: 102%; */
  }

  .news_wrapper img {
    max-width: 60%;
  }
}


.contain {
  max-width: 1200px;
  margin: auto;
  padding-top: 45px;
  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: 0px;
  }

  .second_wrap {
    margin-top: 100px;
  }

  .second_title_img .second_title_txt {
    margin-top: 0;
  }

  .second_title_txt img {
    width: 100%;
  }
}

h2.pc {
  /* background: url('../images/movie/second_title_bg.jpg') no-repeat; */
  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;
}

@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);
  -moz-box-shadow: 0px 8px 11px 2px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0px 8px 11px 2px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0px 8px 11px 2px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 8px 11px 2px rgba(0, 0, 0, 0.23); */
}

@media (max-width: 1199px) {
  .bc-white {
    margin-top: 0;
    /* 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;
  }

  .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;
  }
}

.page-inner {
  padding: 2%;
  margin: auto;
}

@media (max-width: 1199px) {
  .page-inner {
    padding: 0;
    padding-bottom: 4%;
  }
}

/* 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: 150px 0 150px;
  color: #fff;
}

@media (max-width: 700px) {
  .kousin {
    font-size: 20px !important;
    padding: 100px 0 140px !important;
  }
}

@media(max-width: 500px) {
  .kousin {
    padding: 120px 0 !important;
  }
}

/* dream.php css end */
/* tv_schedule.php css start */
.tv_padding {
  padding: 20px;
}

.tv_padding a {
  color: #9699f9;
}

.tv_padding p {
  margin: 0;
  margin-top: 10px;
  color: #fff;
}

.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: #333333;
  color: #fff;
}

/* tv_schedule.php css end */
/* suishou.php css start */
.suishou_padding {
  padding: 10px;
}

#suishou_contents_pc,
#suishou_contents_sp {
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  border-collapse: collapse;
}

#suishou_contents_pc td,
#suishou_contents_sp td {
  background: #fff;
}

@media (max-width: 1199px) {
  #suishou_contents_pc {
    display: none;
  }

  #suishou_contents_sp {
    display: table;
  }

  .suishou_padding {
    box-shadow: none;
  }
}

@media (min-width: 1200px) {
  #suishou_contents_pc {
    display: table;
  }

  #suishou_contents_sp {
    display: none;
  }
}

/* suishou.php css end */
/* event.php css start */
.event_container {
  width: 800px;
  margin: auto;
}

.event_container .event_box+.event_box {
  margin-top: 100px;
}

.event_container h3 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  background: #a4ff00;
  padding: 10px 0;
  letter-spacing: 4px;
}

.event_container h4 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  width: 568px;
  margin: auto;
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #74a2ff 50%, #74a2ff 100%);
  padding: 2px 0;
}

.event_container .event_time_place_text {
  text-align: center;
  font-size: 22px;
  margin: 30px 0;
}

.event_container .event_text {
  font-size: 20px;
}

@media (max-width: 1199px) {
  .event_container {
    width: 100%;
  }

  .event_container h4 {
    width: 420px;
  }
}

@media (max-width: 500px) {
  .event_container h3 {
    font-size: 24px;
  }

  .event_container h4 {
    width: 315px;
    font-size: 20px;
  }

  .event_container .event_time_place_text {
    font-size: 18px;
  }

  .event_container .event_text {
    font-size: 16px;
  }
}

.event_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  /* 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;
  margin: 0;
  background-color: #F5E9D8;
  background-image: linear-gradient(-45deg, #ebcf65 25%, #e2ba22 25%, #e2ba22 50%, #ebcf65 50%, #ebcf65 75%, #e2ba22 75%, #e2ba22);
  background-position: 0 0, 25px 25px;
  background-size: 50px 50px;
  border-radius: 15px 15px 0 0;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.event h4 {
  padding: 0.3em 0.9em;
  text-align: left;
  padding-left: 5px;
  border-left: solid 8px #e2ba22;
  font-size: 1.7em;
  font-weight: bold;
}

.event_h4 {
  border-left: solid 8px #420d07;
  padding-left: 20px;
}

.event_h4_underline {
  border-bottom: 3px solid #420d07;
}

.event p span {
  /* background: #e10414; */
  color: #e10414;
}

.photo p {
  text-align: center;
}

.event_images ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.event_images li+li {
  margin-left: 20px;
}




@media (max-width: 768px) {
  .event_images ul {
    display: block;
  }

  .event_images li+li {
    margin-left: 0;
  }

  .second_wrap {
    margin-top: 80px;
  }
}

.event_images p {
  text-align: center;
}

.event hr {
  /* border-top: 2px dashed #ccc; */
}

/* event.php css end */
/*下層ページタイトルパターン2*/
.second_title_img {
  position: relative;
  text-align: center;
  padding-top: 38px;
  max-width: 1200px;
  margin: 0 auto;
}

.second_title_txt {
  margin: 0;
  /* padding: 0; */
  font-size: 40px;
  background-image: url(../images/second/title.jpg);
  font-family: 'Noto Sans JP', 'メイリオ', 'ヒラギノ角ゴ StdN w6', sans-serif;
  /* padding-block: 21px; */
}

@media (max-width: 1199px) {
  .second_title_txt {
    background: #160807;
    position: relative;
  }
  .second_title_txt span {
    position: relative;
  }
  .second_title_txt::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    height: 100%;
    background-image: url(../images/second/title-sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
  }
}

_:-ms-lang(x)::-ms-backdrop,
.second_title_txt {
  top: 50%;
}

@media (max-width: 1199px) {
  .second_title_img {
    padding-inline: 4%;
    padding-top: 6%;
  }

  h2.second_title_txt {
    /* font-size: 1.3em; */
    font-size: 4.4vw;
    line-height: 1.3;
  }

  .second_title_txt {
    margin: 140px 0 4vw;
  }

  .news_list {
    padding: 15px 0px 15px 0px;
  }

  .news_list_ul::-webkit-scrollbar-track {
    /* background: url('../images/news/news_back_scrollbar_sp.jpg') no-repeat; */
  }

  .news_list_ul::-webkit-scrollbar-thumb {
    /* background: url('../images/news/news_on_scrollbar_sp.jpg') no-repeat; */
    background-size: 15px auto;
  }

  .news_list_ul::-webkit-scrollbar {
    width: 38px;
  }

}


@media(max-width: 768px) {
  .second_wrap {
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
    background-attachment: scroll; */
    background-position: center -80px;
  }
}

@media (max-width: 768px) {
  .second_title_img h2.second_title_txt {
    /* font-size: 2.8vw; */
    max-width: 100%;
    /* margin-left: 15px !important; */
    /* margin-right: 15px !important; */
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .nav_icon {
    padding-right: 5px;
  }
}

/* メインビジュアルサイズ変更 */
@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;
}

.fade-out {
  transition: 0.5s;
}

.boat {
  /* width: 100%; */

}

.hinoko {
  position: absolute;
  top: 0;
  right: 0;
  top: -36px;
  right: -360px;
  mix-blend-mode: screen;
}

.hinoko img {
  /* width: 76%; */
}

.sp-mv-bg {
  width: 100%;
  margin-top: -100px;
}


@media (max-width: 768px) {
  .sp-mv-bg {

  margin-top: -80px;
}
}

.sp-mv-main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 0;
  height: 100%;
  opacity: 0;
}

.sp-fire {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  mix-blend-mode: screen;
}

.text1_sp {
  position: absolute;
  top: 4%;
  right: 10%;
  width: 22%;
  opacity: 0;

}
.text2_sp {
  position: absolute;
  top: 4%;
  left: 8%;
  width: 18.5%;
  opacity: 0;
}
.text3_sp {
  position: absolute;
  /* top: 29%; */
  bottom: 58%;
  left: 50%;
  transform: translateX(-50%);
  width: 20.5%;
  opacity: 0;
}

@media (max-width: 500px) {
  .text3_sp {
  bottom: 59%;
  left: 50%;
  width: 19.5%;

}
}
.text4_sp {
  position: absolute;
  /* top: 37.2%; */
  bottom: 52%;
  left: 50%;
  transform: translateX(-50%);
  width: 65%;
  opacity: 0;
}

.text5_sp {
  position: absolute;
  /* top: 45%; */
  bottom: 39%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  opacity: 0;
}

@media (max-width: 500px) {
  .text5_sp {
  width: 87%;
  bottom: 38%;
}
}
.boat_sp {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  opacity: 0;
}
.day_sp {
  position: absolute;
  bottom: 6vw;
  left: 50%;
  transform: translateX(-50%);
  width: 59%;
  opacity: 0;
}

.bakuhatsu-sp {
  position: absolute;
  top: -2%;
  left: -6%;
  right: 0;
  margin: auto;
  mix-blend-mode: screen;
  opacity: 0;
  width: 100%;
}

.text1_sp.fade_up {
    animation: animation66 1s 1s forwards;
  }
.text2_sp.fade_up {
    animation: animation77 1s 1s forwards;
  }
.text3_sp.fade_up {
    animation: animation33 1s 1s forwards;
  }
.text4_sp.fade_up {
    animation: animation33 1s 1.1s forwards;
  }
.text5_sp.fade_up {
    animation: animation33 1s 1.2s forwards;
  }
.boat_sp.fade_up {
    animation: animation3 1s 1s steps(7) forwards;
  }
.day_sp.fade_up {
    animation: animation88 3s .5s forwards;
  }
.sp-mv-main.fade_up {
    animation: animation02 1.5s .8s steps(15) forwards;
  }
.bakuhatsu-sp.fade_up {
    animation: animation99 3s .1s steps(14) forwards;
  }

ul.nav_list_pc li:hover a {
    background: #c32706;
}

@media (max-width: 400px) {
  .nav_list_sp a {
    letter-spacing: 0.2px;
    font-size: 15px;
  }
}
