@charset "UTF-8";
/* @use 'variables' as *; */
/*----------------------------------------
	base
------------------------------------------*/
html.html_reset {
  margin: 0 !important;
  padding: 0 !important;
}

body {
  position: relative;
  height: 100%;
  background: #001037;
  color: #D4D6E5;
  font-family: var(--font_base_setting);
  font-size: var(--base_font_size);
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: var(--base_line_height);
  word-break: break-all;
}

main {
  position: relative;
  z-index: 11;
}

a {
  color: #70A0F3;
  font-weight: bold
}
a.off {
  opacity: 0.5;
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 835px) {
  body {
    overflow: hidden;
    min-height: 100%;
  }
  body.scroll_on {
    overflow-y: scroll;
    overflow-x: hidden;
    pointer-events: auto;
  }
}
/*----------------------------------------
	module
------------------------------------------*/
.pc_only {
  display: block;
}

.sp_only {
  display: none !important;
}

@media only screen and (max-width: 835px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
.mod_mb_0p5distance {
  margin-bottom: calc(var(--base_distance) * 0.5) !important;
}

.mod_mb_1p0distance {
  margin-bottom: calc(var(--base_distance) * 1) !important;
}

.mod_mb_1p5distance {
  margin-bottom: calc(var(--base_distance) * 1.5) !important;
}

.mod_mb_2p0distance {
  margin-bottom: calc(var(--base_distance) * 2) !important;
}

.mod_mb_0p5gap {
  margin-bottom: calc(var(--base_gap) * 0.5) !important;
}

.mod_mb_1p0gap {
  margin-bottom: calc(var(--base_gap) * 1) !important;
}

.mod_mb_1p5gap {
  margin-bottom: calc(var(--base_gap) * 1.5) !important;
}

.mod_mb_2p0gap {
  margin-bottom: calc(var(--base_gap) * 2) !important;
}

.mod_text_bold {
  font-weight: bold;
}

.mod_text_center {
  text-align: center;
}

.mod_text_left {
  text-align: left;
}

.mod_text_right {
  text-align: right;
}

.mod_text_base {
  font-size: var(--base_font_size);
  line-height: var(--base_line_height);
}

.mod_text_small {
  font-size: 0.6em;
  line-height: 1em;
}

.mod_mb_0p5em {
  margin-bottom: 0.5em !important;
}

.mod_mb_1p0em {
  margin-bottom: 1em !important;
}

.mod_mb_1p5em {
  margin-bottom: 1.5em !important;
}

.mod_mb_2p0em {
  margin-bottom: 2em !important;
}

.mod_text_underline {
  text-decoration: underline;
}

.mod_flex_box_01, .mod_flex_box_02, .mod_flex_box_03, .mod_flex_box_04 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--base_gap);
  justify-content: space-between;
}
.mod_flex_box_01.jst_center, .mod_flex_box_02.jst_center, .mod_flex_box_03.jst_center, .mod_flex_box_04.jst_center {
  justify-content: center;
}
.mod_flex_box_01.ali_center, .mod_flex_box_02.ali_center, .mod_flex_box_03.ali_center, .mod_flex_box_04.ali_center {
  align-items: center;
}

.mod_flex_box_01 > div, .mod_flex_box_01 > li {
  width: 100%;
}

.mod_flex_box_02 > div, .mod_flex_box_02 > li {
  width: calc((100% - var(--base_gap) * 1) / 2);
}

.mod_flex_box_03 > div, .mod_flex_box_03 > li {
  width: calc((100% - var(--base_gap) * 2) / 3);
}

.mod_flex_box_04 > div, .mod_flex_box_04 > li {
  width: calc((100% - var(--base_gap) * 3) / 4);
}

@media only screen and (max-width: 835px) {
  .mod_flex_box_01 > div, .mod_flex_box_01 > li, .mod_flex_box_02 > div, .mod_flex_box_02 > li {
    width: 100%;
  }
  .mod_flex_box_03 > div, .mod_flex_box_03 > li, .mod_flex_box_04 > div, .mod_flex_box_04 > li {
    width: 100%;
  }
}
.mod_text_slide_anim_box {
  display: flex;
  height: 100px;
}
.mod_text_slide_anim_box img {
  display: block;
  width: auto;
  max-width: initial;
  height: 100%;
  -webkit-animation: hor_move_l 40s linear infinite;
          animation: hor_move_l 40s linear infinite;
}
.mod_text_slide_anim_box.reverse {
  -webkit-animation: hor_move_r 40s linear infinite;
          animation: hor_move_r 40s linear infinite;
}

.mod_youtube_iframe_size {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.mod_disactive {
  pointer-events: none;
}

.mod_scroll_bar_delete {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mod_scroll_bar_delete::-webkit-scrollbar {
  display: none;
}

/* wrap settings
-------------------------------*/
.wrap_100px {
  position: relative;
  margin: 0 auto;
  width: var(--base_wrap_width);
  max-width: 100px;
}

.wrap_200px {
  position: relative;
  margin: 0 auto;
  width: var(--base_wrap_width);
  max-width: 200px;
}

.wrap_300px {
  position: relative;
  margin: 0 auto;
  width: var(--base_wrap_width);
  max-width: 300px;
}

.wrap_400px {
  position: relative;
  margin: 0 auto;
  width: var(--base_wrap_width);
  max-width: 400px;
}

.wrap_500px {
  position: relative;
  margin: 0 auto;
  width: var(--base_wrap_width);
  max-width: 500px;
}

.wrap_600px {
  position: relative;
  margin: 0 auto;
  width: var(--base_wrap_width);
  max-width: 600px;
}

.wrap_700px {
  position: relative;
  margin: 0 auto;
  width: var(--base_wrap_width);
  max-width: 700px;
}

.wrap_800px {
  position: relative;
  margin: 0 auto;
  width: var(--base_wrap_width);
  max-width: 800px;
}

.wrap_900px {
  position: relative;
  margin: 0 auto;
  width: var(--base_wrap_width);
  max-width: 900px;
}

.wrap_1000px {
  position: relative;
  margin: 0 auto;
  width: var(--base_wrap_width);
  max-width: 1000px;
}

.wrap_1100px {
  position: relative;
  margin: 0 auto;
  width: var(--base_wrap_width);
  max-width: 1100px;
}

.wrap_1200px {
  position: relative;
  margin: 0 auto;
  width: var(--base_wrap_width);
  max-width: 1200px;
  @media screen and (max-width: 835px) {
    width: 90%;
  }
}

.wrap_1300px {
  position: relative;
  margin: 0 auto;
  width: var(--base_wrap_width);
  max-width: 1300px;
}

.wrap_1400px {
  position: relative;
  margin: 0 auto;
  width: var(--base_wrap_width);
  max-width: 1400px;
}

.wrap_1500px {
  position: relative;
  margin: 0 auto;
  width: var(--base_wrap_width);
  max-width: 1500px;
}

.wrap_1600px {
  position: relative;
  margin: 0 auto;
  width: var(--base_wrap_width);
  max-width: 1600px;
}

.wrap_1700px {
  position: relative;
  margin: 0 auto;
  width: var(--base_wrap_width);
  max-width: 1700px;
}

.wrap_1800px {
  position: relative;
  margin: 0 auto;
  width: var(--base_wrap_width);
  max-width: 1800px;
}

.wrap_1900px {
  position: relative;
  margin: 0 auto;
  width: var(--base_wrap_width);
  max-width: 1900px;
}

.wrap_100px.w_100, .wrap_200px.w_100, .wrap_300px.w_100, .wrap_400px.w_100, .wrap_500px.w_100, .wrap_600px.w_100, .wrap_700px.w_100, .wrap_800px.w_100, .wrap_900px.w_100, .wrap_1000px.w_100, .wrap_1100px.w_100, .wrap_1200px.w_100, .wrap_1300px.w_100, .wrap_1400px.w_100, .wrap_1500px.w_100, .wrap_1600px.w_100, .wrap_1700px.w_100, .wrap_1800px.w_100, .wrap_1900px.w_100 {
  width: 100%;
}

/*----------------------------------------
	loading / opening animation
------------------------------------------*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: var(--c_grad);
  z-index: var(--z_loading);
}
#loading.is_loaded {
  display: none;
}
#loading.load_open {
  -webkit-animation: fade_out 1.4s forwards;
          animation: fade_out 1.4s forwards;
  pointer-events: none;
}
#loading .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(300px, 50%);
}
#loading .logo img {
  width: 100%;
}
#loading .loading_bg_video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}

/*----------------------------------------
	common class
------------------------------------------*/
/* common parts
-------------------------------*/
.cmn_section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: calc(var(--base_distance) * 1) 0;
}

.cmn_in_page_main {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: calc(var(--base_distance) * 1.4) 0 0;
}

@media screen and (max-width: 835px) {
  .cmn_in_page_main {
    padding: calc(var(--base_distance) * 2.2) 0 0;
  }
}
.cmn_link_btn_a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 1.1em 1.5em;
  height: auto;
  width: auto;
  min-width: min(340px, 100%);
  background-color: #010C57;
  line-height: 1.4em;
  color: #70A0F3;
  font-size: 18px;
  text-align: center;
  text-decoration: initial !important;
  transition: 0.2s;
  border: 1px solid #70A0F3;
}
#news .cmn_link_btn_a {
  background-color: #70A0F3;
  color: #010C57;
  border: 1px solid #70A0F3;
}
.cmn_link_btn_a:hover {
  background-color: #70A0F3;
  color: #010C57;
}
#news .cmn_link_btn_a:hover {
  background-color: #010C57;
  color: #70A0F3;
}
.cmn_link_btn_a:hover::before {
  background-color: #010C57;
}
#news .cmn_link_btn_a:hover::before {
  background-color: #70A0F3;
}
.cmn_link_btn_a img {
  position: relative;
  height: 1.4em;
  width: auto;
}
.cmn_link_btn_a span {
  position: relative;
}
.cmn_link_btn_a::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #70A0F3;
  width: 10px;
  height: 16px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transition: transform 0.4s;
}
#news .cmn_link_btn_a::before {
  background-color: #010C57;
}
.cmn_link_btn_a.w_100 {
  width: 100%;
}
.cmn_link_btn_a.disactive {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.5;
}
.cmn_link_btn_a.back:before {
  right: initial;
  left: 20px;
  transform: translateY(-50%) scale(-1, 1);
}
.cmn_link_btn_a.en span {
  transform: scale(1, 1.3);
  font-size: 22px;
  line-height: 1.4em;
  display: block;
  font-weight: 500;
}

.btn_outer {
  text-align: center;
}

.cmn_coming_soon_img {
  position: relative;
  background: var(--c_gray);
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmn_coming_soon_img::before {
  content: "COMING SOON";
  position: absolute;
  color: var(--c_white_l);
  font-size: 2em;
}

/* accordion
-------------------------------*/
.cmn_accordion_box .cmn_accordion_trigger {
  cursor: pointer;
}
.cmn_accordion_box .cmn_accordion_content {
  overflow: hidden;
  height: 0;
  transition: 0.4s ease;
}
.cmn_accordion_box .cmn_accordion_content.accordion_open {
  height: auto;
}

/* write box
-------------------------------*/
.cmn_write_box_outer {
  position: relative;
  display: block;
  padding: calc(var(--base_gap) * 2);
  margin-bottom: calc(var(--base_gap) * 2);
}

@media only screen and (max-width: 835px) {
  .cmn_write_box_outer {
    padding: calc(var(--base_gap) * 2.5) calc(var(--base_gap) * 1.5);
  }
}
:root {
  --cmn_write_box_theme_color: var(--c_theme_color);
}

.cmn_write_box {
  position: relative;
  text-align: left;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.5em;
  width: 100%;
  color: #dcdeee;
}
.cmn_write_box .title_box {
  position: relative;
  display: block;
  padding-bottom: calc(clamp(17px, 2vw, 24px) * 0.8);
  margin-bottom: 2em;
  border-bottom: 4px double var(--cmn_write_box_theme_color);
}
.cmn_write_box .date {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 0.7em;
  letter-spacing: 0.1em;
}
.cmn_write_box .box_title {
  position: relative;
  display: block;
  width: 100%;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.4em;
  font-weight: bold;
}
.cmn_write_box .border_box {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: var(--c_black_d);
  border: 1px solid var(--cmn_write_box_theme_color);
  padding: min(var(--base_gap) * 2, 5vw) min(var(--base_gap) * 2, 4vw);
  margin-bottom: 1.5em;
}
.cmn_write_box iframe {
  width: 100%;
}
.cmn_write_box figure {
  margin-bottom: 1.5em;
}
.cmn_write_box img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 1.5em;
}
.cmn_write_box img.app_badge {
  width: 170px !important;
  padding-top: 5px;
}
.cmn_write_box p {
  line-height: 1.7em;
}
.cmn_write_box a {
  overflow-wrap: break-word;
  text-decoration: underline;
  font-weight: bold;
}
.cmn_write_box ul {
  margin-bottom: 1em;
}
.cmn_write_box ul li {
  position: relative;
  display: block;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
}
.cmn_write_box ul li::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  transform: translateY(0.3em) scale(0.4);
  background-color: var(--cmn_list_color);
  border-radius: 9999px;
}
.cmn_write_box ul li:last-of-type {
  margin-bottom: 0;
}
.cmn_write_box blockquote {
  padding: 24px;
  background: rgba(0, 0, 0, 0.04);
  margin: 20px 0;
}
.cmn_write_box blockquote p:last-of-type {
  margin-bottom: 0;
}
.cmn_write_box hr {
  border-top: 1px solid var(--cmn_write_box_theme_color);
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin-bottom: 3em;
  margin-top: 3em;
}
.cmn_write_box strong {
  font-weight: 900;
  color: var(--cmn_write_box_theme_color);
}
.cmn_write_box.single h2, .cmn_write_box.in_page h3 {
  position: relative;
  display: block;
  padding-bottom: 0.4em;
  padding-left: 1.1em;
  font-size: clamp(16px, 2vw, 19px);
  font-weight: bold;
  margin-bottom: 0.7em;
  margin-top: 3em;
  line-height: 1.4em;
  border-bottom: 1px solid var(--cmn_write_box_theme_color);
  border-style: dashed;
  border-top: none;
  border-left: none;
  border-right: none;
}
.cmn_write_box.single h2::before, .cmn_write_box.in_page h3::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0.4em;
  width: 0.6em;
  height: 0.6em;
  background-color: var(--cmn_write_box_theme_color);
  transform: rotateZ(45deg);
}
.cmn_write_box.single h2:first-of-type, .cmn_write_box.in_page h3:first-of-type {
  margin-top: 0;
}
.cmn_write_box.single h3, .cmn_write_box.in_page h4 {
  position: relative;
  display: inline-block;
  font-size: clamp(15px, 2vw, 17px);
  font-weight: bold;
  margin-bottom: 0.7em;
  margin-top: 1em;
  line-height: 1.4em;
  padding: 0.1em 0.7em 0.2em;
  border: 1px solid var(--cmn_write_box_theme_color);
  color: var(--cmn_write_box_theme_color);
}
.cmn_write_box.single h4, .cmn_write_box.in_page h5 {
  position: relative;
  display: block;
  margin-top: 1.2em;
  margin-bottom: 0.2em;
  font-size: 1.05em;
  line-height: 1.4em;
  font-weight: bold;
  color: var(--cmn_write_box_theme_color);
  padding-left: 0.7em;
}
.cmn_write_box.single h4::before, .cmn_write_box.in_page h5::before {
  position: absolute;
  display: block;
  content: "";
  top: 0.75em;
  left: 0;
  width: 0.3em;
  height: 0.6em;
  background-color: var(--cmn_write_box_theme_color);
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

/*-- list style --*/
:root {
  --cmn_list_color: var(--c_theme_color);
}

ul.cmn_list_circle li, ul.cmn_list_kome li, ul.cmn_list_asterisk li {
  position: relative;
  display: block;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
}
ul.cmn_list_circle li:last-of-type, ul.cmn_list_kome li:last-of-type, ul.cmn_list_asterisk li:last-of-type {
  margin-bottom: 0;
}
ul.cmn_list_circle li::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  transform: translateY(0.3em) scale(0.4);
  background-color: #70A0F3;
  border-radius: 9999px;
}
ul.cmn_list_kome li {
  padding-left: 1.2em;
  font-size: 0.95em;
  line-height: 1.4em;
}
ul.cmn_list_kome li::before {
  position: absolute;
  display: block;
  content: "";
  content: "※";
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  transform: translateY(0em);
  color: var(--cmn_list_color);
  background: initial;
}
ul.cmn_list_asterisk li {
  padding-left: 0.8em;
  font-size: 0.95em;
  line-height: 1.4em;
}
ul.cmn_list_asterisk li::before {
  position: absolute;
  display: block;
  content: "";
  content: "*";
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  transform: translateY(0em);
  color: var(--cmn_list_color);
  background: initial;
}
ul.cmn_list_underline li {
  line-height: 1.4em;
  border-bottom: 1px solid var(--cmn_list_color);
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  margin-bottom: 0;
}
ul.cmn_list_underline li::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  transform: translateY(1.1em) scale(0.4);
  background-color: var(--cmn_list_color);
  border-radius: 9999px;
}

/*-- list style --*/
/*----------------------------------------
	header
------------------------------------------*/
header .header_logo {
  position: fixed;
  top: min(1.4vw, 1.1em);
  left: 0.8em;
  width: min(150px, 15vw);
  height: auto;
  z-index: var(--z_nav_trigger);
  transform: translate(0%, -16%);
  transition: 0.2s;
}
header .header_logo img {
  display: block;
  width: 85%;
  height: auto;
}
header .header_logo:hover {
  opacity: 0.7;
}
header .header_sns{
  position: fixed;
  top: min(1.2em, 1.4vw);
  width: min(150px, 15vw);
  height: auto;
  z-index: var(--z_nav_trigger);
  transform: translate(0%, -16%);
  transition: 0.2s;
  right: 0;
  display: flex;
  gap: 0.3em;
}
header .header_sns .sns{transition: 0.2s;
  &:hover{filter: brightness(2);}
}
header .header_sns .sns img{
  width: 90%;
}

@media only screen and (max-width: 835px) {
  header .header_logo {
    top: 2%;
    left: 2%;
    width: 120px;
  }
}
/*----------------------------------------
	navigation
------------------------------------------*/
:root {
  --global_nav_pos: clamp(6px , 2vw , 10px);
}

#global_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  z-index: var(--z_nav);
  background: var(--c_grad);
  padding-top: 60px;
  padding-bottom: 60px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  filter: blur(14px);
  transition: opacity 0.9s ease, visibility 0.9s ease, filter 0.9s ease;
  display: flex;
  align-items: center;
}
#global_nav .bg {
  position: fixed;
  background: url(../images/bg/nav_bg.webp) no-repeat center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
  scale: 1.6;
  filter: blur(28px);
  width: 100%;
  height: 120%;
  transition: 1.8s cubic-bezier(0.16, 1, 0.3, 1);
}
#global_nav .ob {
  position: fixed;
}
#global_nav .ob01 {
  top: -53%;
  left: -19%;
  width: 60%;
}
#global_nav .ob01 img {
  rotate: -85deg;
}
#global_nav .ob02 {
  top: -32%;
  right: -7%;
  width: 40%;
}
#global_nav .ob03 {
  top: 42%;
  left: -14%;
}
#global_nav .ob03 img {
  rotate: 109deg;
}
#global_nav .ob04 {
  top: 64%;
  right: -1%;
  width: 43%;
}
#global_nav .ob04 img {
  rotate: 9deg;
}
#global_nav .ob_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
  scale: 1.5;
  transition: 0.5s;
}
#global_nav .nav_links {
  position: relative;
  width: 85%;
  height: auto;
  margin: 0 auto;
  text-align: left;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 835px) {
  #global_nav .nav_links {
    bottom: 12vw;
  }
}
#global_nav .nav_links li {
  opacity: 0;
  transform: translateY(-120px);
  transition: transform 1.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 1.15s ease-out;
  text-align: center;
}
#global_nav .nav_sns{
  display: flex;
  gap: 0.3em;
  justify-content: center;
  margin-top: 6vw;
}
@media only screen and (max-width: 835px) {
  #global_nav .nav_sns{
    margin-top: 12vw;
  }
}
#global_nav .nav_sns .sns{transition: 0.2s;
  &:hover{filter: brightness(2);}
}
#global_nav .nav_sns .sns img{
  width: 90%;
}
@-webkit-keyframes nav_link_glitch_in {
  0% { opacity: 0; -webkit-transform: translate3d(-60px, 0, 0) skewX(0deg); filter: blur(6px); }
  10% { opacity: 0.7; -webkit-transform: translate3d(30px, -2px, 0) skewX(10deg); filter: blur(2px); }
  20% { opacity: 0.1; -webkit-transform: translate3d(-20px, 3px, 0) skewX(-8deg); filter: blur(4px); }
  35% { opacity: 0.85; -webkit-transform: translate3d(12px, -1px, 0) skewX(4deg); filter: blur(1px); }
  50% { opacity: 0.15; -webkit-transform: translate3d(-8px, 2px, 0) skewX(-3deg); }
  65% { opacity: 0.9; -webkit-transform: translate3d(4px, 0, 0) skewX(2deg); }
  80% { opacity: 0.3; -webkit-transform: translate3d(-2px, 1px, 0); }
  100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0) skewX(0deg); filter: blur(0); }
}
@keyframes nav_link_glitch_in {
  0% { opacity: 0; transform: translate3d(-60px, 0, 0) skewX(0deg); filter: blur(6px); }
  10% { opacity: 0.7; transform: translate3d(30px, -2px, 0) skewX(10deg); filter: blur(2px); }
  20% { opacity: 0.1; transform: translate3d(-20px, 3px, 0) skewX(-8deg); filter: blur(4px); }
  35% { opacity: 0.85; transform: translate3d(12px, -1px, 0) skewX(4deg); filter: blur(1px); }
  50% { opacity: 0.15; transform: translate3d(-8px, 2px, 0) skewX(-3deg); }
  65% { opacity: 0.9; transform: translate3d(4px, 0, 0) skewX(2deg); }
  80% { opacity: 0.3; transform: translate3d(-2px, 1px, 0); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) skewX(0deg); filter: blur(0); }
}
#global_nav .nav_links li:not(:last-of-type) {
  margin-bottom: 0.6em;
}
#global_nav .nav_links li .nav_link, #global_nav .nav_links li .sub_nav_link {
  position: relative;
  display: block;
  font-weight: 700;
  color: var(--c_font_color);
  white-space: nowrap;
}
#global_nav .nav_links li .nav_link {
  padding: 0.5em 0;
  text-align: center;
  display: inline-block;
  line-height: 0;
}
#global_nav .nav_links li .nav_link img {
  vertical-align: middle;
  height: min(5vw, 40px);
  transition: 0.3s;
  will-change: opacity;
  backface-visibility: hidden;
}
#global_nav .nav_links li .nav_link::after {
  position: absolute;
  content: "";
  top: 0.5em;
  bottom: 0.5em;
  left: 0;
  right: 0;
  background-color: #7D1313;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  will-change: opacity;
  backface-visibility: hidden;
}
#global_nav .nav_links li .nav_link.disactive {
  opacity: 0.5;
}
#global_nav .nav_links li .nav_link:hover img {
  opacity: 0;
}
#global_nav .nav_links li .nav_link:hover::after {
  opacity: 1;
}
#global_nav .nav_links li:nth-of-type(1) {
  transition-delay: calc(1* 0.1s + 0s);
  animation-delay: calc(1* 0.18s + 0.02s);
}
#global_nav .nav_links li:nth-of-type(1) .nav_link::after {
  -webkit-mask-image: url(../images/text/nav_text_top.svg);
  mask-image: url(../images/text/nav_text_top.svg);
}
#global_nav .nav_links li:nth-of-type(2) {
  transition-delay: calc(2* 0.1s + 0s);
  animation-delay: calc(2* 0.18s + 0.02s);
}
#global_nav .nav_links li:nth-of-type(2) .nav_link::after {
  -webkit-mask-image: url(../images/text/nav_text_news.svg);
  mask-image: url(../images/text/nav_text_news.svg);
}
#global_nav .nav_links li:nth-of-type(3) {
  transition-delay: calc(3* 0.1s + 0s);
  animation-delay: calc(3* 0.18s + 0.02s);
}
#global_nav .nav_links li:nth-of-type(3) .nav_link::after {
  -webkit-mask-image: url(../images/text/nav_text_introduction.svg);
  mask-image: url(../images/text/nav_text_introduction.svg);
}
#global_nav .nav_links li:nth-of-type(4) {
  transition-delay: calc(4* 0.1s + 0s);
  animation-delay: calc(4* 0.18s + 0.02s);
}
#global_nav .nav_links li:nth-of-type(4) .nav_link::after {
  -webkit-mask-image: url(../images/text/nav_text_cast&staff.svg);
  mask-image: url(../images/text/nav_text_cast&staff.svg);
}
#global_nav .nav_links li:nth-of-type(5) {
  transition-delay: calc(5* 0.1s + 0s);
  animation-delay: calc(5* 0.18s + 0.02s);
}
#global_nav .nav_links li:nth-of-type(5) .nav_link::after {
  -webkit-mask-image: url(../images/text/nav_text_schedule&ticket.svg);
  mask-image: url(../images/text/nav_text_schedule&ticket.svg);
}
#global_nav .nav_links li:nth-of-type(6) {
  transition-delay: calc(6* 0.1s + 0s);
  animation-delay: calc(6* 0.18s + 0.02s);
}
#global_nav .nav_links li:nth-of-type(6) .nav_link::after {
  -webkit-mask-image: url(../images/text/nav_text_goods.svg);
  mask-image: url(../images/text/nav_text_goods.svg);
}
#global_nav .nav_links li:nth-of-type(7) {
  transition-delay: calc(7* 0.1s + 0s);
  animation-delay: calc(7* 0.18s + 0.02s);
}
#global_nav .nav_links li:nth-of-type(7) .nav_link::after {
  -webkit-mask-image: url(../images/text/nav_text_blu-ray.svg);
  mask-image: url(../images/text/nav_text_blu-ray.svg);
}
#global_nav .nav_links li:nth-of-type(8) {
  transition-delay: calc(8* 0.1s + 0s);
  animation-delay: calc(8* 0.18s + 0.02s);
}
#global_nav .nav_links li:nth-of-type(8) .nav_link::after {
  -webkit-mask-image: url(../images/text/nav_text_streaming.svg);
  mask-image: url(../images/text/nav_text_streaming.svg);
}
#global_nav .nav_links li:nth-of-type(9) {
  transition-delay: calc(9* 0.1s + 0s);
  animation-delay: calc(9* 0.18s + 0.02s);
}
#global_nav .nav_links li:nth-of-type(9) .nav_link::after {
  -webkit-mask-image: url(../images/text/nav_text_guide.svg);
  mask-image: url(../images/text/nav_text_guide.svg);
}
#global_nav .nav_links li:nth-of-type(10) {
  transition-delay: calc(10* 0.1s + 0s);
  animation-delay: calc(10* 0.18s + 0.02s);
}
#global_nav .nav_links li.sns_links {
  display: flex;
  justify-content: center;
  font-size: 20px;
  gap: 0.5em;
  padding: 0.8em 0;
}
#global_nav .nav_links li .nav_link_icon {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  overflow: hidden;
}
#global_nav .nav_links li .nav_link_icon img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.2s;
}
#global_nav .nav_links li .nav_link_icon:hover img {
  opacity: 0.7;
}
#global_nav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  filter: blur(0);
}
#global_nav.active .ob_wrap {
  opacity: 1;
  scale: 1;
  transition: 1.4s ease-out;
}
#global_nav.active .bg {
  opacity: 1;
  scale: 1;
  filter: blur(0);
  transition: 1.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.1s;
}
#global_nav.active .nav_links li {
  opacity: 1;
  transform: translateY(0px);
}

@media only screen and (max-width: 835px) {
  #global_nav .ob01 {
    top: -2%;
  }
  #global_nav .ob02 {
    top: 8%;
  }
  #global_nav .ob03 {
    top: 53%;
  }
  #global_nav .ob04 {
    top: 71%;
  }
  #global_nav .bg {
    width: 200%;
  }
  #global_nav .nav_links li .nav_link {
    padding: 0.2em 0;
  }
  #global_nav .nav_links li .nav_link img {
    height: min(7.6vw, 40px);
  }
  #global_nav .nav_links li .nav_link::after {
    top: 0.2em;
    bottom: 0.2em;
  }
}
@-webkit-keyframes rotation_02 {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: -360deg;
  }
}
@keyframes rotation_02 {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: -360deg;
  }
}
.in_nav {
  position: fixed;
  top: 0;
  width: 100%;
  background: linear-gradient(to right, #050A44db, #0E1577db);
  z-index: 1000;
  border-bottom: 1px solid var(--c_theme_color);
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 2px 0;
}
.in_nav .nav_link {
  display: inline-block;
  position: relative;
  padding: min(1.5vw, 14px) 0 min(1.4vw, 14px);
  font-size: min(1.5vw, 18px);
  line-height: 2.4em;
  letter-spacing: 0.05em;
  font-weight: 900;
  transform: scale(1, 1.3);
  color: var(--c_theme_color);
  transition: 0.2s;
}
.in_nav .nav_link img {
  height: 100%;
  height: 20px;
}
.in_nav .nav_link.nav_small {
  padding-top: 14px;
  padding-bottom: 12px;
}
.in_nav .nav_link.nav_small img {
  height: 26px;
}
.in_nav .nav_link:hover,
.in_nav .nav_link.current {
  color: #70A0F3;
}

@media screen and (max-width: 835px) {
  .in_nav {
    display: none;
  }
}
/* nav trigger
-------------------------------*/
:root {
  --nav_trigger_size: clamp(60px , 10vw , 90px);
}

.nav_trigger_outer {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  width: clamp(140px, 14.4vw, 170px);
  height: clamp(45px, 4.4vw, 52px);
  cursor: pointer;
  z-index: var(--z_nav_trigger);
}
.nav_trigger_outer .nav_trigger_bar {
  position: absolute;
  width: 50%;
  height: auto;
  top: 75%;
  left: 85%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  transition: 0.6s;
}
.nav_trigger_outer .nav_trigger_bar img {
  display: block;
  height: auto;
  transition: 0.2s;
}
.nav_trigger_outer .nav_trigger_bar img:nth-of-type(1) {
  width: 60%;
  position: relative;
  left: 1%;
}
.nav_trigger_outer .nav_trigger_bar img:nth-of-type(2) {
  width: 60%;
}
.nav_trigger_outer .nav_trigger_bar img:nth-of-type(3) {
  width: 62%;
  position: relative;
  right: 3%;
}
.nav_trigger_outer.type_text .nav_trigger_bar {
  height: 40%;
}
.nav_trigger_outer.type_text .nav_trigger_bar span {
  right: 0;
}
.nav_trigger_outer.type_text .nav_trigger_bar span:nth-last-of-type(1) {
  top: 30%;
}
.nav_trigger_outer.type_text .nav_trigger_bar span:nth-last-of-type(2) {
  top: 70%;
}
.nav_trigger_outer.type_text .nav_trigger_bar span:nth-last-of-type(3) {
  top: 20%;
  left: 0;
  height: 80%;
  background: no-repeat center url(../images/template_parts/hbg_menu_text.svg);
  background-size: contain;
  border-radius: 0;
}
.nav_trigger_outer.active .nav_trigger_bar img:nth-of-type(1) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotateZ(-135deg);
}
.nav_trigger_outer.active .nav_trigger_bar img:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotateZ(135deg);
}
.nav_trigger_outer.active .nav_trigger_bar img:nth-of-type(3) {
  opacity: 0;
}
@media only screen and (max-width: 835px) {
  .nav_trigger_outer {
    display: block;
    top: 2.2%;
    right: 3vw;
  }
  .nav_trigger_outer .nav_trigger_bar {
    top: 50%;
    gap: 8px;
  }
  .nav_trigger_outer .nav_trigger_bar img:nth-of-type(1) {
    width: 68%;
    left: 1%;
  }
  .nav_trigger_outer .nav_trigger_bar img:nth-of-type(2) {
    width: 70.5%;
  }
  .nav_trigger_outer .nav_trigger_bar img:nth-of-type(3) {
    width: 67%;
    right: 5%;
  }
}
/*----------------------------------------
	footer
------------------------------------------*/
/*----------------------------------------
	bg
------------------------------------------*/
/*----------------------------------------
	modal
------------------------------------------*/
.cmn_modal_layer {
  --modal_btn_size: clamp(50px , 5vw , 70px);
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: var(--z_modal);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.cmn_modal_layer .modal_bg {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.6s;
}
.cmn_modal_layer .modal_inner {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: left;
  opacity: 0;
  transition: 0.6s;
}
.cmn_modal_layer .modal_inner img {
  width: auto;
  height: auto;
  max-width: min(1400px, 94vw);
  max-height: 75vh;
  cursor: initial;
}
.cmn_modal_layer .modal_inner img.img_mono_modal_content {
  width: auto !important;
  height: auto !important;
  cursor: initial !important;
}
.cmn_modal_layer .modal_inner .modal_youtube_video_box {
  width: min(1200px, 94vw);
  padding-top: min(90vh, 56.25%);
}
.cmn_modal_layer .modal_inner .modal_youtube_video_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmn_modal_layer .modal_inner .modal_youtube_video_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cmn_modal_layer .modal_inner .modal_textbox {
  width: min(1000px, 94vw);
  height: 75vh;
  background-color: var(--c_white_l);
  color: var(--c_black_d);
  padding: clamp(12px, 4vw, 50px);
  text-align: left;
  overflow: hidden;
  font-size: clamp(13px, 2vw, 16px);
}
.cmn_modal_layer .modal_inner .modal_textbox.scrollable {
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior: contain;
}
.cmn_modal_layer .modal_close_btn {
  position: absolute;
  top: 4px;
  right: 4px;
  width: var(--modal_btn_size);
  height: var(--modal_btn_size);
  background: no-repeat center url("../images/template_parts/btn_close_02.svg");
  background-size: contain;
  cursor: pointer;
}
.cmn_modal_layer.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cmn_modal_layer.visible .modal_bg {
  opacity: 1;
}
.cmn_modal_layer.visible .modal_inner {
  opacity: 1;
}

.cmn_slide_modal_layer .modal_inner.slide_modal_content_box .slide_modal_content {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  pointer-events: none;
}
.cmn_slide_modal_layer .modal_inner.slide_modal_content_box .slide_modal_content.slide_visible {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.cmn_slide_modal_layer .modal_prev_btn, .cmn_slide_modal_layer .modal_next_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: min(270px, 25vh);
  width: min(80px, 10vw);
  background-color: var(--c_black);
  cursor: pointer;
  transition: 0.2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.cmn_slide_modal_layer .modal_prev_btn::before, .cmn_slide_modal_layer .modal_next_btn::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 100%;
  background: no-repeat center url(../images/template_parts/icon_arrow_slidemodal_02.svg);
  background-size: contain;
}
.cmn_slide_modal_layer .modal_prev_btn.disactive, .cmn_slide_modal_layer .modal_next_btn.disactive {
  opacity: 0.2;
  pointer-events: none;
}
.cmn_slide_modal_layer .modal_prev_btn:focus, .cmn_slide_modal_layer .modal_next_btn:focus {
  outline: none;
}
.cmn_slide_modal_layer .modal_prev_btn {
  left: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.cmn_slide_modal_layer .modal_prev_btn::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.cmn_slide_modal_layer .modal_prev_btn:hover {
  transform: translateY(-50%) translateX(-4px);
}
.cmn_slide_modal_layer .modal_next_btn {
  right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.cmn_slide_modal_layer .modal_next_btn:hover {
  transform: translateY(-50%) translateX(4px);
}

@media only screen and (max-width: 835px) {
  .slide_modal .modal_prev_btn, .slide_modal .modal_next_btn {
    width: 12%;
    height: 20vh;
    background-size: 30% auto;
  }
  .slide_modal .modal_prev_btn {
    left: 0;
  }
  .slide_modal .modal_next_btn {
    right: 0;
  }
}
.cmn_img_mono_modal_trigger, [data-modal=mono_modal_open] {
  cursor: pointer;
}

/*----------------------------------------
	schedule_grid
------------------------------------------*/
.cmn_schedule_grid {
  --main_bg_color:rgba(0,0,0,0);
  --day_time_color:#252525;
  --grid_h_color:#191919;
  --saturday_color:#30a2fb;
  --sunday_color:#e81818;
  --closed_day_color:#191919;
  --font_color:#191919;
  --border_color:#D4D6E5;
  --font-size:clamp(12px , 4.0vw , 18px);
  --grid_h_width: calc(var(--font-size) * 5);
  --grid_h_height: calc(var(--font-size) * 4);
  --grid_box_width: calc( (var(--schedule_grid_width) - var(--grid_h_width)) / var(--sc_day_num));
  --grid_box_height: calc(var(--font-size) * 2.5);
  --row_edge_padding: 0.5em;
}

.cmn_schedule_grid {
  position: relative;
  display: grid;
  width: var(--schedule_grid_width);
  margin: 0 auto;
  grid-template-columns: var(--grid_h_width) repeat(var(--sc_day_num), calc((var(--schedule_grid_width) - var(--grid_h_width)) / var(--sc_day_num)));
  grid-template-rows: var(--grid_h_height) repeat(var(--sc_time_num), var(--grid_box_height));
  overflow: hidden;
  grid-auto-flow: column;
  font-size: var(--font-size);
  background: linear-gradient(to right, #70A0F350, #415D8D50);
}
.cmn_schedule_grid p {
  position: relative;
  display: block;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  color: #D4D6E5;
  line-height: 1.2em;
}
.cmn_schedule_grid p.mark {
  font-size: 1.2em;
  color: #D4D6E5;
}
.cmn_schedule_grid p.grid_h {
  color: #D4D6E5;
  border-bottom: 1px solid #D4D6E5;
  border-right: 1px solid #D4D6E5;
}
.cmn_schedule_grid p.day {
  color: #D4D6E5;
  border-bottom: 1px solid #D4D6E5;
}
.cmn_schedule_grid p.day span {
  font-size: 0.7em;
}
.cmn_schedule_grid p.day::before {
  position: absolute;
  display: block;
  content: "";
  height: calc(var(--grid_box_height) * var(--sc_time_num) - 0.5em);
  width: 0px;
  top: initial;
  right: initial;
  left: 50%;
  bottom: 0;
  transform: translateX(0%) translateY(calc(100% + 0.5em));
  border-top: initial;
  border-right: 1px solid var(--border_color);
}
.cmn_schedule_grid p.time {
  color: #D4D6E5;
  border-right: 1px solid #D4D6E5;
}
.cmn_schedule_grid p.time::before {
  position: absolute;
  display: block;
  content: "";
  height: 0px;
  width: calc(var(--grid_box_width) * var(--sc_day_num) - 0.5em);
  top: 50%;
  right: 0;
  transform: translateX(calc(100% + 0.5em)) translateY(-50%);
  border-top: 1px solid var(--border_color);
  opacity: 0.7;
}
.cmn_schedule_grid p.sat {
  color: var(--saturday_color);
}
.cmn_schedule_grid p.sun {
  color: var(--sunday_color);
}
.cmn_schedule_grid p.closed::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  bottom: calc(var(--grid_box_height) * var(--sc_time_num) * 0.5 * -1);
  color: #0e1577;
  width: 1.6em;
  height: calc(var(--grid_box_height) * var(--sc_time_num) * 0.9);
  min-height: 4.7em;
  transform: translate(-50%, 50%);
  opacity: 1;
  z-index: 1;
  content: "休 演 日";
  writing-mode: vertical-rl;
  display: grid;
  place-items: center;
  background-color: #d3d6ec;
  border: 1px solid var(--border_color);
  border-radius: 9999px;
  font-size: 0.9em;
}

@media only screen and (max-width: 835px) {
  .cmn_schedule_grid {
    --grid_h_width: calc(var(--font-size) * 5);
    --grid_h_height: calc(var(--font-size) * 4);
    --grid_box_width: calc( (var(--schedule_grid_width) - var(--grid_h_width)) / var(--sc_time_num));
    --grid_box_height: calc(var(--font-size) * 2.4);
  }
  .cmn_schedule_grid {
    grid-auto-flow: row;
    grid-template-columns: var(--grid_h_width) repeat(var(--sc_time_num), calc((var(--schedule_grid_width) - var(--grid_h_width)) / var(--sc_time_num)));
    grid-template-rows: var(--grid_h_height) repeat(var(--sc_day_num), var(--grid_box_height));
  }
  .cmn_schedule_grid p {
    flex-direction: row;
    gap: 2px;
  }
  .cmn_schedule_grid p.day {
    border-bottom: none;
    border-right: 1px solid var(--border_color);
  }
  .cmn_schedule_grid p.day::before {
    position: absolute;
    display: block;
    content: "";
    height: 0px;
    width: calc(var(--grid_box_width) * var(--sc_time_num) - 0.5em);
    left: initial;
    bottom: initial;
    top: 50%;
    right: 0;
    transform: translateX(calc(100% + 0.5em)) translateY(-50%);
  }
  .cmn_schedule_grid p.time {
    border-bottom: 1px solid var(--border_color);
    border-right: none;
  }
  .cmn_schedule_grid p.time::before {
    position: absolute;
    display: block;
    content: "";
    height: calc(var(--grid_box_height) * var(--sc_day_num) - 0.5em);
    width: 0px;
    top: initial;
    right: initial;
    left: 50%;
    bottom: 0;
    transform: translateX(0%) translateY(calc(100% + 0.5em));
    border-top: initial;
    border-right: 1px solid var(--border_color);
    opacity: 0.7;
  }
  .cmn_schedule_grid p.closed::after {
    right: -1px;
    bottom: 4px;
    width: calc(var(--grid_box_width) * var(--sc_time_num));
    min-height: 1em;
    height: 80%;
    transform: translateX(calc(var(--font-size) * 2.5));
    writing-mode: initial;
  }
}
/*----------------------------------------
	404
------------------------------------------*/
#error_404 {
  padding: calc(var(--base_distance) * 2) 0;
  text-align: center;
}
#error_404 p {
  color: var(--c_theme_color);
}
#error_404 .title {
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 1em;
}
#error_404 .text {
  margin-bottom: 3em;
}
#error_404 .link_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
}
#error_404 .error_toplink {
  position: relative;
  display: block;
  width: min(230px, 70%);
  height: 60px;
  display: grid;
  place-items: center;
  background-color: #70A0F3;
  color: #0a073f;
  font-weight: bold;
  font-size: min(18px, 4vw);
  white-space: nowrap;
  letter-spacing: 0.05em;
  margin: 0 auto;
  transition: 0.2s;
}
#error_404 .error_toplink:hover {
  transform: translateY(-2px);
}

.news_wrap .news {
  --news_gap: 5%;
}
.news_wrap .news:not(:last-of-type) {
  margin-bottom: 10px;
}
.news_wrap .news .news_link {
  display: flex;
  align-items: center;
  position: relative;
  gap: var(--news_gap);
  padding: 4% 6%;
  transition: 0.3s;
  background: linear-gradient(to right, #70A0F350, #415D8D50);
  color: #dcdeee;
}
.news_wrap .news .news_link:hover {
  filter: brightness(1.8);
}
.news_wrap .news .news_link .date {
  white-space: nowrap;
  color: #70A0F3;
  font-weight: 800;
  font-size: min(24px, 2vw);
  line-height: 1.3em;
}
.news_wrap .news .news_link .news_title {
  width: calc(80% - var(--news_gap));
  font-weight: 900;
}
.news_wrap .news .news_link.disactive {
  pointer-events: none;
}
.news_wrap .news .news_link.disactive:hover {
  filter: brightness(1);
}
.news_wrap .single {
  padding: 30px;
  background: linear-gradient(to right, #70A0F350, #415D8D50);
}
.news_wrap .single .date {
  color: #70A0F3;
  font-weight: bold;
}
.news_wrap .single .title_block {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #B9BDD8;
}
.news_wrap .single .title_block .news_title {
  font-size: clamp(18px, 4vw, 22px);
  line-height: 1.5em;
  font-weight: bold;
  color: #dcdeee;
}

@media screen and (max-width: 768px) {
  .news_wrap .news .news_link {
    flex-direction: column;
    padding: 22px;
    gap: 4px;
  }
  .news_wrap .news .news_link .date {
    width: 100%;
    font-size: 16px;
    line-height: 1.4em;
  }
  .news_wrap .news .news_link .news_title {
    width: 100%;
  }
  .news_wrap .single {
    padding: 20px;
  }
  .news_wrap .single .title_block {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
/*----------------------------------------
	Pagination
------------------------------------------*/
.pagination {
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 30px auto;
  justify-content: center;
}
.pagination .page-numbers {
  border: 1px solid #ccc;
  margin-right: 8px;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  width: 40px;
  padding: 0 8px !important;
  text-align: center;
}
.pagination .page-numbers.current {
  color: #D4D6E5;
  background: #525252;
  border: none;
}
.pagination .page-numbers.dots {
  padding: 0 12px !important;
}
.pagination .page-numbers:last-child {
  margin-right: 0;
}
.pagination .page-numbers.next {
  width: 75px;
  line-height: 37px;
}
.pagination .page-numbers.prev {
  width: 75px;
  line-height: 37px;
}
.pagination a {
  color: #000;
}
/*# sourceMappingURL=common.css.map */