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-feature-settings: "palt"; */
}

body.nav_scroll_on {
  overflow: hidden;
}

header,
nav {
  /* position: relative; */
  /* z-index: 100; */
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.d-flex {
  display: flex;
}

h2 {
  margin-top: 0;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  padding: 15px 0px;
  /* 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-weight: bold;
  font-style: normal;
}


@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;
  }

  .bana-sp {
    display: none;
  }
}

.head_container_pc,
.head_container_tb,
.head_container_sp {
  width: 100%;
  /* background: url('../images/header/header_background2.jpg') no-repeat; */
  /* background-size: cover; */
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

.head_container_pc {
  height: 100px;
}

.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_ul_pc li a:hover,
.head_ul_tb li a:hover,
.head_ul_sp li a:hover {
  opacity: 0.7;
}

.head_ul_pc li:nth-child(n+3) {
  margin-left: 5px;
  margin-right: 5px;
}

ul.head_ul_pc {
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.head_ul_pc li:nth-child(1) {
  /* margin-top: 15px; */
}

ul.head_ul_pc li:nth-child(2) {
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px;
}

ul.head_ul_tb {
  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;
}

.head_img1_tb {
  margin-left: 2vw;
}

.head_img1_tb img {
  max-width: 100%;
}

.head_img2_tb {
  max-width: 250px;
  margin-bottom: 10px;
}

.head_img3_tb {
  max-width: 240px;
  margin-bottom: 5px;
  /* margin-left: 5px; */
  /* margin-right: 5px; */
}

.nav_btn {
  width: 102px;
  height: 102px;
  position: relative;
  cursor: pointer;
}

.nav_btn .line {
  left: 2px;
  right: 0;
  width: 72px;
  height: 8px;
  margin: 0 auto;
  text-align: center;
  background: #010e37;
  position: absolute;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  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;
  }
}

.sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: min(7vw, 70px);
  max-width: 653px;
  margin-left: auto;
  margin-right: auto;
}

@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: 24px;
}

.nav_live_replay_sp .sns {
  width: calc(100% / 5 - 10px);
}

.nav_btn.move .line.top {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top: 45px;
}

.nav_btn .line.middle {
  top: 47px;
}

.nav_btn.move .line.middle {
  width: 0;
  opacity: 0;
}

.nav_btn .line.bottom {
  top: 70px;
}

.nav_btn.move .line.bottom {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 45px;
}

@media (max-width: 768px) {
  .nav_btn {
    width: 45px;
    height: 45px;
    margin-right: 2vw;
  }

  .nav_btn .line {
    width: 47px;
    height: 6px;
  }

  .nav_btn .line.top {
    top: 5px;
  }

  .nav_btn .line.middle {
    top: 18px;
  }

  .nav_btn .line.bottom {
    top: 30px;
  }

  .nav_btn.move .line.top {
    top: 20px;
  }

  .nav_btn.move .line.bottom {
    top: 20px;
  }
}

ul.head_ul_sp {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 66px;
}

.head_img1_sp {
  max-width: 200px;
  margin-left: 2vw;
}

.head_img2_sp {
  max-width: 180px;
  width: 180px;
  margin-right: 5px;
}

.nav_container_sp__title-logo {
  background: #fff;
  padding: 10px;
}

@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%;
  /* height: 87px; */
  background-image: url(../images/header/nav-bg.jpg);
  background-size: cover;
  position: fixed;
  left: 0;
  top: 100px;
  z-index: 30;
}

@media (min-width: 2000px) {
  .nav_container_pc {
    background-size: cover;
  }

  .footer-bg::before {
    background: url(../images/footer/wave-long.webp)repeat-x top/cover !important;
  }

  .second-wave::before {
    background: url(../images/footer/wave-long.webp)repeat-x top/cover !important;
    height: max(5vw, 128px) !important;
  }
}

ul.nav_ul_pc {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding-top: 5px; */
  /* padding-bottom: 10px; */
}

li.nav_ul_li_pc {
  position: relative;
  /* padding: 14px; */
  /* margin-top: 5px; */
  text-align: center;
  padding: 20px 0;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  /* IE11 */
  .nav_ul_li_pc {
    padding: 10px 0 0;
  }
}

li.nav_ul_li_pc:hover {
  /* border-bottom: 3px solid #fcff00; */
  /* margin-top: 8px; */
}

li.nav_ul_li_pc+li.nav_ul_li_pc {
  margin-left: 10px;
}

.main_nav_title_pc {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
  font-style: normal;
}

.nav_ul_li_pc:hover .main_nav_title_pc {
  color: #fadf1c;
}

.main_nav_title_pc span.triangle_icon {
  font-size: 14px;
  margin-left: -10px;
  vertical-align: middle;
  display: none;
}

@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: 20px 0;
  display: flex;
  gap: 10px;
}

.main_nav_link_set a {
  display: block;
  margin-bottom: 4px;
}

.main_nav_link_set a:hover {
  opacity: 0.7;
}

ul.nav_list_pc {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: -15px;
  top: 123px;
  z-index: 50;
}

.bana {
  background: url(../images/pickup/bana-bg.png) no-repeat top / cover;
  margin: 0px auto;
  margin-top: -10px;
  padding: 75px 0 95px;
  text-align: center;
  position: relative;
  z-index: 2;
  list-style: none;
}

.bana a {
  display: inline-block;
}

.bana img:hover {
  opacity: .7;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  /* IE11 */
  ul.nav_list_pc {
    top: 93px;
  }
}

ul.nav_list_pc li {
  width: 395px;
  height: 0;
  background: #010E37;
  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: 51px;
}

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: 50px;
  padding-left: 15px;
  line-height: 50px;
}

ul.nav_list_pc li:last-child {
  border-bottom: none;
  /* border-radius: 0 0 5px 5px; */
}

ul.nav_list_pc li:hover {
  background: #fadf1c;
}

.nav_list_pc_li_icon {
  font-size: 16px;
  color: #fff;
  transform: translateY(1px);
  display: inline-block;
}

.grayout .nav_list_pc_li_icon {
  color: #000;
}

ul.nav_list_pc li:hover .nav_list_pc_li_icon {
  color: #010E37;
}

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;
  height: 83px;
  line-height: 83px;
}

/* a.main_nav_title_pc::after {
  position: absolute;
  bottom: 15px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #fff;
  transform: scale(0, 1);
  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: 400;
  text-align: left;
  font-size: 17.94px;
  letter-spacing: 0.5px;
}

ul.nav_list_pc li:hover a::before,
ul.nav_list_pc li:hover a {
  color: #010E37;
}

ul.nav_list_pc li:hover .underbar {
  /* text-decoration: underline; */
}

@media (max-width: 1199px) {
  .nav_container_pc {
    display: none;
  }

  .nav_container_sp {
    display: block;
  }
}

@media (min-width: 1200px) {
  .nav_container_pc {
    display: block;
  }

  .nav_container_sp {
    display: none;
  }
}

.nav_container_sp {
  position: fixed;
  left: 0;
  top: 102px;
  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: 66px;
  }
}


.nav_container_sp.open {
  height: 100vh;
  /* opacity: 0.9; */
  background: #010e37;
  visibility: visible;
}

.nav_ul_sp {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 150px;
  /* margin-top: 5px; */
  padding-bottom: 55px;
}

#nav_live_replay_sp {
  padding: 5px 0;
}

.nav_ul_li_sp {
  width: 100%;
  margin: 0 auto;
  margin-top: 1px;
  /* background: url('../images/header/nav_bg_sp.jpg') no-repeat; */
  /* background-size: cover;
  background-position: center; */
  position: relative;
  z-index: 5;
}

.nav_ul_li_sp a {
  text-decoration: none;
}

.nav_title {
  color: #fadf1c;
  cursor: pointer;
  /* font-weight: bold; */
  display: block;
  padding: 10px 0;
  font-size: 20px;
}

.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 {
  /* 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: 15px;
  content: '▼';
  font-size: 14px;
  vertical-align: middle;
}

.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: 15px;
  content: '▲';
  font-size: 14px;
  vertical-align: middle;
}

.nav_title:hover::after,
.nav_title.up:hover::after {
  color: #fadf1c;
}

.nav_list_sp {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  /* 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: 1vw;
  letter-spacing: 0.5px;
}

.nav_list_sp a:hover .nav_list_pc_li_icon {
  color: #010e37;
}

.nav_list_sp .nav_list_pc_li_icon {
  color: #fff;
}


.nav_list_sp li:hover {
  background: #fadf1c;
  /* opacity: 0.7; */
}

.nav_list_sp li:hover .underbar {
  color: #010e37;
}

.nav_list_sp li:last-child {
  border-bottom: none;
}

.images_three_set {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 578px;
  flex-wrap: wrap;
  margin: 7.6vw auto 8.3vw;
  margin-top: min(7.6vw, 76px);
  margin-bottom: min(8.3vw, 83px);
  gap: 15px
}

.images_three_set a {
  width: calc(100% / 2 - 15px);
}


.images_three_set a:nth-child(odd) {
  text-align: right;
}


.images_three_set a:nth-child(even) {
  text-align: left;
}


.images_three_set a:hover {
  opacity: 0.7;
}

.image_single a:hover {
  opacity: 0.7;
}

/* グレイアウト用 */
ul.nav_list_pc li.grayout,
.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;
}

/* グレイアウト用 */
/* main_nav.php css end */
/* index.php css start */
main {
  /* position: relative; */
  display: block;
}

.main_container_pc {
  background: url(../images/pickup/mv-bg.jpg) repeat center/contain;
  padding-top: 223px;
}

@media (max-width: 1199px) {
  .main_container_pc {
    display: none;
  }

  .main_container_sp {
    display: block;
  }

  .bana {
    background: url(../images/pickup/bana-bg-sp.png) no-repeat top / cover;
    margin-top: -20px;
    padding-right: 20px;
    padding-left: 20px;
    padding: 7.5vw 20px 9vw;
  }
}

@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: 102px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .main_container_sp {
    margin-top: 66px;
  }
}

_::-webkit-full-page-media,
_:future,
:root .css_selector {
  padding-top: 0;
}

.main_container_sp img {
  width: 100%;
}

.main_container_sp .news_wrapper img {
  width: auto;
}

.main_center_img {
  /* width: 1200px; */
  margin: 0 auto;
  /* box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.33); */
  position: relative;
}

@media (max-width: 1199px) {
  .main_center_img {
    width: 100%;
    z-index: 1;
  }

  .main_center_img img {
    width: 100%;
  }
}

.pickup_pc {
  background: url(../images/pickup/pickup-bg.jpg)no-repeat bottom/cover;
  padding: 50px 0px 50px 0px;
  position: relative;
}

@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: 20px;
}

.pickup_ul_pc2 {
  justify-content: space-between;
}

.pickup_pc p {
  /*  margin: 0;*/
  margin-top: -55px;
  text-align: center;
  padding: 10px 0;
}

.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;
}

@media (max-width: 1199px) {
  .pickup_pc {
    display: none;
  }

  .pickup_sp {
    display: block;
  }
}

@media (min-width: 1200px) {
  .pickup_pc {
    display: block;
  }

  .pickup_sp {
    display: none;
  }
}

.pickup_sp {
  background: url('../images/pickup/pickup-bg-sp.jpg') no-repeat bottom/contain #fff;
  padding: 20px;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}

.pickup_ul_sp {
  list-style: none;
  padding: 0 0 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.pickup_ul_sp li:not(:first-child) {
  margin-left: 15px;
}

.pickup_sp p {
  width: 55%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  margin-top: -45px;
}

.pickup_ul_sp li img {
  /* width: 600px; */
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  /* IE11 */
  .pickup_ul_sp {
    /* justify-content: space-around; */
    /* padding: 0 5px 0 10px; */
  }
}

.pickup_ul_sp2 {
  max-width: 800px;
}

.grayout-btn {
  pointer-events: none;
}

.grayout-btn img {
  filter: grayscale(1);
}

@media (max-width: 500px) {
  .pickup_ul_sp2 {
    max-width: 350px;
  }
}

.pickup_ul_sp2 li {
  width: 24%;
}

.news_container {
  display: block;
  background: #00c2cc;
  padding-bottom: 65px;
  position: relative;
  padding-top: 30px;
}


.news_container::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  background: url("../images/news/arrow-r.png")repeat-x center/cover;
}


.news_container::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: url("../images/news/arrow-l.png")repeat-x center/cover;
}


@media (min-width: 1200px) {

  .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: 60px 20px 50px;
  }

  .news_kiji_pc {
    display: none;
  }

  .news_kiji_sp {
    display: flex;
    align-items: baseline;
  }

  #news_logo_pc {
    display: none;
  }

  #news_logo_sp {
    display: inline;
  }
}

.news_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.news_wrapper p {
  /* margin: 0 auto; */
  text-align: center;
  position: relative;
  z-index: 5;
  top: 30px;
  pointer-events: none;
}

.news_wrapper p::before {
  content: '新着情報';
  position: absolute;
  left: 29px;
  right: 0;
  bottom: 0;
  top: 0;
  width: 200px;
  height: 30px;
  color: #fff;
  text-align: center;
  letter-spacing: 30px;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
}

.news_list {
  /* box-sizing: border-box; */
  max-width: 100%;
  background: #fff;
  position: relative;
  top: -10px;
  border-radius: 10px;
  padding: 5px;
  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; */
}

.news--inner {
  border: 10px solid #fadf1c;
  padding: 10px 0;
  border-radius: 10px;
  padding: 10px 0;
}

@-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;
  width: 98%;
  height: 120px;
  overflow-y: auto;
  position: relative;
}

@media (max-width: 1199px) {
  ul.news_list_ul {
    padding: 15px 3px;
  }

  .news_wrapper p {
    margin-top: -50px;
  }
}

ul.news_list_ul li {
  padding: 15px 0;
}

.news_list_ul::-webkit-scrollbar {
  width: 51px;
}

.news_list_ul::-webkit-scrollbar-track {
  background: url('../images/news/box.jpg') no-repeat;
  background-position: center;
  /* background-size: auto 90%; */
  background-size: auto 100%;
}

/* .news_list_ul::-webkit-scrollbar-thumb {
  background: url('../images/news/news_on_scrollbar.png') no-repeat;
  height: 52px;
  background-position: center;
} */

.date {
  background: #010E37;
  background-size: cover;
  color: #fff;
  padding: 5px 20px 5px 40px;
  margin-left: 20px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.date::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #fff;
  border-right: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.date::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 19px solid #010E37;
  border-right: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/* Firefox専用 */
@supports (-moz-appearance: none) {
  .date::before {
    top: -33px;
  }

  .date::after {
    top: -18px;
  }
}



@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .date {
    padding: 5px 10px 0;
  }
}

.news_list_ul a {
  text-decoration-color: #fadf1c;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.text {
  color: #000;
  margin-left: 20px;
  letter-spacing: 0.3px;
  display: block;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .text {
    display: block;
    padding: 0 10px 0 0;
    text-align: left;
    flex: 5;
  }

  .date {
    flex: 1;
  }
}

.main_center {
  max-width: 1200px;
  text-align: center;
  margin: auto;
  position: relative;

}

.main_container_pc--item,
.main_container_sp--item {
  left: 0;
  top: 0;
  position: absolute;
}

.main_container_pc--small-boat,
.main_container_sp--small-boat {
  transform: translateX(-40px);
  opacity: 0;
}

.main_container_pc--small-boat.active,
.main_container_sp--small-boat.active {
  transform: translateX(0px);
  opacity: 1;
  transition: 0.3s;
}

.main_container_pc--mv-text,
.main_container_sp--mv-text {
  transform: scale(1) rotate(-35deg);
  opacity: 0;
}

.main_container_pc--mv-text.active,
.main_container_sp--mv-text.active {
  transform: scale(1) rotate(0deg);
  opacity: 1;
  transition: .3s;
}

.main_container_pc--mv-text.active2,
.main_container_sp--mv-text.active2 {
  transform: scale(1.1) rotate(0deg);
  transition: .3s;
}

.main_container_pc--big-boat,
.main_container_sp--big-boat {
  opacity: 0;
  transform: translateX(-100%);
}

.main_container_pc--big-boat.active,
.main_container_sp--big-boat.active {
  opacity: 1;
  transform: translateX(0);
  transition: .2s;
}

.main_container_pc--date,
.main_container_sp--date {
  transform: translateX(-100%);
  opacity: 0;
}

.main_container_pc--date.active,
.main_container_sp--date.active {
  transform: translateX(0);
  opacity: 1;
  transition: 0.2s;
}


@media (max-width: 1199px) {
  .main_center {
    display: none;
  }
}

@media (min-width: 1200px) {
  .main_center {
    display: block;
    position: relative;
    left: 0;
  }
}

/* index.php css end */
/* footer.php css start */
footer {
  position: relative;
  z-index: 8;
}

.footer_container {
  /*  background: url('../images/pickup/index_pickup_bg_pc.jpg');*/
  /*  padding: 30px 0 15px;*/
  /* padding: 30px 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: 30px;
  bottom: 116px;
  z-index: 13;
  cursor: pointer;
  width: 63px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}

.fade_anime {
  transform: translateY(100px);
  transition: 1s;
  opacity: 0;
}

.fade_anime.fade_up {
  transform: translateY(0px);
  opacity: 1;
}

@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: 13;
  }
}

@media (min-width: 1500px) {
  #to_top_btn_pc {
    right: 50px;
  }
}

@media (min-width: 1900px) {
  #to_top_btn_pc {
    right: 250px;
  }
}

@media (min-width: 2500px) {
  #to_top_btn_pc {
    right: 550px;
  }
}

@media (min-width: 3800px) {
  #to_top_btn_pc {
    right: 1150px;
  }
}

#to_top_btn_pc.show,
#to_top_btn_sp.show {
  opacity: 1;
  visibility: visible;
}

#to_top_btn_pc:hover {
  opacity: 0.8;
}

img.slide-arrow.prev-arrow.slick-arrow {
  display: none !important;
}

@media (max-width: 1199px) {
  img.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    top: 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;
  /* background: #fff; */
}

@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;
  /* color: #ffde65; */
  margin: 0 auto 0px;
  /* width: 80%; */
  padding-top: 10px;
  padding-bottom: 20px;
  color: #fff;
  font-size: min(4vw, 16px);
}


/* footer.php css end */
/* 下層ページ共通 css start */
.page-bi {
  position: relative;
  padding-bottom: min(20vw, 200px);
}



.page-bi::before {
  content: '';
  background-image: url('../images/second/second-bg.jpg');
  background-repeat: repeat;
  background-position: top;
  background-size: contain;
  /* background-attachment: fixed; */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
}

.page-bi::after {
  content: '';
  background-image: url(../images/second/dot.png);
  background-repeat: repeat-y;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: min(50vw, 551px);
  position: absolute;
  z-index: -1;
  bottom: 0;
}



.second-wave {
  position: relative;
}

.second-wave::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background: url(../images/second/second_wave.png)repeat-x center/cover;
}

@media(min-width: 1200px) {
  .second-wave::before {
    height: max(11vw, 128px);
  }
}

@media (max-width: 1199px) {

  .page-bi::before {
    content: '';
    background-image: url(../images/second/second-bg-sp.jpg);
  }

  .page-bi::after {
    content: '';
    background-image: url(../images/second/dot-sp.png);
  }
}


.contain {
  max-width: 1200px;
  margin: auto;
  padding-top: 282px;
  position: relative;
  /*  box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.8);*/
}

@media (max-width: 1199px) {
  .contain {
    width: 100%;
    padding-top: max(110px, 20vw);
  }
}

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;
}

@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;
  }

  .second-wave::before {
    background: url(../images/second/second_wave-sp.png)repeat-x center/contain;
    height: 19vw;
  }

  .second-footer {
    height: 13vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .second-footer p {
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  h2.pc {
    display: block;
  }

  h2.sp {
    display: none;
  }
}

@media (max-width: 1199px) {
  .bc-white {
    margin-top: 0;
    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% 2% 3% 2%;
  margin: auto;
}

@media (max-width: 1199px) {
  .page-inner {
    padding: 0;
  }
}

/* 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;
}

@media (max-width: 700px) {
  .kousin {
    font-size: 20px !important;
    padding: 100px 0 !important;
  }
}

/* dream.php css end */
/* tv_schedule.php css start */
.tv_padding {
  padding: 20px;
}

.tv_padding a {
  color: #4d4f9a;
}

.tv_padding p {
  margin: 0;
  margin-top: 10px;
}

.tv_padding tr {
  background: #fff;
}

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: #4d914a;
  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;
}

.dream-entry__btn img:hover {
  opacity: .7;
}

.data_kikan_dream_top {
  font-size: min(3.5vw, 16px);
  margin: auto;
  margin-top: 70px;
  text-align: left;
  display: inline-block;
}

.br_on {
  display: none;
}

@media (max-width: 1199px) {
  #suishou_contents_pc {
    display: none;
  }

  .br_on {
    display: block;
  }


  #suishou_contents_sp {
    display: table;
  }

  .suishou_padding {
    box-shadow: none;
  }

  .dream-entry__item-wrap img {
    width: calc(100% / 2 - 2vw);
  }
}

@media (min-width: 1200px) {
  #suishou_contents_pc {
    display: table;
  }

  #suishou_contents_sp {
    display: none;
  }
}


@media(min-width: 620px) {

  .nav_ul_li_sp {
    max-width: 653px;
    transform: translateX(3vw);
  }

  .nav_list_sp {
    max-width: 653px;
    margin: auto;
    transform: translateX(3vw);
  }
}


/* suishou.php css end */
/* event.php css start */
.event_container {
  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;
  margin: auto;
  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%;
  }
}

@media (max-width: 500px) {
  .event_container h3 {
    font-size: 24px;
  }

  .event_container h4 {
    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;
}


.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;
}

.dream-entry {
  background: url(../images/pickup/wave-bg.jpg) repeat-x top/cover;
  position: relative;
}

.dream-entry::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 31px;
  top: -30px;
  z-index: 9;
  background: url(../images/pickup/wave.png) repeat-x top/cover;
}

.dream-entry__item-wrap {
  max-width: 1200px;
  margin: 10px auto auto;
  justify-content: space-between;
}

.dream-entry__btn {
  margin: 120px auto 0;
  text-align: center;
  position: relative;
  z-index: 9;
  transform: translateY(-55px);
  display: inline-block;
}

.dream-entry__title {
  padding: 30px 20px;
}

.text-center {
  text-align: center;
}

.footer-bg {
  position: relative;
}

.footer-bg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 180px;
  background: url(../images/footer/wave.png)repeat-x top/cover;
  bottom: 0px;
}

@media (max-width: 768px) {

  .news_kiji_sp {
    display: block;
    text-align: left;
  }

  .news_kiji_sp .date {
    display: inline-block;
  }

  .event_images ul {
    display: block;
  }

  .event_images li+li {
    margin-left: 0;
  }

  .footer-bg::before {
    background: url(../images/footer/wave-sp.png)repeat-x top/cover;
    height: 18.9vw;
  }

  .dream-entry__btn {
    margin: 16vw auto 0;
    text-align: center;
    position: relative;
    z-index: 9;
    transform: translateY(-11vw);
    display: inline-block;
  }

  .dream-entry__btn img {
    max-width: 75%;
  }

  .dream-entry::before {
    background: url(../images/pickup/wave-sp.png) repeat-x top / contain;
    top: -1.5vw;
  }

  .dream-entry__title {
    padding: 30px 20px 10px;
  }

}

.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;
  width: calc(100% - 20px);
  margin: auto;
}

.second_title_txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  font-size: 40px;
  color: #fff;
}

_:-ms-lang(x)::-ms-backdrop,
.second_title_txt {
  top: 50%;
}


@media (max-width: 1199px) {
  h2.second_title_txt {
    font-size: 1.8em;
  }

  .dream-entry {
    background: url(../images/pickup/wave-bg-sp.jpg)repeat-x top/cover;
  }

  .dream-entry__item-wrap {
    gap: 2vw;
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  h2.second_title_txt {
    font-size: 4.2vw;
    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;
}

.fade-out {
  transition: 0.5s;
}