@charset "UTF-8";

.goods_blue_wrapper .banner .inr_container {
  max-width: 100%;
  text-align: center;
}

.goods_blue_wrapper .banner_image {
  text-align: center;
}

.goods_blue_wrapper .banner_image a {
  display: block;
  transition: opacity 300ms ease-in-out;
}

.goods_blue_wrapper .banner_image a img:hover {
  opacity: 0.9;
}

.photogallery__photo .ph_gal {
  display: none;
}

.sponser .card_link:hover {
  outline: 4px solid #ec1234;
}

.goods_logo .goods_txt {
  margin-top: 13px;
}

.victory .victory_wrapper .desc {
  line-height: 1.7;
}

.jera__wrapper .jera__details {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.38;
}

.photogallery__wrappers .photogallery__upper {
  align-items: center;
  text-align: center;
}

.photogallery__season .photogallery__p {
  font-weight: 700;
}

.wfooter__logo a {
  transition: opacity 300ms ease-in-out;
}

.wfooter__logo a:hover {
  opacity: 0.7;
}

.wfooter__top img {
  display: block;
}

.photogallery__upper .photogallery__hthree {
  font-weight: 700;
}

.sponser_logo .sponser_txt {
  font-weight: 700;
}

.online_shop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 56;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

@media only screen and (width <= 767px) {
  .online_shop {
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
  }
}

.online_shop a {
  display: block;
}

.online_shop img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (width >= 768px) {
  .online_shop img {
    width: 150px;
  }
}

.online_shop.show_head {
  visibility: visible;
  opacity: 0.7;
  transition: 0.3s all ease-in-out;
}

.online_shop.show_head:hover {
  opacity: 1;
}

.line_top .line img {
  height: 18px;
}

.line_bottom .line img {
  height: 18px;
}

.jera__img .line img {
  height: 18px;
}

.jera__lastdiv .line img {
  height: 18px;
}

.wfooter__top .line img {
  height: 18px;
}

.wfooter__wrapper .line img {
  height: 18px;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

main {
  overflow: hidden;
}

@media only screen and (width >= 1200px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
}

#confetti {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
}

#confetti.hide {
  visibility: hidden;
  opacity: 0;
}

.inr_container {
  margin: 0 auto;
}

@media only screen and (width >= 768px) {
  .inr_container {
    max-width: 940px;
    padding: 0;
  }
}

.img_fluid {
  max-width: 100%;
  height: auto;
}

.hide-overflow {
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  visibility: none;
  background-color: #0f1350;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

.header.show_head {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease-in-out;
}

.header .inr_container {
  padding: 0;
}

@media only screen and (width >= 768px) {
  .header .inr_container {
    padding: 0 15px;
  }
}

.header a {
  color: #fff;
  text-decoration: none;
}

.header .top_header {
  display: flex;
  flex-direction: column;
}

@media only screen and (width >= 768px) {
  .header .top_header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
  }
}

.header .top_header_ham {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 22px;
  cursor: pointer;
}

.header .top_header_ham.is-opened .ham::before {
  transform: translateY(10px) rotate(135deg);
}

.header .top_header_ham.is-opened .ham::after {
  transform: translateY(-10px) rotate(-135deg);
}

@media only screen and (width >= 768px) {
  .header .top_header_ham {
    display: none;
  }
}

.header .top_header_ham.is-opened .ham {
  background-color: transparent;
}

.header .top_header_ham .ham {
  position: relative;
  display: block;
  width: 26px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
}

.header .top_header_ham .ham::after, .header .top_header_ham .ham::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #fff;
  border-radius: 10px;
}

.header .top_header_ham .ham::before {
  top: -10px;
}

.header .top_header_ham .ham::after {
  bottom: -10px;
}

.header .top_header_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 15px;
  border-bottom: 2px solid #fff;
}

@media only screen and (width >= 768px) {
  .header .top_header_right {
    display: block;
    padding: 0;
    padding-left: 45px;
    border-bottom: none;
  }
}

.header .top_header_right a {
  transition: opacity 300ms ease-in;
}

.header .top_header_right a:hover {
  opacity: 0.7;
}

.header .top_header_left {
  max-height: 30px;
  padding: 5px 0;
  background-color: #ec1234;
}

@media only screen and (width >= 768px) {
  .header .top_header_left {
    max-width: 100%;
    background-color: transparent;
  }
}

.header .top_header_left_list {
  display: flex;
  gap: 17px;
  align-items: center;
  justify-content: space-evenly;
  max-width: 230px;
  margin: 0 auto;
  list-style: none;
}

.header .top_header_left_list_item {
  transition: opacity 300ms ease-in;
}

.header .top_header_left_list_item.-fac {
  display: none;
}

@media only screen and (width >= 1200px) {
  .header .top_header_left_list_item.-fac {
    display: block;
  }
}

.header .top_header_left_list_item.-twit {
  display: none;
}

@media only screen and (width >= 1200px) {
  .header .top_header_left_list_item.-twit {
    display: block;
  }
}

.header .top_header_left_list_item:hover {
  opacity: 0.7;
}

.header .nav {
  border: none;
}

@media only screen and (width >= 768px) {
  .header .nav {
    display: block;
    padding: 9px 0 7px;
    background: #ec1234;
    border-top: 2px solid #fff;
  }
}
@media only screen and (width <= 767px) {
  .header .nav_list {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    height: 100vh;
    max-height: 0;
    padding: 65px 20px;
    list-style: none;
    visibility: hidden;
    background: #ec1234;
    /* background-color: #fff; */
    opacity: 0;
    transition: all 0.3s ease-in;
    transition: 0.3s width 0.3s ease-in-out, visibility 0.3s 0.3s ease-in-out;
  }
}
@media only screen and (width >= 768px) {
  .header .nav_list {
    display: flex;
    gap: 22px;
    margin-bottom: 0;
    margin-left: 45px;
    list-style: none;
    background: #ec1234;
  }
}

.header .nav_list_item {
  font-family: "Bebas Neue", cursive;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
  transition: opacity 300ms ease-in;
}

.header .nav_list_item a {
  display: block;
}

@media only screen and (width >= 768px) {
  .header .nav_list_item a {
    display: inline;
  }
}

.header .nav_list_item:hover {
  opacity: 0.7;
}

.header .nav .is-opened {
  z-index: 5;
  max-height: 100vh;
  visibility: visible;
  opacity: 1;
  transition: width 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.central_league {
  background: #0f1350;
}

.top_wrap {
  position: relative;
  overflow: hidden;
}

.top {
  position: relative;
}

.top_champion {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 50%);
}

.top_champion img {
  width: 180px;
}

@media only screen and (width >= 576px) {
  .top_champion img {
    width: 220px;
  }
}
@media only screen and (width >= 768px) {
  .top_champion img {
    width: 260px;
  }
}
@media only screen and (width >= 992px) {
  .top_champion img {
    width: 300px;
  }
}
@media only screen and (width >= 1200px) {
  .top_champion img {
    width: 400px;
  }
}

.top_tri {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
}

.top_tri img {
  width: 100%;
}

.top_img img {
  width: 100%;
}

.top__content {
  height: 170vw;
  padding-top: 10px;
  background-image: url(/climax_champions2022/asset/images/main/main-bg-sp.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

@media only screen and (width >= 768px) {
  .top__content {
    height: 45vw;
    background-image: url(/climax_champions2022/asset/images/main/main-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
}

.top__content-img {
  text-align: center;
}

.bottom {
  padding-top: 124px;
  background-image: url(/climax_champions2022/asset/images/league_bg.png);
}

@media only screen and (width >= 576px) {
  .bottom {
    padding-top: 135px;
  }
}
@media only screen and (width >= 768px) {
  .bottom {
    padding-top: 148px;
  }
}
@media only screen and (width >= 992px) {
  .bottom {
    padding-top: 165px;
  }
}

.bottom_info {
  position: relative;
  padding-bottom: 88px;
  text-align: center;
}

@media only screen and (width >= 768px) {
  .bottom_info {
    padding-bottom: 93px;
  }
}

.bottom_info_date {
  max-width: 206px;
  margin: 0 auto 13px;
}

@media only screen and (width >= 768px) {
  .bottom_info_date {
    max-width: 310px;
  }
}
@media only screen and (width >= 992px) {
  .bottom_info_date {
    max-width: 625px;
  }
}

.bottom_info_text {
  display: flex;
  flex-direction: column;
  font-family: Hind, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

@media only screen and (width >= 768px) {
  .bottom_info_text {
    font-size: 45px;
  }
}
@media only screen and (width >= 992px) {
  .bottom_info_text {
    font-size: 52px;
  }
}

.bottom_info_text .-small {
  font-size: 32px;
  line-height: 1.5;
  color: #dbc757;
}

@media only screen and (width >= 768px) {
  .bottom_info_text .-small {
    font-size: 45px;
  }
}
@media only screen and (width >= 1200px) {
  .bottom_info_text .-small {
    font-size: 52px;
  }
}

.bottom_info_text .-large {
  font-size: 36px;
  line-height: 1.16;
  color: #fdfbd4;
}

@media only screen and (width >= 768px) {
  .bottom_info_text .-large {
    font-size: 50px;
  }
}
@media only screen and (width >= 1200px) {
  .bottom_info_text .-large {
    font-size: 72px;
  }
}

.bottom_info_name {
  margin-bottom: 19px;
}

.bottom_info_name .info_n {
  font-family: Hind, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.13;
  color: #fdfbd4;
}

@media only screen and (width >= 768px) {
  .bottom_info_name .info_n {
    font-size: 48px;
  }
}
@media only screen and (width >= 992px) {
  .bottom_info_name .info_n {
    font-size: 72px;
  }
}

.bottom_info_grid {
  text-align: center;
}

.bottom_info_grid picture img {
  max-width: 290px;
}

@media only screen and (width >= 768px) {
  .bottom_info_grid picture img {
    max-width: 380px;
  }
}
@media only screen and (width >= 992px) {
  .bottom_info_grid picture img {
    max-width: 100%;
  }
}

.bottom_left_player {
  position: absolute;
  top: -146px;
  left: -100px;
  z-index: 11;
}

@media only screen and (width >= 768px) {
  .bottom_left_player {
    left: -83px;
  }
}

.bottom_left_player img {
  max-width: 200px;
  height: auto;
}

@media only screen and (width >= 576px) {
  .bottom_left_player img {
    max-width: 217px;
  }
}
@media only screen and (width >= 768px) {
  .bottom_left_player img {
    max-width: 345px;
  }
}
@media only screen and (width >= 992px) {
  .bottom_left_player img {
    max-width: 100%;
  }
}
@media only screen and (width >= 576px) {
  .bottom_left_player {
    top: -161px;
  }
}
@media only screen and (width >= 768px) {
  .bottom_left_player {
    top: -181px;
    left: -204px;
  }
}
@media only screen and (width >= 992px) {
  .bottom_left_player {
    top: -220px;
    left: -219px;
  }
}

.bottom_right_player {
  position: absolute;
  top: -168px;
  right: -90px;
  z-index: 11;
}

@media only screen and (width >= 768px) {
  .bottom_right_player {
    right: -76px;
  }
}

.bottom_right_player img {
  max-width: 186px;
  height: auto;
}

@media only screen and (width >= 576px) {
  .bottom_right_player img {
    max-width: 196px;
  }
}
@media only screen and (width >= 768px) {
  .bottom_right_player img {
    max-width: 317px;
  }
}
@media only screen and (width >= 992px) {
  .bottom_right_player img {
    max-width: 100%;
  }
}
@media only screen and (width >= 576px) {
  .bottom_right_player {
    top: -188px;
  }
}
@media only screen and (width >= 768px) {
  .bottom_right_player {
    top: -244px;
    right: -154px;
  }
}
@media only screen and (width >= 992px) {
  .bottom_right_player {
    top: -320px;
    right: -161px;
  }
}

.bottom .line_top {
  position: absolute;
  bottom: 20px;
}

.line_top .line img {
  height: 18px;
}

.line_bottom .line img {
  height: 18px;
}

.jera__img .line img {
  height: 18px;
}

.jera__lastdiv .line img {
  height: 18px;
}

.victory {
  background-image: url(/climax_champions2022/asset/images/vic_bg.png);
  background-position: center;
  background-size: 1200px 100%;
}

.victory_v2 {
  position: relative;
  z-index: 1;
  margin-top: -20px;
  text-align: center;
}

@media only screen and (width >= 768px) {
  .victory_v2 {
    margin-top: -100px;
  }
}

.victory_v2 img {
  width: 345px;
}

@media only screen and (width >= 576px) {
  .victory_v2 img {
    width: 440px;
  }
}
@media only screen and (width >= 768px) {
  .victory_v2 img {
    width: 535px;
  }
}
@media only screen and (width >= 992px) {
  .victory_v2 img {
    width: 600px;
  }
}
@media only screen and (width >= 1200px) {
  .victory_v2 img {
    width: 690px;
  }
}

.victory_wrapper {
  padding-top: 60px;
}

.victory_wrapper .desc {
  max-width: 100%;
  max-height: auto;
  margin-inline: auto;
  margin-top: 33px;
  margin-bottom: 28px;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", TakaoExGothic, MotoyaLCedar, "Droid Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #0f1350;
  text-align: left;
}

@media only screen and (width >= 768px) {
  .victory_wrapper .desc {
    max-width: 720px;
    margin-top: 38px;
    margin-bottom: 50px;
    line-height: 1.3125;
    text-align: center;
  }
}

.victory_wrapper .desc_first {
  display: inline-block;
  margin-bottom: 28px;
}

.vic_img {
  text-align: center;
  background: linear-gradient(to top left, #b9b3b3, #cfcbca);
  background: #c1bcbc;
  background: linear-gradient(to top left, #c1bcbc 0%, #cac4c4 37%, #c1bcbc 100%);
}

.vic_img ba img {
  display: block;
  width: 100%;
}

@media only screen and (width >= 768px) {
  .vic_img ba img {
    max-width: 1440px;
    height: auto;
    margin-inline: auto;
  }
}

.swiper-slide {
  max-height: 100%;
}

.yosho {
  padding-bottom: 60px;
  margin-top: 38.7px;
  text-align: center;
}

@media only screen and (width >= 768px) {
  .yosho {
    padding-bottom: 100px;
  }
}

.yosho_pc img {
  width: 250px;
  height: auto;
}

@media only screen and (width >= 576px) {
  .yosho_pc img {
    width: 300px;
  }
}
@media only screen and (width >= 768px) {
  .yosho_pc img {
    width: 350px;
  }
}
@media only screen and (width >= 992px) {
  .yosho_pc img {
    width: 400px;
  }
}
@media only screen and (width >= 1200px) {
  .yosho_pc img {
    width: 420px;
  }
}

.yosho_sp {
  display: none;
}

.yosho .butn {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", TakaoExGothic, MotoyaLCedar, "Droid Sans Japanese", sans-serif;
}

.butn {
  position: relative;
  display: block;
  max-width: 290px;
  padding: 16px 0 15px;
  margin-inline: auto;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3125;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #ec1324;
  border: 4px solid #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
}

.butn::before {
  /* 絶対配置でキラッと光るの位置を決める */
  position: absolute;
  top: 0;
  left: -75%;
  /* キラッと光る形状 */
  width: 50%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, rgb(255 255 255 / 0) 0%, rgb(255 255 255 / 0.3) 100%);
  transform: skewX(-25deg);
}

.butn:hover {
  color: #fff;
  text-decoration: none;
}

.butn:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.line_top img {
  display: block;
}

.team_bot {
  position: relative;
  padding-top: 57px;
  padding-bottom: 96px;
}

@media only screen and (width >= 768px) {
  .team_bot {
    padding-top: 132px;
    padding-bottom: 116px;
  }
}
@media only screen and (width >= 992px) {
  .team_bot .container {
    padding: 0;
  }
}

.team_bot .line_top {
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
}

.team_bot .line_top img {
  display: block;
  width: 100%;
}

.team_bot .line_bottom {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}

.team_bot .line_bottom img {
  width: 100%;
}

.team_bot img {
  display: block;
}

.movie_bg {
  overflow-x: clip;
  background-image: url(/climax_champions2022/asset/images/movie_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (width <= 991px) {
  .movie_bg {
    overflow: hidden;
  }
}

.movie_bg .container {
  overflow-x: visible;
}

.movie_wrapper {
  position: relative;
  top: 0;
  padding-top: 46px;
  padding-bottom: 400px;
  isolation: isolate;
}

@media only screen and (width >= 992px) {
  .movie_wrapper {
    padding-top: 78px;
    padding-bottom: 205px;
  }
}

.movie_wrapper h2 img {
  width: 152px;
}

.movie_txt {
  display: block;
  margin-bottom: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  color: #0f1350;
  text-align: center;
}

@media only screen and (width >= 768px) {
  .movie_txt {
    font-size: 24px;
  }
}

.movie_logo {
  margin-bottom: 17px;
  text-align: center;
}

@media only screen and (width >= 768px) {
  .movie_logo {
    margin-bottom: 40px;
  }
}

.movie_vid {
  margin: 0 auto;
}

@media only screen and (width <= 767px) {
  .movie_vid > [class^="col-"] {
    padding: 0;
  }
}
@media only screen and (width <= 991px) and (width >= 768px) {
  .movie_vid.-triple > [class^="col-"] {
    margin-bottom: 30px;
  }
}
@media only screen and (width >= 768px) {
  .movie_vid {
    margin-bottom: 30px;
  }
}

.movie_vid:not(.-double, .-triple) {
  max-width: 761px;
}

.movie_vid iframe,
.movie_vid img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie_collect_vid {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 14px;
  border: 6px solid #ec1234;
}

@media only screen and (width >= 768px) {
  .movie_collect_vid {
    margin-bottom: 0;
  }
}

.movie_player_left {
  position: absolute;
  top: -60px;
  left: -40px;
  z-index: -1;
  max-width: 504px;
}

@media only screen and (width >= 768px) {
  .movie_player_right {
    position: absolute;
    top: -65px;
    right: -62px;
    z-index: -1;
    max-width: 430px;
  }
}

.movie_player_bottom {
  position: absolute;
  right: -70px;
  bottom: -70px;
  left: -70px;
  text-align: center;
}

@media only screen and (width >= 768px) {
  .movie_player_bottom img {
    width: 580px;
  }
}

.goods {
  position: relative;
}

.goods_wrapper {
  padding-bottom: 178px;
  text-align: center;
  background-image: url(/climax_champions2022/asset/images/vic_bg.png);
  background-size: 1200px 100%;
}

@media only screen and (width >= 768px) {
  .goods_wrapper {
    padding-bottom: 103px;
  }
}

.goods_logo {
  margin-top: -20px;
  margin-bottom: 13px;
}

@media only screen and (width >= 768px) {
  .goods_logo {
    margin-top: -10px;
  }
}

.goods_logo img {
  width: 162px;
}

.goods_txt {
  position: relative;
  display: block;
  max-width: 314px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  color: #0f1350;
}

.goods_txt::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #0f1350;
  border-radius: 3px;
  transform: rotate(-27deg);
}

.goods_txt::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #0f1350;
  border-radius: 3px;
  transform: rotate(27deg);
}

.goods_red {
  width: 100%;
  height: 95px;
  background: #ec1234;
}

@media only screen and (width <= 767px) {
  .goods_red.-banner {
    height: 120px;
  }
}
@media only screen and (width >= 768px) {
  .goods_red {
    height: 100px;
  }
}

.goods_blue {
  background: #0f1350;
}

.goods_blue_wrapper {
  position: relative;
  margin-bottom: -216px;
}

@media only screen and (width >= 768px) {
  .goods_blue_wrapper {
    margin-bottom: -144px;
  }
}

.goods_blue_wrapper .inr_container {
  position: relative;
  top: -244px;
}

@media only screen and (width >= 768px) {
  .goods_blue_wrapper .inr_container {
    top: -144px;
  }
}

.goods_blue_wrapper .inr_container .butn {
  transform: translateY(50%);
}

.goods_blue .butn {
  transform: translateY(50%);
}

.goods_player_left {
  position: absolute;
  top: -480px;
  left: -100px;
}

.goods_player_right {
  position: absolute;
  top: -480px;
  right: 34px;
}

.goods .swipe {
  position: relative;
  top: -164px;
  display: flex;
  justify-content: space-between;
}

.goods .swipe_content a {
  display: block;
  max-width: 300px;
  padding-bottom: 19px;
  margin: 0 auto;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #0f1350;
  text-decoration: none;
  background: #dbc757;
  border: 4px solid #dbc757;
  border-radius: 16px;
}

.goods .swipe_content a .swipe_content_img {
  overflow: hidden;
}

.goods .swipe_content a .swipe_content_img img {
  display: block;
  transition: transform 300ms ease-in;
}

.goods .swipe_content a:hover img {
  transform: scale(1.2);
  transform-origin: center;
}

.goods .swipe_content_text {
  margin-inline: 6px;
  margin-top: 8px;
  margin-bottom: 10px;
}

.goods .swipe_content_price_rate {
  margin-inline: 6px;
  font-size: 24px;
  line-height: 1.458;
}

.goods .butn {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", TakaoExGothic, MotoyaLCedar, "Droid Sans Japanese", sans-serif;
}

.sponser {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url(/climax_champions2022/asset/images/sponser_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (width >= 768px) {
  .sponser {
    padding-top: 142px;
    padding-bottom: 180px;
  }
}

.sponser_txt {
  position: relative;
  display: block;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.458;
  color: #0f1350;
  text-align: center;
}

.sponser_txt::after {
  position: absolute;
  top: 0;
  right: -10px;
  display: block;
  width: 3px;
  height: 100%;
  content: "";
  background: #0f1350;
  border-radius: 3px;
  transform: rotate(27deg);
}

.sponser_txt::before {
  position: absolute;
  top: 0;
  left: -10px;
  display: block;
  width: 3px;
  height: 100%;
  content: "";
  background: #0f1350;
  border-radius: 3px;
  transform: rotate(-27deg);
}

.sponser_logo {
  text-align: center;
}

.sponser .card_link {
  text-decoration: none;
  border-radius: 16px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
  opacity: 1;
  transition: all 300ms ease-in-out;
}

.sponser_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  justify-content: center;
  margin: 30px 0;
}

@media only screen and (width >= 768px) {
  .sponser_cards {
    gap: 20px 30px;
    margin: 40px 0;
  }
}

.sponser_cards_item {
  position: relative;
  max-width: 455px;
  height: 100%;
  padding: 5px 30px 25px;
  background: #fff;
  border-radius: 16px;
}

@media only screen and (width >= 768px) {
  .sponser_cards_item {
    padding: 15px 31px 40px 14px;
  }
}

.sponser_cards_item_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

@media only screen and (width >= 768px) {
  .sponser_cards_item_top {
    flex-direction: row;
  }
}

.sponser_cards_item_top .card_text {
  margin-top: -19px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #0f1350;
  transition: all 300ms ease-in;
}

@media only screen and (width >= 768px) {
  .sponser_cards_item_top .card_text {
    margin-top: 0;
  }
}

.sponser_cards_item_desc .card_desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  color: #0f1350;
  transition: all 300ms ease-in;
}

.sponser_cards_item::after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 12px;
  height: 12px;
  content: "";
  border-right: 2px solid #0f1350;
  border-bottom: 2px solid #0f1350;
  border-radius: 2px;
  transform: translateY(-50%) rotate(-45deg);
}

.sponser .butn {
  max-width: 340px;
}

.swipes {
  position: relative;
  top: 0;
  overflow: hidden;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-next, .swiper-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #2e4fb5;
  border-radius: 50%;
  transform: translate(-50%);
}

.swiper-next {
  right: 0;
  transform: translate(50%, -50%);
}

.swiper-next::after {
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.swiper-prev {
  left: 0;
  transform: translate(-50%, -50%);
}

.swiper-prev::after {
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

.swiper-dots {
  left: 0 !important;
  margin: 20px auto 0;
  text-align: center;
  transform: translateX(0) !important;
}

.swiper-dots.span {
  background: #fff;
}

.swiper-dots .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.swiper-dots .swiper-pagination-bullet-active {
  background: #dbc757;
}

.jera__climax {
  position: relative;
  margin: 0 auto;
}

.jera__climax #gallery {
  position: absolute;
  bottom: 100px;
}

.jera__wrapper {
  background-color: #0f1350;
}

.jera__wrapper .inr_container {
  padding: 0;
}

.jera__heading {
  padding-top: 70px;
  text-align: center;
  background-color: transparent;
}

@media only screen and (width >= 576px) {
  .jera__heading {
    padding-top: 105px;
  }
}
@media only screen and (width >= 768px) {
  .jera__heading {
    padding-top: 124px;
  }
}

.jera__heading img {
  max-width: 345px;
}

@media only screen and (width >= 768px) {
  .jera__heading img {
    width: auto;
  }
}

.jera__top {
  position: relative;
}

.jera__ttl {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

@media only screen and (width >= 576px) {
  .jera__ttl {
    margin-top: 35px;
  }
}
@media only screen and (width >= 768px) {
  .jera__ttl {
    margin-top: 50px;
  }
}

.jera__ttl span {
  margin-left: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}

@media only screen and (width >= 576px) {
  .jera__ttl span {
    margin-left: 7px;
    font-size: 20px;
  }
}
@media only screen and (width >= 768px) {
  .jera__ttl span {
    margin-left: 17px;
    font-size: 22px;
  }
}

.jera__box {
  max-width: 345px;
  padding: 40px 22px 30px;
  margin: 0 auto;
  margin-top: -16px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fdfbd4;
}

@media only screen and (width >= 576px) {
  .jera__box {
    max-width: 400px;
    padding: 40px 55px 30px;
  }
}
@media only screen and (width >= 768px) {
  .jera__box {
    max-width: 100%;
    padding: 40px 15px 30px;
  }
}
@media only screen and (width >= 992px) {
  .jera__box {
    padding: 42px 98px 42px 56px;
  }
}

.jera__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
}

@media only screen and (width >= 768px) {
  .jera__content {
    flex-direction: row;
    margin-bottom: 20px;
  }
}

.jera__content:last-child {
  margin-bottom: 0;
}

.jera__txt {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 4px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #0f1350;
  border-bottom: 1px solid #0f1350;
}

@media only screen and (width >= 576px) {
  .jera__txt {
    margin-bottom: 0;
    font-size: 17px;
  }
}
@media only screen and (width >= 768px) {
  .jera__txt {
    font-size: 18px;
  }
}
@media only screen and (width >= 992px) {
  .jera__txt {
    font-size: 19px;
  }
}
@media only screen and (width >= 1200px) {
  .jera__txt {
    font-size: 20px;
  }
}

.jera__txt:first-child {
  margin-right: 0;
}

@media only screen and (width >= 768px) {
  .jera__txt:first-child {
    margin-right: 20px;
  }
}
@media only screen and (width >= 992px) {
  .jera__txt:first-child {
    margin-right: 65px;
  }
}

.jera__red {
  margin-right: 21px;
  font-size: 17px;
  color: #ec1234;
}

@media only screen and (width >= 768px) {
  .jera__red {
    margin-right: 17px;
    font-size: 18px;
  }
}
@media only screen and (width >= 992px) {
  .jera__red {
    margin-right: 23px;
  }
}

.jera__red-sm {
  color: #ec1234;
}

.jera__dkblue {
  color: #2e4fb5;
}

.jera__mdtxt {
  margin-right: 18px;
  font-size: 14px;
}

@media only screen and (width >= 768px) {
  .jera__mdtxt {
    margin-right: 12px;
    font-size: 18px;
  }
}
@media only screen and (width >= 992px) {
  .jera__mdtxt {
    margin-right: 19px;
  }
}

.jera__lgblue {
  font-size: 14px;
  color: #0f1350;
}

@media only screen and (width >= 768px) {
  .jera__lgblue {
    font-size: 18px;
  }
}

.jera__gold {
  margin-bottom: -3px;
  font-size: 13px;
  color: #936e28;
}

@media only screen and (width >= 768px) {
  .jera__gold {
    font-size: 16px;
  }
}

.jera__details {
  margin: 15px 0 30px;
}

@media only screen and (width >= 768px) {
  .jera__details {
    margin: 30px 0;
  }
}

.jera__img-box {
  padding-bottom: 60px;
  text-align: center;
}

@media only screen and (width >= 768px) {
  .jera__img-box {
    padding-bottom: 120px;
  }
}

.jera__img-box a:hover {
  opacity: 0.9;
}

.jera__img-box img {
  max-width: 100%;
  height: auto;
}

.jera__details ul {
  list-style: none;
}

.jera__details li {
  font-size: 12px;
  line-height: 1.6;
  color: #fff;
}

@media only screen and (width >= 768px) {
  .jera__details li {
    font-size: 14px;
    line-height: 1.3;
  }
}

.img-fluid.-a {
  width: 100%;
}

.photogallery__upper {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  align-items: flex-end;
}

@media only screen and (width >= 768px) {
  .photogallery__upper {
    gap: 10px;
    max-width: 528px;
    padding-top: 74px;
    margin: 0 auto;
    margin-left: 90px;
    transform: translateX(85px);
  }
}

.photogallery__svg img {
  width: 166px;
}

@media only screen and (width >= 576px) {
  .photogallery__svg img {
    width: 248px;
  }
}
@media only screen and (width >= 768px) {
  .photogallery__svg img {
    width: 308px;
  }
}
@media only screen and (width >= 992px) {
  .photogallery__svg img {
    width: 418px;
  }
}
@media only screen and (width >= 1200px) {
  .photogallery__svg img {
    width: 528px;
  }
}

.photogallery_wrapper {
  margin-top: 10px;
  background-image: url(/climax_champions2022/asset/images/vic_bg.png);
  background-position: center;
  background-size: 1200px 100%;
}

.photogallery__hthree {
  font-size: 24px;
  font-weight: 700;
  color: #0f1350;
  text-align: center;
}

@media only screen and (width <= 767px) {
  .photogallery__hthree {
    align-self: flex-start;
  }
}

.photogallery__wrappers {
  margin-right: 13px;
  text-align: right;
}

@media only screen and (width >= 768px) {
  .photogallery__wrappers {
    margin-right: 0;
    text-align: center;
  }
}

.photogallery__wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}

@media only screen and (width >= 768px) {
  .photogallery__wrapper {
    padding-bottom: 118px;
    margin-top: 40px;
  }
}

.photogallery__season {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}

@media only screen and (width >= 768px) {
  .photogallery__season {
    flex-direction: row;
    gap: 0;
  }
}

.photogallery__season img {
  width: 258px;
}

@media only screen and (width >= 576px) {
  .photogallery__season img {
    width: 303px;
  }
}
@media only screen and (width >= 768px) {
  .photogallery__season img {
    width: 349px;
  }
}
@media only screen and (width >= 992px) {
  .photogallery__season img {
    width: 394px;
  }
}
@media only screen and (width >= 1200px) {
  .photogallery__season img {
    width: 440px;
  }
}

.photogallery__photo {
  z-index: 4;
  margin-right: -5px;
  margin-bottom: 10px;
  margin-left: -5px;
}

.photogallery__photo > [class^="col-"] {
  padding: 0 5px;
  margin-bottom: 7.5px;
  text-align: center;
}

@media only screen and (width >= 1200px) {
  .photogallery__photo > [class^="col-"] {
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 20px;
  }
}

.photogallery__button {
  width: 100%;
  max-width: 940px;
  padding: 18px 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0f1350;
  border-radius: 8px;
}

.photogallery__bottomdiv {
  position: relative;
  z-index: 1;
  padding-top: 93px;
}

.photogallery__p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  color: #0f1350;
}

@media only screen and (width >= 768px) {
  .photogallery__p {
    left: 37%;
    margin-left: -100px;
    font-size: 22px;
    text-align: center;
  }
}
@media only screen and (width >= 992px) {
  .photogallery__p {
    left: 37%;
    margin-top: 70px;
    margin-left: -180px;
    font-size: 24px;
    text-align: right;
  }
}

.photogallery__red {
  position: relative;
  width: 100%;
  height: 100px;
  margin-top: -15px;
  background-color: #ec1234;
}

.photogallery__red::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  content: "";
  background-color: #2e4fb5;
}

.photogallery__red::before {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  content: "";
  background: #fff;
}

@media only screen and (width >= 768px) {
  .photogallery__red .inr_container {
    position: relative;
  }
}

.photogallery__lines {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.photogallery__redpic {
  position: absolute;
  right: -64px;
  bottom: -30px;
  z-index: 2;
}

@media only screen and (width >= 576px) {
  .photogallery__redpic {
    bottom: -30px;
  }
}
@media only screen and (width >= 768px) {
  .photogallery__redpic {
    bottom: -130px;
  }
}
@media only screen and (width >= 992px) {
  .photogallery__redpic {
    top: -393px;
  }
}
@media only screen and (width >= 1200px) {
  .photogallery__redpic {
    top: -393px;
  }
}

.photogallery__redpic img {
  width: 338px;
}

@media only screen and (width >= 576px) {
  .photogallery__redpic img {
    width: 398px;
  }
}
@media only screen and (width >= 768px) {
  .photogallery__redpic img {
    width: 459px;
  }
}
@media only screen and (width >= 992px) {
  .photogallery__redpic img {
    width: 519px;
  }
}
@media only screen and (width >= 1200px) {
  .photogallery__redpic img {
    width: 580px;
  }
}

.photogallery__player {
  position: absolute;
  top: -40px;
  left: -67px;
  z-index: -1;
}

@media only screen and (width >= 768px) {
  .photogallery__player {
    top: -128px;
    left: -38px;
  }
}

.photogallery__player img {
  width: 300px;
}

@media only screen and (width >= 576px) {
  .photogallery__player img {
    width: 350px;
  }
}
@media only screen and (width >= 768px) {
  .photogallery__player img {
    width: 400px;
  }
}
@media only screen and (width >= 992px) {
  .photogallery__player img {
    width: 500px;
  }
}
@media only screen and (width >= 1200px) {
  .photogallery__player img {
    width: 600px;
  }
}

.photogallery__wrappers {
  position: relative;
  z-index: 3;
}

.wfooter__wrapper {
  position: relative;
}

.wfooter__logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

@media only screen and (width >= 768px) {
  .wfooter__logo {
    padding-top: 73px;
  }
}

.wfooter__top {
  position: absolute;
  top: 0;
  width: 100%;
}

.wfooter__bottom {
  position: absolute;
  bottom: -4px;
  width: 100%;
}

.wfooter__button {
  padding-top: 56px;
  padding-bottom: 96px;
}

.bfooter__wrapper {
  background-color: #0f1350;
}

.bfooter__swallow {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}

.bfooter__social {
  display: flex;
  gap: 25px;
  align-items: center;
  padding: 45px 0;
}

.bfooter__p {
  padding-bottom: 60px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 1.6px;
}

@media only screen and (width >= 768px) {
  .bfooter__p {
    font-size: 16px;
  }
}

.bfooter__circle {
  position: absolute;
  top: -40px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #2e4fb5;
  border-radius: 50%;
  transition: all 0.25s ease;
}

.bfooter__circle::before {
  position: absolute;
  top: 34%;
  width: 17px;
  height: 10px;
  content: "";
  background-image: url(/climax_champions2022/asset/images/arrow-top.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.bfooter__circle span {
  padding-top: 14px;
}

.bfooter__circle:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.youtube {
  position: relative;
  overflow-x: clip;
  background-color: #0f1350;
}

.youtube::before {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #fdfbd4;
}

.youtube::after {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #fdfbd4;
}

.youtube__content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  max-width: 300px;
}

.youtube__content_vid {
  position: relative;
  padding-bottom: 56.25%;
  border: 4px solid #ec1234;
}

.youtube__content_vid iframe,
.youtube__content_vid img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  padding-top: 90px;
  padding-bottom: 122px;
}

@media only screen and (width >= 576px) {
  .youtube__container {
    gap: 20px;
  }
}
@media only screen and (width >= 768px) {
  .youtube__container {
    padding-top: 70px;
  }
}
@media only screen and (width >= 992px) {
  .youtube__container {
    padding-top: 77px;
  }
}

.youtube__con {
  position: relative;
}

.youtube__heading {
  font-family: "Bebas Neue", cursive;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1875;
  color: #fff;
}

.youtube__span {
  margin-left: 15px;
  font-family: auto !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.youtube__des {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 1.8px;
}

.youtube__rightimg {
  position: absolute;
  right: -20%;
  bottom: 0;
}

.youtube__leftimg {
  position: absolute;
  bottom: 0;
  left: -20%;
}

.victory_v2 {
  position: relative;
  z-index: 1;
  margin-top: -20px;
  text-align: center;
}

@media only screen and (width >= 768px) {
  .victory_v2 {
    margin-top: -100px;
  }
}

.goods_blue_wrapper .inr_container {
  max-width: 300px;
}

@media only screen and (width >= 768px) {
  .goods_blue_wrapper .inr_container {
    max-width: 600px;
  }
}
@media only screen and (width >= 1200px) {
  .goods_blue_wrapper .inr_container {
    max-width: 940px;
  }
}

.-fs17_22 {
  font-size: 17px;
}

@media only screen and (width >= 768px) {
  .-fs17_22 {
    font-size: 22px;
  }
}

.-fs14_18 {
  font-size: 14px;
}

@media only screen and (width >= 768px) {
  .-fs14_18 {
    font-size: 18px;
  }
}

.-fs19_24 {
  font-size: 19px;
}

@media only screen and (width >= 768px) {
  .-fs19_24 {
    font-size: 24px;
  }
}

.inr_container {
  padding: 0;
}

@media only screen and (width <= 767px) {
  .bfooter.scroll-show {
    margin-bottom: calc(17vw - 15px);
  }
}

.bfooter .inr_container {
  padding: 0;
}

.bfooter__p {
  padding-bottom: 40px;
  font-family: "Noto Sans JP", "sans serif";
  text-align: center;
  letter-spacing: 0;
}

@media only screen and (width >= 768px) {
  .bfooter__p {
    padding-bottom: 60px;
    text-align: left;
    letter-spacing: 1.6px;
  }
}

.wfooter .line {
  position: absolute;
  bottom: -1px;
  width: 100%;
}

@media only screen and (width >= 768px) {
  .wfooter .line {
    bottom: -4px;
  }
}

.wfooter__button {
  padding: 38px 0 114px;
}

@media only screen and (width >= 768px) {
  .wfooter__button {
    padding: 56px 0 96px;
  }
}

.wfooter__logo {
  flex-flow: column nowrap;
  gap: 10px 0;
}

@media only screen and (width >= 576px) {
  .wfooter__logo {
    flex-flow: row wrap;
    gap: 20px;
  }
}
@media only screen and (width >= 768px) {
  .wfooter__logo {
    gap: 37px 46px;
  }
}

.wfooter__logo img {
  display: block;
}

.wfooter__logo img.mt {
  margin-top: 25px;
}

@media only screen and (width >= 576px) {
  .wfooter__logo img.mt {
    margin-top: 0;
  }
}

.line img {
  width: 100%;
  height: auto;
}

.jera .line img {
  position: absolute;
}

.bottom .line_top {
  width: 100%;
}

.youtube__sp img {
  width: 100%;
}

@media only screen and (width >= 576px) {
  .youtube__sp img {
    display: none;
  }
}

.youtube__container {
  flex-direction: column;
  padding-bottom: 25px;
}

@media only screen and (width >= 576px) {
  .youtube__container {
    flex-direction: row;
    padding-bottom: 80px;
  }
}
@media only screen and (width >= 768px) {
  .youtube__container {
    padding-bottom: 122px;
  }
}
@media only screen and (width >= 992px) {
  .youtube__container {
    justify-content: flex-start;
  }
}

.youtube__content {
  max-width: 100%;
}

@media only screen and (width >= 576px) {
  .youtube__content {
    max-width: 48%;
  }
}
@media only screen and (width >= 768px) {
  .youtube__content {
    flex-grow: 1;
    max-width: calc(33.3333333333% - 14px);
  }
}
@media only screen and (width >= 1200px) {
  .youtube__content {
    max-width: 300px;
  }
}

.youtube__content_vid iframe {
  width: 100%;
}

.youtube__heading {
  margin-bottom: 0;
}

.youtube__des {
  margin-bottom: 0;
}
/* modal inner style */
#modaal-close{
  background: #fff;
}

.modaal-close::after, .modaal-close::before{
  background: #000;
}

.modaal-inner-wrapper{
  word-break: break-word;
}

.modal_content_inner *{
  margin: 1rem 0;
}

.modal_content_inner p{
  line-height: 1.5;
}

.modal_content_inner .text_bold{
  font-weight: bold;
}

.modal_content_inner p.content_title{
  font-size: 1.2rem;
  font-weight: bold;
  color: #2E4FB5;
}

.modal_content_inner ul{
  padding-left: 1.5rem;
  list-style: unset
}

.modal_content_inner .list_number{
  padding-left: 0.1rem!important;
  list-style: none!important;
}

.modal_content_inner .list_number li{
  padding-left: 1em;
  text-indent: -1em;
}

.modal_content_inner li{
  margin: .5rem 0;
}

.modal_content_inner p.image_flex{
  display: flex;
  width: 50%;
  margin: 1rem 0;
}

.modal_content_inner img{
  display: block;
  width: 100%;
  margin: 0 auto;
}

.modaal-container {
  display: block!important;
  width: 50%;
}

@media screen and (width >=1000px) {
  #modaal-close{
    right: 60px;
  }
}
@media screen and (width <=1000px) {
  #modaal-close{
    top: 5px;
    right: 5px;
  }

  .modaal-container {
    width: 100%;
  }

  .modaal-inner-wrapper {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .modal_content_inner p{
    font-size: .9rem;
  }
}
@media screen and (width <=375px) {
  .modaal-content-container {
    padding: 20px;
  }

  .modal_content_inner p.content_title {
    font-size: 1.1rem;
  }
}
