
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("fonts/notosansjp/NotoSansJP-Medium_subset.ttf") format("truetype");
}
/* @font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("fonts/notosansjp/NotoSansJP-Bold_subset.ttf") format("truetype");
} */

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  src: url("fonts/notosansjp/NotoSansJP-Black_new.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("fonts/notosansjp/NotoSansJP-Bold_new.ttf") format("truetype");
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  overflow: auto;
  /* iOS・レスポンシブモード用*/
}

body {
  position: relative;
  /* iOS用 */
  margin: 0;
  overflow: visible;
  overflow-x: hidden;
  width: 100%;
  /* background-image: url(../images/main/img_bg_baseline.webp); */
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ StdN w6", sans-serif;
  background-color: #FFFFFF;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-size: 24px 24px; */
}

body.nav_scroll_on {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

h2 {
  font-weight: 900;
  font-style: normal;
  position: relative;

}

.in-bl {
  display: inline-block;
}
@media (max-width: 1199px) {
  .in-bl_sp {
    display: inline-block;
  }
}

.second_title_img img {
  top: 5px;
  position: relative;
}
@media (max-width: 767px) {
  body {
    background-size: 12px 12px;
  }
}
@media (max-width: 500px) {
  h2 {
    letter-spacing: 7px;
  }
}

/* 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;
  }

  .head_container_tb {
    display: none;
  }

  .head_container_sp {
    display: none;
  }
}
.head_container_pc {
width: 100%;
  height: 140px; /* 高さは必須 */
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background-image: url(../images/header/img_bg_head.webp);
  background-position: 50% 100%; /* bottom center と同義の確実な数値指定 */
  background-repeat: no-repeat;
  background-size: 1920px auto;
}

.head_container_tb,
.head_container_sp {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background-image: url(../images/header/img_header-nami_sp.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 13vw;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .head_container_pc {
      background-size: cover;
  }
}

.head-thunder {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
  width: 20%;
  z-index: -1;
}

@media (max-width: 500px) {
  .head-thunder {
    width: 30%;
  }
}

.head_container_pc {
  height: 140px;
}

.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 {
  height: 140px;
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

ul.head_ul_pc li:nth-child(1) {
  margin-top: 45px;
  z-index:2;
}

ul.head_ul_pc li:nth-child(2) {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin: auto;
    z-index:1;
}


ul.head_ul_pc li:nth-child(3) {
  display: flex;
  justify-content: flex-end;
  margin-top: 45px;
  width: 249px;
  position: absolute;
  right: 0;
  gap: 7px;
  z-index:1;
}

ul.head_ul_pc li:nth-child(3) a {
  display: inline-block;
    z-index:1;
}

.icon_wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto 5vw;
  max-width: 700px;
  gap: 3vw;
  padding-top: 5vw;
  width: 60%;
}

.icon_wrapper a:hover {
  opacity: 0.7;
}

ul.head_ul_tb {
  height: 100px;
  margin: 0 auto;
  list-style: none;
  padding: 0 3%;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -ms-flex-align: end;
  height: 13vw;
}

.head_img1_tb {
  position: relative;
  margin-top: 24px;
}

.head_img1_tb a {
  display: block;
}

.head_img2_tb {
  margin-top: 15px;
}

.head_img2_tb a {
  display: block;
}

.head_img3_tb {
  max-width: 240px;
  margin-bottom: 5px;
}

.nav_btn {
  width: 50px;
  height: 64px;
  position: relative;
  cursor: pointer;
  top: 8px;
}

.nav_btn .line {
  left: 0px;
  right: 0;
  width: 50px;
  height: 5px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  position: absolute;
  transition: all 0.3s linear 0s;
  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-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: 17px;
}

.nav_btn.move .line.top {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top: 30px;
}

.nav_btn .line.middle {
  top: 30px;
}

.nav_btn.move .line.middle {
  width: 0;
  opacity: 0;
}

.nav_btn .line.bottom {
  top: 43px;
}

.nav_btn.move .line.bottom {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 30px;
}

@media (max-width: 768px) {
  .nav_btn {
    width: 32px;
    height: 32px;
    top: -5px;
    right: 0;
  }

  .nav_btn .line {
    width: 32px;
    height: 4px;
  }

  .nav_btn .line.top {
    top: 12px;
  }

  .nav_btn .line.middle {
    top: 22px;
  }

  .nav_btn .line.bottom {
    top: 32px;
  }

  .nav_btn.move .line.top {
    top: 22px;
  }

  .nav_btn.move .line.bottom {
    top: 22px;
  }
}

ul.head_ul_sp {
  height: 100px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 3vw;
}

@media (max-width: 1199px) {
  ul.head_ul_sp {
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  ul.head_ul_sp {
    height: 14vw;
  }
}

.head_img1_tb,
.head_img1_sp {
  width: 27.5%;
  padding-bottom: 1em;
  z-index: 3;
}

.head_img1_tb a,
.head_img1_sp a {
  display: block;
}

.head_img2_tb,
.head_img2_sp {
  position: absolute;
  right: 0;
  left: 10%;
  margin: 0 auto 0;
  width: 60%;
  text-align: center;
  z-index: 2;
}

.head_img2_tb a,
.head_img2_sp a {
  display: block;
}

@media (max-width: 1199px) {
  .head_img2_sp img{
    width: 90%;
  }
}
@media (max-width: 767px) {
  .head_img2_sp img{
    width: 100%;
  }
}

.nav_container_pc {
  width: 100%;
  height: 72px;
  position: fixed;
  left: 0;
  top: 140px;
  z-index: 100;
  background-image: url(../images/header/img_bg_headnav.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1920px) {
  .nav_container_pc {
      background-size: cover;
  }
}

ul.nav_ul_pc {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

li.nav_ul_li_pc {
  position: relative;
  text-align: center;
  height: 60px;
  line-height: 60px;
  transform: rotate(-0.03deg);
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  /* IE11 */
  .nav_ul_li_pc {
    padding: 10px 0 0;
  }
}

.main_nav_title_pc {
  text-decoration: none;
  color: #FFFFFF;
  cursor: default;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: bold;
  font-style: normal;
  height: 50px;
  display: inline-block;
  text-align: left;
}

.main_nav_title_pc:hover {
}
.nav_ul_li_pc:hover .main_nav_title_pc {
  color: #FFFFFF;
  position: relative;
  /* text-shadow: 0 0 20px #1c3f82,0 0 1px #1c3f82,0 0 2px #1c3f82,0 0 3px #1c3f82,0 0 4px #1c3f82,0 0 5px #1c3f82,0 0 6px #1c3f82,0 0 7px #1c3f82,0 0 8px #1c3f82,0 0 9px #1c3f82,0 0 10px #1c3f82,0 0 11px #1c3f82,0 0 12px #1c3f82,0 0 13px #1c3f82,0 0 14px #1c3f82,0 0 15px #1c3f82,0 0 20px #1c3f82,0 0 1px #1c3f82,0 0 2px #1c3f82,0 0 3px #1c3f82,0 0 4px #1c3f82,0 0 5px #1c3f82,0 0 6px #1c3f82,0 0 7px #1c3f82,0 0 8px #1c3f82,0 0 9px #1c3f82,0 0 10px #1c3f82,0 0 11px #1c3f82,0 0 12px #1c3f82,0 0 13px #1c3f82,0 0 14px #1c3f82,0 0 15px #1c3f82; */
}
.nav_ul_li_pc:hover .main_nav_title_pc::before{
content: "";
  position: absolute;
  top: .25em;
  left: -20px;
  width: 158px;          /* 画像または表示したい幅を指定 */
  height: 100%;          /* 親要素の高さに合わせる場合 */
  z-index: -1;           /* 文字の後ろに配置 */
  background-image: url(../images/header/img_bg_nav-hover1.png);
  background-repeat: no-repeat;
  background-size: contain; /* 必要に応じて cover / contain / 100% auto などを選択 */
  background-position: center;
}

.nav_ul_li_pc:nth-child(3):hover .main_nav_title_pc::before,
.nav_ul_li_pc:nth-child(4):hover .main_nav_title_pc::before{
content: "";
  position: absolute;
  top: .25em;
  left: -30px;
  width: 240px;          /* 画像または表示したい幅を指定 */
  height: 100%;          /* 親要素の高さに合わせる場合 */
  z-index: -1;           /* 文字の後ろに配置 */
  background-image: url(../images/header/img_bg_nav-hover2.png);
  background-repeat: no-repeat;
  background-size: contain; /* 必要に応じて cover / contain / 100% auto などを選択 */
  background-position: center;
}

.main_nav_title_pc span {
  font-weight: 700;
  font-style: normal;
}

.main_nav_title_pc span.triangle_icon {
  font-size: 10px;
  margin-left: -12px;
  vertical-align: top;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  /* IE11 */
  .main_nav_title_pc span.triangle_icon {
    vertical-align: baseline;
  }
}

.main_nav_link_set {
  display: flex;
  gap: 12px;
}

.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: 0;
  top: 61px;
  z-index: 50;
  font-weight: 700;
  font-style: normal;
  visibility: hidden;
}

.nav_list_pc_space {
  margin-right: 5px;
}

ul.nav_list_pc span {
  font-weight: 700;
  font-style: normal;
  transform: rotate(-0.03deg);
}

ul.nav_ul_pc li.nav_ul_li_pc:hover ul.nav_list_pc {
  visibility: visible;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  /* IE11 */
  ul.nav_list_pc {
    top: 93px;
  }
}

ul.nav_list_pc li {
  width: 410px;
  height: 0;
  background-color: rgb(43 77 68 / 90%);
  font-size: 12px;
  box-sizing: content-box !important;
  -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;
}

ul.nav_list_pc.wide li {
  width: 474px;
}



ul.nav_ul_pc li.nav_ul_li_pc:hover ul.nav_list_pc li {
  opacity: 1;
  visibility: visible;
  height: 48px;
}

ul.nav_list_pc li:last-child {
  border-bottom: none;
}

@media (min-width: 1200px) {
  .underbar {
    display: inline-block;
  }
}

.nv_hover {
  position: relative;
  text-decoration: none;
  border-radius: 20px;
  transition: 0.3s all linear;
  transition: none;
  font-size: 19px;
}


.dento_ab {
  position: absolute;
  display: block;
  font-size: 12px;
  left: 50%;
  transform: translate(-50%, 0px);
  top: 45px;
  color: #fff;
  text-shadow: none;
  background: #ff3caa;
  border-radius: 10px;
  width: 210px;
  height: 15px;
  line-height: 17px;
}

/* 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 0.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;
  }
}

.nav_ul_li_pc li a {
  text-decoration: none;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 47px;
  padding: 0 10px 0 20px;
}
/* .nav_ul_li_pc li a::before {
  content: "";
  width: calc(100% - 12px);
  border-bottom: 2px dashed #e60012;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
} */
/* .nav_ul_li_pc li.grayout a::before {
  border-color: #000;
} */
ul.nav_list_pc li:last-child a::before {
  border-bottom: none;
}

ul.nav_list_pc li:hover a::before,
ul.nav_list_pc li:hover a {
  background: #faeb2f;
  color: #305650;
}

@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: 13vw;
  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: 110;
}

.nav_container_sp.open {
  height: 100vh;
  background-color: rgb(43 77 68 / 90%);
  visibility: visible;
}

.nav_ul_sp {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 250px;
  padding-bottom: 55px;
  font-weight: 700;
  font-style: normal;
}

#nav_live_replay_sp {
  padding: 3vw 0 4vw;
}

.nav_ul_li_sp {
  margin: 0;
  margin-top: 1px;
  padding: 0 12px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 5;
  /* text-shadow: 0 0 20px #1c3f82, 0 0 1px #1c3f82, 0 0 2px #1c3f82, 0 0 3px #1c3f82, 0 0 4px #1c3f82, 0 0 5px #1c3f82, 0 0 6px #1c3f82, 0 0 7px #1c3f82, 0 0 8px #1c3f82, 0 0 9px #1c3f82, 0 0 10px #1c3f82, 0 0 11px #1c3f82, 0 0 12px #1c3f82, 0 0 13px #1c3f82, 0 0 14px #1c3f82, 0 0 15px #1c3f82, 0 0 20px #1c3f82, 0 0 1px #1c3f82, 0 0 2px #1c3f82, 0 0 3px #1c3f82, 0 0 4px #1c3f82, 0 0 5px #1c3f82, 0 0 6px #1c3f82, 0 0 7px #1c3f82, 0 0 8px #1c3f82, 0 0 9px #1c3f82, 0 0 10px #1c3f82, 0 0 11px #1c3f82, 0 0 12px #1c3f82, 0 0 13px #1c3f82, 0 0 14px #1c3f82, 0 0 15px #1c3f82; */
}

.nav_list_sp li:hover{
  background-color: #f8ea30;
  color: #305650!important;
}
.nav_list_sp li:hover a{
  color: #305650!important;
}

.nav_bg {
  max-width: 740px;
  margin: 0 auto 4vw;
  padding: 0;
  border-radius: 10px;
}

.dento_nav {
  border-radius: 30px;
  padding: 10px 0;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.dentohover {
  display: inline-block;
}

.dento_nav:hover .dentohover {
  opacity: 0.7;
}

.dento_nav a {
  display: block;
  margin: -10px auto;
  padding: 5px 0 3px;
  color: #d33414;
}

.dento_nav span {
  padding-left: 24px;
}

.nav_ul_li_sp a {
  text-decoration: none;
}

.nav_title {
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 4px 0 3px 25px;
  font-size: 24px;
  position: relative;
  transform: rotate(-0.03deg);
}

.dento_ab_sp {
  display: block;
  color: #6a4d14;
  font-size: 15px;
  background: #fff;
  border-radius: 10px;
  margin: 0 0 5px 0px;
  text-align: center;
  padding: 0 5px !important;
  width: 250px;
}

/* @media (max-width: 450px) {
  .nav_title {
    font-size: 20px;
  }
  .dento_nav {
    font-size: 20px;
  }
}
@media (max-width: 380px) {
  .nav_title {
    font-size: 18px;
  }
  .dento_nav {
    font-size: 18px;
  }
}
@media (max-width: 350px) {
  .dento_ab_sp {
    font-size: 17px;
  }
} */
/* .nav_title.direct_link:after {
  position: absolute;
  left: 10px;
  top: 15px;
  content: "▶︎";
  font-size: 14px;
  vertical-align: middle;
} */
.nav_ul_li_sp:hover .nav_title {
  opacity: 0.7;
}

.nav_title::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "▼";
  font-size: 18px;
  vertical-align: middle;
}

.nav_title.up::before {
  position: absolute;
  left: 0;
  content: "▲";
  font-size: 18px;
  vertical-align: middle;
}

.nav_list_sp {
  display: none;
  list-style: none;
  padding: 5px 0 15px;
  margin: 0 0 12px;
  width: 100%;
}

.nav_list_sp a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 500;
  padding: 7px 0;
  letter-spacing: 0.5px;
  transform: rotate(-0.03deg);
}
.nav_list_sp li.grayout_sp a {
  text-shadow: none;
}

.d-flex {
  display: flex;
}
@media (max-width: 767px) {
  .nav_title{
    font-size: 5.25vw;
  }
  .nav_title::before {
    left: .2em;
    font-size: 4vw;
  }
  .nav_title.up::before {
    left: .2em;
    font-size: 4vw;
  }

}
@media (max-width: 380px) {
  .nav_list_sp a {
    padding-left: 0px;
  }

  .nav_list_pc_li_icon {
    padding: 0px;
  }
}

.nav_list_sp a:hover .nav_list_pc_li_icon {
  color: #ffffff;
}

.nav_list_sp .nav_list_pc_li_icon {
  color: #fff;
  padding: 0 5px;
  vertical-align: middle;
}

.nav_list_sp li {
  position: relative;
  padding-left: 37px;
}

.nav_list_sp li::before,
.nav_list_sp li:first-child::after {
  content: "";
  width: calc(100% - 24px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .nav_list_sp li{
    font-size: 21px;
  }
  /* .nav_title {
    font-size: 4.8vw;
  }
  .nav_list_sp li {
    padding-left: 20px;
  } */
}
@media (max-width: 767px) {
  .nav_title::before,
  .nav_title.up::before{
      left: 3vw;
      top: .65em;
      font-size: 4vw;
  }
  .nav_title{
    padding-left: 8vw;
  }
  .nav_list_sp li{
    font-size: 4vw;
  }
  /* .nav_title {
    font-size: 4.8vw;
  }
  .nav_list_sp li {
    padding-left: 20px;
  } */
}


.nav_list_sp li:hover {
  opacity: 0.7;
}

.images_three_set {
  display: flex;
  justify-content: center;
  gap: 24px;
  text-align: center;
  width: 95%;
  max-width: 690px;
  margin: 0 auto;
}

.images_three_set a:hover {
  opacity: 0.7;
}

.image_single {
  margin: 30px auto 2px;
  width: 59%;
  max-width: 690px;
  text-align: center;
}

@media (max-width: 768px) {
  .image_single {
    margin: 3% auto 2px;
  }
}

.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:last-of-type {
  border-radius: 0 0 15px 15px;
}

.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;
}

.grayout_sp a {
  color: #000;
}

/* グレイアウト用 */
/* main_nav.php css end */
/* index.php css start */
main {
  /* position: relative; */
  display: block;
}

.main_container_pc {
  background-position-y: -12px;
  /* ↓応援メッセージ表示するときこれコメントアウト解除↓ */
  /* padding-top: 130px; */
  /* ↓応援メッセージ表示のときこれコメントアウトする↓ */
  /* padding-top: 190px; */
  padding-top: 212px;
}

@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;
}

_::-webkit-full-page-media,
_:future,
:root .css_selector {
  padding-top: 0;
}

.main_center_img {
  margin: 0 auto;
  background-size: cover;
  background-position-y: bottom;
  position: relative;
}

.main_center_img li {
  list-style-type: none;
}
.mv_contents.bg {
  object-fit: cover;
  height: 613px;
}

@media (max-width: 1199px) {
  .main_container_sp {
    text-align: center;
    margin-top: 0;
    position: relative;
    z-index: 1;
  }

  .main_center_img {
    width: 100%;
    z-index: 1;
  }
  .mv_contents.bg {
    width: 100%;
    height: auto;
    aspect-ratio: 750 / 1061;
  }
  
}

@media (max-width: 768px) {
  .main_container_sp {
    object-fit: unset;
  }
}

/* トップ共通 */
.top-title {
  text-align: center;
  margin: 0;
}
.top-btn-link {
  display: block;
  margin: auto;
  text-align: center;
}
.top-btn-link.show:hover {
  opacity: 0.7;
}

@media (max-width: 1199px) {
  .top-btn-link img {
    width: 100%;
    height: auto;
  }
}

/* / トップ共通 */

.pickup_pc,
.pickup_sp{
  padding: 0;
  background-repeat: repeat-x;
  background-size: inherit;
  background-position: top center;
  position: relative;
}
.pickup_pc{
  background-image: url(../images/main/img_bg_note.png);
}
.pickup_sp{
  background-image: url(../images/main/img_bg_note_sp.webp);
  background-size: cover;
}
.pickup_ul_pc {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}
.pickup-bg-inner {
  background-image: url(../images/pickup/img_bg_parts_pickup.png);
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-position: top left;
  margin: 20px auto 0;
  padding-top: 58px;
  max-width: 1200px;
  position: relative;
}
.pickup_ul_pc + .pickup_ul_pc {
  margin-bottom: 0;
}

.pickup_ul_pc2 {
  justify-content: center;
}

.pickup-bg {
  padding: 0;
}

.campaign_container{
  margin: 100px 0;
  text-align: center;
}

@media (max-width: 1199px) {
  .campaign_container{
    margin: 8vw 5%;
    text-align: center;
  }
}
.scroll-anime.delay1 {
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  transition-delay: 0.2s;
  opacity: 0;
  visibility: hidden;
}
.scroll-anime.delay2 {
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  transition-delay: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.scroll-anime.delay3 {
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  transition-delay: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.scroll-anime.delay4 {
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  transition-delay: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.scroll-anime.delay5 {
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  transition-delay: 0.6s;
  opacity: 0;
  visibility: hidden;
}
.scroll-anime.delay6 {
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  transition-delay: 0.7s;
  opacity: 0;
  visibility: hidden;
}
.scroll-anime.delay7 {
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  transition-delay: 0.8s;
  opacity: 0;
  visibility: hidden;
}
.scroll-anime.delay8 {
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  transition-delay: 0.9s;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1199px) {
  .pickup-bg {
    padding: 3vw 4% 0;
    position: relative;
  }
  .pickup_sp{
    background-position: top 3vw center;
  }
  .pickup-bg-inner{
    background-size: 60vw;
    margin: 0 auto;
    padding: 11vw 5% 2%;
  }
}

.pickup_pc p {
  margin-top: 15px;
  margin-bottom: 1px;
  text-align: center;
  padding: 10px 0;
}

.pickup_ul_pc li a {
  display: block;
}

.pu_text {
  position: absolute;
  left: 51%;
  top: 102px;
  transform: translate(-50%, 0%);
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro", "游ゴシック体", "Yu Gothic",
    YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  color: #fff;
}


.pickup_ul_sp li a {
  display: block;
}

.pickup_ul_sp li {
  position: relative;
}

.pickup_ul_pc li {
  position: relative;
}

.ouen_banner_pc,
.answer-contents_pc {
  text-align: center;
  max-width: 1200px;
  margin: auto;
}
.ouen_banner_pc {
  margin-bottom: 20px;
}
.answer-contents_pc {
  margin-top: 30px;
  margin-bottom: 40px;
}

.ouen_banner_pc.none,
.ouen_banner_sp.none {
  display: none;
}

.answer-contents_pc,
.answer-contents_sp {
  display: none;
}
.answer-contents_pc.block,
.answer-contents_sp.block {
  display: block;
}

.answer-contents_pc.block.show,
.answer-contents_sp.block.show {
  opacity: 0;
  animation: top-btn_anime 0.5s ease 0.5s alternate forwards;
}

.answer-contents_pc a,
.answer-contents_sp a {
  display: block;
  border: 4px solid #00b0ec;
}

.ouen_banner_pc img:hover,
.ouen_banner_sp img:hover,
.answer-contents_pc a:hover,
.answer-contents_sp a:hover {
  opacity: 0.7;
}

.ouen_banner_sp,
.answer-contents_sp {
  padding: 0 4%;
  margin-bottom: 4%;
}

.pickup_ul_sp li {
  width: 49%;
  margin-bottom: 2%;
}

/* .pickup_ul_pc li:hover,
.pickup_ul_sp li:hover {
  opacity: 0.7;
} */

.pickup_ul_pc a img {
  transition: opacity 0.2s;
}
.pickup_ul_pc a img:hover {
  opacity: 0.7 !important;
}
.pickup_ul_sp a img {
  transition: opacity 0.2s;
}
.pickup_ul_sp a img:hover {
  opacity: 0.7 !important;
}
.pickup_ul_pc2 li + li {
  margin-left: 15px;
}

/* グレイアウト用 */
.pickup_ul_pc .grayout,
.pickup_ul_sp .grayout {
  pointer-events: none;
}

/* / グレイアウト用 */
@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_ul_pc a {
  text-decoration: none;
  color: #fff;
  text-align: center;
}

.pickup_sp {
  padding: 0;
  position: relative;
  z-index: 2;
}

.pickup_ul_sp {
  list-style: none;
  padding: 0 0 2%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.pickup_ul_sp li:not(:first-child) {
  margin-left: 3vw;
}

.pickup_sp p {
  width: 55%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  margin-top: -45px;
}

.pickup_ul_sp li img {
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  /* IE11 */
  .pickup_ul_sp {
    /* justify-content: space-around; */
    /* padding: 0 5px 0 10px; */
  }
}


.news_container {
  background-position: 50%;
  padding-bottom: 100px;
}

@media (min-width: 1200px) {

  .news_kiji_pc {
    display: flex;
    align-items: baseline;
  }

  .news_kiji_sp {
    display: none;
  }

  #news_logo_pc {
    display: inline;
  }

  #news_logo_sp {
    display: none;
  }
}

@media (max-width: 1199px) {
  .news_container {
    padding: 8vw 5% 12vw;
  }

  .news_kiji_pc {
    display: none;
  }

  .news_kiji_sp {
    display: block;
  }

  #news_logo_pc {
    display: none;
  }

  #news_logo_sp {
    display: inline;
  }
}

.news_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.news_wrapper p {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 5;
  width: 306px;
}

.news_title {
  text-align: left;
  /* left: -40px;
  top: -26px;
  position: absolute; */
}
@media (max-width: 1199px) {
  .news_wrapper {
    padding-top: 0
  }
}
@media (max-width: 599px) {
  .news_wrapper {
    padding-top: 0;
  }
  .news_wrapper p {
    height: 44px;
    position: relative;
    top: -25px;
  }
}

.news_list {
  max-width: 100%;
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
}

@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 {
  background: #fff;
  border: 5px solid #37cafa;
  font-weight: 500;
  list-style: none;
  padding: 10px 0px 10px;
  margin: 0;
  width: 100%;
  height: 134px;
  overflow-y: scroll;
  position: relative;
}

@media (max-width: 1199px) {
  ul.news_list_ul {
    height: 190px;
  }
}

@media (max-width: 1199px) {

    .top-title.news_title {
    width: 40%;
    margin-bottom: 5vw;
  }
  .top-title.news_title img {
    width: 100%;
  }

  ul.news_list_ul {
    padding: 20px 0px;
    border-width: 4px;
    margin: 0 auto;
  }

  .news_list {
    margin-top: min(0.8vw, 8px);
    width: 100%;
  }
}

.news_list_ul::-webkit-scrollbar {
  width: 40px;
}

.news_list_ul::-webkit-scrollbar-track {
  background: transparent;
  background-position: center;
  background-size: auto 90%;
}

.news_list_ul::-webkit-scrollbar-thumb {
  background: url("../images/news/news-scrollbar.png") no-repeat;
  height: 60px;
  background-position: center;
  /* background-size: auto 50%; */
}

.date {
  background-color: #37CAFA;
  color: #FFFFFF;
  padding: 2px 10px;
  margin-left: 20px;
  font-weight: bold;
  font-size: 16px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .date {
    padding: 5px 10px 0;
  }
}

.news_list_ul a {
  color: #37cafa;
  font-weight: bold;
  text-decoration: none;
  text-underline-offset:4px;
}
.news_list_ul a:hover {
  text-decoration: underline;
}

.text {
  color: #060e45;
  margin-left: 20px;
  letter-spacing: 0.3px;
  line-height: 1.7;
  margin-top: 21px;
  display: block;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .text {
    display: block;
    padding: 0 10px 0 10px;
    margin-top: 7px;
  }

  ul.news_list_ul li {
    margin: 0 0 22px;
  }

  .news_list_ul::-webkit-scrollbar-track {
    background-size: auto 90%;
  }

  .news_list_ul::-webkit-scrollbar-thumb {
    background-position: center;
 
   
  }

  .news_list_ul::-webkit-scrollbar {
    width: 30px;
  }

}

.main_center {
  text-align: center;
  background-image: url(../images/main/visual/img_bg_mv.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100% ;
  padding: 40px 0 15px;
}

@media (min-width: 1800px) {
  .main_center {
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  .main_center {
    display: none;
  }
}


/* メインビジュアルここから */

/* ==== コンテナ・背景 ==== */
.mv_container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 643px;
  margin: 0 auto;
  /* overflow: hidden; */
  background-image: url(../images/main/visual/img_bg_visual.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  filter: drop-shadow(0 0 18px rgba(128, 108, 88, 0.68));
}
.mv_container::after {
  content: "";
  background-image: url(../images/main/visual/img_bg_mv_satellite_1.png);
  background-repeat: no-repeat;
  background-size: auto 100% ;
  position: absolute;
  height: 248px;
  width: 244px;
  top: -52px;
  right: -242px;
  
}
.mv_container::before {
  content: "";
  background-image: url(../images/main/visual/img_bg_mv_satellite_2.png);
  background-repeat: no-repeat;
  background-size: auto 100% ;
  position: absolute;
  height: 248px;
  width: 244px;
  top: -45px;
  left: -242px;
}

/* ==== 絵の配置(PC) ==== */
.mv_container .mv_box_1,
.mv_container .mv_box_2,
.mv_container .mv_box_3,
.mv_container .mv_box_4,
.mv_container .mv_box_5,
.mv_container .mv_box_6,
.mv_container .mv_box_7,
.mv_container .mv_box_dynamite {
  position: absolute;
  visibility: visible;
}
.mv_container .mv_box_1 {
  top: 6px;
  left: 40px;
}
.mv_container .mv_box_2 {
  top: 88px;
  left: 18px;
}
.mv_container .mv_box_3 {
  bottom: 104px;
  left: 12px;
}
.mv_container .mv_box_4 {
  top: 10px;
  right: 94px;
}
.mv_container .mv_box_5 {
  bottom: 104px;
  right: 105px;
}
.mv_container .mv_box_6 {
  bottom: 98px;
  right: 44px;
}
.mv_container .mv_box_7 {
  top: 28px;
  right: 378px;
}
.mv_container .mv_box_dynamite {
  bottom: 0;
  left: 25px;
}

/* ==== アニメーション:チョークで実際になぞりながら描かれる ==== */
.mv_chalk_svg {
  display: block;
  overflow: visible;
}
.mv_chalk_path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation-name: mv_chalk_reveal;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-play-state: paused;
}
@keyframes mv_chalk_reveal {
  to {
    stroke-dashoffset: 0;
  }
}

/* ==== アニメーション:描き終わった直後に少し光る(box_7 / box_4のみ) ==== */
@keyframes mv_chalk_glow {
  0% {
    filter: brightness(1) drop-shadow(0 0 0 rgba(255, 255, 255, 0)) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
  40% {
    filter: brightness(1.7) drop-shadow(0 0 2px rgba(255, 255, 255, 0.95)) drop-shadow(0 0 6px rgba(255, 255, 255, 0.6));
  }
  100% {
    filter: brightness(1) drop-shadow(0 0 0 rgba(255, 255, 255, 0)) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
}
.mv_chalk_glow {
  animation-name: mv_chalk_glow;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.mv_container.mv_ready .mv_chalk_glow {
  animation-play-state: running;
}
@media (prefers-reduced-motion: reduce) {
  .mv_chalk_glow {
    animation: none;
  }
}

/* ==== アニメーション:ダイナマイトのフェードイン ==== */
@keyframes mv_dynamite_fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mv_container .mv_box_dynamite {
  animation: mv_dynamite_fadein 1.5s ease-in both;
  animation-play-state: paused;
}
/* PC: 1→2→3→4→5→6→7の順で描き、7が描き終わった1秒後にダイナマイトがフェードイン */
.main_center .mv_container .mv_box_dynamite { animation-delay: 4s; }
/* SP: 1→2→3→5→4の順で描き、4が描き終わった1秒後にダイナマイトがフェードイン */
.main_center_img .mv_container .mv_box_dynamite { animation-delay: 3.76s; }

/* ==== アニメーション:再生制御 ==== */
/* 画像の読み込みが完了するまではアニメーションを開始しない(js/top.jsが.mv_readyを付与) */
.mv_container.mv_ready .mv_chalk_path,
.mv_container.mv_ready .mv_box_dynamite {
  animation-play-state: running;
}
@media (prefers-reduced-motion: reduce) {
  .mv_chalk_path {
    animation: none;
    stroke-dashoffset: 0;
  }
  .mv_container .mv_box_dynamite {
    animation: none;
  }
}

/* ==== レスポンシブ(〜1199px) ==== */
@media (max-width: 1199px) {
  .mv_container {
    height: 156vw;
    filter: unset;
    margin-top: 0;
    padding-bottom: 3%;
    background-image: url(../images/main/visual/img_bg_visual_sp.webp);
  }
  .mv_container::before,
  .mv_container::after {
    display: none;
  }

  .mv_container .mv_box_1 img,
  .mv_container .mv_box_1 svg,
  .mv_container .mv_box_2 img,
  .mv_container .mv_box_2 svg,
  .mv_container .mv_box_3 img,
  .mv_container .mv_box_3 svg,
  .mv_container .mv_box_4 img,
  .mv_container .mv_box_4 svg,
  .mv_container .mv_box_5 img,
  .mv_container .mv_box_5 svg,
  .mv_container .mv_box_6 img,
  .mv_container .mv_box_6 svg,
  .mv_container .mv_box_7 img,
  .mv_container .mv_box_7 svg,
  .mv_container .mv_box_dynamite img {
    width: 100%;
  }
  .mv_container .mv_box_1 svg,
  .mv_container .mv_box_2 svg,
  .mv_container .mv_box_3 svg,
  .mv_container .mv_box_4 svg,
  .mv_container .mv_box_5 svg,
  .mv_container .mv_box_6 svg,
  .mv_container .mv_box_7 svg {
    height: auto;
  }

  .mv_container .mv_box_1 {
    top: 15vw;
    left: 2%;
    width: 96%;
  }
  .mv_container .mv_box_2 {
    top: 33vw;
    right: 14vw;
    left: unset;
    bottom: unset;
    width: 40vw;
  }
  .mv_container .mv_box_3 {
    top: unset;
    left: 2%;
    right: unset;
    bottom: 13vw;
    width: 96vw;
  }
  .mv_container .mv_box_4 {
    top: unset;
    right: 15vw;
    bottom: 50vw;
    width: 75vw;
  }
  .mv_container .mv_box_5 {
    top: unset;
    right: 5vw;
    bottom: 28vw;
    width: 20vw;
  }
  .mv_container .mv_box_dynamite {
    bottom: 2vw;
    left: 2%;
    width: 17vw;
  }
}

/* ==== レスポンシブ(〜767px) ==== */
@media (max-width: 767px) {
  .mv_container .mv_box_2 {
    top: 32vw;
    right: 13.5vw;
  }
  .mv_container .mv_box_4 {
    bottom: 52vw;
  }
  .mv_container .mv_box_5 {
    bottom: 30vw;
  }
}

/* スクロールアニメーション共通 */
.scroll-anime {
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  opacity: 0;
  visibility: hidden;
}
.scroll-anime.show {
  opacity: 1;
  visibility: visible;
}
/* / スクロールアニメーション共通 */

.fadein_contents {
  transform: translate(0, 40px);
  transition: all 0.6s;
}
.fadein_contents.show {
  transform: translate(0, 0);
}

.news_container .fadein_contents {
  transition-delay: 0.4s;
}

.top-btn-link.show {
  animation: top-btn_anime 0.5s ease 0s alternate;
  transition: none;
}

@keyframes top-btn_anime {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }

  50%,
  100% {
    opacity: 1;
  }
}

/* メインビジュアルここまで */
/* index.php css end */
/* footer.php css start */
footer {
  background-image: url(../images/footer/img_bg_foot.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  z-index: 1;
}

.footer_container {
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
}

@media (max-width: 767px) {
  .footer_container {
    height: unset;
    text-align: center;
  }
  .footer_container .copyright{
    margin-bottom: 2.4vw;
  }

  .footer_container .copyright img{
    width: 80%;
  }
}


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;
  }
}

.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;
    margin: 40px 0 24px;
  }

  .footer_container {
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .footer_banner_pc {
    display: block;
  }

  .footer_banner_sp {
    display: none;
  }
}

ul.slider {
  padding: 0px;
  margin: 0;
  list-style: none;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  ul.slider {
    background: none;
    box-shadow: none;
  }
}

.ouen_message_list {
  display: none;
}

.ouen_message_list.slick-initialized {
  display: block;
}

ul.slider li a img {
  width: 100%;
}

ul.slider li a img:hover {
  opacity: 0.7;
}

/* slickデファクト左右ボタン用 */

_::-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; */
  }
}

/* footer.php css end */
/* 下層ページ共通 css start */
.page-bi {
  background-image: url(../images/second/img_bg_note_second.png);
  position: relative;
  background-position:top 294px center;
  background-repeat: repeat-x;
  padding-bottom: 60px;
}

.page-bi h2{
  text-align: center;
  margin: auto;
}
@media (max-width: 1199px) {
  .page-bi {
    background-image: 
      url(../images/second/img_bg_note_sp_top.png),
      url(../images/second/img_bg_note_sp.png);
    background-position:
      top center,
      center top;
    background-repeat: 
      no-repeat,
      repeat;
    background-size: 
      100% auto,
      contain;
    padding-bottom: 0;
  }

  .page-bi h2{
    padding-bottom: 8vw;
  }
}
@media (max-width: 767px) {
  .page-bi {
    background-position: top center;
    padding-bottom: 0;
  }
  .page-bi h2{
    padding-bottom: 5vw;
  }
}

.contain {
  max-width: 1200px;
  margin: auto;
  padding-top: 254px;
  position: relative;
  animation: slideIn 0.5s forwards ease;
  width: 97%;
}

@media (max-width: 1199px) {
  .contain {
    width: 100%;
    width: 97%;
    padding-top: 17vw;
  }
}
@media (max-width: 768px) {
  .contain {
    padding-top: 16vw;
    width: 90%;
  }
}

h2.pc {
  font-size: 30px;
  text-align: center;
  font-weight: 900;
  margin: -52px auto auto;
  padding: 15px 0px;
  color: #fff;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  h2.pc {
    padding-bottom: 8px;
  }
}

h2.sp {
  font-size: 28px;
  text-align: center;
  font-weight: 900;
  padding: 15px 0px;
  color: #fff;
  letter-spacing: 3px;
  position: relative;
  overflow: hidden;
  margin: -60px 0 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  h2.sp {
    font-size: 16px;
    margin-top: -50px;
  }
}

@media (max-width: 1199px) {
  h2.pc {
    display: none;
  }

  .movie_wrap {
    overflow-x: hidden;
  }

  h2.sp {
    display: block;
  }
}

@media (min-width: 1200px) {
  h2.pc {
    display: block;
  }

  h2.sp {
    display: none;
  }
}

.bc-white {
  position: relative;
}


#a1 .h4_u {
  background: linear-gradient(transparent 70%, #00b0ec 70%);
}

li {
  list-style: none;
}

.main-slider {
  margin: auto;
  padding: 0;
}

@media (max-width: 1199px) {
  .bc-white::before,
  .bc-white::after {
    display: none;
  }
  .bc-white {
    margin-top: 0;
    box-shadow: none;
    border-width: 4px;
  }

  .clear_box_w.pc-none {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .bc-white {
    border-radius: 12px;
  }
}

.page-inner {
  padding: 4% 2% 3% 2%;
  margin: auto;
}

@media (max-width: 1199px) {
  .page-inner {
    padding: 0 0 3% 0;
  }
}

/* movie_~.php css start */
.movie_wrap h2{
  text-align: center;
  margin: 0;
}

.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;
  color: #061e19;
}

@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: #de5efb;
}

.tv_padding p {
  margin: 0;
  margin-top: 10px;
  color: #fff;
}

.tv_padding tr {
  background: #fff;
}

#tv {
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  border-collapse: collapse;
  margin-top: 20px;
}

th,
td {
  border: 1px solid #000;
  padding: 5px;
}

th {
  background: #c4d5e5;
  color: #000;
}
/* tv_schedule.php css end */

/*下層ページタイトルパターン2*/
.second_title_img {
  position: relative;
  text-align: center;
}

.second_title_txt {
  color: #fff;
  font-size: min(3.6vw, 36px);
  text-align: center;
  margin: 0 ;
  text-shadow: 0 0 20px #1c3f82, 0 0 1px #1c3f82, 0 0 2px #1c3f82, 0 0 3px #1c3f82, 0 0 4px #1c3f82, 0 0 5px #1c3f82, 0 0 6px #1c3f82, 0 0 7px #1c3f82, 0 0 8px #1c3f82, 0 0 9px #1c3f82, 0 0 10px #1c3f82, 0 0 11px #1c3f82, 0 0 12px #1c3f82, 0 0 13px #1c3f82, 0 0 14px #1c3f82, 0 0 15px #1c3f82, 0 0 20px #1c3f82, 0 0 1px #1c3f82, 0 0 2px #1c3f82, 0 0 3px #1c3f82, 0 0 4px #1c3f82, 0 0 5px #1c3f82, 0 0 6px #1c3f82, 0 0 7px #1c3f82, 0 0 8px #1c3f82, 0 0 9px #1c3f82, 0 0 10px #1c3f82, 0 0 11px #1c3f82, 0 0 12px #1c3f82, 0 0 13px #1c3f82, 0 0 14px #1c3f82, 0 0 15px #1c3f82;
  font-weight: bold;
}


.second_title_txt .title {
  position: relative;
  z-index: 1;
  display: block;  
}

_:-ms-lang(x)::-ms-backdrop,
.second_title_txt {
  top: 50%;
}

#main .s-tbl th {
  background: #37CAF9;
  color: #000;
}

#main .s-tbl tr:nth-child(2n + 1) {
  background: #e8ebee;
}

.sunday {
  color: red;
}

/*レスポンシブ*/

@media (max-width: 1199px) {
  h2.second_title_txt {
    /* font-size: min(4.5vw, 42px); */
    margin: 0 auto;
    letter-spacing: 2px;
    /* top: max(-4.2vw, -36px); */
    padding-inline: 0;
    font-size: 4vw;
  }

  .second_title_img img {
    width: 98%;
    top: 5px;
  }
}

@media (max-width: 768px) {
  h2.second_title_txt {
    font-size: 4.2vw;
    letter-spacing: 1px;
    width: 100%;
  }
}

/******表示・非表示*******/
@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;
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translatex(-200px);
  }

  100% {
    opacity: 1;
    transform: translatex(0);
  }
}

@keyframes slideIn2 {
  0% {
    opacity: 0;
    transform: translatex(500px);
  }

  100% {
    opacity: 1;
    transform: translatex(0);
  }
}

@keyframes slideIn3 {
  0% {
    opacity: 0;
    transform: translatex(-500px);
  }

  100% {
    opacity: 1;
    transform: translatex(0);
  }
}

.ouen_message_pc_container {
  position: relative;
  background-color: #00b0ec;
  background-image: url(../images/header/header-nami.png);
  background-size: auto;
  background-position: calc(50% + 90px) 61.5%;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding-bottom: 24px;
  height: 150px;
  z-index: 30;

  /* 応援メッセージ非表示 */
  /* display: none; */
}



@media (max-width: 1199px) {
  .fadeUpAni {
    animation-delay: 1.9s;
  }
}

/* 下から出現 */
@keyframes fadeUpAni {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ouen_message_pc_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.ouen_icon {
  display: none;
}

@media (max-width: 1499px) {
  .ouen_message_pc_wrapper .ouen_img_box::before {
    height: 34px;
  }
}

.ouen_message_pc_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1182px;
  height: 56px;
  padding-left: 16px;
}

.ouen_message_list_li {
  margin-top: 3px;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #e60012;
  height: 45px;
  display: flex !important;
  font-weight: bold;
  align-items: center;
}

.to_racer {
  color: #d33414;
  font-size: 16px;
  margin-left: 140px;
  margin-right: 20px;
  white-space: nowrap;
}
.to_racer::before {
  content: "";
  background-image: url(../images/main/name-before.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
  width: 26px;
  height: 23px;
}

.ouen_honbun_index {
  font-size: 16px;
}

.racer_name_inex {
  font-size: 15px;
  white-space: nowrap;
  margin-right: 10px;
}

.ouen_honbun_index {
  margin-right: 13px;
}

.ouen_message_list_li span {
  margin: 0 10px;
  font-weight: bold;
}
.ouen_message_list_li span.name {
  margin: 0;
  font-size: 115%;
}

.br_on {
  display: none;
}

@media (max-width: 1199px) {
  .br_on {
    display: block;
  }

  .ouen_message_wrapper {
    display: flex;
    justify-content: left;
    align-items: center;
    max-width: 1200px;
  }
}

.ouen_li_index {
  color: #d33414;
}

.flag .head_container_tb,
.flag .head_container_sp {
  border-bottom-color: #d33414;
}

@media (max-width: 1199px) {
  .ouen_message_sp_container {
    display: block;
    text-align: center;
    /* padding: 0 10px; */
    background-color: #00b0ec;
    background-image: url(../images/header/header-nami_sp.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 0;
    z-index: 5;
    position: relative;
    transition: opacity 0.2s;

    /* 応援メッセージ非表示 */
    /* display: none; */
  }

  .ouen_message_sp_container.show {
    opacity: 1;
    visibility: visible;
  }

  .ouen_message_sp_wrapper {
    overflow: hidden;
  }

  .ouen_message_title_sp {
    position: relative;
    list-style: none;
  }

  .ouen_message_title_sp > img {
    max-width: 95px;
    max-height: 61px;
    position: relative;
    z-index: 2;
  }

  .ouen_message_text_sp {
    background: #fff;
    border: 3px solid #e60012;
    border-radius: 10px;
    width: 97%;
    height: 40px;
    font-weight: bold;
    margin: 0 auto;
  }

  #text_sp {
    list-style-type: none;
  }
}

@media (max-width: 768px) {
  /* .ouen_message_sp_container {
    top: 22px;
  } */
  .ouen_message_text_sp {
    width: 95%;
  }

  .ouen_message_sp_container {
    padding: 15px 0;
  }

  .ouen_message_text_sp {
    height: 34px;
  }
}
@media (max-width: 420px) {
  .ouen_message_sp_container {
    background-size: 140%;
    background-position-x: 15%;
  }
}

#to_top_btn {
  box-sizing: border-box;
  text-decoration: none;
  position: fixed;
  bottom: 150px;
  right: 100px;
  z-index: 10000;
  cursor: pointer;
  opacity: 0;
  transition: 1s;
  visibility: hidden;
}

#to_top_btn.show {
  opacity: 1;
  visibility: visible;
}



#to_top_btn:hover {
  opacity: 0.8;
}

@media (max-width: 1199px) {
  #to_top_btn {
    width: 120px;
    right: -10px;
    bottom: 11px;
  }
}

@media (max-width: 767px) {
  #to_top_btn {
    width: 16vw;
    right: 5vw;
    bottom: 3vw;
  }
}

@media (min-width: 769px) and (max-width: 790px) {
  .grid {
    max-width: 740px !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .player_img {
    margin-left: 0 !important;
  }

  
}

/* ヘッダースクロール固定用 */
.head_container_pc,
.nav_container_pc,
.main_container_pc {
  transition: 0.5s;
}

.fade-out {
  transition: 0.5s;
}

/* 正解バナー */

/* / 正解バナー */

/* photo gallery */

.photo_gallery_swiper_wrapper {
  text-align: center;
  background-size: cover;
  padding-bottom: min(3vw, 150px);
  overflow: hidden;
  margin: 0 auto;
  /* max-width: 1200px; */
}
.photo_gallery_swiper_wrapper h3 {
  margin: 0;
  margin-top: 0;
  margin-bottom: min(4.5vw, 23px);
}

.photo_gallery_swiper_wrapper h3 img{
  margin-right: 26px;
}
.photo_gallery_swiper_wrapper .swiper {
  overflow: visible;
}
.photo_gallery_swiper_wrapper .swiper-wrapper {
  transition-timing-function: linear;
}

.photo_gallery_swiper_wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}



.swiper:hover .swiper-slide {
  opacity: 1; /* ホバーしている要素には通常の状態を適用 */
  transition: opacity .2s;
}

.swiper:hover .swiper-slide:not(:hover) {
  opacity: 0.3; /* ホバーしていない要素に薄くする効果を適用 */
}

.photo_gallery_swiper_container{
  margin-top: 100px;
}
.photo_gallery_swiper_container .head_wrap{
  max-width: 1200px;
  margin: auto;
}
.photo_gallery_swiper_container .head_wrap h3{
  text-align: left;
}
.photo_gallery_swiper_container .swiper_layout{
  background-image: url(../images/photo_gallery/img_bg_top-photogallery.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 0;
}

#photo_gallery_swiper{
  max-width: 1200px;
  overflow: hidden;
}
.swiper-wrapper{
  max-width: 1200px;
}

@media (min-width: 1921px) {
  
}
.photo_gallery_swiper_wrapper .top-btn-link {
  display: inline-block;
  margin-top: 16px;
}

@media (max-width: 1199px) {
  .photo_gallery_swiper_wrapper {
    padding-bottom: min(5vw, 100px);
  }
  .photo_gallery_swiper_wrapper h3 {
    margin: 0;
    margin-bottom: min(11vw, 56px);
  }
  .photo_gallery_swiper_wrapper h3 img {
    width: 60vw;
    height: auto;
  }
  .photo_gallery_swiper_wrapper .top-btn-link {
    width: 44vw;
  }
}
@media (max-width: 767px) {
  .photo_gallery_swiper_wrapper {
    padding-bottom: min(8vw, 100px);
  }
  .photo_gallery_swiper_wrapper h3 {
    margin-top: min(11vw, 0px);
    margin-bottom: min(5vw, 80px);
    padding: 0 5%;
  }
  .photo_gallery_swiper_wrapper h3 img {
    max-width: 94%;
  }
  .photo_gallery_swiper_wrapper .top-btn-link {
    margin-top: 5vw;
  }
  .photo_gallery_swiper_container{
    margin-top: 8vw;
  }

  .photo_gallery_swiper_container .swiper_layout{
    padding: 3vw 0;
  }
}


.drean_caution {
  color: #fff;
  font-size: 16px;
}

@media (max-width: 1199px) {
  .drean_caution {
    font-size: 16px;
}
}
@media (max-width: 767px) {
  .drean_caution {
    font-size: 13px;
}
}
@media (max-width: 450px) {
  .drean_caution {
    font-size: 11px;
  
}
}